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

2023-04-10 Thread Viorel Munteanu
commit: d8d6bf974cfa15d18d473b7de3a24558fa001669
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Apr 11 05:27:08 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 11 05:29:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d6bf97

media-gfx/alembic: comment about tests with py3.11

Signed-off-by: Viorel Munteanu  gentoo.org>

 media-gfx/alembic/alembic-1.8.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/alembic/alembic-1.8.5.ebuild 
b/media-gfx/alembic/alembic-1.8.5.ebuild
index acfb913ecfbc..e69f73e9d37e 100644
--- a/media-gfx/alembic/alembic-1.8.5.ebuild
+++ b/media-gfx/alembic/alembic-1.8.5.ebuild
@@ -39,6 +39,7 @@ DOCS=( ACKNOWLEDGEMENTS.txt FEEDBACK.txt NEWS.txt README.txt )
 
 src_prepare() {
cmake_src_prepare
+   # Tests are broken with python 3.11.  See also: 
https://github.com/alembic/alembic/issues/411
cmake_run_in "${S}/python/PyAlembic" cmake_comment_add_subdirectory 
Tests
 }
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/alembic/, media-gfx/alembic/files/

2023-04-10 Thread Viorel Munteanu
commit: 998fda58ce8b81855ad9472de53a58fbb7244a72
Author: Bernd Waibel  posteo  net>
AuthorDate: Sat Mar 18 18:54:37 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 11 05:29:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998fda58

media-gfx/alembic: add 1.8.5

Drop python test for now, until issue of failing test is resolved.

Bug: https://github.com/alembic/alembic/issues/411
Closes: https://bugs.gentoo.org/901203
Signed-off-by: Bernd Waibel  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/30218
Signed-off-by: Viorel Munteanu  gentoo.org>

 media-gfx/alembic/Manifest |  1 +
 media-gfx/alembic/alembic-1.8.5.ebuild | 71 ++
 .../files/alembic-1.8.5-set-correct-libdir.patch   | 48 +++
 3 files changed, 120 insertions(+)

diff --git a/media-gfx/alembic/Manifest b/media-gfx/alembic/Manifest
index 945025e06f5b..158586ffd746 100644
--- a/media-gfx/alembic/Manifest
+++ b/media-gfx/alembic/Manifest
@@ -1 +1,2 @@
 DIST alembic-1.8.4.tar.gz 867788 BLAKE2B 
b7bc5ebcaebc5905a9a2e45be21170a72923fd6af6d9f97b81bdc7e8b80bb037ed3f667ea15a5b96194b33687010fda455e4df8355f92fc29aa000beae32cae8
 SHA512 
2473f4b9afe3fddbd2d0477bdc85d93697e413410253a7f7f0f030fba919dfb63dabd2d2d13829f59f3f901643ab842d230a9f08fb667e2c16cef0e751a8a687
+DIST alembic-1.8.5.tar.gz 867976 BLAKE2B 
715ff6212ab78b2b4d3f5ea3b448468ade488008a8362193b4976671a69ad89337f926082c7736e64a0b07bf71e04d774df5e22abe409f8cfab1a15ccb3c86bb
 SHA512 
89a480970eb09893112bf650011ede852205d1fa3718680a3983392bbcf3eb3f22f4ec01f42d12bfcaf655ce43d7d6f583b764ec03f4c5a84023359502b3636e

diff --git a/media-gfx/alembic/alembic-1.8.5.ebuild 
b/media-gfx/alembic/alembic-1.8.5.ebuild
new file mode 100644
index ..acfb913ecfbc
--- /dev/null
+++ b/media-gfx/alembic/alembic-1.8.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit cmake python-single-r1
+
+DESCRIPTION="Open framework for storing and sharing scene data"
+HOMEPAGE="https://www.alembic.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="examples hdf5 python test"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   examples? ( python )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/imath:=
+   python? ( dev-libs/imath:=[python,${PYTHON_SINGLE_USEDEP}] )
+   hdf5? (
+   >=sci-libs/hdf5-1.10.2:=[zlib(+)]
+   >=sys-libs/zlib-1.2.11-r1
+   )
+   python? ( $(python_gen_cond_dep 
'dev-libs/boost[python,${PYTHON_USEDEP}]') )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.8.5-set-correct-libdir.patch )
+
+DOCS=( ACKNOWLEDGEMENTS.txt FEEDBACK.txt NEWS.txt README.txt )
+
+src_prepare() {
+   cmake_src_prepare
+   cmake_run_in "${S}/python/PyAlembic" cmake_comment_add_subdirectory 
Tests
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DALEMBIC_BUILD_LIBS=ON
+   -DALEMBIC_DEBUG_WARNINGS_AS_ERRORS=OFF
+   -DALEMBIC_SHARED_LIBS=ON
+   # currently does nothing but require doxygen
+   -DDOCS_PATH=OFF
+   -DUSE_ARNOLD=OFF
+   -DUSE_BINARIES=ON
+   -DUSE_EXAMPLES=$(usex examples)
+   -DUSE_HDF5=$(usex hdf5)
+   -DUSE_MAYA=OFF
+   -DUSE_PRMAN=OFF
+   -DUSE_PYALEMBIC=$(usex python)
+   -DUSE_TESTS=$(usex test)
+   )
+
+   use python && mycmakeargs+=( -DPython3_EXECUTABLE=${PYTHON} )
+
+   cmake_src_configure
+}
+
+# some tests may fail if run in parallel mode
+# see https://github.com/alembic/alembic/issues/401
+src_test() {
+   cmake_src_test -j1
+}

