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

2023-12-18 Thread Joonas Niilola
commit: e991c1e390d4c23452977fef011489b40a0538b1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Dec 19 07:58:40 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Dec 19 07:58:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e991c1e3

dev-libs/nss: add 3.96.1

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

 dev-libs/nss/Manifest  |   1 +
 dev-libs/nss/nss-3.96.1.ebuild | 418 +
 2 files changed, 419 insertions(+)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index b0a4a44694f7..dc6f8fdab446 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -3,5 +3,6 @@ DIST nss-3.91-fixed-certs.tar.xz 11300 BLAKE2B 
85f191b85c7caf1ee24f92a2ff76f7660
 DIST nss-3.91.tar.gz 72267945 BLAKE2B 
7dcd680311a5503007c0bb738ec24b50e40841470592c2d8dd542b3bdf085a6e4816f1fab4cb6b86220ff3e39a828f57a0a9172e3d1c2c82537eab6558a50226
 SHA512 
65258a4ea0b8c06ec49dd411eabe860ad5d7c3873beb27f8f43e10ef6be020b1522112df9deaeed27f23fd72f13cc7554e9c1854cd97e4716de419f722aff020
 DIST nss-3.92.tar.gz 72133646 BLAKE2B 
251daae56ccf8b8f4fd0b4287fea2049b6e72d1fc57fe02fb3d4f0b8a083aaf00046844145721a1e7620ecfbdbbb93206591e47386c12662765c09cf99db42bc
 SHA512 
dc317ec909433c9026f108b466bc436110b3c77edc3f73aef3d6dc6782f584c205053a368e4a134715bfdf63d2c1ae2185fc23238e5c2dca8f88ec185b1fec2a
 DIST nss-3.95.tar.gz 76571130 BLAKE2B 
9d40b09c0c58901781abfad609dd45f44c2f4d1ce9d4f1592748cb64a9eb29b1ac84be54ebb19fa528d8b9fd08911f769a80f72d9e6dbb22e82e5b3581a30af1
 SHA512 
54567c063fc72bf1a29898bc8cc405e54aa086269021d864b10a3640e6b4ae0d632834db87766257fdb43740d9bc71e362d69cfe6924f5c72a6e1a99a91f8c3a
+DIST nss-3.96.1.tar.gz 76715092 BLAKE2B 
2a9ea65dd89cba82ea10a57887b10109369af81d4c2911c54cfd081a661498ad7f56ad419092539caaa16341045edcc50f5a3c74d87d66094dacbc91226a9d1c
 SHA512 
fe8baefa767b711a108aafdb496a45d15d2296c3bdd0b1e4389c49197d1cf5365872ee41c23b6823285803887c74538d13347af87d64750551e9cbc87a9cb338
 DIST nss-3.96.tar.gz 76724862 BLAKE2B 
307c4ebcd6124a0006a24c8e2e9e884788f44c83645fd8cdd49cfa49497ed5c4f83d2d4f22ce5dd3b5256fffd6aec572b289af5e84f8131f1f23be3ea4264245
 SHA512 
96fdc1f09882c15678515f46f2daf966862fbf7525b92241297f26b95475de21e95128ffd63a0f9f9063e6c99e4abf435da8e93a19327885bfb0ad384ef15227
 DIST nss-cacert-class1-class3-r2.patch 21925 BLAKE2B 
7627ff9a09f084c19d72d0490676865e3cab3ca7c920ae1ce4bea2db664f37fd0aa84fcda919809a516891ab2a62e2e7a43a9d6ada4c231adfe4c216525fac7d
 SHA512 
1ce6ff9ab310aaca9005eafb461338b291df8523cc7044e096cd75774ce746c26eed19ec6bb2643c6c67f94650f2f309463492d80a90568f38ce2557f8ada2f4

diff --git a/dev-libs/nss/nss-3.96.1.ebuild b/dev-libs/nss/nss-3.96.1.ebuild
new file mode 100644
index ..68af01795644
--- /dev/null
+++ b/dev-libs/nss/nss-3.96.1.ebuild
@@ -0,0 +1,418 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs multilib-minimal
+
+NSPR_VER="4.35"
+RTM_NAME="NSS_${PV//./_}_RTM"
+
+DESCRIPTION="Mozilla's Network Security Services library that implements PKI 
support"
+HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
+   cacert? ( 
https://dev.gentoo.org/~whissi/dist/ca-certificates/nss-cacert-class1-class3-r2.patch
 )"