diff --git a/media-gfx/alembic/files/alembic-1.8.5-set-correct-libdir.patch 
b/media-gfx/alembic/files/alembic-1.8.5-set-correct-libdir.patch
new file mode 100644
index ..70071a68e49b
--- /dev/null
+++ b/media-gfx/alembic/files/alembic-1.8.5-set-correct-libdir.patch
@@ -0,0 +1,48 @@
+From fade0b08f9343fa3cd941b281a3ce49a1918acca Mon Sep 17 00:00:00 2001
+From: Bernd Waibel 
+Date: Sat, 18 Mar 2023 19:08:51 +0100
+Subject: [PATCH] Gentoo-specific: set correct libdir
+
+Signed-off-by: Bernd Waibel 
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -74,12 +74,12 @@ option(DOCS_PATH
+ 
+ # Set static/dynamic build options
+ SET(LIB_TYPE STATIC)
+-SET(RUNTIME_INSTALL_DIR lib)
+-SET(LIBRARY_INSTALL_DIR lib)
+-SET(ARCHIVE_INSTALL_DIR lib)
++SET(RUNTIME_INSTALL_DIR lib${LIB_SUFFIX})
++SET(LIBRARY_INSTALL_DIR lib${LIB_SUFFIX})
++SET(ARCHIVE_INSTALL_DIR lib${LIB_SUFFIX})
+ IF (ALEMBIC_SHARED_LIBS)
+ SET(LIB_TYPE SHARED)
+-SET(ARCHIVE_INSTALL_DIR lib)
++SET(ARCHIVE_INSTALL_DIR lib${LIB_SUFFIX})
+ IF (WIN32)
+ 

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

2023-04-10 Thread Joonas Niilola
commit: 190861bdd700da7a851534466147babf53b895b3
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Apr 11 05:13:36 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Apr 11 05:13:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190861bd

www-client/firefox-bin: drop 111.0.1

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

 www-client/firefox-bin/Manifest   |  98 --
 www-client/firefox-bin/firefox-bin-111.0.1.ebuild | 381 --
 2 files changed, 479 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index c0c087379551..a05da608aa26 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -94,102 +94,6 @@ DIST firefox-102.9.0esr-vi.xpi 611426 BLAKE2B 
e761e598425c3773498393758a35b8d50b
 DIST firefox-102.9.0esr-xh.xpi 427940 BLAKE2B 
b71b75dcd480e7cd27e854e74d9cc553d49cdcfa9c66a1d13c195e3f9df905616ace2326a395ff4494911122f75a8cfce2415bf0987cc56a3a98979a2c8d12cc
 SHA512 
aeefc8215d10221eb5863211ac48577b5db0ab37e5104fbb33181b9cea957ec6505e51c44b19cc3c786071b2093a5de888d64ba13ef9809d6f63d14fda9a4e1c
 DIST firefox-102.9.0esr-zh-CN.xpi 613304 BLAKE2B 
71478e7968b78dd6005fe46e78e86f42f67014bb87bd84e4abe6776493eef9e189c40432b93a67bd46c88ea52e678aab893eb19de1a39ac54f079a1f71cf5542
 SHA512 
f9e617236f9bb90718079fbd6a1a24accc8ab355fe98cc2fdd39a644d836fa5a76ee84f2c831441b9f8b91859c1be1315533410af12f7c51929f1776dccbba27
 DIST firefox-102.9.0esr-zh-TW.xpi 614580 BLAKE2B 
a38f0a7b62d428721dbbb7ac1ec6df742eafcb63a3854489f579c49c3a78a9cc06a96462876d2a88c46063c3844f5dc5bb722fae8b30d85bace883e7a55ebba8
 SHA512 
e0ece0d2cbe81ad0d2ca65dd9931fd5ebb6e798b3eac63945f889a44fe7549fc913c9a1e2afb4f92855222132be7cf6e24d760d62872f144835ab0bdb506bb02
-DIST firefox-111.0.1-ach.xpi 458713 BLAKE2B 
dfad36720ac7757005b24eb8320b799ca503f95378e415f6fdc88a516f1f62daada447e8221a941a95172f0d09c30a4f23c7767d538fdd0ba3dbbc924b61d377
 SHA512 
e816e3539da32c8c6d3b8e9eb647da6f64829ce0b426cb056c746cf22c55f9eacee6821be8c5959285d427008453aeb5640fddf2b04f8a8e6a03a635d0cebc4c
-DIST firefox-111.0.1-af.xpi 422434 BLAKE2B 
b74664a72a37c163a73da5f67f85f44c6089f00e9d00fced0c704d440fa008c29e8fd53da634d047726ecd0f3c04063e7042ccaaf290e5cb23ea8c498209bd33
 SHA512 
754780aa2dbfcd88121579eef2219a5451b43116af2f05964efd02595562cb6a32847c76440e0a1c651e9703b54853b329c4ba8fc662ac16f762745d2bb0b0ab
-DIST firefox-111.0.1-an.xpi 503004 BLAKE2B 
a0b6744f0215dce1ac05dbf09e69de09fc1b13dd21acc6071d4534d307538317b85fadb8a083ac9973c1e77a5f3c9210179f03affcd1e50b58cfc450ebda3eb8
 SHA512 
26b14ca5aa8f85a3d0445ef9d8de76204e50bb03b4addfb39c0393db93b0606afb948aa082f8aa90ea71ce157db2b29af96265e4fa35cc6a02340922841b4b44
-DIST firefox-111.0.1-ar.xpi 570030 BLAKE2B 
ee5d33f164038daa9e14d95931203c2f7b38bbb8d2c2b30e920b2e0620425049236b446dd9688d8a7158b8c2c5d00d21ae58ca9e6f3da5a840fcb7de37bc1e68
 SHA512 
8782ac643ea9b1e0ddd5e79c6455500a4132cd0c82cfc6a055b52f239a04dac0d7596ad24525b17b3748d3c0b3a044816bac0bfecc15e65da8556beb88d71d2a
-DIST firefox-111.0.1-ast.xpi 489225 BLAKE2B 
c611040934dc5201fba5f528956925873a483d1a0a4931e91c6d78e052b73e7487b89956b444bd25878520d9a857342bee32543eaeaedc79142a0dd6631aa91a
 SHA512 
ee4017bf6b2a8eab364ac93655b4eebf128c975ca88ee08cc2828fafe772d2ba6c47887b3c8fd40923c80ba8359af0aaf138a3c09baeaf455256a6afda6e6a0e
-DIST firefox-111.0.1-az.xpi 491785 BLAKE2B 
c50c9e35c161bb4bd0df50e72340eb9f73227cdb092ed6ae1dc21358f778e935dba7cb8fc5807f9c724a55b8cc5fbdb8b5d9050ef7ef75084edbcf15b2e5655b
 SHA512 
1564c9d5d841d4e3df293fbdce07a1ab066d1b0b220d038305c4828272545cae3313c24ccebe12a422a00b9716b0970b78fd8ba0f14d1cd47527d454dd196e09
-DIST firefox-111.0.1-be.xpi 656833 BLAKE2B 
bcf1746543cdccdce6f57ba59188d8b3f70525b523980c17c68817f1089e42a437e61942a872f97b0e2109727e7f3037554b9a2b7b29b3df5ce35f7c85cca36f
 SHA512 
b3ab92acefd87250fa7abb38847d44c2db3823d3927a108f5c712965576dc1bff44e59a22f2b5a026dfa94d31f775c307b0d7373caae6ea3f8dadd88940d7a60
-DIST firefox-111.0.1-bg.xpi 585580 BLAKE2B 
eeafd73801f7e2d290ab4b5e7172e19ecf248e477abf957b4fe29b781cd8010703b32e35285677fdcb8cb3add156a6b2bb14ede3b2279e0adec5f617d6924aef
 SHA512 
e3f9e4cbec37853146749ca705e30ddd8daf248821df7f26715058a6feac2f417ecda1d43c3e91c3ab0303e2753d7ee2c6e3eaa1cf15479a50df8e908175ee3c
-DIST firefox-111.0.1-bn.xpi 581074 BLAKE2B 
b1bbcca3cd250d91acf455d078506f0aaeed302b186eb2d6d1d875918f55c1855ce2e3f4d1cb8fd2a83d00a6b53e5f024d94b977710f1788283686f864c676d9
 SHA512 
676964215b8d413e82200ce976d4fead5a3237acdfdaaf4f345a1c42d2eeb6d3d895181bd1f8eb721f61f971ddc30fc4eb3acf79359bffedd16e12ae4c18db13
-DIST firefox-111.0.1-br.xpi 547461 BLAKE2B 
adae3d861d6149e8f9991052822aad3e6c66fd1e0dbb36a02bf509197ca07cbb66cad0da5ca9f3562cb5c28078c7fae23547affa693b292575baefb0014c2d92
 SHA512 
3d64654665a87abb3fe49c9160db60aae98e17ce40629ed3e184c8b461bc81f2f403fb359e33ff526d7c41ce7a474a2cc80260fb75750a573dbd09d8fdb4b0f4
-DIST firefox-111.0.1-bs.xpi 463508 BLAKE2B 

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

2023-04-10 Thread Joonas Niilola
commit: 8483d1122b4c093c8a8886de70774332c81b626a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Apr 11 05:11:03 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Apr 11 05:12:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8483d112

www-client/firefox: add 112.0

 - include dont-crash-on-wayland-log-handler.patch from upstream bug #1826583,
 - remove "accessibility.typeaheadfind" from our default prefs.

Bug: https://bugs.gentoo.org/902149
Bug: https://bugs.gentoo.org/903710
Bug: https://bugs.gentoo.org/901353
Bug: https://bugs.gentoo.org/904072
Signed-off-by: Joonas Niilola  gentoo.org>

 www-client/firefox/Manifest  |  101 ++
 www-client/firefox/files/gentoo-default-prefs.js |1 -
 www-client/firefox/firefox-112.0.ebuild  | 1379 ++
 3 files changed, 1480 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index d0c6d75ddebf..9b7012f8499b 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -297,3 +297,104 @@ DIST firefox-111.0-xh.xpi 421019 BLAKE2B 
796f3a8ff74c0704e9ed746350f73b858bd219c
 DIST firefox-111.0-zh-CN.xpi 602345 BLAKE2B 
22d0d3cf8c580514f7ac3c2b75aaa77b108fc64941476298f8051df2b5e09f9f882bd49bc356e84f29afda64c92d9d6fbdfe5413b1b6c6654a6d865a4624b8a3
 SHA512 
6a234946541a1852e82baa75a94e4196d30c0c67a13965db0a955074b2640fde675470b9e6fd72ac73eaa81019b3f14e08079a641208fe67a588c31d93f3c44e
 DIST firefox-111.0-zh-TW.xpi 604910 BLAKE2B 
f5a04e08f87f5432994f2765b86616331d51ce8101b7abc8881af97dfdf88f384a0dccdcdd1c1845e221683d0dbda5a95d59c1285a06b0409164e71423db5fd0
 SHA512 
bf90c89fb6797fcaf83f13811e6a6c285deedeb70c7f48f310fb4cd2e664a3c633bb83ef829987ad80e3956189b6b4b41c0742cdb1dade9dd3288f95adff
 DIST firefox-111.0.source.tar.xz 495743080 BLAKE2B 
5262557c7e3460c5d4013040b653b5ed357a6ee3fa196a8b862ac4e884a8be64bb06896a6ef468fe702f6ab09fc2af7088de4e4c14cf832d2a3d47a18ac68f0e
 SHA512 
cdb300fdbb2b60068b0fc10a18df587b417e484901d36f52dd174d320d3440a42b02ea000f325c5781fd8853a5171b1a5184562fb535ece90619e4c64d46bb82
+DIST firefox-112-patches-01j.tar.xz 16812 BLAKE2B 
027c67af0d5bad5cd2e59905a573cb27274971c8912d3d7f30f9a781054d2a1ee56ef801df8aeaf0123214138d18ff78d4f7e9ae5cccd2b7f305fe128151a50d
 SHA512 
3383d1c0264e23d2c45a7d9ed499615203a8684402fa126320bf4cae5b9f7f45f37fca4ae9e32a447122b8dac8e6051c6838b3b19c82b2044549fd697731cfa8
+DIST firefox-112.0-ach.xpi 459577 BLAKE2B 
3adb567d9b02f04e869236b7863d2f7425fe721f0c26bafd21aef30b0a761fc7dc0aedc7abf99429d6da19c6c33d4a7669edb1531526822e20d54d802f2bd92f
 SHA512 
e3a0487ca57ba731bfbacf7628f497b623a68324d9464a73d18e36d3331dde434d05b73abe3d8864ce684d4bddd4d20b73ee53c397dfa9f665360dd612c7fc63
+DIST firefox-112.0-af.xpi 423010 BLAKE2B 
6f87c4cc3eab518c111793860845c34b3131d50500211b0e5b813b376c8a13d5aee071a40e9172e2482994234d4d5764e14a24bb68a9ae8b4b86e8bcb6f0b97a
 SHA512 
000fd456377692eca76efde709d8526c599a38fb9839018cee726ca6359d3356f42f8620b892a9082cd8dcbad5c6be1346c7ef9bfed0b97910f7a343dc0e2cac
+DIST firefox-112.0-an.xpi 503915 BLAKE2B 
2e7e5fa8a7ade25e28edf32402a3132333019938d315483bacd3156c7c1cdeebae037d144f67a04d3dc16004012d0d855b5091249f83ebb55c84b680c903cce7
 SHA512 
45915bb76a712cfd437526f59bb56ce7b493bdc636f783cea1f7e4809d178189ac4622b733465147c82fece78cb49a5f81bb3ef91ee5c6f4ef55415bba55b672
+DIST firefox-112.0-ar.xpi 570938 BLAKE2B 
a1f9dbdfe938763547d3848e396cffec719453901fa05630090a53147f3a27af3f316948eaf217492c366beb74172f288f6565ca9f0390a2b2116e7f391124bb
 SHA512 
667f86e18b1580501d7b205fc8cda963b266ad19e4195b78f1287f1da37b0e81726f88231eb4173213c39e72abe0607592cebe2ac4985192086f774579ed83f9
+DIST firefox-112.0-ast.xpi 489822 BLAKE2B 
24eafec53a5fa9a27dfeb2ccf9126e7e635309873c646e1e50c816d56c8a71673b9e94bd31566edd6a7ed367f904d03752a3ee95381a13659b2da62e1ad0c324
 SHA512 
73a33f6dcbba9dd4692eabb2cb518828a8ac571eca4b532551c902708f9ea6c10e315ab8442e16c4bfa83cd6941d3cbe561c9ac4e3dda2f81e46deb8df1d1587
+DIST firefox-112.0-az.xpi 492297 BLAKE2B 
6aa8062bbf3430ec95b1fd6ee26034d82fffc9551e415801a71c53bb2c491decc007370aa08315f7c7f765edcfb7bb28345a058175002ba44f0d6c2d8133201b
 SHA512 
ec1601baafe5f8fa84d77cf29634cfd10108cd31d3610421afc40ea9bbb3051a8fcaefa3612ef117ed61d151bbe8940a31531bc717d909002eb0588e4a2562f0
+DIST firefox-112.0-be.xpi 659309 BLAKE2B 
a84c19eacf95c17d69350747a570ec90cbecdbf04e1958d60888a5995d38b71442acfb085c1dd16f29ca420cc4061372af0bb24426b2d8112586300b3b1a18fe
 SHA512 
08dafbcd8decd7d82ef49a69c924e5262ba6f522ef055b473bfc1e10b893ed645e7f2205a77c3cb4f91a63538301086f6a6c27c26be60bac412a58dc0df46ca0
+DIST firefox-112.0-bg.xpi 588443 BLAKE2B 
4ed52e475b392229d95d8de4b48c329bfafe1ae09d7363265afe92a99acd70d4a4b328728ac2410d08c9d9d18ceab9956ca369ca3d4062f6d771cd756bc1fb10
 SHA512 
f1c133c23f82fb137f72e77677c8d8fe9d78efb0a85b7bd48779086d65c4b1d2fdec13e41115b0f04a928983a13ac529052a15c39da3f4f4e8a28a38c27e4d0a
+DIST firefox-112.0-bn.xpi 582020 BLAKE2B 

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

2023-04-10 Thread Joonas Niilola
commit: 5b564a94d1bd2f186f4fcaf195c71ee83070fe8f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Apr 11 05:13:30 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Apr 11 05:13:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b564a94

www-client/firefox-bin: add 112.0

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

 www-client/firefox-bin/Manifest|  98 ++
 .../firefox-bin/files/gentoo-default-prefs.js  |   1 -
 www-client/firefox-bin/firefox-bin-112.0.ebuild| 381 +
 3 files changed, 479 insertions(+), 1 deletion(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 90ab4bb530b0..c0c087379551 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -190,7 +190,105 @@ DIST firefox-111.0.1-vi.xpi 604172 BLAKE2B 
b5b2737d6caeb16fc880ca00c867bf30e876d
 DIST firefox-111.0.1-xh.xpi 421021 BLAKE2B 
5c215f244068312e117945c1b053cae62bcb107e15c97a13ae0921e01ddba9ad7527d4599bcf33542943f83899cc09102e7ccd72391098c93c2588fbaebe681d
 SHA512 
85cfe25fab74cd89c40c31f211d2d06b7ae03b62492163e829938f25cdcb40df904beb6ce9fe10003fcb5dd92a5be329f08d7bb7f6e83cc81e1fea7b768f2802
 DIST firefox-111.0.1-zh-CN.xpi 602342 BLAKE2B 
550918706b5cabcfcdbc2aff9cd0dee6b0f4f252a142f19a4f23a372678e6fd7fb3fb82cc250cc293c70cf734a6921429830bfc3ecf4448eb172fc6d5d8a14f2
 SHA512 
ea8958bce61bfd8996d88d616f49135ea26f86d925d72f2870f45ba81cfb916e800d4f2aa8f276a3fd26595d628b42dedff7e8a7f4c4ec128236d5c576dd9d70
 DIST firefox-111.0.1-zh-TW.xpi 604921 BLAKE2B 
46cb5620047498e32e5d220ceda924180f044bb779c2cf1af82b9488f2cb5bd642a51bbdb08e4ffb83d2b774199eded1a6094860d5a33d49bc4aa5462d956177
 SHA512 
e08b55f04ec5033a51c62a177bcf707375016d3f97222c3469da1ab5e37458fb922c63c26939e432047fe66286fe7e716d5c770f0d37af5f712e63ff13f79f9c
+DIST firefox-112.0-ach.xpi 459577 BLAKE2B 
3adb567d9b02f04e869236b7863d2f7425fe721f0c26bafd21aef30b0a761fc7dc0aedc7abf99429d6da19c6c33d4a7669edb1531526822e20d54d802f2bd92f
 SHA512 
e3a0487ca57ba731bfbacf7628f497b623a68324d9464a73d18e36d3331dde434d05b73abe3d8864ce684d4bddd4d20b73ee53c397dfa9f665360dd612c7fc63
+DIST firefox-112.0-af.xpi 423010 BLAKE2B 
6f87c4cc3eab518c111793860845c34b3131d50500211b0e5b813b376c8a13d5aee071a40e9172e2482994234d4d5764e14a24bb68a9ae8b4b86e8bcb6f0b97a
 SHA512 
000fd456377692eca76efde709d8526c599a38fb9839018cee726ca6359d3356f42f8620b892a9082cd8dcbad5c6be1346c7ef9bfed0b97910f7a343dc0e2cac
+DIST firefox-112.0-an.xpi 503915 BLAKE2B 
2e7e5fa8a7ade25e28edf32402a3132333019938d315483bacd3156c7c1cdeebae037d144f67a04d3dc16004012d0d855b5091249f83ebb55c84b680c903cce7
 SHA512 
45915bb76a712cfd437526f59bb56ce7b493bdc636f783cea1f7e4809d178189ac4622b733465147c82fece78cb49a5f81bb3ef91ee5c6f4ef55415bba55b672
+DIST firefox-112.0-ar.xpi 570938 BLAKE2B 
a1f9dbdfe938763547d3848e396cffec719453901fa05630090a53147f3a27af3f316948eaf217492c366beb74172f288f6565ca9f0390a2b2116e7f391124bb
 SHA512 
667f86e18b1580501d7b205fc8cda963b266ad19e4195b78f1287f1da37b0e81726f88231eb4173213c39e72abe0607592cebe2ac4985192086f774579ed83f9
+DIST firefox-112.0-ast.xpi 489822 BLAKE2B 
24eafec53a5fa9a27dfeb2ccf9126e7e635309873c646e1e50c816d56c8a71673b9e94bd31566edd6a7ed367f904d03752a3ee95381a13659b2da62e1ad0c324
 SHA512 
73a33f6dcbba9dd4692eabb2cb518828a8ac571eca4b532551c902708f9ea6c10e315ab8442e16c4bfa83cd6941d3cbe561c9ac4e3dda2f81e46deb8df1d1587
+DIST firefox-112.0-az.xpi 492297 BLAKE2B 
6aa8062bbf3430ec95b1fd6ee26034d82fffc9551e415801a71c53bb2c491decc007370aa08315f7c7f765edcfb7bb28345a058175002ba44f0d6c2d8133201b
 SHA512 
ec1601baafe5f8fa84d77cf29634cfd10108cd31d3610421afc40ea9bbb3051a8fcaefa3612ef117ed61d151bbe8940a31531bc717d909002eb0588e4a2562f0
+DIST firefox-112.0-be.xpi 659309 BLAKE2B 
a84c19eacf95c17d69350747a570ec90cbecdbf04e1958d60888a5995d38b71442acfb085c1dd16f29ca420cc4061372af0bb24426b2d8112586300b3b1a18fe
 SHA512 
08dafbcd8decd7d82ef49a69c924e5262ba6f522ef055b473bfc1e10b893ed645e7f2205a77c3cb4f91a63538301086f6a6c27c26be60bac412a58dc0df46ca0
+DIST firefox-112.0-bg.xpi 588443 BLAKE2B 
4ed52e475b392229d95d8de4b48c329bfafe1ae09d7363265afe92a99acd70d4a4b328728ac2410d08c9d9d18ceab9956ca369ca3d4062f6d771cd756bc1fb10
 SHA512 
f1c133c23f82fb137f72e77677c8d8fe9d78efb0a85b7bd48779086d65c4b1d2fdec13e41115b0f04a928983a13ac529052a15c39da3f4f4e8a28a38c27e4d0a
+DIST firefox-112.0-bn.xpi 582020 BLAKE2B 
f200f0ac5d20898e3be84a8d0e67f7c551081ac356890b34de9fc2c14ce65406df4a1509654e9a3178abd8d0931968657c2d82bd8c6a613e0da352ffb95bc5e4
 SHA512 
618f00b9dcc0ebdbebec73505bbce8523a7e65158ff9c597caa9954c82ec09188951f70812f6831372a9081c5f741535dde7eeeb53434076d86ea030f7430bea
+DIST firefox-112.0-br.xpi 548373 BLAKE2B 
3a69a75e99fcb1275fb9a8393dc7df89873f10eba581866ae45b2eb4dd0e18c1663fc41d784a0faba00805c890ac05c4d8d08b4a64d906dc1a1955e39d7452f4
 SHA512 
9c325c66e403dd5c36222a724c7ebcfa25918e9fb300a5039576e8d55be630c69c8d1c47f1b713b60bbab4479027e915c6fdd196784d877eb5b607d5cb016b4f
+DIST 

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

2023-04-10 Thread Zac Medico
commit: f6cb32864291febd8151f8418971fe57efcd2c66
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Apr 11 04:35:01 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Apr 11 04:36:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6cb3286

net-dns/coredns: add 1.10.1

Reported-by: Rahil Bhimjiani  gmail.com>
Signed-off-by: Zac Medico  gentoo.org>

 net-dns/coredns/Manifest  |  2 +
 net-dns/coredns/coredns-1.10.1.ebuild | 89 +++
 2 files changed, 91 insertions(+)

diff --git a/net-dns/coredns/Manifest b/net-dns/coredns/Manifest
index d174f4a375a3..87202ee44d79 100644
--- a/net-dns/coredns/Manifest
+++ b/net-dns/coredns/Manifest
@@ -1,4 +1,6 @@
 DIST coredns-1.10.0-deps.tar.xz 216362488 BLAKE2B 
e94075f547b604cdb770bf5b5f116dd99710d3011e48e9c7da0f2f8cb51c9128c60a4873f5152180ccac90008d50979b993f67b00fa836bea55f67cb32101156
 SHA512 
8ba7d76d4840abcd6cdedb3c7754e2dc94610c7996f3dbd7d7e81f3b624c8fee0a903679ef63c91ca86c799c744582ac9fe4a6766939abe3fee8d7c45a0a787d
 DIST coredns-1.10.0.tar.gz 656927 BLAKE2B 
25803e0e62e75122d951123d0e04c60a9bee14756decbff9d1c8b27bd996e97d863be83961f03decd118eddc9c06c80709aa881a902dbf42f4c408ee2c4647c6
 SHA512 
ddec7ee0139105f417249756133d0384d28cd7f6960183644dfb26d6dfba43a80d461da65040f160a8a7e38785bfdc9f458b2bab2fe8ce82635e8dd0dd42a467
+DIST coredns-1.10.1-deps.tar.xz 230970760 BLAKE2B 
79e9199256ddcb5c6728aa1cab62608177099d278a44bc5393148ed49139fa97ebc82fd0e749847bb04f34b409165c44082cbec502e807e0e44c58b4f1df5f6f
 SHA512 
2c1a5d6ba3392444a25ca0488c8c0ebae4090b601276a17fdc01c64b70c22fa45b297c8784dbb7214865ceafe4b93bb166d3e84b170a5e1b21ff3811b59ab885
+DIST coredns-1.10.1.tar.gz 632459 BLAKE2B 
ade57e2f7028cf4c3b69e08396a7cd41cde79c6f0b9b1edeb4c9e73204e9eab295d9b44dce437f337900ca6a622832c6f784f7088b2eed7ac6759e6959e587bd
 SHA512 
6906ecf64b6274f4d3957faec6930ec3ed4de0bddd9e2d72ea2794f43186689ede1f440d7626c5ea66956fdec41e354242f99fa489f1f992b86fede5f580a328
 DIST coredns-1.9.3-deps.tar.xz 205913904 BLAKE2B 
d5a630d7afa14577e1d5b9aba48a43808b990bc6e550408d141b509253c611266e3d5b5acc33222582693d7542630c0efdad973535564a37434a50dc67289099
 SHA512 
d954e73c3f6c3d1c37d959420c92cd59aa61bb5b2f69fdbcf017cbba173a0b8e9e0d73ef85e9b7fa8657c9916afd4843df0886058815c7df854ec3ddc67eae1d
 DIST coredns-1.9.3.tar.gz 624914 BLAKE2B 
a27e73da8c67ff38d33757bf8fdae5938574b1b0f4db4a469e67e6063c1643b0dc60227646998b87bbd79d48bdf8c792be432ae253b54fca0d6afdec1138bad7
 SHA512 
d0c24c5d9f27883519e0d6edf917c6e0051b80627a320a20f6d5ee3e154f65790d1f66b5e0255aeed66874ff5826b2ab3d1237d6fd53452e7dfaf3b34b17fdfb

diff --git a/net-dns/coredns/coredns-1.10.1.ebuild 
b/net-dns/coredns/coredns-1.10.1.ebuild
new file mode 100644
index ..afdc040d8a49
--- /dev/null
+++ b/net-dns/coredns/coredns-1.10.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Don't forget to update when bumping. Used in --version output
+EGIT_COMMIT="055b2c31a9cf28321734e5f71613ea080d216cd3"
+
+inherit fcaps go-module systemd tmpfiles
+
+ARCHIVE_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="${ARCHIVE_URI} https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz;
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="A DNS server that chains middleware"
+HOMEPAGE="https://github.com/coredns/coredns;
+
+LICENSE="Apache-2.0 MIT BSD ISC MPL-2.0 BSD-2"
+SLOT="0"
+RDEPEND="acct-user/coredns
+   acct-group/coredns"
+
+# TODO: debug test failure with deps tarball
+RESTRICT="test"
+
+FILECAPS=(
+   -m 755 'cap_net_bind_service=+ep' usr/bin/${PN}
+)
+
+src_compile() {
+   go build -v -ldflags="-X 
github.com/coredns/coredns/coremain.GitCommit=${EGIT_COMMIT}" ||
+   die "go build failed"
+}
+
+src_install() {
+   dobin "${PN}"
+   einstalldocs
+   doman man/*
+
+   newinitd "${FILESDIR}"/coredns.initd coredns
+   newconfd "${FILESDIR}"/coredns.confd coredns
+
+   insinto /etc/coredns/
+   newins "${FILESDIR}"/Corefile.example Corefile
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/coredns.logrotated coredns
+
+   systemd_dounit "${FILESDIR}"/coredns.service
+   newtmpfiles "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
+}
+
+src_test() {
+   # eclass default '-x' makes tests output unreadable
+   export GOFLAGS="-v -mod=readonly"
+
+   local known_fail=(
+   "TestZoneExternalCNAMELookupWithProxy"
+   "TestMetricsSeveralBlocs"
+   "TestMetricsAvailable"
+   "TestMetricsAvailableAfterReload"
+   "TestMetricsAvailableAfterReloadAndFailedReload"
+   )
+   # concat as '|^Test1$|^Test2$|^Test3...$':
+   local known_fail_re="$(printf '|^%s$' "${known_fail[@]}")"
+   # drop '|' in the begining:
+   known_fail_re="${known_fail_re:1}"
+
+   local working_tests_re="$(
+   # get list of 

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

2023-04-10 Thread Sam James
commit: d5fca8d5622b376e09174784c91082357d8be597
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 04:09:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 04:09:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fca8d5

sys-devel/gcc: drop old 13 snapshots

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

 sys-devel/gcc/Manifest |  4 --
 sys-devel/gcc/gcc-13.0.1_pre20230312-r1.ebuild | 56 -
 sys-devel/gcc/gcc-13.0.1_pre20230319.ebuild| 56 -
 sys-devel/gcc/gcc-13.0.1_pre20230326-r1.ebuild | 57 --
 sys-devel/gcc/gcc-13.0.1_pre20230326.ebuild| 56 -
 sys-devel/gcc/gcc-13.0.1_pre20230402-r1.ebuild | 57 --
 sys-devel/gcc/gcc-13.0.1_pre20230402.ebuild| 56 -
 7 files changed, 342 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index fad6f0d91843..5a2206010a45 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -24,10 +24,6 @@ DIST gcc-12.2.0-patches-10.tar.xz 14252 BLAKE2B 
99368db982227728a6a9e2b1f694999f
 DIST gcc-12.2.0-patches-13.tar.xz 13756 BLAKE2B 
df0388a669458f2991951d2f4027badbff3f802e6a0422478206b5cdda76e70b531a474d2ac42817e9e7f8200e9ac35ca8276af539839b4ebb2e22903ec25a23
 SHA512 
2970de9d2806d59c5d0f77e66000860c816ebd674489db8114f48f6aa11575644154431480222580b520b9e312647b06f94ab38959a49a8cda818158d6babf1d
 DIST gcc-12.2.0-patches-14.tar.xz 13752 BLAKE2B 
c44609a8a3a96480f144b7e6859c2b1d7105f421ffa08929c35fc13eb5ec11d967b02cf8248ecb4ea85824b1872125a73c92f404050c3399d5c06fe668711fd3
 SHA512 
c1db7a7f3a929dfdc8de9a662448f57296ab818b9fd133763b2ab0dddce2e01cf322e5ac53f3d69c2366053ef3c4fa44c72eed248dc7aeef49f558341bdd3854
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
-DIST gcc-13-20230312.tar.xz 84361832 BLAKE2B 
4099036d7224cbdb9cfd8fb454201a80f76ea9569d8625d4cedc14ed30caf0a4b88a60b5f9fff12001a19a928909489609da3634c109e457f9b6dedcd20a947d
 SHA512 
7513ebdbe9e6116658c4bafdc71f122cae3cf7233b91402bc1d05fe1fec0ff036ed613b1db3af2b235fc153c862f428cd297da6ba0e6e81e1e7962fa0550e01e
-DIST gcc-13-20230319.tar.xz 83729684 BLAKE2B 
b57681574691f7909017ea1b8a5d101e09c22632d9f2aef166eaafc55cd7b2f8bca065b16a7b902130da55edf5f16994608601dfb2dacd7661a477afc4482a32
 SHA512 
461a70570ae3944f317b778feb67cfc3bd29945c0a825b558abd9311cb5297b390725896b81a494c3c592c231d77a7147338cb4962a1feba304f13e6e19b4538
-DIST gcc-13-20230326.tar.xz 83830580 BLAKE2B 
88d28f8525a229e4aae34ff6f094779df8ef289fa3a8e45a4f2c758371f70739bb426d58e7fb7534cf19512125c87e2648f799e8ce19bfe301eb4b9efa7f2865
 SHA512 
363cc3a10e90781da89e487b2aea8e733c966dab39aebff18109a64096d8f5fafa186a338d3924a5aaf465a19520b1fda258ed161f482ede802d647568dfb335
-DIST gcc-13-20230402.tar.xz 83853800 BLAKE2B 
00bd4cd21b3717d8ff6b802b1c00ddee26107287c8f1093d5cba25ec35a9d1fb8112256aed961cc13e68110b4d061ec326309cc6a4c18fa8d7e866cc3217b185
 SHA512 
d92e523eafab990e218b6a78f2626683a08f6e6d2764c76b6c5db50a024c13f96eec526e669913cf38b92994e787ea8df1b4715f26021b424d4b92e78c054678
 DIST gcc-13-20230409.tar.xz 83942252 BLAKE2B 
9fb394de80814c13f91ea1cc078e9ab5623576d67115f61b6090594d44ed9179445fe58fc35f509e9bfcc2c7305e8e111c24df4f2f62fe134eb24b09f7c15b7f
 SHA512 
6b2fb29abf0ed77dcccd393d8ec0b8abc2d7aada0de6bab20eb561fd3f738c4b5023fb5598ffb017d10f099d597ddbc324a6dc71d5ed0119a7d9a7ef1faec1a1
 DIST gcc-13.1.0-musl-patches-1.tar.xz 3528 BLAKE2B 
c572ab4a0fb929b16ec36b3a3616cdcccd62f7ee27ded8077008b9beb50539db64cc251ff8a3eade54e8ebfe1012f8f32d0802379bf8ffb0f1b8ce7c8457da37
 SHA512 
ffb7dfa54a9d23b5333664e915efd9f18a43cd696f4ff5669a8b072a0e9cf4978de53e315123542441a2533e4f269de0bb7d90ee7a37d3a7517b7cda6ea06681
 DIST gcc-13.1.0-patches-9.tar.xz 11720 BLAKE2B 
c26a2924fa8aab318a1f4a4974ca4aeba255f3605fa0cbf448a4e48b6f3e9359012aeae15726299059257b93043c5cdd86bf1b2f2fffd4b9a096ab411a0503ba
 SHA512 
98e48abaa664ea18bf00ba7bdb29cc1e908cc55ba9d12d52061e86fc917753ade8e38a190c04d23c63102808ac5a9e8ecf085dcc29a1568a329ceb5d43cf0290

diff --git a/sys-devel/gcc/gcc-13.0.1_pre20230312-r1.ebuild 
b/sys-devel/gcc/gcc-13.0.1_pre20230312-r1.ebuild
deleted file mode 100644
index f476227f8198..
--- a/sys-devel/gcc/gcc-13.0.1_pre20230312-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_DEV="sam"
-PATCH_VER="9"
-PATCH_GCC_VER="13.1.0"
-MUSL_VER="1"
-MUSL_GCC_VER="13.1.0"
-
-if [[ $(ver_cut 3) ==  ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   MY_PV_3=$(($(ver_cut 3) - 9998))
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-

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

2023-04-10 Thread Sam James
commit: d46880fffebd7edf8d86244adea3ede60a89ed68
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 04:09:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 04:09:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46880ff

sys-devel/gcc: drop old 12 snapshots

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

 sys-devel/gcc/Manifest|  3 --
 sys-devel/gcc/gcc-12.2.1_p20230318.ebuild | 54 ---
 sys-devel/gcc/gcc-12.2.1_p20230325.ebuild | 54 ---
 sys-devel/gcc/gcc-12.2.1_p20230401.ebuild | 54 ---
 4 files changed, 165 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 41c6e5209f66..fad6f0d91843 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -17,9 +17,6 @@ DIST gcc-11.4.0-patches-7.tar.xz 14416 BLAKE2B 
3ebf62cba04cac8830a93a99d11c21347
 DIST gcc-11.4.0-patches-8.tar.xz 13788 BLAKE2B 
a1406d5dcd906ed51ef06bb6571c216d83f74ab5ba05d2f1783d20619ee4ae9a4aa60c15917c861c24b708621b1605411011df9d217472f92001ec1c59a22b5b
 SHA512 
b18b068422911216063948e21f0ec01073edb45c828a351282730111642638a0a42b97394a3f7522f892fe79e30b391372c829b542ce64fd0dc58c2a83f091bf
 DIST gcc-12-20230121.tar.xz 79652428 BLAKE2B 
f4f0e6474d179454dc56dd05c823fca919a894e9efdc64625bb13045c7bd549a7bab59dfb4052d45d594d4484801ab5b18cf3f3d6277be54eaec24a53abd439c
 SHA512 
b6c2486916418a64fab64c3655329bc18ca93ee4eca240e8779bd6d8280124fcd07b1aa8eff979fd317656646ecdba9353107887338354d8bd2c1f68c1609349
 DIST gcc-12-20230304.tar.xz 79683276 BLAKE2B 
e02622f1193ba17dd1041eae0c2f594b26806b00cfb269e683cc356d6d405ae8a49e60823ed6f814d2aac820ef01d9004f68d628a853be139fa6a70e8601ba2a
 SHA512 
0c23a8845c8f202b0c0e4aceb3104bf76c0aca9171ba65d292057703d160fc4ce0b0d7c8876cf1bb30f998c4a5a0a8f3c4165dd4d8d316019cff0dc19aa62182
-DIST gcc-12-20230318.tar.xz 79703428 BLAKE2B 
ec1a4c1e8de27f8762ef91f553a2f8045f26a38c1beb49be4a39c86a11b894b609548f3f6f47b6bf2de9a357995a1f72c3667dba4892189eedee01c9e3c160ed
 SHA512 
7ba9acab02a42090fde3e903bb579d20bd1ba6ae0403fa344e25db74e4a81dfe5a81a98971869baaf0d70c089f313bf789287f037294f813429480634afea8f6
-DIST gcc-12-20230325.tar.xz 79708484 BLAKE2B 
8c72569cc3f070e910b2abaf186575d1711d0c4097f192bb87ddb5bb969c794454331fdc0b363edfc26df93937d2d88d392230b1f7f47f1c1fa3bf7aff189282
 SHA512 
ff05bd4a113b3cabaf90f319c452c0027786ab295d1c25f5cc06c5dfa72fee5444219189bb51935e6f90facd026fc760bd335b9fe3e2b5b10e1bc9f6ee7b7ccb
-DIST gcc-12-20230401.tar.xz 79715852 BLAKE2B 
6dc4a0d8b619fbabe5bad9b8daa1ff6d109bb08634b71bf7fab39d22179f9841091bda58bf503ef08a8e26a53f1b49c835e4758f0dcb41f2863820c26d7383da
 SHA512 
b0757f56cd778ca537090c79d1ca606e28d258473a9add59df9be39dcfe3047cbe324e81a389f101d8ded31419b0e535410997593bd99a6fa22730288362de4e
 DIST gcc-12-20230408.tar.xz 79713052 BLAKE2B 
932457993304a40337fc25864ce7d1bd2c5b31a91b4dfae19a0ecdb93658b3ef68e5f4a1911f4921fa26e4388664274ade2c6e3ba852e1bc9fb8e1f2f0d6513c
 SHA512 
c75ac4be453f2f95a58de7b34f80d1050ba6d5a71b7987ac7359315f8e682c76ae004d9c34b4b6bfe78a7708319e51e9cdb1bdaaa3cb15e76214d60557ce39dc
 DIST gcc-12.2.0-musl-patches-7.tar.xz 3652 BLAKE2B 
295ea907efea854a3c2447d472bedb24714d78b7b725476b1eac3898d89c0c549da8e69db28911205bb3293f62cf344a90ade0898ecf5fed57ff00fcf8547a9f
 SHA512 
7a7a440bc08de8dcb37c080ea0c27904adaaadfaab24d90becd2d009243dcfc886d8f674ce3ccddb4ebb5ad17f04d841064d9ec2e2e2e96a1afac3002111
 DIST gcc-12.2.0-patches-1.tar.xz 12864 BLAKE2B 
a5ae0a85dfc1b6f0bd968f0d5262ebed14ec9cdb3249e3a4c571578c54eda0e53708ee7fe8e03e506366c7f3cf7926eced9b390d9dee948c1249298c0fabd9fb
 SHA512 
f3d793b89a2a0385d596162fb0c653d4acdf21ae418cb792c1786a01fde0391bd0719715dbf07d53636f127168f5cd99108a1dc11cf6cea889b7d82385bcc258

diff --git a/sys-devel/gcc/gcc-12.2.1_p20230318.ebuild 
b/sys-devel/gcc/gcc-12.2.1_p20230318.ebuild
deleted file mode 100644
index 763aa90c2051..
--- a/sys-devel/gcc/gcc-12.2.1_p20230318.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_DEV="sam"
-PATCH_VER="14"
-PATCH_GCC_VER="12.2.0"
-MUSL_VER="7"
-MUSL_GCC_VER="12.2.0"
-
-if [[ $(ver_cut 3) ==  ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   else
-   MY_PV_2=$(($(ver_cut 2) - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
-elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
-   # Cheesy hack for RCs
-   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
-   MY_P=${PN}-${MY_PV}
-   
GCC_TARBALL_SRC_URI="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz;
-   TOOLCHAIN_SET_S=no
-   S="${WORKDIR}"/${MY_P}
-fi
-
-inherit toolchain
-
-# Needs to be after inherit (for now?), bug #830908

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

2023-04-10 Thread Sam James
commit: 2b5d2bd49a45f1a5e890acab86b7f8917e452255
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 04:09:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 04:09:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5d2bd4

sys-devel/gcc: drop 11.3.1_p20230324, 11.3.1_p20230331

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

 sys-devel/gcc/Manifest|  2 --
 sys-devel/gcc/gcc-11.3.1_p20230324.ebuild | 54 ---
 sys-devel/gcc/gcc-11.3.1_p20230331.ebuild | 54 ---
 3 files changed, 110 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 173efa9bdc41..41c6e5209f66 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -10,8 +10,6 @@ DIST gcc-10.5.0-patches-5.tar.xz 17324 BLAKE2B 
e97b471fb6115fd0421be8a6390f7d883
 DIST gcc-11-20221209.tar.xz 76240768 BLAKE2B 
3be0f1ece4473bbbf10f7242102f330a6e246c8481da5bd32620dcb15d2acd008bad60d2576a301f03e444e3d93a3c72d5184740c6fb3de2bc05e1863b68a0bc
 SHA512 
33d9581d434c012526eb4d49a4453cf77c57b459fd43f84e49bc764745e0772939eac007e119269f4f1989755df8678613732a84474c691b0c2452237c5b38a3
 DIST gcc-11-20230120.tar.xz 76201244 BLAKE2B 
07bc819dad3e2ee3747f09f43fd73a4263f06274362728174b32d9ead52ea95c25ea6a192397378b9b4c4f958285d97488d28e425c26129d23f143b1a8668fbc
 SHA512 
81f71aeb706b4ccb89e2af5201770fd72cc3190b9b5eac0b5a25a522626b9c4015a2e5d13e4bd1360ac0f7f1be27df51fc530c15ce3c3d782f39f34d5c58803e
 DIST gcc-11-20230303.tar.xz 76131828 BLAKE2B 
ad73cf9b11f4a70be922ebc2a934e8d5f863582ebb662fe74c71b5880c9d6617cc80233456bde70a7867d788fa1f72262f1ef069f23ff85a423c5eede3e7d3c7
 SHA512 
3b310b87f7d7423a727f2348038add5b76f923b0baf528d061e45a1030eefb538f4175866dc6e7e70852a794de0ab62798965ea1e574bfe62ccae35fe4b2b00b
-DIST gcc-11-20230324.tar.xz 76152596 BLAKE2B 
39540946ca30791a66d8e5273ebd658bbd3d542c4a215850039e7070951b3bedb2550ede0c10bb1620d24ea5f05f79b737ceb9ae8e372fad692ae7102d1467e5
 SHA512 
9ba29007e9baf05c0a02024b3b1130f8a850a06b3e8c9452368dcd3f75b026a9bb66649acebfa1c6c68e82f969c8e5a10aa01f917c88b1e5c9ab46574193af33
-DIST gcc-11-20230331.tar.xz 76150736 BLAKE2B 
cdc47fffcbc06f99d5abc9321bff172d157cf0ba8a8508282703152b40005c6efcb0a2f58262ca63ee211a89b0ea571bd5a5463810bb11e381e953544e283ac9
 SHA512 
24a6db4bed4c3a8b79c1860083d4b5537ba5751484c48170f7b5d352aa3bb3434ef1409291425678dbdd1b0a246abe1bb5ead9135324776143efe42e80100d56
 DIST gcc-11-20230407.tar.xz 76144188 BLAKE2B 
4a08a2387664e758331af7cc34387ea0ad449f1a46f0e6a51c92b279319b34221b22cf0cc426fe0406b0d8161042c3e229d202c4dbdad87c87dcf8f5ae5a70b9
 SHA512 
647ab458cd995698f126b13e3ee7ee6b94996c52c469d0e27e59d8cf371f99dbe902a591b8c911612d80aacf3e819aa183970980f1890424eb9f36d8f4d5911d
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c
 DIST gcc-11.4.0-patches-3.tar.xz 15200 BLAKE2B 
a393df941a2a31164f477d6bc0032e28319e8f0bd87200eb453708f85aa8c0bf5d67e733ee7b75cf6d14743e18cc941cee1b77a8247f8c5683d17a98cbeb280f
 SHA512 
6f6096d95c7c62780d1070097739882393a8df5172c3a5ae811a8d4d1c98a0cd14a34f3f7e95410c8f210aec434330ac3b8876c688faeb130d7bb8faece9

diff --git a/sys-devel/gcc/gcc-11.3.1_p20230324.ebuild 
b/sys-devel/gcc/gcc-11.3.1_p20230324.ebuild
deleted file mode 100644
index a30fa066e31c..
--- a/sys-devel/gcc/gcc-11.3.1_p20230324.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_SUFFIX="xz"
-TOOLCHAIN_PATCH_DEV="sam"
-PATCH_VER="8"
-PATCH_GCC_VER="11.4.0"
-MUSL_VER="2"
-MUSL_GCC_VER="11.4.0"
-
-if [[ $(ver_cut 3) ==  ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   else
-   MY_PV_2=$(($(ver_cut 2) - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
-fi
-
-inherit toolchain
-# Needs to be after inherit (for now?), bug #830908
-EGIT_BRANCH=releases/gcc-$(ver_cut 1)
-
-# Don't keyword live ebuilds
-#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-#fi
-
-if [[ ${CATEGORY} != cross-* ]] ; then
-   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
-   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
-   # bug #830454
-   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
-   DEPEND="${RDEPEND}"
-   BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
-fi
-
-src_prepare() {
-   local p upstreamed_patches=(

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

2023-04-10 Thread Sam James
commit: 235e728af67e5d70df228ce7873f6d61e69a3ad4
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 04:08:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 04:08:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235e728a

sys-devel/gcc: drop 10.4.1_p20230323, 10.4.1_p20230330

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

 sys-devel/gcc/Manifest|  2 --
 sys-devel/gcc/gcc-10.4.1_p20230323.ebuild | 58 ---
 sys-devel/gcc/gcc-10.4.1_p20230330.ebuild | 58 ---
 3 files changed, 118 deletions(-)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 766d09e8d65b..173efa9bdc41 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,7 +1,5 @@
 DIST gcc-10-20230119.tar.xz 72112952 BLAKE2B 
6e28cba9f6ff5c9f9231828bb400c82b8658a4f9c0166c28a6a12d71728d4460904152a8c84bbeff88c06b7f9378937b7b61bf4a871a10c56bd005170dc5fde2
 SHA512 
6cbb567ef1da1b6fa65892b6e71c3b7cd37e0c483e049720ea1987d444a0e7b4eb15d1e99f4e35995acdce560a811a779574eeba52bb252c61325accedd6a5c5
 DIST gcc-10-20230302.tar.xz 72112120 BLAKE2B 
8647639d9c6aef31b63566b006bb2980ca974e4aac4f5ced5f12a4f7fe0e9bda1e456d31f13dc478ab187d5e739ac850dd7dcc9db421ece1cadc50c952dbbed4
 SHA512 
97f72699b1a38de0dfb95253dc1602400fb05c2466b3682e51a4793d17db62e1d55b8d19211c3326e5369aace2a74345059b4b1c1a61a1f2c1c75a0aa9ec3e0e
-DIST gcc-10-20230323.tar.xz 72121484 BLAKE2B 
45a2ce8bafc8c58e6649a0fef9eeda4eda36c65e1275a56d35ab08c1798eff4ad0985873ba674c5497ef0ef2282893d92916daea8a77ca8d4a7f2d5d71220d76
 SHA512 
2c281962ddadfc40dc45e38bbacb46b1dfb0dad1830bfb219a7733ae686af3613743ace12d63a55306984b9db0b0d173339e7eda7bc5b79381b505aedc7b0b9b
-DIST gcc-10-20230330.tar.xz 72122364 BLAKE2B 
219bf390d064446bb72817a1173b59a7df99f84e190850d605794236cbdfc22e58771f57ba458cacd347db09287b3fae63004d047277cce8a740adb7f395ea61
 SHA512 
87ea30327213d498cfb8e4da5a36af1dd25b5c4895965426189b0fa66e9f060bfe430e794f958626f02136dc94ecdd635634ad52c15b2525150d3c1d90b99249
 DIST gcc-10-20230406.tar.xz 72168084 BLAKE2B 
cb74cf7bf68c4f09ae47839c41b5434e1748eeeb5fd3e6f4ea3ca051393174954f7cabaceec0009ae144bc4e5e9d823051256c71fa75e1ccdce91e20a9c6d7de
 SHA512 
04a84c632abae00560836bb2aa3ccac6c9f674eea7dc298171e3c38cece31a38f557d571783b3a4ef94351094b173aad9390603ecb969e8f4d713c44d126a3bd
 DIST gcc-10.4.0-musl-patches-1.tar.xz 3808 BLAKE2B 
804d1fcc451dcd03be71240dd498ec2d179869571d44012967c48dccf5a478dd8c55000a964a80fdd5584d739a777dee1c83241cffce514ef002df2572854a67
 SHA512 
83e4a9c0f7062baf0c606a2bcc56a818494991403d7577dea65f04bbc25bdb786a5889b80d45d80e7f4be07c1aef786802cbfcfafd1a17ec255a2d4e93a77570
 DIST gcc-10.4.0-patches-5.tar.xz 17056 BLAKE2B 
f336d69a8ad105b8c4a84e8248a5b8a88175d3f1d67d32c6bee1780d252d86947059bd624992e6292610e86c9012f4d901a1a54df0d184dd023d404a0707700e
 SHA512 
aa8fb42f20587f8519e7b06037da4d8f7d386b63e228b239a0445a51df4e401940fcd81482381d966622054aef3e0db06d1def5c74ac3d3dcc9c75c3b966c758

diff --git a/sys-devel/gcc/gcc-10.4.1_p20230323.ebuild 
b/sys-devel/gcc/gcc-10.4.1_p20230323.ebuild
deleted file mode 100644
index 07a2b5e91ab4..
--- a/sys-devel/gcc/gcc-10.4.1_p20230323.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-TOOLCHAIN_PATCH_SUFFIX="xz"
-TOOLCHAIN_PATCH_DEV="sam"
-#TOOLCHAIN_GCC_RC=1
-PATCH_GCC_VER="10.5.0"
-PATCH_VER="5"
-MUSL_VER="2"
-MUSL_GCC_VER="10.5.0"
-
-if [[ $(ver_cut 3) ==  ]] ; then
-   MY_PV_2=$(ver_cut 2)
-   if [[ ${MY_PV_2} == 0 ]] ; then
-   MY_PV_2=0
-   else
-   MY_PV_2=$(($(ver_cut 2) - 1))
-   fi
-
-   # e.g. 12.2. -> 12.1.1
-   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
-elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
-   # Cheesy hack for RCs
-   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
-   MY_P=${PN}-${MY_PV}
-   
GCC_TARBALL_SRC_URI="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz;
-   TOOLCHAIN_SET_S=no
-   S="${WORKDIR}"/${MY_P}
-fi
-
-inherit toolchain
-# Needs to be after inherit (for now?), bug #830908
-EGIT_BRANCH=releases/gcc-$(ver_cut 1)
-
-# Don't keyword live ebuilds
-#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
-#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-#fi
-
-RDEPEND=""
-BDEPEND="${CATEGORY}/binutils"
-
-src_prepare() {
-   local p upstreamed_patches=(
-   # add them here
-   )
-   for p in "${upstreamed_patches[@]}"; do
-   rm -v "${WORKDIR}/patch/${p}" || die
-   done
-
-   if has_version '>=sys-libs/glibc-2.32-r1'; then
-   rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || 
die
-   fi
-
-   toolchain_src_prepare
-}

diff --git 

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

2023-04-10 Thread Sam James
commit: fa928758210ff474010e690f620fb40fe864a56c
Author: Matt Whitlock  mattwhitlock  name>
AuthorDate: Mon Apr 10 21:28:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 04:06:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa928758

dev-libs/libsecp256k1: bump to 0.3.1

See: 
https://github.com/bitcoin-core/secp256k1/blob/v0.3.1/CHANGELOG.md#031---2023-04-10
Closes: https://bugs.gentoo.org/904145
Signed-off-by: Matt Whitlock  mattwhitlock.name>
Closes: https://github.com/gentoo/gentoo/pull/30546
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libsecp256k1/Manifest  |  1 +
 dev-libs/libsecp256k1/libsecp256k1-0.3.1.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/dev-libs/libsecp256k1/Manifest b/dev-libs/libsecp256k1/Manifest
index ab2371d22553..81752c318833 100644
--- a/dev-libs/libsecp256k1/Manifest
+++ b/dev-libs/libsecp256k1/Manifest
@@ -1,3 +1,4 @@
 DIST libsecp256k1-0.3.0.tar.gz 2475682 BLAKE2B 
a531a87da63abc67a55e756852cde41cdc56d388963871beb23233623721f583ade4ce6b273ffa1c319a3875541e18c549512034d7b6a9eb926e8e916513d14d
 SHA512 
77251b37990b0e73442aa1ec1ff51c5c7e293755ace9abc92ce6c3d21c7ed7f3b1666b939b4410bf1f637e3a69b16a7d33069caf071327f05177420a10f15eda
+DIST libsecp256k1-0.3.1.tar.gz 2560292 BLAKE2B 
70ff57e222dd47d0e63a40653d4e7b4e727f6bcb5abf005f15c94cf70e7d11843281d7406d2640b06a0f6a2c2f79cc66ea544cca761d1587973d57006ca39daf
 SHA512 
58ec679625ef4663c94c7198ee953283106c1e027623c3de341277fa757265b822ad3c0e98019f9e425f0e9e414b03e6b62853a1581611813cce753e81845d0f
 DIST libsecp256k1-v0.1_pre20190401.tgz 13 BLAKE2B 
68c9fc3fda6af56452f32edeae5dcb5a92f68bc3fb39a397c532951c6392347df14ea0347bbe05cab43158512e0d9f5ea87bd8f69bece1b04440860ebb8065ee
 SHA512 
8c4945e93cb5ff241482ba4426b25162a7ae3b26860edc10c91d06b1c396887202ad971f4d38e035828352531b87fc29087a12b675e43da44f23c9ea3b6c0cc8
 DIST libsecp256k1-v0.1_pre20201028.tgz 200051 BLAKE2B 
90d636049b411e02703feb2661006900a55f952f60e76e2b7147a5afe8e391a06a80d6ae1489b1e7f2382176c7ea831526465a85bca09156dc6d37b417fcb33b
 SHA512 
54a0fa21b64dd6836e4227de51f3539afe06e0e2f352683397d6adb5dd0508af443d2e25f91e90e1ae366b261965fe7d438292314705baee799cf37421644958

diff --git a/dev-libs/libsecp256k1/libsecp256k1-0.3.1.ebuild 
b/dev-libs/libsecp256k1/libsecp256k1-0.3.1.ebuild
new file mode 100644
index ..41fde96356df
--- /dev/null
+++ b/dev-libs/libsecp256k1/libsecp256k1-0.3.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MyPN=secp256k1
+DESCRIPTION="Optimized C library for EC operations on curve secp256k1"
+HOMEPAGE="https://github.com/bitcoin-core/secp256k1;
+SRC_URI="https://github.com/bitcoin-core/secp256k1/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/2"  # subslot is "$((_LIB_VERSION_CURRENT-_LIB_VERSION_AGE))" from 
configure.ac
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+asm +ecdh experimental +extrakeys lowmem +recovery +schnorr test 
valgrind"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   asm? ( || ( amd64 arm ) arm? ( experimental ) )
+   schnorr? ( extrakeys )
+"
+BDEPEND="
+   sys-devel/autoconf-archive
+   virtual/pkgconfig
+   valgrind? ( dev-util/valgrind )
+"
+
+PATCHES=(
+   "${FILESDIR}/0.2.0-fix-cross-compile.patch"
+)
+
+S="${WORKDIR}/${MyPN}-${PV}"
+
+src_prepare() {
+   default
+   eautoreconf
+
+   # Generate during build
+   rm -f src/precomputed_ecmult.c src/precomputed_ecmult_gen.c || die
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-benchmark
+   $(use_enable experimental)
+   $(use_enable test tests)
+   $(use_enable test exhaustive-tests)
+   $(use_enable {,module-}ecdh)
+   $(use_enable {,module-}extrakeys)
+   $(use_enable {,module-}recovery)
+   $(use_enable schnorr module-schnorrsig)
+   $(usev lowmem '--with-ecmult-window=4 
--with-ecmult-gen-precision=2')
+   $(use_with valgrind)
+   )
+   if use asm; then
+   if use arm; then
+   myeconfargs+=( --with-asm=arm )
+   else
+   myeconfargs+=( --with-asm=auto )
+   fi
+   else
+   myeconfargs+=( --with-asm=no )
+   fi
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   find "${ED}" -name '*.la' -delete || die
+}



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

2023-04-10 Thread Sam James
commit: c56c7d636f0a6a3d1db6949db83d078a01bec0e7
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 04:00:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 04:06:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c56c7d63

media-gfx/scrot: add 1.9

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

 media-gfx/scrot/Manifest| 1 +
 media-gfx/scrot/{scrot-.ebuild => scrot-1.9.ebuild} | 2 +-
 media-gfx/scrot/scrot-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/scrot/Manifest b/media-gfx/scrot/Manifest
index e0bcc43cf203..dcf2acb40c79 100644
--- a/media-gfx/scrot/Manifest
+++ b/media-gfx/scrot/Manifest
@@ -1 +1,2 @@
 DIST scrot-1.8.1.tar.gz 178856 BLAKE2B 
c7c6a5169112d38f1b919c651f5b5d99abd3adcf7bdbffd971c358b3c691297ff3bca6e7d82a0fa4e63323ee50651b477f7daab2ea383eb161446b41cd75516d
 SHA512 
a93b3ce0fc690687b50d9b06d93b30528c26f3ee0b63d16895280d0df092fea022105a6d1aa60cf58c125a5b63eda841e089123d589354901b3ed6e063b76d86
+DIST scrot-1.9.tar.bz2 158710 BLAKE2B 
d823c0875a260ee9741e1c9038fe743e69d0afa83220448857d109dd3ebad9977f07871b25c6a4a979efdf2abd246a2facec91c5b0af01c47307dc6266c801d3
 SHA512 
ace3bcb26ecebc5bb139a6e011a562287be8f676f21211b540dd937ab2d4487047d3565d0aec84e099bd2c5c9b037d9044924b031f930dc45a3040df399a3312

diff --git a/media-gfx/scrot/scrot-.ebuild 
b/media-gfx/scrot/scrot-1.9.ebuild
similarity index 96%
copy from media-gfx/scrot/scrot-.ebuild
copy to media-gfx/scrot/scrot-1.9.ebuild
index f8c2de9e5910..4cde5c2086b1 100644
--- a/media-gfx/scrot/scrot-.ebuild
+++ b/media-gfx/scrot/scrot-1.9.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then

EGIT_REPO_URI="https://github.com/resurrecting-open-source-projects/${PN};
inherit autotools git-r3
 else
-   
SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/releases/download/${PV}/${P}.tar.gz;
+   
SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/releases/download/${PV}/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 fi
 

diff --git a/media-gfx/scrot/scrot-.ebuild 
b/media-gfx/scrot/scrot-.ebuild
index f8c2de9e5910..4cde5c2086b1 100644
--- a/media-gfx/scrot/scrot-.ebuild
+++ b/media-gfx/scrot/scrot-.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then

EGIT_REPO_URI="https://github.com/resurrecting-open-source-projects/${PN};
inherit autotools git-r3
 else
-   
SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/releases/download/${PV}/${P}.tar.gz;
+   
SRC_URI="https://github.com/resurrecting-open-source-projects/${PN}/releases/download/${PV}/${P}.tar.bz2;
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2023-04-10 Thread Sam James
commit: 662e9858abf54b03e6667b97ca51c249056d6e31
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 03:58:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 04:06:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662e9858

net-analyzer/scapy: add TODO re changes for next release

See: https://github.com/secdev/scapy/pull/3958
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/scapy/scapy-2.5.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild 
b/net-analyzer/scapy/scapy-2.5.0.ebuild
index 3a385c66fe57..aa1c22caace1 100644
--- a/net-analyzer/scapy/scapy-2.5.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.5.0.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# See https://github.com/secdev/scapy/pull/3958#discussion_r1161302244 on next
+# bump (>2.5.0)!
+
 PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1 readme.gentoo-r1
 



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

2023-04-10 Thread Julien Roy
commit: 822c87ea2cdf45c4db2b2909d33ba826f39eb89f
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 03:58:36 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 03:59:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=822c87ea

dev-python/pyodbc: fix install phase

Closes: https://bugs.gentoo.org/903645
Signed-off-by: Julien Roy  jroy.ca>

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

diff --git a/dev-python/pyodbc/pyodbc-4.0.35.ebuild 
b/dev-python/pyodbc/pyodbc-4.0.35.ebuild
index 9d10b40f5..2466c42ff 100644
--- a/dev-python/pyodbc/pyodbc-4.0.35.ebuild
+++ b/dev-python/pyodbc/pyodbc-4.0.35.ebuild
@@ -43,7 +43,7 @@ src_test() {
 
 src_install() {
distutils-r1_src_install
-   rm /usr/pyodbc.pyi || die
+   rm "${D}/usr/pyodbc.pyi" || die
 }
 
 pkg_postinst() {



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

2023-04-10 Thread Jonas Frei
commit: 968e22482c7e4e218fe2f90b1a3c25816b86cc7e
Author: Jonas Frei  pm  me>
AuthorDate: Tue Apr 11 03:55:26 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Tue Apr 11 03:55:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=968e2248

app-misc/pueue: new package, add 3.1.2

Signed-off-by: Jonas Frei  pm.me>

 app-misc/pueue/Manifest   | 236 +++
 app-misc/pueue/metadata.xml   |  12 ++
 app-misc/pueue/pueue-3.1.2.ebuild | 286 ++
 3 files changed, 534 insertions(+)

diff --git a/app-misc/pueue/Manifest b/app-misc/pueue/Manifest
new file mode 100644
index 0..3cf1f8823
--- /dev/null
+++ b/app-misc/pueue/Manifest
@@ -0,0 +1,236 @@
+DIST addr2line-0.19.0.crate 33210 BLAKE2B 
a6b393dcddfa0f858297efb6b261d3a23f118be45a3211ee15f6c58808f241dbcf5282f4a86be579360513f23ac4035819e923f2587b7499110af42e9ac3ab88
 SHA512 
18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
+DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
+DIST anyhow-1.0.68.crate 43882 BLAKE2B 
0ccd8fcb746344dfa85674fa7c95aa648aed8d40134b8c1c1c0852f6c7d22f5622ca1704ec65c254fc20946b1733299e1517364d74f726952d5a951ef89a2fe5
 SHA512 
b8cfc132ebeac823edf18cba7e335d1939fcbb095ed4ea859f4dc4cde5b1ff35fd68f0743577c69085f74f019768a3359936bf6dc1b2aceb7e2b28ace7f74a0f
+DIST assert_cmd-2.0.8.crate 24347 BLAKE2B 
b69beb301a11e893ee1c7b59a08ac7860c16a598dc404d7bfd38b2554790898cfb82d1e602750e9b720b4122154e4da140c7b077645786f0a788796d5dafe272
 SHA512 
886d789af9fe7f8155d393e2742c7982d5c0bb8d44a09f66e5552faed2effcedd000d567f9f00e08ad6d7c17fac9374d7a234ba001f38c9cf444ee41dbe07428
+DIST async-trait-0.1.63.crate 28382 BLAKE2B 
9aca952f46b3bb029317e781643f80c1e6a0d3d87c2cb3a4c64f4ef91a3132a9a6e3aa67a920d512df3471118b9129f7adf51bbc314a8455f50791f94c2ad7b9
 SHA512 
4ba5d0d0021dbac82d3f4f0c56c94b4363d6fae3609f13f7f406acae53f848d86f84d0602dc6350397a4dc178a7d7faf770b5cbe15e42ff8dad664d97f15a6e5
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
+DIST backtrace-0.3.67.crate 78564 BLAKE2B 
8c77d3d182c7e1ec3840fd6c7f4214322e473ba79a71b2d11d98696f8ae4440350f3c84a891b2ec79fffde107fb2ebb99fffca202d6ed235d3abd68215a1089b
 SHA512 
8603a3b63f4f08be315176908134243680bf1a4b0e6cb26ed81f5fc1060279126ca0ef28f209a10289e1a85214b35db6b496affd71ad21524094f3ee3acd31b6
+DIST base64-0.13.1.crate 61002 BLAKE2B 
3b3a5b26e2ef18e9b4f1ede72b1bd160a1494751878e8441d463f8a514e6cb9ac859231536989e19fb1261fd864617fe31440df1b5855a0ec625521fc6fcef91
 SHA512 
1eb76aff9a84057f2ccb7082e9c57b015c2d71a28173089b02e7aacd09a7d311bedf0a943529611ada29f8d7b536d7ae4de256d98eee8450003a3a9a652bda4b
+DIST base64-0.21.0.crate 72180 BLAKE2B 
c7aeaf671bdeac67703f9c4ee1be003eb8d6f46fbaa0adf61a4da304458742938db04291d5f626115e3fcc901eb3abb3f9baf8247f6344b4d49f60a200fc6fd2
 SHA512 
60bcc157c6449a2160e083611e6d53e07bbff7db8cd550d9056cb804e99e990d4a20092ba4347306a3c6b6c42474a06d92cb3895125c50cef9b74cd3cbd83a2f
+DIST better-panic-0.3.0.crate 409222 BLAKE2B 
c38ec6a64f4c844d6e19717bbc237804a2e578e8a35a3a3ae2a84faac5eb25c8ab72389e87ab31275ebcc377bbfb0dd7995e96d9e3fc07e36f57eacf7f04a039
 SHA512 
3d1da56b996c89f23ea926a8a0a2fab4db9178c311237e0f5017d496edfa21f2ec54d23d9e22fa359aae883b974b6548dcb51641defc2fd43ee924f76eb44e10
+DIST bindgen-0.64.0.crate 204700 BLAKE2B 
4316d60ac565112afdaa99d70cdbd400d39bed1dcb6fc3d036952b4fc94d8ab4d35672fd8507b79dfa8edd34f09279e88bfccbae21b95f06a76a8df446c6bbeb
 SHA512 
f016e3a9a9b0f65c0831f4c6fcf4839016124cefb8e2db922e1839ee22b9b9429ae20874f56217e8100a6bb68c4dd1b52664c41e9596b748088ed855111fbd95
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 

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

2023-04-10 Thread Andreas K. Hüttel
commit: 3657154456e0e218d34c29a129e6e917b1707036
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Apr 11 03:20:23 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Apr 11 03:21:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36571544

sys-libs/glibc: 2.36 and 2.37 patchset / revision bump

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

 sys-libs/glibc/Manifest |2 +
 sys-libs/glibc/glibc-2.36-r8.ebuild | 1664 +++
 sys-libs/glibc/glibc-2.37-r2.ebuild | 1664 +++
 3 files changed, 3330 insertions(+)

diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index d10419f46b76..f8c03e953e9d 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -15,10 +15,12 @@ DIST glibc-2.34.tar.xz 17301232 BLAKE2B 
874031192f2f5a3b35c3f5b044a467d4be4e67e8
 DIST glibc-2.35-loongarch-patches-20220522.tar.xz 44728 BLAKE2B 
09e7a061f3269ebd763cd700f7c23e6cd7aab738d87ee31f76a81281920c4e5e207964c79104cd75f0a2e07b77344c2a730a9063344aa1483cd3d9aeac87de40
 SHA512 
21f13892fb52ec753856d5559b032c2be3a76d1cf940127222f7aa878548ce7e6ea0d2ff8791ddb91aaa2b77ce17131cd2fb2ebbdaa99443bf0a6b4c81f7388d
 DIST glibc-2.35-patches-12.tar.xz 266056 BLAKE2B 
7979dcfee270107d51c10e5ec74c9c1ab0d0a9743d6718a6d915d241fee6482958c957ef9fd25cd704925e3aa0d98c23115274c7594d149dec08c5e0766a488d
 SHA512 
37a4c086b6a459cb378608a49d90705dddb806376edb2456b8c98e3a469fc558bce7b1b4c8a856b8dffb209e7b6e1c48382ed6f050284c5f74a92ca4f7d4b88a
 DIST glibc-2.35.tar.xz 18165952 BLAKE2B 
623c728884f070cd87ffeb9203f74206197c52405ac9bc44f3dd519a3468b8e8ae2536c883e5d17d94417dbd1e91775de2e674314e4ff7424f9720026d6b7063
 SHA512 
e7336ce27561be5d7c217832a1136fb327e057bd8d3f92925b35c97e3e9f9e486948b5a1e03e5e4090772ef06437a074d10b82e68f17f1ad8f22077ee39e1b66
+DIST glibc-2.36-patches-10.tar.xz 118268 BLAKE2B 
3d1bdb6c1a9e10ba78a344ca8940f68c49411a94aefd4d66bab17d784bc8783f2ae71efb171dea6d1919ea2c4a1f54333dabc2c4d99838ba8ec568484b84d0ae
 SHA512 
b88dfc56ffc2df495e13cf90e709629db2b9b411a1c5ba6d39f40f45be3c2f49df7b1fe320d1cd7552515fe68dfc644c12916a6db34139ccf94ff755235d3a40
 DIST glibc-2.36-patches-5.tar.xz 81348 BLAKE2B 
003a59a992302c21132474bcdc994d10b5d50a94368e949ce28cbe389cefd104f66c48cb61a63d24e2f6db94d010e4220bda3fb5291d088cda88069b928c92e0
 SHA512 
6d6a16114df2223bf04729a79d12a52e41c9b8e756863c1acbb909dc34696958073604ced1b691579271218738511191ddf517e03a700d3948752c455201bcc4
 DIST glibc-2.36-patches-9.tar.xz 110440 BLAKE2B 
edc1aca9b7bc9ce64683e3bd905c9804b581af2d41191ae85e6f0e73d444672abe56bbb620373d31b20db8f84a2cb9ed4e1026e50ce5f287dac5c24752ee187a
 SHA512 
1f1f85a439983b776229b924f9a8fd9aacf9efc869a212ff15b49e60627f37719b548d20b9ff1b80d88996bce115f44efdbecc6dce378a4247c6078ed7e6e1b4
 DIST glibc-2.36.tar.xz 18610836 BLAKE2B 
f8375e084043f032609e66fd98c234249df57a595c59672acb1bb8c69aed64d339d526611553449492b097cda900ad1d9bae8873d7f5932b10a9a0d8c9210c55
 SHA512 
9ea0bbda32f83a85b7da0c34f169607fb8a102f0a11a914e6bf531be47d1bef4f5307128286cffa1e2dc5879f0e6ccaef527dd353486883fa332a0b44bde8b3e
 DIST glibc-2.37-patches-3.tar.xz 22908 BLAKE2B 
9b8bda29dc25a444dae9ace7e9c2c072f1f4b07a864720036d16be6d69e40b3c1d506838ce4168066eb490780a95222e8746efc42af4b4b2f2cf86483142294a
 SHA512 
6e51300bfbd44d549dbf24de8a6d0137865e51ab5d9ebd85f638b17a8c7aa39b7842c3ace762649216060160b8937da9e384876c1202bc63b0291c2e564d2703
+DIST glibc-2.37-patches-4.tar.xz 24136 BLAKE2B 
4dc69ed5d5671bc6a865775b86b4227015b7636f00a92b2c4ff07006fb2a288643eb6b5f6012dd34e62f6cf2f6bd63ac1931286b64fdac39e4988b21ca4b94ae
 SHA512 
4bb5f4c3d37f7f028b8920bbda71c32492c1ebdfe4d151cb05e9ab14040d7b16833d4d9da06c5c84a9efde7510650c90a3c188d636e02ede46f8fe5e32b9b11f
 DIST glibc-2.37.tar.xz 18674604 BLAKE2B 
8139cd977b2ed3bfdbde5ffb1cda8f759763dbb83071167272fef798cfbdc0d17cfd1ec893d126c52c91511b7961f3ad12eed34534b99412dfa04a1cdd5b4ea3
 SHA512 
4fc5932f206bb1b8b54828a28af1a681616b838bbab60c81c82155f3629cbfe1301d271af65511ed917f4c6949a025429221fe6035753282f15346919f15b90c
 DIST glibc-systemd-20210729.tar.gz 1480 BLAKE2B 
37722c7579df782d890e44dbab99c3de52ab466eb9de80d82405e9bb5620bf39ffc8c5f466a435bdb86ef6d36dd7019c0736573916bda6c67d02a2581e0ec979
 SHA512 
efd75af58b50522c28cdac7abd1fc56555bc1bb042512c90d8340c1ec09c5791b3872a305bf83723252bbde5855b75d958c041083457765c4cfd170732d09238
 DIST glibc-systemd-20210814.tar.gz 1469 BLAKE2B 
10fa7bcb46d4fdce9c0ab353cbd30871e9b09a347a13a9c9a3b5777f931aa3c826c158d2e49532c604d4a834f2fab4089b67495fb88d0398945dc50d45ad9ef1
 SHA512 
5346a9ea459a1e6ccf665389f2a294de1e16f1e3e05cdf07e3dd99ed0e4f6f8b52cc333d4bff3c75ac90ab6ce70cd4ab2b3e126f920ce7979abd6dda56315efc

diff --git a/sys-libs/glibc/glibc-2.36-r8.ebuild 
b/sys-libs/glibc/glibc-2.36-r8.ebuild
new file mode 100644
index ..abad004402d2
--- /dev/null
+++ b/sys-libs/glibc/glibc-2.36-r8.ebuild
@@ -0,0 +1,1664 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of 

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

2023-04-10 Thread Michał Górny
commit: f7647ae72490dabaf5c945a8d9792850ce150dc9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7647ae7

sys-devel/clang-common: Remove old

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

 sys-devel/clang-common/Manifest|   3 -
 .../clang-common/clang-common-16.0.0-r1.ebuild | 180 -
 .../clang-common-17.0.0_pre20230314-r1.ebuild  | 180 -
 3 files changed, 363 deletions(-)

diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/sys-devel/clang-common/Manifest
+++ b/sys-devel/clang-common/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/sys-devel/clang-common/clang-common-16.0.0-r1.ebuild 
b/sys-devel/clang-common/clang-common-16.0.0-r1.ebuild
deleted file mode 100644
index 4acd801b683d..
--- a/sys-devel/clang-common/clang-common-16.0.0-r1.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of clang"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
-IUSE="
-   default-compiler-rt default-libcxx default-lld llvm-libunwind
-   hardened stricter
-"
-
-PDEPEND="
-   sys-devel/clang:*
-   default-compiler-rt? (
-   sys-devel/clang-runtime[compiler-rt]
-   llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] )
-   !llvm-libunwind? ( sys-libs/libunwind[static-libs] )
-   )
-   !default-compiler-rt? ( sys-devel/gcc )
-   default-libcxx? ( >=sys-libs/libcxx-${PV} )
-   !default-libcxx? ( sys-devel/gcc )
-   default-lld? ( sys-devel/lld )
-   !default-lld? ( sys-devel/binutils )
-"
-IDEPEND="
-   !default-compiler-rt? ( sys-devel/gcc-config )
-   !default-libcxx? ( sys-devel/gcc-config )
-"
-
-LLVM_COMPONENTS=( clang/utils )

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

2023-04-10 Thread Michał Górny
commit: dd849570d575e2a2892289d0f931777b67b47f40
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd849570

sys-devel/llvm: Remove old

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

 sys-devel/llvm/Manifest   |   4 -
 sys-devel/llvm/llvm-16.0.0.ebuild | 517 -
 sys-devel/llvm/llvm-17.0.0_pre20230314.ebuild | 526 --
 3 files changed, 1047 deletions(-)

diff --git a/sys-devel/llvm/Manifest b/sys-devel/llvm/Manifest
index 4c6534723c97..f8a06fc8f764 100644
--- a/sys-devel/llvm/Manifest
+++ b/sys-devel/llvm/Manifest
@@ -1,6 +1,5 @@
 DIST llvm-14.0.6-manpages.tar.bz2 218186 BLAKE2B 
4491296e490936a2d7b518e19a0ff6312b89abeef3fbe5da5d0b93bb2add1088ddf64a0b00ec8846062d19b1ad31e53eadee7ce03c9034aab554e183d1baccf6
 SHA512 
f8328dc2ec1e8d941d47e583ee31fae7bdcebb3f854b5c8a4a84bd19a79bf5427ad204012c81349bc05a291e41cf48e5129b4578bbd5d4490dd01e1c0b5823bf
 DIST llvm-15.0.7-manpages.tar.bz2 228425 BLAKE2B 
573b030a32407cfe241fb2c8c62bed8e7c54f9daf4b8cffdd2d4e5ca2e40b5ec5ed3724475aedf77119be1a4d9de847a989e933d315e6d94908e407a19c98047
 SHA512 
86d5eeea2757b0a627c8d2d6e70a3265fc0207085f4e473cdd6e8b624c719625dead23fd1737742a1bea27b1c4631ef3e8e3041a1122a85fcb49859e5bfbee49
-DIST llvm-16.0.0-manpages.tar.bz2 245787 BLAKE2B 
362bd99a46cc61020d8c16bff8e438b6850229ee2b98d979c788e378ebe4a9fd369a87d5132e50a8802826b9e8bdff640fd19142a868b19b64b16bce78f85aff
 SHA512 
fc9baffb1d92091ba6f556095797a0118013ee9265094459308d552c162f77651a07f5cd3752e457807a59238fcd1d0f7463c2fc7cde233bff64782ef47f041d
 DIST llvm-16.0.1-manpages.tar.bz2 243292 BLAKE2B 
febf892d91f16f1b320083563ebecd0632e26823e316c62d608f4445979423c597534e75191522202168d76e7aa355bbccff0378e0152e7a0ac14cb95ba7baaf
 SHA512 
0183a421167d8d20bd60306a43d3c4069f87e73615102a7430c2a4bd057c96e7941c91b8d92cfe7b29f2691d517c4a5406052a3a818fcaf1356e0392397c1676
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
 DIST llvm-gentoo-patchset-15.0.7.tar.xz 19300 BLAKE2B 
b70e81d744c2eba5cd851e7b690ce8979b3064973f522be7c93bfb54186a4bc8b17219f8788dfc8a527217dd13946cf7836640698ddd3d4b3fde493dfbf8
 SHA512 
da6ae4a0874aff1a423b4bb36701ecb5a35a36ae91d4ed7fda58b83e50ffcdc30498c84be4711fd3e1f227bf312dbe930019203e0a131944439af2aa94f7
@@ -9,8 +8,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 

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

2023-04-10 Thread Michał Górny
commit: 66e6517785a7312119d98b31ac1e82f23dc7e032
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e65177

sys-libs/libomp: Remove old

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

 sys-libs/libomp/Manifest |   3 -
 sys-libs/libomp/libomp-16.0.0.ebuild | 151 ---
 sys-libs/libomp/libomp-17.0.0_pre20230314.ebuild | 151 ---
 3 files changed, 305 deletions(-)

diff --git a/sys-libs/libomp/Manifest b/sys-libs/libomp/Manifest
index 74da78a2950a..eec58f47f7e3 100644
--- a/sys-libs/libomp/Manifest
+++ b/sys-libs/libomp/Manifest
@@ -5,8 +5,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/sys-libs/libomp/libomp-16.0.0.ebuild 
b/sys-libs/libomp/libomp-16.0.0.ebuild
deleted file mode 100644
index 72038b861daa..
--- a/sys-libs/libomp/libomp-16.0.0.ebuild
+++ /dev/null
@@ -1,151 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit flag-o-matic cmake-multilib linux-info llvm llvm.org
-inherit python-single-r1 toolchain-funcs
-
-DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
-HOMEPAGE="https://openmp.llvm.org;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0/${LLVM_SOABI}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x64-macos"
-IUSE="
-   debug gdb-plugin hwloc offload ompt test
-   llvm_targets_AMDGPU llvm_targets_NVPTX
-"
-REQUIRED_USE="
-   gdb-plugin? ( ${PYTHON_REQUIRED_USE} )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   gdb-plugin? ( ${PYTHON_DEPS} )
-   hwloc? ( >=sys-apps/hwloc-2.5:0=[${MULTILIB_USEDEP}] )
-   offload? (
-   dev-libs/libffi:=[${MULTILIB_USEDEP}]
-   ~sys-devel/llvm-${PV}[${MULTILIB_USEDEP}]
-   llvm_targets_AMDGPU? ( dev-libs/rocr-runtime:= )
-   )
-"
-# tests:
-# - dev-python/lit provides the test runner
-# - sys-devel/llvm provide test utils (e.g. FileCheck)
-# - sys-devel/clang provides the compiler to run tests
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   

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

2023-04-10 Thread Michał Górny
commit: 8095b46b9245d90a6242b4a6e62277d51f329463
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8095b46b

sys-devel/clang: Remove old

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

 sys-devel/clang/Manifest|   4 -
 sys-devel/clang/clang-16.0.0.ebuild | 481 
 sys-devel/clang/clang-17.0.0_pre20230314.ebuild | 480 ---
 3 files changed, 965 deletions(-)

diff --git a/sys-devel/clang/Manifest b/sys-devel/clang/Manifest
index 4c6534723c97..f8a06fc8f764 100644
--- a/sys-devel/clang/Manifest
+++ b/sys-devel/clang/Manifest
@@ -1,6 +1,5 @@
 DIST llvm-14.0.6-manpages.tar.bz2 218186 BLAKE2B 
4491296e490936a2d7b518e19a0ff6312b89abeef3fbe5da5d0b93bb2add1088ddf64a0b00ec8846062d19b1ad31e53eadee7ce03c9034aab554e183d1baccf6
 SHA512 
f8328dc2ec1e8d941d47e583ee31fae7bdcebb3f854b5c8a4a84bd19a79bf5427ad204012c81349bc05a291e41cf48e5129b4578bbd5d4490dd01e1c0b5823bf
 DIST llvm-15.0.7-manpages.tar.bz2 228425 BLAKE2B 
573b030a32407cfe241fb2c8c62bed8e7c54f9daf4b8cffdd2d4e5ca2e40b5ec5ed3724475aedf77119be1a4d9de847a989e933d315e6d94908e407a19c98047
 SHA512 
86d5eeea2757b0a627c8d2d6e70a3265fc0207085f4e473cdd6e8b624c719625dead23fd1737742a1bea27b1c4631ef3e8e3041a1122a85fcb49859e5bfbee49
-DIST llvm-16.0.0-manpages.tar.bz2 245787 BLAKE2B 
362bd99a46cc61020d8c16bff8e438b6850229ee2b98d979c788e378ebe4a9fd369a87d5132e50a8802826b9e8bdff640fd19142a868b19b64b16bce78f85aff
 SHA512 
fc9baffb1d92091ba6f556095797a0118013ee9265094459308d552c162f77651a07f5cd3752e457807a59238fcd1d0f7463c2fc7cde233bff64782ef47f041d
 DIST llvm-16.0.1-manpages.tar.bz2 243292 BLAKE2B 
febf892d91f16f1b320083563ebecd0632e26823e316c62d608f4445979423c597534e75191522202168d76e7aa355bbccff0378e0152e7a0ac14cb95ba7baaf
 SHA512 
0183a421167d8d20bd60306a43d3c4069f87e73615102a7430c2a4bd057c96e7941c91b8d92cfe7b29f2691d517c4a5406052a3a818fcaf1356e0392397c1676
 DIST llvm-gentoo-patchset-14.0.6-r2.tar.xz 16120 BLAKE2B 
e12e522fdb7ba505693c679cb09cc8e00e6a954df195c86c2af4dbf1b68334a405b8dcc45f2e28b5e5e0b7e9d5eb7ba907337027927371b7a3b7784ff8aae7e0
 SHA512 
8a5ea71c30fc0727cc855dd812bbcb6d5f51c80c98eb3d5b80258d5c5eaab1310edc9d53ae63c2ca827abec68e2912c4b69ef0da351ff883fb30545a61e1d09c
 DIST llvm-gentoo-patchset-15.0.7.tar.xz 19300 BLAKE2B 
b70e81d744c2eba5cd851e7b690ce8979b3064973f522be7c93bfb54186a4bc8b17219f8788dfc8a527217dd13946cf7836640698ddd3d4b3fde493dfbf8
 SHA512 
da6ae4a0874aff1a423b4bb36701ecb5a35a36ae91d4ed7fda58b83e50ffcdc30498c84be4711fd3e1f227bf312dbe930019203e0a131944439af2aa94f7
@@ -9,8 +8,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 

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

2023-04-10 Thread Michał Górny
commit: 26ba8dcc5e08c246ee360ebae69ca4f5038ef01d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ba8dcc

sys-devel/lld: Remove old

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

 sys-devel/lld/Manifest  |  3 -
 sys-devel/lld/lld-16.0.0.ebuild | 90 -
 sys-devel/lld/lld-17.0.0_pre20230314.ebuild | 89 
 3 files changed, 182 deletions(-)

diff --git a/sys-devel/lld/Manifest b/sys-devel/lld/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/sys-devel/lld/Manifest
+++ b/sys-devel/lld/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/sys-devel/lld/lld-16.0.0.ebuild b/sys-devel/lld/lld-16.0.0.ebuild
deleted file mode 100644
index 7ddfd8f8a755..
--- a/sys-devel/lld/lld-16.0.0.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
-
-DESCRIPTION="The LLVM linker (link editor)"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="debug test zstd"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   ~sys-devel/llvm-${PV}[zstd=]
-   sys-libs/zlib:=
-   zstd? ( app-arch/zstd:= )
-"
-RDEPEND="
-   ${DEPEND}
-   !sys-devel/lld:0
-"
-BDEPEND="
-   sys-devel/llvm:${LLVM_MAJOR}
-   test? (
-   >=dev-util/cmake-3.16
-   $(python_gen_any_dep 
">=dev-python/lit-${PV}[\${PYTHON_USEDEP}]")
-   )
-"
-PDEPEND="
-   >=sys-devel/lld-toolchain-symlinks-16-r2:${LLVM_MAJOR}
-"
-
-LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
-LLVM_TEST_COMPONENTS=( llvm/utils third-party )
-llvm.org_set_globals
-
-python_check_deps() {
-   python_has_version ">=dev-python/lit-${PV}[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
-   use test && python-any-r1_pkg_setup
-}
-
-src_unpack() {
-   

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

2023-04-10 Thread Michał Górny
commit: a5723cbbcd1ad5cbefb38a7d67e0c4de8df53a23
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5723cbb

dev-ml/llvm-ocaml: Remove old

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

 dev-ml/llvm-ocaml/Manifest |   3 -
 dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.ebuild | 112 -
 .../llvm-ocaml-17.0.0_pre20230314.ebuild   | 112 -
 3 files changed, 227 deletions(-)

diff --git a/dev-ml/llvm-ocaml/Manifest b/dev-ml/llvm-ocaml/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/dev-ml/llvm-ocaml/Manifest
+++ b/dev-ml/llvm-ocaml/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.ebuild 
b/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.ebuild
deleted file mode 100644
index d5f0179fb951..
--- a/dev-ml/llvm-ocaml/llvm-ocaml-16.0.0.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake llvm llvm.org python-any-r1
-
-DESCRIPTION="OCaml bindings for LLVM"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-lang/ocaml-4.00.0:0=
-   dev-ml/ocaml-ctypes:=
-   ~sys-devel/llvm-${PV}:=[debug?]
-   !sys-devel/llvm[ocaml(-)]
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   dev-lang/perl
-   dev-ml/findlib
-   >=dev-util/cmake-3.16
-"
-
-LLVM_COMPONENTS=( llvm cmake third-party )
-LLVM_USE_TARGETS=llvm
-llvm.org_set_globals
-
-pkg_setup() {
-   LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_configure() {
-   local libdir=$(get_libdir)
-   local mycmakeargs=(
-   -DLLVM_LIBDIR_SUFFIX=${libdir#lib}
-
-   -DBUILD_SHARED_LIBS=OFF
-   -DLLVM_BUILD_LLVM_DYLIB=ON
-   -DLLVM_LINK_LLVM_DYLIB=ON
-   -DLLVM_OCAML_OUT_OF_TREE=ON
-
-   # cheap hack: LLVM 

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

2023-04-10 Thread Michał Górny
commit: 5fd4962771da3e261defe9a434ca49d6aee4ed40
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd49627

sys-devel/llvm-common: Remove old

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

 sys-devel/llvm-common/Manifest |  3 ---
 sys-devel/llvm-common/llvm-common-16.0.0.ebuild| 28 --
 .../llvm-common-17.0.0_pre20230314.ebuild  | 28 --
 3 files changed, 59 deletions(-)

diff --git a/sys-devel/llvm-common/Manifest b/sys-devel/llvm-common/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/sys-devel/llvm-common/Manifest
+++ b/sys-devel/llvm-common/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/sys-devel/llvm-common/llvm-common-16.0.0.ebuild 
b/sys-devel/llvm-common/llvm-common-16.0.0.ebuild
deleted file mode 100644
index 4dd4fe395fe7..
--- a/sys-devel/llvm-common/llvm-common-16.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
-
-RDEPEND="
-   !sys-devel/llvm:0
-"
-
-LLVM_COMPONENTS=( llvm/utils/vim )
-llvm.org_set_globals
-
-src_install() {
-   insinto /usr/share/vim/vimfiles
-   doins -r */
-   # some users may find it useful
-   newdoc README README.vim
-   dodoc vimrc
-}

diff --git a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230314.ebuild 
b/sys-devel/llvm-common/llvm-common-17.0.0_pre20230314.ebuild
deleted file mode 100644
index ce5f03ca34a5..
--- a/sys-devel/llvm-common/llvm-common-17.0.0_pre20230314.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit llvm.org
-
-DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="https://llvm.org/;
-

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

2023-04-10 Thread Michał Górny
commit: b748fb3adbedf13d8b6946af0bddb21d1cdbeabd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b748fb3a

dev-python/lit: Remove old

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

 dev-python/lit/Manifest  |  3 --
 dev-python/lit/lit-16.0.0.ebuild | 42 
 dev-python/lit/lit-17.0.0_pre20230314.ebuild | 42 
 3 files changed, 87 deletions(-)

diff --git a/dev-python/lit/Manifest b/dev-python/lit/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/dev-python/lit/Manifest
+++ b/dev-python/lit/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/dev-python/lit/lit-16.0.0.ebuild b/dev-python/lit/lit-16.0.0.ebuild
deleted file mode 100644
index 4275151b428c..
--- a/dev-python/lit/lit-16.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 llvm.org
-
-DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-# Tests require 'FileCheck' and 'not' utilities (from llvm)
-BDEPEND="
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   sys-devel/llvm
-   )
-"
-
-LLVM_COMPONENTS=( llvm/utils/lit )
-llvm.org_set_globals
-
-# TODO: move the manpage generation here (from sys-devel/llvm)
-
-src_prepare() {
-   cd "${WORKDIR}" || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local -x LIT_PRESERVES_TMP=1
-   local litflags=$(get_lit_flags)
-   ./lit.py ${litflags//;/ } tests || die
-}

diff --git a/dev-python/lit/lit-17.0.0_pre20230314.ebuild 
b/dev-python/lit/lit-17.0.0_pre20230314.ebuild
deleted file mode 100644
index f4b401a77373..
--- a/dev-python/lit/lit-17.0.0_pre20230314.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 

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

2023-04-10 Thread Michał Górny
commit: ebe6e244f2d7b13704d6b0c68bd1b3718a86dc15
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe6e244

dev-util/lldb: Remove old

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

 dev-util/lldb/Manifest   |   3 -
 dev-util/lldb/lldb-16.0.0.ebuild | 114 ---
 dev-util/lldb/lldb-17.0.0_pre20230314.ebuild | 114 ---
 3 files changed, 231 deletions(-)

diff --git a/dev-util/lldb/Manifest b/dev-util/lldb/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/dev-util/lldb/Manifest
+++ b/dev-util/lldb/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/dev-util/lldb/lldb-16.0.0.ebuild b/dev-util/lldb/lldb-16.0.0.ebuild
deleted file mode 100644
index e4e43bb0ef2f..
--- a/dev-util/lldb/lldb-16.0.0.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake llvm llvm.org python-single-r1
-
-DESCRIPTION="The LLVM debugger"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0/${LLVM_SOABI}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~x86"
-IUSE="debug +libedit lzma ncurses +python test +xml"
-RESTRICT="test"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DEPEND="
-   libedit? ( dev-libs/libedit:0= )
-   lzma? ( app-arch/xz-utils:= )
-   ncurses? ( >=sys-libs/ncurses-5.9-r3:0= )
-   xml? ( dev-libs/libxml2:= )
-   ~sys-devel/clang-${PV}
-   ~sys-devel/llvm-${PV}
-"
-RDEPEND="
-   ${DEPEND}
-   python? (
-   $(python_gen_cond_dep '
-   dev-python/six[${PYTHON_USEDEP}]
-   ')
-   ${PYTHON_DEPS}
-   )
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-util/cmake-3.16
-   python? (
-   >=dev-lang/swig-3.0.11
-   $(python_gen_cond_dep '
-   dev-python/six[${PYTHON_USEDEP}]
-   ')
-   )
-   test? (
-   $(python_gen_cond_dep "
-   ~dev-python/lit-${PV}[\${PYTHON_USEDEP}]
-   

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

2023-04-10 Thread Michał Górny
commit: 0e202f425478d0cb663941d36b6001386d9b2fe9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e202f42

sys-libs/compiler-rt: Remove old

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

 sys-libs/compiler-rt/Manifest  |   3 -
 sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild | 149 -
 .../compiler-rt-17.0.0_pre20230314.ebuild  | 149 -
 3 files changed, 301 deletions(-)

diff --git a/sys-libs/compiler-rt/Manifest b/sys-libs/compiler-rt/Manifest
index 8d1e4323c131..df818395043d 100644
--- a/sys-libs/compiler-rt/Manifest
+++ b/sys-libs/compiler-rt/Manifest
@@ -5,8 +5,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild 
b/sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild
deleted file mode 100644
index 49b92c7f0e51..
--- a/sys-libs/compiler-rt/compiler-rt-16.0.0.ebuild
+++ /dev/null
@@ -1,149 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake flag-o-matic llvm llvm.org python-any-r1 toolchain-funcs
-
-DESCRIPTION="Compiler runtime library for clang (built-in part)"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="${LLVM_MAJOR}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
-IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
-RESTRICT="!test? ( test ) !clang? ( test )"
-
-DEPEND="
-   sys-devel/llvm:${LLVM_MAJOR}
-"
-BDEPEND="
-   >=dev-util/cmake-3.16
-   clang? ( sys-devel/clang )
-   test? (
-   $(python_gen_any_dep ">=dev-python/lit-15[\${PYTHON_USEDEP}]")
-   =sys-devel/clang-${LLVM_VERSION}*:${LLVM_MAJOR}
-   )
-   !test? (
-   ${PYTHON_DEPS}
-   )
-"
-
-LLVM_COMPONENTS=( compiler-rt cmake llvm/cmake )
-llvm.org_set_globals
-
-python_check_deps() {
-   use test || return 0
-   python_has_version ">=dev-python/lit-15[${PYTHON_USEDEP}]"
-}
-
-pkg_pretend() {
-   if ! use clang && ! tc-is-clang; then
-  

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

2023-04-10 Thread Michał Górny
commit: 6595dad4f638da115b0ab474dcf4173bba3e50e9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6595dad4

sys-libs/libcxxabi: Remove old

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

 sys-libs/libcxxabi/Manifest|   3 -
 sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild | 116 -
 .../libcxxabi/libcxxabi-17.0.0_pre20230314.ebuild  | 116 -
 3 files changed, 235 deletions(-)

diff --git a/sys-libs/libcxxabi/Manifest b/sys-libs/libcxxabi/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/sys-libs/libcxxabi/Manifest
+++ b/sys-libs/libcxxabi/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild 
b/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
deleted file mode 100644
index e5d488bf1341..
--- a/sys-libs/libcxxabi/libcxxabi-16.0.0.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
-   toolchain-funcs
-
-DESCRIPTION="Low level support for a standard C++ library"
-HOMEPAGE="https://libcxxabi.llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86 ~x64-macos"
-IUSE="+clang static-libs test"
-REQUIRED_USE="test? ( clang )"
-RESTRICT="!test? ( test )"
-
-# in 15.x, cxxabi.h is moving from libcxx to libcxxabi
-RDEPEND+="
-   !https://libcxxabi.llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS=""
-IUSE="+clang static-libs test"
-REQUIRED_USE="test? ( clang )"
-RESTRICT="!test? ( test )"
-
-# in 15.x, cxxabi.h is moving from libcxx to libcxxabi
-RDEPEND+="
-   !

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

2023-04-10 Thread Michał Górny
commit: cbbec6df5d5771af2d17dfb2c38ac0f033eb4b85
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:55:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbbec6df

llvm.org.eclass: Remove old snapshot hashes

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

 eclass/llvm.org.eclass | 6 --
 1 file changed, 6 deletions(-)

diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass
index 9991c4161ed1..1e62fffa9058 100644
--- a/eclass/llvm.org.eclass
+++ b/eclass/llvm.org.eclass
@@ -78,12 +78,6 @@ if [[ -z ${_LLVM_SOURCE_TYPE+1} ]]; then
_LLVM_SOURCE_TYPE=snapshot
 
case ${PV} in
-   17.0.0_pre20230304)
-   
EGIT_COMMIT=2708869801ae00f4681f6b2d9d69b25b3fce26b6
-   ;;
-   17.0.0_pre20230314)
-   
EGIT_COMMIT=4bf004e07e2b9d6e04e3f33e1b02628c679de664
-   ;;
17.0.0_pre20230325)

EGIT_COMMIT=0be1fbac2a7797399c0970e3f4033288036b65f6
;;



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

2023-04-10 Thread Michał Górny
commit: b6535852be32c7d2a6ca00544e452d512df49f01
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6535852

dev-python/clang-python: Remove old

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

 dev-python/clang-python/Manifest   |  3 --
 dev-python/clang-python/clang-python-16.0.0.ebuild | 54 --
 .../clang-python-17.0.0_pre20230314.ebuild | 54 --
 3 files changed, 111 deletions(-)

diff --git a/dev-python/clang-python/Manifest b/dev-python/clang-python/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/dev-python/clang-python/Manifest
+++ b/dev-python/clang-python/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/dev-python/clang-python/clang-python-16.0.0.ebuild 
b/dev-python/clang-python/clang-python-16.0.0.ebuild
deleted file mode 100644
index 83f4d804e310..
--- a/dev-python/clang-python/clang-python-16.0.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit llvm.org python-r1
-
-DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# The module is opening libclang.so directly, and doing some blasphemy
-# on top of it.
-DEPEND="
-   >=sys-devel/clang-${PV}:*
-   !sys-devel/llvm:0[clang(-),python(-)]
-   !sys-devel/clang:0[python(-)]
-"
-RDEPEND="
-   ${DEPEND}
-   ${PYTHON_DEPS}
-"
-BDEPEND="
-   ${PYTHON_DEPS}
-   test? (
-   sys-devel/clang:${LLVM_MAJOR}
-   )
-"
-
-LLVM_COMPONENTS=( clang/bindings/python )
-llvm.org_set_globals
-
-python_test() {
-   # tests rely on results from a specific clang version, so override
-   # the search path
-   local -x 
CLANG_LIBRARY_PATH=${BROOT}/usr/lib/llvm/${LLVM_MAJOR}/$(get_libdir)
-   local -x CLANG_NO_DEFAULT_CONFIG=1
-   "${EPYTHON}" -m unittest discover -v || die 

[gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/

2023-04-10 Thread Michał Górny
commit: cded11aa26e1831ec0e7a9137dc688f374d5bcf4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cded11aa

sys-libs/compiler-rt-sanitizers: Remove old

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

 sys-libs/compiler-rt-sanitizers/Manifest   |   3 -
 .../compiler-rt-sanitizers-16.0.0.ebuild   | 223 -
 ...ompiler-rt-sanitizers-17.0.0_pre20230314.ebuild | 216 
 3 files changed, 442 deletions(-)

diff --git a/sys-libs/compiler-rt-sanitizers/Manifest 
b/sys-libs/compiler-rt-sanitizers/Manifest
index 9e386790005e..39167e8582c1 100644
--- a/sys-libs/compiler-rt-sanitizers/Manifest
+++ b/sys-libs/compiler-rt-sanitizers/Manifest
@@ -5,8 +5,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git 
a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.0.ebuild 
b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.0.ebuild
deleted file mode 100644
index d7d5778a3c8c..
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-16.0.0.ebuild
+++ /dev/null
@@ -1,223 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit check-reqs cmake flag-o-matic llvm llvm.org python-any-r1
-
-DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)"
-HOMEPAGE="https://llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="${LLVM_MAJOR}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos 
~x64-macos"
-IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
-# base targets
-IUSE+=" +libfuzzer +memprof +orc +profile +xray"
-# sanitizer targets, keep in sync with config-ix.cmake
-# NB: ubsan, scudo deliberately match two entries
-SANITIZER_FLAGS=(
-   asan dfsan lsan msan hwasan tsan ubsan safestack cfi scudo
-   shadowcallstack gwp-asan
-)
-IUSE+=" ${SANITIZER_FLAGS[@]/#/+}"
-REQUIRED_USE="
-   || ( ${SANITIZER_FLAGS[*]} libfuzzer orc profile xray )
-   test? (
-   cfi? ( ubsan )
-   gwp-asan? ( scudo )
-   )
-"
-RESTRICT="
-   !clang? ( test )
-   

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

2023-04-10 Thread Michał Górny
commit: ea7b4cfdb2c2ef13b098e7af09d8afda27b33cff
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7b4cfd

sys-libs/libcxx: Remove old

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

 sys-libs/libcxx/Manifest |   3 -
 sys-libs/libcxx/libcxx-16.0.0.ebuild | 204 ---
 sys-libs/libcxx/libcxx-17.0.0_pre20230314.ebuild | 204 ---
 3 files changed, 411 deletions(-)

diff --git a/sys-libs/libcxx/Manifest b/sys-libs/libcxx/Manifest
index 61661041af2a..578c6e33bfea 100644
--- a/sys-libs/libcxx/Manifest
+++ b/sys-libs/libcxx/Manifest
@@ -5,8 +5,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/sys-libs/libcxx/libcxx-16.0.0.ebuild 
b/sys-libs/libcxx/libcxx-16.0.0.ebuild
deleted file mode 100644
index cdbee6be92d6..
--- a/sys-libs/libcxx/libcxx-16.0.0.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
-   toolchain-funcs
-
-DESCRIPTION="New implementation of the C++ standard library, targeting C++11"
-HOMEPAGE="https://libcxx.llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~sparc ~x86 ~x64-macos"
-IUSE="+clang +libcxxabi static-libs test"
-REQUIRED_USE="test? ( clang )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   libcxxabi? (
-   ~sys-libs/libcxxabi-${PV}[static-libs?,${MULTILIB_USEDEP}]
-   )
-   !libcxxabi? ( >=sys-devel/gcc-4.7:=[cxx] )
-"
-DEPEND="
-   ${RDEPEND}
-   sys-devel/llvm:${LLVM_MAJOR}
-"
-BDEPEND="
-   clang? (
-   sys-devel/clang:${LLVM_MAJOR}
-   )
-   !test? (
-   ${PYTHON_DEPS}
-   )
-   test? (
-   >=dev-util/cmake-3.16
-   sys-devel/gdb[python]
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
-   )
-"
-
-LLVM_COMPONENTS=( runtimes libcxx{,abi} llvm/{cmake,utils/llvm-lit} cmake )
-llvm.org_set_globals
-

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

2023-04-10 Thread Michał Górny
commit: 594a0c3bfbd32107f1343c51c6899d96654f760d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594a0c3b

sys-libs/llvm-libunwind: Remove old

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

 sys-libs/llvm-libunwind/Manifest   |   3 -
 .../llvm-libunwind/llvm-libunwind-16.0.0.ebuild| 123 -
 .../llvm-libunwind-17.0.0_pre20230314.ebuild   | 123 -
 3 files changed, 249 deletions(-)

diff --git a/sys-libs/llvm-libunwind/Manifest b/sys-libs/llvm-libunwind/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/sys-libs/llvm-libunwind/Manifest
+++ b/sys-libs/llvm-libunwind/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0.ebuild 
b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0.ebuild
deleted file mode 100644
index 049f6bc1cc17..
--- a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.0.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake-multilib flag-o-matic llvm llvm.org python-any-r1 \
-   toolchain-funcs
-
-DESCRIPTION="C++ runtime stack unwinder from LLVM"
-HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
-IUSE="+clang debug static-libs test"
-REQUIRED_USE="test? ( clang )"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !sys-libs/libunwind
-"
-DEPEND="
-   sys-devel/llvm:${LLVM_MAJOR}
-"
-BDEPEND="
-   clang? (
-   sys-devel/clang:${LLVM_MAJOR}
-   )
-   !test? (
-   ${PYTHON_DEPS}
-   )
-   test? (
-   $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]')
-   )
-"
-
-LLVM_COMPONENTS=( runtimes libunwind libcxx llvm/cmake cmake )
-LLVM_TEST_COMPONENTS=( libcxxabi llvm/utils/llvm-lit )
-llvm.org_set_globals
-
-python_check_deps() {
-   use test || return 0
-   python_has_version 

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

2023-04-10 Thread Michał Górny
commit: 75bfcb44a15308f3ef63fe8a537f3dc4109e3e28
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:40:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bfcb44

dev-python/prettytable: Bump to 3.7.0

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

 dev-python/prettytable/Manifest |  1 +
 dev-python/prettytable/prettytable-3.7.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
index 843f93bcebf7..d18e987ed668 100644
--- a/dev-python/prettytable/Manifest
+++ b/dev-python/prettytable/Manifest
@@ -1,2 +1,3 @@
 DIST prettytable-3.3.0.tar.gz 54305 BLAKE2B 
4d131c16b6c6a0fd64aae1f9f54e286bf27b562888af56a6944d192a24c05d6138c3bdb8f298dcc060db7609d72b8d86ab9664bf6bcf43cd2105bdd433bae3cf
 SHA512 
e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609
 DIST prettytable-3.6.0.gh.tar.gz 46174 BLAKE2B 
2a7e507efdf4ab3282e95e8db14b92477fdd40a06fdb009146ce6a3a52ef49e46a61803ac3cd85d2ec993ad8cc49bd842d438b97fc037e56cb33cd4495b535ef
 SHA512 
b4693a3d30555f598cb955923560d02ce7c757e87ee49bf09c8d50d3ce8bef67ebfad1c780914f488e89852c0e363c2cad098addc058a88864efb8eefa8e9cd8
+DIST prettytable-3.7.0.gh.tar.gz 46706 BLAKE2B 
bf9626b3427b4dfaf23d504dfae82b67d581c87580de7ac6209162a26c67dd3f760848b6f8808384b4cb115b6e44aa3f5ac3321806c8c035abd6826614ad321b
 SHA512 
5411bf700e0046a63ebbea7575e5617d2045cc409a00d8d6e2362d96d4ec514cd6e815132dc0b80fe864a862c329e7f1606f5e55a4bf014b0ec9d690b57e6783

diff --git a/dev-python/prettytable/prettytable-3.7.0.ebuild 
b/dev-python/prettytable/prettytable-3.7.0.ebuild
new file mode 100644
index ..60c7957b7724
--- /dev/null
+++ b/dev-python/prettytable/prettytable-3.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII 
table format"
+HOMEPAGE="
+   https://github.com/jazzband/prettytable/
+   https://pypi.org/project/prettytable/
+"
+SRC_URI="
+   https://github.com/jazzband/prettytable/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/wcwidth[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   $(python_gen_impl_dep sqlite)
+   dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2023-04-10 Thread Michał Górny
commit: 651d0bf9de86d1bccfbf0c5479e4f603735cc64e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651d0bf9

sys-devel/clang-runtime: Remove old

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

 .../clang-runtime/clang-runtime-16.0.0.ebuild  | 40 -
 .../clang-runtime-17.0.0_pre20230314.ebuild| 41 --
 2 files changed, 81 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.0.ebuild 
b/sys-devel/clang-runtime/clang-runtime-16.0.0.ebuild
deleted file mode 100644
index 6483c7c0c78e..
--- a/sys-devel/clang-runtime/clang-runtime-16.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-
-LICENSE="metapackage"
-SLOT="${PV%%.*}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos"
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-
-RDEPEND="
-   compiler-rt? (
-   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   sanitize? (
-   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"
-
-pkg_pretend() {
-   if tc-is-clang; then
-   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
-   ewarn "upstream has turned a few warnings that commonly occur 
during"
-   ewarn "configure script runs into errors by default.  This 
causes some"
-   ewarn "configure tests to start failing, sometimes resulting in 
silent"
-   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
-   ewarn "not yet clear whether the change will remain or be 
reverted."
-   ewarn
-   ewarn "For more information, please see:"
-   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213;
-   fi
-}

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230314.ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230314.ebuild
deleted file mode 100644
index 67b42357665e..
--- a/sys-devel/clang-runtime/clang-runtime-17.0.0_pre20230314.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit multilib-build toolchain-funcs
-
-DESCRIPTION="Meta-ebuild for clang runtime libraries"
-HOMEPAGE="https://clang.llvm.org/;
-
-LICENSE="metapackage"
-SLOT="${PV%%.*}"
-KEYWORDS=""
-IUSE="+compiler-rt libcxx openmp +sanitize"
-REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
-
-RDEPEND="
-   compiler-rt? (
-   
~sys-libs/compiler-rt-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   sanitize? (
-   
~sys-libs/compiler-rt-sanitizers-${PV}:${SLOT}[abi_x86_32(+)?,abi_x86_64(+)?]
-   )
-   )
-   libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
-   openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
-"
-
-pkg_pretend() {
-   if tc-is-clang; then
-   ewarn "You seem to be using clang as a system compiler.  As of 
clang-16,"
-   ewarn "upstream has turned a few warnings that commonly occur 
during"
-   ewarn "configure script runs into errors by default.  This 
causes some"
-   ewarn "configure tests to start failing, sometimes resulting in 
silent"
-   ewarn "breakage, missing functionality or runtime misbehavior.  
It is"
-   ewarn "not yet clear whether the change will remain or be 
reverted."
-   ewarn
-   ewarn "For more information, please see:"
-   ewarn 
"https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213;
-   fi
-}



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

2023-04-10 Thread Michał Górny
commit: 6a3ed7477bc8df17c625c01c1d404fcc9d7e902a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:46:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a3ed747

dev-libs/libclc: Remove old

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

 dev-libs/libclc/Manifest |  3 -
 dev-libs/libclc/libclc-16.0.0.ebuild | 84 --
 dev-libs/libclc/libclc-17.0.0_pre20230314.ebuild | 88 
 3 files changed, 175 deletions(-)

diff --git a/dev-libs/libclc/Manifest b/dev-libs/libclc/Manifest
index 8ce7c3b50bd7..bea3a70b3746 100644
--- a/dev-libs/libclc/Manifest
+++ b/dev-libs/libclc/Manifest
@@ -3,8 +3,5 @@ DIST llvm-project-14.0.6.src.tar.xz 105618228 BLAKE2B 
ee67c5407df8cef493b9c0004f
 DIST llvm-project-14.0.6.src.tar.xz.sig 566 BLAKE2B 
cb658ad43d8ab6c43a5773aedadf0569c97b5ee4b1bd58eceb10e1879a30880c741c3d66bedd462c892309b688fb7b2673115a62d1f74d71ee375a578de9547f
 SHA512 
b4a7b368532a7a4a24376cfa7db8f6d3478f6d4446474342fc00b474ecf466330cd0f16783209263c4c72d5fc7ddedfb11b95578842e700cfb7ee0bb34cc95d6
 DIST llvm-project-15.0.7.src.tar.xz 110936452 BLAKE2B 
f3d277e2029157329e5be78b78af36b0826a1dfd9a337992499bf701e33149665bfc47d5e14978e38f342559629a559f8b2ce328705ba34fdf6830f5ae9721a5
 SHA512 
4836d3603f32e8e54434cbfa8ef33d9d473ac5dc20ebf9c67132653c73f4524931abd1084655eaee5f20bcfcb91bcc4bbc5c4a0b603ad0c9029c556e14dc4c52
 DIST llvm-project-15.0.7.src.tar.xz.sig 566 BLAKE2B 
47dc8c82d86237b80c6d85f83a6c9a6e9e174cf8e7f367b071e0cd9481d7cd408e991337c5624e07f3f370f26387c814f212808575ed1c1b58404d3e3836b7df
 SHA512 
fc6891b440dd1175eb8df3790590af8d36bc92301660f84744ae15123475aeb900a151e6a8e7998ded27ec4d86871903ad0b89cd61164943054c2e3bc8d8beb2
-DIST llvm-project-16.0.0.src.tar.xz 117933476 BLAKE2B 
fa09cd8f647ce0daf5a7eae9ac03b99594a9b3193b12065f43f9a6731875243f2f5b354136bcadcb31622b246054e94f880eec3dab0bcd6ae89973fa9dca845c
 SHA512 
3f040abc1b03205693824aeff2ee6efb0cff25fe04bd5265141c093f294655a1f3fcda73cab9c57cbed7523c8f186a7e2484afce0792c55e90e3fb80450fabb7
-DIST llvm-project-16.0.0.src.tar.xz.sig 566 BLAKE2B 
daba130aa5662fbf7cc2e7aa8fa6b64f9cb355a72330f7a01a21b86389c6f2f85ae93de19ff08ba3f1cfe2834d9a2b7648bdf659caba3afdb2a0d13984774a54
 SHA512 
38e2449dce20cfbf813d1a9a68b36807722ac8ebb5ee07360fa215b2de8534d2329d3e41cfc3ed33e59e36714b94a6683a6d8077950bcf0037973492e0820fb3
 DIST llvm-project-16.0.1.src.tar.xz 117990772 BLAKE2B 
298189ce6d7245711e5bd3e03fa74d603dda5a458463ca0cb261fe6949290c46a70abbd1ad1c556e08da3adc5df577305e267c1135214b900d78502e39b46bc5
 SHA512 
98fc11c0ad90d5e5a2cb123b497b89a1583fe7f91b3ff05c335037801ef66cbfab08f6d2eff539f0da238e9685d4bc7a9fb2578e28864fc9e9357b84129cefaa
 DIST llvm-project-16.0.1.src.tar.xz.sig 566 BLAKE2B 
06c03d789e63ab30bba4c56ba9ec91400d804448482d6a7fd395252b3b9166a5ee7a42a94c2074aa0d1809a3327f993d8932211f3fc05ad281db64c17b2a7094
 SHA512 
f42db28eb8280db06b1c78fa7a7aaea3a79499cecee1a64ce18c49b90c755b3a78fc93f01d1855887c7918ccc927c3b6147cfc916520f05d4cef65381ca6fe60
-DIST llvm-project-4bf004e07e2b9d6e04e3f33e1b02628c679de664.tar.gz 180304467 
BLAKE2B 
6750855453b575eb8fcc861d5b24b144497bba62df9b9292ac586cf340e04b2b58290fe9df6d89142f29b56aa37ddeb3bd11cc3337e4dc985a4487954d1e2ffa
 SHA512 
d8a87064ba0f92967df019e9345222b87cda81852a9599902cedc4a49ec7d9e2175c972b7fa6d19920489c1d309822f9c31c23bdce0376a8d40c71d57bcd5068

diff --git a/dev-libs/libclc/libclc-16.0.0.ebuild 
b/dev-libs/libclc/libclc-16.0.0.ebuild
deleted file mode 100644
index 6964547d373e..
--- a/dev-libs/libclc/libclc-16.0.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit cmake llvm llvm.org python-any-r1
-
-DESCRIPTION="OpenCL C library"
-HOMEPAGE="https://libclc.llvm.org/;
-
-LICENSE="Apache-2.0-with-LLVM-exceptions || ( MIT BSD )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="spirv video_cards_nvidia video_cards_r600 video_cards_radeonsi"
-
-LLVM_MAX_SLOT=16
-BDEPEND="
-   ${PYTHON_DEPS}
-   || (
-   (
-   sys-devel/clang:16
-   spirv? ( dev-util/spirv-llvm-translator:16 )
-   )
-   (
-   sys-devel/clang:15
-   spirv? ( dev-util/spirv-llvm-translator:15 )
-   )
-   (
-   sys-devel/clang:14
-   spirv? ( dev-util/spirv-llvm-translator:14 )
-   )
-   (
-   sys-devel/clang:13
-   spirv? ( dev-util/spirv-llvm-translator:13 )
-   )
-   )
-"
-
-LLVM_COMPONENTS=( libclc )
-llvm.org_set_globals
-
-llvm_check_deps() {
-   if use spirv; then
-   has_version -b "dev-util/spirv-llvm-translator:${LLVM_SLOT}" ||
-   

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

2023-04-10 Thread Michał Górny
commit: a265cb1d0e3d2c47a42f1a7da5a16871f94beb68
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:38:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a265cb1d

dev-python/loguru: Bump to 0.7.0

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

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

diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest
index cfbef3d5e706..45dda10e1dec 100644
--- a/dev-python/loguru/Manifest
+++ b/dev-python/loguru/Manifest
@@ -1,2 +1,3 @@
 DIST loguru-0.6.0-py311-repr-tests.patch 4251 BLAKE2B 
21891ede1845387f915d3889dfb077af78e88909ce7efe25cd194516dab465738d3c398195552e8a8a54913804df1bc74bf95c4e12494b8e7f628894d0c12177
 SHA512 
e1da062ba49e53ecfedc044d59f969797bd1dec99c64e42d5420af6cba80db95d242ed7d155b180e84dacba4bd56298fd5a4cae784ef4eec1709905da1a1c93f
 DIST loguru-0.6.0.gh.tar.gz 417660 BLAKE2B 
a7b7d95ffcf652769503db3423768ff85a4fa4898f0e2b155d96ce0c42fa7f24255f9dc49ba62e8a4f19bb3b7cc8b374580fe0965c9683b14d9bcea9866e71a5
 SHA512 
6ca7087cde3b4ce11255e31af988e5e118a7ebfbb338b97ebd6e7e4af716f0301c0180a59b18c879fd799c25802b428411b868290b7593212f06d70bcbd6a9ca
+DIST loguru-0.7.0.gh.tar.gz 430544 BLAKE2B 
13ee91da7c7bc0b29297cb70235c26e0517939c332dde342c14cb937112d5a0b9c467ec273f2034875a52902ffc05dd780fd349498d8a0b65efd6ecf6a947056
 SHA512 
02d2a0c7c54a5083a444a23222854ee4587da3f7a490ec193d0bae2f3c464c0a86102417f5886205e73c0a149694b931f39f3c5a1ade605cf2b2799395a478a0

diff --git a/dev-python/loguru/loguru-0.7.0.ebuild 
b/dev-python/loguru/loguru-0.7.0.ebuild
new file mode 100644
index ..f776f2759d43
--- /dev/null
+++ b/dev-python/loguru/loguru-0.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python logging made (stupidly) simple"
+HOMEPAGE="
+   https://github.com/Delgan/loguru/
+   https://pypi.org/project/loguru/
+"
+SRC_URI="
+   https://github.com/Delgan/loguru/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+BDEPEND="
+   test? (
+   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+   >=dev-python/freezegun-1.2.2[${PYTHON_USEDEP}]
+   )
+"
+
+# filesystem buffering tests may fail
+# on tmpfs with 64k PAGESZ, but pass fine on ext4
+distutils_enable_tests pytest



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

2023-04-10 Thread Michał Górny
commit: f39fdd2058bc46773f5995f8323eaca00df7b719
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:32:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39fdd20

dev-python/cfn-lint: Bump to 0.77.0

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

 dev-python/cfn-lint/Manifest   |  1 +
 dev-python/cfn-lint/cfn-lint-0.77.0.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index 509c7b42a51e..a7d892964ad7 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -2,3 +2,4 @@ DIST cfn-lint-0.74.3.gh.tar.gz 3456672 BLAKE2B 
9cc68ddefda86ee26e900989e40c7ded0
 DIST cfn-lint-0.75.1.gh.tar.gz 3487870 BLAKE2B 
26aaf3b24023260d7a7d8f2b89fc9135e0c34786540c21d1c1763decad42167f1a29b01859bfcb17fe5ac1fbbb08aebf04191c6d1b21b335c92e2424c986cada
 SHA512 
d4dfa9331c77f7c323b217203c470e15b4a62a86b42497934a4f9609d54a499211058cba4c561034f6c3dd6ba52ade30084e9a9d25da135289f783ed972a14ae
 DIST cfn-lint-0.76.1.gh.tar.gz 3631194 BLAKE2B 
95d395369fc230fe4e6c5d5e2a0e4bf246f1f312c6595e998004d43a7662e43ed0612a56893956fbb15e99ed197d9af2723fc1c2ea9b14fc27d8b4ff7b29e484
 SHA512 
5c65111fa7f57b268f2f3f52157d464de467cfdf16cd672e399ab7b2d23d648346c6754c45cd169f993ae15180ffafc710c9f2fa0675a7ecb1d8fc5b3d0ec5ce
 DIST cfn-lint-0.76.2.tar.gz 3402554 BLAKE2B 
e5f9405d2852e3b81140a24d94c90a3bf8c919eb6823280a0a887c6acc56ec71d991cbc76532cc49d1189a8f64750ba3e9db02fb3b46b27a28ec3468f4dd268e
 SHA512 
96351ade16308be18baace1351e263a179eacc0b3635e9baa959baadaebb6a08825f6cb9cd83cb83b8635785c7f54405bfcf00f85d6d95d101d3298919cd1ea7
+DIST cfn-lint-0.77.0.tar.gz 3474124 BLAKE2B 
5715618f6b44a7a88ef3af8d21d038fa4ce4707973e64eb9712ff524cd5276e71802ad4b9a55580ac469b6474c7d48a8ccee04660bcaf7934df7a23cab1e5a9a
 SHA512 
6509197ef29d8bcbfc416df0a63f89736f704b147bbeb489586b6a06e1818f1d91e59429c73a9e9e23dadb20325a3c79d0b8e1b4637cd0e131f9673422e36734

diff --git a/dev-python/cfn-lint/cfn-lint-0.77.0.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.77.0.ebuild
new file mode 100644
index ..2b6753f1c840
--- /dev/null
+++ b/dev-python/cfn-lint/cfn-lint-0.77.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="CloudFormation Linter"
+HOMEPAGE="
+   https://github.com/aws-cloudformation/cfn-lint/
+   https://pypi.org/project/cfn-lint/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/aws-sam-translator-1.64.0[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
+   >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
test/unit/module/test_template.py::TestTemplate::test_build_graph
+   # requires git repo
+   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
+   # Internet
+   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
+   # TODO: it looks as if AWS_DEFAULT_REGION didn't work
+   test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
+   
test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
+   
test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
+   
test/unit/module/core/test_run_cli.py::TestCli::test_template_config
+   )
+
+   # from tox.ini
+   local -x AWS_DEFAULT_REGION=us-east-1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2023-04-10 Thread Michał Górny
commit: 4b0eb1d39f051930f49926ea8437a720bce23a73
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:32:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0eb1d3

dev-python/tempora: Bump to 5.2.2

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

 dev-python/tempora/Manifest |  1 +
 dev-python/tempora/tempora-5.2.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/tempora/Manifest b/dev-python/tempora/Manifest
index e7d30099fc19..4525bde87c78 100644
--- a/dev-python/tempora/Manifest
+++ b/dev-python/tempora/Manifest
@@ -1 +1,2 @@
 DIST tempora-5.2.1.tar.gz 20787 BLAKE2B 
67e9bf07e79dca0f31b6558824ab54fe2cab0556e7fddbac0e0e61c863eff0e0f0c4d6162a2856cf05b4ca9bedef1440811330638cb2f94d2c5e140c4b6401e3
 SHA512 
18e352bfa82ac81dac26907a6bcc5e68c018410a9cfc7a1b4d6d8609c1a6a35fb3be3c374449109ed5c32b679c3835aa31d2ce0dc814d3697e6f7f5c6976eefe
+DIST tempora-5.2.2.tar.gz 20957 BLAKE2B 
f8463e544534c0d90bc90da7ed2a829a7afeba54b9c8f21cb831680caba493075b58544560a940d2449e4c9e4803be62413ea1029ee0ce80772ab212ff84a13e
 SHA512 
2031f9ddca66fb0aa93aa1e1162450a3a14e17c41acd19fc657f3c0cd0c058487c9b1377c9f319b15c7f3c39393d184eabfa62038d0493fc3808b6557dfee2cb

diff --git a/dev-python/tempora/tempora-5.2.2.ebuild 
b/dev-python/tempora/tempora-5.2.2.ebuild
new file mode 100644
index ..dca7d962b13e
--- /dev/null
+++ b/dev-python/tempora/tempora-5.2.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Objects and routines pertaining to date and time"
+HOMEPAGE="https://github.com/jaraco/tempora;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pytest-freezegun[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-04-10 Thread Michał Górny
commit: a1d39235e31e0d8fae1dfe1e8b9c4929d6f3d505
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:33:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d39235

dev-python/nbconvert: Bump to 7.3.1

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

 dev-python/nbconvert/Manifest   |  1 +
 dev-python/nbconvert/nbconvert-7.3.1.ebuild | 93 +
 2 files changed, 94 insertions(+)

diff --git a/dev-python/nbconvert/Manifest b/dev-python/nbconvert/Manifest
index 4a712b9921e1..7981bb994a39 100644
--- a/dev-python/nbconvert/Manifest
+++ b/dev-python/nbconvert/Manifest
@@ -1,3 +1,4 @@
 DIST nbconvert-7.2.10.tar.gz 870708 BLAKE2B 
837b5cf70f530b8fd3d566809d8d4faefdb3c4581b46e317d218a08bb06b80fdf59dcbd6c337b7fd62a9fdff676ea1cec941a7f6641c54ebee066a1bec19ffcd
 SHA512 
078d6f1375f595f30db9eeebab55842353d549a294290a185c3817fc0bb2459c392120f089890409eec7cfe0fec7909752d20e4c55123249a4685d34655e0c05
 DIST nbconvert-7.2.9.tar.gz 870386 BLAKE2B 
aea62f29d3e696c70d77ab73cc89347a4e0c8e077e98c45331608f7117fb3c98165bf3da89e4f3bf23b9d62c618289d98c9103c5b2998ca81f65cbfda65ca536
 SHA512 
0053e0e88f279d2fe430e516bcc19f98191e9ce414546ab1ff214f37c8f1cdfc4fc101faa4b5f1d5955fdc65c87aad367f5a5f12ce5991c68c015c5083f2f30c
 DIST nbconvert-7.3.0.tar.gz 879918 BLAKE2B 
cf1414f5c6a41222f576a66ca8aa49f98d5ee4a0cd6bedcd779a6c429d46550e0435e60723255358f1ccf51b508d74e7461521889cbb7e6dfb10377175ea78a2
 SHA512 
a7030cced31ae749d9625f7fb7cc2bee17c10fcd90e83f36efed1c00758d02e47ed9d90aa907c2acbe979810a561d48d9fe854a3786b60418beacdd471b14b8f
+DIST nbconvert-7.3.1.tar.gz 880064 BLAKE2B 
0bde4a65f27a880fdbf694dc6501ad1d0f78bf72e6010377faf89d8b16d5b24f82fcba93c51d9421a88e5c554bc0fb6d002f913886bd2d2f1a7f17a834755d02
 SHA512 
24d8d0ff35cf09d095d01122386439cf0c40eb9af7c88604f3108e5831a270509e1302370dc40eabc8bcb28fb86603d9d7a4a104346122deb8471aab7471e62d

diff --git a/dev-python/nbconvert/nbconvert-7.3.1.ebuild 
b/dev-python/nbconvert/nbconvert-7.3.1.ebuild
new file mode 100644
index ..5f78072d38d1
--- /dev/null
+++ b/dev-python/nbconvert/nbconvert-7.3.1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 multiprocessing pypi virtualx
+
+DESCRIPTION="Converting Jupyter Notebooks"
+HOMEPAGE="
+   https://nbconvert.readthedocs.io/
+   https://github.com/jupyter/nbconvert/
+   https://pypi.org/project/nbconvert/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~riscv ~x86"
+
+RDEPEND="
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.9)
+   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-4.7[${PYTHON_USEDEP}]
+   dev-python/jupyterlab_pygments[${PYTHON_USEDEP}]
+   >=dev-python/markupsafe-2.0[${PYTHON_USEDEP}]
+   >=dev-python/mistune-2.0.2[${PYTHON_USEDEP}]
+   >=dev-python/nbclient-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.1[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.4.1[${PYTHON_USEDEP}]
+   dev-python/tinycss2[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   >=dev-python/ipywidgets-7[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   mkdir -p share/templates/classic/static || die
+   # tries to refetch stuff even if it's already present
+   sed -e 's:css = .*:raise PermissionError("You shall not fetch!"):' \
+   -i hatch_build.py || die
+   distutils-r1_src_prepare
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Missing pyppeteer for now
+   # TODO: Doesn't skip?
+   nbconvert/exporters/tests/test_webpdf.py
+   # Needs pyppeteer too
+   
'nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
+   # TODO
+   
nbconvert/exporters/tests/test_qtpng.py::TestQtPNGExporter::test_export
+   
nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_convert_full_qualified_name
+   
nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_post_processor
+   # latex failing, might be too new pandoc
+   

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

2023-04-10 Thread Michał Górny
commit: def0621a009be28b95b5b268f7873a823ded8f05
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:36:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def0621a

dev-python/pytest-sugar: Bump to 0.9.7

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

 dev-python/pytest-sugar/Manifest  |  1 +
 dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pytest-sugar/Manifest b/dev-python/pytest-sugar/Manifest
index 4c7426258b8f..a18bf5832b80 100644
--- a/dev-python/pytest-sugar/Manifest
+++ b/dev-python/pytest-sugar/Manifest
@@ -1 +1,2 @@
 DIST pytest-sugar-0.9.6.tar.gz 13702 BLAKE2B 
72a48d501ba5bd597ec2561817179cd50213d1de80a3281823033d9d1a1c62f37367353885d805a6e212380ddaa934b1e0887814742e26cd1b809b4ef629cf19
 SHA512 
955e28478854c6751e7470b49f130bce2904c1f74d46caa2a6e212c132e3f1f0565f2f31ac360a32d2d9c4999f4dcdd19e7373508660bfd7da530981aef9cd62
+DIST pytest-sugar-0.9.7.tar.gz 14874 BLAKE2B 
eb65d3261be10897b98f29704a8cd32102a91f7d3023651a6fc5c69e7d4f77c9ade1b3ca808047d0813503ceb416490126402f4751ac93fbdaadf9ddd1ef13c7
 SHA512 
7ab1a4f91bd252452ffd5b4fa636a1dffd4ffa5a19c839f2d00d0c69b885216144bb25e1a666bebb17be8112a397adfe04d5caa215edc98f64c20fefd43334cf

diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild 
b/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild
new file mode 100644
index ..2c347f622f6c
--- /dev/null
+++ b/dev-python/pytest-sugar/pytest-sugar-0.9.7.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Plugin that changes the default look and feel of pytest"
+HOMEPAGE="
+   https://github.com/Teemu/pytest-sugar/
+   https://pypi.org/project/pytest-sugar/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-6.2.0[${PYTHON_USEDEP}]
+   >=dev-python/termcolor-2.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-04-10 Thread Michał Górny
commit: f3d030fd6c93874297139519dd13e31002fdd6fe
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 11 02:34:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 11 03:14:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3d030fd

dev-python/pygments: Bump to 2.15.0

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

 dev-python/pygments/Manifest   |  1 +
 dev-python/pygments/pygments-2.15.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
index 123478160978..3e160f48cbf3 100644
--- a/dev-python/pygments/Manifest
+++ b/dev-python/pygments/Manifest
@@ -1 +1,2 @@
 DIST Pygments-2.14.0.tar.gz 4434562 BLAKE2B 
a3050bae96a8ae044f803e7964b5dede7a73b04f04f6af9d4b9e4d24e3ae0185138d0d68801ee5ac81cdaf74e50c7fea303913470c23182adb30ff2c08c332a8
 SHA512 
51416a8e2a8d0288cbbf6fd81e6870ffe9d999da255c43d0f870eb5cb4d01660416d136d39fad38b76c4bace3c3aa648fb306519e85e340545a87fc657aaeb15
+DIST Pygments-2.15.0.tar.gz 4818485 BLAKE2B 
c7890910d3c62803f48e52192ffec636343302bdb54f82fd0863bdd1b1fd9f437a4e714f39e955f8666f3ed50ee9b576373aabfde9231c9b3bb6d41453a6252c
 SHA512 
5b9ca24ded1a16ea68d77d727ead635b3555c4c3dece735fb6c122aaef49b9f50bb8ef462cd60aac43eff88ed32415ec8e432e0ac5677bc02c14670f2aef97e4

diff --git a/dev-python/pygments/pygments-2.15.0.ebuild 
b/dev-python/pygments/pygments-2.15.0.ebuild
new file mode 100644
index ..18d730b2435f
--- /dev/null
+++ b/dev-python/pygments/pygments-2.15.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN^}
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 bash-completion-r1 pypi
+
+DESCRIPTION="Pygments is a syntax highlighting package written in Python"
+HOMEPAGE="
+   https://pygments.org/
+   https://github.com/pygments/pygments/
+   https://pypi.org/project/Pygments/
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/wcag-contrast-ratio[${PYTHON_USEDEP}]
+   virtual/ttf-fonts
+   )
+"
+
+EPYTEST_DESELECT=(
+   # fuzzing tests, very slow
+   tests/test_basic_api.py::test_random_input
+)
+
+distutils_enable_tests pytest
+
+src_install() {
+   distutils-r1_src_install
+   newbashcomp external/pygments.bashcomp pygmentize
+}



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

2023-04-10 Thread Julien Roy
commit: 275e01221524752fb6b7d49350b94671f40393c8
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 03:01:24 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 03:01:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=275e0122

dev-python/kurbopy: drop 0.8.32-r1

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

 dev-python/kurbopy/Manifest |  7 ---
 dev-python/kurbopy/kurbopy-0.8.32-r1.ebuild | 79 -
 2 files changed, 86 deletions(-)

diff --git a/dev-python/kurbopy/Manifest b/dev-python/kurbopy/Manifest
index c88fe8340..90062aef2 100644
--- a/dev-python/kurbopy/Manifest
+++ b/dev-python/kurbopy/Manifest
@@ -6,9 +6,7 @@ DIST either-1.6.1.crate 13641 BLAKE2B 
e5f40c40a5edb6dcb07a10bf79183cbe42438f1f70
 DIST indoc-1.0.6.crate 14312 BLAKE2B 
e4757497450f9c5e854f472e576c0df49f1aecb10e3ae77ca56b436dbefc5c75fd9b83093f9bb485b697d32c454af5d70d72da27e231124f7af20d3dc6e320e2
 SHA512 
798d36767d29ac5170a9de498ebee1056a6658e74b94310d589d429471ae059f974bd83eaa823c99a637c16758b3fdaaeaaaf7b21a2a35cbcbf345840b5f23cf
 DIST instant-0.1.9.crate 5213 BLAKE2B 
fe208faa09852079c603930e88b7d0392a89a55d3b934ad45ffb0c9e44df5ef7e8189ba2fa12452f1c8a6416d6f7c0655365ba959bedf2b78228613944be8278
 SHA512 
3915f67c3629ec93296d56c4cda0cf97b29b1a70930a9d546abb9518139d4c2f35062563a5094e84841ddb1f00b0f3df9dc00801d96c01994765221edf03ef7c
 DIST itertools-0.10.3.crate 118661 BLAKE2B 
0095d6e7f14ddda69605d09f74e8cc881eec1a1d234f705e667d7f9e738ef157b7ddee066855cbcad7f134bf79b99a4a4c77bff3371397a567cd34d98b68bf97
 SHA512 
9d17357eb68159edf4f4ccd2eb9895672c7fb633803166d5e24ee12350639eaf66f1c822910518185cd1f1ca5d9c3e228dd37525e6c337ba3fc7ce967f9bfc85
-DIST kurbo-0.8.3.crate 81131 BLAKE2B 
8561fb66d28ed9d74502888376ec622ae2bd8b651cc0afdbef6aecc911c262f13debdc056a152bbbc28d0c3c0f326129c46c9f3b243597bbfaab6e0e01da0097
 SHA512 
17839223c7b4a88a1e2ae7df5ac9646560583da03bed5a06e9411a7cf5f55c006a680c6cad0a20b74102cf586b36dadea60585b68f02adc569b8e32d2baa4983
 DIST kurbo-0.9.0.crate 83811 BLAKE2B 
612705495e0a2b658f15362f786d57ab18d83f80146ff8431db00a286e88e79f4df8ab1c506451ba68baa48f9ac7a8c791f6bdbb94e3314662a9beea143f30a7
 SHA512 
6791dcd9defaa7f815ed02c50c711a57eb25242a83b1a81a56795536b582cf347e2ed91b2f9b8268b97e976e2100e57e880428e62d40eef86e8efe98cfad539d
-DIST kurbopy-0.8.32.tar.gz 1299202 BLAKE2B 
42f30749c61098234dfff31510553aeda17678430c11dde2a7fcef911f0e8d9d9766a4cb90d24b98fed05b83f023811d81bc5883d02d3b1be6889e83aa0061e5
 SHA512 
b5a8459d110b06eaf5035cf1e983a0dbd340b70f1ad2e05bbfe0af98c0f8a75a19a112fbffcb24e4a22311c3e424bbe95b98bfba006ac651d5f2b25bf45c657d
 DIST kurbopy-0.9.0.tar.gz 51061 BLAKE2B 
fe3d856cf1ae82c546e0f17092c7ea5f948a29678628c3c0f6a05133c0e9b17cecb3933710eacbd04ac3ef4173bc0fca6daa627b107e66c2327a53d6f6e70207
 SHA512 
10ba2a8bd89877dea1ba6253239786910cd539ab46ec20de17adfd2ab85678361b411e00d285ab19e2d073ba4f378c80e88f3996d6fc7817561ad55254b82579
 DIST libc-0.2.88.crate 514138 BLAKE2B 
c9c6cd0b5456ee2706e7b572ba8df644abeb2d1297abe4f5d2b480e7b7b6b1024cfde98adea2822045b605949505c133538c74b0676c3ab5a2db8aed04605b4b
 SHA512 
c1ad5dd0efd8117da798fcff84082e3b831cb1ae04c26ca8d87936057155e2ca08f0a693cf2c79c5db2c2dbe6b64e254328439b303ba952559f4c524466ad243
 DIST lock_api-0.4.2.crate 20375 BLAKE2B 
0b24bdf98aaee9870f558971f437e728c8e52a853cc886a0de30cb9a84c2733175e6152a2d7ff1f28a83df5443091b16ac5410cb67d05ce464e01db64ba98cb0
 SHA512 
815de5198ba4a952490fbc7e08e899ce855588d794c22890839ad55caa81642745fa6bf81a2a2fc8f6713575f0d1b801a2f2107ed7c405101011927b6b40be31
@@ -17,15 +15,10 @@ DIST once_cell-1.8.0.crate 28925 BLAKE2B 
7681b1a7497b5711e663773c1a7e076f333c06c
 DIST parking_lot-0.11.1.crate 39854 BLAKE2B 
5a097d7016811de4ca7d21e8a811a96b2e857b5224b176cf7a3bc160c0a0678c9100423e3c096c5056e2df3a4dcba17a590cc64eb1d648355c153c5cdf9db228
 SHA512 
17e394ac8b62656177a12fcfd246d9bb59be468a5ac174e4d6d8b4ffd0411497d3ce943ca5deab184cebf5c1bbca97b4273f79bf210c78d7f4b6f5e9d68026a2
 DIST parking_lot_core-0.8.3.crate 32147 BLAKE2B 
5218cfbff706c4388fef31c885c7a5d53566005775a3c440c6a2890efb189a4edfe8e99f6499cac36038846628a915ac988c15e1ebab1b3a3ffb53a64631dc19
 SHA512 
1dba5a7e68ee007918fb210ff308f7382ed1c54d2fe6db36a8246453434246b71e6795db107c83ca39c2bddf5e4a27da7978a464b53d41e150e744d81e75b341
 DIST proc-macro2-1.0.24.crate 37716 BLAKE2B 
e2bdbc7cc9ea254529e322f6a2eb44002b4994fc4a00df32012f66740e8e73ae70820dd40b7fcfcf024f3c7784ab9add5cc1db37f4c72d5af5c8f00164ebc145
 SHA512 
c3d23a5136c55d734084ce1d76d54f237fc1003074af102c2ad96d851ac496ffc7513ddc505a68af4051c9d6de09725a0ecb6e76ebcdd77a1c056f8f9242c9be
-DIST pyo3-0.16.5.crate 363266 BLAKE2B 
3162d9a3da37b5579a91dbd42d3e200c480b5e3fb3a2ec208735045cb78a8418f6810a72ec24452f24d00961c72a58ccac4f5ca9a567c92c0a82ca37173de442
 SHA512 
068019c76b1fc3de2e100c6cdf084df24587094aac3479cb1d906f7fc95ab6296cfe4d0d211a1c5696261be5e0e0e96776f5bc5535faf8243432f93e4d2537f9
 DIST pyo3-0.18.1.crate 415128 BLAKE2B 

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

2023-04-10 Thread Julien Roy
commit: 7b8ebf2fd564a2276691963f40250a49f476fa04
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 02:59:46 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 02:59:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b8ebf2f

dev-python/transaction: add 3.1.0

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

 dev-python/transaction/Manifest |  1 +
 dev-python/transaction/transaction-3.1.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/transaction/Manifest b/dev-python/transaction/Manifest
index 1adde7642..873eba447 100644
--- a/dev-python/transaction/Manifest
+++ b/dev-python/transaction/Manifest
@@ -1 +1,2 @@
 DIST transaction-3.0.1.tar.gz 72934 BLAKE2B 
2bd48ddfac0eb28c7551edc04fbb032ce4e22c178a01e9e0f57605d9d1a6eecba9cda486810fdc333029ca521bf78a7ca33f238ab9bfbad2429445674f45da3c
 SHA512 
9609d6eeb90bb35e3757b1bd3a36e25b910d087f390701afa245641f61b92e55081812d07d56bccd2ab50da96a39212f7f517fb437843909bb7b75cb8d879f40
+DIST transaction-3.1.0.tar.gz 69775 BLAKE2B 
93ef2c086c1e5cdf5b76098d0a95a222e3e9c05b549eccd46747b9b412b2b94bc0d8ded4b40719653a08d63b6b977c76838e8e7961ac6be7c90f10624aa9e2ad
 SHA512 
aaa4cae1b8a02584607f09c8aed440ad57887b9cbd9595e40794d2049a77e430f4524510dcef46ff7247a0b0eb1f578287082bc548647c580ba6e58e034ba17a

diff --git a/dev-python/transaction/transaction-3.1.0.ebuild 
b/dev-python/transaction/transaction-3.1.0.ebuild
new file mode 100644
index 0..84113f738
--- /dev/null
+++ b/dev-python/transaction/transaction-3.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Transaction management for Python"
+HOMEPAGE="
+   https://pypi.python.org/pypi/transaction
+   https://github.com/zopefoundation/transaction
+"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/zope-interface[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS="CHANGES.rst README.rst"
+
+distutils_enable_tests unittest
+distutils_enable_sphinx docs
+
+src_test() {
+   cd "${S}/src" || die
+   distutils-r1_src_test
+}



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

2023-04-10 Thread Sam James
commit: 9ca63fb29f80c52ea7863d1b418e7c36abd6166f
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 02:43:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 02:44:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca63fb2

app-editors/pluma: fix crash w/ FORTIFY_SOURCE=3

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

 .../files/pluma-1.26.0-fortify-source-3.patch  | 24 +++
 app-editors/pluma/pluma-1.26.0-r1.ebuild   | 83 ++
 2 files changed, 107 insertions(+)

diff --git a/app-editors/pluma/files/pluma-1.26.0-fortify-source-3.patch 
b/app-editors/pluma/files/pluma-1.26.0-fortify-source-3.patch
new file mode 100644
index ..001d88081ce6
--- /dev/null
+++ b/app-editors/pluma/files/pluma-1.26.0-fortify-source-3.patch
@@ -0,0 +1,24 @@
+https://bugs.gentoo.org/903860
+https://github.com/mate-desktop/pluma/issues/664
+https://github.com/mate-desktop/pluma/pull/665
+https://github.com/mate-desktop/pluma/commit/8ca37beb259f7a62fef2005e888248ec880e44cd
+
+From 8ca37beb259f7a62fef2005e888248ec880e44cd Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bal=C3=A1zs=20Dura-Kov=C3=A1cs?= 
+Date: Thu, 18 Aug 2022 17:44:41 +0200
+Subject: [PATCH] Fix out-of-bounds write
+
+Closes https://github.com/mate-desktop/pluma/issues/664
+
+The size of tempfont was one byte too short, so strcpy performed an 
out-of-bounds write of the terminating 0.
+--- a/pluma/pluma-window.c
 b/pluma/pluma-window.c
+@@ -318,7 +318,7 @@ pluma_window_key_press_event (GtkWidget   *widget,
+ g_strcanon (tempsize, "1234567890", '\0');
+ g_strreverse (tempsize);
+ 
+-gchar tempfont [strlen (font)];
++gchar tempfont [strlen (font) + 1];
+ strcpy (tempfont, font);
+ tempfont [strlen (font) - strlen (tempsize)] = 0;
+ 

diff --git a/app-editors/pluma/pluma-1.26.0-r1.ebuild 
b/app-editors/pluma/pluma-1.26.0-r1.ebuild
new file mode 100644
index ..99286d9f6e29
--- /dev/null
+++ b/app-editors/pluma/pluma-1.26.0-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MATE_LA_PUNT="yes"
+PYTHON_COMPAT=( python3_{9..11} )
+inherit mate python-single-r1 virtualx
+
+DESCRIPTION="Pluma text editor for the MATE desktop"
+
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+IUSE="+introspection spell test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libpeas-1.2.0[gtk]
+   >=dev-libs/libxml2-2.5:2
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=x11-libs/gtksourceview-4.0.2:4
+   x11-libs/libICE
+   x11-libs/libX11
+   >=x11-libs/libSM-1.0
+   x11-libs/pango
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   spell? (
+   >=app-text/enchant-1.6:=
+   >=app-text/iso-codes-0.35
+   )
+   !!app-editors/mate-text-editor
+"
+RDEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   >=mate-base/mate-desktop-1.9[introspection?]
+   virtual/libintl
+"
+DEPEND="${COMMON_DEPEND}
+   ~app-text/docbook-xml-dtd-4.1.2
+   app-text/yelp-tools
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/libtool-2.2.6:2
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+MATE_FORCE_AUTORECONF=true
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fortify-source-3.patch
+)
+
+src_prepare() {
+   # Test require gvfs sftp fs mounted and schema's installed. Skip this 
one.
+   # https://github.com/mate-desktop/mate-text-editor/issues/33
+   sed -e '/+= document-saver/d' -i tests/Makefile.am || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   $(use_enable introspection) \
+   $(use_enable spell) \
+   $(use_enable test tests)
+}
+
+src_test() {
+   # FIXME: This should be handled at eclass level.
+   "${EPREFIX}/${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+
+   unset DBUS_SESSION_BUS_ADDRESS
+   local -x GSETTINGS_SCHEMA_DIR="${S}/data"
+   virtx emake check
+}



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

2023-04-10 Thread Sam James
commit: da3b75e6e0ebc97ff9bc926756aee926fa44d328
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 02:44:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 02:44:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3b75e6

dev-util/perf: BDEPEND on setuptools

It's always needed in util/*, even for USE=-python.

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

 dev-util/perf/{perf-5.19.ebuild => perf-5.19-r1.ebuild} | 4 +++-
 dev-util/perf/{perf-6.0.ebuild => perf-6.0-r1.ebuild}   | 4 +++-
 dev-util/perf/{perf-6.2.ebuild => perf-6.2-r1.ebuild}   | 4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-util/perf/perf-5.19.ebuild b/dev-util/perf/perf-5.19-r1.ebuild
similarity index 98%
rename from dev-util/perf/perf-5.19.ebuild
rename to dev-util/perf/perf-5.19-r1.ebuild
index 129012be23f9..ea6fd7e11d61 100644
--- a/dev-util/perf/perf-5.19.ebuild
+++ b/dev-util/perf/perf-5.19-r1.ebuild
@@ -37,8 +37,11 @@ IUSE="audit babeltrace clang crypt debug +doc gtk java 
libpfm lzma numa perl pyt
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+# setuptools (and Python) are always needed even if not building Python 
bindings
 BDEPEND="
${LINUX_PATCH+dev-util/patchutils}
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
@@ -48,7 +51,6 @@ BDEPEND="
app-text/xmlto
sys-process/time
)
-   ${PYTHON_DEPS}
 "
 
 RDEPEND="audit? ( sys-process/audit )

diff --git a/dev-util/perf/perf-6.0.ebuild b/dev-util/perf/perf-6.0-r1.ebuild
similarity index 98%
rename from dev-util/perf/perf-6.0.ebuild
rename to dev-util/perf/perf-6.0-r1.ebuild
index 611ca8224448..be9dbc82a5f9 100644
--- a/dev-util/perf/perf-6.0.ebuild
+++ b/dev-util/perf/perf-6.0-r1.ebuild
@@ -36,8 +36,11 @@ IUSE="audit babeltrace clang crypt debug +doc gtk java 
libpfm lzma numa perl pyt
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+# setuptools (and Python) are always needed even if not building Python 
bindings
 BDEPEND="
${LINUX_PATCH+dev-util/patchutils}
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
@@ -47,7 +50,6 @@ BDEPEND="
app-text/xmlto
sys-process/time
)
-   ${PYTHON_DEPS}
 "
 
 RDEPEND="audit? ( sys-process/audit )

diff --git a/dev-util/perf/perf-6.2.ebuild b/dev-util/perf/perf-6.2-r1.ebuild
similarity index 98%
rename from dev-util/perf/perf-6.2.ebuild
rename to dev-util/perf/perf-6.2-r1.ebuild
index c9df3f9793cf..8dc6385d598e 100644
--- a/dev-util/perf/perf-6.2.ebuild
+++ b/dev-util/perf/perf-6.2-r1.ebuild
@@ -36,8 +36,11 @@ IUSE="audit babeltrace clang crypt debug +doc gtk java 
libpfm lzma numa perl pyt
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
+# setuptools (and Python) are always needed even if not building Python 
bindings
 BDEPEND="
${LINUX_PATCH+dev-util/patchutils}
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
sys-devel/bison
sys-devel/flex
virtual/pkgconfig
@@ -47,7 +50,6 @@ BDEPEND="
app-text/xmlto
sys-process/time
)
-   ${PYTHON_DEPS}
 "
 
 RDEPEND="audit? ( sys-process/audit )



[gentoo-commits] proj/sci:master commit in: sci-biology/samri/

2023-04-10 Thread Horea Christian
commit: b9b7ea94c0bf72b97d1313abe231d48e3ceaf440
Author: Horea Christian  chymera  eu>
AuthorDate: Tue Apr 11 02:04:51 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Tue Apr 11 02:04:51 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b9b7ea94

sci-biology/samri: add 0.5.3

Signed-off-by: Horea Christian  chymera.eu>

 sci-biology/samri/samri-0.5.3.ebuild | 78 
 1 file changed, 78 insertions(+)

diff --git a/sci-biology/samri/samri-0.5.3.ebuild 
b/sci-biology/samri/samri-0.5.3.ebuild
new file mode 100644
index 0..56351ada3
--- /dev/null
+++ b/sci-biology/samri/samri-0.5.3.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..10} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 prefix
+
+DESCRIPTION="Small Animal Magnetic Resonance Imaging"
+HOMEPAGE="https://github.com/IBT-FMI/SAMRI;
+if [ "$PV" == "" ]; then
+inherit git-r3
+EGIT_REPO_URI="https://github.com/IBT-FMI/SAMRI.git;
+else
+SRC_URI="https://github.com/IBT-FMI/SAMRI/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+   S="${WORKDIR}/SAMRI-${PV}"
+fi
+
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+atlases labbookdb"
+REQUIRED_USE="test? ( atlases )"
+
+DEPEND="
+   test? (
+   sci-biology/samri_bidsdata
+   sci-biology/samri_bindata
+   )
+   "
+RDEPEND="
+   dev-python/argh[${PYTHON_USEDEP}]
+   dev-python/joblib[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-2.0.2[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/seaborn[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   >=media-gfx/blender-2.83.4
+   >=sci-biology/fsl-5.0.9
+   sci-biology/bru2nii
+   atlases? ( sci-biology/mouse-brain-templates )
+   labbookdb? ( sci-libs/labbookdb[${PYTHON_USEDEP}] )
+   sci-libs/nibabel[${PYTHON_USEDEP}]
+   >=sci-libs/nipy-0.4.1[${PYTHON_USEDEP}]
+   >=sci-libs/nipype-1.0.0[${PYTHON_USEDEP}]
+   

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

2023-04-10 Thread Matt Turner
commit: 1022595c02eb29bbe85434b0ead8c6261e5093b7
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 11 01:18:19 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 11 01:28:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1022595c

media-gfx/xdot: Depend on gtk+[X] for tests

Closes: https://bugs.gentoo.org/889274
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/xdot/xdot-1.2-r1.ebuild | 2 +-
 media-gfx/xdot/xdot-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/xdot/xdot-1.2-r1.ebuild 
b/media-gfx/xdot/xdot-1.2-r1.ebuild
index 0b0ba571a6d5..32e4f34fbe3a 100644
--- a/media-gfx/xdot/xdot-1.2-r1.ebuild
+++ b/media-gfx/xdot/xdot-1.2-r1.ebuild
@@ -31,7 +31,7 @@ DEPEND="
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
media-gfx/graphviz
-   test? ( x11-libs/gtk+:3 )
+   test? ( x11-libs/gtk+:3[X] )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/media-gfx/xdot/xdot-.ebuild b/media-gfx/xdot/xdot-.ebuild
index 03d06b61d665..248915833b80 100644
--- a/media-gfx/xdot/xdot-.ebuild
+++ b/media-gfx/xdot/xdot-.ebuild
@@ -30,7 +30,7 @@ DEPEND="
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
media-gfx/graphviz
-   test? ( x11-libs/gtk+:3 )
+   test? ( x11-libs/gtk+:3[X] )
 "
 RDEPEND="${DEPEND}"
 



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

2023-04-10 Thread Matt Turner
commit: d28899acdcc9c274e1a80b4c65fc88f938c46b8d
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 11 01:28:20 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 11 01:28:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28899ac

media-gfx/xdot: Bump to EAPI=8

* switch to DISTUTILS_USE_PEP517=setuptools
* propagate keywords
* Move gtk+ test dependency from DEPEND+RDEPEND to DEPEND-only

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

 media-gfx/xdot/xdot-.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/media-gfx/xdot/xdot-.ebuild b/media-gfx/xdot/xdot-.ebuild
index 248915833b80..6b9cdbea7cf7 100644
--- a/media-gfx/xdot/xdot-.ebuild
+++ b/media-gfx/xdot/xdot-.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
 MY_PN=xdot.py
@@ -11,7 +13,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
SRC_URI=""
 else
-   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
@@ -25,14 +27,16 @@ HOMEPAGE="https://github.com/jrfonseca/xdot.py;
 LICENSE="LGPL-2+"
 SLOT="0"
 
-DEPEND="
+RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/pygobject:3[${PYTHON_USEDEP}]
media-gfx/graphviz
+"
+DEPEND="
+   ${RDEPEND}
test? ( x11-libs/gtk+:3[X] )
 "
-RDEPEND="${DEPEND}"
 
 run_test() {
cd tests && "${EPYTHON}" ../test.py *.dot graphs/*.gv



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

2023-04-10 Thread Matt Turner
commit: 9d5576b038afd62dd52df2a0d5db131d35019b94
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Apr 11 01:16:25 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Apr 11 01:28:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5576b0

media-gfx/xdot: Propagate ppc64 keyword

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

 media-gfx/xdot/xdot-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/xdot/xdot-1.2-r1.ebuild 
b/media-gfx/xdot/xdot-1.2-r1.ebuild
index 487cb0f21860..0b0ba571a6d5 100644
--- a/media-gfx/xdot/xdot-1.2-r1.ebuild
+++ b/media-gfx/xdot/xdot-1.2-r1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = * ]]; then
GIT_ECLASS="git-r3"
SRC_URI=""
 else
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv 
~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"
SRC_URI="https://github.com/jrfonseca/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"



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

2023-04-10 Thread Julien Roy
commit: 7c9840c5b56415acd2d75b4108ea775ee8df3e07
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 00:55:01 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 00:55:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c9840c5

dev-python/minio: add 7.1.14

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

 dev-python/minio/Manifest|  1 +
 dev-python/minio/minio-7.1.14.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest
index 2fbc8939c..a47e49d3d 100644
--- a/dev-python/minio/Manifest
+++ b/dev-python/minio/Manifest
@@ -1 +1,2 @@
 DIST minio-7.1.12.gh.tar.gz 117829 BLAKE2B 
e2f031b5ee206c69a14779d600ac85223959aff432b0fa62cd4e5e84c42f08fd8f9adb98a8e72520ce81630b816264397e7d2acc3fa72af74a702cd992d5e87b
 SHA512 
a295c1988bce1f4e2dad735f5ed69ed3e49cc4be5d9b001908e68945ae965a85a4c683efa44400a5160098607c4ff21d740700b4480960873a051fe45cff29f1
+DIST minio-7.1.14.tar.gz 117073 BLAKE2B 
b2d7d5d0eea342d8d8c533899980ad36278e368f292094a93457aeea940900beabbfc215b7d549b2bceb96acccb53501344fbcc5b69262b8705965e3a26c7a08
 SHA512 
841032aa014454158150e7feb54f0b3d11e7d4fc5d4581322a109abdaa33291e82481f794121fcbdcb98049bfab964e7eb38886dbf3fe0d719813c373e0a94cf

diff --git a/dev-python/minio/minio-7.1.14.ebuild 
b/dev-python/minio/minio-7.1.14.ebuild
new file mode 100644
index 0..ae2d24881
--- /dev/null
+++ b/dev-python/minio/minio-7.1.14.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="MinIO Client SDK for Python"
+HOMEPAGE="https://github.com/minio/minio-py;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-python/certifi[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"



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

2023-04-10 Thread Julien Roy
commit: 8f86e42091eb4b9a8e80a6e54258ed543a362617
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 00:59:53 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 00:59:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f86e420

dev-python/mistletoe: add 1.0.1

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

 dev-python/mistletoe/Manifest   |  1 +
 dev-python/mistletoe/mistletoe-1.0.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
index 72dcca786..fec61f203 100644
--- a/dev-python/mistletoe/Manifest
+++ b/dev-python/mistletoe/Manifest
@@ -1 +1,2 @@
 DIST mistletoe-0.9.0.gh.tar.gz 102002 BLAKE2B 
0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e
 SHA512 
b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7
+DIST mistletoe-1.0.1.tar.gz 48898 BLAKE2B 
e20d6c07e4796ebacc417e9153a2ebd59fa5baa1594887ca66eff8eac40352660f0fe2eb55dd400ee6b54b7c902307e3f16caef81094fb451a12da4f84197e6b
 SHA512 
09a879a26c2d1f6664cb1cc1c5e40bb55a54858693dfca8c77c0caa9f85216b3fd27c3e9143ddf98406f0b7aa75651ff0fb498403d2e5b237fe8b885d660bc8f

diff --git a/dev-python/mistletoe/mistletoe-1.0.1.ebuild 
b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
new file mode 100644
index 0..614511649
--- /dev/null
+++ b/dev-python/mistletoe/mistletoe-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure 
Python."
+HOMEPAGE="https://github.com/miyuchina/mistletoe;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest



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

2023-04-10 Thread Julien Roy
commit: 3d177fd9550d7a17d6442b511b024ade638a6f24
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 01:02:29 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 01:02:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d177fd9

dev-python/portion: add 2.4.0

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

 dev-python/portion/Manifest |  1 +
 dev-python/portion/portion-2.4.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
index 710994cb3..8089bbfbc 100644
--- a/dev-python/portion/Manifest
+++ b/dev-python/portion/Manifest
@@ -1 +1,2 @@
 DIST portion-2.3.0.gh.tar.gz 32488 BLAKE2B 
1efe8d2c5046b42704c753e775d3d0362e088bdff728688f0885d2975609d7cd8eccc2889a8942e92545b46189a52d984a89fec8a89014f55fd712d5f4dccbca
 SHA512 
7552e9a640dd8dd5a55ad5009e976d7fdbc369eeac43ad82972a8ec0dea71e5dd33e425d2410527f8dc85caf08039d6eb879c694266ef8d7ff1362946707bfde
+DIST portion-2.4.0.tar.gz 52866 BLAKE2B 
5ce5d1ce35f5847eef1e7192eb04195e2c2ec25dfccee18b63073dd00d9950d1acd0b346e07dfbfbc5e09f9d5ac557066739e8d1da3c992b4b0d73965692e61f
 SHA512 
6134fb5d32c08f5424f65ce88f721f93deaedcae9a7b5fa7380eb27dadf83f7df9b22c8577b9d1c54409dd7d3ae91f11d88214d4d8146682fcdf0f1a0a26d8a4

diff --git a/dev-python/portion/portion-2.4.0.ebuild 
b/dev-python/portion/portion-2.4.0.ebuild
new file mode 100644
index 0..cf4fbbdee
--- /dev/null
+++ b/dev-python/portion/portion-2.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python library providing data structure and operations for 
intervals."
+HOMEPAGE="https://github.com/AlexandreDecan/portion;
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/black[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest



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

2023-04-10 Thread Julien Roy
commit: fc32f6fd052ecf073384e45703084dfc636be519
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 01:00:05 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 01:00:05 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc32f6fd

dev-python/mistletoe: drop 0.9.0

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

 dev-python/mistletoe/Manifest   |  1 -
 dev-python/mistletoe/mistletoe-0.9.0.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/mistletoe/Manifest b/dev-python/mistletoe/Manifest
index fec61f203..c42a27638 100644
--- a/dev-python/mistletoe/Manifest
+++ b/dev-python/mistletoe/Manifest
@@ -1,2 +1 @@
-DIST mistletoe-0.9.0.gh.tar.gz 102002 BLAKE2B 
0d1f5fae601287383dec895b38143c375b0690d1dfdc0a5f08097952959458843a61b7581637b19f7abc08be18bb33b0dce8a3507a2eb6fbc31c00a8c13bf85e
 SHA512 
b0e9c96b27255fb8527f359d8bfb2612a1302efcd3250867caa7e2dbf91eeeab4dabb20071d64e0914e52afdc8c30a181c042c2263aa9f1c5dc4421f5d862ae7
 DIST mistletoe-1.0.1.tar.gz 48898 BLAKE2B 
e20d6c07e4796ebacc417e9153a2ebd59fa5baa1594887ca66eff8eac40352660f0fe2eb55dd400ee6b54b7c902307e3f16caef81094fb451a12da4f84197e6b
 SHA512 
09a879a26c2d1f6664cb1cc1c5e40bb55a54858693dfca8c77c0caa9f85216b3fd27c3e9143ddf98406f0b7aa75651ff0fb498403d2e5b237fe8b885d660bc8f

diff --git a/dev-python/mistletoe/mistletoe-0.9.0.ebuild 
b/dev-python/mistletoe/mistletoe-0.9.0.ebuild
deleted file mode 100644
index 4a3da1018..0
--- a/dev-python/mistletoe/mistletoe-0.9.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A fast, extensible and spec-compliant Markdown parser in pure 
Python."
-HOMEPAGE="https://github.com/miyuchina/mistletoe;
-SRC_URI="https://github.com/miyuchina/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest



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

2023-04-10 Thread Julien Roy
commit: bff072b0414e0ad2940bd637bb3745c48da88588
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 01:02:40 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 01:02:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bff072b0

dev-python/portion: drop 2.3.0

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

 dev-python/portion/Manifest |  1 -
 dev-python/portion/portion-2.3.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/portion/Manifest b/dev-python/portion/Manifest
index 8089bbfbc..ec68e532a 100644
--- a/dev-python/portion/Manifest
+++ b/dev-python/portion/Manifest
@@ -1,2 +1 @@
-DIST portion-2.3.0.gh.tar.gz 32488 BLAKE2B 
1efe8d2c5046b42704c753e775d3d0362e088bdff728688f0885d2975609d7cd8eccc2889a8942e92545b46189a52d984a89fec8a89014f55fd712d5f4dccbca
 SHA512 
7552e9a640dd8dd5a55ad5009e976d7fdbc369eeac43ad82972a8ec0dea71e5dd33e425d2410527f8dc85caf08039d6eb879c694266ef8d7ff1362946707bfde
 DIST portion-2.4.0.tar.gz 52866 BLAKE2B 
5ce5d1ce35f5847eef1e7192eb04195e2c2ec25dfccee18b63073dd00d9950d1acd0b346e07dfbfbc5e09f9d5ac557066739e8d1da3c992b4b0d73965692e61f
 SHA512 
6134fb5d32c08f5424f65ce88f721f93deaedcae9a7b5fa7380eb27dadf83f7df9b22c8577b9d1c54409dd7d3ae91f11d88214d4d8146682fcdf0f1a0a26d8a4

diff --git a/dev-python/portion/portion-2.3.0.ebuild 
b/dev-python/portion/portion-2.3.0.ebuild
deleted file mode 100644
index b0b214193..0
--- a/dev-python/portion/portion-2.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="A Python library providing data structure and operations for 
intervals."
-HOMEPAGE="https://github.com/AlexandreDecan/portion;
-SRC_URI="https://github.com/AlexandreDecan/${PN}/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/black[${PYTHON_USEDEP}]
-)"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/sortedcontainers[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



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

2023-04-10 Thread Julien Roy
commit: 3b6933f9195917d4707e3000e1f8605d3e41ee89
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 00:52:30 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 00:52:30 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b6933f9

dev-python/zope-cachedescriptors: drop 4.4

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

 dev-python/zope-cachedescriptors/Manifest  |  1 -
 .../zope-cachedescriptors-4.4.ebuild   | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-python/zope-cachedescriptors/Manifest 
b/dev-python/zope-cachedescriptors/Manifest
index 9c1cbcfff..b919a9aa8 100644
--- a/dev-python/zope-cachedescriptors/Manifest
+++ b/dev-python/zope-cachedescriptors/Manifest
@@ -1,2 +1 @@
-DIST zope-cachedescriptors-4.4.gh.tar.gz 10194 BLAKE2B 
e5d505beef056610c4980d66bd8e183bd883e730aaf4cbfec0b1648be34ef7cd5547c20de465f173f9b54072014f4aa337337178d11a8c2ab1d8ad997f64d68d
 SHA512 
22ba430ac899131512c4a69933155d06ade8a607a874c9cf733171148f7f9e50d4fde9976ab28aec19f19871a654cb78ba09d8fea0799cf0bb73e5680554
 DIST zope.cachedescriptors-5.0.tar.gz 13250 BLAKE2B 
b6e3f78555327d1676ffc7bfd4102fca701173bca0d0592fd1349343dcab769f7fc8456fd692bc1e7642e25dcf7ce2bd6b1304b084ab74cfd07f2323f9ceaed2
 SHA512 
fc310ba8a732871d578d689c2b98638b4e6de8455eaa2583eba2334ea021052a4bbd81eb57151a2ed6bd06ebdcea3348ebd98d4777e66ae613a078bc13911224

diff --git a/dev-python/zope-cachedescriptors/zope-cachedescriptors-4.4.ebuild 
b/dev-python/zope-cachedescriptors/zope-cachedescriptors-4.4.ebuild
deleted file mode 100644
index b48c8cbe8..0
--- a/dev-python/zope-cachedescriptors/zope-cachedescriptors-4.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python descriptors which cache their output"
-HOMEPAGE="https://github.com/zopefoundation/zope.cachedescriptors;
-SRC_URI="https://github.com/zopefoundation/zope.cachedescriptors/archive/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN/-/\.}-${PV}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_prepare() {
-   # strip rdep specific to namespaces
-   sed -i -e "/'setuptools'/d" setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}



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

2023-04-10 Thread Julien Roy
commit: 06d778a6fd53feb8de055075284d329995534299
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 00:50:45 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 00:50:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06d778a6

dev-python/zope-testrunner: drop 5.6

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

 dev-python/zope-testrunner/Manifest|  1 -
 .../zope-testrunner/zope-testrunner-5.6.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/dev-python/zope-testrunner/Manifest 
b/dev-python/zope-testrunner/Manifest
index ad7027b8b..8134a3eab 100644
--- a/dev-python/zope-testrunner/Manifest
+++ b/dev-python/zope-testrunner/Manifest
@@ -1,2 +1 @@
-DIST zope-testrunner-5.6.gh.tar.gz 134768 BLAKE2B 
2b7a653bc3a35886044b9843f5e5dce4f94da7de79ec6a3be19841943370c48882809460ae40f188ed909d0c57366784cbcf3f6e075bd10f7dec3c98d910d72d
 SHA512 
bce65e5cd64f7ddbe2b1aad359d084e1b7175ce7186b08ab9b24e3cc745c0b118ce69e4f09e86bf27a420823192b60f9d1a21ac02dd66abfbdd5c10986302b61
 DIST zope.testrunner-6.0.tar.gz 149368 BLAKE2B 
6ea443d389ec9b9df92cd2e3808679d292c87e63083572cfde6b9532ef2b81baf47985f24c883fe1ba648dabe4e21e8c8a3b10981b7e4788987b45b5ce880c92
 SHA512 
d6306e6980f4df93c8149695b363450341ff0ea3b3945edce6512fff116d90c6380b5ab9363541fbe7e81bf0424ac24e624f2044a77a7b55cc87ebf50cfd51d8

diff --git a/dev-python/zope-testrunner/zope-testrunner-5.6.ebuild 
b/dev-python/zope-testrunner/zope-testrunner-5.6.ebuild
deleted file mode 100644
index 5da3a6a20..0
--- a/dev-python/zope-testrunner/zope-testrunner-5.6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="This package provides a flexible test runner with layer support."
-HOMEPAGE="https://github.com/zopefoundation/zope.testrunner;
-SRC_URI="https://github.com/zopefoundation/zope.testrunner/archive/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}/${PN/-/\.}-${PV}"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-   dev-python/zope-exceptions[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinxcontrib-programoutput[${PYTHON_USEDEP}] )
-   test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs
-distutils_enable_tests unittest
-
-src_unpack() {
-   default
-   # Remove test that causes QA warnings
-   rm "${S}/src/zope/testrunner/tests/testrunner-ex/sample2/badsyntax.py" 
|| die
-}
-
-src_prepare() {
-   # strip rdep specific to namespaces
-   sed -i -e "/'setuptools'/d" setup.py || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
-   distutils_write_namespace zope
-   eunittest
-}
-
-python_install() {
-   # Do not install unit tests
-   rm -r "${BUILD_DIR}/install$(python_get_sitedir)/zope/testrunner/tests" 
|| die
-   distutils-r1_python_install
-}



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

2023-04-10 Thread Julien Roy
commit: f6b892d3560c82283b1759fb33ef8f1d8bccfcd0
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 00:55:24 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 00:55:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6b892d3

dev-python/minio: drop 7.1.12

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

 dev-python/minio/Manifest|  1 -
 dev-python/minio/minio-7.1.12.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest
index a47e49d3d..e2e10867d 100644
--- a/dev-python/minio/Manifest
+++ b/dev-python/minio/Manifest
@@ -1,2 +1 @@
-DIST minio-7.1.12.gh.tar.gz 117829 BLAKE2B 
e2f031b5ee206c69a14779d600ac85223959aff432b0fa62cd4e5e84c42f08fd8f9adb98a8e72520ce81630b816264397e7d2acc3fa72af74a702cd992d5e87b
 SHA512 
a295c1988bce1f4e2dad735f5ed69ed3e49cc4be5d9b001908e68945ae965a85a4c683efa44400a5160098607c4ff21d740700b4480960873a051fe45cff29f1
 DIST minio-7.1.14.tar.gz 117073 BLAKE2B 
b2d7d5d0eea342d8d8c533899980ad36278e368f292094a93457aeea940900beabbfc215b7d549b2bceb96acccb53501344fbcc5b69262b8705965e3a26c7a08
 SHA512 
841032aa014454158150e7feb54f0b3d11e7d4fc5d4581322a109abdaa33291e82481f794121fcbdcb98049bfab964e7eb38886dbf3fe0d719813c373e0a94cf

diff --git a/dev-python/minio/minio-7.1.12.ebuild 
b/dev-python/minio/minio-7.1.12.ebuild
deleted file mode 100644
index 6d80681de..0
--- a/dev-python/minio/minio-7.1.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
-
-DESCRIPTION="MinIO Client SDK for Python"
-HOMEPAGE="https://github.com/minio/minio-py;
-SRC_URI="https://github.com/minio/${PN}-py/archive/${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/certifi[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${PN}-py-${PV}"



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

2023-04-10 Thread Julien Roy
commit: ed231c31bcc212b4b44c3e64e11d6d50397202d1
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 00:52:19 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 00:52:19 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed231c31

dev-python/zope-cachedescriptors: add 5.0

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

 dev-python/zope-cachedescriptors/Manifest  |  1 +
 .../zope-cachedescriptors-5.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/zope-cachedescriptors/Manifest 
b/dev-python/zope-cachedescriptors/Manifest
index 675c0a5c6..9c1cbcfff 100644
--- a/dev-python/zope-cachedescriptors/Manifest
+++ b/dev-python/zope-cachedescriptors/Manifest
@@ -1 +1,2 @@
 DIST zope-cachedescriptors-4.4.gh.tar.gz 10194 BLAKE2B 
e5d505beef056610c4980d66bd8e183bd883e730aaf4cbfec0b1648be34ef7cd5547c20de465f173f9b54072014f4aa337337178d11a8c2ab1d8ad997f64d68d
 SHA512 
22ba430ac899131512c4a69933155d06ade8a607a874c9cf733171148f7f9e50d4fde9976ab28aec19f19871a654cb78ba09d8fea0799cf0bb73e5680554
+DIST zope.cachedescriptors-5.0.tar.gz 13250 BLAKE2B 
b6e3f78555327d1676ffc7bfd4102fca701173bca0d0592fd1349343dcab769f7fc8456fd692bc1e7642e25dcf7ce2bd6b1304b084ab74cfd07f2323f9ceaed2
 SHA512 
fc310ba8a732871d578d689c2b98638b4e6de8455eaa2583eba2334ea021052a4bbd81eb57151a2ed6bd06ebdcea3348ebd98d4777e66ae613a078bc13911224

diff --git a/dev-python/zope-cachedescriptors/zope-cachedescriptors-5.0.ebuild 
b/dev-python/zope-cachedescriptors/zope-cachedescriptors-5.0.ebuild
new file mode 100644
index 0..bb7ac9c51
--- /dev/null
+++ b/dev-python/zope-cachedescriptors/zope-cachedescriptors-5.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+PYPI_NO_NORMALIZE=1
+PYPI_PN="${PN/-/\.}"
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python descriptors which cache their output"
+HOMEPAGE="https://github.com/zopefoundation/zope.cachedescriptors;
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+   # strip rdep specific to namespaces
+   sed -i -e "/'setuptools'/d" setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}



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

2023-04-10 Thread Julien Roy
commit: 54de63c6c2dd8a6ebbfa7a55e8a5a5d60f4f1d51
Author: Julien Roy  jroy  ca>
AuthorDate: Tue Apr 11 00:50:16 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Tue Apr 11 00:50:22 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54de63c6

dev-python/zope-testrunner: add 6.0

use pypi.eclass

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

 dev-python/zope-testrunner/Manifest|  1 +
 .../zope-testrunner/zope-testrunner-6.0.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/zope-testrunner/Manifest 
b/dev-python/zope-testrunner/Manifest
index 7b70b06d3..ad7027b8b 100644
--- a/dev-python/zope-testrunner/Manifest
+++ b/dev-python/zope-testrunner/Manifest
@@ -1 +1,2 @@
 DIST zope-testrunner-5.6.gh.tar.gz 134768 BLAKE2B 
2b7a653bc3a35886044b9843f5e5dce4f94da7de79ec6a3be19841943370c48882809460ae40f188ed909d0c57366784cbcf3f6e075bd10f7dec3c98d910d72d
 SHA512 
bce65e5cd64f7ddbe2b1aad359d084e1b7175ce7186b08ab9b24e3cc745c0b118ce69e4f09e86bf27a420823192b60f9d1a21ac02dd66abfbdd5c10986302b61
+DIST zope.testrunner-6.0.tar.gz 149368 BLAKE2B 
6ea443d389ec9b9df92cd2e3808679d292c87e63083572cfde6b9532ef2b81baf47985f24c883fe1ba648dabe4e21e8c8a3b10981b7e4788987b45b5ce880c92
 SHA512 
d6306e6980f4df93c8149695b363450341ff0ea3b3945edce6512fff116d90c6380b5ab9363541fbe7e81bf0424ac24e624f2044a77a7b55cc87ebf50cfd51d8

diff --git a/dev-python/zope-testrunner/zope-testrunner-6.0.ebuild 
b/dev-python/zope-testrunner/zope-testrunner-6.0.ebuild
new file mode 100644
index 0..f96dbfd81
--- /dev/null
+++ b/dev-python/zope-testrunner/zope-testrunner-6.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+PYPI_NO_NORMALIZE=1
+PYPI_PN="${PN/-/\.}"
+inherit distutils-r1 pypi
+
+DESCRIPTION="This package provides a flexible test runner with layer support."
+HOMEPAGE="https://github.com/zopefoundation/zope.testrunner;
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]
+   dev-python/zope-exceptions[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinxcontrib-programoutput[${PYTHON_USEDEP}] )
+   test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs
+distutils_enable_tests unittest
+
+src_prepare() {
+   # strip rdep specific to namespaces
+   sed -i -e "/'setuptools'/d" setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}
+
+python_test() {
+   cd "${BUILD_DIR}/install$(python_get_sitedir)" || die
+   distutils_write_namespace zope
+   eunittest
+}
+
+python_install() {
+   # Do not install unit tests
+   rm -r "${BUILD_DIR}/install$(python_get_sitedir)/zope/testrunner/tests" 
|| die
+   distutils-r1_python_install
+}



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

2023-04-10 Thread Sam James
commit: 564b130fd1bc8a35ac4d673d5211654c49af3fda
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:55:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:57:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564b130f

toolchain.eclass: use upstream default checking for pre/non-released compilers

Note that this only affects actually-non-released compilers like GCC 13
at this point in time and *not* snapshots from the stable branches.

Upstream default to more checking (asserts/runtime integrity checks) when
'gcc/DEV-PHASE' contains 'experimental'. Copy that and defer to the configure.ac
default when it does.

The practical upshot of this is that we go from --enable-checking=release
for GCC 13 to --enable-checking=yes,extra.

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

 eclass/toolchain.eclass | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 6a04366bcc1e..0a5e2e1e50aa 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1069,9 +1069,12 @@ toolchain_src_configure() {
# Use the default ("release") checking because upstream usually neglects
# to test "disabled" so it has a history of breaking. bug #317217
if in_iuse debug ; then
-   # The "release" keyword is new to 4.0. bug #551636
-   local off=$(tc_version_is_at_least 4.0 && echo release || echo 
no)
-   confgcc+=( --enable-checking="${GCC_CHECKS_LIST:-$(usex debug 
yes ${off})}" )
+   # Non-released versions get extra checks, follow configure.ac's 
default to for those.
+   if ! grep -q "experimental" gcc/DEV-PHASE ; then
+   # The "release" keyword is new to 4.0. bug #551636
+   local off=$(tc_version_is_at_least 4.0 && echo release 
|| echo no)
+   confgcc+=( --enable-checking="${GCC_CHECKS_LIST:-$(usex 
debug yes ${off})}" )
+   fi
fi
 
# Branding



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

2023-04-10 Thread Sam James
commit: 041698b1bf9e93308ff879cb444866caf1ac53a7
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:58:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:58:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041698b1

sys-devel/gcc: revbump for toolchain.eclass checking change for 13

See 564b130fd1bc8a35ac4d673d5211654c49af3fda.

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

 sys-devel/gcc/gcc-13.0.1_pre20230409-r1.ebuild | 56 ++
 1 file changed, 56 insertions(+)

diff --git a/sys-devel/gcc/gcc-13.0.1_pre20230409-r1.ebuild 
b/sys-devel/gcc/gcc-13.0.1_pre20230409-r1.ebuild
new file mode 100644
index ..f476227f8198
--- /dev/null
+++ b/sys-devel/gcc/gcc-13.0.1_pre20230409-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="9"
+PATCH_GCC_VER="13.1.0"
+MUSL_VER="1"
+MUSL_GCC_VER="13.1.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=$(($(ver_cut 3) - 9998))
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=master
+
+# Don't keyword live ebuilds
+if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~loong"
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
+fi
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   toolchain_src_prepare
+
+   eapply_user
+}



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

2023-04-10 Thread Sam James
commit: 2ce92769041b2fcd9b67c57f3c92ac742426964a
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:15:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:15:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce92769

app-vim/voom: add github upstream metadata

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

 app-vim/voom/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-vim/voom/metadata.xml b/app-vim/voom/metadata.xml
index 6be55e0ac363..57522e202a89 100644
--- a/app-vim/voom/metadata.xml
+++ b/app-vim/voom/metadata.xml
@@ -5,4 +5,7 @@
v...@gentoo.org
Gentoo Vim Project
 
+
+   vim-voom/VOoM
+
 



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

2023-04-10 Thread Sam James
commit: 55a1ff8c6c5e29e4c9930d1633ad9390fc22ad1c
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:16:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:16:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a1ff8c

dev-ruby/allison: add github upstream metadata

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

 dev-ruby/allison/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/allison/metadata.xml b/dev-ruby/allison/metadata.xml
index 658c72b1920d..d76e100c9878 100644
--- a/dev-ruby/allison/metadata.xml
+++ b/dev-ruby/allison/metadata.xml
@@ -5,4 +5,7 @@
r...@gentoo.org
Gentoo Ruby Project
 
+
+   evan/allison
+
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/pretty-show/

2023-04-10 Thread Sam James
commit: 48d8f34863aa5baa39a95896b566d67bd1febd8f
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:15:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:15:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d8f348

dev-haskell/pretty-show: add github upstream metadata

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

 dev-haskell/pretty-show/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-haskell/pretty-show/metadata.xml 
b/dev-haskell/pretty-show/metadata.xml
index 1754ff68b46d..52d472789714 100644
--- a/dev-haskell/pretty-show/metadata.xml
+++ b/dev-haskell/pretty-show/metadata.xml
@@ -12,4 +12,7 @@
human-readable versions of 'Show' instances, which can be quite 
handy for
debugging Haskell programs.

+   
+   yav/pretty-show
+   
 



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

2023-04-10 Thread Sam James
commit: 144abc8a180242f034d77cede7d5b5fef026f7d7
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:14:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:14:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=144abc8a

app-text/ronn-ng: Stabilize 0.9.1-r3 arm64, #904144

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

 app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild 
b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
index b3292f781502..ce4d63a7bebc 100644
--- a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
+++ b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/apjanke/ronn-ng;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 IUSE=""
 



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

2023-04-10 Thread Sam James
commit: e5dc56e95f30a7755d74deb572bbc5410664
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:14:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:14:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dc56e9

app-text/ronn-ng: Stabilize 0.9.1-r3 ppc64, #904144

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

 app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild 
b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
index cb4a50724a80..d8509a5fb23f 100644
--- a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
+++ b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/apjanke/ronn-ng;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
 
 IUSE=""
 



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

2023-04-10 Thread Sam James
commit: 9f672e1625f04f80325ca6fd34b639c996469685
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:16:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:16:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f672e16

media-sound/id3ted: add github upstream metadata

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

 media-sound/id3ted/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-sound/id3ted/metadata.xml b/media-sound/id3ted/metadata.xml
index 93423219a5bc..d87d575c05e5 100644
--- a/media-sound/id3ted/metadata.xml
+++ b/media-sound/id3ted/metadata.xml
@@ -5,4 +5,7 @@
so...@gentoo.org
Gentoo Sound project

+   
+   xyb3rt/id3ted
+   
 



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

2023-04-10 Thread Sam James
commit: bed2381d3b7ffa85c3b8227469e83cccbbee8d9a
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:14:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:14:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed2381d

app-text/ronn-ng: Stabilize 0.9.1-r3 x86, #904144

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

 app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild 
b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
index d8509a5fb23f..b3292f781502 100644
--- a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
+++ b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/apjanke/ronn-ng;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 IUSE=""
 



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

2023-04-10 Thread Sam James
commit: 8e0a3310c1383a501f2e58847b9bcc73e9f659e8
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:16:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:16:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0a3310

dev-ruby/rubytter: add github upstream metadata

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

 dev-ruby/rubytter/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/rubytter/metadata.xml b/dev-ruby/rubytter/metadata.xml
index e053409e4db0..8ffec225e070 100644
--- a/dev-ruby/rubytter/metadata.xml
+++ b/dev-ruby/rubytter/metadata.xml
@@ -9,4 +9,7 @@
r...@gentoo.org
Gentoo Ruby Project

+   
+   jugyo/rubytter
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/ed25519/

2023-04-10 Thread Sam James
commit: 058c71cc7d7668b1d23c3b1b2367d9170a0841e5
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:14:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:14:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058c71cc

dev-haskell/ed25519: add github upstream metadata

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

 dev-haskell/ed25519/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-haskell/ed25519/metadata.xml b/dev-haskell/ed25519/metadata.xml
index 03e52cbfefbf..61e8ff87d20f 100644
--- a/dev-haskell/ed25519/metadata.xml
+++ b/dev-haskell/ed25519/metadata.xml
@@ -11,4 +11,7 @@
includes support for detached signatures, and thorough 
documentation
on the design and implementation, including usage guidelines.

+   
+   thoughtpolice/hs-ed25519
+   
 



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

2023-04-10 Thread Sam James
commit: 05bc918f877f8322a196c4e80cdd77eedef24fcd
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:15:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:15:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bc918f

dev-ruby/commander: add github upstream metadata

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

 dev-ruby/commander/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/commander/metadata.xml b/dev-ruby/commander/metadata.xml
index 658c72b1920d..ca849c2fa327 100644
--- a/dev-ruby/commander/metadata.xml
+++ b/dev-ruby/commander/metadata.xml
@@ -5,4 +5,7 @@
r...@gentoo.org
Gentoo Ruby Project
 
+
+   commander-rb/commander
+
 



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

2023-04-10 Thread Sam James
commit: eda91cbbe708323bf561b57d852c53ab7900b292
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:14:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:14:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda91cbb

app-text/ronn-ng: Stabilize 0.9.1-r3 arm, #904144

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

 app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild 
b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
index 64b4f5e7af49..c03111bfe2ea 100644
--- a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
+++ b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/apjanke/ronn-ng;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 IUSE=""
 



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

2023-04-10 Thread Sam James
commit: eaa106ad39a1b85d2bb4c56fddefbe476c6e4720
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa106ad

sys-apps/daemonize: update *.github.com HOMEPAGEs

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

 sys-apps/daemonize/daemonize-1.7.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/daemonize/daemonize-1.7.8.ebuild 
b/sys-apps/daemonize/daemonize-1.7.8.ebuild
index 1af06b01514b..e091f30d1d07 100644
--- a/sys-apps/daemonize/daemonize-1.7.8.ebuild
+++ b/sys-apps/daemonize/daemonize-1.7.8.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Runs a command as a Unix daemon"
-HOMEPAGE="https://bmc.github.com/daemonize/;
+HOMEPAGE="http://software.clapper.org/daemonize/;
 SRC_URI="https://github.com/bmc/${PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"



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

2023-04-10 Thread Sam James
commit: ab2b604f3aefc012d34fd8c4b6d0d5ccd2316f9d
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:14:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:14:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2b604f

app-text/ronn-ng: Stabilize 0.9.1-r3 amd64, #904144

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

 app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild 
b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
index c03111bfe2ea..cb4a50724a80 100644
--- a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
+++ b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/apjanke/ronn-ng;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 IUSE=""
 



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

2023-04-10 Thread Sam James
commit: cbf0eee7efe7cb95b23b172055df0dfd1c6a2b2f
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf0eee7

x11-misc/spacefm: update *.github.com HOMEPAGEs

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

 x11-misc/spacefm/spacefm-1.0.6-r1.ebuild | 5 +++--
 x11-misc/spacefm/spacefm-.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild 
b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild
index bf27995498f1..0e63a546df0d 100644
--- a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild
+++ b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,8 @@ EAPI=7
 inherit linux-info optfeature xdg
 
 DESCRIPTION="A multi-panel tabbed file manager"
-HOMEPAGE="https://ignorantguru.github.com/spacefm/;
+HOMEPAGE="https://ignorantguru.github.io/spacefm/;
+
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/IgnorantGuru/${PN}.git;
EGIT_BRANCH="next"

diff --git a/x11-misc/spacefm/spacefm-.ebuild 
b/x11-misc/spacefm/spacefm-.ebuild
index bf27995498f1..0e63a546df0d 100644
--- a/x11-misc/spacefm/spacefm-.ebuild
+++ b/x11-misc/spacefm/spacefm-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,8 @@ EAPI=7
 inherit linux-info optfeature xdg
 
 DESCRIPTION="A multi-panel tabbed file manager"
-HOMEPAGE="https://ignorantguru.github.com/spacefm/;
+HOMEPAGE="https://ignorantguru.github.io/spacefm/;
+
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/IgnorantGuru/${PN}.git;
EGIT_BRANCH="next"



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

2023-04-10 Thread Sam James
commit: c1cf66dea57067192f51db2892bfa8cdb14810a1
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:14:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:14:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cf66de

app-text/ronn-ng: Stabilize 0.9.1-r3 ppc, #904144

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

 app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild 
b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
index 3b13972ef12f..64b4f5e7af49 100644
--- a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
+++ b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/apjanke/ronn-ng;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv sparc ~x86"
 
 IUSE=""
 



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

2023-04-10 Thread Sam James
commit: a0a379e5375c6711528000b3681c7a82b4567dcc
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:14:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a379e5

app-text/ronn-ng: Stabilize 0.9.1-r3 sparc, #904144

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

 app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild 
b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
index 6aa2714d5808..3b13972ef12f 100644
--- a/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
+++ b/app-text/ronn-ng/ronn-ng-0.9.1-r3.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/apjanke/ronn-ng;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv sparc ~x86"
 
 IUSE=""
 



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

2023-04-10 Thread Sam James
commit: 6d627566a6f4d164f280724b4d86b24a623a1035
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d627566

sys-fs/mp3fs: update *.github.com HOMEPAGEs

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

 sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild 
b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild
index 222b8b14873c..11f67b814bad 100644
--- a/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild
+++ b/sys-fs/mp3fs/mp3fs-1.1.1-r4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="Read-only FUSE filesystem which transcodes FLAC audio files to 
MP3 when read"
-HOMEPAGE="https://khenriks.github.com/mp3fs/;
+HOMEPAGE="https://khenriks.github.io/mp3fs/;
 
SRC_URI="https://github.com/khenriks/mp3fs/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-3"



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

2023-04-10 Thread Sam James
commit: ae409f0a895d620429afcdd547f57398abe497df
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae409f0a

sys-apps/syslog-notify: update *.github.com HOMEPAGEs

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

 sys-apps/syslog-notify/syslog-notify-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild 
b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
index c77dd707397c..f036d8900965 100644
--- a/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
+++ b/sys-apps/syslog-notify/syslog-notify-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit readme.gentoo-r1
 
 DESCRIPTION="Notifications for syslog entries via libnotify"
-HOMEPAGE="https://jtniehof.github.com/syslog-notify/;
+HOMEPAGE="https://jtniehof.github.io/syslog-notify/;
 SRC_URI="https://github.com/downloads/jtniehof/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"



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

2023-04-10 Thread Sam James
commit: 2f5c5cdd0b3634cf23695d106a5212d71527ca38
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5c5cdd

dev-ruby/permutation: update *.github.com HOMEPAGEs

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

 dev-ruby/permutation/permutation-0.1.8-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/permutation/permutation-0.1.8-r2.ebuild 
b/dev-ruby/permutation/permutation-0.1.8-r2.ebuild
index 5a634f425a7f..60db0ca21ac7 100644
--- a/dev-ruby/permutation/permutation-0.1.8-r2.ebuild
+++ b/dev-ruby/permutation/permutation-0.1.8-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README"
 inherit multilib ruby-fakegem
 
 DESCRIPTION="Library performing operations with permutations of sequences 
(strings, arrays)"
-HOMEPAGE="https://flori.github.com/permutation;
+HOMEPAGE="https://flori.github.io/permutation/;
 
 LICENSE="|| ( Ruby-BSD BSD-2 )"
 SLOT="0"



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

2023-04-10 Thread Sam James
commit: ff69197a0871b0b6065ce8436c07cd79a589640f
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff69197a

media-sound/id3ted: update *.github.com HOMEPAGEs

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

 media-sound/id3ted/id3ted-1.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/id3ted/id3ted-1.0.ebuild 
b/media-sound/id3ted/id3ted-1.0.ebuild
index d0517031cfc7..bc33e7789072 100644
--- a/media-sound/id3ted/id3ted-1.0.ebuild
+++ b/media-sound/id3ted/id3ted-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="A Command-line ID3 Tag Editor"
-HOMEPAGE="https://muennich.github.com/id3ted/;
-SRC_URI="https://github.com/muennich/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/xyb3rt/id3ted;
+SRC_URI="https://github.com/xyb3rt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



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

2023-04-10 Thread Sam James
commit: 0f212990737dbdcb04a54c6ed8f0b0c4bd3b4ec8
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f212990

media-sound/scmpc: update *.github.com HOMEPAGEs

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

 media-sound/scmpc/scmpc-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/scmpc/scmpc-0.4.1.ebuild 
b/media-sound/scmpc/scmpc-0.4.1.ebuild
index 2b76d4155534..a0695f86c9ee 100644
--- a/media-sound/scmpc/scmpc-0.4.1.ebuild
+++ b/media-sound/scmpc/scmpc-0.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="a client for MPD which submits your tracks to last.fm"
-HOMEPAGE="https://cmende.github.com/scmpc/;
+HOMEPAGE="https://cmende.github.io/scmpc/;
 SRC_URI="https://dev.gentoo.org/~angelos/${P}.tar.bz2;
 
 LICENSE="GPL-2"



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

2023-04-10 Thread Sam James
commit: d45d9bc92688dd7229d90a8c0d57ea2a0e62ea28
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45d9bc9

sys-apps/udevil: update *.github.com HOMEPAGEs

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

 sys-apps/udevil/udevil-0.4.4-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/udevil/udevil-0.4.4-r4.ebuild 
b/sys-apps/udevil/udevil-0.4.4-r4.ebuild
index 88a5cd1e2759..21e96f82869f 100644
--- a/sys-apps/udevil/udevil-0.4.4-r4.ebuild
+++ b/sys-apps/udevil/udevil-0.4.4-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="mount and unmount removable devices without a password"
-HOMEPAGE="https://ignorantguru.github.com/udevil/;
+HOMEPAGE="https://ignorantguru.github.io/udevil/;
 SRC_URI="https://github.com/IgnorantGuru/udevil/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3"



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

2023-04-10 Thread Sam James
commit: 11e970f487beb66b356f06e1fc3b1aa453f7ddf5
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e970f4

dev-ruby/rubytter: update *.github.com HOMEPAGEs

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

 dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild 
b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
index 5722c2276077..797bd33fc507 100644
--- a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
+++ b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild
@@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc examples/*"
 inherit ruby-fakegem
 
 DESCRIPTION="Rubytter is a simple twitter library"
-HOMEPAGE="https://wiki.github.com/jugyo/rubytter;
+HOMEPAGE="https://github.com/jugyo/rubytter;
 
 LICENSE="MIT"
 SLOT="0"



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

2023-04-10 Thread Sam James
commit: 5aa192a648b0a0f104f4288e035906622e1ede25
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aa192a6

dev-ruby/httparty: update *.github.com HOMEPAGEs

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

 dev-ruby/httparty/httparty-0.21.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/httparty/httparty-0.21.0.ebuild 
b/dev-ruby/httparty/httparty-0.21.0.ebuild
index 2abec03edc73..df40dbd3e058 100644
--- a/dev-ruby/httparty/httparty-0.21.0.ebuild
+++ b/dev-ruby/httparty/httparty-0.21.0.ebuild
@@ -15,7 +15,7 @@ RUBY_FAKEGEM_GEMSPEC="httparty.gemspec"
 inherit ruby-fakegem
 
 DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead 
easy"
-HOMEPAGE="https://jnunemaker.github.com/httparty;
+HOMEPAGE="https://www.johnnunemaker.com/httparty/;
 SRC_URI="https://github.com/jnunemaker/httparty/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"



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

2023-04-10 Thread Sam James
commit: 99c06e795e2b01d6959cdc7ac89cf7fa38d17311
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 22:13:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 22:13:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c06e79

dev-vcs/git-lfs: update *.github.com HOMEPAGEs

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

 dev-vcs/git-lfs/git-lfs-3.2.0.ebuild | 2 +-
 dev-vcs/git-lfs/git-lfs-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild 
b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild
index f1b4691ef003..0802eccc6f3d 100644
--- a/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-3.2.0.ebuild
@@ -6,7 +6,7 @@ EGO_PN=github.com/git-lfs/git-lfs
 inherit go-module
 
 DESCRIPTION="Command line extension and specification for managing large files 
with git"
-HOMEPAGE="https://git-lfs.github.com/;
+HOMEPAGE="https://git-lfs.com/;
 
 if [[ "${PV}" = * ]]; then
EGIT_REPO_URI="https://${EGO_PN};

diff --git a/dev-vcs/git-lfs/git-lfs-.ebuild 
b/dev-vcs/git-lfs/git-lfs-.ebuild
index e34b9f1a144e..61d8a8e0e81e 100644
--- a/dev-vcs/git-lfs/git-lfs-.ebuild
+++ b/dev-vcs/git-lfs/git-lfs-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EGO_PN=github.com/git-lfs/git-lfs
 inherit go-module
 
 DESCRIPTION="Command line extension and specification for managing large files 
with git"
-HOMEPAGE="https://git-lfs.github.com/;
+HOMEPAGE="https://git-lfs.com/;
 
 if [[ "${PV}" = * ]]; then
EGIT_REPO_URI="https://${EGO_PN};



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

2023-04-10 Thread Sam James
commit: 67d0ceb295ad4421f2023bdee19226b20662b452
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 21:54:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 21:54:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d0ceb2

net-irc/atheme-services: Stabilize 7.2.12-r4 amd64, #904084

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

 net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild 
b/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild
index 1868e2015273..335443e95737 100644
--- a/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.12-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/atheme/atheme/releases/download/v${PV}/${PN}-v${PV}.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="amd64 ~arm ~arm64"
 IUSE="cracklib largenet ldap nls +pcre perl profile ssl"
 S="${WORKDIR}/${PN}-v${PV}"
 



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

2023-04-10 Thread Sam James
commit: b51c53227882d3f72326f78f509159a8546fccc4
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 21:51:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 21:53:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51c5322

dev-ruby/ffi-compiler: add github upstream metadata

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

 dev-ruby/ffi-compiler/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/ffi-compiler/metadata.xml 
b/dev-ruby/ffi-compiler/metadata.xml
index 7a38fd1850ff..b7f236d02d94 100644
--- a/dev-ruby/ffi-compiler/metadata.xml
+++ b/dev-ruby/ffi-compiler/metadata.xml
@@ -5,4 +5,7 @@
 r...@gentoo.org
 Gentoo Ruby Project
   
+  
+ffi/ffi-compiler
+  
 



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

2023-04-10 Thread Sam James
commit: 21f936bd6cafe970b1f3facab79be379d1f0f21f
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 21:51:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 21:53:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f936bd

dev-ruby/mustache: add github upstream metadata

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

 dev-ruby/mustache/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-ruby/mustache/metadata.xml b/dev-ruby/mustache/metadata.xml
index 658c72b1920d..969ef434f599 100644
--- a/dev-ruby/mustache/metadata.xml
+++ b/dev-ruby/mustache/metadata.xml
@@ -5,4 +5,7 @@
r...@gentoo.org
Gentoo Ruby Project
 
+
+   mustache/mustache
+
 



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

2023-04-10 Thread Sam James
commit: 8e2ee3d1d532801a0d5f1d874e24b63ba62408ad
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 21:50:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 21:53:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2ee3d1

dev-ruby/mustache: update HOMEPAGE

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

 dev-ruby/mustache/mustache-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mustache/mustache-1.1.1-r1.ebuild 
b/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
index d648c8aead49..a20911bb9379 100644
--- a/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
+++ b/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
@@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="README.md"
 inherit multilib ruby-fakegem
 
 DESCRIPTION="Mustache is a framework-agnostic way to render logic-free views"
-HOMEPAGE="https://mustache.github.com/;
+HOMEPAGE="https://mustache.github.io/;
 
 LICENSE="MIT"
 SLOT="0"



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

2023-04-10 Thread Sam James
commit: 6be6fed055d5e5c8af91ff2a86da83fc11d920af
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 10 21:53:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 10 21:53:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be6fed0

sys-apps/coreutils: add 9.2_p20230410 (unkeyworded)

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

 sys-apps/coreutils/Manifest   |   2 +
 sys-apps/coreutils/coreutils-9.2_p20230410.ebuild | 267 ++
 2 files changed, 269 insertions(+)

diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index 2e7cdc716049..a37754a78938 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -5,3 +5,5 @@ DIST coreutils-9.1.tar.xz 5712104 BLAKE2B 
f5654e4935535275615d44a56c071d1c0746af
 DIST coreutils-9.1.tar.xz.sig 833 BLAKE2B 
e9627a066f3c67596feaa8d43d5785076230f440bacea84d8b5736e51a22787c2d5df1f3e2cd8523d01fb7b468933d3c17fce3cb1fbefef322a0e0d820b81842
 SHA512 
9f0766531afd4faa3e2c337730f61db55605cf06729e9c61f644594883732c2e0b1ddb0005b492be309c53e6f45b8ff875398163a48699d52517ea49e9bdbc91
 DIST coreutils-9.2.tar.xz 5773008 BLAKE2B 
026e01718d79dd95bf645088d395584cbd422bb318f414a6ad325aea5deeec7aecb63217c1ce8231e81dd3b6fee1c85c60616c57ef8e2e1d0b9d764fa5a68908
 SHA512 
7e3108fefba4ef995cc73c64ac5f4e09827a44649a97ddd624eb61d67ce82da5ed6dc8c0f79d3e269f5cdb7d43877a61ef5b93194dd905bec432a7e31f9f479c
 DIST coreutils-9.2.tar.xz.sig 833 BLAKE2B 
225f6ea9d6c2a2b0e47093b6c10d648b8d847daf0733eeb779eb01cffde47f67b3328bdfb214298d669689f5de76f3c64384a6471dfc4ccc3a238bfc1943e654
 SHA512 
4219f3103d829841a11bf1fe42ae277a44347e555fbbaf48e5e87cce48deb96753cb6d25f2571b88685a164acb9f016ff7ea02346b799ce954599fa0124ef070
+DIST coreutils-9.2_p20230410.tar.xz 5792328 BLAKE2B 
d7243e763d2771e132cbc584ffd74e27937227bcfdf316ab83f62e7a0a2bc8ff340c5a6570e688fb134453fc27c166588455e5b0c30ed27b6fa2d554ee7b8fcb
 SHA512 
91d079f8f6abdae21969be1d8ca05ec1649aa2bee03243fc0e5834e82044a60d89573440231829b8de3c38e798ab6ddd298dd167f37b76a8ec538b66d89cccae
+DIST coreutils-9.2_p20230410.tar.xz.sig 833 BLAKE2B 
8eba201e29e517f9881e8528f86bc89a6b9866a0c24d47abf326a5f053e8a396e7aae799102ac48d2e65eb5751d2baf75f98cc315b98bd04ca2c6bb69ae7565f
 SHA512 
c918006b4211686a819cbf1e71e58ff0077be4a5a6e82e8a69acc47e877aafc7ef97fa626f307c6102e01b1adaaa6b2290287de7cad14da475feb250a82ade48

diff --git a/sys-apps/coreutils/coreutils-9.2_p20230410.ebuild 
b/sys-apps/coreutils/coreutils-9.2_p20230410.ebuild
new file mode 100644
index ..dd42f736d4d9
--- /dev/null
+++ b/sys-apps/coreutils/coreutils-9.2_p20230410.ebuild
@@ -0,0 +1,267 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Try to keep an eye on Fedora's packaging: 
https://src.fedoraproject.org/rpms/coreutils
+# The upstream coreutils maintianers also maintain the package in Fedora and 
may
+# backport fixes which we want to pick up.
+
+PYTHON_COMPAT=( python3_{9..11} )
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/coreutils.asc
+inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
+
+MY_PATCH="${PN}-9.0_p20220409-patches-01"
+DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, 
who,...)"
+HOMEPAGE="https://www.gnu.org/software/coreutils/;
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://git.savannah.gnu.org/git/coreutils.git;
+   inherit git-r3
+elif [[ ${PV} == *_p* ]] ; then
+   # Note: could put this in devspace, but if it's gone, we don't want
+   # it in tree anyway. It's just for testing.
+   MY_SNAPSHOT="$(ver_cut 1-2).18-ffd62"
+   SRC_URI="https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz 
-> ${P}.tar.xz"
+   SRC_URI+=" verify-sig? ( 
https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz.sig -> 
${P}.tar.xz.sig )"
+   S="${WORKDIR}"/${PN}-${MY_SNAPSHOT}
+else
+   SRC_URI="
+   mirror://gnu/${PN}/${P}.tar.xz
+   verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
+   "
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
+fi
+
+SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="acl caps gmp hostname kill multicall nls +openssl selinux +split-usr 
static test vanilla xattr"
+RESTRICT="!test? ( test )"
+
+LIB_DEPEND="
+   acl? ( sys-apps/acl[static-libs] )
+   caps? ( sys-libs/libcap )
+   gmp? ( dev-libs/gmp:=[static-libs] )
+   openssl? ( dev-libs/openssl:=[static-libs] )
+   xattr? ( sys-apps/attr[static-libs] )
+"
+RDEPEND="
+   !static? ( ${LIB_DEPEND//\[static-libs]} )
+   selinux? ( sys-libs/libselinux )
+   nls? ( virtual/libintl )
+"
+DEPEND="
+   ${RDEPEND}
+   static? ( ${LIB_DEPEND} )
+"
+BDEPEND="
+   app-arch/xz-utils
+   

[gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/, dev-qt/qtwebengine/files/

2023-04-10 Thread Andreas Sturmlechner
commit: 6904ad37f912c366851a0d548b6b83307dfa227b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 10 21:40:32 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 10 21:40:41 2023 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=6904ad37

dev-qt/qtwebengine: Sync with Gentoo ebuild repo

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-qt/qtwebengine/Manifest|   3 +-
 ...qtwebengine-5.15.2-disable-fatal-warnings.patch |  12 --
 .../files/qtwebengine-5.15.2-extra_gn.patch|  12 --
 ...ine-5.15.2_p20210224-chromium-87-v8-icu68.patch | 192 -
 .../qtwebengine-5.15.2_p20210224-disable-git.patch |  15 --
 ...gine-5.15.2_p20211015-pdfium-system-lcms2.patch |  79 -
 .../qtwebengine-5.15.3_p20220329-clang14.patch |  42 -
 .../qtwebengine-5.15.3_p20220406-ffmpeg5.patch | 169 --
 ...webengine-5.15.3_p20220406-gcc12-includes.patch |  32 
 .../qtwebengine-5.15.3_p20220505-extra-gn.patch|  10 --
 dev-qt/qtwebengine/qtwebengine-5.15.9..ebuild  |  26 +--
 11 files changed, 6 insertions(+), 586 deletions(-)

diff --git a/dev-qt/qtwebengine/Manifest b/dev-qt/qtwebengine/Manifest
index d169e66b..5f21aaa9 100644
--- a/dev-qt/qtwebengine/Manifest
+++ b/dev-qt/qtwebengine/Manifest
@@ -1,3 +1,2 @@
 DIST qtwebengine-5.15.2-r1-chromium87-ppc64le.tar.xz 28784 BLAKE2B 
aa101d14446f3282fda8932cc75a249d88b79319f0886d95777292776d94ac5f4fc114c3893b2801fbba6abb14f381172bb14b15b5ffef12413db3a16e4d1ca6
 SHA512 
3324e0076eb18e2ae2248428d2730cfb3413761514b2bb57e25b8db792488098d9f7cebfa08f1a3b39b1d0a382aafed75c5ae8273918909335957921305e
-DIST qtwebengine-5.15.2_p20211019-jumbo-build.patch.bz2 2930 BLAKE2B 
fca1d1406874d04eafb64bb4d8730512a6307ba44fb99d76f428ca1bd4a303758e0c3bd8f92a59f7bcf62e5b767c5a8ed239028bdb74ad7a8b62abf88d38c101
 SHA512 
61cbfbe4ff340b75ea8d356e031e932ac03fe65dd00ff897ca4b0185d1d989490daf75ffeaaabb3e92c870c11c7ff8ad2cd6372f5363b3d774b8ecca6d89
-DIST qtwebengine-5.15.3_p20220406-patchset.tar.xz 35480 BLAKE2B 
ce6aeebbb3255196611130d04ee7a3907ba45d6d2a283f2433e2176cf67e473e74137b180de0a9998762cc54439bb06825815e81e9f95f9413ce2956ac9308b7
 SHA512 
47e29a1429dce2db324929af91c8ef8421c75ae48f5a491db71b434f8017a5b1e7475e9938989e331e8e012220852848565242e09747892e1a8a8d3ab7386840
+DIST qtwebengine-5.15.8_p20230313-patchset.tar.xz 45904 BLAKE2B 
9f58b9808fd445a06e6a2cd6d5f7bc9782bd6de13138fdebc9e81bd9f69e7ae673a71bd3ed6b011a47e84cc64b5b703a7cfc8d5f740eaaa663da1db8ef9ef05b
 SHA512 
21b0b853358260fa1bdc96c97c5b2af7007c744d10abeebf9f0e708a0cd7dece583d86c0554a4e327a0d615bb403b0d328acaa6622b50d7a8059bc0802edbcec

diff --git 
a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch
deleted file mode 100644
index b0f5f3d3..
--- a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-disable-fatal-warnings.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/buildtools/config/common.pri 
b/src/buildtools/config/common.pri
-index cf990c79..910a88ca 100644
 a/src/buildtools/config/common.pri
-+++ b/src/buildtools/config/common.pri
-@@ -26,6 +26,7 @@ gn_args += \
- skia_use_dawn=false \
- toolkit_views=false \
- treat_warnings_as_errors=false \
-+fatal_linker_warnings=false \
- use_allocator_shim=false \
- use_allocator=\"none\" \
- use_custom_libcxx=false \

diff --git a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch 
b/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch
deleted file mode 100644
index 0488122c..
--- a/dev-qt/qtwebengine/files/qtwebengine-5.15.2-extra_gn.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/core/gn_run.pro b/src/core/gn_run.pro
-index 3d6fda80e..3d0bc86fe 100644
 a/src/core/gn_run.pro
-+++ b/src/core/gn_run.pro
-@@ -38,5 +38,6 @@ build_pass|!debug_and_release {
- }
- 
-+gn_args += $$(EXTRA_GN)
- gn_args = $$system_quote($$gn_args)
- gn_src_root = 
$$system_quote($$system_path($$QTWEBENGINE_ROOT/$$getChromiumSrcDir()))
- gn_build_root = $$system_quote($$system_path($$OUT_PWD/$$getConfigDir()))
- gn_python = "--script-executable=$$pythonPathForSystem()"

diff --git 
a/dev-qt/qtwebengine/files/qtwebengine-5.15.2_p20210224-chromium-87-v8-icu68.patch
 
b/dev-qt/qtwebengine/files/qtwebengine-5.15.2_p20210224-chromium-87-v8-icu68.patch
deleted file mode 100644
index a6856975..
--- 
a/dev-qt/qtwebengine/files/qtwebengine-5.15.2_p20210224-chromium-87-v8-icu68.patch
+++ /dev/null
@@ -1,192 +0,0 @@
-From b0a7f5691113534c2cf771f2dd3cece5e93bc7d4 Mon Sep 17 00:00:00 2001
-From: Frank Tang 
-Date: Tue, 03 Nov 2020 23:20:37 -0800
-Subject: [PATCH] Update to ICU68-1
-
-ICU68-1 change the output skeleton format. So we need to change
-resolvedOptions code for 68 migration.
-
-Chromium roll
-https://chromium-review.googlesource.com/c/chromium/src/+/2474093
-
-Bug: 

[gentoo-commits] proj/qt:master commit in: dev-qt/qtmultimedia/files/, dev-qt/qtmultimedia/

2023-04-10 Thread Andreas Sturmlechner
commit: 51bb9b7819c2f252977cbe16fa8c6ef82a919194
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Apr 10 21:37:50 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 10 21:37:50 2023 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=51bb9b78

dev-qt/qtmultimedia: Patch upstreamed

Upstream commit ff4c7bc3bf7ba4b748fdeb9d09887271c2b28505

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/qtmultimedia-5.15.2-no-qtopengl.patch| 14 --
 dev-qt/qtmultimedia/qtmultimedia-5.15.9..ebuild|  2 --
 2 files changed, 16 deletions(-)

diff --git a/dev-qt/qtmultimedia/files/qtmultimedia-5.15.2-no-qtopengl.patch 
b/dev-qt/qtmultimedia/files/qtmultimedia-5.15.2-no-qtopengl.patch
deleted file mode 100644
index 471bfabc..
--- a/dev-qt/qtmultimedia/files/qtmultimedia-5.15.2-no-qtopengl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Widgets were ported away from QtOpenGL in 5.15.0 but bogus dependency
-remained: https://bugreports.qt.io/browse/QTBUG-81902
-
 a/src/multimediawidgets/multimediawidgets.pro
-+++ b/src/multimediawidgets/multimediawidgets.pro
-@@ -2,8 +2,6 @@
- TARGET = QtMultimediaWidgets
- QT = core gui multimedia widgets-private
- QT_PRIVATE += multimedia-private
--qtHaveModule(opengl): \
--   QT_PRIVATE += opengl
- 
- PRIVATE_HEADERS += \
- qvideowidget_p.h \

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.15.9..ebuild 
b/dev-qt/qtmultimedia/qtmultimedia-5.15.9..ebuild
index 531227bb..54a09964 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.15.9..ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.15.9..ebuild
@@ -40,8 +40,6 @@ DEPEND="${RDEPEND}
gstreamer? ( x11-base/xorg-proto )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-5.15.2-no-qtopengl.patch" )
-
 src_prepare() {
sed -i -e '/CONFIG\s*+=/ s/optimize_full//' \
src/multimedia/multimedia.pro || die



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

2023-04-10 Thread Patrick McLean
commit: cfdd2a265a037bb70fd06f6e5e87456e429abc02
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Apr 10 21:15:53 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Apr 10 21:15:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdd2a26

app-misc/yq: add 3.2.1

Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/yq/Manifest|  1 +
 app-misc/yq/yq-3.2.1.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/app-misc/yq/Manifest b/app-misc/yq/Manifest
index d6ba60e56cec..cac2fb398b93 100644
--- a/app-misc/yq/Manifest
+++ b/app-misc/yq/Manifest
@@ -1,2 +1,3 @@
 DIST yq-3.1.0.tar.gz 29627 BLAKE2B 
9ebeec400462788613b256a29c9706f4d6a06ced8a86b72ce6128cea6bdf258a62ff18b643cea00d5170f68af798d28af324b3908fc3fdea83329bc5feaa5539
 SHA512 
bb55a9fde5c072d2341faacd76c54d7374fcc70789ddae4d06e36fd48d7ebd6462c8bff13042c39c3fedf191d70752fa2f94af3c69f52f754bca83c3f1f89004
 DIST yq-3.1.1.tar.gz 30095 BLAKE2B 
0f8ed3d23e1c1b65fae0164f34b19ab774308ee8ec9b5c21547c5eddf930c49750cdbee858b6b48bcd92d4146715f7e4c45dd976141dc5837c788e4ae68a51bc
 SHA512 
f6d372fd406179121849330391ab5657e9bac3b6fb4d33673872d4649337fd60344fe01c534d1382cc35416919cd19b62287350d1f0f825f198fb9cc9bc58c1f
+DIST yq-3.2.1.tar.gz 30333 BLAKE2B 
ead106995dcd03bc729aabd07c20dff37cf42053378f9d73c20739cb1092161df73852d69f397431c4a382d40735c751aff9676d66ab9edbc5480a5c6807
 SHA512 
5b696434c9b6520873f4b956370fe598e3ac8df544d8b4ebc0d7fa935d344e58d9b838f2133b02c9e35a8afc5193c309d36b4cd8dc7792aef17918b9704b58e0

diff --git a/app-misc/yq/yq-3.2.1.ebuild b/app-misc/yq/yq-3.2.1.ebuild
new file mode 100644
index ..01b7d551cff6
--- /dev/null
+++ b/app-misc/yq/yq-3.2.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit pypi distutils-r1
+
+DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
+HOMEPAGE="
+   https://yq.readthedocs.io/
+   https://github.com/kislyuk/yq/
+   https://pypi.org/project/yq/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-misc/jq
+   dev-python/argcomplete[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   >=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/wheel[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/yq-2.13.0-tests.patch"
+)
+
+python_prepare_all() {
+   sed -e 's:unittest.main():unittest.main(verbosity=2):' \
+   -i test/test.py || die
+
+   sed -r -e 's:[[:space:]]*"coverage",:: ; s:[[:space:]]*"flake8",::' \
+   -i setup.py || die
+
+   sed -e '/license_file/ d' -i setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   "${EPYTHON}" test/test.py 

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

2023-04-10 Thread Patrick McLean
commit: 305ec2d7fd3d2da60cc239fcf221b5a731862455
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Apr 10 21:16:13 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Apr 10 21:16:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305ec2d7

app-misc/yq: drop 3.1.0-r1

Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/yq/Manifest   |  1 -
 app-misc/yq/yq-3.1.0-r1.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/app-misc/yq/Manifest b/app-misc/yq/Manifest
index cac2fb398b93..eb00780860ba 100644
--- a/app-misc/yq/Manifest
+++ b/app-misc/yq/Manifest
@@ -1,3 +1,2 @@
-DIST yq-3.1.0.tar.gz 29627 BLAKE2B 
9ebeec400462788613b256a29c9706f4d6a06ced8a86b72ce6128cea6bdf258a62ff18b643cea00d5170f68af798d28af324b3908fc3fdea83329bc5feaa5539
 SHA512 
bb55a9fde5c072d2341faacd76c54d7374fcc70789ddae4d06e36fd48d7ebd6462c8bff13042c39c3fedf191d70752fa2f94af3c69f52f754bca83c3f1f89004
 DIST yq-3.1.1.tar.gz 30095 BLAKE2B 
0f8ed3d23e1c1b65fae0164f34b19ab774308ee8ec9b5c21547c5eddf930c49750cdbee858b6b48bcd92d4146715f7e4c45dd976141dc5837c788e4ae68a51bc
 SHA512 
f6d372fd406179121849330391ab5657e9bac3b6fb4d33673872d4649337fd60344fe01c534d1382cc35416919cd19b62287350d1f0f825f198fb9cc9bc58c1f
 DIST yq-3.2.1.tar.gz 30333 BLAKE2B 
ead106995dcd03bc729aabd07c20dff37cf42053378f9d73c20739cb1092161df73852d69f397431c4a382d40735c751aff9676d66ab9edbc5480a5c6807
 SHA512 
5b696434c9b6520873f4b956370fe598e3ac8df544d8b4ebc0d7fa935d344e58d9b838f2133b02c9e35a8afc5193c309d36b4cd8dc7792aef17918b9704b58e0

diff --git a/app-misc/yq/yq-3.1.0-r1.ebuild b/app-misc/yq/yq-3.1.0-r1.ebuild
deleted file mode 100644
index d40930f5ff57..
--- a/app-misc/yq/yq-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line YAML processor - jq wrapper for YAML documents"
-HOMEPAGE="
-   https://yq.readthedocs.io/
-   https://github.com/kislyuk/yq/
-   https://pypi.org/project/yq/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-misc/jq
-   dev-python/argcomplete[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
-   dev-python/xmltodict[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.{8..10})
-"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   dev-python/wheel[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/yq-2.13.0-tests.patch"
-   "${FILESDIR}/${P}-tomli.patch"
-)
-
-python_prepare_all() {
-   sed -e 's:unittest.main():unittest.main(verbosity=2):' \
-   -i test/test.py || die
-
-   sed -r -e 's:[[:space:]]*"coverage",:: ; s:[[:space:]]*"flake8",::' \
-   -i setup.py || die
-
-   sed -e '/license_file/ d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   "${EPYTHON}" test/test.py 

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

2023-04-10 Thread Patrick McLean
commit: 1339da24d994a24803b52bdc8e2aaf2d5cc851b0
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Apr 10 21:13:16 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Apr 10 21:13:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1339da24

dev-util/cargo-tarpaulin: add 0.25.2

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/cargo-tarpaulin/Manifest  |  18 ++
 .../cargo-tarpaulin/cargo-tarpaulin-0.25.2.ebuild  | 204 +
 2 files changed, 222 insertions(+)

diff --git a/dev-util/cargo-tarpaulin/Manifest 
b/dev-util/cargo-tarpaulin/Manifest
index 629db94bd969..510667f8b494 100644
--- a/dev-util/cargo-tarpaulin/Manifest
+++ b/dev-util/cargo-tarpaulin/Manifest
@@ -12,10 +12,12 @@ DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f3
 DIST camino-1.1.1.crate 30737 BLAKE2B 
f2403e2f3c4c66f14c298faf582d5ce4f3071be62ecd9ebd4b2d684f0e8d9964e6da14326cd89011c4ec26ede18b26b46f36d04324eb67cda0ebeacf4a18f726
 SHA512 
4709463c158e248a17b3aa1a1d065d397f88f66871a1fcd7389acf2729acb7e6457d60682c7eda3e2654878e428baa8eba48118e2f26650fff641b4a0f84ce48
 DIST cargo-platform-0.1.2.crate 11645 BLAKE2B 
7770acb90e299f71c60bbadceaf894a3100916b7f7458f9c949b683b39157d3e1ec17d850f16dfb04017b01d7734d41872d48cf9f4e1ea7414439cd7031c2330
 SHA512 
c716bf3a4e0942160dbf7be114d1621e1fccc23511e7b0a2b99852b99a851910bfcf8640c2d0d0a03d5a324e1a59fb5d4264ca81bca24e3f1a1ca653bdf2956f
 DIST cargo-tarpaulin-0.25.1.gh.tar.gz 205749 BLAKE2B 
1127334e9a81f4655b58dd7d77b90e7a39f7646528c1cd0cccac08edb5c8a87d6b0d02e8c4c8bd79e7b402d9fb998da3e9f6d80100615a66dc3f85e7712438d0
 SHA512 
c21dc4c05d4b0f6ce2aa81d83b4d8716d0eeeb1336d7d9debef246fa26dcf4f402e327a9997eec0c451a2b89f941e1d19f41a4c58a960c3e0f211eb74cb1a670
+DIST cargo-tarpaulin-0.25.2.gh.tar.gz 206060 BLAKE2B 
e520c9093d10e99c3cd94211a28de0b18e8b15c81c69841a565626bd3941e017f60c663890044871bcfbac44fa552f900a72fc29d1205c2f486947b73ae77cb7
 SHA512 
3b3f9a658d68672fa4e6fac28484c88073512b63b2c5cacdec5b2d443d16eb35ac1da2ed0df4f6acf9518bfff69a44b15a59ed1229d9899877767c0223831786
 DIST cargo_metadata-0.15.3.crate 19738 BLAKE2B 
fee5834f3eb741704c2322d9035943b1e841c8043c18686ee0748b90facad535c715bb882b61dfadf9e027556927051fe816de15c5f4f11e89c8927ddf717583
 SHA512 
60c0e601c73f11a02da6a168ea80e7cfaa27b895ef6f869ecf5932126364cc23bb480457601edcc7d0bf8c8635e71c0d1dbdfe37ab3e95ddec41f797bbfbac7e
 DIST cc-1.0.73.crate 57880 BLAKE2B 
be8d7a25a54afdd759844e76aec61526fc2bd5ca09480e6cdd3bdcf27e5f9d3a88dc16cbcbf54cd021470a7cc521e1ad468116c112bbd30752bac0d5486939ac
 SHA512 
980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST chrono-0.4.23.crate 187259 BLAKE2B 
b4a7cfb8d1921d396c9e2bf350e6c61d04480a78c170d153e525ff581e8298936583744b6c59769774fdb8ad433269d01ad792f967da96e6c19d33460de937f9
 SHA512 
697a78ee83eaf38d83011bdf2086b3149b830d3d270e8414828b98ed2426063df43ac6eb4324f2dd694662afb86e6e4f005dee6116dfdd97adaebedefffd43fa
+DIST chrono-0.4.24.crate 191330 BLAKE2B 
492a5f1a458db9d6eaf244ac6ee750fee5b4e2586b7c675f87f2515143080774f13f9c163bcfc84b08ec70b90c7fab2ffa438f9b2b8b4ec1e691fbf9a104ad50
 SHA512 
1a9121870aa4d76448a1b118a2e135a145a55c7784c4f5a4f25732f8597b8655f32cbce174bdd65c2dc7b17dcc3a608454d0e3dc29b86338e42a839f8be1e4fd
 DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
 DIST core-foundation-sys-0.8.3.crate 17519 BLAKE2B 
4ac3d9ab16753dd995abe82f158d460d0d22184ab55d260e73b20305cffe4e03427dabfe0c8be968b6c3ecd348be2e17154ded7c9bbd5a95334ff266fe83bbf7
 SHA512 
a3ba3184cef65dafe8318c4db7e59eb2749dcde7b2370ad20272b0735ded0032daf2de3fd0cf55eb48448a335f5b81e8e745f2a647f9a43bb85946ce714bfd82
 DIST coveralls-api-0.5.0.crate 11234 BLAKE2B 
32b28705d9bda06f7f9684017fa48c63a8753327cddc6c7c6233cae5308db72f6505feb2dffdd72f2fc4df3d1981c0e2da903eb05e79abf0a650429339068b2b
 SHA512 
2bc66c6565cfbc83cd1de6e66d7b93cf7d87b632149dac8507f7f91b29e7df25ba871f5ea5af201e21632fbe757a248c98ef76e908300dad9f1c7d08c1d88aee
@@ -32,6 +34,7 @@ DIST fnv-1.0.7.crate 11266 BLAKE2B 
81da85889c91b6567e0f555e37dd915f1bd919719d1ca
 DIST form_urlencoded-1.0.1.crate 8773 BLAKE2B 
e2d2224dbd85d053343aea29ef1bd540fb8be12fd600289e9c048e3b74bfb009d0770f8296556309ef756086f22feec4713dfed1006e1101075c8897be5471cc
 SHA512 

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

2023-04-10 Thread Patrick McLean
commit: 4486f999b4c37c62e9cca2b3d790164426addd1b
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Apr 10 21:13:30 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Apr 10 21:13:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4486f999

dev-util/cargo-tarpaulin: drop 0.25.1

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/cargo-tarpaulin/Manifest  |  17 --
 .../cargo-tarpaulin/cargo-tarpaulin-0.25.1.ebuild  | 203 -
 2 files changed, 220 deletions(-)

diff --git a/dev-util/cargo-tarpaulin/Manifest 
b/dev-util/cargo-tarpaulin/Manifest
index 510667f8b494..4015c0970794 100644
--- a/dev-util/cargo-tarpaulin/Manifest
+++ b/dev-util/cargo-tarpaulin/Manifest
@@ -11,12 +11,10 @@ DIST bumpalo-3.12.0.crate 81604 BLAKE2B 
2370094f0c23a3e9b75c8e523e54637189543d9d
 DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
 DIST camino-1.1.1.crate 30737 BLAKE2B 
f2403e2f3c4c66f14c298faf582d5ce4f3071be62ecd9ebd4b2d684f0e8d9964e6da14326cd89011c4ec26ede18b26b46f36d04324eb67cda0ebeacf4a18f726
 SHA512 
4709463c158e248a17b3aa1a1d065d397f88f66871a1fcd7389acf2729acb7e6457d60682c7eda3e2654878e428baa8eba48118e2f26650fff641b4a0f84ce48
 DIST cargo-platform-0.1.2.crate 11645 BLAKE2B 
7770acb90e299f71c60bbadceaf894a3100916b7f7458f9c949b683b39157d3e1ec17d850f16dfb04017b01d7734d41872d48cf9f4e1ea7414439cd7031c2330
 SHA512 
c716bf3a4e0942160dbf7be114d1621e1fccc23511e7b0a2b99852b99a851910bfcf8640c2d0d0a03d5a324e1a59fb5d4264ca81bca24e3f1a1ca653bdf2956f
-DIST cargo-tarpaulin-0.25.1.gh.tar.gz 205749 BLAKE2B 
1127334e9a81f4655b58dd7d77b90e7a39f7646528c1cd0cccac08edb5c8a87d6b0d02e8c4c8bd79e7b402d9fb998da3e9f6d80100615a66dc3f85e7712438d0
 SHA512 
c21dc4c05d4b0f6ce2aa81d83b4d8716d0eeeb1336d7d9debef246fa26dcf4f402e327a9997eec0c451a2b89f941e1d19f41a4c58a960c3e0f211eb74cb1a670
 DIST cargo-tarpaulin-0.25.2.gh.tar.gz 206060 BLAKE2B 
e520c9093d10e99c3cd94211a28de0b18e8b15c81c69841a565626bd3941e017f60c663890044871bcfbac44fa552f900a72fc29d1205c2f486947b73ae77cb7
 SHA512 
3b3f9a658d68672fa4e6fac28484c88073512b63b2c5cacdec5b2d443d16eb35ac1da2ed0df4f6acf9518bfff69a44b15a59ed1229d9899877767c0223831786
 DIST cargo_metadata-0.15.3.crate 19738 BLAKE2B 
fee5834f3eb741704c2322d9035943b1e841c8043c18686ee0748b90facad535c715bb882b61dfadf9e027556927051fe816de15c5f4f11e89c8927ddf717583
 SHA512 
60c0e601c73f11a02da6a168ea80e7cfaa27b895ef6f869ecf5932126364cc23bb480457601edcc7d0bf8c8635e71c0d1dbdfe37ab3e95ddec41f797bbfbac7e
 DIST cc-1.0.73.crate 57880 BLAKE2B 
be8d7a25a54afdd759844e76aec61526fc2bd5ca09480e6cdd3bdcf27e5f9d3a88dc16cbcbf54cd021470a7cc521e1ad468116c112bbd30752bac0d5486939ac
 SHA512 
980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
-DIST chrono-0.4.23.crate 187259 BLAKE2B 
b4a7cfb8d1921d396c9e2bf350e6c61d04480a78c170d153e525ff581e8298936583744b6c59769774fdb8ad433269d01ad792f967da96e6c19d33460de937f9
 SHA512 
697a78ee83eaf38d83011bdf2086b3149b830d3d270e8414828b98ed2426063df43ac6eb4324f2dd694662afb86e6e4f005dee6116dfdd97adaebedefffd43fa
 DIST chrono-0.4.24.crate 191330 BLAKE2B 
492a5f1a458db9d6eaf244ac6ee750fee5b4e2586b7c675f87f2515143080774f13f9c163bcfc84b08ec70b90c7fab2ffa438f9b2b8b4ec1e691fbf9a104ad50
 SHA512 
1a9121870aa4d76448a1b118a2e135a145a55c7784c4f5a4f25732f8597b8655f32cbce174bdd65c2dc7b17dcc3a608454d0e3dc29b86338e42a839f8be1e4fd
 DIST clap-2.34.0.crate 202210 BLAKE2B 
f383adf1d757ac4b68995132b33837686ce451f85a02a8d05d2c746da398510d05d46330f3efade063c3952aacb1754cdac73dd0afcae0df5340a89f9353aa1c
 SHA512 
c648a761b9996a7e7464a538bb53621bae22090b846a42c3b729beca3363958ae67e3da9f93f58b10a10e043cadf7ff930388680d168646178c2824177832db8
 DIST core-foundation-sys-0.8.3.crate 17519 BLAKE2B 
4ac3d9ab16753dd995abe82f158d460d0d22184ab55d260e73b20305cffe4e03427dabfe0c8be968b6c3ecd348be2e17154ded7c9bbd5a95334ff266fe83bbf7
 SHA512 
a3ba3184cef65dafe8318c4db7e59eb2749dcde7b2370ad20272b0735ded0032daf2de3fd0cf55eb48448a335f5b81e8e745f2a647f9a43bb85946ce714bfd82
@@ -33,7 +31,6 @@ DIST flate2-1.0.24.crate 70191 BLAKE2B 
f5ff04557dd0a57151b4c704cce60622157be4c84
 DIST fnv-1.0.7.crate 11266 BLAKE2B 
81da85889c91b6567e0f555e37dd915f1bd919719d1ca10c31a6861d7aec29a49ae9c1e8bc500791bf9d6b8dbb318c096d04872c5872a4b1f7d45fbd8e12842d
 SHA512 

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

2023-04-10 Thread Patrick McLean
commit: 48c28640bfd00375ee5d0d683a0f978472894e40
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Apr 10 21:07:58 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Apr 10 21:07:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c28640

dev-util/cargo-tarpaulin: drop 0.25.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/cargo-tarpaulin/Manifest  |   8 -
 .../cargo-tarpaulin/cargo-tarpaulin-0.25.0.ebuild  | 203 -
 2 files changed, 211 deletions(-)

diff --git a/dev-util/cargo-tarpaulin/Manifest 
b/dev-util/cargo-tarpaulin/Manifest
index 580360d58add..629db94bd969 100644
--- a/dev-util/cargo-tarpaulin/Manifest
+++ b/dev-util/cargo-tarpaulin/Manifest
@@ -11,9 +11,7 @@ DIST bumpalo-3.12.0.crate 81604 BLAKE2B 
2370094f0c23a3e9b75c8e523e54637189543d9d
 DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
 DIST camino-1.1.1.crate 30737 BLAKE2B 
f2403e2f3c4c66f14c298faf582d5ce4f3071be62ecd9ebd4b2d684f0e8d9964e6da14326cd89011c4ec26ede18b26b46f36d04324eb67cda0ebeacf4a18f726
 SHA512 
4709463c158e248a17b3aa1a1d065d397f88f66871a1fcd7389acf2729acb7e6457d60682c7eda3e2654878e428baa8eba48118e2f26650fff641b4a0f84ce48
 DIST cargo-platform-0.1.2.crate 11645 BLAKE2B 
7770acb90e299f71c60bbadceaf894a3100916b7f7458f9c949b683b39157d3e1ec17d850f16dfb04017b01d7734d41872d48cf9f4e1ea7414439cd7031c2330
 SHA512 
c716bf3a4e0942160dbf7be114d1621e1fccc23511e7b0a2b99852b99a851910bfcf8640c2d0d0a03d5a324e1a59fb5d4264ca81bca24e3f1a1ca653bdf2956f
-DIST cargo-tarpaulin-0.25.0.gh.tar.gz 204488 BLAKE2B 
e24b191ecc4068ed4f2ec7870fad04d62432bdc34c3058f43c4bf7d6dff468d86b9890f12555b6d00c5d765d2564ed0971bd37f975d77949a3819e32501a578e
 SHA512 
0454183b134185ab8b9fd7e3c04e9c503a76c25ca8cb64caf4740830433ff84bf065ec095b9776c532c8b336af10b1599f1886d903ee1e2491205cb46ddf2296
 DIST cargo-tarpaulin-0.25.1.gh.tar.gz 205749 BLAKE2B 
1127334e9a81f4655b58dd7d77b90e7a39f7646528c1cd0cccac08edb5c8a87d6b0d02e8c4c8bd79e7b402d9fb998da3e9f6d80100615a66dc3f85e7712438d0
 SHA512 
c21dc4c05d4b0f6ce2aa81d83b4d8716d0eeeb1336d7d9debef246fa26dcf4f402e327a9997eec0c451a2b89f941e1d19f41a4c58a960c3e0f211eb74cb1a670
-DIST cargo_metadata-0.15.2.crate 18528 BLAKE2B 
cb80318d0cf7316fa57badcaa0502737232b28bc9efd17a71ef1afa8e1b61a597d7f36d6ecfb41a2859360ed7ed7c7ffa86b9184400c4646d3196fb895cf3e94
 SHA512 
f663676ac3e2182d67d1047164eddd24d1006f61f378003abb1d5f53f9dfee672202d33a530cac1bb749955edd142ca78169dc3412d78c8fe98d6121c4303fd3
 DIST cargo_metadata-0.15.3.crate 19738 BLAKE2B 
fee5834f3eb741704c2322d9035943b1e841c8043c18686ee0748b90facad535c715bb882b61dfadf9e027556927051fe816de15c5f4f11e89c8927ddf717583
 SHA512 
60c0e601c73f11a02da6a168ea80e7cfaa27b895ef6f869ecf5932126364cc23bb480457601edcc7d0bf8c8635e71c0d1dbdfe37ab3e95ddec41f797bbfbac7e
 DIST cc-1.0.73.crate 57880 BLAKE2B 
be8d7a25a54afdd759844e76aec61526fc2bd5ca09480e6cdd3bdcf27e5f9d3a88dc16cbcbf54cd021470a7cc521e1ad468116c112bbd30752bac0d5486939ac
 SHA512 
980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
@@ -32,7 +30,6 @@ DIST fastrand-1.8.0.crate 11369 BLAKE2B 
93e911ffcec559e30b2fefa44c4d74d1ffa9b8ef
 DIST flate2-1.0.24.crate 70191 BLAKE2B 
f5ff04557dd0a57151b4c704cce60622157be4c847fb0a42eeb5a9d531ba28d34b41632bc1b34d2f935ab576f152479f72877dc4e6b296edf125becc6e6d52b2
 SHA512 
8faf97c28dcc4553f4880295677b1269b4acbc6518d006913d32d7e319990c6631e10f1baf7199b96e03f6de95b9e2de04502522bb1eb45bc301a0fbb0bfc0c5
 DIST fnv-1.0.7.crate 11266 BLAKE2B 
81da85889c91b6567e0f555e37dd915f1bd919719d1ca10c31a6861d7aec29a49ae9c1e8bc500791bf9d6b8dbb318c096d04872c5872a4b1f7d45fbd8e12842d
 SHA512 
2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334
 DIST form_urlencoded-1.0.1.crate 8773 BLAKE2B 
e2d2224dbd85d053343aea29ef1bd540fb8be12fd600289e9c048e3b74bfb009d0770f8296556309ef756086f22feec4713dfed1006e1101075c8897be5471cc
 SHA512 
3ab371c223561a27ffbd35cf648ef4a9145d47bba9d71900a7c54cfc2f089175e9361f6352331a9a7fa018923b15e7a3553c8f9ff9fae80e1626e641a5faff68
-DIST gimli-0.27.1.crate 721022 BLAKE2B 
65e69592d922379ea3d1e2ee9310a9af12d1c56bc256a668561d084deb925e60e7ff4f9bc6fa58879a8588d97a035de247a579e29bc26e30fbce1a2013604e08
 SHA512 

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

2023-04-10 Thread Patrick McLean
commit: eb099949fe3733999f1762cf88cdd66a4febe941
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Apr 10 21:07:19 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Apr 10 21:07:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb099949

dev-util/cargo-tarpaulin: drop 0.24.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-util/cargo-tarpaulin/Manifest  |   2 -
 .../cargo-tarpaulin/cargo-tarpaulin-0.24.0.ebuild  | 201 -
 2 files changed, 203 deletions(-)

diff --git a/dev-util/cargo-tarpaulin/Manifest 
b/dev-util/cargo-tarpaulin/Manifest
index aecb76d3796f..580360d58add 100644
--- a/dev-util/cargo-tarpaulin/Manifest
+++ b/dev-util/cargo-tarpaulin/Manifest
@@ -11,7 +11,6 @@ DIST bumpalo-3.12.0.crate 81604 BLAKE2B 
2370094f0c23a3e9b75c8e523e54637189543d9d
 DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f38567ddb788549ee31cae2719a8bc0b7d1f1705abb3cff033aa57af004987d90748f5a31765273b3223a011c0d
 SHA512 
8c8000eb8ecf40351c9ce36a3a8acd7a02f81786d1b11aab85adfeffa0f2267ed74df29b2ca5d1d38128484d1d3cad2b673aa0d0441dcd0620dfd3934bb888fa
 DIST camino-1.1.1.crate 30737 BLAKE2B 
f2403e2f3c4c66f14c298faf582d5ce4f3071be62ecd9ebd4b2d684f0e8d9964e6da14326cd89011c4ec26ede18b26b46f36d04324eb67cda0ebeacf4a18f726
 SHA512 
4709463c158e248a17b3aa1a1d065d397f88f66871a1fcd7389acf2729acb7e6457d60682c7eda3e2654878e428baa8eba48118e2f26650fff641b4a0f84ce48
 DIST cargo-platform-0.1.2.crate 11645 BLAKE2B 
7770acb90e299f71c60bbadceaf894a3100916b7f7458f9c949b683b39157d3e1ec17d850f16dfb04017b01d7734d41872d48cf9f4e1ea7414439cd7031c2330
 SHA512 
c716bf3a4e0942160dbf7be114d1621e1fccc23511e7b0a2b99852b99a851910bfcf8640c2d0d0a03d5a324e1a59fb5d4264ca81bca24e3f1a1ca653bdf2956f
-DIST cargo-tarpaulin-0.24.0.gh.tar.gz 201826 BLAKE2B 
501441f8faf35b4e74ec1bfbed330cffbd3faad2e096d64927d6cebb57d3c39bc81318f4fbbb9e5009a915b77b3173d7a91c1b71adefbcf0fe8010493cd69e9b
 SHA512 
4d96ca39889ea3794db491c7baefdc83d5820fdc6cddc8ae5ea2652194adf5300f9b86cf0e55e8468f2e258984f1be448f77469a8d246ffc68cf2a0917d7c7d7
 DIST cargo-tarpaulin-0.25.0.gh.tar.gz 204488 BLAKE2B 
e24b191ecc4068ed4f2ec7870fad04d62432bdc34c3058f43c4bf7d6dff468d86b9890f12555b6d00c5d765d2564ed0971bd37f975d77949a3819e32501a578e
 SHA512 
0454183b134185ab8b9fd7e3c04e9c503a76c25ca8cb64caf4740830433ff84bf065ec095b9776c532c8b336af10b1599f1886d903ee1e2491205cb46ddf2296
 DIST cargo-tarpaulin-0.25.1.gh.tar.gz 205749 BLAKE2B 
1127334e9a81f4655b58dd7d77b90e7a39f7646528c1cd0cccac08edb5c8a87d6b0d02e8c4c8bd79e7b402d9fb998da3e9f6d80100615a66dc3f85e7712438d0
 SHA512 
c21dc4c05d4b0f6ce2aa81d83b4d8716d0eeeb1336d7d9debef246fa26dcf4f402e327a9997eec0c451a2b89f941e1d19f41a4c58a960c3e0f211eb74cb1a670
 DIST cargo_metadata-0.15.2.crate 18528 BLAKE2B 
cb80318d0cf7316fa57badcaa0502737232b28bc9efd17a71ef1afa8e1b61a597d7f36d6ecfb41a2859360ed7ed7c7ffa86b9184400c4646d3196fb895cf3e94
 SHA512 
f663676ac3e2182d67d1047164eddd24d1006f61f378003abb1d5f53f9dfee672202d33a530cac1bb749955edd142ca78169dc3412d78c8fe98d6121c4303fd3
@@ -66,7 +65,6 @@ DIST matchers-0.0.1.crate 5039 BLAKE2B 
29fe248dc3e85b1c7ca5553f5b49dc2a904cbbcc4
 DIST matches-0.1.9.crate 2246 BLAKE2B 
de155202636c6a03ed68cdb21e8ef96e19b45be040a82943d2d7e5192c0ab5c253ab6d65f0b30b2689e21da79cba684af5be6e63c48266681aceba356f6eea41
 SHA512 
6a2809687d30ff04ea97bf9d1610d746e097699a4c3625ffd1b7b1e4a9673ece9d559058c9f760b99d6ab509024f7b338e7cfa6fe767499c983efa98bfb98305
 DIST md5-0.7.0.crate 6671 BLAKE2B 
a1c8132cb4d7497ab3f4550e6fffdea6b118ad99a31128c068ea3243b5f76c4b059042da376a0be32fb74e866571348a581c2ca727d6acf855d823ce15f593b5
 SHA512 
569c992eafe25986a1328666a428b2335ecc5cb7a5ba142c34d7abb1247f6768c0bb3dce790121686d4ebf1b4a1832d65315136552163dfba5f799f99551544a
 DIST memchr-2.5.0.crate 65812 BLAKE2B 
57966413a1f933dcb2d2d4ccb29c247070f65a83299b2a9f5aa83f5a48a5c5f1c4c7c632fa63bd19f9508e9291e7258db2f16e2813a56fd84e0856f70f1e67ab
 SHA512 
444a163b484c233e78c0e2e4d51f01ce2da93d7d29f516a95e4b0866b20bdfd3f34137653abed53eb70387991ee3e2b5937d8d4360a85bbcb50a93005a75defa
-DIST memmap-0.7.0.crate 15214 BLAKE2B 
44a5bde9b85b2c378fd4c6ebfaa322ef8d0076472d6c7322f7aa95b8aba3514fd5212b4429eb369d30d0327377e36c626de474ea5e1f764bd4fae595680a04f8
 SHA512 
3a7c7f963111c2afeaa0381aaa6a57f0f57600392693ee1807d54771bc058ea0f86ac6e8afbe858e45f9f17b685430bf256dba1126b8074ace3aafc07bc14bfa
 DIST minimal-lexical-0.2.1.crate 94841 BLAKE2B 
e6b8919b80d938d0b98d60d4f5f29ce43d77ebfcf8b18bde08909141915c6ef4f0d07a543538d4f3ba8527a9f55926d4a8e83473248469d087e80b274d701d61
 SHA512 
385fab51884bdcc7b0f2728a219ab164d0dc8efe42160b918f2c09f79ecf853fb12bda006d11e649f097bae1499dcd41ddf2a8784ee7d178cf2c28059e46078c
 DIST miniz_oxide-0.5.3.crate 53452 BLAKE2B 
ae99baa01c493b5eb779595be0d77a064c4624397676d3a023cc2a54941b0b3e7c80492ac47c8a28d78ec36e2f04aebe5af79f0e714380061c5e0139b9dfd9fb
 SHA512 

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

2023-04-10 Thread Patrick McLean
commit: 349c28a062fa1dcf161487bdcc74ef8eabdc977f
Author: Patrick McLean  gentoo  org>
AuthorDate: Mon Apr 10 21:05:29 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Apr 10 21:05:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349c28a0

dev-python/libtmux: drop 0.15.10, 0.18.3, 0.19.1, 0.20.0

Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/libtmux/Manifest   |  4 ---
 dev-python/libtmux/libtmux-0.15.10.ebuild | 56 ---
 dev-python/libtmux/libtmux-0.18.3.ebuild  | 56 ---
 dev-python/libtmux/libtmux-0.19.1.ebuild  | 56 ---
 dev-python/libtmux/libtmux-0.20.0.ebuild  | 56 ---
 5 files changed, 228 deletions(-)

diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest
index 0ff464843d34..882aca04e0b3 100644
--- a/dev-python/libtmux/Manifest
+++ b/dev-python/libtmux/Manifest
@@ -1,5 +1 @@
-DIST libtmux-0.15.10.gh.tar.gz 240378 BLAKE2B 
81841a25b01bb26d2c612a14cd4518c48b12162d4aafa280fe0d6de269d149bddaffe72f4ce2c735e41b00cd2bfec19773d7cd3b9fd927c892f11f0cdf8e8a88
 SHA512 
8ee870c94bd3e3a9fffc19854f978d4faad747ea395e53c3576adc9cc2dcdd3cbdedeeb589a2dc11b0ac836931ffbdcea06a4a850b2ead163235dda2334defb5
-DIST libtmux-0.18.3.gh.tar.gz 261540 BLAKE2B 
be98707101d7481b6787694795eb05dbe1070a0eed0b7408af1714be01f4870c51223559d1edc3a3fb7b60e02496a413e92c0734031223bca9d521604cb6e65e
 SHA512 
67173c4f2f45f1236e7a1a5ce0895c53bfd6316aa7017382f97b87f84cbc6a23a6ef0f2574a276b7b064da9e4982804fb2004d31ddb1237f97ca835fafdf9ccb
-DIST libtmux-0.19.1.gh.tar.gz 262280 BLAKE2B 
9d1a2c74b49011e66df6ed2012096b0df6c6731e258078f8ce2b4fef38d21513488b195e3fdb722478ae5f829ba77bd09c152569d73cab83bfa6e4a360346b39
 SHA512 
b9f3b29de7c8ca86e8495843aa04e2dedfaea749bd57095a9d7a2f638111de7474500c3dbd892f0c580c613c796fece8da47d6c099b8b78056fbd242451eb129
-DIST libtmux-0.20.0.gh.tar.gz 266849 BLAKE2B 
51840c4cf5aecb077c7c5205a33e6a620b68aed3f61bf52f4c376b257896c907a0e9117c35f70493464d4a3e136e9bd81e0d2ed6cd8a9f4a7c80276dc1461568
 SHA512 
1e8b49898aeb622aca6160c9ed99c7714d75f716baae5109e278baf5b70d0211d3ac4ed89c3755823b203add1fe4198ceb9e16ad03941eed2cbd2407fd46f0d2
 DIST libtmux-0.21.0.gh.tar.gz 267484 BLAKE2B 
36d7af1bd90ff5a9639587d79f49643eec1e218d3b1839f5febdd9b6b402886e577b15c920cf458ecb14b4e6d532955b6d71ecf932060e6f8ba32193d6bb0162
 SHA512 
27000581396d79665e34b67a9e59bf639ca0fbd855ada9648750750e41e732cdcde15a05c6548993f08a8637783ddb478de24b75d5c18a198541c36b4b08b9cc

diff --git a/dev-python/libtmux/libtmux-0.15.10.ebuild 
b/dev-python/libtmux/libtmux-0.15.10.ebuild
deleted file mode 100644
index c3ba25a16ac9..
--- a/dev-python/libtmux/libtmux-0.15.10.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python API for tmux"
-HOMEPAGE="
-   https://libtmux.git-pull.com/
-   https://github.com/tmux-python/libtmux/
-   https://pypi.org/project/libtmux/
-"
-SRC_URI="
-   https://github.com/tmux-python/libtmux/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-
-RDEPEND="
-   >=app-misc/tmux-3.0a
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/twine[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   libtmux/pane.py::libtmux.pane.Pane.send_keys
-)
-
-python_prepare_all() {
-   local issues="https://github.com/tmux-python/libtmux/issues/;
-   sed -r -i "s|:issue:\`([[:digit:]]+)\`|\`issue \1 ${issues}\1\`|" 
CHANGES || die
-   rm requirements/doc.txt || die
-
-   # increase timeouts for tests
-   sed -e 's/0.01/0.1/' -i tests/test_test.py || die
-
-   sed -e '/addopts/s:--doctest-docutils-modules::' \
-   -e '/README\.md/d' \
-   -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/libtmux/libtmux-0.18.3.ebuild 
b/dev-python/libtmux/libtmux-0.18.3.ebuild
deleted file mode 100644
index 499498389f30..
--- a/dev-python/libtmux/libtmux-0.18.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python API for tmux"
-HOMEPAGE="
-   https://libtmux.git-pull.com/
-   https://github.com/tmux-python/libtmux/
-   https://pypi.org/project/libtmux/
-"
-SRC_URI="
-   https://github.com/tmux-python/libtmux/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz

  1   2   3   4   5   >