+
+LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="cacert test +utils cpu_flags_ppc_altivec cpu_flags_x86_avx2 
cpu_flags_x86_sse3 cpu_flags_ppc_vsx"
+RESTRICT="!test? ( test )"
+# pkg-config called by nss-config -> virtual/pkgconfig in RDEPEND
+RDEPEND="
+   >=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
+   >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
+   virtual/pkgconfig
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-lang/perl"
+
+S="${WORKDIR}/${P}/${PN}"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/nss-config
+)
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.53-gentoo-fixups.patch"
+   "${FILESDIR}/${PN}-3.21-gentoo-fixup-warnings.patch"
+   "${FILESDIR}"/nss-3.87-use-clang-as-bgo892686.patch
+)
+
+src_prepare() {
+   default
+
+   if use cacert ; then
+   eapply -p2 "${DISTDIR}"/nss-cacert-class1-class3-r2.patch
+   fi
+
+   pushd coreconf >/dev/null || die
+   # hack nspr paths
+   echo 'INCLUDES += -I$(DIST)/include/dbm' \
+   >> headers.mk || die "failed to append include"
+
+   # modify install path
+   sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = 
$(CORE_DEPTH)/dist:' \
+   -i source.mk || die
+
+   # Respect LDFLAGS
+   sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk
+
+   # Workaround make-4.4's change to sub-make, 

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

2023-12-18 Thread Joonas Niilola
commit: 43dfb9b608739c9ff9e427b1595747c09a5d39ba
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Dec 19 07:58:56 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Dec 19 07:58:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dfb9b6

dev-libs/nss: drop 3.96

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

 dev-libs/nss/Manifest|   1 -
 dev-libs/nss/nss-3.96.ebuild | 418 ---
 2 files changed, 419 deletions(-)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index dc6f8fdab446..f61f7a2d512d 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -4,5 +4,4 @@ DIST nss-3.91.tar.gz 72267945 BLAKE2B 
7dcd680311a5503007c0bb738ec24b50e408414705
 DIST nss-3.92.tar.gz 72133646 BLAKE2B 
251daae56ccf8b8f4fd0b4287fea2049b6e72d1fc57fe02fb3d4f0b8a083aaf00046844145721a1e7620ecfbdbbb93206591e47386c12662765c09cf99db42bc
 SHA512 
dc317ec909433c9026f108b466bc436110b3c77edc3f73aef3d6dc6782f584c205053a368e4a134715bfdf63d2c1ae2185fc23238e5c2dca8f88ec185b1fec2a
 DIST nss-3.95.tar.gz 76571130 BLAKE2B 
9d40b09c0c58901781abfad609dd45f44c2f4d1ce9d4f1592748cb64a9eb29b1ac84be54ebb19fa528d8b9fd08911f769a80f72d9e6dbb22e82e5b3581a30af1
 SHA512 
54567c063fc72bf1a29898bc8cc405e54aa086269021d864b10a3640e6b4ae0d632834db87766257fdb43740d9bc71e362d69cfe6924f5c72a6e1a99a91f8c3a
 DIST nss-3.96.1.tar.gz 76715092 BLAKE2B 
2a9ea65dd89cba82ea10a57887b10109369af81d4c2911c54cfd081a661498ad7f56ad419092539caaa16341045edcc50f5a3c74d87d66094dacbc91226a9d1c
 SHA512 
fe8baefa767b711a108aafdb496a45d15d2296c3bdd0b1e4389c49197d1cf5365872ee41c23b6823285803887c74538d13347af87d64750551e9cbc87a9cb338
-DIST nss-3.96.tar.gz 76724862 BLAKE2B 
307c4ebcd6124a0006a24c8e2e9e884788f44c83645fd8cdd49cfa49497ed5c4f83d2d4f22ce5dd3b5256fffd6aec572b289af5e84f8131f1f23be3ea4264245
 SHA512 
96fdc1f09882c15678515f46f2daf966862fbf7525b92241297f26b95475de21e95128ffd63a0f9f9063e6c99e4abf435da8e93a19327885bfb0ad384ef15227
 DIST nss-cacert-class1-class3-r2.patch 21925 BLAKE2B 
7627ff9a09f084c19d72d0490676865e3cab3ca7c920ae1ce4bea2db664f37fd0aa84fcda919809a516891ab2a62e2e7a43a9d6ada4c231adfe4c216525fac7d
 SHA512 
1ce6ff9ab310aaca9005eafb461338b291df8523cc7044e096cd75774ce746c26eed19ec6bb2643c6c67f94650f2f309463492d80a90568f38ce2557f8ada2f4

diff --git a/dev-libs/nss/nss-3.96.ebuild b/dev-libs/nss/nss-3.96.ebuild
deleted file mode 100644
index 68af01795644..
--- a/dev-libs/nss/nss-3.96.ebuild
+++ /dev/null
@@ -1,418 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs multilib-minimal
-
-NSPR_VER="4.35"
-RTM_NAME="NSS_${PV//./_}_RTM"
-
-DESCRIPTION="Mozilla's Network Security Services library that implements PKI 
support"
-HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
-SRC_URI="https://archive.mozilla.org/pub/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
-   cacert? ( 
https://dev.gentoo.org/~whissi/dist/ca-certificates/nss-cacert-class1-class3-r2.patch
 )"
-
-LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="cacert test +utils cpu_flags_ppc_altivec cpu_flags_x86_avx2 
cpu_flags_x86_sse3 cpu_flags_ppc_vsx"
-RESTRICT="!test? ( test )"
-# pkg-config called by nss-config -> virtual/pkgconfig in RDEPEND
-RDEPEND="
-   >=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
-   >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
-   >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
-   virtual/pkgconfig
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-lang/perl"
-
-S="${WORKDIR}/${P}/${PN}"
-
-MULTILIB_CHOST_TOOLS=(
-   /usr/bin/nss-config
-)
-
-PATCHES=(
-   "${FILESDIR}/${PN}-3.53-gentoo-fixups.patch"
-   "${FILESDIR}/${PN}-3.21-gentoo-fixup-warnings.patch"
-   "${FILESDIR}"/nss-3.87-use-clang-as-bgo892686.patch
-)
-
-src_prepare() {
-   default
-
-   if use cacert ; then
-   eapply -p2 "${DISTDIR}"/nss-cacert-class1-class3-r2.patch
-   fi
-
-   pushd coreconf >/dev/null || die
-   # hack nspr paths
-   echo 'INCLUDES += -I$(DIST)/include/dbm' \
-   >> headers.mk || die "failed to append include"
-
-   # modify install path
-   sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = 
$(CORE_DEPTH)/dist:' \
-   -i source.mk || die
-
-   # Respect LDFLAGS
-   sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk
-
-   # Workaround make-4.4's change to sub-make, bmo#1800237, bgo#882069
-   sed -i -e "s/^CPU_TAG = _.*/CPU_TAG = _$(nssarch)/" Linux.mk || die
-
-   popd >/dev/null || die
-
-   # Fix pkgconfig file for Prefix
-   sed -i -e "/^PREFIX =/s:= /usr:= ${EPREFIX}/usr:" \
-   config/Makefile || die
-
-   # use host shlibsign if need 

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

2023-12-18 Thread Joonas Niilola
commit: 3f51ae58af3cbbf56a5277212c08cbacea28b06d
Author: Alfred Persson Forsberg  catcream  org>
AuthorDate: Mon Dec 18 22:57:43 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Dec 19 07:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f51ae58

sys-fs/genfstab: add sys-devel/m4 to BDEPEND

Closes: https://bugs.gentoo.org/920260
Signed-off-by: Alfred Persson Forsberg  catcream.org>
Closes: https://github.com/gentoo/gentoo/pull/34352
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-fs/genfstab/genfstab-28-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-fs/genfstab/genfstab-28-r1.ebuild 
b/sys-fs/genfstab/genfstab-28-r1.ebuild
index 87ef78ce27de..953fcfbe2b43 100644
--- a/sys-fs/genfstab/genfstab-28-r1.ebuild
+++ b/sys-fs/genfstab/genfstab-28-r1.ebuild
@@ -20,6 +20,7 @@ RESTRICT="!test? ( test )"
 BDEPEND="
app-alternatives/awk
app-text/asciidoc
+   sys-devel/m4
 "
 
 src_test() {



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

2023-12-18 Thread Joonas Niilola
commit: 0833e2f6e1dbbb3a62f743a758bd435fba57d251
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Dec 19 07:02:28 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Dec 19 07:03:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0833e2f6

www-client/firefox-bin: add 121.0

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

 www-client/firefox-bin/Manifest |  98 +++
 www-client/firefox-bin/firefox-bin-121.0.ebuild | 366 
 2 files changed, 464 insertions(+)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 5be14ac6b581..0c49978fa5d5 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -190,7 +190,105 @@ DIST firefox-120.0.1-vi.xpi 619252 BLAKE2B 
bdf2ca8b33b846e942b4104be1ccfd1fb4bd8
 DIST firefox-120.0.1-xh.xpi 407992 BLAKE2B 
ca6ac272af2d296049de80582735af153d38906053ac33fed1e5a819fb4eb5e7ded221d72af3bbe64e89006b53dfc7e04b4f3825881e2157ae31cdc9fb21cd17
 SHA512 
9d5624adb0dad2baea3ade5457e2bb0a64835d4fb9e200684e8f21e09f9864b59d01b3cdcb00d2b3efb3e870075997afb8deafce9ebd948007a46564aad7
 DIST firefox-120.0.1-zh-CN.xpi 618140 BLAKE2B 
23d9f7190a69680970f11d4c92a1f062df0ccb653422d7f3cfcef171b8b402dad860b0c29ef2e41e5e359c7209917fa10669f7a0d7b17e61a22ac1e0a09a
 SHA512 
5ee3e3b0596fb0e454d155badf1773ca1c9c49f0e88e04a167b129e025cce71496786a28efbde6766b75e0fb94146d0e41a84bf609dee2ff10fd7f16c1621a63
 DIST firefox-120.0.1-zh-TW.xpi 620076 BLAKE2B 
33c4b252d0e5694c024e4ce78970e426b532a4a696a74b82b403fc7a4e2e978d86da6f152a53e217db495c1f648c20087c182a26e6c0a41f18b9468d72adbe86
 SHA512 
206dbcf999107c84affc13114f2c3aae031a015a4b7073e2aa224a725384c6c140ba6c79fd6f35bcc6d1fe3f6fa8d312180222998dd2fa65a4a742726f715b6e
+DIST firefox-121.0-ach.xpi 453124 BLAKE2B 
cc3791c81b3b81787a175a54b844c691dcf1f548e29857fdcf1c7648e157854396a2785706054407d7a60711fd7f6d1cc013a3319eabddf5d3c1535072fae4cb
 SHA512 
cd8da017e82a3bf156682582ee24c88acbe2afbf703679701bab5e0d62a85ee2737f553b261dc84ffdda02c524c551198dcd20cbb08753eb5199d7905f28b551
+DIST firefox-121.0-af.xpi 408805 BLAKE2B 
73b01dd15c35e6cded2e69e8dcb236419e8362166470d1fe791606d60d2eeec26d365171fe595e4940fae194c6ea33374933b2f2dfe642fc0b4f69ea48bc4f46
 SHA512 
5464c8c6437d8792767c2b0d6481a0d9be4c9802779b3d974ed937bf7b49647fa27f3f3fdfd87c81cc9551268c6a148ff463641f0d9658e3b8e13d081c0b301c
+DIST firefox-121.0-an.xpi 493822 BLAKE2B 
68f6eaae58bfa68e502dcd31535bae214197d33dc1a803b69a9db74a213f1ec0a8cf5726c54754366cbb8dc77dfcf5f44f4103c308849579c18751772227b43c
 SHA512 
8cf93f08931731030f5b18da2db58cb278f46cfaea71773f34c7a6d20479961ae4ac1b5cde0430fb76dde78e99132160f680d8d9ce25a958b1ad5e4871b8672b
+DIST firefox-121.0-ar.xpi 586652 BLAKE2B 
529d6429a24173eae8714745dbe84792f89cf8589c68fb44531d9b4a0e081834dd2e509c3a49e1630086b50a30997b938189fb4a73a4d51fe4c6971c656ba7ee
 SHA512 
831fa1597ef4ce28303c5bc59dacda23c255322b24d1c295281d9db4cca523d61c99cf2e257e65e9c7abb11a4c41729a7b3ba15d3612e7c4001692c4efaeb35c
+DIST firefox-121.0-ast.xpi 485956 BLAKE2B 
373d3a77e87d469f57146c7e3022809206b004f552860cc58ba12e72bbd114cc1291024f119d1d599fd0d78143064a9a9f89c657e7e82614dc9db76044ca2ce5
 SHA512 
f538374cc86b5b3a0a2434ccf6065954d8ede5738559a15edf9ea7d9e8be6099e4b801afefc727f33ee01567dd5696c276cd76ebb07ec15153ba75888710b9c5
+DIST firefox-121.0-az.xpi 479367 BLAKE2B 
e126e69e95ec6cf562ff58861caf4e571072c94f6d081548720eb897e1db7c88bf83f57cb77d8040c540e32765bdb95466d310776064b527046385f21a4d2649
 SHA512 
71628ad4aa2d2662fdb1531f3c9d381203b14d73642e3c5ccd6f9b17ea43b2f94ba12405253d9c2e824aa801c8657dd7b364d4e8bbf5a43ed66c1e09665d027b
+DIST firefox-121.0-be.xpi 682691 BLAKE2B 
d9f455171ac3fed5f985484335f16221bda578d6b24d49efe95a40e45f7618ecbb1c5b15972aa4aed0905a806096fb1e9e62fdf1cea0c95b237b013e97463002
 SHA512 
6b22580379353941683b7133dab1245dc931a0300c3deee9e3cdb8ce09e1c4b1c2bcb00e99aa56e6c1fd0c11a5ed348a9a44a8fcfd7dce383902a4466043a6e2
+DIST firefox-121.0-bg.xpi 580208 BLAKE2B 
737aa5056f01e7b9f05a735fd80ff317d2a9875fb15327bd8a1077a029c140c3bcc450ed375ac0523ab1f41bdb9dbb62c27961b162a19a036737145c1246f10d
 SHA512 
0f6cc878faa913961377dbd92d7452ed397f9aad864d1e0dee3400e1fc48344cdadf7253ba613ca13b2a8e3dc9f1cd5c71bce8a80d7b718ce2df84b0cffdd0ee
+DIST firefox-121.0-bn.xpi 569381 BLAKE2B 
7ca981ade8961f69e6f80a2f0ae8143bcd9b9167a7c3aaf5149799f3649904aae26504499d7c151f6b1df8868127d132e868fd8deb803b6c8c79bb2a3925f149
 SHA512 
6b09ede773440c4191d1b21d8ac021a1553cfda835560c48fe51af482e30c9356a074695384bc4bba4224c04f3f4d5c84b1ddb753aa139ebeab4f32f02788308
+DIST firefox-121.0-br.xpi 557309 BLAKE2B 
7dfd72f11f7a3408d4eb326faded812c19ed0ab3e579c53485dee433d203c946c49097e1b143a1932d35d44c5e17ef465142613c4ff28997953f84d7aac089df
 SHA512 
8ac997b5ec513c2fe7beac3bb30201d5a1b7ac92813291738865199cb2c7b52739e28aaefcae4455d88be16743426b8426455ce78a807f97f4630f5f42810cf4
+DIST firefox-121.0-bs.xpi 459237 BLAKE2B 

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

2023-12-18 Thread Viorel Munteanu
commit: a71b640773b0b60591bafcf8524848548fab5278
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Dec 19 06:28:42 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Dec 19 06:35:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a71b6407

app-misc/fastfetch: drop 1.12.2

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

 app-misc/fastfetch/Manifest|   1 -
 app-misc/fastfetch/fastfetch-1.12.2.ebuild | 102 -
 2 files changed, 103 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index d16e3fef4ee1..93c10e1259e5 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
-DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.2.3.tar.gz 901203 BLAKE2B 
d6d097b72ce2f252e42b3e59cbd26b43a4f17ae974382f986270fbf91b457cf3c49e78a3c775e713d9302d536fb5a363e809005b9174d1a27622e6b6ed666709
 SHA512 
81e051b7555d56415c723606c0b6dfc3ad7ed91fb2c7b36c07465f4dfbdb91da5c8d216e46df36863888448de0a7bd63e28c6aa701995bf1165e0d7c33c4f724
 DIST fastfetch-2.3.4.tar.gz 909105 BLAKE2B 
132f88681f9133cdeae8126c4dabf4e8805865fe506a005f938bcda487750a874ab59deebdf2fc348c2a469cf4771fe5916f594a5a408769c1e49fba417ab113
 SHA512 
fe1e6465380e513e4e75092bc737b23adca4c9dd42de8adb888bad1ce173f1fa9c93e9cbd7b2ca648058503b7cfb72c2ba1d70abf63b8f1497e94ce6eb349524
 DIST fastfetch-2.4.0.tar.gz 913193 BLAKE2B 
88df9a8cb641596855cbd539d0be7f9270cd234dc060612ee6c52f5d47b2deb0d95608bdc496c81ac5e0e74c0c403f373fdcf7c17303eebab1f3b32ee0a41270
 SHA512 
00130ad3825cff039dc9ab3efd9f3431b36357e0ae144148872ab761f8b07a8d95c2413450d000b0181e9424d490ad55e6af928d1b7b2efdc7d5842ead8ab028

diff --git a/app-misc/fastfetch/fastfetch-1.12.2.ebuild 
b/app-misc/fastfetch/fastfetch-1.12.2.ebuild
deleted file mode 100644
index 314070c56831..
--- a/app-misc/fastfetch/fastfetch-1.12.2.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Fast system information tool"
-HOMEPAGE="https://github.com/fastfetch-cli/fastfetch;
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/fastfetch-cli/fastfetch.git;
-   [[ ${PV} == *0.1. ]] && EGIT_BRANCH=master
-   [[ ${PV} == *0.2. ]] && EGIT_BRANCH=dev
-   [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
-else
-   
SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~ppc64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="X chafa dbus gnome imagemagick networkmanager opencl opengl osmesa pci 
pulseaudio sqlite vulkan wayland xcb xfce xrandr"
-
-# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
-RDEPEND="
-   sys-libs/zlib
-   X? ( x11-libs/libX11 )
-   chafa? ( media-gfx/chafa )
-   dbus? ( sys-apps/dbus )
-   gnome? (
-   dev-libs/glib
-   gnome-base/dconf
-   )
-   imagemagick? ( media-gfx/imagemagick:= )
-   networkmanager? ( net-misc/networkmanager )
-   opencl? ( virtual/opencl )
-   opengl? ( media-libs/libglvnd[X] )
-   osmesa? ( media-libs/mesa[osmesa] )
-   pci? ( sys-apps/pciutils )
-   pulseaudio? ( media-libs/libpulse )
-   sqlite? ( dev-db/sqlite:3 )
-   vulkan? ( media-libs/vulkan-loader )
-   wayland? ( dev-libs/wayland )
-   xcb? ( x11-libs/libxcb )
-   xfce? ( xfce-base/xfconf )
-   xrandr? ( x11-libs/libXrandr )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-REQUIRED_USE="
-   xrandr? ( X )
-   chafa? ( imagemagick )
-"
-
-src_configure() {
-   local fastfetch_enable_imagemagick7=no
-   local fastfetch_enable_imagemagick6=no
-   if use imagemagick; then
-   fastfetch_enable_imagemagick7=$(has_version 
'>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
-   fastfetch_enable_imagemagick6=$(has_version 
'

[gentoo-commits] repo/gentoo:master commit in: app-misc/fastfetch/files/, app-misc/fastfetch/

2023-12-18 Thread Viorel Munteanu
commit: 7c9ecbd8e61ffc70646581bb512fa2b596931aa4
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Dec 19 06:33:11 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Dec 19 06:35:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c9ecbd8

app-misc/fastfetch: sync live ebuilds

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

 app-misc/fastfetch/fastfetch-0.1..ebuild   | 23 ++--
 app-misc/fastfetch/fastfetch-0.2..ebuild   | 20 ++
 .../files/fastfetch-2.0.0-dont-fetch-yyjson.patch  | 31 --
 3 files changed, 30 insertions(+), 44 deletions(-)

diff --git a/app-misc/fastfetch/fastfetch-0.1..ebuild 
b/app-misc/fastfetch/fastfetch-0.1..ebuild
index 950efaa60c13..4af72e9b74c7 100644
--- a/app-misc/fastfetch/fastfetch-0.1..ebuild
+++ b/app-misc/fastfetch/fastfetch-0.1..ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake flag-o-matic
 
-DESCRIPTION="Fast system information tool"
+DESCRIPTION="Fast neofetch-like system information tool"
 HOMEPAGE="https://github.com/fastfetch-cli/fastfetch;
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -15,21 +15,24 @@ if [[ ${PV} == * ]]; then
[[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
 else

SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl 
osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr"
+IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl 
osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
+RESTRICT="!test? ( test )"
 
 # note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
+# make sure to crank yyjson minimum version to match bundled version
 RDEPEND="
-   dev-libs/yyjson
+   >=dev-libs/yyjson-0.8.0:=
sys-libs/zlib
X? ( x11-libs/libX11 )
chafa? ( media-gfx/chafa )
dbus? ( sys-apps/dbus )
ddcutil? ( app-misc/ddcutil:= )
+   drm? ( x11-libs/libdrm )
gnome? (
dev-libs/glib
gnome-base/dconf
@@ -42,7 +45,10 @@ RDEPEND="
pci? ( sys-apps/pciutils )
pulseaudio? ( media-libs/libpulse )
sqlite? ( dev-db/sqlite:3 )
-   vulkan? ( media-libs/vulkan-loader )
+   vulkan? (
+   media-libs/vulkan-loader
+   sys-apps/pciutils
+   )
wayland? ( dev-libs/wayland )
xcb? ( x11-libs/libxcb )
xfce? ( xfce-base/xfconf )
@@ -56,8 +62,6 @@ REQUIRED_USE="
chafa? ( imagemagick )
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-2.0.0-dont-fetch-yyjson.patch )
-
 src_configure() {
local fastfetch_enable_imagemagick7=no
local fastfetch_enable_imagemagick6=no
@@ -69,11 +73,13 @@ src_configure() {
local mycmakeargs=(
-DENABLE_RPM=no
-DENABLE_ZLIB=yes
+   -DENABLE_SYSTEM_YYJSON=yes
 
-DENABLE_CHAFA=$(usex chafa)
-DENABLE_DBUS=$(usex dbus)
-   -DENABLE_DDCUTIL=$(usex ddcutil)
-DENABLE_DCONF=$(usex gnome)
+   -DENABLE_DDCUTIL=$(usex ddcutil)
+   -DENABLE_DRM=$(usex drm)
-DENABLE_EGL=$(usex opengl)
-DENABLE_GIO=$(usex gnome)
-DENABLE_GLX=$(usex opengl)
@@ -92,6 +98,7 @@ src_configure() {
-DENABLE_XCB_RANDR=$(usex xcb)
-DENABLE_XFCONF=$(usex xfce)
-DENABLE_XRANDR=$(usex xrandr)
+   -DBUILD_TESTS=$(usex test)
)
 
append-cppflags -DNDEBUG

diff --git a/app-misc/fastfetch/fastfetch-0.2..ebuild 
b/app-misc/fastfetch/fastfetch-0.2..ebuild
index f7fd71b82868..4af72e9b74c7 100644
--- a/app-misc/fastfetch/fastfetch-0.2..ebuild
+++ b/app-misc/fastfetch/fastfetch-0.2..ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake flag-o-matic
 
-DESCRIPTION="Fast system information tool"
+DESCRIPTION="Fast neofetch-like system information tool"
 HOMEPAGE="https://github.com/fastfetch-cli/fastfetch;
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -15,20 +15,24 @@ if [[ ${PV} == * ]]; then
[[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
 else

SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="X chafa dbus ddcutil gnome imagemagick networkmanager opencl opengl 
osmesa pci pulseaudio sqlite vulkan wayland xcb xfce xrandr"
+IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl 
osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr"

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

2023-12-18 Thread Viorel Munteanu
commit: 6dd0a24d91f0c3d7c2f9301d2d36d02f9098f078
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Dec 19 06:27:54 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Dec 19 06:35:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd0a24d

app-misc/fastfetch: add 2.4.0

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.4.0.ebuild | 113 ++
 2 files changed, 114 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 988492036567..d16e3fef4ee1 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,4 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.2.3.tar.gz 901203 BLAKE2B 
d6d097b72ce2f252e42b3e59cbd26b43a4f17ae974382f986270fbf91b457cf3c49e78a3c775e713d9302d536fb5a363e809005b9174d1a27622e6b6ed666709
 SHA512 
81e051b7555d56415c723606c0b6dfc3ad7ed91fb2c7b36c07465f4dfbdb91da5c8d216e46df36863888448de0a7bd63e28c6aa701995bf1165e0d7c33c4f724
 DIST fastfetch-2.3.4.tar.gz 909105 BLAKE2B 
132f88681f9133cdeae8126c4dabf4e8805865fe506a005f938bcda487750a874ab59deebdf2fc348c2a469cf4771fe5916f594a5a408769c1e49fba417ab113
 SHA512 
fe1e6465380e513e4e75092bc737b23adca4c9dd42de8adb888bad1ce173f1fa9c93e9cbd7b2ca648058503b7cfb72c2ba1d70abf63b8f1497e94ce6eb349524
+DIST fastfetch-2.4.0.tar.gz 913193 BLAKE2B 
88df9a8cb641596855cbd539d0be7f9270cd234dc060612ee6c52f5d47b2deb0d95608bdc496c81ac5e0e74c0c403f373fdcf7c17303eebab1f3b32ee0a41270
 SHA512 
00130ad3825cff039dc9ab3efd9f3431b36357e0ae144148872ab761f8b07a8d95c2413450d000b0181e9424d490ad55e6af928d1b7b2efdc7d5842ead8ab028

diff --git a/app-misc/fastfetch/fastfetch-2.4.0.ebuild 
b/app-misc/fastfetch/fastfetch-2.4.0.ebuild
new file mode 100644
index ..4af72e9b74c7
--- /dev/null
+++ b/app-misc/fastfetch/fastfetch-2.4.0.ebuild
@@ -0,0 +1,113 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Fast neofetch-like system information tool"
+HOMEPAGE="https://github.com/fastfetch-cli/fastfetch;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/fastfetch-cli/fastfetch.git;
+   [[ ${PV} == *0.1. ]] && EGIT_BRANCH=master
+   [[ ${PV} == *0.2. ]] && EGIT_BRANCH=dev
+   [[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
+else
+   
SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="X chafa dbus ddcutil drm gnome imagemagick networkmanager opencl opengl 
osmesa pci pulseaudio sqlite test vulkan wayland xcb xfce xrandr"
+RESTRICT="!test? ( test )"
+
+# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
+# make sure to crank yyjson minimum version to match bundled version
+RDEPEND="
+   >=dev-libs/yyjson-0.8.0:=
+   sys-libs/zlib
+   X? ( x11-libs/libX11 )
+   chafa? ( media-gfx/chafa )
+   dbus? ( sys-apps/dbus )
+   ddcutil? ( app-misc/ddcutil:= )
+   drm? ( x11-libs/libdrm )
+   gnome? (
+   dev-libs/glib
+   gnome-base/dconf
+   )
+   imagemagick? ( media-gfx/imagemagick:= )
+   networkmanager? ( net-misc/networkmanager )
+   opencl? ( virtual/opencl )
+   opengl? ( media-libs/libglvnd[X] )
+   osmesa? ( media-libs/mesa[osmesa] )
+   pci? ( sys-apps/pciutils )
+   pulseaudio? ( media-libs/libpulse )
+   sqlite? ( dev-db/sqlite:3 )
+   vulkan? (
+   media-libs/vulkan-loader
+   sys-apps/pciutils
+   )
+   wayland? ( dev-libs/wayland )
+   xcb? ( x11-libs/libxcb )
+   xfce? ( xfce-base/xfconf )
+   xrandr? ( x11-libs/libXrandr )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+REQUIRED_USE="
+   xrandr? ( X )
+   chafa? ( imagemagick )
+"
+
+src_configure() {
+   local fastfetch_enable_imagemagick7=no
+   local fastfetch_enable_imagemagick6=no
+   if use imagemagick; then
+   fastfetch_enable_imagemagick7=$(has_version 
'>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
+   fastfetch_enable_imagemagick6=$(has_version 
'

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

2023-12-18 Thread Michał Górny
commit: 628909db9b36abca403dff3902789f516009a90a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 06:12:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:12:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628909db

dev-util/scons: Remove old

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

 dev-util/scons/Manifest  |   9 ---
 dev-util/scons/scons-4.4.0-r1.ebuild | 135 -
 dev-util/scons/scons-4.4.0.ebuild| 125 ---
 dev-util/scons/scons-4.5.1-r2.ebuild | 140 ---
 4 files changed, 409 deletions(-)

diff --git a/dev-util/scons/Manifest b/dev-util/scons/Manifest
index 52331835fad3..a9cedad46767 100644
--- a/dev-util/scons/Manifest
+++ b/dev-util/scons/Manifest
@@ -1,14 +1,5 @@
-DIST SCons-4.4.0.tar.gz 3096863 BLAKE2B 
60f125c077dd8f50a7150db6dc1234eac988cf7ee7495036d73c46e8ae445b87c88dde23a537d6647709778a33e6f1ac529f7ac7f862648e3019bbe437bb451c
 SHA512 
d4e630214a9221f00d668b6524803efa83b41534fa6e0acca689d926cbc8546e5cf79c1c7a4b5627afbcd5033564343b408790bf4c29067d053cfbb39408a8ed
-DIST SCons-4.5.1.tar.gz 3194371 BLAKE2B 
830e3365be99e38aec0f3b99d406bb7547d3d8b7c7fb752db1199df5545879dafc52f449b001c3ef10290b1bdbcb52cd7c4befc7dee4b2f3be1234cca2d4fcec
 SHA512 
aa676021694b1020a21a517a4d3df03f442a28e78b2d32d4316b7d7ee7271f8025f2b50d0ce8fe5d5a8be282b5ecaaebd9aa85be1e15e6a0bbad1567a394014d
 DIST SCons-4.5.2.tar.gz 3194724 BLAKE2B 
c27d00e4bc319e3b8d5d35d50d5f03df15e2b72256e26000299ac95c5bdaffbe850942df9e3c23a6b0dbf55ea000f768a7938cfedc451cc7bd3e2a521292d49e
 SHA512 
a9675f4b4dbedf8c7375d4d099216cd935c38944d57b0a08de2b9c133bb53184de0d5803edf5cb9f800f205b1252ceca3aaf33a10bf5d8b48eacd58866cf776c
 DIST SCons-4.6.0.tar.gz 3230138 BLAKE2B 
adef2ad5394404ae48d85e8c2a91b5af29e4f9bfa7455504ac1cb8d22d9a05c9ace823e02c8e7a32b34dee281635987487ad43ca94c6adea8e287b086a0732f0
 SHA512 
c7dc952117c23ac30b8cf1f70ef0c4ad1c0a86c9865fd255fde1a29ea2fbf9e26573b73430f6adc8c545dab753077f380d29d77ac4eede7fce959c86576d2354
-DIST scons-4.4.0-user.html 1608381 BLAKE2B 
ff4eb1e0f9c5e8ea7ca44cc00dc37e3e2dd38c24cb09a857c691e6a48f11e5fc86a55740037cc295e6b23df2a1c1b600adf0462320ec87cc26d4bcf919b07342
 SHA512 
8c1d6578270054efba34c56ddc07b4314bf62630f6a445f5b9f865cc48d593f6c92101a8d216dece201b8d6cb5bce59ff4adb51caaa40128e96b6235087f748c
-DIST scons-4.4.0-user.pdf 2964111 BLAKE2B 
45b37c99c3f3d0e9969a16506e27aeabfd562155405f5a59ba79c24404b14e5588fbd0673d86e2266adbd25eca140c9e1cf86e271228658591c0d9285474f078
 SHA512 
57330f685e7c775cb1c782e40f711c2b2322fad19212a22a920aff92db974610cc78f276e1606fb827660bb488ce803e2458bb9d93c452fa0600df4478f03d06
-DIST scons-4.4.0.gh.tar.gz 5808265 BLAKE2B 
f6ce757f2edc40551b05285098626bb62def6abda2380d4885ee4443868e715e53aaa34f26c09dc689bb6ade26d1b0e276046fe3b1d2ddf8eb40400bca9ea164
 SHA512 
01fcd40bf818ca22a278973af1cda3024efb74cf877f15d46607fda860448fbd577fc96ba33fef2bed3d145e662a0371f55e8c927e7ac44feea7f3081791ce11
-DIST scons-4.5.1-mergeflags.patch 10518 BLAKE2B 
ea059c4347cfa8dcd99353c1f6b6c1d3aae1c6225b4683e421f3f3ea9181d5597862603c2491abff40dd1599094638239f34bf88458e7c44a8f28908eb91934c
 SHA512 
11771c99d64cee413311f595faec8d2025152a7871ef53bdf0b22be45ffefc0d0c4bf49d185a10c1d3d2fb76ac94b04d992990375dc144587b101761a5d985a4
-DIST scons-4.5.1-user.html 1655168 BLAKE2B 
644c808f129d2d83f40b1ef2c8c12781b697a0120dfc00f5f0425e88e23c609290ecf2c8b6daad556c876ae3a86e8b262c53915b05d69c6e3c79f58395789362
 SHA512 
171d9330df520a75fbc124bf646c55c5868b24343ff46755a6283fe444ad4e090f5658dafa7239e708b4ff8b910e81201c27655674bdaffd20e8cc6ffb81d633
-DIST scons-4.5.1-user.pdf 3023817 BLAKE2B 
caa782f77fac668eee0ccd76f3e96168ae3d61c9c3e80123c34bc45625182f77973fbab24170c5f67f133c6124412eadbf02c3497373211560c58a348d6b00ab
 SHA512 
41fddff58032b6364ff3935259d4bf81a0d69398cd52158c42be71e4ff6efaebd2faaf1354781f7336ba1aa4f0cf99f0f37edcd72baf325f9ced7ec88b76ce88
-DIST scons-4.5.1.gh.tar.gz 5844118 BLAKE2B 
88a82e12a034f6d0748555d0d33716e5af6ff957a9345d5b0ba87c2a36544bae0965ea0a29e3cc80d6d2493f3f8bf0bd314bed5824dc609123972f640b19a53a
 SHA512 
160089342b93197237b9f0c5f0ada42126f3e5c83e0026f6dc121aaae85c94774b01ea3b0b0fc56edf3effd87d91612b2167d004abe7a00bd8d107d5415f5d4a
 DIST scons-4.5.2-user.html 1655168 BLAKE2B 
dab0b29ae7bdadc96b9081d1d9e1d8b29cc62afb39f3161e4b7694b3e58a31e82446319f3efc560fdbe2c3a37b902c79c74d15a790c865ec3c6d27811f0443fe
 SHA512 
6f2c74d15dca903d500bebe33f0af6b90ca1458c3796048077d411b2c269013696036c7e9ae8b1f300f37c05dd6246f8b12d35b503f9018f002b9d01fea22ba9
 DIST scons-4.5.2-user.pdf 3023818 BLAKE2B 
b67e2ca3326b5e9ec2cdb530b22d347072e9c906678509a21aae1622487054d4aa3446beb599dd52cd93ad769a5b325dd101356ea88baedba907c931e0acc792
 SHA512 
172f494fd5e73f654adf9c137bd09f74f57bd2ef17dbd0f02c66aea49798a3fb136f176ee85fc7432378af49e28cbb498e830e519df74652533ecb9f3e52ecf9
 DIST scons-4.5.2.gh.tar.gz 5844800 BLAKE2B 

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

2023-12-18 Thread Michał Górny
commit: e37c22af10cd4bbb1aa1a30a958b9783f775cfe0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 06:13:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:13:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37c22af

dev-python/pyrate-limiter: Revert "add dev-db/redis test dep"

Now added twice, since I've sorted it before merging.

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

 dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild 
b/dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild
index e7613875cc64..76ac0d5a356b 100644
--- a/dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild
+++ b/dev-python/pyrate-limiter/pyrate-limiter-3.1.0.ebuild
@@ -28,7 +28,6 @@ BDEPEND="
dev-db/redis
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-db/redis
)
 "
 



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

2023-12-18 Thread Michał Górny
commit: fdf398cc4c81cf44a0f5d3e38e1e340fe5e7b21a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 05:58:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf398cc

dev-python/deepmerge: Bump to 1.1.1

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

 dev-python/deepmerge/Manifest   |  1 +
 dev-python/deepmerge/deepmerge-1.1.1.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/deepmerge/Manifest b/dev-python/deepmerge/Manifest
index 5d8a94411cc2..ef93632841f9 100644
--- a/dev-python/deepmerge/Manifest
+++ b/dev-python/deepmerge/Manifest
@@ -1 +1,2 @@
 DIST deepmerge-1.1.0.gh.tar.gz 15533 BLAKE2B 
30fc1cdd7a5ce81783fa0804c20f44d4d7d62a1a6481a6defab3a2b5f542596fb4ab0d4ede5a7d4d128d188b56d17f260c67690deb89b55fb2fc76e1fbcffebc
 SHA512 
f658518c11e0ea8b4e59a686e2e6ce90916c5e798c3521ef91a1fc09ec59badd9cddb74f51973cfe50891c5e8d054909e7a8acf2156cbb884492a059196a8d97
+DIST deepmerge-1.1.1.gh.tar.gz 15605 BLAKE2B 
ef6fbd30185a2990c72d6de0950275dd6f9f3e61c0c9c969fd69dab2123025d016ade98d42f09b30328b3cb5659b29b2d07836db4657acde97d9a2cc40c07039
 SHA512 
8ba4a225d588c96c3c852783774d5d690c5dd0caa1988f5969ce6446a11ba6035667baeda7e419cae40c4c1dcf7a15ee7149a10c1e33dba6b7775ddbad41130d

diff --git a/dev-python/deepmerge/deepmerge-1.1.1.ebuild 
b/dev-python/deepmerge/deepmerge-1.1.1.ebuild
new file mode 100644
index ..c0949f05683b
--- /dev/null
+++ b/dev-python/deepmerge/deepmerge-1.1.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tools to handle merging of nested data structures in python"
+HOMEPAGE="
+   https://deepmerge.readthedocs.io/en/latest/
+   https://github.com/toumorokoshi/deepmerge/
+   https://pypi.org/project/deepmerge/
+"
+SRC_URI="
+   https://github.com/toumorokoshi/deepmerge/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2023-12-18 Thread Michał Górny
commit: 14f1a743767766aca513a8d51fb8c2f12538141e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 06:01:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f1a743

dev-python/fonttools: Bump to 4.47.0

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

 dev-python/fonttools/Manifest|  1 +
 dev-python/fonttools/fonttools-4.47.0.ebuild | 94 
 2 files changed, 95 insertions(+)

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index 4afba3a3dc4d..99fb4d1ac573 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -1 +1,2 @@
 DIST fonttools-4.46.0.gh.tar.gz 3796675 BLAKE2B 
5e8affb809cc2a66208636557c2bcfac58abbbd2cbb921923686153138ef011db1f00edafdf2b998c9d26924ceb6b3038b65d593892a379b7c72fdaf8df10304
 SHA512 
67e805f11b47d9bebd9a538aa775c109c81b6ab85b66cd479b7c8c0c222420cb5a5e30d993c04bd9b091ba457b3fb3673ff217ecf61feb40e189c60fa6d6c6d8
+DIST fonttools-4.47.0.gh.tar.gz 3810582 BLAKE2B 
a7821bca4507ba5638db537ba141bf7d1e2d5d23522f55766db0bc384ae366071e0848276285cff4056ffda513d94622f9b1154a43c2d8b341728790813b8124
 SHA512 
4a9a39b53248814dc2fcf648af5d7c8c79124a547d259571addb97c1e7181df7f20767baf5d2bb90f6c30790dd05c93c6bfac3281cedb91c73c45ad49039ee9b

diff --git a/dev-python/fonttools/fonttools-4.47.0.ebuild 
b/dev-python/fonttools/fonttools-4.47.0.ebuild
new file mode 100644
index ..640e8996304e
--- /dev/null
+++ b/dev-python/fonttools/fonttools-4.47.0.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
+HOMEPAGE="
+   https://github.com/fonttools/fonttools/
+   https://pypi.org/project/fonttools/
+"
+SRC_URI="
+   https://github.com/fonttools/fonttools/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="+native-extensions"
+
+RDEPEND="
+   >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   native-extensions? (
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+   test? (
+   dev-python/brotlicffi[${PYTHON_USEDEP}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   app-arch/zopfli
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # When dev-python/pytest-shutil is installed, we get weird import 
errors.
+   # This is due to incomplete nesting in the Tests/ tree:
+   #
+   #   Tests/feaLib/__init__.py
+   #   Tests/ufoLib/__init__.py
+   #   Tests/svgLib/path/__init__.py
+   #   Tests/otlLib/__init__.py
+   #   Tests/varLib/__init__.py
+   #
+   # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
+   touch Tests/svgLib/__init__.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile() {
+   local -x FONTTOOLS_WITH_CYTHON=$(usex native-extensions)
+   [[ ${EPYTHON} == pypy3 ]] && FONTTOOLS_WITH_CYTHON=0
+   distutils-r1_python_compile
+}
+
+src_test() {
+   # virtualx used when matplotlib is installed causing plot module tests 
to run
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   if [[ ${EPYTHON} == pypy3 ]] &&
+   has_version "dev-python/pyxattr[${PYTHON_USEDEP}]" &&
+   {
+   has_version "https://github.com/iustin/pyxattr/issues/41
+   
Tests/t1Lib/t1Lib_test.py::ReadWriteTest::test_read_with_path
+   )
+   fi
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   nonfatal epytest \
+   -p rerunfailures --reruns=5 \
+   Tests fontTools || die -n "Tests failed with ${EPYTHON}"
+}



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

2023-12-18 Thread Michał Górny
commit: b919f97af32c7dccd735d7fa4eb4b9bdfe4a94af
Author: Christopher Fore  posteo  net>
AuthorDate: Tue Dec 19 03:23:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b919f97a

dev-python/paramiko: add 3.4.0

The Terrapin exploit is fixed in this version.

Bug: https://bugs.gentoo.org/920299
Signed-off-by: Christopher Fore  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/34365
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/paramiko/Manifest  |  1 +
 dev-python/paramiko/paramiko-3.4.0.ebuild | 62 +++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest
index f65fa79b679c..09763fc4d95d 100644
--- a/dev-python/paramiko/Manifest
+++ b/dev-python/paramiko/Manifest
@@ -1 +1,2 @@
 DIST paramiko-3.3.1.gh.tar.gz 370001 BLAKE2B 
df3c82fdaeccf4aa4d10922dbdfdf8b8cd77975e7c8980b33ddb082a68dd50fd61dd3e0494f45f81c92ce3827f301bfffa4fd09e132e312de9fd490536b066bd
 SHA512 
94ee41ceb99b0c02e455aa6a7d0fea5f88edc6e9e80dfd4d07417875bcbcc15bbef842106c7a38bae93c0e1008d99d01d7b7a026b005358ae1846a2f931f775c
+DIST paramiko-3.4.0.gh.tar.gz 374441 BLAKE2B 
a6ea03d40e477cb02c1293c46025909251f8eec2be70638bf850638d9fe8c15bfe0e278697e41f3595f482b8f0755d911b905b11db2324eca597fc9be2a22f24
 SHA512 
f78fccf653d05acee78dfb76fb662c85fbfea7901fd94460a2d2e526c9b25169993051d20c16cfe0b7745008b1ea3a745fc9a280386d98a06689aaadf78f6752

diff --git a/dev-python/paramiko/paramiko-3.4.0.ebuild 
b/dev-python/paramiko/paramiko-3.4.0.ebuild
new file mode 100644
index ..57c242767f78
--- /dev/null
+++ b/dev-python/paramiko/paramiko-3.4.0.ebuild
@@ -0,0 +1,62 @@
+# 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_{10..12} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="SSH2 protocol library"
+HOMEPAGE="
+   https://www.paramiko.org/
+   https://github.com/paramiko/paramiko/
+   https://pypi.org/project/paramiko/
+"
+SRC_URI="
+   https://github.com/paramiko/paramiko/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="examples server"
+
+RDEPEND="
+   >=dev-python/bcrypt-3.1.3[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.5[${PYTHON_USEDEP}]
+   >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # upstream doesn't really maintain the gssapi support
+   tests/test_gssapi.py
+   tests/test_kex_gss.py
+   tests/test_ssh_gss.py
+)
+
+src_prepare() {
+   local PATCHES=(
+   "${FILESDIR}/${PN}-3.2.0-nih-test-deps.patch"
+   )
+
+   if ! use server; then
+   PATCHES+=( "${FILESDIR}/${PN}-3.2.0-disable-server.patch" )
+   fi
+   distutils-r1_src_prepare
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   if use examples; then
+   docinto examples
+   dodoc -r demos/*
+   fi
+}



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

2023-12-18 Thread Michał Górny
commit: bf37548c21bf657a3d824352a1d5bb5d8b80faaf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 05:55:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf37548c

dev-python/braintree: Bump to 4.25.0

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

 dev-python/braintree/Manifest|  1 +
 dev-python/braintree/braintree-4.25.0.ebuild | 39 
 2 files changed, 40 insertions(+)

diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
index a15039d1daec..8cc0a12ef166 100644
--- a/dev-python/braintree/Manifest
+++ b/dev-python/braintree/Manifest
@@ -1,2 +1,3 @@
 DIST braintree_python-4.23.0.gh.tar.gz 220576 BLAKE2B 
23d158c0216a63ce7746a521c339663dc4f1fcc355f3cf65d526c19f7b6a29e49da6a8905059a1410bcf0390c7d44bc267963d68e44e5f4ddc0de57b2500c06f
 SHA512 
e5be83985a6605e68317eafa7533e826d3965707e691791a045f1cbeddded718b21d62e5156c402142228742b13de9859e586b4236865ea675c5c57a3410ffb3
 DIST braintree_python-4.24.0.gh.tar.gz 223640 BLAKE2B 
ac3c7b1dbf7f781f9e9a08366b28bbb1306a8e5b48c9c57a8bdf9dce2b57f974009b6ba2d351e0f81c9967e6fea12316f254684b7a0753bb3f548284cd51a3e8
 SHA512 
6620903ce50c613a5cdfab8dac96f37ccbf36ef1cc74c217ca4a00f86c840bc2f0525942d2deebf3ca20a3346b010a9e6d4a81fa75e1536b9d13ea46e6f38009
+DIST braintree_python-4.25.0.gh.tar.gz 224552 BLAKE2B 
05f4fda190fd7d9a7d9a32b5e05c4255de8d37540df247833bdf80c8fbd219b80f743f0f839b8804bc9732eaf13ca3a44c53c399d766c4e5301bcd761e02690d
 SHA512 
2d6ad2e787cc40d7da4abd6a01b34f8c25e0191cf1e4d706cf02674c21f454ffc4e22f2a2629440984cea95f83a8e968175e8f2c65ed77f868f505f34cd91e16

diff --git a/dev-python/braintree/braintree-4.25.0.ebuild 
b/dev-python/braintree/braintree-4.25.0.ebuild
new file mode 100644
index ..8b60825aff84
--- /dev/null
+++ b/dev-python/braintree/braintree-4.25.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=braintree_python-${PV}
+DESCRIPTION="Braintree Python Library"
+HOMEPAGE="
+   https://developer.paypal.com/braintree/docs/reference/overview/
+   https://github.com/braintree/braintree_python/
+   https://pypi.org/project/braintree/
+"
+# no tests in sdist, as of 4.19.0
+SRC_URI="
+   https://github.com/braintree/braintree_python/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/requests-0.11.1[${PYTHON_USEDEP}]
+"
+
+DOCS=( README.md )
+
+distutils_enable_tests unittest
+
+python_test() {
+   eunittest tests/unit
+}



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

2023-12-18 Thread Michał Górny
commit: 9f0d521bf3ff92328ceee30836e70d172a8e6783
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 05:05:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f0d521b

dev-python/boto3: Bump to 1.34.3

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 89bda8f832f3..9fc4e88bdccb 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -2,3 +2,4 @@ DIST boto3-1.33.11.gh.tar.gz 754430 BLAKE2B 
f206c6eeb9859af85f09bb48298b941fc0c9
 DIST boto3-1.33.6.gh.tar.gz 752467 BLAKE2B 
f0f344a9e93ff3ad1dd03b44784a41637d05961855e2cd0700dbb840f98940f387cf81d1eb36cc63579be810f5a7d52c49cdb3831e930f89b1b2026af1e4b357
 SHA512 
1d3d2dd734621cf94e88015273f6fd4d68ec956145eb2b91fe34920f9abe7786a64e2e7f4057db30e71574e392fff9190944c3d9e6143fd43c5e48f04e9eb2ae
 DIST boto3-1.34.1.gh.tar.gz 755547 BLAKE2B 
ef830690a85802c8f540b23a5cf618b8a1c831ad94f8d5e759239201dc2bc3580b64d92c4cc6688c46e9b737e3dd9a67e5315d13a59fa79f63fb33c542273805
 SHA512 
bee4d7dcec1ee9c8b8cc121f5e8090c3da5c5a11c554a1fe8f32f38c7f4417e950cc920fbd64d45e81fadb6f58cb63cbf64667c34f3f12e60500f59b1428e78c
 DIST boto3-1.34.2.gh.tar.gz 756227 BLAKE2B 
7253c533bac45b3848ab573d4781cf68b6bea8d504f851b58366dd3e6ac05b35fb2a85cb7aaff0e426a6bd2f9fe2933dd240e4d0283e4491e095fa93b4061971
 SHA512 
06eaf9b6725d312d91a4a8ba3ab85dde5f579e6d2fa42211189a6f30584b7d2a5c0cca46264bda52a076c8bd1acac9ec0476eb5d986a8e29972f69b7007de3c2
+DIST boto3-1.34.3.gh.tar.gz 756507 BLAKE2B 
030c01e76b2d52bd2b0f95eb5065cc28410f76082b8ae1a0f9441eb6885fc07e45a31164d8bc4b130bc93fc91fe0fdc6d27f520d2c1596aa3504d0cefa8ed05f
 SHA512 
e6332e418a7dfac9ebceb3e97b0afc02b29dc909fd7efb4d7f504dc5b205df30999854fbadfed94f3b1a7afaad613036a9c7f91b119d3d5f2d69959829526064

diff --git a/dev-python/boto3/boto3-1.34.3.ebuild 
b/dev-python/boto3/boto3-1.34.3.ebuild
new file mode 100644
index ..9d696a310a62
--- /dev/null
+++ b/dev-python/boto3/boto3-1.34.3.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
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.9.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit}
+}



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

2023-12-18 Thread Michał Górny
commit: d91cce50406a09f49572184b09eb59671f902daa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 05:06:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91cce50

app-admin/awscli: Bump to 1.32.3

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

 app-admin/awscli/Manifest |  1 +
 app-admin/awscli/awscli-1.32.3.ebuild | 88 +++
 2 files changed, 89 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index e20d7c3f3990..d2968ad5d0e2 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -2,3 +2,4 @@ DIST aws-cli-1.31.11.gh.tar.gz 2605881 BLAKE2B 
816846d5dd50a382b837cb25e01be330c
 DIST aws-cli-1.31.6.gh.tar.gz 2605365 BLAKE2B 
30e7789a2a4f47b3b4dce9fb3c8083d56ebec8501d66fa03e34309c1c9e0c6302ce79c044fb1aecd879f2784443db5a9927bfb1c22e94883709600f0e1c538b4
 SHA512 
5da1be164d4e52b255093c0685b4add43a21b2f0259a6ad9b6e6bc1c7bbb17e1ee0db0f6b29ff0227b301d7f66e1d63b3d92047ccef5578b9de6b5579319be6c
 DIST aws-cli-1.32.1.gh.tar.gz 2607388 BLAKE2B 
4923e4b610542376639b3290651da23d58b0d893e029e80a23227fe7c3ad2ef821e532b5269fc0fa0fe143f6b632030288b4a8ecd21c3d2ec05a702529eadb1b
 SHA512 
bf23bafe3456ba609c182e68c691b9d69a2851582a7d466891d4cdf0d028ae3769b672bf43e38cd52299fa164fda6b1fef46329074f72b2a4a2b6996a6d4e072
 DIST aws-cli-1.32.2.gh.tar.gz 2609043 BLAKE2B 
18cf285e54c25605502167e4fa002f522063dd85fc0c09eb44b4513ada49dbe476ca4485bb1cb63e726c5e1bee6934ccfa340ac9c9daecae082abb1abd852426
 SHA512 
951814c6e5a5dcf74de12e66430c53ca010bae6a8c9984dc11ab456f1cbd4a3f32e5055b3f7587fdf8cff4c224f86bc95858a2556ed5b90981894f706ab1b023
+DIST aws-cli-1.32.3.gh.tar.gz 2609467 BLAKE2B 
16d5d477c35132c880b5bddefacbca0e844ef702af8a1faf53941a517b5853783dfb202dc7a9936e4475f481ae10b73110f5d617a32f9b859352bedb8a83ddf4
 SHA512 
2361239e630407ff4304963d7f7481df033073fca1817b6ab9bc0f41b6e024b0ef19d42e2cb1d97b6ad0643f37ccd2c65d5ad9259192dab8e6d795e74dd02748

diff --git a/app-admin/awscli/awscli-1.32.3.ebuild 
b/app-admin/awscli/awscli-1.32.3.ebuild
new file mode 100644
index ..28d42f8f7e7b
--- /dev/null
+++ b/app-admin/awscli/awscli-1.32.3.ebuild
@@ -0,0 +1,88 @@
+# 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_{10..12} )
+
+inherit bash-completion-r1 distutils-r1
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.9.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local serial_tests=(
+   
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success
+   
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_{fails,success}
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking_windows
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestNuGetLogin::test_login_nuget_sources_listed_with_backtracking
+   
tests/unit/customizations/ecs/test_executecommand_startsession.py::TestExecuteCommand::test_execute_command_success
+   tests/unit/customizations/test_sessionmanager.py
+   tests/unit/test_compat.py::TestIgnoreUserSignals
+   tests/unit/test_help.py
+   

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

2023-12-18 Thread Michał Górny
commit: fc1662f0c0a03d89ef092109ccbcfca9dbd9c05b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 05:07:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1662f0

dev-python/trimesh: Bump to 4.0.6

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

 dev-python/trimesh/Manifest |  1 +
 dev-python/trimesh/trimesh-4.0.6.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 5357381b7e74..dbeddbcf2aec 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -1 +1,2 @@
 DIST trimesh-4.0.5.gh.tar.gz 13433920 BLAKE2B 
d7979727f4595dedd4d58bd7373bff457e008ea9512fb5aaa3c0e297fb0e9e538ab3b62e6d231bb6d0d7c8499e346c88b89878489187248bfd77116b4ab733dd
 SHA512 
5167f93aece58d0fd2766a41afb5651df2ffac6486e3aebae33d97ed1ae2e4093290450b1e8d7827c300c679cf4c93baf7ce44ec603103a70c510259f514d321
+DIST trimesh-4.0.6.gh.tar.gz 13434966 BLAKE2B 
ddb83647ffb9e268060662c2498bfe3abef423ea8fff6fb0a3d8f2677ff74222f008ca983363a16dbb833c357c8b16f3e92a6968dc79aed5593ee24e23dea076
 SHA512 
1b6d6be5782a44f58d16060247fe7842a30458fb5b1a01702ee224cd56a4bb3710954166373ec209de960ad6a77a649c44f51a59d31806a034bc6e7d8dca9319

diff --git a/dev-python/trimesh/trimesh-4.0.6.ebuild 
b/dev-python/trimesh/trimesh-4.0.6.ebuild
new file mode 100644
index ..efd16dd10381
--- /dev/null
+++ b/dev-python/trimesh/trimesh-4.0.6.ebuild
@@ -0,0 +1,62 @@
+# 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_{10..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python library for loading and using triangular meshes"
+HOMEPAGE="
+   https://trimesh.org/
+   https://github.com/mikedh/trimesh/
+   https://pypi.org/project/trimesh/
+"
+SRC_URI="
+   https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/colorlog[${PYTHON_USEDEP}]
+   dev-python/httpx[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycollada[${PYTHON_USEDEP}]
+   dev-python/pyglet[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
+   dev-python/svg-path[${PYTHON_USEDEP}]
+   dev-python/sympy[${PYTHON_USEDEP}]
+   dev-python/xxhash[${PYTHON_USEDEP}]
+   sci-libs/rtree[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mapbox_earcut[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature_header "${PN} functionality can be extended by installing 
the following packages:"
+   optfeature "making GUI applications with 3D stuff" dev-python/glooey
+   optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
+   optfeature "loading a number of additional mesh formats" 
dev-python/meshio
+   optfeature "figuring out how much memory we have" dev-python/psutil
+   optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
+}



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

2023-12-18 Thread Michał Górny
commit: 55578031f745e42e0c58983e8c23b03c275c3065
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 05:53:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55578031

dev-python/python-lsp-black: Bump to 2.0.0

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

 dev-python/python-lsp-black/Manifest   |  1 +
 .../python-lsp-black/python-lsp-black-2.0.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/python-lsp-black/Manifest 
b/dev-python/python-lsp-black/Manifest
index 3407923c9a61..cc7e22f85055 100644
--- a/dev-python/python-lsp-black/Manifest
+++ b/dev-python/python-lsp-black/Manifest
@@ -1 +1,2 @@
 DIST python-lsp-black-1.3.0.gh.tar.gz 9781 BLAKE2B 
d079d7a95dff682b86df23825796d2fa6e89d1aa3e66da1452e576fd1e96a4c298da181f53840fe5fcdcbbc8a0ca55aa53cbc4885a0178b6402365ef41a239be
 SHA512 
9e3d081ac022854626c120128949ab5e58c44f9e76ddd566e3b80a697fbc02a96f62994f43195b02f899e770768d55d223984267133eedd6f642b70560d46c09
+DIST python-lsp-black-2.0.0.gh.tar.gz 10399 BLAKE2B 
e38bf7ae736b3b71c1e17dd34b7e98b9bcbdbc7a12e2c1596ccdbe13b8fac8caef8a1f043aa50e1688b9159928885b8b116b709b4d2574b8ddf77172df756862
 SHA512 
e374ea34ac53e0d78ba198814210d9d7293e18b8fc7b22bb288621a994c8c9d492cc9c99c40cd1574b618add518671430e1e88f32e93e4c95507373932c08dc0

diff --git a/dev-python/python-lsp-black/python-lsp-black-2.0.0.ebuild 
b/dev-python/python-lsp-black/python-lsp-black-2.0.0.ebuild
new file mode 100644
index ..6092fe46fe78
--- /dev/null
+++ b/dev-python/python-lsp-black/python-lsp-black-2.0.0.ebuild
@@ -0,0 +1,44 @@
+# 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_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Black plugin for the Python LSP Server"
+HOMEPAGE="
+   https://github.com/python-lsp/python-lsp-black/
+   https://pypi.org/project/python-lsp-black/
+"
+SRC_URI="
+   https://github.com/python-lsp/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/python-lsp-server-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/black-23.11.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+   !!

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

2023-12-18 Thread Michał Górny
commit: 281f6daa5edd4e7efef3396a22d55b56f24b3d0a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 05:05:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=281f6daa

dev-python/botocore: Bump to 1.34.3

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

 dev-python/botocore/Manifest   |  1 +
 dev-python/botocore/botocore-1.34.3.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 6bef72d668b1..ac6a6223439f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.33.11.gh.tar.gz 12536159 BLAKE2B 
bce09ad1b93210667e3c1058ab3b435
 DIST botocore-1.33.6.gh.tar.gz 12516087 BLAKE2B 
da3ca22acb5b6ee27eb3c0f7dab4ad43597ab985aa7512f4f4a51c2ca3db80a049e13faaf986dd4a02125f92c088129506651125a826184656250665dc7b7128
 SHA512 
cae5019d85c9b3afcfd93fe58d0e51c5a6e0769d58b2a8b1285a34ce66be8db34e9c5dc4dc74ff72e0992cdd142d101e3663fa1d68a2779fa9c09de37d2f2001
 DIST botocore-1.34.1.gh.tar.gz 12561522 BLAKE2B 
67b42866c4a00ea960b8d942110acdf9fd642e9164c987e12f9e12ceee37b1c4d9be59a3185006c19b52c31b957442fe4fa9de9d4d1d697854c0c1c7b9eb23cc
 SHA512 
04cba828baf7bb14f2cb2a3eedca6332842ca1d0c8d1e5ad837607ea6c5fe1564a222c516835d7f67e2fea85490032ef04d61d631c0cff6849ee7cdca5eeabf4
 DIST botocore-1.34.2.gh.tar.gz 12564834 BLAKE2B 
b22a3d3bd35b769a28ccb1a5116428e1904d0c9fc3452829237704dbec37a31a539f044a728b0785d09406d299d522dd601da39801249747d54e6741b46cafe2
 SHA512 
a3f3718bf584a871abbb3edc803de9d5329da257c050d56bdbf8a6a6c4067477812582fbd8d1d789ce18ea1f416d0ddb2be9cc3c45172292d061a94a12f3977b
+DIST botocore-1.34.3.gh.tar.gz 12574694 BLAKE2B 
f171337299c886d0b9c78e50ea57b0e2c1cf3cf261bbaca5e69bd374898ced32cf085d43d7a5f935d16573411e88f432f8417f047391f0a8de914886f14fe7ea
 SHA512 
7e74536e6a69d25aff66763e7c817d5a3b54cb9c528a20be758c490621f33c945cb63313391bb25e402aab32a5b3fbb19215118c02559b64983c21db8ca79bc2

diff --git a/dev-python/botocore/botocore-1.34.3.ebuild 
b/dev-python/botocore/botocore-1.34.3.ebuild
new file mode 100644
index ..05766e84276c
--- /dev/null
+++ b/dev-python/botocore/botocore-1.34.3.ebuild
@@ -0,0 +1,68 @@
+# 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_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_XDIST=1
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   )
+
+   local -x EPYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest tests/{functional,unit}
+}



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

2023-12-18 Thread Michał Górny
commit: 0dfe661f84a0c9489e076d5893b1afd1c729e050
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 19 05:02:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 19 06:10:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfe661f

dev-python/chameleon: Bump to 4.4.2

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

 dev-python/chameleon/Manifest   |  1 +
 dev-python/chameleon/chameleon-4.4.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/chameleon/Manifest b/dev-python/chameleon/Manifest
index c3428206ede2..b5d92eda34d2 100644
--- a/dev-python/chameleon/Manifest
+++ b/dev-python/chameleon/Manifest
@@ -1,3 +1,4 @@
 DIST Chameleon-4.2.0.tar.gz 176515 BLAKE2B 
6be07b88e962ca155d390e9f4d5070ca4116993568840c50fd94b0569721983084065bdc2dbebf4d573ff511f41456fc54d40442a505ea891be6eee947b9b690
 SHA512 
bedbf6bad35370ccb449151098d04e6f8fee917128bcd18a6694ae7df57c15e005c34696c50da43ede2b42d593a2772c55691978982d8a2d83380df29ff7406b
 DIST Chameleon-4.3.0.tar.gz 178781 BLAKE2B 
8dfad0c915291a5afb87d10b17ccca00ee26468bb2ddab2bccb36a67451d52727daecb3207923785820702173bd553fa5e8e2af09c89e51cac830917dc77ce66
 SHA512 
4fc63b7cff2cd41030d8efe32aa723e9245a6c9197faa9be3862c433ce668998ee39adf3b4b59d3b4968341f3af4326fbb61f9c93ee3399d195c1e521525fc52
 DIST Chameleon-4.4.0.tar.gz 179583 BLAKE2B 
1290670875011033843be55378ba317097275580a7b1975efe6d3010eadf8501f918c5ba1b70aec6e56bf29b9da8d6c291855e0469de6953a02d451c41d5d099
 SHA512 
dd9e03037c5bff034d49abe60445d70660b1c3a34af2930b6d655f951d9224e62722b2de82b1b03d587c3a4f96394952b8419d34fff11b3ff2d4733039d02170
+DIST Chameleon-4.4.2.tar.gz 179991 BLAKE2B 
240737d20653c5787261fd12aa5e8cc6c6fb8b97498eb5716385bd5960540ff75ea4e109463f12dce060819499d355820830360f397815205f1737b03ce40286
 SHA512 
5cf5a86981711b2e694f5c47017e39628e8160aaa4020288b3ea87b4212e7fa0694dccae9255f6a2d314fa1e7d2e8fa1994f5587d9c07ced07abcff0361c9f01

diff --git a/dev-python/chameleon/chameleon-4.4.2.ebuild 
b/dev-python/chameleon/chameleon-4.4.2.ebuild
new file mode 100644
index ..23c5ee01b8d3
--- /dev/null
+++ b/dev-python/chameleon/chameleon-4.4.2.ebuild
@@ -0,0 +1,28 @@
+# 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_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fast HTML/XML template compiler for Python"
+HOMEPAGE="
+   https://github.com/malthe/chameleon/
+   https://pypi.org/project/Chameleon/
+"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests unittest
+
+src_test() {
+   cd src || die
+   distutils-r1_src_test
+}



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

2023-12-18 Thread Sam James
commit: aeb0e1515e344875d93a72a76206e2ffeba7b360
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:41:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:41:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb0e151

net-misc/dropbear: add github upstream metadata

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

 net-misc/dropbear/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-misc/dropbear/metadata.xml b/net-misc/dropbear/metadata.xml
index 4491864b760d..80473cbd3d8f 100644
--- a/net-misc/dropbear/metadata.xml
+++ b/net-misc/dropbear/metadata.xml
@@ -27,5 +27,6 @@
   
 
   cpe:/a:matt_johnston:dropbear_ssh_server
+  mkj/dropbear
 
 



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

2023-12-18 Thread Sam James
commit: c960fd1487398a59eee740ef32cd41da60d7aaf9
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:42:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:42:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c960fd14

dev-python/greenlet: Stabilize 3.0.2 sparc, #920302

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

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

diff --git a/dev-python/greenlet/greenlet-3.0.2.ebuild 
b/dev-python/greenlet/greenlet-3.0.2.ebuild
index e4cd5fccdd61..03a86105b3fe 100644
--- a/dev-python/greenlet/greenlet-3.0.2.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



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

2023-12-18 Thread Sam James
commit: d1307b9e32ea830c31939a8083de2b052e6fa3bc
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:40:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:40:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1307b9e

net-misc/openssh: add 9.6_p1

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

 net-misc/openssh/Manifest  |   2 +
 net-misc/openssh/openssh-9.6_p1.ebuild | 378 +
 2 files changed, 380 insertions(+)

diff --git a/net-misc/openssh/Manifest b/net-misc/openssh/Manifest
index 6b2564313240..23887af76d94 100644
--- a/net-misc/openssh/Manifest
+++ b/net-misc/openssh/Manifest
@@ -6,3 +6,5 @@ DIST openssh-9.4p1.tar.gz 1845094 BLAKE2B 
d13d758129cce947d3f12edb6e88406aad10de
 DIST openssh-9.4p1.tar.gz.asc 833 BLAKE2B 
95eedd9356766e5d0ea1261da3dc4c7869f054b418c626fb35815a0aa655b1ddbf54436b437d98c4344b05c9196c8fa1f592eac07b3ccf08bd3e980f8b6955af
 SHA512 
983b4ebaa3b98e70831ce686cb503270926c065163a2510eef0c5102ef50b6e665b889ee15ea8c0bd7c4bbddb19270f036e1d554a8212ef2c292f9c682c8631a
 DIST openssh-9.5p1.tar.gz 1843001 BLAKE2B 
55dbb0a2792b0046c943a19ca090e6e378e77856e94823a1bbbafaa0da94357403765c4c028aebf6543049a0f9bbe0019629be3f92cdadfac1be56def796
 SHA512 
e183fdf7477fd986215b889eea4a945d71385e35305746ccb164e757ecc28166f429c70890a237d8ef4cdcae5132935ba2ecb3b2a658eb73a6afcf6f42277b9c
 DIST openssh-9.5p1.tar.gz.asc 833 BLAKE2B 
abec3d14d9a880008db202be00ed446ccc0a98ce77c16a9e6d6492feac07c8f3284f9cd24f6ee1d904a55f9f23d5cce8a716916975c179a38ef6bde1d36e0acf
 SHA512 
2b6de653420ba02eb99c7e6fba09af3bacfe9c701f3dfc3c94f41a3539c0414954fc5c64cce63c488c5ccd5d4ddb42d3f2184ff7f323342c885c47bf7d426ca1
+DIST openssh-9.6p1.tar.gz 1857862 BLAKE2B 
dd7f6747fe89f7b386be4faaf7fc43398a9bf439e45608ae61c2126cf8743c64ef7b5af45c75e9007b0bda525f8809261ca0f2fc47ce60177ba769a5324719dd
 SHA512 
0ebf81e39914c3a90da001ec7376a94b37e6024baf3e972c58f0982b7ddef942315f5e01d56c00ff95603b4a20ee561ab918ecc55511df007ac138160509
+DIST openssh-9.6p1.tar.gz.asc 833 BLAKE2B 
9363d02f85457aa90069020827306a2f49d8406e32f5ee1d231844648dd2ffa02fa9b7325b8677a11e46a0ba0d9ffc86d9c989435d691a02f5354a956c49f9f9
 SHA512 
aec5a5bd6ce480a8e5b5879dc55f8186aec90fe61f085aa92ad7d07f324574aa781be09c83b7443a32848d091fd44fb12c1842d49cee77afc351e550ffcc096d

diff --git a/net-misc/openssh/openssh-9.6_p1.ebuild 
b/net-misc/openssh/openssh-9.6_p1.ebuild
new file mode 100644
index ..c53574f62515
--- /dev/null
+++ b/net-misc/openssh/openssh-9.6_p1.ebuild
@@ -0,0 +1,378 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/openssh.org.asc
+inherit user-info flag-o-matic autotools pam systemd toolchain-funcs verify-sig
+
+# Make it more portable between straight releases
+# and _p? releases.
+PARCH=${P/_}
+
+DESCRIPTION="Port of OpenBSD's free SSH release"
+HOMEPAGE="https://www.openssh.com/;
+SRC_URI="
+   mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz
+   verify-sig? ( mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz.asc )
+"
+S="${WORKDIR}/${PARCH}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+# Probably want to drop ssl defaulting to on in a future version.
+IUSE="abi_mips_n32 audit debug kerberos ldns libedit livecd pam +pie 
security-key selinux +ssl static test X xmss"
+
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="
+   ldns? ( ssl )
+   pie? ( !static )
+   static? ( !kerberos !pam )
+   xmss? ( ssl  )
+   test? ( ssl )
+"
+
+# tests currently fail with XMSS
+REQUIRED_USE+="test? ( !xmss )"
+
+LIB_DEPEND="
+   audit? ( sys-process/audit[static-libs(+)] )
+   ldns? (
+   net-libs/ldns[static-libs(+)]
+   net-libs/ldns[ecdsa(+),ssl(+)]
+   )
+   libedit? ( dev-libs/libedit:=[static-libs(+)] )
+   security-key? ( >=dev-libs/libfido2-1.5.0:=[static-libs(+)] )
+   selinux? ( >=sys-libs/libselinux-1.28[static-libs(+)] )
+   ssl? ( >=dev-libs/openssl-1.1.1l-r1:0=[static-libs(+)] )
+   virtual/libcrypt:=[static-libs(+)]
+   >=sys-libs/zlib-1.2.3:=[static-libs(+)]
+"
+RDEPEND="
+   acct-group/sshd
+   acct-user/sshd
+   !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
+   pam? ( sys-libs/pam )
+   kerberos? ( virtual/krb5 )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/os-headers
+   kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.1 ) )
+   static? ( ${LIB_DEPEND} )
+"
+RDEPEND="
+   ${RDEPEND}
+   !net-misc/openssh-contrib
+   pam? ( >=sys-auth/pambase-20081028 )
+   !prefix? ( sys-apps/shadow )
+   X? ( x11-apps/xauth )
+"
+# Weird dep construct for newer gcc-config for bug #872416

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

2023-12-18 Thread Sam James
commit: ae475cf5109580d0874e79f9ea6df8f8665584fe
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:42:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:42:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae475cf5

dev-python/greenlet: Stabilize 3.0.2 ppc64, #920302

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

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

diff --git a/dev-python/greenlet/greenlet-3.0.2.ebuild 
b/dev-python/greenlet/greenlet-3.0.2.ebuild
index fb5fcda525b7..e4cd5fccdd61 100644
--- a/dev-python/greenlet/greenlet-3.0.2.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



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

2023-12-18 Thread Sam James
commit: 18f1b347bcee162d7fc7a405aa355ad1ba965b51
Author: Christopher Fore  posteo  net>
AuthorDate: Tue Dec 19 00:17:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:31:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f1b347

net-libs/libssh: add 0.10.6

This addresses the Terrapin vulnerability

Bug: https://bugs.gentoo.org/920291
Signed-off-by: Christopher Fore  posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/34359
Signed-off-by: Sam James  gentoo.org>

 net-libs/libssh/Manifest |   1 +
 net-libs/libssh/libssh-0.10.6.ebuild | 135 +++
 2 files changed, 136 insertions(+)

diff --git a/net-libs/libssh/Manifest b/net-libs/libssh/Manifest
index d42dff9ecbb9..6b97980c35e1 100644
--- a/net-libs/libssh/Manifest
+++ b/net-libs/libssh/Manifest
@@ -1 +1,2 @@
 DIST libssh-0.10.5.tar.xz 557776 BLAKE2B 
de147f25fa9116743b5b2d08548c2b28b31d7b76b10e249b0a52fa19dfa09762d37ad5a5d1eaf7db89d8713144b8d3608aa2b48ce29ed324e4154493a9fcebfe
 SHA512 
2b758f9df2b5937865d4aee775ffeafafe3ae6739a89dfc470e38c7394e3c3cb5fcf8f842fdae04929890ee7e47bf8f50e3a38e82dfd26a009f3aae009d589e0
+DIST libssh-0.10.6.tar.xz 561036 BLAKE2B 
6ae1c611b685fa8ec5e5fb159f93493edf4d8ae8536300cd9a357daadc28ca2fbd8a64a22157744bc97e2e672b0b84b58e1167d7369fe88306b3581098af9f57
 SHA512 
40c62d63c44e882999b71552c237d73fc7364313bd00b15a211a34aeff1b73693da441d2c8d4e40108d00fb7480ec7c5b6d472f9c0784b2359a179632ab0d6c1

diff --git a/net-libs/libssh/libssh-0.10.6.ebuild 
b/net-libs/libssh/libssh-0.10.6.ebuild
new file mode 100644
index ..4872d7623ddf
--- /dev/null
+++ b/net-libs/libssh/libssh-0.10.6.ebuild
@@ -0,0 +1,135 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake-multilib
+
+DESCRIPTION="Access a working SSH implementation by means of a library"
+HOMEPAGE="https://www.libssh.org/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.libssh.org/projects/libssh.git;
+else
+   SRC_URI="https://www.libssh.org/files/$(ver_cut 1-2)/${P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0/4" # subslot = soname major version
+IUSE="debug doc examples gcrypt gssapi mbedtls pcap server +sftp static-libs 
test zlib"
+# Maintainer: check IUSE-defaults at DefineOptions.cmake
+
+REQUIRED_USE="?? ( gcrypt mbedtls )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !gcrypt? (
+   !mbedtls? (
+   >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}]
+   )
+   )
+   gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] )
+   gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
+   mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   test? (
+   >=dev-util/cmocka-0.3.1[${MULTILIB_USEDEP}]
+   elibc_musl? ( sys-libs/argp-standalone )
+   )
+"
+BDEPEND="doc? ( app-doc/doxygen[dot] )"
+
+DOCS=( AUTHORS CHANGELOG README )
+
+src_prepare() {
+   cmake_src_prepare
+
+   # just install the examples, do not compile them
+   cmake_comment_add_subdirectory examples
+
+   sed -e "/^check_include_file.*HAVE_VALGRIND_VALGRIND_H/s/^/#DONT /" \
+   -i ConfigureChecks.cmake || die
+
+   if use test; then
+   local skip_tests=(
+   # keyfile torture test is currently broken
+   -e "/torture_keyfiles/d"
+
+   # Tries to expand ~ which fails w/ portage homedir
+   # (torture_path_expand_tilde_unix and 
torture_config_make_absolute_no_sshdir)
+   -e "/torture_misc/d"
+   -e "/torture_config/d"
+   )
+
+   # Disable tests that take too long (bug #677006)
+   if use sparc; then
+   skip_tests+=(
+   -e "/torture_threads_pki_rsa/d"
+   -e "/torture_pki_dsa/d"
+   )
+   fi
+
+   if (( ${#skip_tests[@]} )) ; then
+   sed -i "${skip_tests[@]}" 
tests/unittests/CMakeLists.txt || die
+   fi
+
+   if use elibc_musl; then
+   sed -e "/SOLARIS/d" \
+   -i tests/CMakeLists.txt || die
+   fi
+   fi
+}
+
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DWITH_NACL=OFF
+   -DWITH_STACK_PROTECTOR=OFF
+   -DWITH_STACK_PROTECTOR_STRONG=OFF
+   -DWITH_DEBUG_CALLTRACE=$(usex debug)
+   -DWITH_DEBUG_CRYPTO=$(usex debug)
+   -DWITH_GCRYPT=$(usex gcrypt)
+

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

2023-12-18 Thread Sam James
commit: 86979d55c544d6bff30644cef94961b54df7e31d
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:26:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:26:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86979d55

dev-python/greenlet: Stabilize 3.0.2 amd64, #920302

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

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

diff --git a/dev-python/greenlet/greenlet-3.0.2.ebuild 
b/dev-python/greenlet/greenlet-3.0.2.ebuild
index 2f57c793a5af..264b9aef46f7 100644
--- a/dev-python/greenlet/greenlet-3.0.2.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



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

2023-12-18 Thread Sam James
commit: f8125a68e7d0173d77f3fe03ab791e61d900ca08
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:26:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:26:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8125a68

dev-db/mysql-connector-c++: Stabilize 8.0.33-r1 ppc64, #920300

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

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

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
index 4bbeb81485a6..c39b1c98ec14 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P}-src"
 LICENSE="Artistic GPL-2"
 SLOT="0"
 # -ppc, -sparc for bug #711940
-KEYWORDS="amd64 arm ~arm64 -ppc ~ppc64 -sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 -ppc ppc64 -sparc ~x86"
 IUSE="+legacy"
 
 RDEPEND="



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

2023-12-18 Thread Sam James
commit: af6c0de8e9e746162927ba26c55b971c0ae3d1e9
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:26:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:26:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6c0de8

dev-python/greenlet: Stabilize 3.0.2 arm, #920302

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

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

diff --git a/dev-python/greenlet/greenlet-3.0.2.ebuild 
b/dev-python/greenlet/greenlet-3.0.2.ebuild
index 65181ea4d8c3..fb5fcda525b7 100644
--- a/dev-python/greenlet/greenlet-3.0.2.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



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

2023-12-18 Thread Sam James
commit: 389bcd114c586c0006bf4ffe8298c2608e1f5836
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:26:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:26:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389bcd11

dev-python/greenlet: Stabilize 3.0.2 arm64, #920302

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

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

diff --git a/dev-python/greenlet/greenlet-3.0.2.ebuild 
b/dev-python/greenlet/greenlet-3.0.2.ebuild
index 264b9aef46f7..65181ea4d8c3 100644
--- a/dev-python/greenlet/greenlet-3.0.2.ebuild
+++ b/dev-python/greenlet/greenlet-3.0.2.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 -hppa -ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



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

2023-12-18 Thread Alice Ferrazzi
commit: 58aad8e97968d7d8ffe15b548cf570cfdd3180e3
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue Dec 19 05:00:26 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Dec 19 05:24:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58aad8e9

sys-kernel/rt-sources: add 6.1.67_p20, drop 6.1.64_p17

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 .../{rt-sources-6.1.64_p17.ebuild => rt-sources-6.1.67_p20.ebuild}| 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 569f2024cc08..16aeafabfa61 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -28,7 +28,7 @@ DIST patch-5.4.257-rt87.patch.xz 183028 BLAKE2B 
e4bb488bccf0f696f2354ada91b6ab33
 DIST patch-5.4.257.xz 5149824 BLAKE2B 
7b81b40f555368914bc05640639d6d3a4dd4c396ad296dcde66c9be235822b80d08cbe9205c892fb383bf57bbeac5715102999b86459c223f462d4e96a625259
 SHA512 
af2478e91424a304e468e5a5fa1c493d9c3a2d007a9c315e0f5ffe346991d6dddce1c354312764959b272c910cf164999892163ab47a87c3ecfde72ad1ab
 DIST patch-6.0.5-rt14.patch.xz 59916 BLAKE2B 
be06477b7733cb280bbb8ab1cc2b4c611d5b133d97e2459877a8aac0c82a6fa74cba7a7640b49ba6dd9d0abd61a9f9682affb032a8b9f0097874fff35fea9b71
 SHA512 
3e36e45f16499ddbd7029723363ff4cf6e7cd9503ba49f9ce0dbb960b34855c8411abccd32838f9f162412b4a1749f676432e463fce8066496f256313c99d79e
 DIST patch-6.0.5.xz 274580 BLAKE2B 
b1fd53745b1858f92ded90a78d8060e1c916a8b6c256f96188331e5ac80242a40a83d14377ad0befec5415135925821cb264489cee63fe4ad432ba00c64983ff
 SHA512 
c4ac4387c490e73b8d91d13fbea9a1e065be4bacf9535177e625561adb2411908a546f9c4327748aab6bbfc021f30887f3e5df5d6019c6cfe00fe5bf64aad2eb
-DIST patch-6.1.64-rt17.patch.xz 52620 BLAKE2B 
5734ac6ddc2c6056dc278a3ab8a97cdfd31564a9d70fc9eeaca2e31f25224ed151521ad907d07c1c9a9dd6284e8b13eacaa9774fa74b8f28ad3b654ef7384703
 SHA512 
660457a4800678c3e6697626b51fa56d7b538a71c4b6d3a4750b65b98bcecfe0ed363f199f457d59b10a4d36a8f7c808ae3c9b8f4c7484732ab0889474bffbd9
-DIST patch-6.1.64.xz 3654420 BLAKE2B 
04d6ae72bf11c24fd0b0557ed58cbd57c593041dd2c95cf9885611e8453014e8c76b07e435597fd8fc2d5e72cfb8820beb2c7b4ac309e60382726af7bd462252
 SHA512 
6e7c55115c18fc3c8f8704055d830557062dd81af1d93404298581fe7b296618cd78b425fe9e665ef4d93d0e8beda4ad7336e745ea6ab3b20ce6822de6822bc9
+DIST patch-6.1.67-rt20.patch.xz 52628 BLAKE2B 
c42a825b3b85d51d3b93d44c91cd4238739a9373ea8428cf441cad23894e5e94162a95ab315b9db309cb82f6f4de536b22b89f0bb430885e6ecd44eef18370eb
 SHA512 
ddb29a543759acdcf551f96e4c0d867e50bd434b554bacb28d14a6f5a04eaa8616ed5a9857ec51c9caef931af9318bee18486c10323ff774fb83d9093bc0fc0b
+DIST patch-6.1.67.xz 3696544 BLAKE2B 
27e4c16adcb325d2c95e560ab9f61258224c95f773fb76fc893dc8defea743947a7adb6e6e0ce6aac1eec682125c19c7d50601aca06048e9c6f40f92d9560624
 SHA512 
7850ad744158cdb63a1ed5464a808ac21b836b8392edd1a58be08555c3dd1269d7480627ed3f457b349214ad393f2e1b7cb09665452d21dc64b5fb478ef12fc4
 DIST patch-6.5.2-rt8.patch.xz 54436 BLAKE2B 
296da85395314ce26900eefb32a7c9b565b4242603884ab51e6208576e5fa6ceb3bd6269d8938e24f58a0b5d937e556345b45057f90166574797289152b15ae3
 SHA512 
9b625e33f5097729fb2462e2a6e96a1e13a7677af875ce028f6f8fadd1ab60bc9064ca9b101334211bdaf49ba36c750bfdf8260ff03a5ac2a2277a28293b309c
 DIST patch-6.5.2.xz 14964 BLAKE2B 
de3a0d15141199f98873c332f0c0237a39534bffe624f9394a6ba2bb9c3d731121d1b698963c424b919f7683fcffce1a86884bf64d26938cd529a14a211f1904
 SHA512 
e377f1fd5802321ea8198bbf661b15ec050f5ee902666359c8e1cce8e36abbb67957e04bdc1ee8a91eb3bf2c56ef62e9f5535dc52982eb6185476ce794449402

diff --git a/sys-kernel/rt-sources/rt-sources-6.1.64_p17.ebuild 
b/sys-kernel/rt-sources/rt-sources-6.1.67_p20.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-6.1.64_p17.ebuild
rename to sys-kernel/rt-sources/rt-sources-6.1.67_p20.ebuild



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

2023-12-18 Thread Alice Ferrazzi
commit: e4e60668cfc4467b7c8798c84ff2784ec2bab300
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue Dec 19 05:00:11 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Dec 19 05:23:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e60668

sys-kernel/rt-sources: add 5.15.141_p72, drop 5.15.137_p71

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 ...{rt-sources-5.15.137_p71.ebuild => rt-sources-5.15.141_p72.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index f9559687abe4..569f2024cc08 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -22,8 +22,8 @@ DIST patch-4.19.299-rt130.patch.xz 168168 BLAKE2B 
c636c46c4f2c97df7d2831c64c909d
 DIST patch-4.19.299.xz 5778080 BLAKE2B 
66d0283c1fc610922a1dc712443d9c42b6d59d6447db052a5c2da3b265dc1bb145fa7869ee83f7085c0618aea4b5e9bbde923a7593fca818781fa99005aec748
 SHA512 
b68adb143be208c5c9c5349bf42b9e8c1de087846cfed32e18c6dedd5ff542aa0cd1cab20ebcb8ae9978347685c9658e86d0e0e1a0132f1c668b8344fab0aaac
 DIST patch-5.10.201-rt98.patch.xz 171476 BLAKE2B 
91a8b8a49b882239b8ffe983b05cbe977ee9007054c2dea61d63ff7d638b7a5fef9cdd9afa22d21e6758d6c4a33249b2efb50c300f606ea249724ec3444da083
 SHA512 
3ddd66921728b7c41b87261c035621e2619e90abc4e0bb828a2d307826d06da6a7c04b418b2213b2d43d4d9fa469183bb90a6e9c44aa7f1c7fb4210b0cbff89c
 DIST patch-5.10.201.xz 5339644 BLAKE2B 
613b694d4e3b0d2bdec702ab2649618ece8ef023492f8b95e78e4297f49c9d2fa555f72eecca0e8e0c3ecd820cd02e040d07d54e62e492277aac6d983d5b0124
 SHA512 
753ba6764b2277050417126fc7e42fa31de47c7b764acd4ef510bf19b7d3a24f4792a0f9af424a30c604179d6d7894c148d20e28e615af0b9d2a7ab775f231ce
-DIST patch-5.15.137-rt71.patch.xz 81664 BLAKE2B 
97052475d199c33fe2d2b9f726f980281d39e282d9168e0ebff059a46ef2c1be726943d7d19cd21502ed83ec06c5a5322c2610480ca26e80e2ddac3094f0c312
 SHA512 
c94e1c839adefc6c8b1a3c79f7f56f9039473597e066e15e34513330b32ba21bdb41c1342dc7181b586a1c0cf303ca67b6de4ae0099dff99dff7e58b6decefea
-DIST patch-5.15.137.xz 4894124 BLAKE2B 
aa28ed0cbc43b09b62a2041f4536f8a75743a216fb55cefa080361f9696dd71d3a51ad0f265c2aa5fb90fc88f774170f7d3234bfb07692b64d8d506600616a6b
 SHA512 
f83c979bf755c5e249c169ae0703e7778ae57eec3aa9d570ec69dd66d7c709ce08043dfdf159475ef8b761a31b8b5945db02c963bebc775d8a3abb5332fb8228
+DIST patch-5.15.141-rt72.patch.xz 81700 BLAKE2B 
d8faf9056ca1a48fe04e45d359e75f8fbad2797b42d3e8c34b7e26bac048e3a18aed2f2c468225fe540948093b5f289b2d451e1952f68b2af81d08c630fb
 SHA512 
9badaf60e7720015f86616e822512021cd620b5adf6886b8ac91d5706190978e6dfc67bf6a446dbda46832718dbfc2a77bf6741ade5c6bc5b2e9028e31fedcc4
+DIST patch-5.15.141.xz 5021576 BLAKE2B 
eedc027e00ff35e6095ea2edab62db7f00be8dfc259e66c9c3c80b889e69c161f20a80efa0ebd24955731705144e826c1c252f5acac957228739b86a9d6ac0f3
 SHA512 
400d0b30d5d69972a00b7133f1390d2708d8dba43bfd4c01474c251a543c74a30febd47184d8873d3458427fe462eaa0301d5b1aeb9435a995a0138c0225f1fc
 DIST patch-5.4.257-rt87.patch.xz 183028 BLAKE2B 
e4bb488bccf0f696f2354ada91b6ab330af6268a405ed2100727355aaf302cb47ab558fc4721e033a9aaad6a30851a1c89b502736e27e7754872aaed2a6a7c01
 SHA512 
f7c642cff9c210612683cab785db4e6b4296476336041c00393948a5f65930c39d02f54d5be22338f0adc5493d482efb456407ec16559b44e51f558220ef17b9
 DIST patch-5.4.257.xz 5149824 BLAKE2B 
7b81b40f555368914bc05640639d6d3a4dd4c396ad296dcde66c9be235822b80d08cbe9205c892fb383bf57bbeac5715102999b86459c223f462d4e96a625259
 SHA512 
af2478e91424a304e468e5a5fa1c493d9c3a2d007a9c315e0f5ffe346991d6dddce1c354312764959b272c910cf164999892163ab47a87c3ecfde72ad1ab
 DIST patch-6.0.5-rt14.patch.xz 59916 BLAKE2B 
be06477b7733cb280bbb8ab1cc2b4c611d5b133d97e2459877a8aac0c82a6fa74cba7a7640b49ba6dd9d0abd61a9f9682affb032a8b9f0097874fff35fea9b71
 SHA512 
3e36e45f16499ddbd7029723363ff4cf6e7cd9503ba49f9ce0dbb960b34855c8411abccd32838f9f162412b4a1749f676432e463fce8066496f256313c99d79e

diff --git a/sys-kernel/rt-sources/rt-sources-5.15.137_p71.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.15.141_p72.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-5.15.137_p71.ebuild
rename to sys-kernel/rt-sources/rt-sources-5.15.141_p72.ebuild



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

2023-12-18 Thread Alice Ferrazzi
commit: a13103f13421e4aa89273c78e43185c29d6d14b5
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue Dec 19 04:59:38 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Dec 19 05:23:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13103f1

sys-kernel/rt-sources: add 4.19.299_p130, drop 4.19.295_p129

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 ...t-sources-4.19.295_p129.ebuild => rt-sources-4.19.299_p130.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index dcbf45d849f7..f9559687abe4 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -18,8 +18,8 @@ DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b
 DIST linux-6.5.tar.xz 138898084 BLAKE2B 
2e641b79a080e8f4ce283bcf6b74e2c6f15a374367f1c4c875c663868dbe801317340824fb3adb46b3a51d3b7e1f67cc4e8144d367621ec43ffba5c4eb8abb39
 SHA512 
1b59dc5e65d4922c3217a8c8f19022dfd6595ae89747861d825bfeb51a4ae6c85449d05db69635a712bef7b355b80318195665582d8933b1fed6ba582f6ff257
 DIST patch-4.14.330-rt157.patch.xz 243516 BLAKE2B 
cfcad917df78508ac07afd3a74b76e4dbef377309952700cf3b644a401f216b87b931103262f40fce10235d1496279346c812bbaa6f76142562b2e9fedfea843
 SHA512 
891a40d903794574800b09d7ddaaad7b598ae94df44eb6770dad279c07ec40ef57b496ce5cdd6591803df7dc0b73eceee087e943b85b3da9042dc86c1a17c3bd
 DIST patch-4.14.330.xz 5325252 BLAKE2B 
643d91bfbe9c8dcb37302d54aef2833bb7ca3bc85a4aebe9c92cafe2236646ce450133d6bc9c3bb46988a8f6670840121ded9fc1eaa74f1168c2ada67cf9e740
 SHA512 
9d44e76eec2885a86a8e19e109cb682e862af1bd4016cb6bd9b971616df2c157d57c74f0a32655ed4a043ec02d86023253756a8b6f967eb86ac98b43628ead00
-DIST patch-4.19.295-rt129.patch.xz 168004 BLAKE2B 
edb647168edee37ca2f3e626263eff14ddf2d6a5900f88950934468df2f374ee32ba39fd0dd068ab1f1841409ea4dcd514ab0fa976e6086a9a5fc439097e8dfc
 SHA512 
c23b5792439f054bf82696d045ae060b8f6d456e670b891516b434cfae0f2844ffe2167f439af127d233bd2d7f1b7a8b1466c0b3ea31dcd080733b896789bd5d
-DIST patch-4.19.295.xz 5677904 BLAKE2B 
971f8331b84c388bb26c6e29997efe10f9b0f7024a586135813730fc19353f1de919f73021079a05c754570bc56faae0d55b3d826ccc3a937a3888df234ac8a1
 SHA512 
a65488caef2fd6c6d7da802ca73c8e3c461bba89bb70128be345fddd78240708cb30ded10a139dc99afaf30a0475c4efe3a3bfedb1cda439ef3d01d5fa6ce60b
+DIST patch-4.19.299-rt130.patch.xz 168168 BLAKE2B 
c636c46c4f2c97df7d2831c64c909d27a5a90b544e90f8ed8cc51e7639d66f797753dbf5e9f51ae2852b5b77482e681f9c64a68fba49669ffcf4525129aa3f8c
 SHA512 
999c378534dfb1789e8f0783c851f409d967ffb872b7d778e217ad5cc4bf5c6a6a90f950fc725c11b4c0ecc922b1fddcd787e73f219084cee4d64687797ed121
+DIST patch-4.19.299.xz 5778080 BLAKE2B 
66d0283c1fc610922a1dc712443d9c42b6d59d6447db052a5c2da3b265dc1bb145fa7869ee83f7085c0618aea4b5e9bbde923a7593fca818781fa99005aec748
 SHA512 
b68adb143be208c5c9c5349bf42b9e8c1de087846cfed32e18c6dedd5ff542aa0cd1cab20ebcb8ae9978347685c9658e86d0e0e1a0132f1c668b8344fab0aaac
 DIST patch-5.10.201-rt98.patch.xz 171476 BLAKE2B 
91a8b8a49b882239b8ffe983b05cbe977ee9007054c2dea61d63ff7d638b7a5fef9cdd9afa22d21e6758d6c4a33249b2efb50c300f606ea249724ec3444da083
 SHA512 
3ddd66921728b7c41b87261c035621e2619e90abc4e0bb828a2d307826d06da6a7c04b418b2213b2d43d4d9fa469183bb90a6e9c44aa7f1c7fb4210b0cbff89c
 DIST patch-5.10.201.xz 5339644 BLAKE2B 
613b694d4e3b0d2bdec702ab2649618ece8ef023492f8b95e78e4297f49c9d2fa555f72eecca0e8e0c3ecd820cd02e040d07d54e62e492277aac6d983d5b0124
 SHA512 
753ba6764b2277050417126fc7e42fa31de47c7b764acd4ef510bf19b7d3a24f4792a0f9af424a30c604179d6d7894c148d20e28e615af0b9d2a7ab775f231ce
 DIST patch-5.15.137-rt71.patch.xz 81664 BLAKE2B 
97052475d199c33fe2d2b9f726f980281d39e282d9168e0ebff059a46ef2c1be726943d7d19cd21502ed83ec06c5a5322c2610480ca26e80e2ddac3094f0c312
 SHA512 
c94e1c839adefc6c8b1a3c79f7f56f9039473597e066e15e34513330b32ba21bdb41c1342dc7181b586a1c0cf303ca67b6de4ae0099dff99dff7e58b6decefea

diff --git a/sys-kernel/rt-sources/rt-sources-4.19.295_p129.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.19.299_p130.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-4.19.295_p129.ebuild
rename to sys-kernel/rt-sources/rt-sources-4.19.299_p130.ebuild



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

2023-12-18 Thread Sam James
commit: 326968c5492c9dc0c630282712defbd47e6025b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:23:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:23:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326968c5

dev-db/mysql-connector-c++: Stabilize 8.0.33-r1 arm, #920300

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

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

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
index 2b5b145aad3b..4bbeb81485a6 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P}-src"
 LICENSE="Artistic GPL-2"
 SLOT="0"
 # -ppc, -sparc for bug #711940
-KEYWORDS="amd64 ~arm ~arm64 -ppc ~ppc64 -sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 -ppc ~ppc64 -sparc ~x86"
 IUSE="+legacy"
 
 RDEPEND="



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

2023-12-18 Thread Sam James
commit: d6176dd1ab544eefceed9e86d5d0ead15aa8f5f4
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:23:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:23:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6176dd1

dev-db/mysql-connector-c++: Stabilize 8.0.33-r1 amd64, #920300

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

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

diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild 
b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
index a6558abd86f4..2b5b145aad3b 100644
--- a/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
+++ b/dev-db/mysql-connector-c++/mysql-connector-c++-8.0.33-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P}-src"
 LICENSE="Artistic GPL-2"
 SLOT="0"
 # -ppc, -sparc for bug #711940
-KEYWORDS="~amd64 ~arm ~arm64 -ppc ~ppc64 -sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 -ppc ~ppc64 -sparc ~x86"
 IUSE="+legacy"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-editors/gnome-text-editor/

2023-12-18 Thread Sam James
commit: 922b6971a8d4d24e06959f08b1a590c0646e98e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922b6971

app-editors/gnome-text-editor: Keyword 45.1 arm, #920290

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

 app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild 
b/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
index 5c700b81ec16..a5fb88af1e9e 100644
--- a/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
+++ b/app-editors/gnome-text-editor/gnome-text-editor-45.1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 
 IUSE="spell"
 
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv"
 
 DEPEND="
>=dev-libs/glib-2.73.0:2



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2023-12-18 Thread Sam James
commit: d62743f5ae89a9f0ad8d83177c75e69317258992
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d62743f5

net-print/hplip: Stabilize 3.23.12 amd64, #920285

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

 net-print/hplip/hplip-3.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.23.12.ebuild 
b/net-print/hplip/hplip-3.23.12.ebuild
index 93ec0e065280..494e63fb17c9 100644
--- a/net-print/hplip/hplip-3.23.12.ebuild
+++ b/net-print/hplip/hplip-3.23.12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~x86"
 
 IUSE="doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
 



[gentoo-commits] repo/gentoo:master commit in: net-print/libcupsfilters/

2023-12-18 Thread Sam James
commit: 258dbe45693b05f1d01dc818f12ae12a0bf7856e
Author: Eli Schwartz  gmail  com>
AuthorDate: Mon Dec 18 22:43:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=258dbe45

net-print/libcupsfilters: fix typo that caused ghostscript to be ignored

The USE flag is postscript, the configure arg is *ghost*script. We need
to override the flag name for use_enable (and indeed cups-filters did so).

Closes: https://bugs.gentoo.org/920270
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 .../{libcupsfilters-2.0.0-r1.ebuild => libcupsfilters-2.0.0-r2.ebuild}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild 
b/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild
similarity index 97%
rename from net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild
rename to net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild
index eb32f66f6b78..c7f4321f3ee9 100644
--- a/net-print/libcupsfilters/libcupsfilters-2.0.0-r1.ebuild
+++ b/net-print/libcupsfilters/libcupsfilters-2.0.0-r2.ebuild
@@ -45,7 +45,7 @@ src_configure() {
$(use_enable exif)
$(use_enable dbus)
$(use_enable poppler)
-   $(use_enable postscript)
+   $(use_enable postscript ghostscript)
$(use_enable pdf mutool)
$(use_with jpeg)
$(use_with png)



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2023-12-18 Thread Sam James
commit: b569b8ccec8e64d2063e32a91b5ea305ad8d7665
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b569b8cc

net-print/hplip: Stabilize 3.23.12 arm, #920285

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

 net-print/hplip/hplip-3.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.23.12.ebuild 
b/net-print/hplip/hplip-3.23.12.ebuild
index 4ddf83a87314..93ec0e065280 100644
--- a/net-print/hplip/hplip-3.23.12.ebuild
+++ b/net-print/hplip/hplip-3.23.12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ppc64 ~x86"
 
 IUSE="doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
 



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

2023-12-18 Thread Sam James
commit: 2c41e371fabeb4162f0098cbb177cf7ac80def84
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c41e371

app-admin/conky: Stabilize 1.19.6-r2 sparc, #920286

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

 app-admin/conky/conky-1.19.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/conky/conky-1.19.6-r2.ebuild 
b/app-admin/conky/conky-1.19.6-r2.ebuild
index 9e0a9052978e..a149b7200685 100644
--- a/app-admin/conky/conky-1.19.6-r2.ebuild
+++ b/app-admin/conky/conky-1.19.6-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
 IUSE="apcupsd bundled-toluapp cmus curl doc extras hddtemp ical iconv imlib
intel-backlight iostats irc lua-cairo lua-imlib lua-rsvg math moc mpd
mysql ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-12-18 Thread Sam James
commit: 284dbbc95dc5c834840fa24e1622235496237ae4
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284dbbc9

net-print/hplip-plugin: Stabilize 3.23.12 arm, #920285

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

 net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
index 4bf67bc6bda1..f3e270a68a17 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2023-12-18 Thread Sam James
commit: b6490242787abd08ddfc3b23f250ffa0f77048ea
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6490242

net-print/hplip-plugin: Stabilize 3.23.12 amd64, #920285

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

 net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
index f3e270a68a17..555a97c183f3 100644
--- a/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
+++ b/net-print/hplip-plugin/hplip-plugin-3.23.12.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="hplip-plugin"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 ~x86"
 IUSE="orblite"
 # License does not allow us to redistribute the "source" package
 RESTRICT="mirror"



[gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/

2023-12-18 Thread Sam James
commit: f5d73323590aa517ab8e379b17bb362a45f26247
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 05:07:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 05:07:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d73323

app-backup/bacula: Stabilize 13.0.3-r2 amd64, #920282

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

 app-backup/bacula/bacula-13.0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/bacula/bacula-13.0.3-r2.ebuild 
b/app-backup/bacula/bacula-13.0.3-r2.ebuild
index 1c404587935e..f584c49d6a1d 100644
--- a/app-backup/bacula/bacula-13.0.3-r2.ebuild
+++ b/app-backup/bacula/bacula-13.0.3-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz"
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="acl bacula-clientonly bacula-nodir bacula-nosd +batch-insert examples 
ipv6 logwatch mysql postgres qt5 readline selinux +sqlite ssl static tcpd 
vim-syntax X"
 
 DEPEND="



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

2023-12-18 Thread Jonas Frei
commit: 3ec13c42c5b2d4845b5c8a386e19671758e82073
Author: Jonas Frei  pm  me>
AuthorDate: Tue Dec 19 04:25:45 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Tue Dec 19 04:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ec13c42

gui-apps/espanso: add 2.2.1

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

 gui-apps/espanso/Manifest |  51 
 gui-apps/espanso/espanso-2.2.1.ebuild | 443 ++
 2 files changed, 494 insertions(+)

diff --git a/gui-apps/espanso/Manifest b/gui-apps/espanso/Manifest
index 84971f6990..f939e9f998 100644
--- a/gui-apps/espanso/Manifest
+++ b/gui-apps/espanso/Manifest
@@ -8,8 +8,10 @@ DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
+DIST base64-0.21.0.crate 72180 BLAKE2B 
c7aeaf671bdeac67703f9c4ee1be003eb8d6f46fbaa0adf61a4da304458742938db04291d5f626115e3fcc901eb3abb3f9baf8247f6344b4d49f60a200fc6fd2
 SHA512 
60bcc157c6449a2160e083611e6d53e07bbff7db8cd550d9056cb804e99e990d4a20092ba4347306a3c6b6c42474a06d92cb3895125c50cef9b74cd3cbd83a2f
 DIST bitflags-0.9.1.crate 12406 BLAKE2B 
e89527c5411150c09bc16072e0e4e5b2dde4b50fb2ed76984c1b58db225912db580f96c7954cbbf597036e9d743658364977ba24d0d7660312c3b8d38306d879
 SHA512 
3c106186aa8b5b8d0fba377818618e6428af38f60e4f707873142b44cb6f64d1d7f347840c8bfba084ff569ac8c57d87f2288c4a1d79e282bc02544d69f976c0
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST bitflags-2.4.1.crate 37043 BLAKE2B 
f61c45b142265e9c2944c7054e01704de47510735e9ee5351cd02b98676cc4eb42d68b1fc4849ad5f54654617a74f20cb533b4207c2fe76516b724ba9318b414
 SHA512 
d3fd7abc95acc1cb5bf16d6acc12dbb8eadd250f069268df13c2e8dc3d5f5c15a929cd17ca931c77393b64dce0516ef8674c469789ed32d78e315b5faada062b
 DIST blake2b_simd-0.5.11.crate 34096 BLAKE2B 
480fc200ce3fa3bb364ae05590fe26f59efb6f81fc2fcb7ae1593671677daa6f1b526d800099d002239e2ad435b919e9b32778021c0790954383079a49a90965
 SHA512 
4a7657db637869465637cb9a65cb82e7a119c554bd4d532aaf84f9cc77a494fda07d07db89c73e92e5bf4844bb1be53062fc61120e839e414e938e487e7f2257
 DIST block-0.1.6.crate 4077 BLAKE2B 
a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd88435cdea346910b8707b7da94eeef522dafa5cdb09929534472b2a096c03c373744a789962d4175fd1b110e
 SHA512 
c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710
 DIST block-buffer-0.9.0.crate 7108 BLAKE2B 
42e99ec46c6e43d5f85e8d6d0a8fcef7175c97828758c93e55505c0e18e2646ae77bf264076041bf682532e28268a4978dd9c822c0475347ee3d29c5df2601fb
 SHA512 
2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98
@@ -19,6 +21,7 @@ DIST byteorder-1.4.3.crate 22512 BLAKE2B 
d39c546ba7346df315297fc53da4bfc77ecb1f3
 DIST bytes-1.1.0.crate 49640 BLAKE2B 
b3140dd49dc222cd0405e405da9629038eb7d71dd4c22c8d6419ade041dc1118aa46df38f3426a36a44d8e5591c368ae32a89e71850dca7e810bbfff4441c37d
 SHA512 
d34441ea146ccaf55da4d5c645f8ffbd008eeb3204dafd5961771abc85df52751dfd1af3975fb5c91eb83d9a43da4f3589bc3aa07c8d715906d8158f3092af2d
 DIST bzip2-0.4.3.crate 34195 BLAKE2B 
946ff5824531de8b82241fa042638cd33e708c4b517fa40c99e49f77ac7fd7aabe614e4b560ed8f5484ef8fd06bf19041cb20b7a622f4f1dea9ba26c5b821c5e
 SHA512 
2d4622c336f204ab28970ccb369ba55829bfea426bfe96f15da376f2375c441a9bfb03c46f5da210990f23115740250cc15e9036309034b39a1c960dca542da2
 DIST bzip2-sys-0.1.11+1.0.8.crate 633444 BLAKE2B 
01578c512443134fc786669bea4f2ec4b9c457b9936c907315299d8b67ed78045d458c83ccc119f0fad511529fb5af5feff5fa2d983fdae832d2fcc1b343e102
 SHA512 
d0a86b9f03acb1e4e309d5739dc2e88cab582757d467a433afe0017017f0e5d2c0282529e3a117160958ed170d8d695ecae739805888305df0e35e4dc440582b
+DIST calloop-0.10.2.crate 53623 BLAKE2B 

[gentoo-commits] repo/proj/guru:dev commit in: media-sound/dzr/

2023-12-18 Thread Jonas Frei
commit: 7a87b200b1c54c20659837a3d7329445ba92671a
Author: Jonas Frei  pm  me>
AuthorDate: Tue Dec 19 04:07:31 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Tue Dec 19 04:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a87b200

media-sound/dzr: drop 230919

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

 media-sound/dzr/Manifest  |  1 -
 media-sound/dzr/dzr-230919.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest
index dd8ee202fe..2f8cf23c59 100644
--- a/media-sound/dzr/Manifest
+++ b/media-sound/dzr/Manifest
@@ -1,2 +1 @@
-DIST dzr-230919.tar.gz 16842 BLAKE2B 
f94c792d6fae8c97ca53388ee555f1648e9b0bd1aa71759068446a11c8a6714131174813bfdf773e98ca6455fbee392610eef74293bb2429a1faa6e888a9c7bc
 SHA512 
5aa6a3eb0d77d20d6d531cd677b980761a9d19e92fa8054079a562a96e0e97d9b8bbff76090de4d3799764a213b83b501aad20da81d372c26b85e0412707e945
 DIST dzr-231217.tar.gz 17012 BLAKE2B 
4ff6b8c04f7a71612684da82cf49cb5837e44aad44fe7faa7491adb30aaf6c26433f13f2c8b9bee2cbadec125784ea10acfc78d1720bab687f1a1d055874070d
 SHA512 
8c43821295e2062380a399215df478173f4a0984018d712602c654ee88cd902091fb8ec80cd64222e99922c5c4782372f640996c1916e5396cfedefb85f18c24

diff --git a/media-sound/dzr/dzr-230919.ebuild 
b/media-sound/dzr/dzr-230919.ebuild
deleted file mode 100644
index 94371499e8..00
--- a/media-sound/dzr/dzr-230919.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="DZR: the command line deezer.com player"
-HOMEPAGE="https://github.com/yne/dzr;
-SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-   app-misc/jq[oniguruma]
-   dev-libs/openssl
-   dev-util/dialog
-   media-video/mpv
-   net-misc/curl
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_install() {
-   exeinto /usr/bin
-   doexe dzr
-   doexe dzr-dec
-   doexe dzr-id3
-   doexe dzr-srt
-   doexe dzr-url
-   default
-}
-
-pkg_postinst() {
-   einfo "WARNING: For legal reasons this project"
-   einfo "does not contain the track decryption key."
-   einfo "Please read the following guide first:"
-   einfo "https://github.com/yne/dzr/wiki#find-the-dzr_cbc-key;
-}



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/dzr/

2023-12-18 Thread Jonas Frei
commit: 6e09824f479901b29bd97bea86db98aa169de5fd
Author: Jonas Frei  pm  me>
AuthorDate: Tue Dec 19 04:07:14 2023 +
Commit: Jonas Frei  pm  me>
CommitDate: Tue Dec 19 04:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e09824f

media-sound/dzr: add 231217

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

 media-sound/dzr/Manifest  |  1 +
 media-sound/dzr/dzr-231217.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest
index 07446d0111..dd8ee202fe 100644
--- a/media-sound/dzr/Manifest
+++ b/media-sound/dzr/Manifest
@@ -1 +1,2 @@
 DIST dzr-230919.tar.gz 16842 BLAKE2B 
f94c792d6fae8c97ca53388ee555f1648e9b0bd1aa71759068446a11c8a6714131174813bfdf773e98ca6455fbee392610eef74293bb2429a1faa6e888a9c7bc
 SHA512 
5aa6a3eb0d77d20d6d531cd677b980761a9d19e92fa8054079a562a96e0e97d9b8bbff76090de4d3799764a213b83b501aad20da81d372c26b85e0412707e945
+DIST dzr-231217.tar.gz 17012 BLAKE2B 
4ff6b8c04f7a71612684da82cf49cb5837e44aad44fe7faa7491adb30aaf6c26433f13f2c8b9bee2cbadec125784ea10acfc78d1720bab687f1a1d055874070d
 SHA512 
8c43821295e2062380a399215df478173f4a0984018d712602c654ee88cd902091fb8ec80cd64222e99922c5c4782372f640996c1916e5396cfedefb85f18c24

diff --git a/media-sound/dzr/dzr-231217.ebuild 
b/media-sound/dzr/dzr-231217.ebuild
new file mode 100644
index 00..94371499e8
--- /dev/null
+++ b/media-sound/dzr/dzr-231217.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="DZR: the command line deezer.com player"
+HOMEPAGE="https://github.com/yne/dzr;
+SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   app-misc/jq[oniguruma]
+   dev-libs/openssl
+   dev-util/dialog
+   media-video/mpv
+   net-misc/curl
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+   exeinto /usr/bin
+   doexe dzr
+   doexe dzr-dec
+   doexe dzr-id3
+   doexe dzr-srt
+   doexe dzr-url
+   default
+}
+
+pkg_postinst() {
+   einfo "WARNING: For legal reasons this project"
+   einfo "does not contain the track decryption key."
+   einfo "Please read the following guide first:"
+   einfo "https://github.com/yne/dzr/wiki#find-the-dzr_cbc-key;
+}



[gentoo-commits] proj/portage:master commit in: lib/_emerge/

2023-12-18 Thread Zac Medico
commit: 1477124cc20c8ff3ca3be07efe98fafeb990
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Dec 18 18:35:14 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Dec 18 18:35:46 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=1477124c

Scheduler: Reset current_task in _run_pkg_pretend

For completed tasks, reset current_task to None so that
it does not cause the clean phase to execute with an invalid
environment in the finally block.

Bug: https://bugs.gentoo.org/920258
Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/Scheduler.py | 4 
 1 file changed, 4 insertions(+)

diff --git a/lib/_emerge/Scheduler.py b/lib/_emerge/Scheduler.py
index 66eca4c650..4193ffdd03 100644
--- a/lib/_emerge/Scheduler.py
+++ b/lib/_emerge/Scheduler.py
@@ -930,6 +930,7 @@ class Scheduler(PollScheduler):
 current_task = clean_phase
 clean_phase.start()
 await clean_phase.async_wait()
+current_task = None
 
 if x.built:
 tree = "bintree"
@@ -981,6 +982,7 @@ class Scheduler(PollScheduler):
 self._record_pkg_failure(x, settings, 
verifier.returncode)
 continue
 
+current_task = None
 if fetched:
 bintree.inject(
 x.cpv,
@@ -1030,6 +1032,8 @@ class Scheduler(PollScheduler):
 current_task = pretend_phase
 pretend_phase.start()
 ret = await pretend_phase.async_wait()
+# Leave current_task assigned in order to trigger clean
+# on success in the below finally block.
 if ret != os.EX_OK:
 failures += 1
 self._record_pkg_failure(x, settings, ret)



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/loong/23.0/la64v100/lp64d/clang/, ...

2023-12-18 Thread WANG Xuerui
commit: b1d9a6f3f518ec3d93ff0c80d53a055dd18f5bf0
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue Dec 19 03:25:28 2023 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue Dec 19 03:27:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d9a6f3

profiles: reorganize loong llvm profiles

According to IRC review:

- rename from "clang" to "llvm" for consistency, and
- put the llvm systemd profile under llvm/ so that "systemd" always
  comes last.

Fixes: 86cafe231fd3acc0b078335c2ae75cadd025fc01
Signed-off-by: WANG Xuerui  gentoo.org>

 .../default/linux/loong/23.0/la64v100/lp64d/{clang => llvm}/eapi | 0
 .../loong/23.0/la64v100/lp64d/{clang => llvm}/packages.build | 0
 .../linux/loong/23.0/la64v100/lp64d/{clang => llvm}/parent   | 0
 .../23.0/la64v100/lp64d/{systemd/clang => llvm/systemd}/eapi | 0
 .../default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent  | 2 ++
 .../linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build | 9 -
 .../default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent | 2 --
 profiles/profiles.desc   | 4 ++--
 8 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi 
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi
similarity index 100%
rename from profiles/default/linux/loong/23.0/la64v100/lp64d/clang/eapi
rename to profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/eapi

diff --git 
a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/packages.build 
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build
similarity index 100%
rename from 
profiles/default/linux/loong/23.0/la64v100/lp64d/clang/packages.build
rename to profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/packages.build

diff --git a/profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent 
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent
similarity index 100%
rename from profiles/default/linux/loong/23.0/la64v100/lp64d/clang/parent
rename to profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/parent

diff --git 
a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi 
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi
similarity index 100%
rename from profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/eapi
rename to profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/eapi

diff --git 
a/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent 
b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent
new file mode 100644
index ..f7739b405877
--- /dev/null
+++ b/profiles/default/linux/loong/23.0/la64v100/lp64d/llvm/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../../targets/systemd

diff --git 
a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build 
b/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build
deleted file mode 100644
index 799d57df3d55..
--- 
a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/packages.build
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# we use glibc here, so we still need these in stage1
-# later stages should pull them in as BDEPEND anyway
-sys-devel/gcc
-sys-devel/gcc-config
-sys-devel/binutils
-sys-devel/binutils-config

diff --git 
a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent 
b/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent
deleted file mode 100644
index 3e3adeeff3f9..
--- a/profiles/default/linux/loong/23.0/la64v100/lp64d/systemd/clang/parent
+++ /dev/null
@@ -1,2 +0,0 @@
-..
-../../../../../../../../features/llvm

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index afbc08475573..67d35119c6b8 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -269,7 +269,8 @@ loong   
default/linux/loong/22.0/la64v100/lp64d/developer   
exp
 loong  default/linux/loong/22.0/la64v100/lp64d/systemd 
stable
 loong  default/linux/loong/22.0/la64v100/lp64d/systemd/merged-usr  
stable
 loong  default/linux/loong/23.0/la64v100/lp64d 
exp
-loong  default/linux/loong/23.0/la64v100/lp64d/clang   
exp
+loong  default/linux/loong/23.0/la64v100/lp64d/llvm
exp
+loong  default/linux/loong/23.0/la64v100/lp64d/llvm/systemd
exp
 loong  default/linux/loong/23.0/la64v100/lp64d/desktop 
exp
 loong  default/linux/loong/23.0/la64v100/lp64d/desktop/gnome   
exp
 loong  

[gentoo-commits] repo/gentoo:master commit in: app-emacs/geiser/

2023-12-18 Thread Maciej Barć
commit: b3e38ae607c434ee94b1ffd85fb95fab557632dc
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Dec 19 02:35:03 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Dec 19 02:35:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3e38ae6

app-emacs/geiser: bump to 0.30

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

 app-emacs/geiser/Manifest   |  1 +
 app-emacs/geiser/geiser-0.30.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/app-emacs/geiser/Manifest b/app-emacs/geiser/Manifest
index 1129f894df90..db3d01fa6e00 100644
--- a/app-emacs/geiser/Manifest
+++ b/app-emacs/geiser/Manifest
@@ -1 +1,2 @@
 DIST geiser-0.29.1.tar.bz2 655999 BLAKE2B 
c684fee1344f266107591e444c88b2ffdd5b73f4c1e2c63901b3c191d518b55ba0f2b35a19b3b6268a139fe69fd28aee9cae7d398b67b373e9118b0b3b4e7a8a
 SHA512 
6609b6e2c1d8c217b6a132685468100f6c5191d3d13b04c839bf96da8e8c1e7eee77d86c391314a9c8996c8854a7833e29fdc05ac10e8fa7b974ac2aa4e9
+DIST geiser-0.30.tar.bz2 656851 BLAKE2B 
c0a6ce7d2643e83cc049fa812c601217f52f8814efeebc60405ba591739c887ea0aa874e4ea0a6a72bb5f2282281d9883f2a77735d787a442e560ee2083bab54
 SHA512 
c66e168bfd8ccdd9c8c0bd3b29ded78ba1b25eeef062e164926c6ce15ec60410e944b2c58a9cb85a248f953b7fc66322626df108f1d9fe521a7331381bcd86a2

diff --git a/app-emacs/geiser/geiser-0.30.ebuild 
b/app-emacs/geiser/geiser-0.30.ebuild
new file mode 100644
index ..648558153f0b
--- /dev/null
+++ b/app-emacs/geiser/geiser-0.30.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Generic interaction mode between Emacs and different Scheme 
implementations"
+HOMEPAGE="https://gitlab.com/emacs-geiser/geiser/;
+SRC_URI="https://gitlab.com/emacs-geiser/${PN}/-/archive/${PV}/${P}.tar.bz2;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/transient"
+BDEPEND="
+   ${RDEPEND}
+   app-text/texi2html
+   sys-apps/texinfo
+"
+
+DOCS=( readme.org news.org doc/html )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   BYTECOMPFLAGS="-L elisp" elisp-compile elisp/*.el
+
+   emake -C doc info web
+}
+
+src_install() {
+   elisp-install ${PN} elisp/*.el{,c}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+
+   doinfo doc/*.info
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/lsp-mode/

2023-12-18 Thread Maciej Barć
commit: 5d6d7d5f705f77197ecbcb9fc1c63ae4bd1f8f0a
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Dec 19 02:29:30 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Dec 19 02:29:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6d7d5f

app-emacs/lsp-mode: bump to 8.0.1_pre20231218

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

 app-emacs/lsp-mode/Manifest|  1 +
 .../lsp-mode/lsp-mode-8.0.1_pre20231218.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/app-emacs/lsp-mode/Manifest b/app-emacs/lsp-mode/Manifest
index ce3116fa88d6..ed734f672c07 100644
--- a/app-emacs/lsp-mode/Manifest
+++ b/app-emacs/lsp-mode/Manifest
@@ -1 +1,2 @@
 DIST lsp-mode-8.0.0_p20220620.tar.gz 15464614 BLAKE2B 
10e50a52e2a725b1a275b81514bb268619b128370f8989970c75c87bc37516588e798c5f2531b73689d9d102fbd6b965841c6d8a0c337cb8d9052b632a01e289
 SHA512 
d464418df6eb99d8a1f4cad8c9e31ca057286f846afbb0078fdff21cfc685ffc158b1b37d4372bee67eb5298f20bb4db83ed466c09e4b4b3a83db865ef09
+DIST lsp-mode-8.0.1_pre20231218.tar.gz 16396690 BLAKE2B 
e841e1cda6e26ba1d646ea8ffeee7212fb3352e4ed73c323212e9bd883ddbe3461918b3ab435a16e6568d2fdaf97b165accd8876625415dfa428259c0c93998f
 SHA512 
d3f5a26e40b7b569ba185d605208bd888aed6430f1fa5b608db47ba727e72fb540646a3908b80ab04db763d9be9adb8b58ef88165f31c874749ed26f7086c0fc

diff --git a/app-emacs/lsp-mode/lsp-mode-8.0.1_pre20231218.ebuild 
b/app-emacs/lsp-mode/lsp-mode-8.0.1_pre20231218.ebuild
new file mode 100644
index ..1910811a73ae
--- /dev/null
+++ b/app-emacs/lsp-mode/lsp-mode-8.0.1_pre20231218.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT=5b2f3741bb797371bba2932653ca829167f9745a
+NEED_EMACS=27.1
+
+inherit elisp
+
+DESCRIPTION="Emacs client/library for the Language Server Protocol"
+HOMEPAGE="https://emacs-lsp.github.io/lsp-mode/;
+SRC_URI="https://github.com/emacs-lsp/${PN}/archive/${COMMIT}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+   >=app-emacs/dash-2.18.0
+   >=app-emacs/f-0.20.0
+   app-emacs/ht
+   app-emacs/lv
+   app-emacs/markdown-mode
+   app-emacs/spinner
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   app-emacs/deferred
+   app-emacs/ecukes
+   app-emacs/el-mock
+   app-emacs/espuds
+   app-emacs/flycheck
+   app-emacs/undercover
+   )
+"
+
+DOCS=( AUTHORS CHANGELOG.org README.md refcard )
+BYTECOMPFLAGS="-L . -L clients"
+ELISP_REMOVE="
+   test/lsp-clangd-test.el
+   test/lsp-common-test.el
+   test/lsp-integration-test.el
+"   # Remove failing tests.
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert-runner "${S}" -t "!no-win" -t "!org"
+
+src_compile() {
+   elisp_src_compile
+   elisp-compile clients/*.el
+}
+
+src_install() {
+   elisp_src_install
+   elisp-install "${PN}/clients" clients/*
+}



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

2023-12-18 Thread Maciej Barć
commit: 6a55a87b8ec98cc4bb21e102d054ec2775184ccb
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Dec 19 02:32:20 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Dec 19 02:32:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a55a87b

app-text/paper-clip: sync live 

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

 app-text/paper-clip/paper-clip-.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-text/paper-clip/paper-clip-.ebuild 
b/app-text/paper-clip/paper-clip-.ebuild
index 2dc0892a58ef..3d5055cd6861 100644
--- a/app-text/paper-clip/paper-clip-.ebuild
+++ b/app-text/paper-clip/paper-clip-.ebuild
@@ -10,19 +10,21 @@ inherit gnome2-utils meson vala xdg
 DESCRIPTION="Edit the title, author, keywords and more details of PDF 
documents"
 HOMEPAGE="https://github.com/Diego-Ivan/Paper-Clip/;
 
-if [[ ${PV} == ** ]] ; then
+if [[ "${PV}" == ** ]] ; then
inherit git-r3
+
EGIT_REPO_URI="https://github.com/Diego-Ivan/${REAL_PN}.git;
 else
SRC_URI="https://github.com/Diego-Ivan/${REAL_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${REAL_PN}-${PV}"
+
KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-RESTRICT="test" # Only validations, appdata one fails.
+RESTRICT="test"  # Only validations, the appdata one fails.
 
 RDEPEND="
app-text/poppler:=[cairo,introspection]
@@ -53,9 +55,9 @@ src_install() {
einstalldocs
 
# Symlink "pdf-metadata-editor" (old name?) to "${PN}"
-   dosym -r /usr/bin/pdf-metadata-editor /usr/bin/${PN}
+   dosym -r /usr/bin/pdf-metadata-editor "/usr/bin/${PN}"
 
-   mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
+   mv "${ED}/usr/share/appdata" "${ED}/usr/share/metainfo" || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: app-emacs/transient/

2023-12-18 Thread Maciej Barć
commit: 1f39404312dec486ca065ee2cafeb38d40253d6d
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Dec 19 02:36:41 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Dec 19 02:36:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f394043

app-emacs/transient: bump to 0.5.3

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

 app-emacs/transient/Manifest   |  1 +
 app-emacs/transient/transient-0.5.3.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/app-emacs/transient/Manifest b/app-emacs/transient/Manifest
index a75d0ea00b8d..c3692eebbaac 100644
--- a/app-emacs/transient/Manifest
+++ b/app-emacs/transient/Manifest
@@ -1,3 +1,4 @@
 DIST transient-0.4.3.tar.gz 129365 BLAKE2B 
d07fb5cb6586950bd3561b2a7f77b6458db58531e7735d203dabbfd292facaf44af850de4f4824f6335f41afcf79d03c0291d31af31b84b4118ffb8cae996f2a
 SHA512 
afa2f75a0d4d6d45af1e36f155371dad6a966073cbab9a3858eec020458530d21a34860b88ec4d1e1e93570675b9df6d5692ed8f8a1903478ee5085c9d2d039a
 DIST transient-0.5.0.tar.gz 131312 BLAKE2B 
4bf384c0a4f09863f541fb3d0e49542dae4c5da6a14ce7fd2f52af492809a7b0eab051134fdf3a06cefc1992746732a43b858349e63a0cdc271dcbf4b7352fe8
 SHA512 
3993dda7a39b3959d1eec91feb4e2bb345797d70d7c23bbd796f68309457090889b8d6c678cc2bb5872f76879a4d8a1cc5b14ac3d38abd9a57f2e06ad8d7001b
 DIST transient-0.5.2.tar.gz 133643 BLAKE2B 
765d78c9c5bd756ff82a4857477350def4fc52a55e53f9f8b21e065a853d5ff4eacaa8507d30e4fb39ccb91a966cf71c06b5e5f3248768d1bc8476d67ef560c2
 SHA512 
d8cf45b302a960659ee6d306d71d32d4e8e614deca8033afe5e644f48f36fcb885e0cd9acf307b2e1ba2d3c99a32ca73cd7a0cd6ab78f8e3442fe4b01e3b04b8
+DIST transient-0.5.3.tar.gz 133756 BLAKE2B 
4dfe8df4ec72328f1227fb4f885345709e5686854d5caf8c103ef6081b4a6858de29f33292d7a06acdf0c5f6085311e739122cb10f39e1af9b55d407eb82
 SHA512 
d6767b36443fdc76703e028613c2bf13de8a55258506091cfc7506e7a2bdb98bd38f387684856a3860201935bdf305c0429716ce250712c5df27cf6d10064bbf

diff --git a/app-emacs/transient/transient-0.5.3.ebuild 
b/app-emacs/transient/transient-0.5.3.ebuild
new file mode 100644
index ..ab8accfcb76d
--- /dev/null
+++ b/app-emacs/transient/transient-0.5.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Transient commands abstraction for GNU Emacs"
+HOMEPAGE="https://magit.vc/manual/transient/
+   https://github.com/magit/transient/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/magit/${PN}.git;
+else
+   SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( CHANGELOG README.org docs/${PN}.org )
+ELISP_TEXINFO="docs/${PN}.texi"
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/compat-29.1.4.1
+"
+BDEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+"
+
+src_prepare() {
+   mv lisp/*.el . || die
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/fsautocomplete/, dev-dotnet/fsautocomplete/files/

2023-12-18 Thread Maciej Barć
commit: 8223827736d4a7c95471423728747375e7230a12
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Dec 19 01:26:54 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Dec 19 01:39:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82238277

dev-dotnet/fsautocomplete: new package, add 0.68.0

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

 dev-dotnet/fsautocomplete/Manifest | 216 
 .../fsautocomplete-0.68.0-paket-dependencies.patch |  20 ++
 .../fsautocomplete/fsautocomplete-0.68.0.ebuild| 285 +
 dev-dotnet/fsautocomplete/metadata.xml |  19 ++
 4 files changed, 540 insertions(+)

diff --git a/dev-dotnet/fsautocomplete/Manifest 
b/dev-dotnet/fsautocomplete/Manifest
new file mode 100644
index ..ae8dcf7bf6d9
--- /dev/null
+++ b/dev-dotnet/fsautocomplete/Manifest
@@ -0,0 +1,216 @@
+DIST altcover.8.3.838.nupkg 6777876 BLAKE2B 
ce94bcdb55b9658cd5431ad9fe96eef93cb754ae71a75d24ca2c471c2465881d40a25a8e728a628761e1ec0e06950b7e927779dccc72cf4d1670c8f7a6a140f6
 SHA512 
a5a28519dfecfc49f4ba1bcc80cda6823324f26012cd0c43e89b5ac593346cdc3c944cf295671beb573ed12f1d467b024a693048c20753225e9ae2dece3d0ffa
+DIST benchmarkdotnet.0.13.5.nupkg 2478369 BLAKE2B 
0e603e07a77ec6b836a5c1736a57acfd8aa9f02d19be7ad6a886be954659f5e2dc598ddf85ee742e57f066fb1cd2fdc429d0a544dbb7e09aabe13fb2adc9bb61
 SHA512 
8eff8d1591789ceaf1c274bf932f6858e96e5700f1d4f55004e78d36155e83aa0e19e0d4992f9109850927179277d190b28ca2760cbbfd3db7d01536f1432687
+DIST benchmarkdotnet.annotations.0.13.5.nupkg 63241 BLAKE2B 
fe2eb66ae854b4a96636ec625b8c1b0122b40d2a1173379067bec2a12088907834b0c495c2a5b38ea2f20eac0b05489f0fbeb8d8058762c1a615b17facb339df
 SHA512 
5e7a3814d61e3f628a95797088891fa426b1263706f3d4a3ed7e7bab1e31cb21c9298cc2050aa526b556fe778de31e107dbfec9743050a0da2424ddf8d531a7c
+DIST blackfox.vswhere.1.1.0.nupkg 65091 BLAKE2B 
1b505838d308a2a4b056aa790eadf2f1a065b0b2b2d598c4e3554d5a98fec3adfaa0c8e4ffebf1939d7b26b796d8109d9b1b2e8fae1cc5e237449fab50892d5b
 SHA512 
85c1a4344984aacc0861e3780114d96dfb7df0ffe90ff65c309efe454aeaf540e6d9f1a47334cec4015f2adce7bc469a338c3dcc3af1638d52ed01d580326d80
+DIST cliwrap.3.4.4.nupkg 278187 BLAKE2B 
274d9f52a5fd73ebb5de065dc75e4051125ed1f53c79360b610737015ada7a8aa7bec3d08244b430ac20d6a8df3597d0bed282a3feb3c9d9553f8dcc814f3beb
 SHA512 
8cf45b6f0611921a5955c2e631133ce6b8d2609f4486d065098e10f9425a47837c4307b971d51a006d5530f869ce4c697a8949a804272309cd89465f270d37eb
+DIST commandlineparser.2.4.3.nupkg 110637 BLAKE2B 
0493839d7a58ed915281dbf922c2223a8b7acf7b85433673c448e88246537ee95f352144b554af9e117b24f99518483c8d08d2c71a3843d52f222a6067e98dc5
 SHA512 
dff5a9482b07368e1a4d268d5bd4a7992a91343811e2678a5499f96a72999ff851fe51a70e9f076c332ed7fc361973978b6ac0851114d5c37040cb44b654759a
+DIST communitytoolkit.highperformance.7.0.1.nupkg 692625 BLAKE2B 
dba5f9823b9c47d96e5813a12e83ffccaada9b66c2132f90c0245f1eb96a62db923340b9dccf957d58786df7037940e8666f983d006257a39d423699b509e23f
 SHA512 
9e6c3efb257ffbda08ecf81f217611802444a8d5cbd3c60c23c4c36a3dd7db7e459e049d339125941337653dfc3a6340ea877b03f7879639ac8efc97f4d2eb47
+DIST destructurama.fsharp.1.2.0.nupkg 23845 BLAKE2B 
bdd46e4f95dc3927d37dee8b08d78ea5f03903e507b226aa80b9f9cf4b3e65913cb1a6c068e83726a95c5bcb497da691c0321074baab549c470f71100b94a29e
 SHA512 
8f3a5fe7437d51ae7482f88b9b47d3829437edf4ce57d5a397788cf443d612437c782c39589e14c101f6c3dc287bdc8965034fd8eb7569d747c617e9fbb04d08
+DIST diffplex.1.7.1.nupkg 84087 BLAKE2B 
39bc921b480f9d1e1175c876647a8f3a5f178b3275a1320b55370d51b76bf317b6106b06ec2aa5414c237201811191a859960b2fe63d5fda3be35846e5ae1372
 SHA512 
ef67b73e3835513e1b932e478299462830d54b49a18fd5b08c3bd5e18faa04ccb78839e884c4af2fbc4e2bb3009784746985cf73d10e37051f32dc14be731e9b
+DIST dotnet-reportgenerator-globaltool.5.0.2.nupkg 5112833 BLAKE2B 
6146ef0d945d62de3d2bb03f7b5a3058efbc6c3f50f08787ab781c1622541f46567eb931150fb44c1a1debd823645b13d3352dd59073bfa68fbfe8c3e7eaf636
 SHA512 
59965004009b1b2ffee8a0e0b4c1a8040e04e3e854decb90be78f7888fbd7e4974c438fbcf6254b45c4c981d82bbb248c8f89d43b4f922073452ca65fb6da2e3
+DIST dotnet.reproduciblebuilds.1.1.1.nupkg 24193 BLAKE2B 
7fa2efe9549ec3f7242ceff1566e3e1a11c5fe51091a1ed6faa7fc39ed7feb40c1e6f0b24a0cbc024e157905215e5be1fe776df0f647acbfbb3ac60c9b654756
 SHA512 
03dabc14d61db33723dd02d11613848125a36ecbafaad95fba1727f909f92777d6ee963394d00a6eb4e9383e636cbe46b54516abe2c6ea2baffdb76a2617b332
+DIST expecto.10.1.0.nupkg 373200 BLAKE2B 
c532c91f49625fe7edf2550194f5f3ae34b0f3c246242418ad43fe346a4cdf22e38a38bb7b3f0f981f4ea8e668a7f63f4f7e337411dd339426a5372be7b9c795
 SHA512 
cac251c942624de51d8fa2b521fdbbc89122db9ca3a0f433bec773ac2265cb0fae077690170887282570a79e470ab94fc515db0b24e64e0fc11713aa27c8a2e4
+DIST expecto.diff.9.0.4.nupkg 39084 BLAKE2B 
a275cda79b5bd09949c0d5c748e4ec27c3e5b0d35db1165fe6faa6d289c77044d8a6102a6a9e15f31cab14e8858beee4ca7c85ea1d3c5722fd1b575a1281544e
 SHA512 

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

2023-12-18 Thread Mart Raudsepp
commit: 9121b64f24cf600b88a28d83bf3d0f09b69a5f5f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:53:56 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:53:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9121b64f

gnome-base/gnome: drop 40.0-r1

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

 gnome-base/gnome/gnome-40.0-r1.ebuild | 52 ---
 1 file changed, 52 deletions(-)

diff --git a/gnome-base/gnome/gnome-40.0-r1.ebuild 
b/gnome-base/gnome/gnome-40.0-r1.ebuild
deleted file mode 100644
index adbf88e7ec29..
--- a/gnome-base/gnome/gnome-40.0-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Meta package for GNOME, merge this package to install"
-HOMEPAGE="https://www.gnome.org/;
-
-LICENSE="metapackage"
-SLOT="2.0" # Cannot be installed at the same time as gnome-2
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-
-IUSE="accessibility +bluetooth +classic cups +extras"
-
-S=${WORKDIR}
-
-# TODO: check accessibility completeness
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-   >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?]
-
-   >=gnome-base/gdm-40.0
-
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV}
-   >=media-fonts/cantarell-0.301
-
-   >=x11-themes/gnome-backgrounds-40.0
-   x11-themes/sound-theme-freedesktop
-
-   accessibility? (
-   >=app-accessibility/at-spi2-atk-2.38.0
-   >=app-accessibility/at-spi2-core-2.40.0
-   >=app-accessibility/orca-40.0
-   >=gnome-extra/mousetweaks-3.32.0
-   )
-   classic? ( >=gnome-extra/gnome-shell-extensions-40.0 )
-   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
-"
-PDEPEND=">=gnome-base/gvfs-1.48.0[udisks]"
-
-DEPEND=""
-BDEPEND=""
-
-pkg_postinst() {
-   # Remind people where to find our project information
-   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
-   elog "for information about the project and documentation."
-}



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

2023-12-18 Thread Mart Raudsepp
commit: eba05f2ac9ac21013d8546572f87d53baffd23f1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:53:31 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:53:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba05f2a

gnome-base/gnome: add 44.4

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

 gnome-base/gnome/gnome-44.4.ebuild | 51 ++
 1 file changed, 51 insertions(+)

diff --git a/gnome-base/gnome/gnome-44.4.ebuild 
b/gnome-base/gnome/gnome-44.4.ebuild
new file mode 100644
index ..bf8a07d94b6d
--- /dev/null
+++ b/gnome-base/gnome/gnome-44.4.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Meta package for GNOME, merge this package to install"
+HOMEPAGE="https://www.gnome.org/;
+
+LICENSE="metapackage"
+SLOT="2.0" # Cannot be installed at the same time as gnome-2
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+IUSE="accessibility +bluetooth +classic cups +extras"
+
+S=${WORKDIR}
+
+# TODO: check accessibility completeness
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+   >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?]
+
+   >=gnome-base/gdm-44.1
+
+   >=x11-wm/mutter-44.3
+   >=gnome-base/gnome-shell-44.3
+   >=media-fonts/cantarell-0.303.1
+
+   >=x11-themes/gnome-backgrounds-44.0
+   x11-themes/sound-theme-freedesktop
+
+   accessibility? (
+   >=app-accessibility/at-spi2-core-2.48.3
+   >=app-accessibility/orca-44.1
+   >=gnome-extra/mousetweaks-3.32.0
+   )
+   classic? ( >=gnome-extra/gnome-shell-extensions-44.0 )
+   extras? ( >=gnome-base/gnome-extra-apps-${PV} )
+"
+PDEPEND=">=gnome-base/gvfs-1.50.6[udisks]"
+
+DEPEND=""
+BDEPEND=""
+
+pkg_postinst() {
+   # Remind people where to find our project information
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
+   elog "for information about the project and documentation."
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-extra-apps/

2023-12-18 Thread Mart Raudsepp
commit: 8a58dbf31b26ac5edc9b32fcb0b5948461ed63e6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:51:25 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:51:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a58dbf3

gnome-base/gnome-extra-apps: drop 41.0

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

 .../gnome-extra-apps/gnome-extra-apps-41.0.ebuild  | 75 --
 1 file changed, 75 deletions(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-41.0.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-41.0.ebuild
deleted file mode 100644
index 936cca4bc4a6..
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-41.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Sub-meta package for the applications of GNOME"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+games share +shotwell +tracker"
-
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-
-# Note to developers:
-# This is a wrapper for the extra apps integrated with GNOME
-# Keep pkg order within a USE flag as upstream releng versions file
-# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer; 
replace gucharmap with gnome-characters?
-# TODO: Add gnome-remote-desktop as replacement for vino that was removed from 
meta in 3.36?
-# gnome-documents removed for now, as it didn't find a good place upstream and 
is getting dropped from default sets for distros for 3.30 (and for 3.26 it 
required newer tracker than we had at the time)
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}
-
-   >=sys-apps/baobab-40.0
-   >=media-video/cheese-3.38.0
-   >=www-client/epiphany-40.0
-   >=app-arch/file-roller-3.38.0
-   >=gnome-extra/gnome-calculator-40.0
-   >=gnome-extra/gnome-calendar-40.0
-   >=gnome-extra/gnome-characters-40.0
-   >=sys-apps/gnome-disk-utility-40.0
-   >=media-gfx/gnome-font-viewer-40.0
-   >=media-gfx/gnome-screenshot-40.0
-   >=gnome-extra/gnome-system-monitor-40.0
-   >=gnome-extra/gnome-weather-40.0
-   >=gnome-extra/gucharmap-13.0.7:2.90
-   >=gnome-extra/sushi-3.38.0
-   >=media-sound/sound-juicer-3.38.0
-
-   >=gnome-base/dconf-editor-3.38.3
-   >=app-dicts/gnome-dictionary-40.0
-   >=mail-client/evolution-3.${PV}
-   >=gnome-extra/gnome-tweaks-40.0
-   >=gnome-extra/nautilus-sendto-3.8.6
-
-   games? (
-   >=games-puzzle/five-or-more-3.32.2
-   >=games-board/four-in-a-row-3.38.1
-   >=games-board/gnome-chess-40.0
-   >=games-puzzle/gnome-klotski-3.38.2
-   >=games-board/gnome-mahjongg-3.38.3
-   >=games-board/gnome-mines-40.0
-   >=games-arcade/gnome-nibbles-3.38.2
-   >=games-arcade/gnome-robots-40.0
-   >=games-puzzle/gnome-sudoku-40.0
-   >=games-puzzle/gnome-taquin-3.38.1
-   >=games-puzzle/gnome-tetravex-3.38.2
-   >=games-puzzle/hitori-3.36.0
-   >=games-board/iagno-3.38.1
-   >=games-puzzle/lightsoff-40.0
-   >=games-puzzle/quadrapassel-3.38.1
-   >=games-puzzle/swell-foop-40.0
-   >=games-board/tali-40.0
-   )
-   share? ( >=gnome-extra/gnome-user-share-3.34.0 )
-   shotwell? ( >=media-gfx/shotwell-0.30.11 )
-   tracker? (
-   >=app-misc/tracker-3
-   >=app-misc/tracker-miners-3
-   >=media-gfx/gnome-photos-40.0
-   >=media-sound/gnome-music-40.0
-   )
-"
-DEPEND=""
-BDEPEND=""
-S=${WORKDIR}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-extra-apps/

2023-12-18 Thread Mart Raudsepp
commit: f82fb86779ecba280256c04e3879d07830dfb8cd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:51:18 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:51:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82fb867

gnome-base/gnome-extra-apps: stabilize 44.4 for amd64, arm64, x86

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

 gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild
index 0a7c0be9162e..7ead42eca673 100644
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild
@@ -9,7 +9,7 @@ LICENSE="metapackage"
 SLOT="3.0"
 IUSE="+games share +shotwell +tracker"
 
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 
 # Note to developers:
 # This is a wrapper for the extra apps integrated with GNOME



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-extra-apps/

2023-12-18 Thread Mart Raudsepp
commit: 8fb35c986bd5e7ff3d4a186d7e294a326ef110b7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:51:04 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:51:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb35c98

gnome-base/gnome-extra-apps: add 44.4

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

 .../gnome-extra-apps/gnome-extra-apps-44.4.ebuild  | 72 ++
 1 file changed, 72 insertions(+)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild
new file mode 100644
index ..0a7c0be9162e
--- /dev/null
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-44.4.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Sub-meta package for the applications of GNOME"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+games share +shotwell +tracker"
+
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+# Note to developers:
+# This is a wrapper for the extra apps integrated with GNOME
+# Keep pkg order within a USE flag as upstream releng versions file
+# TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer; 
replace gucharmap with gnome-characters?
+# TODO: Add gnome-remote-desktop as replacement for vino that was removed from 
meta in 3.36?
+# gnome-documents removed for now, as it didn't find a good place upstream and 
is getting dropped from default sets for distros for 3.30 (and for 3.26 it 
required newer tracker than we had at the time)
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}
+
+   >=sys-apps/baobab-44.0
+   >=media-video/cheese-44.1
+   >=www-client/epiphany-44.6
+   >=app-arch/file-roller-43.0
+   >=gnome-extra/gnome-calculator-44.0
+   >=gnome-extra/gnome-calendar-44.1
+   >=gnome-extra/gnome-characters-44.0
+   >=sys-apps/gnome-disk-utility-44.0
+   >=media-gfx/gnome-font-viewer-44.0
+   >=gnome-extra/gnome-system-monitor-44.0
+   >=gnome-extra/gnome-weather-44.0
+   >=gnome-extra/sushi-44.2
+
+   >=gnome-base/dconf-editor-43.0
+   >=mail-client/evolution-3.48.4
+   >=gnome-extra/gnome-tweaks-40.0
+   >=gnome-extra/nautilus-sendto-3.8.6
+   >=app-crypt/seahorse-43.0
+
+   games? (
+   >=games-puzzle/five-or-more-3.32.3
+   >=games-board/four-in-a-row-3.38.1
+   >=games-board/gnome-chess-43.2
+   >=games-puzzle/gnome-klotski-3.38.2
+   >=games-board/gnome-mahjongg-3.40.0
+   >=games-board/gnome-mines-40.1
+   >=games-arcade/gnome-nibbles-3.38.3
+   >=games-arcade/gnome-robots-40.0
+   >=games-puzzle/gnome-sudoku-44.0
+   >=games-puzzle/gnome-taquin-3.38.1
+   >=games-puzzle/gnome-tetravex-3.38.2
+   >=games-puzzle/hitori-44.0
+   >=games-board/iagno-3.38.1
+   >=games-puzzle/lightsoff-40.0.1
+   >=games-puzzle/quadrapassel-40.2
+   >=games-puzzle/swell-foop-41.1
+   >=games-board/tali-40.9
+   )
+   share? ( >=gnome-extra/gnome-user-share-43.0 )
+   shotwell? ( >=media-gfx/shotwell-0.32.2 )
+   tracker? (
+   >=app-misc/tracker-3.5.3
+   >=app-misc/tracker-miners-3.5.2
+   >=media-gfx/gnome-photos-44.0
+   >=media-sound/gnome-music-44.0
+   )
+"
+DEPEND=""
+BDEPEND=""
+S=${WORKDIR}



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

2023-12-18 Thread Mart Raudsepp
commit: 7002e93a6b83a01e3704974fc813d2061e2414b4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:53:47 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:53:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7002e93a

gnome-base/gnome: stabilize 44.4 for amd64, arm64, x86

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

 gnome-base/gnome/gnome-44.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome/gnome-44.4.ebuild 
b/gnome-base/gnome/gnome-44.4.ebuild
index bf8a07d94b6d..0647fa335550 100644
--- a/gnome-base/gnome/gnome-44.4.ebuild
+++ b/gnome-base/gnome/gnome-44.4.ebuild
@@ -11,7 +11,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 
 IUSE="accessibility +bluetooth +classic cups +extras"
 



[gentoo-commits] proj/kde:master commit in: .github/workflows/

2023-12-18 Thread Sam James
commit: 3dcf3e524adc240b369a1abe2bf24b9664c49f71
Author: Alfred Wingate  protonmail  com>
AuthorDate: Mon Dec 18 14:54:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 18 23:48:42 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dcf3e52

.github/workflows: add pkgcheck actions

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/kde/pull/962
Signed-off-by: Sam James  gentoo.org>

 .github/workflows/pkgcheck.yaml   | 13 +
 .github/workflows/pkgcheck_merge.yaml | 17 +
 2 files changed, 30 insertions(+)

diff --git a/.github/workflows/pkgcheck.yaml b/.github/workflows/pkgcheck.yaml
new file mode 100644
index 00..433273bc72
--- /dev/null
+++ b/.github/workflows/pkgcheck.yaml
@@ -0,0 +1,13 @@
+name: pkgcheck
+on:
+  push:
+branches: [master]
+
+jobs:
+  build:
+runs-on: ubuntu-latest
+steps:
+  - name: Checkout code
+uses: actions/checkout@v2
+  - name: Run pkgcheck
+uses: pkgcore/pkgcheck-action@v1

diff --git a/.github/workflows/pkgcheck_merge.yaml 
b/.github/workflows/pkgcheck_merge.yaml
new file mode 100644
index 00..651883127f
--- /dev/null
+++ b/.github/workflows/pkgcheck_merge.yaml
@@ -0,0 +1,17 @@
+name: pkgcheck_merge
+on:
+  pull_request:
+branches: [master]
+
+jobs:
+  build:
+runs-on: ubuntu-latest
+steps:
+  - name: Checkout code
+uses: actions/checkout@v2
+with:
+  fetch-depth: 2
+  - name: Run pkgcheck
+uses: pkgcore/pkgcheck-action@v1
+with:
+  args: --exit warning --commits HEAD^..${{ github.sha }}



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

2023-12-18 Thread Mart Raudsepp
commit: 1a551e2012e227bb9986ca14c8c7cc964f6c74d1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:43:21 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:43:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a551e20

gnome-base/gnome-light: stabilize 44.4 for amd64, x86

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

 gnome-base/gnome-light/gnome-light-44.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-light/gnome-light-44.4.ebuild 
b/gnome-base/gnome-light/gnome-light-44.4.ebuild
index ecf836dd4457..e3538d358696 100644
--- a/gnome-base/gnome-light/gnome-light-44.4.ebuild
+++ b/gnome-base/gnome-light/gnome-light-44.4.ebuild
@@ -11,7 +11,7 @@ LICENSE="metapackage"
 SLOT="2.0"
 IUSE="cups +gnome-shell"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 # XXX: Note to developers:
 # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of



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

2023-12-18 Thread Mart Raudsepp
commit: 5e56a692855728c4bcb921d0467e8ccdbbfdf0f4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:43:04 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:43:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e56a692

gnome-base/gnome-light: add 44.4

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

 gnome-base/gnome-light/gnome-light-44.4.ebuild | 62 ++
 1 file changed, 62 insertions(+)

diff --git a/gnome-base/gnome-light/gnome-light-44.4.ebuild 
b/gnome-base/gnome-light/gnome-light-44.4.ebuild
new file mode 100644
index ..ecf836dd4457
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-44.4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+P_RELEASE="$(ver_cut 1).0"
+
+DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="2.0"
+IUSE="cups +gnome-shell"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
+# any apps, but shouldn't be used by users unless they know what they are 
doing.
+# cantarell minimum version is ensured here as gnome-shell depends on it.
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+   >=gnome-base/gnome-session-44.0
+   >=gnome-base/gnome-settings-daemon-44.1[cups?]
+   >=gnome-base/gnome-control-center-44.3[cups?]
+
+   >=gnome-base/nautilus-44.2.1
+
+   gnome-shell? (
+   >=x11-wm/mutter-44.3
+   >=dev-libs/gjs-1.76.2
+   >=gnome-base/gnome-shell-44.3
+   >=media-fonts/cantarell-0.303.1
+   )
+
+   >=x11-themes/adwaita-icon-theme-${P_RELEASE}
+   >=x11-themes/gnome-backgrounds-${P_RELEASE}
+
+   || (
+   >=x11-terms/gnome-terminal-3.48.2
+   >=gui-apps/gnome-console-44.4
+   )
+"
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.50.6"
+BDEPEND=""
+S="${WORKDIR}"
+
+pkg_pretend() {
+   if ! use gnome-shell; then
+   # Users probably want to use gnome-flashback, e16, sawfish, etc
+   ewarn "You're not installing GNOME Shell"
+   ewarn "You will have to install and manage a window manager by 
yourself"
+   fi
+}
+
+pkg_postinst() {
+   # Remember people where to find our project information
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
+   elog "for information about the project and documentation."
+}



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

2023-12-18 Thread Mart Raudsepp
commit: ffeed2bbe7ed051fa01e13dbc3360be6b8f50e1f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:43:29 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:43:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffeed2bb

gnome-base/gnome-light: drop 40.0

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

 gnome-base/gnome-light/gnome-light-40.0.ebuild | 60 --
 1 file changed, 60 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-40.0.ebuild 
b/gnome-base/gnome-light/gnome-light-40.0.ebuild
deleted file mode 100644
index e6a680103596..
--- a/gnome-base/gnome-light/gnome-light-40.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-P_RELEASE="$(ver_cut 1-2)"
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
-# any apps, but shouldn't be used by users unless they know what they are 
doing.
-# cantarell minimum version is ensured here as gnome-shell depends on it.
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-40.0
-   >=gnome-base/gnome-settings-daemon-40.0[cups?]
-   >=gnome-base/gnome-control-center-40.0[cups?]
-
-   >=gnome-base/nautilus-40.0
-
-   gnome-shell? (
-   >=x11-wm/mutter-${PV}
-   >=dev-libs/gjs-1.68.0
-   >=gnome-base/gnome-shell-${PV}
-   >=media-fonts/cantarell-0.301
-   )
-
-   >=x11-themes/adwaita-icon-theme-40.0
-   >=x11-themes/gnome-themes-standard-3.28
-   >=x11-themes/gnome-backgrounds-${P_RELEASE}
-
-   >=x11-terms/gnome-terminal-3.40.0
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.48.0"
-BDEPEND=""
-S="${WORKDIR}"
-
-pkg_pretend() {
-   if ! use gnome-shell; then
-   # Users probably want to use gnome-flashback, e16, sawfish, etc
-   ewarn "You're not installing GNOME Shell"
-   ewarn "You will have to install and manage a window manager by 
yourself"
-   fi
-}
-
-pkg_postinst() {
-   # Remember people where to find our project information
-   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
-   elog "for information about the project and documentation."
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/

2023-12-18 Thread Mart Raudsepp
commit: 18c156d618de253c52cb57f8c06e5636ae6d58f9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:16:21 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:22:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c156d6

gnome-base/gnome-core-libs: add 44.4

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

 .../gnome-core-libs/gnome-core-libs-44.4.ebuild| 41 ++
 1 file changed, 41 insertions(+)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild
new file mode 100644
index ..020a60fe7da6
--- /dev/null
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core libraries of GNOME"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="cups python"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+# Note to developers:
+# This is a wrapper for the core libraries used by GNOME
+RDEPEND="
+   >=dev-libs/glib-2.76.4:2
+   >=x11-libs/gdk-pixbuf-2.42.10:2
+   >=x11-libs/pango-1.50.14
+   >=x11-libs/gtk+-3.24.38:3[cups?]
+   >=gui-libs/gtk-4.10.5:4[cups?]
+   >=gui-libs/libadwaita-1.3.4:1
+   >=app-accessibility/at-spi2-core-2.48.3:2
+   >=gnome-base/librsvg-2.56.3
+   >=gnome-base/gnome-desktop-44.0:4
+
+   >=gnome-base/gvfs-1.50.6
+   >=gnome-base/dconf-0.40.0
+
+   >=media-libs/gstreamer-1.20.6:1.0
+   >=media-libs/gst-plugins-base-1.20.6:1.0
+   >=media-libs/gst-plugins-good-1.20.6:1.0
+
+   python? ( >=dev-python/pygobject-3.44.1:3 )
+"
+DEPEND=""
+BDEPEND=""
+
+S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/

2023-12-18 Thread Mart Raudsepp
commit: e999dd49957500480d5d00a151aa10d879e8d664
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:36:38 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:36:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e999dd49

gnome-base/gnome-core-apps: stabilize 44.4 for amd64, arm64, x86

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

 gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
index 31a2b50b0b5d..8f318f774316 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
@@ -11,7 +11,7 @@ IUSE="+bluetooth cups"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 
 # gnome-color-manager min version enforced here due to control-center pulling 
it in
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/

2023-12-18 Thread Mart Raudsepp
commit: 02a0be97ebcd50f302683cc203fe43dbff8ae1c4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:32:21 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:32:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a0be97

gnome-base/gnome-core-apps: add 44.4

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

 .../gnome-core-apps/gnome-core-apps-44.4.ebuild| 57 ++
 1 file changed, 57 insertions(+)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
new file mode 100644
index ..31a2b50b0b5d
--- /dev/null
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-44.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+bluetooth cups"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+# gnome-color-manager min version enforced here due to control-center pulling 
it in
+RDEPEND="
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+   >=gnome-base/gnome-session-44.0
+   >=gnome-base/gnome-settings-daemon-44.1[cups?]
+   >=gnome-base/gnome-control-center-44.3[cups?]
+   >=gnome-extra/gnome-color-manager-3.36.0
+
+   >=app-crypt/gcr-3.41.1:0
+   >=app-crypt/gcr-4.1.0:4
+   >=gnome-base/nautilus-44.2.1
+   >=gnome-base/gnome-keyring-42.1
+   >=gnome-extra/evolution-data-server-3.48.4
+
+   || (
+   >=app-editors/gnome-text-editor-44.0
+   >=app-editors/gedit-44
+   )
+   >=app-text/evince-44.3
+   >=gnome-extra/gnome-contacts-44.0
+   >=media-gfx/eog-44.3
+   >=media-video/totem-43.0
+   || (
+   >=x11-terms/gnome-terminal-3.48.2
+   >=gui-apps/gnome-console-44.4
+   )
+
+   >=gnome-extra/gnome-user-docs-44.3
+   >=gnome-extra/yelp-42.2
+
+   >=x11-themes/adwaita-icon-theme-44.0
+
+   bluetooth? ( >=net-wireless/gnome-bluetooth-42.5 )
+"
+DEPEND=""
+BDEPEND=""
+
+# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
+# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just 
gnome-classic extensions
+
+S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/

2023-12-18 Thread Mart Raudsepp
commit: 8c18fbfb8fb6854a22b7d4e8c0fc936b9bb754e9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:37:23 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:37:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c18fbfb

gnome-base/gnome-core-apps: drop 41.3

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

 .../gnome-core-apps/gnome-core-apps-41.3.ebuild| 52 --
 1 file changed, 52 deletions(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
deleted file mode 100644
index 1bb512579026..
--- a/gnome-base/gnome-core-apps/gnome-core-apps-41.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="+bluetooth cups"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-
-# gnome-color-manager min version enforced here due to control-center pulling 
it in
-RDEPEND="
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-40.1.1
-   >=gnome-base/gnome-settings-daemon-41.0[cups?]
-   >=gnome-base/gnome-control-center-41.2[cups?]
-   >=gnome-extra/gnome-color-manager-3.36.0
-
-   >=app-crypt/gcr-3.40.0
-   >=gnome-base/nautilus-41.1
-   >=gnome-base/gnome-keyring-40.0
-   >=gnome-extra/evolution-data-server-3.42.3
-
-   >=app-crypt/seahorse-41.0
-   >=app-editors/gedit-41
-   >=app-text/evince-41.3
-   >=gnome-extra/gnome-contacts-41.0
-   >=media-gfx/eog-41.1
-   >=media-video/totem-3.38.2
-   >=x11-terms/gnome-terminal-3.42.2
-
-   >=gnome-extra/gnome-user-docs-41.1
-   >=gnome-extra/yelp-41.2
-
-   >=x11-themes/adwaita-icon-theme-41.0
-
-   bluetooth? ( >=net-wireless/gnome-bluetooth-3.34.5 )
-"
-DEPEND=""
-BDEPEND=""
-
-# cdr? ( >=app-cdr/brasero-3.12.2 ) # not part of gnome releng release anymore
-# >=gnome-base/gnome-menus-3.13.3:3  # not used by core gnome anymore, just 
gnome-classic extensions
-# >=net-im/empathy-3.12.12 # not part of gnome releng core or apps suite 
anymore
-
-S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/

2023-12-18 Thread Mart Raudsepp
commit: bd3c91c7413f9ac0f19876279cf0dc21363b5a88
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:23:50 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:23:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3c91c7

gnome-base/gnome-core-libs: drop 41.3

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

 .../gnome-core-libs/gnome-core-libs-41.3.ebuild| 39 --
 1 file changed, 39 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-41.3.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-41.3.ebuild
deleted file mode 100644
index 768ed7bbdcad..
--- a/gnome-base/gnome-core-libs/gnome-core-libs-41.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Sub-meta package for the core libraries of GNOME"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="3.0"
-IUSE="cups python"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-
-# Note to developers:
-# This is a wrapper for the core libraries used by GNOME
-RDEPEND="
-   >=dev-libs/glib-2.70.2:2
-   >=x11-libs/gdk-pixbuf-2.42.6:2
-   >=x11-libs/pango-1.48.10
-   >=x11-libs/gtk+-3.24.31:3[cups?]
-   >=dev-libs/atk-2.36.0
-   >=gnome-base/librsvg-2.52.5
-   >=gnome-base/gnome-desktop-${PV}:3
-
-   >=gnome-base/gvfs-1.48.1
-   >=gnome-base/dconf-0.40.0
-
-   >=media-libs/gstreamer-1.16.2:1.0
-   >=media-libs/gst-plugins-base-1.16.2:1.0
-   >=media-libs/gst-plugins-good-1.16.2:1.0
-
-   python? ( >=dev-python/pygobject-3.42.0:3 )
-"
-DEPEND=""
-BDEPEND=""
-
-S="${WORKDIR}"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/

2023-12-18 Thread Mart Raudsepp
commit: e8d2f902706e172196c35bca61fdc2b845e4c223
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:22:32 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:22:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d2f902

gnome-base/gnome-core-libs: stabilize 44.4 for amd64, arm64, x86

Meta-package ALLARCHES to catch up on the metas.
This was 44.4 isntead of a newer 44.x because a few components don't have
a stable newer bug-fix version and we are going to be stabilizing GNOME 45
instead at this point soon.

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

 gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild
index 020a60fe7da6..5cf824cf9ce4 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-44.4.ebuild
@@ -11,7 +11,7 @@ IUSE="cups python"
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 
 # Note to developers:
 # This is a wrapper for the core libraries used by GNOME



[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/

2023-12-18 Thread Mart Raudsepp
commit: dc4291e8f55a1f4b4640a0c4bf5140889f6851f0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 22:41:02 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4291e8

x11-wm/mutter: drop 45.0

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

 x11-wm/mutter/Manifest   |   1 -
 x11-wm/mutter/mutter-45.0.ebuild | 235 ---
 2 files changed, 236 deletions(-)

diff --git a/x11-wm/mutter/Manifest b/x11-wm/mutter/Manifest
index 746e65ee6913..46cee7d21b3a 100644
--- a/x11-wm/mutter/Manifest
+++ b/x11-wm/mutter/Manifest
@@ -1,5 +1,4 @@
 DIST mutter-44.3.tar.xz 2848256 BLAKE2B 
42c00d4673cab5d119361c6eb2b78c33894c637b36a34f9b74eb5a19ca621d3458208be020216f9a8949e8b0a9c9de697662c5aebb11f70bc83173ce33c7a1eb
 SHA512 
d29bc6c7407ba81be0b5bfa2333bc77c09f7a084e09d6902cad8ca8e64ba75a22652b68a4e84b79b80481d9a7b6cb490128113dcd125ed5bcd5423d4ec88fb35
 DIST mutter-44.4.tar.xz 2847392 BLAKE2B 
2ecdb0d447c0426a7e02f4d3b3cdf8936a6c7a5fecad163bdba9428f018e0ceb2047b241422bc9de5e9d0fb08e88a04d572d1b404b48d6df214a7263292309ba
 SHA512 
3f7b37be5531e270c071fc9784a6a284a3d715dfd1dfc854779126197d6e53c660836412ba08e6233747c7b016926114a57be5adb36a11c8ec9c81e333ce668c
-DIST mutter-45.0.tar.xz 2883164 BLAKE2B 
cb006cae08a8e4b1c6404ab99b970854a05d764361936d88d726ece6583e922b8e5bab4189ec240292d14cfb312fb1cadafa17e372d332dfc194bdc0041e4441
 SHA512 
bbf813a720a3d8545969d089790f6e4c19cd5c8eb3079ba028945e4728446c78aa7540061ea87e43151c2ef359ea986b0e7a45f56f0eb6a33ca2c3979955bb43
 DIST mutter-45.1.tar.xz 2881852 BLAKE2B 
40fa8de01ecae346d2b9a352d55cb9215e3b9c88d7424c567fd63aa97dc7aa7cc202fdda298a4a8a9bc08330b6db3895d5860b8c99daaa4974dbd07f0ac8b86a
 SHA512 
87a629e941eb231d05fc24dbb905acb12236c971a02dd000fdd6cc6e7686544b5796ce57d10b34e096dc956578a373d5a73e89760bcc6beb292e9a25ce2faaf4
 DIST mutter-45.2.tar.xz 2884940 BLAKE2B 
c4107840b8bd0f75a9c76300f324bfff6aac3195f526ab88102c831df693cb8dfa5b55bb1590a54e68f41eab392e69bb833221480578a2fba4b1e4bdc5ed030d
 SHA512 
2111ad0645d2da58dedb30d94e99b52045f38b31a9de7314a5d8b41a5525612d88d2fbaafd3658eb6f734c143ad12176367c26533237199d9a5c1ad3dea743c7

diff --git a/x11-wm/mutter/mutter-45.0.ebuild b/x11-wm/mutter/mutter-45.0.ebuild
deleted file mode 100644
index a9f2fa638da5..
--- a/x11-wm/mutter/mutter-45.0.ebuild
+++ /dev/null
@@ -1,235 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-inherit gnome.org gnome2-utils meson python-any-r1 udev xdg
-
-DESCRIPTION="GNOME compositing window manager based on Clutter"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/mutter.git;
-   SRC_URI=""
-else
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0/$(($(ver_cut 1) - 32))" # 0/libmutter_api_version - ONLY gnome-shell 
(or anything using mutter-clutter-.pc) should use the subslot
-
-IUSE="debug elogind gnome gtk-doc input_devices_wacom +introspection 
screencast sysprof systemd test udev wayland video_cards_nvidia"
-# native backend requires gles3 for hybrid graphics blitting support, udev and 
a logind provider
-REQUIRED_USE="
-   gtk-doc? ( introspection )
-   wayland? ( ^^ ( elogind systemd ) udev )
-   test? ( wayland )"
-RESTRICT="!test? ( test )"
-
-# gnome-settings-daemon is build checked, but used at runtime only for 
org.gnome.settings-daemon.peripherals.keyboard gschema
-# xorg-server is needed at build and runtime with USE=wayland for Xwayland
-# v3.32.2 has many excessive or unused *_req variables declared, thus 
currently the dep order ignores those and goes via dependency() call order
-DEPEND="
-   >=media-libs/graphene-1.10.2[introspection?]
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/pango-1.46[introspection?]
-   >=x11-libs/cairo-1.14[X]
-   >=dev-libs/fribidi-1.0.0
-   >=gnome-base/gsettings-desktop-schemas-42.0[introspection?]
-   >=dev-libs/glib-2.75.1:2
-   gnome-base/gnome-settings-daemon
-   >=dev-libs/json-glib-0.12.0[introspection?]
-   >=x11-libs/libxkbcommon-0.4.3
-   x11-libs/libICE
-   >=app-accessibility/at-spi2-core-2.46:2[introspection?]
-   sys-apps/dbus
-   >=x11-misc/colord-1.4.5:=
-   >=media-libs/lcms-2.6:2
-   >=media-libs/harfbuzz-2.6.0:=
-   >=dev-libs/libei-1.0.901
-
-   gnome? ( gnome-base/gnome-desktop:4= )
-
-   >=media-libs/libcanberra-0.26
-
-   media-libs/libglvnd[X]
-
-   wayland? (
-   >=dev-libs/wayland-protocols-1.32
-   >=dev-libs/wayland-1.21.0
-
-   x11-libs/libdrm
-   media-libs/mesa[gbm(+)]
-   >=dev-libs/libinput-1.18.0:=
-
-   elogind? ( sys-auth/elogind )
-   

[gentoo-commits] repo/gentoo:master commit in: x11-wm/mutter/

2023-12-18 Thread Mart Raudsepp
commit: 0f3b0042c8159904c5df46cff7e20e37dd9f3622
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 22:40:41 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3b0042

x11-wm/mutter: tiny whitespace fix

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

 x11-wm/mutter/mutter-45.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-wm/mutter/mutter-45.2.ebuild b/x11-wm/mutter/mutter-45.2.ebuild
index 40a5b53d810c..137933c8f503 100644
--- a/x11-wm/mutter/mutter-45.2.ebuild
+++ b/x11-wm/mutter/mutter-45.2.ebuild
@@ -111,7 +111,6 @@ DEPEND+="
 #  )"
 
 RDEPEND="${DEPEND}
-

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

2023-12-18 Thread Mart Raudsepp
commit: 178655ba120edeadc606822b4ddc34de318b06e4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 18 23:11:20 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 18 23:11:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=178655ba

gnome-base/gnome-shell: drop 45.0

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

 gnome-base/gnome-shell/Manifest|   1 -
 gnome-base/gnome-shell/gnome-shell-45.0.ebuild | 185 -
 2 files changed, 186 deletions(-)

diff --git a/gnome-base/gnome-shell/Manifest b/gnome-base/gnome-shell/Manifest
index 713b8c099670..be2e46091451 100644
--- a/gnome-base/gnome-shell/Manifest
+++ b/gnome-base/gnome-shell/Manifest
@@ -1,5 +1,4 @@
 DIST gnome-shell-44.3.tar.xz 1995132 BLAKE2B 
cca266dc20de2a7e99590c72c68df07c0e1d3a3eda0aa2ceb8985202ce21be937df0d80089a9266a847eda485a823ae357dd894fb1c3e64bd77063d260547cc3
 SHA512 
0b8ce9b99f6276939faf8623c236fdb646e16609f1f9081e768f116cd19156f2d6c6da9a059783cbc0b2a0df5b5b748369a6bce0b728338092a3fe3b81cc14b6
 DIST gnome-shell-44.4.tar.xz 1998208 BLAKE2B 
951daccd448a353bde0503585393c1e8c870aa3bd86149639d7c85744c4eebfe0c44488bdb0012883ae17e428e895268a0a687c6901c5797f58dfa87ff26779f
 SHA512 
03a29a7e662a93388981f4ae7186e135ce3e687c99318a8a27ba898fcd43114a27b5351227958ce17b239bde88442d9058c64bea2c6b027cc4f6ff2e194777d5
-DIST gnome-shell-45.0.tar.xz 2018936 BLAKE2B 
2606725c870f6fabc671034e909bd121a10c4f95a225216e5eff9af728422fbd42f26be1e21fe9795b75b89c62cade93392cd8fe49fb4193303ae666e93d
 SHA512 
cdf4bc58056b97f4a19f594ea5374d69ca5d2efc5d2a5330cc1d2b2c62719dac70134df6dcd6090551adf13be12a38a0e1e4480ee55884ebbd7afe918b3c53b6
 DIST gnome-shell-45.1.tar.xz 2017464 BLAKE2B 
f3e6fc28e05a2eb7a6ba9f0e99b33bf0aaa46e5e1e6e302331354e67c2caa380313017232e2ccc262d29ee52c79fb847d26eb05dc098f2c69105520a7a65e80a
 SHA512 
cfecddd3787e0e719c00d0a543466165d94431086c1ca708cf7ebd43de42f8edf468ab46212b6120ca5676d61825c085232db509c076ecf38d159702fc13a861
 DIST gnome-shell-45.2.tar.xz 2017124 BLAKE2B 
b1ee0ecb7babadad1b9abed3c9bb2fda4c47e5bff080cfd92db35530b211449a9e3c8db0f63ccf87ae9df05337b9a69546b880c71d7a4a1fca08b773490bbce1
 SHA512 
d88cb7e385f69416863a5b1299fdd18f228a6f951ee084e0ae79ed668c856e50f19c537d7b40eaf93b9166fa5ef7797b9babc3b8d4f80941e15d53d862734aec

diff --git a/gnome-base/gnome-shell/gnome-shell-45.0.ebuild 
b/gnome-base/gnome-shell/gnome-shell-45.0.ebuild
deleted file mode 100644
index ce9d7ddda344..
--- a/gnome-base/gnome-shell/gnome-shell-45.0.ebuild
+++ /dev/null
@@ -1,185 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit gnome.org gnome2-utils meson optfeature python-single-r1 virtualx xdg
-
-DESCRIPTION="Provides core UI functions for the GNOME desktop"
-HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell 
https://gitlab.gnome.org/GNOME/gnome-shell;
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="elogind gtk-doc +ibus +networkmanager pipewire systemd test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   ?? ( elogind systemd )"
-RESTRICT="!test? ( test )"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-
-# libXfixes-5.0 needed for pointer barriers and #include 

-DEPEND="
-   >=gnome-extra/evolution-data-server-3.46.0:=
-   >=app-crypt/gcr-3.90.0:4=[introspection]
-   >=dev-libs/glib-2.68:2
-   >=dev-libs/gobject-introspection-1.49.1:=
-   >=dev-libs/gjs-1.73.1[cairo]
-   >=gui-libs/gtk-4:4[introspection]
-   >=x11-wm/mutter-45.0:0/13[introspection,test?]
-   >=sys-auth/polkit-0.120_p20220509[introspection]
-   >=gnome-base/gsettings-desktop-schemas-42_beta[introspection]
-   >=x11-libs/startup-notification-0.11
-   >=app-i18n/ibus-1.5.19
-   >=gnome-base/gnome-desktop-40.0:4=
-   networkmanager? (
-   >=net-misc/networkmanager-1.10.4[introspection]
-   net-libs/libnma[introspection]
-   >=app-crypt/libsecret-0.18
-   )
-   pipewire? ( >=media-video/pipewire-0.3.49:= )
-   systemd? (
-   >=sys-apps/systemd-246:=
-   >=gnome-base/gnome-desktop-3.34.2:3=[systemd]
-   )
-   elogind? ( >=sys-auth/elogind-237 )
-
-   app-arch/gnome-autoar
-   dev-libs/json-glib
-
-   >=app-accessibility/at-spi2-core-2.46:2[introspection]
-   x11-libs/gdk-pixbuf:2[introspection]
-   dev-libs/libxml2:2
-   x11-libs/libX11
-
-   >=media-libs/libpulse-2[glib]
-   dev-libs/libical:=
-   >=x11-libs/libXfixes-5.0
-
-   gui-libs/gtk:4[introspection]
-
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   ')
-   media-libs/libglvnd[X]
-"
-# Runtime-only deps are probably incomplete and approximate.
-# Introspection deps generated from inspection of the output of:
-#  for i in `rg -INUo 'const(?s).*imports.gi' |cut -d= -f1 

[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2023-12-18 Thread Sam James
commit: dac35c6e444b13af73d51da6224b0d0a5676a069
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 18 22:53:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 18 22:54:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac35c6e

net-print/hplip: Stabilize 3.23.12 ppc64, #920285

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

 net-print/hplip/hplip-3.23.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.23.12.ebuild 
b/net-print/hplip/hplip-3.23.12.ebuild
index 444bcd062390..4ddf83a87314 100644
--- a/net-print/hplip/hplip-3.23.12.ebuild
+++ b/net-print/hplip/hplip-3.23.12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 
 IUSE="doc fax +hpcups hpijs kde libnotify libusb0 minimal parport policykit 
qt5 scanner +snmp static-ppds X"
 



[gentoo-commits] proj/kde:master commit in: kde-plasma/libplasma/

2023-12-18 Thread Andreas Sturmlechner
commit: 672e5e461c11137e531b0295f13ec7c5d69b64e5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 22:42:21 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 22:44:26 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=672e5e46

kde-plasma/libplasma: Switch to plasma.kde.org.eclass

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

 kde-plasma/libplasma/libplasma-.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/libplasma/libplasma-.ebuild 
b/kde-plasma/libplasma/libplasma-.ebuild
index fa78b17ae8..4aa480e238 100644
--- a/kde-plasma/libplasma/libplasma-.ebuild
+++ b/kde-plasma/libplasma/libplasma-.ebuild
@@ -9,11 +9,12 @@ ECM_TEST="true"
 KFMIN=5.245.0
 PVCUT=$(ver_cut 1-3)
 QTMIN=6.6.0
-inherit ecm frameworks.kde.org
+inherit ecm plasma.kde.org
 
 DESCRIPTION="Plasma library and runtime components based upon KF6 and Qt6"
 
 LICENSE="LGPL-2+"
+SLOT="6"
 KEYWORDS=""
 IUSE="gles2-only wayland"
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/lokalize/

2023-12-18 Thread Andreas Sturmlechner
commit: 74fe412a11732d9e4013aae5d94edf70e3fd9406
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 22:14:06 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 22:18:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74fe412a

kde-apps/lokalize: enable py3.12

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

 kde-apps/lokalize/lokalize-23.08.3.ebuild | 2 +-
 kde-apps/lokalize/lokalize-23.08.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/lokalize/lokalize-23.08.3.ebuild 
b/kde-apps/lokalize/lokalize-23.08.3.ebuild
index a069b6537345..b200ccfb415f 100644
--- a/kde-apps/lokalize/lokalize-23.08.3.ebuild
+++ b/kde-apps/lokalize/lokalize-23.08.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit python-single-r1 ecm gear.kde.org optfeature

diff --git a/kde-apps/lokalize/lokalize-23.08.4.ebuild 
b/kde-apps/lokalize/lokalize-23.08.4.ebuild
index 374b637d3bf8..0e8e739a7c0c 100644
--- a/kde-apps/lokalize/lokalize-23.08.4.ebuild
+++ b/kde-apps/lokalize/lokalize-23.08.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit python-single-r1 ecm gear.kde.org optfeature



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kig/

2023-12-18 Thread Andreas Sturmlechner
commit: c25241a1eda63a52a9f2835c7caad6a841ca6d37
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:55:47 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 22:17:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25241a1

kde-apps/kig: enable py3.12

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

 kde-apps/kig/kig-23.08.3.ebuild | 2 +-
 kde-apps/kig/kig-23.08.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kig/kig-23.08.3.ebuild b/kde-apps/kig/kig-23.08.3.ebuild
index 9c2dabea8cbc..b762c75eeb25 100644
--- a/kde-apps/kig/kig-23.08.3.ebuild
+++ b/kde-apps/kig/kig-23.08.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit python-single-r1 ecm gear.kde.org

diff --git a/kde-apps/kig/kig-23.08.4.ebuild b/kde-apps/kig/kig-23.08.4.ebuild
index 041b54029934..31e053631f26 100644
--- a/kde-apps/kig/kig-23.08.4.ebuild
+++ b/kde-apps/kig/kig-23.08.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit python-single-r1 ecm gear.kde.org



[gentoo-commits] repo/gentoo:master commit in: kde-apps/kajongg/

2023-12-18 Thread Andreas Sturmlechner
commit: 6df03d5279f2eff196705838df6b9a81be81e88c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:55:57 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 22:18:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df03d52

kde-apps/kajongg: enable py3.12

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

 kde-apps/kajongg/kajongg-23.08.3.ebuild | 2 +-
 kde-apps/kajongg/kajongg-23.08.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kajongg/kajongg-23.08.3.ebuild 
b/kde-apps/kajongg/kajongg-23.08.3.ebuild
index 231838c8dbe7..d006055f4c7a 100644
--- a/kde-apps/kajongg/kajongg-23.08.3.ebuild
+++ b/kde-apps/kajongg/kajongg-23.08.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.106.0
 QTMIN=5.15.9

diff --git a/kde-apps/kajongg/kajongg-23.08.4.ebuild 
b/kde-apps/kajongg/kajongg-23.08.4.ebuild
index c64c9cc1d10c..27bc9a8bc024 100644
--- a/kde-apps/kajongg/kajongg-23.08.4.ebuild
+++ b/kde-apps/kajongg/kajongg-23.08.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.106.0
 QTMIN=5.15.9



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

2023-12-18 Thread Andreas Sturmlechner
commit: 21e4661c8f51662a9bee6acd05711fb9880e90d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:42:30 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 22:16:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e4661c

dev-libs/kopeninghours: enable py3.12

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

 dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild | 2 +-
 dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild 
b/dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild
index 14890beac8eb..8c9a5cf8e1a4 100644
--- a/dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-23.08.3.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.106.0
 QTMIN=5.15.9
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit ecm gear.kde.org python-single-r1
 
 DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions"

diff --git a/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild 
b/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild
index 14890beac8eb..8c9a5cf8e1a4 100644
--- a/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-23.08.4.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.106.0
 QTMIN=5.15.9
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit ecm gear.kde.org python-single-r1
 
 DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions"



[gentoo-commits] proj/kde:master commit in: kde-apps/lokalize/

2023-12-18 Thread Andreas Sturmlechner
commit: c71e020699a787e902452bcbb49b5237cca28b96
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 22:14:06 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 22:14:06 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c71e0206

kde-apps/lokalize: enable py3.12

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

 kde-apps/lokalize/lokalize-23.08.49..ebuild | 2 +-
 kde-apps/lokalize/lokalize-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/lokalize/lokalize-23.08.49..ebuild 
b/kde-apps/lokalize/lokalize-23.08.49..ebuild
index a013db7d7a..01dbf40b62 100644
--- a/kde-apps/lokalize/lokalize-23.08.49..ebuild
+++ b/kde-apps/lokalize/lokalize-23.08.49..ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit python-single-r1 ecm gear.kde.org optfeature

diff --git a/kde-apps/lokalize/lokalize-.ebuild 
b/kde-apps/lokalize/lokalize-.ebuild
index a013db7d7a..01dbf40b62 100644
--- a/kde-apps/lokalize/lokalize-.ebuild
+++ b/kde-apps/lokalize/lokalize-.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit python-single-r1 ecm gear.kde.org optfeature



[gentoo-commits] proj/kde:master commit in: kde-apps/kajongg/

2023-12-18 Thread Andreas Sturmlechner
commit: 7a3598c681e467ef886f85b44cf0b4d212447882
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:55:57 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:55:57 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a3598c6

kde-apps/kajongg: enable py3.12

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

 kde-apps/kajongg/kajongg-23.08.49..ebuild | 2 +-
 kde-apps/kajongg/kajongg-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kajongg/kajongg-23.08.49..ebuild 
b/kde-apps/kajongg/kajongg-23.08.49..ebuild
index 2026d311b6..9d0c598902 100644
--- a/kde-apps/kajongg/kajongg-23.08.49..ebuild
+++ b/kde-apps/kajongg/kajongg-23.08.49..ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.106.0
 QTMIN=5.15.9

diff --git a/kde-apps/kajongg/kajongg-.ebuild 
b/kde-apps/kajongg/kajongg-.ebuild
index 7389dbb874..9fdbc547c4 100644
--- a/kde-apps/kajongg/kajongg-.ebuild
+++ b/kde-apps/kajongg/kajongg-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 ECM_HANDBOOK="forceoptional"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.245.0
 QTMIN=6.6.0



[gentoo-commits] proj/kde:master commit in: dev-libs/kopeninghours/

2023-12-18 Thread Andreas Sturmlechner
commit: 4d9b989945f41dc87f454240461663a30918c0ce
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:42:30 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:42:30 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d9b9899

dev-libs/kopeninghours: enable py3.12

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

 dev-libs/kopeninghours/kopeninghours-23.08.49..ebuild | 2 +-
 dev-libs/kopeninghours/kopeninghours-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/kopeninghours/kopeninghours-23.08.49..ebuild 
b/dev-libs/kopeninghours/kopeninghours-23.08.49..ebuild
index 0e4bd449bb..8511f948d8 100644
--- a/dev-libs/kopeninghours/kopeninghours-23.08.49..ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-23.08.49..ebuild
@@ -8,7 +8,7 @@ ECM_TEST="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.106.0
 QTMIN=5.15.9
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit ecm gear.kde.org python-single-r1
 
 DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions"

diff --git a/dev-libs/kopeninghours/kopeninghours-.ebuild 
b/dev-libs/kopeninghours/kopeninghours-.ebuild
index 0e4bd449bb..8511f948d8 100644
--- a/dev-libs/kopeninghours/kopeninghours-.ebuild
+++ b/dev-libs/kopeninghours/kopeninghours-.ebuild
@@ -8,7 +8,7 @@ ECM_TEST="true"
 PVCUT=$(ver_cut 1-3)
 KFMIN=5.106.0
 QTMIN=5.15.9
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit ecm gear.kde.org python-single-r1
 
 DESCRIPTION="Library for parsing and evaluating OSM opening hours expressions"



[gentoo-commits] proj/kde:master commit in: kde-apps/kig/

2023-12-18 Thread Andreas Sturmlechner
commit: ab2897b351bf1e27347d572d3a2b561d3b20e5f5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:55:47 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:55:47 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab2897b3

kde-apps/kig: enable py3.12

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

 kde-apps/kig/kig-23.08.49..ebuild | 2 +-
 kde-apps/kig/kig-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/kig/kig-23.08.49..ebuild 
b/kde-apps/kig/kig-23.08.49..ebuild
index 09b8226cc8..ba93865c84 100644
--- a/kde-apps/kig/kig-23.08.49..ebuild
+++ b/kde-apps/kig/kig-23.08.49..ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit python-single-r1 ecm gear.kde.org

diff --git a/kde-apps/kig/kig-.ebuild b/kde-apps/kig/kig-.ebuild
index 09b8226cc8..ba93865c84 100644
--- a/kde-apps/kig/kig-.ebuild
+++ b/kde-apps/kig/kig-.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="true"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 KFMIN=5.106.0
 QTMIN=5.15.9
 inherit python-single-r1 ecm gear.kde.org



[gentoo-commits] repo/proj/guru:dev commit in: media-gfx/vimiv-qt/

2023-12-18 Thread David Roman
commit: 299ebfc4b1a37c25df5588f71dcb30d59794fc4c
Author: David Roman  gmail  com>
AuthorDate: Mon Dec 18 22:10:51 2023 +
Commit: David Roman  gmail  com>
CommitDate: Mon Dec 18 22:10:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=299ebfc4

media-gfx/vimiv-qt: new package, add 0.9.0

Signed-off-by: David Roman  gmail.com>

 media-gfx/vimiv-qt/Manifest  |  1 +
 media-gfx/vimiv-qt/metadata.xml  | 11 +++
 media-gfx/vimiv-qt/vimiv-qt-0.9.0.ebuild | 30 ++
 3 files changed, 42 insertions(+)

diff --git a/media-gfx/vimiv-qt/Manifest b/media-gfx/vimiv-qt/Manifest
new file mode 100644
index 00..42efa6300b
--- /dev/null
+++ b/media-gfx/vimiv-qt/Manifest
@@ -0,0 +1 @@
+DIST vimiv-qt-0.9.0.tar.gz 9550985 BLAKE2B 
f0d717b7f88fe9457406e9b3ac3f891e261537542ec030667629cc8bab802a24268bca7a41d46e8c2eabb3817ac0d5570e78c103179b645aaf6e7ee95b8c71ef
 SHA512 
bf8207da1d84a6a47dda04ff06303d553a866e413521057e0c5ba0492a705abe9c941367e8977621ba695f4f8fcf7f2461f53feb4456842973977b8e07d4dd56

diff --git a/media-gfx/vimiv-qt/metadata.xml b/media-gfx/vimiv-qt/metadata.xml
new file mode 100644
index 00..f3b06f1d82
--- /dev/null
+++ b/media-gfx/vimiv-qt/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rolfe...@gmail.com
+   Mazunki Hoksaas
+   
+   
+   karlch/vimiv-qt
+   
+

diff --git a/media-gfx/vimiv-qt/vimiv-qt-0.9.0.ebuild 
b/media-gfx/vimiv-qt/vimiv-qt-0.9.0.ebuild
new file mode 100644
index 00..151ddf4632
--- /dev/null
+++ b/media-gfx/vimiv-qt/vimiv-qt-0.9.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_EXT=1
+inherit distutils-r1 desktop xdg
+
+DESCRIPTION="An image viewer with vim-like keybindings"
+HOMEPAGE="https://karlch.github.io/vimiv-qt/;
+SRC_URI="https://github.com/karlch/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+RDEPEND=">=dev-python/PyQt5-5.13.2[${PYTHON_USEDEP}]"
+DOCS="README.md AUTHORS"
+
+distutils_enable_tests pytest
+
+src_install() {
+   distutils-r1_src_install
+   doman misc/vimiv.1
+   domenu misc/vimiv.desktop
+   insinto /usr/share/metainfo
+   doins misc/org.karlch.vimiv.qt.metainfo.xml
+}



[gentoo-commits] repo/gentoo:master commit in: games-engines/odamex/

2023-12-18 Thread James Le Cuirot
commit: 622f4bf378008829d5095a22cb132fae8af4809b
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Dec 18 21:56:46 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Dec 18 21:56:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622f4bf3

games-engines/odamex: Drop old 10.4.0

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

 games-engines/odamex/odamex-10.4.0.ebuild | 87 ---
 1 file changed, 87 deletions(-)

diff --git a/games-engines/odamex/odamex-10.4.0.ebuild 
b/games-engines/odamex/odamex-10.4.0.ebuild
deleted file mode 100644
index 594869339e54..
--- a/games-engines/odamex/odamex-10.4.0.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-inherit cmake desktop prefix wxwidgets xdg
-
-DESCRIPTION="Online multiplayer free software engine for DOOM"
-HOMEPAGE="https://odamex.net/;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${PN}-src-${PV}.tar.gz;
-
-LICENSE="GPL-2+ MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+client hidpi master +odalaunch portmidi server upnp X"
-REQUIRED_USE="|| ( client master server )"
-
-# protobuf is still bundled. Unfortunately an old version is required for C++98
-# compatibility. We could use C++11, but upstream is concerned about using a
-# completely different protobuf version on a multiplayer-focused engine.
-
-RDEPEND="
-   client? (
-   media-libs/libpng:0=
-   media-libs/libsdl2[joystick,sound,video]
-   media-libs/sdl2-mixer
-   net-misc/curl
-   !hidpi? ( x11-libs/fltk:1 )
-   portmidi? ( media-libs/portmidi )
-   X? ( x11-libs/libX11 )
-   )
-   odalaunch? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
-   server? (
-   dev-libs/jsoncpp:=
-   upnp? ( net-libs/miniupnpc:= )
-   )"
-DEPEND="${RDEPEND}"
-BDEPEND="games-util/deutex"
-
-S="${WORKDIR}/${PN}-src-${PV}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-10.3.0-unbundle-fltk.patch
-)
-
-src_prepare() {
-   rm -r libraries/miniupnp || die
-   hprefixify common/d_main.cpp
-
-   use odalaunch && setup-wxwidgets
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_INTERNAL_FLTK=$(usex hidpi)
-   -DUSE_INTERNAL_JSONCPP=0
-   -DUSE_INTERNAL_LIBS=0
-   -DUSE_INTERNAL_MINIUPNP=0
-   -DBUILD_CLIENT=$(usex client)
-   -DBUILD_LAUNCHER=$(usex odalaunch)
-   -DBUILD_MASTER=$(usex master)
-   -DBUILD_SERVER=$(usex server)
-   -DBUILD_OR_FAIL=1
-   -DENABLE_PORTMIDI=$(usex portmidi)
-   -DUSE_MINIUPNP=$(usex upnp)
-   )
-   use client && mycmakeargs+=(-DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X))
-
-   cmake_src_configure
-}
-
-src_install() {
-   if use client ; then
-   newicon -s 128 "${S}/media/icon_${PN}_128.png" "${PN}.png"
-   make_desktop_entry "${PN}" "Odamex"
-
-   if use odalaunch ; then
-   newicon -s 128 "${S}/media/icon_odalaunch_128.png" 
"odalaunch.png"
-   make_desktop_entry odalaunch "Odamex Launcher" odalaunch
-   fi
-   fi
-
-   cmake_src_install
-}



[gentoo-commits] repo/proj/guru:dev commit in: x11-terms/tym/

2023-12-18 Thread David Roman
commit: d1aaf23a9a15bf44ba3973457f6447fd735e2410
Author: David Roman  gmail  com>
AuthorDate: Mon Dec 18 21:47:18 2023 +
Commit: David Roman  gmail  com>
CommitDate: Mon Dec 18 21:47:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1aaf23a

x11-terms/tym: new package, add 3.5.0

Signed-off-by: David Roman  gmail.com>

 x11-terms/tym/Manifest |  1 +
 x11-terms/tym/metadata.xml | 11 +++
 x11-terms/tym/tym-3.5.0.ebuild | 37 +
 3 files changed, 49 insertions(+)

diff --git a/x11-terms/tym/Manifest b/x11-terms/tym/Manifest
new file mode 100644
index 00..f8627076a9
--- /dev/null
+++ b/x11-terms/tym/Manifest
@@ -0,0 +1 @@
+DIST tym-3.5.0.tar.gz 154324 BLAKE2B 
47053dc6011d7288556c7d6e37a6b492d5daf75b0a36b23efb56939c64e49a17e96a8c853a684fc9626005256e8aefeb05f5de7e3ee519c30cc0065f9c8f83b4
 SHA512 
dcf716d1a8b95b02495358027769a78b093b70b9a475ed4621da5fb5e6793f5d970571ef28cbb63b52b68e073be6df5ccc9244ad60a1018f3ad76f24b64997b8

diff --git a/x11-terms/tym/metadata.xml b/x11-terms/tym/metadata.xml
new file mode 100644
index 00..4079ae632b
--- /dev/null
+++ b/x11-terms/tym/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   rolfe...@gmail.com
+   Mazunki Hoksaas
+   
+   
+   endaaman/tym
+   
+

diff --git a/x11-terms/tym/tym-3.5.0.ebuild b/x11-terms/tym/tym-3.5.0.ebuild
new file mode 100644
index 00..0b569696f1
--- /dev/null
+++ b/x11-terms/tym/tym-3.5.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-3 luajit )
+inherit lua-single xdg
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3 autotools
+   EGIT_REPO_URI="https://github.com/endaaman/tym;
+else
+   
SRC_URI="https://github.com/endaaman/tym/releases/download/${PV}/${P}.tar.gz;
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Lua-configurable terminal emulator"
+HOMEPAGE="https://github.com/endaaman/tym;
+
+LICENSE="MIT"
+SLOT="0"
+
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+DEPEND="
+   ${LUA_DEPS}
+   x11-libs/gtk+:3
+   x11-libs/vte
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   if [[ ${PV} ==  ]]; then
+   eautoreconf
+   fi
+   econf --enable-luajit=$(usex lua_single_target_luajit yes no)
+}



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-auth-handler/

2023-12-18 Thread Andreas Sturmlechner
commit: e988ade4e81746dcb042e1f8c48b52e2370cc22a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 20:03:57 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 20:03:57 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e988ade4

kde-apps/ktp-auth-handler: Adjust deps to new qt5,qt6 IUSE additions

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

 kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild 
b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
index caf347aae1..051ddbb91d 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-.ebuild
@@ -17,7 +17,7 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-   >=app-crypt/qca-2.3.0:2[qt5(+)]
+   >=app-crypt/qca-2.3.7:2[qt5(-)]
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
@@ -30,10 +30,10 @@ DEPEND="
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kwallet-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   net-libs/accounts-qt
-   net-libs/signond
+   >=net-libs/accounts-qt-1.16-r1[qt5(-)]
+   >=net-libs/signond-8.61-r1[qt5(-)]
>=net-libs/telepathy-qt-0.9.8
 "
 RDEPEND="${DEPEND}
-   >=app-crypt/qca-2.3.0:2[qt5(+),ssl]
+   >=app-crypt/qca-2.3.0:2[ssl]
 "



[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-common-internals/

2023-12-18 Thread Andreas Sturmlechner
commit: ae5a29fe7a13169f2ed10b9bf2ab3e3b5f094973
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 20:04:04 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 20:04:04 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae5a29fe

kde-apps/ktp-common-internals: Adjust deps to new qt5,qt6 IUSE additions

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

 kde-apps/ktp-common-internals/ktp-common-internals-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild 
b/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
index 767c92035a..a0de023b96 100644
--- a/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
+++ b/kde-apps/ktp-common-internals/ktp-common-internals-.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
)
sso? (
>=kde-apps/kaccounts-integration-23.08.3:5
-   net-libs/accounts-qt
+   >=net-libs/accounts-qt-1.16-r1[qt5(-)]
net-libs/telepathy-accounts-signon
)
 "



[gentoo-commits] proj/kde:master commit in: sets/

2023-12-18 Thread Andreas Sturmlechner
commit: d2590f5353a054146a410337533a8f8ce226dad6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:19:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:19:42 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d2590f53

sets: Add kde-frameworks/kuserfeedback to KDE Frameworks 6 sets

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

 sets/kde-frameworks-tier1-5.246 | 1 +
 sets/kde-frameworks-tier1-live  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sets/kde-frameworks-tier1-5.246 b/sets/kde-frameworks-tier1-5.246
index 1c78b0f239..d193f5c427 100644
--- a/sets/kde-frameworks-tier1-5.246
+++ b/sets/kde-frameworks-tier1-5.246
@@ -21,6 +21,7 @@
 

[gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/

2023-12-18 Thread Andreas Sturmlechner
commit: f7813518187eb5be989e0bfcd9456b2596119886
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 20:04:18 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 20:04:18 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7813518

kde-plasma/plasma-desktop: Adjust deps to new qt5,qt6 IUSE additions

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

 kde-plasma/plasma-desktop/plasma-desktop-5.27.49..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.27.49..ebuild 
b/kde-plasma/plasma-desktop/plasma-desktop-5.27.49..ebuild
index 998f58d15e..46f7ec20a6 100644
--- a/kde-plasma/plasma-desktop/plasma-desktop-5.27.49..ebuild
+++ b/kde-plasma/plasma-desktop/plasma-desktop-5.27.49..ebuild
@@ -93,7 +93,7 @@ COMMON_DEPEND="
)
kaccounts? (
kde-apps/kaccounts-integration:5
-   net-libs/accounts-qt
+   >=net-libs/accounts-qt-1.16-r1[qt5(-)]
)
scim? ( app-i18n/scim )
semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 )



[gentoo-commits] proj/kde:master commit in: Documentation/package.accept_keywords/, Documentation/package.unmask/, ...

2023-12-18 Thread Andreas Sturmlechner
commit: c1bc4733737c67cb43dad900b8eb01e4a838773f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:20:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:20:39 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c1bc4733

Documentation: Add kuserfeedback and more-deps to KDE Frameworks 6

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

 .../package.accept_keywords/.kde-frameworks-5.246/more-deps  | 8 
 .../package.accept_keywords/.kde-frameworks-live.base/more-deps  | 8 
 .../.kde-frameworks-live/kde-frameworks-tier1-live   | 1 +
 .../package.accept_keywords/.kde-frameworks-live/more-deps   | 8 
 .../package.accept_keywords/kde-frameworks-5.246.keywords| 9 +
 .../package.accept_keywords/kde-frameworks-live.keywords | 9 +
 Documentation/package.mask/kde-frameworks-5.246  | 9 +
 Documentation/package.mask/kde-frameworks-live   | 9 +
 Documentation/package.unmask/.kde-frameworks-5.246/more-deps | 8 
 Documentation/package.unmask/.kde-frameworks-live/more-deps  | 8 
 Documentation/package.unmask/kde-frameworks-5.246| 9 +
 Documentation/package.unmask/kde-frameworks-live | 9 +
 12 files changed, 95 insertions(+)

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-5.246/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-5.246/more-deps
index e69de29bb2..9e326d2d59 100644
--- a/Documentation/package.accept_keywords/.kde-frameworks-5.246/more-deps
+++ b/Documentation/package.accept_keywords/.kde-frameworks-5.246/more-deps
@@ -0,0 +1,8 @@
+~kde-apps/kdegraphics-mobipocket-24.01.80
+~kde-apps/kio-extras-24.01.80
+~kde-apps/kio-extras-kf5-24.01.80
+~kde-apps/libkexiv2-24.01.80
+~kde-frameworks/kuserfeedback-1.3.0
+~media-libs/phonon-4.12.0
+~media-libs/phonon-vlc-0.12.0
+~sys-auth/polkit-qt-0.175.0

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live.base/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-live.base/more-deps
index e69de29bb2..9e326d2d59 100644
--- a/Documentation/package.accept_keywords/.kde-frameworks-live.base/more-deps
+++ b/Documentation/package.accept_keywords/.kde-frameworks-live.base/more-deps
@@ -0,0 +1,8 @@
+~kde-apps/kdegraphics-mobipocket-24.01.80
+~kde-apps/kio-extras-24.01.80
+~kde-apps/kio-extras-kf5-24.01.80
+~kde-apps/libkexiv2-24.01.80
+~kde-frameworks/kuserfeedback-1.3.0
+~media-libs/phonon-4.12.0
+~media-libs/phonon-vlc-0.12.0
+~sys-auth/polkit-qt-0.175.0

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-tier1-live
 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-tier1-live
index 1b5e10c03f..fda826de79 100644
--- 
a/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-tier1-live
+++ 
b/Documentation/package.accept_keywords/.kde-frameworks-live/kde-frameworks-tier1-live
@@ -21,6 +21,7 @@
 ~kde-frameworks/kplotting- **
 ~kde-frameworks/kquickcharts- **
 ~kde-frameworks/ktexttemplate- **
+~kde-frameworks/kuserfeedback- **
 ~kde-frameworks/kwidgetsaddons- **
 ~kde-frameworks/kwindowsystem- **
 ~kde-frameworks/modemmanager-qt- **

diff --git 
a/Documentation/package.accept_keywords/.kde-frameworks-live/more-deps 
b/Documentation/package.accept_keywords/.kde-frameworks-live/more-deps
index e69de29bb2..9e326d2d59 100644
--- a/Documentation/package.accept_keywords/.kde-frameworks-live/more-deps
+++ b/Documentation/package.accept_keywords/.kde-frameworks-live/more-deps
@@ -0,0 +1,8 @@
+~kde-apps/kdegraphics-mobipocket-24.01.80
+~kde-apps/kio-extras-24.01.80
+~kde-apps/kio-extras-kf5-24.01.80
+~kde-apps/libkexiv2-24.01.80
+~kde-frameworks/kuserfeedback-1.3.0
+~media-libs/phonon-4.12.0
+~media-libs/phonon-vlc-0.12.0
+~sys-auth/polkit-qt-0.175.0

diff --git 
a/Documentation/package.accept_keywords/kde-frameworks-5.246.keywords 
b/Documentation/package.accept_keywords/kde-frameworks-5.246.keywords
index eec72f4c81..3b4195f91a 100644
--- a/Documentation/package.accept_keywords/kde-frameworks-5.246.keywords
+++ b/Documentation/package.accept_keywords/kde-frameworks-5.246.keywords
@@ -26,6 +26,7 @@
 

[gentoo-commits] proj/kde:master commit in: kde-apps/ktp-accounts-kcm/

2023-12-18 Thread Andreas Sturmlechner
commit: 8362f061a74a11026808126c36bcfcebfb448bf6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 20:03:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 20:03:38 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8362f061

kde-apps/ktp-accounts-kcm: Adjust deps to new qt5,qt6 IUSE additions

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

 kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild 
b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild
index 20fdb2571f..4d771c7929 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-.ebuild
@@ -30,8 +30,8 @@ COMMON_DEPEND="
>=kde-frameworks/kservice-${KFMIN}:5
>=kde-frameworks/ktextwidgets-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   net-libs/accounts-qt
-   net-libs/signond
+   >=net-libs/accounts-qt-1.16-r1[qt5(-)]
+   >=net-libs/signond-8.61-r1[qt5(-)]
>=net-libs/telepathy-qt-0.9.8
 "
 DEPEND="${COMMON_DEPEND}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/purpose/

2023-12-18 Thread Andreas Sturmlechner
commit: e3bfefdbe4f821bf322f8ef0cf32977e5e1773c1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 20:04:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 20:04:11 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e3bfefdb

kde-frameworks/purpose: Adjust deps to new qt5,qt6 IUSE additions

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

 kde-frameworks/purpose/purpose-5.239..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.239..ebuild 
b/kde-frameworks/purpose/purpose-5.239..ebuild
index 3a740499ce..0baef6dbe0 100644
--- a/kde-frameworks/purpose/purpose-5.239..ebuild
+++ b/kde-frameworks/purpose/purpose-5.239..ebuild
@@ -33,7 +33,7 @@ DEPEND="
=kde-frameworks/prison-${PVCUT}*:5
kaccounts? (
>=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
+   >=net-libs/accounts-qt-1.16-r1[qt5(-)]
)
 "
 RDEPEND="${DEPEND}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kuserfeedback/

2023-12-18 Thread Andreas Sturmlechner
commit: b1dafdabea244cda3e391eec370c8b94a324061f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:18:23 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:18:23 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1dafdab

kde-frameworks/kuserfeedback: Drop unused dependencies

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

 kde-frameworks/kuserfeedback/kuserfeedback-.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-.ebuild 
b/kde-frameworks/kuserfeedback/kuserfeedback-.ebuild
index 59e6968b93..032955ed49 100644
--- a/kde-frameworks/kuserfeedback/kuserfeedback-.ebuild
+++ b/kde-frameworks/kuserfeedback/kuserfeedback-.ebuild
@@ -16,15 +16,10 @@ KEYWORDS=""
 IUSE="doc"
 
 DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[gui,network,sql,widgets]
+   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
>=dev-qt/qtcharts-${QTMIN}:6
>=dev-qt/qtdeclarative-${QTMIN}:6
>=dev-qt/qtsvg-${QTMIN}:6
-   >=kde-frameworks/kconfig-${PVCUT}:6
-   >=kde-frameworks/kcoreaddons-${PVCUT}:6
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   >=kde-frameworks/kguiaddons-${PVCUT}:6
-   >=kde-frameworks/kwidgetsaddons-${PVCUT}:6
 "
 RDEPEND="${DEPEND}
!${CATEGORY}/${PN}:5[-kf6compat(-)]



[gentoo-commits] proj/kde:master commit in: kde-apps/akonadi/

2023-12-18 Thread Andreas Sturmlechner
commit: e5c8003a60fb57dad72674a1c5c765c963af223d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 20:03:01 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 20:03:01 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5c8003a

kde-apps/akonadi: Adjust deps to new qt5,qt6 IUSE additions

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

 kde-apps/akonadi/akonadi-23.08.49..ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-apps/akonadi/akonadi-23.08.49..ebuild 
b/kde-apps/akonadi/akonadi-23.08.49..ebuild
index 13fb6fa5e9..b6773b0863 100644
--- a/kde-apps/akonadi/akonadi-23.08.49..ebuild
+++ b/kde-apps/akonadi/akonadi-23.08.49..ebuild
@@ -44,7 +44,7 @@ COMMON_DEPEND="
>=kde-frameworks/kxmlgui-${KFMIN}:5
kaccounts? (
>=kde-apps/kaccounts-integration-20.08.3:5
-   >=net-libs/accounts-qt-1.16
+   >=net-libs/accounts-qt-1.16-r1[qt5]
)
xml? ( dev-libs/libxml2 )
 "



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

2023-12-18 Thread Michał Górny
commit: 59769e03dfe3d886e7ca02af1e37629b60d130ee
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 18 19:14:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 18 21:27:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59769e03

dev-python/sphinx-panels: Unpin sphinx dependency

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

 dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
index b9a75044b5ab..ad0f2761cb85 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
@@ -39,3 +39,9 @@ PATCHES=(
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
+
+src_prepare() {
+   # unpin deps
+   sed -i -e 's:,<[0-9.]*::' setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/23.0/armv6j_sf/

2023-12-18 Thread Andreas K. Hüttel
commit: 26a4e419f46c35829adf0963fe3dd1ffb7cd93a0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Dec 18 21:26:44 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Dec 18 21:27:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a4e419

profiles, 23.0 arm: fix typo

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

 profiles/default/linux/arm/23.0/armv6j_sf/parent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/arm/23.0/armv6j_sf/parent 
b/profiles/default/linux/arm/23.0/armv6j_sf/parent
index e6d254b7144d..86fa0b2bf64b 100644
--- a/profiles/default/linux/arm/23.0/armv6j_sf/parent
+++ b/profiles/default/linux/arm/23.0/armv6j_sf/parent
@@ -1,2 +1,2 @@
 ..
-../../../../../arch/arm/23.0-armv6j_hf
+../../../../../arch/arm/23.0-armv6j_sf



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kuserfeedback/

2023-12-18 Thread Andreas Sturmlechner
commit: b96ef2ae174a5a320a3108ae4e0d7592a3772ea3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:24:40 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:24:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96ef2ae

kde-frameworks/kuserfeedback: add 5.246.0

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

 kde-frameworks/kuserfeedback/Manifest  |  1 +
 .../kuserfeedback/kuserfeedback-5.246.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/kde-frameworks/kuserfeedback/Manifest 
b/kde-frameworks/kuserfeedback/Manifest
index bec78cefb388..a9425905cbb6 100644
--- a/kde-frameworks/kuserfeedback/Manifest
+++ b/kde-frameworks/kuserfeedback/Manifest
@@ -1,2 +1,3 @@
 DIST kuserfeedback-1.2.0.tar.xz 206364 BLAKE2B 
4ae1683f8a3470ee3db7b3039c27ebd7bc210afd5cd8cdd992a107e541971f4778d7add3fb330befbfd7d62e04d9d2aba8fc22eab5a368f4b92e98f7baa1ec41
 SHA512 
0152233c741a287b623256cac6d109d405441f17dec68c5782d900ddb9ca5a93614d46ea112e1be9e64913cc3f46d107bec64cad4579b766919439b0ed88a470
 DIST kuserfeedback-1.3.0.tar.xz 230644 BLAKE2B 
b7305be09a5e62c980273766ec16f624eab4312ababbb8ebb3e24983ffad7ac19445bb848088331c0b4b02da37ee646c9cf91b8965455d018f9b45084c62d17c
 SHA512 
16fc7fa850e7ac1dc772ab25f81f75fe28454680ce9ddf68da0f14c6d5e9b8201f69d168b1ee32bdf9f0ee517b0cac34eb09fd3dbfa697c0a8d3b23c6ac790cb
+DIST kuserfeedback-5.246.0.tar.xz 235240 BLAKE2B 
72f296dcc65ba75a03bea222ff0a1414d00970437105ce0a54d30beb93a8c4a9c93b3724ba1f838feaaaeb82eb9e816b7a7cc62c2bf2ff7d3bee9b8f39c0ab7d
 SHA512 
8b8f6a127f8636ef05cc7a2d45ae08edc38e1a3042f3d8919a86f1cfc2605b78ba332151def78187d22cb5e45a84663892159fc6e8226613105d3cbd41676e12

diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-5.246.0.ebuild 
b/kde-frameworks/kuserfeedback/kuserfeedback-5.246.0.ebuild
new file mode 100644
index ..888b17752462
--- /dev/null
+++ b/kde-frameworks/kuserfeedback/kuserfeedback-5.246.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework to collect user feedback for applications via telemetry 
and surveys"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+   >=dev-qt/qtcharts-${QTMIN}:6
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=dev-qt/qtsvg-${QTMIN}:6
+"
+RDEPEND="${DEPEND}
+   !${CATEGORY}/${PN}:5[-kf6compat(-)]
+"
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   doc? ( >=dev-qt/qttools-${QTMIN}:6[assistant,qdoc] )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   # disable server application
+   -DENABLE_PHP=NO
+   -DENABLE_PHP_UNIT=NO
+   -DENABLE_SURVEY_TARGET_EXPRESSIONS=YES
+   -DENABLE_DOCS=$(usex doc)
+   )
+
+   ecm_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kuserfeedback/

2023-12-18 Thread Andreas Sturmlechner
commit: b786251b9116a4a2f805ca9e17ee9ac2110b6089
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:23:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:23:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b786251b

kde-frameworks/kuserfeedback: drop 1.3.0-r1

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

 .../kuserfeedback/kuserfeedback-1.3.0-r1.ebuild| 61 --
 1 file changed, 61 deletions(-)

diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r1.ebuild 
b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r1.ebuild
deleted file mode 100644
index 8fccd1b04122..
--- a/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm kde.org
-
-DESCRIPTION="Framework to collect user feedback for applications via telemetry 
and surveys"
-SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="5"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="doc kf6compat"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   >=kde-frameworks/kguiaddons-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   kf6compat? (
-   >=dev-qt/qtcharts-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   )
-"
-RDEPEND="${DEPEND}
-   kf6compat? ( kde-frameworks/kuserfeedback:6 )
-"
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   doc? (
-   >=dev-qt/qdoc-${QTMIN}:5
-   >=dev-qt/qthelp-${QTMIN}:5
-   )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   # disable server application
-   -DENABLE_PHP=NO
-   -DENABLE_PHP_UNIT=NO
-   -DENABLE_SURVEY_TARGET_EXPRESSIONS=YES
-   -DENABLE_DOCS=$(usex doc)
-   -DENABLE_CLI=$(usex !kf6compat)
-   -DENABLE_CONSOLE=$(usex !kf6compat)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kuserfeedback/

2023-12-18 Thread Andreas Sturmlechner
commit: 8081e99db838b448d5e0c0bf60c82f4612f008dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:22:09 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:22:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8081e99d

kde-frameworks/kuserfeedback: Drop unused dependencies

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

 .../kuserfeedback/kuserfeedback-1.3.0-r2.ebuild| 55 ++
 1 file changed, 55 insertions(+)

diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r2.ebuild 
b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r2.ebuild
new file mode 100644
index ..9600865a9cc5
--- /dev/null
+++ b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r2.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm kde.org
+
+DESCRIPTION="Framework to collect user feedback for applications via telemetry 
and surveys"
+SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="doc kf6compat"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   kf6compat? (
+   >=dev-qt/qtcharts-${QTMIN}:5
+   >=dev-qt/qtprintsupport-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   )
+"
+RDEPEND="${DEPEND}
+   kf6compat? ( kde-frameworks/kuserfeedback:6 )
+"
+BDEPEND="
+   sys-devel/bison
+   sys-devel/flex
+   doc? (
+   >=dev-qt/qdoc-${QTMIN}:5
+   >=dev-qt/qthelp-${QTMIN}:5
+   )
+"
+
+src_configure() {
+   local mycmakeargs=(
+   # disable server application
+   -DENABLE_PHP=NO
+   -DENABLE_PHP_UNIT=NO
+   -DENABLE_SURVEY_TARGET_EXPRESSIONS=YES
+   -DENABLE_DOCS=$(usex doc)
+   -DENABLE_CLI=$(usex !kf6compat)
+   -DENABLE_CONSOLE=$(usex !kf6compat)
+   )
+
+   ecm_src_configure
+}



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

2023-12-18 Thread Andreas Sturmlechner
commit: faf87eed670230a16efb9e75986cb12d208a24fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Dec 18 21:24:09 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Dec 18 21:24:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf87eed

profiles: Add kde-frameworks/kuserfeedback-5.246.0 to package.mask

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fc43014eddb2..ae2da2383bbf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -116,6 +116,7 @@ dev-python/ruamel-std-pathlib
 ~kde-frameworks/kservice-5.246.0
 ~kde-frameworks/ktexteditor-5.246.0
 ~kde-frameworks/ktextwidgets-5.246.0
+~kde-frameworks/kuserfeedback-5.246.0
 ~kde-frameworks/kwallet-5.246.0
 ~kde-frameworks/kxmlgui-5.246.0
 ~kde-frameworks/purpose-5.246.0



[gentoo-commits] repo/gentoo:master commit in: app-portage/pfl/

2023-12-18 Thread Daniel Pielmeier
commit: d5b406a433e67072543f23ebaf34bfb5b6d4eec6
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Mon Dec 18 20:28:24 2023 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Mon Dec 18 20:29:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b406a4

app-portage/pfl: add 3.3.1

Closes: https://bugs.gentoo.org/920255
Signed-off-by: Daniel Pielmeier  gentoo.org>

 app-portage/pfl/Manifest |  1 +
 app-portage/pfl/pfl-3.3.1.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/app-portage/pfl/Manifest b/app-portage/pfl/Manifest
index 8723c3e66a43..679852ffa3d0 100644
--- a/app-portage/pfl/Manifest
+++ b/app-portage/pfl/Manifest
@@ -1 +1,2 @@
 DIST pfl-3.2.1.tar.gz 5655 BLAKE2B 
1ebfccca48ac090c6467cfd7a63a488a72e723f8f31d9eb5e8494b74666e20f9e4372fed829e0114295210a76ec9debc9fdd5236340a7740eb1ccfbbc5aaa48b
 SHA512 
967ebe2baed50cd1ed0549d000e2bb240e55c0988d74e492f114fe16b328978ad062606e568dcbe65bcb78738388b1447c823bd1fa31a979d10a4be7a5c7984a
+DIST pfl-3.3.1.tar.gz 17810 BLAKE2B 
29f180be8b8ca65830da72c191fa38088cdd542340e34f144e8be307deff6689dab9e7abbf1ef6be44fefc95d9c1033d9f6a0a4d423eaa5c9ec29bd9f54ec7a8
 SHA512 
238933674650ef116c897162894141cbf7c3c1d029453b9226fb0d65138706f89f9a737e44ca7e85a50d7996c1680eb66e5c4357cfcbbb01a29a67398201bda9

diff --git a/app-portage/pfl/pfl-3.3.1.ebuild b/app-portage/pfl/pfl-3.3.1.ebuild
new file mode 100644
index ..a209f77e6ae3
--- /dev/null
+++ b/app-portage/pfl/pfl-3.3.1.ebuild
@@ -0,0 +1,49 @@
+# 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_{10..12} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 systemd
+
+DESCRIPTION="Searchable online file/package database for Gentoo"
+HOMEPAGE="https://www.portagefilelist.de 
https://github.com/portagefilelist/client;
+SRC_URI="https://github.com/portagefilelist/client/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+network-cron"
+
+RDEPEND="
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/termcolor[${PYTHON_USEDEP}]
+   sys-apps/portage[${PYTHON_USEDEP}]
+   network-cron? ( sys-apps/util-linux[caps] )
+"
+
+S="${WORKDIR}/client-${PV}"
+
+python_install_all() {
+   if use network-cron ; then
+   exeinto /etc/cron.weekly
+   doexe cron/pfl
+   fi
+
+   systemd_dounit systemd/pfl.{service,timer}
+
+   keepdir /var/lib/${PN}
+
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   if [[ ! -e "${EROOT}/var/lib/${PN}/pfl.info" ]]; then
+   touch "${EROOT}/var/lib/${PN}/pfl.info" || die
+   fi
+   chown -R portage:portage "${EROOT}/var/lib/${PN}" || die
+   chmod 775 "${EROOT}/var/lib/${PN}" || die
+}



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/arm/23.0/armv6j/selinux/, ...

2023-12-18 Thread Andreas K. Hüttel
commit: 45974e0b157b55a3376d5a70de35dcc55151f722
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Dec 18 20:14:19 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Dec 18 20:15:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45974e0b

profiles: split 23.0 armv6j profiles up into sf and hf

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

 .../23.0/armv6j => arch/arm/23.0-armv6j_hf}/eapi|  0
 profiles/arch/arm/23.0-armv6j_hf/make.defaults  |  7 +++
 profiles/arch/arm/23.0-armv6j_hf/package.use.mask   |  7 +++
 profiles/arch/arm/23.0-armv6j_hf/parent |  1 +
 profiles/arch/arm/23.0-armv6j_hf/use.force  |  7 +++
 profiles/arch/arm/23.0-armv6j_hf/use.mask   |  8 
 .../hardened => arch/arm/23.0-armv6j_sf}/eapi   |  0
 profiles/arch/arm/23.0-armv6j_sf/make.defaults  | 10 ++
 profiles/arch/arm/23.0-armv6j_sf/package.use.mask   |  7 +++
 profiles/arch/arm/23.0-armv6j_sf/parent |  1 +
 profiles/arch/arm/23.0-armv6j_sf/use.force  |  7 +++
 profiles/arch/arm/23.0-armv6j_sf/use.mask   |  8 
 profiles/default/linux/arm/23.0/armv6j/parent   |  2 --
 .../default/linux/arm/23.0/armv6j/selinux/parent|  2 --
 .../{armv6j/hardened/selinux => armv6j_hf}/eapi |  0
 .../{armv6j/selinux => armv6j_hf/hardened}/eapi |  0
 .../arm/23.0/{armv6j => armv6j_hf}/hardened/parent  |  0
 .../systemd => armv6j_hf/hardened/selinux}/eapi |  0
 .../{armv6j => armv6j_hf}/hardened/selinux/parent   |  0
 profiles/default/linux/arm/23.0/armv6j_hf/parent|  2 ++
 .../{split-usr/armv6j => armv6j_hf/systemd}/eapi|  0
 .../arm/23.0/{armv6j => armv6j_hf}/systemd/parent   |  0
 .../{split-usr/armv6j/hardened => armv6j_sf}/eapi   |  0
 .../hardened/selinux => armv6j_sf/hardened}/eapi|  0
 .../arm/23.0/{armv6j => armv6j_sf}/hardened/parent  |  0
 .../armv6j => armv6j_sf/hardened}/selinux/eapi  |  0
 .../armv6j => armv6j_sf/hardened}/selinux/parent|  0
 profiles/default/linux/arm/23.0/armv6j_sf/parent|  2 ++
 .../arm/23.0/{armv6j => armv6j_sf/systemd}/eapi |  0
 .../arm/23.0/{armv6j => armv6j_sf}/systemd/parent   |  0
 .../default/linux/arm/23.0/split-usr/armv6j/parent  |  2 --
 .../arm/23.0/{armv6j => split-usr/armv6j_hf}/eapi   |  0
 .../{armv6j => split-usr/armv6j_hf/hardened}/eapi   |  0
 .../split-usr/{armv6j => armv6j_hf}/hardened/parent |  0
 .../armv6j_hf/hardened/selinux}/eapi|  0
 .../{armv6j => armv6j_hf}/hardened/selinux/parent   |  0
 .../linux/arm/23.0/split-usr/armv6j_hf/parent   |  2 ++
 .../arm/23.0/{armv6j => split-usr/armv6j_sf}/eapi   |  0
 .../{armv6j => split-usr/armv6j_sf/hardened}/eapi   |  0
 .../split-usr/{armv6j => armv6j_sf}/hardened/parent |  0
 .../armv6j_sf/hardened/selinux}/eapi|  0
 .../{armv6j => armv6j_sf}/hardened/selinux/parent   |  0
 .../linux/arm/23.0/split-usr/armv6j_sf/parent   |  2 ++
 .../{armv6j => split-usr/armv6j_sf/selinux}/eapi|  0
 .../hardened => split-usr/armv6j_sf}/selinux/parent |  0
 profiles/profiles.desc  | 21 ++---
 46 files changed, 85 insertions(+), 13 deletions(-)

diff --git a/profiles/default/linux/arm/23.0/armv6j/eapi 
b/profiles/arch/arm/23.0-armv6j_hf/eapi
similarity index 100%
copy from profiles/default/linux/arm/23.0/armv6j/eapi
copy to profiles/arch/arm/23.0-armv6j_hf/eapi

diff --git a/profiles/arch/arm/23.0-armv6j_hf/make.defaults 
b/profiles/arch/arm/23.0-armv6j_hf/make.defaults
new file mode 100644
index ..f23e0de09e37
--- /dev/null
+++ b/profiles/arch/arm/23.0-armv6j_hf/make.defaults
@@ -0,0 +1,7 @@
+CHOST="armv6j-unknown-linux-gnueabihf"
+CHOST_arm="${CHOST}"
+
+CFLAGS="-O2 -pipe -march=armv6j"
+CXXFLAGS="${CFLAGS}"
+FFLAGS="${CFLAGS}"
+FCFLAGS="${CFLAGS}"

diff --git a/profiles/arch/arm/23.0-armv6j_hf/package.use.mask 
b/profiles/arch/arm/23.0-armv6j_hf/package.use.mask
new file mode 100644
index ..20a7e47e59bf
--- /dev/null
+++ b/profiles/arch/arm/23.0-armv6j_hf/package.use.mask
@@ -0,0 +1,7 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James  (2020-07-04)
+# Rust is available here
+# Bug #728558
+media-video/ffmpeg -rav1e

diff --git a/profiles/arch/arm/23.0-armv6j_hf/parent 
b/profiles/arch/arm/23.0-armv6j_hf/parent
new file mode 100644
index ..f3229c5b9876
--- /dev/null
+++ b/profiles/arch/arm/23.0-armv6j_hf/parent
@@ -0,0 +1 @@
+..

diff --git a/profiles/arch/arm/23.0-armv6j_hf/use.force 
b/profiles/arch/arm/23.0-armv6j_hf/use.force
new file mode 100644
index ..e5abb15cbb95
--- /dev/null
+++ b/profiles/arch/arm/23.0-armv6j_hf/use.force
@@ -0,0 +1,7 @@
+# Force armv6 specific USE flags
+cpu_flags_arm_v4
+cpu_flags_arm_v5
+cpu_flags_arm_v6
+
+cpu_flags_arm_edsp
+cpu_flags_arm_thumb

diff --git a/profiles/arch/arm/23.0-armv6j_hf/use.mask 

  1   2   3   >