[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/

2023-08-21 Thread Joonas Niilola
commit: 8a9889b3e6f61269efc5dced9abe9c45b5a9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 06:09:57 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 06:09:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9889b3

sci-astronomy/siril: Stabilize 1.2.0_rc1-r1 amd64, #912688

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

 sci-astronomy/siril/siril-1.2.0_rc1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/siril/siril-1.2.0_rc1-r1.ebuild 
b/sci-astronomy/siril/siril-1.2.0_rc1-r1.ebuild
index c5cbbe1bd8e2..3898b724624f 100644
--- a/sci-astronomy/siril/siril-1.2.0_rc1-r1.ebuild
+++ b/sci-astronomy/siril/siril-1.2.0_rc1-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git";
 else

SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2";
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PN}-${PV/_/-}"
 fi
 



[gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/

2023-08-21 Thread Ulrich Müller
commit: 29978d077d271058b31a4578617880013448093d
Author: Jonas Frei  pm  me>
AuthorDate: Tue Aug 22 03:17:10 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Aug 22 06:03:16 2023 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=29978d07

general-concepts/use-flags: Clarification about compiler flags

Signed-off-by: Jonas Frei  pm.me>
[Whitespace fixed.]
Signed-off-by: Ulrich Müller  gentoo.org>

 general-concepts/use-flags/text.xml | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/general-concepts/use-flags/text.xml 
b/general-concepts/use-flags/text.xml
index 7d0047a..5caa430 100644
--- a/general-concepts/use-flags/text.xml
+++ b/general-concepts/use-flags/text.xml
@@ -82,10 +82,10 @@ instead, or controlled by a flag such as minimal.
 
 
 
-You should not introduce USE flags that merely manipulate CFLAGS,
-FEATURES or similar variables configured directly by the user. Instead,
-packages should avoid manipulating them at all, and let users set them 
directly.
-Common mistakes include:
+You should not introduce USE flags that manipulate compiler flags or similar
+variables configured directly by the user (e.g. -O3, -flto).
+Instead, packages should avoid manipulating them at all, and let users set
+them directly. Common mistakes include:
 
 
 
@@ -114,7 +114,8 @@ There might be corner cases where these rules do not apply. 
For example, a few
 upstreams require users to use specific CFLAGS and reject bug reports
 against builds using other values. In this case, it is customary to strip flags
 by default and provide custom-cflags flag to allow users to force their
-preferred flags.
+preferred flags. Another exception are CFLAGS that enable/disable
+features at compile time (via pre-processor macros).
 
 
 



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

2023-08-21 Thread Joonas Niilola
commit: 49b1566673b221d2efbed124d38795fd8385859f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 05:57:37 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 05:57:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b15666

net-irc/inspircd: Stabilize 3.16.1 amd64, #912697

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

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

diff --git a/net-irc/inspircd/inspircd-3.16.1.ebuild 
b/net-irc/inspircd/inspircd-3.16.1.ebuild
index 5452ab3dcb55..e179adf0a0da 100644
--- a/net-irc/inspircd/inspircd-3.16.1.ebuild
+++ b/net-irc/inspircd/inspircd-3.16.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="argon2 debug gnutls ldap maxminddb mbedtls mysql pcre pcre2 postgres re2 
regex-posix regex-stdlib sqlite ssl sslrehashsignal tre"
 
 RDEPEND="



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

2023-08-21 Thread Joonas Niilola
commit: 71a3ac0de41cd73244c9be6a541b7cf15cf551ff
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 05:57:12 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 05:57:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71a3ac0d

net-irc/inspircd: Stabilize 3.16.1 x86, #912697

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

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

diff --git a/net-irc/inspircd/inspircd-3.16.1.ebuild 
b/net-irc/inspircd/inspircd-3.16.1.ebuild
index 7df864d182dd..5452ab3dcb55 100644
--- a/net-irc/inspircd/inspircd-3.16.1.ebuild
+++ b/net-irc/inspircd/inspircd-3.16.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE="argon2 debug gnutls ldap maxminddb mbedtls mysql pcre pcre2 postgres re2 
regex-posix regex-stdlib sqlite ssl sslrehashsignal tre"
 
 RDEPEND="



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

2023-08-21 Thread Joonas Niilola
commit: ce1ddf5e7d94f9f43d85571e58bb6aa832f0825f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 05:37:50 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 05:37:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1ddf5e

dev-libs/nss: drop 3.89.1

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

 dev-libs/nss/Manifest  |   1 -
 dev-libs/nss/nss-3.89.1.ebuild | 411 -
 2 files changed, 412 deletions(-)

diff --git a/dev-libs/nss/Manifest b/dev-libs/nss/Manifest
index 26b30e6090ed..6eb2f47df92d 100644
--- a/dev-libs/nss/Manifest
+++ b/dev-libs/nss/Manifest
@@ -1,5 +1,4 @@
 DIST nss-3.79.4.tar.gz 84826326 BLAKE2B 
c34b1ba2c24891bd316af27828dbcc6b193b7298fe6a965cfd42d6a37aa3c25ecb80c9b8c2195ba89d2ea395739def47ff5269f7964235c2883e5b33d67889e9
 SHA512 
194c7595871ada65c03dcea8f2ec75ea9d6da3ce270c956e8abb2d72b6465e14c7be7892532548b9ca6f319f557353b98facb6f3d620a3a3825d889170b02fa2
-DIST nss-3.89.1.tar.gz 71624456 BLAKE2B 
fca6e09375ba2ce4a6f0bf189cabb9cdb1ba7cb5ebc1a49d47a2d6b509936a60d7f1867f71cdcfa6a81c0cbbf298513981a9b16ac23bbc464c7004bb40b830b4
 SHA512 
aeece4e8bc28113fc53997b29c89d40b4be74fee4f5d27c4e065d2fa6701038442f4eeeb1fcf98befedb03537a5a48a4701fe270f56197da57946529f9fa02dd
 DIST nss-3.91.tar.gz 72267945 BLAKE2B 
7dcd680311a5503007c0bb738ec24b50e40841470592c2d8dd542b3bdf085a6e4816f1fab4cb6b86220ff3e39a828f57a0a9172e3d1c2c82537eab6558a50226
 SHA512 
65258a4ea0b8c06ec49dd411eabe860ad5d7c3873beb27f8f43e10ef6be020b1522112df9deaeed27f23fd72f13cc7554e9c1854cd97e4716de419f722aff020
 DIST nss-3.92.tar.gz 72133646 BLAKE2B 
251daae56ccf8b8f4fd0b4287fea2049b6e72d1fc57fe02fb3d4f0b8a083aaf00046844145721a1e7620ecfbdbbb93206591e47386c12662765c09cf99db42bc
 SHA512 
dc317ec909433c9026f108b466bc436110b3c77edc3f73aef3d6dc6782f584c205053a368e4a134715bfdf63d2c1ae2185fc23238e5c2dca8f88ec185b1fec2a
 DIST nss-cacert-class1-class3-r2.patch 21925 BLAKE2B 
7627ff9a09f084c19d72d0490676865e3cab3ca7c920ae1ce4bea2db664f37fd0aa84fcda919809a516891ab2a62e2e7a43a9d6ada4c231adfe4c216525fac7d
 SHA512 
1ce6ff9ab310aaca9005eafb461338b291df8523cc7044e096cd75774ce746c26eed19ec6bb2643c6c67f94650f2f309463492d80a90568f38ce2557f8ada2f4

diff --git a/dev-libs/nss/nss-3.89.1.ebuild b/dev-libs/nss/nss-3.89.1.ebuild
deleted file mode 100644
index e1949015036f..
--- a/dev-libs/nss/nss-3.89.1.ebuild
+++ /dev/null
@@ -1,411 +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_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}/${PN}-3.23-hppa-byte_order.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 be #436216
-   if tc-is-cross-compiler ; then
-  

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2023-08-21 Thread Joonas Niilola
commit: 028a87e43357e51e87dc36687276a8a45c1ff2ca
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 05:38:54 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 05:38:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028a87e4

mail-client/thunderbird: drop 115.1.0

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

 mail-client/thunderbird/Manifest   |   66 -
 mail-client/thunderbird/thunderbird-115.1.0.ebuild | 1319 
 2 files changed, 1385 deletions(-)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 33ed29e84464..5084b3108d8d 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -1,5 +1,4 @@
 DIST firefox-102esr-patches-10tb.tar.xz 21740 BLAKE2B 
46da143f4d2ef474542752b7648cd80faf52332dc1b315fad6474dc2d1cb60848852f3a1f3e96934b50247f4c9add94d4a5d0d279a848f7d3b959d743ad98482
 SHA512 
6a0e9661ce30786e5480d3a81efe7df67f550da4b2fa5e71d4cbfd191320c975bdc1a4a9971e7df366e79242c89e58cc951d5a7058452773b354edb20b7f60a0
-DIST firefox-115esr-patches-04.tar.xz 14608 BLAKE2B 
78143b2ed2f0c71bef84c26ebbb9f29912e6d8bb2f513cf95f5d97203efb556cb339bbb1f61666300786eb5b1f93294816481a0396bd8acc497c9f51b138376a
 SHA512 
f6b07b9f94a79c766b864c4f73044dfd6aea5faf16e742202ca78f4f6e0399a71fc3dcf4d40d4dd67d3f13612c26a5e1a5f845e6892901c0ee6168aabf131f79
 DIST firefox-115esr-patches-05.tar.xz 15000 BLAKE2B 
e6e6918d182100616095119f1da7fd6ddc8fa3dae236d075292451f2b2ab1be7b16620eb17f01e5c10fc81324c81b25c596b9e99e7d7745a7ac0b22a27ae3e97
 SHA512 
ccda6860d885837c59e7ee4612bdd72dedcbc0dc5d6cf7d40dc6524591b67a2d165a251a13662bf1dd3995ffe392861a73bc08bc606a2320de5a5d8880086314
 DIST thunderbird-102.14.0-af.xpi 556871 BLAKE2B 
dbeeef43b45578f9f5b2114acf48ebfddb13a10085724d9a109c4122170807cfdda5c4cd7af3a29c0159d088c4f405959be754888fc8cfee10b5cead3a469e2f
 SHA512 
4699349cb086d450b77284aeb732c6d6442c640b0e9e1e2b5940d04297a16a85c2eeb0d2c77cd42b870519aac3d17acf3d06266007a6682c9ffd899f655dc82b
 DIST thunderbird-102.14.0-ar.xpi 666810 BLAKE2B 
3157febda2f6f3270922550e4ddeccd9ee644856ea9b19d595fe74a7e7fba6aa2c50a11826c46fa8ea9baf4dffa3076c1ea5f343f51c4509662ec2f3e70ac34b
 SHA512 
c9d37aa31bd54f913c30ce2b349846d065c21e3b9dcb1253d737c5e48e5d670ec6bc155644b0219bde8c4cb446e59e3c7fba77ccf4e6d56bbc55bc9f05b101a1
@@ -66,71 +65,6 @@ DIST thunderbird-102.14.0-vi.xpi 745666 BLAKE2B 
7e7fc54e9a78af51a2a6c5bbd2129a1e
 DIST thunderbird-102.14.0-zh-CN.xpi 739888 BLAKE2B 
151844f6eb4ae2de5908ebf098ff49a8d63d49d4adcfada737b64034a38ba8e96ffa4066f611823cfe239dc4073afab6e74583a6df9ec1b975b00c74eb30785d
 SHA512 
e2def4a03303b8e6697e1c490034429a69033b1f6a9f58c422ae3b1ee4733c6229e728124077f72f2d7fbfb19be9e1418856807c573e0c91c78bb5c135772344
 DIST thunderbird-102.14.0-zh-TW.xpi 748347 BLAKE2B 
7c6f8e915e7c7966055c2480c7c119d693aa8964311808068d1364ccdbae7a02a429f60ac3de72354045dcced11e3a575287d36381b36661492df48a6a91
 SHA512 
40e494ed03ad2894af29026c63b4a94ba2e26e1870ff04c7db9002e20c4d5967c0e7247180ec9d3ae150477dffa3bf2a165c98edd05a2a358b964a25387f4755
 DIST thunderbird-102.14.0.source.tar.xz 502877912 BLAKE2B 
19aacace87e019aa0523ce080f2fd867860af50813118136c141ef38fcc15f913dd531161e3c9c2bed1450c9e94bb85a30933d60705049fe50ffadf5539ac37c
 SHA512 
4ae3f216833aec55421f827d55bc1b5fc2f0ad4fefecb27724a5be3318c351df24d30a4897b924e733ed2e3995be284b6d135049d46001143fb1c961fefc1830
-DIST thunderbird-115.1.0-af.xpi 542152 BLAKE2B 
a897aed328115666f6ccbe5648a33fb623f0b6df6e6836e3bb7d53f7021d48a1da3006b24963099bc7ed2d5daa21222123cc434e8bd629dfbed9b7ca48293815
 SHA512 
2a6c2b928abfac42788b71982c52822f96112a6b850b9fc7fffe299a0a40f750fa51c6bd31c962ca3e2d7a2079eb112e41b04565224b6128e61b89ac7b5f1aac
-DIST thunderbird-115.1.0-ar.xpi 653727 BLAKE2B 
4d9159049c8829a016debfaf3f42ca040ddebe19dbc59f91b763f1a2d3940b74f1be6a13f314ca72dd29ec08ec3c0e9c80511895c361506173506f6156f8d851
 SHA512 
c163199033a0cea3d91d5f6c4ddd4ab75cff5addb0e29b30ba8726d49d3a2d7b199c6c5853196d502d4296dac959fda79035ad52a99ddaf6c90b05d1ddf75d01
-DIST thunderbird-115.1.0-ast.xpi 561119 BLAKE2B 
27850a7533514ad8f36bf121609147f43b5010aae1cf438b6d458f181ac110124fd11d16065b5cc172ce8028ecfa2a4802893f78909a2a3ec481754834dbd88a
 SHA512 
a867b6af4926140ec1e83cee458f4cdff3ba2fa11daa8ef63af435a928597cb029576a5051240e913b7a5cdce3640fa5f5bc652ef296f4c5cf4eadb9d1791352
-DIST thunderbird-115.1.0-be.xpi 693603 BLAKE2B 
246bcb2a3c4731f97fde9049a2788cb8e2fe817eeb29538e4519804f6cad3793a9ace87f0144e32bbd8f73c3022198330b1479b4c998e9057a7cb9bc6458cce9
 SHA512 
b77b0fb42f60e067845bfe0f7a5e81553d335db2c4970d1c4367dd8d9cea49a50c97944f7efbcd2c784b96840f7904c8d268d76ce932f0dbe21d028032b56ba9
-DIST thunderbird-115.1.0-bg.xpi 680214 BLAKE2B 
865193b50a352394a5e06333b0b1708438c3ed73dd85a4673e2f3b793d783a9982edd3e6571e2dd4ed4ec8133ec868bcb596b6c4f95f3f41821e92214c644d3a
 SHA512 
db86ba00e83290d3b3b8917dfb5d058ad7b6b296a9f2a127fcbf73874e141ccae802766abc4deebb36e1e90b42da53c0f41fc564

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

2023-08-21 Thread Joonas Niilola
commit: 448c5be84318e40fa935882d03308616de15544b
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 05:45:24 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 05:45:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448c5be8

net-misc/r8125: Stabilize 9.011.01-r1 amd64, #912390

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

 net-misc/r8125/r8125-9.011.01-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/r8125/r8125-9.011.01-r1.ebuild 
b/net-misc/r8125/r8125-9.011.01-r1.ebuild
index 5bdd6342933a..e206e4deaa7c 100644
--- a/net-misc/r8125/r8125-9.011.01-r1.ebuild
+++ b/net-misc/r8125/r8125-9.011.01-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://rtitwww.realtek.com/rtdrivers/cn/nic1/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="+multi-tx-q ptp +rss use-firmware"
 



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

2023-08-21 Thread Joonas Niilola
commit: bddce67883ae30cf0715c57542fe5c0469433f5c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 05:36:42 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 05:36:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddce678

media-sound/rescrobbled: drop 0.7.0

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

 media-sound/rescrobbled/Manifest |  65 --
 media-sound/rescrobbled/rescrobbled-0.7.0.ebuild | 147 ---
 2 files changed, 212 deletions(-)

diff --git a/media-sound/rescrobbled/Manifest b/media-sound/rescrobbled/Manifest
index 4797d50fbacf..3223ab966849 100644
--- a/media-sound/rescrobbled/Manifest
+++ b/media-sound/rescrobbled/Manifest
@@ -1,181 +1,116 @@
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
-DIST anyhow-1.0.58.crate 43137 BLAKE2B 
8e797dfab555d7076128851203ec1c6cb3c448bad52fe28c82b10518549971e6daaaca52d4a0dbb126549fd819706d6788e5322c6433ed71836c7f6051230b7a
 SHA512 
78b21c51efd37e2be8f5672dc57f23ecd222d910604276da094754e06b86eb5a899d7ca7fb9f92566a13f70c116b05fed93d68a06320894d76a14a31e6c557b7
 DIST anyhow-1.0.71.crate 43808 BLAKE2B 
1ec6b440758e26b2328738bab7c6b1fe8670959793cc24f61cecd0d8b0ebe60b9855ee1cdac9b5f5a5b238daf796eae5b7c82b903e7c822a5625d95130f8b61f
 SHA512 
401b1c5d04fa0581f303395fcb3af5e7684ead367e2a173b4d90db9c04ac20010c5330a686f3ba91a541e1526a7185091b7dbfddce5134b5a74cc749b0338da5
-DIST attohttpc-0.24.0.crate 61280 BLAKE2B 
07674df658f6df5e4224110072a15c02192363640f4006b13869ce162e67c3d9a80b70b3d669ab230a32c78e0c316ae08fd39b7bb59d8c3388b37d363798bbbd
 SHA512 
53b8bfd0a56e462da3cc90125507e2ce72a7619f1f962dd21dbccca0c834eb7a1a935ce24e3770697d007e052d0a2348a246a0ae891300382630ee362ca81bea
 DIST attohttpc-0.24.1.crate 60895 BLAKE2B 
96d3ecfc4cc536dc5f699a52425619443326a064b4bea219b38157bd4322073a5c23060f3c46e0f3e99f452c5ed2a5327a6eb3b09812d45dda7a411b70fc8898
 SHA512 
ee47a48df7259b81f52d9f129b4c927932b96cb6cb46136ffa064b9f06f025ec0c40b3eca6825e6f76d409b00e721297ed448cb170df303cdc35b778dbeb
 DIST attohttpc-0.25.0.crate 61675 BLAKE2B 
f988eb7b289575ec6ddb87fbcdcffa4a6950966ab39eda9d0f7cd434a5c8b0c5454dd0f5f9dd5e06fa9dbcd8786f7fb8e5bcf3eb86f92f382b30eb1ecde5f267
 SHA512 
c115cfc8faa97763cd5275fcba06d41c53680d208db6105fbd1a331b4127400eb2165e7ac89c1e0c1902c8842f96700879e0edcd57179f729f21291f6348d91d
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-DIST bytes-1.2.0.crate 54688 BLAKE2B 
7691bdd170be8b7bf77b52078d547c1d007fbd97c5465672cfb558bcc8934377313de06e7dcc7d6ecd3f9e7c9fcb232c8a80b933591f7c160fa07600872b80ec
 SHA512 
91ecb2ffab68ed7ee91112ab1462a036e627470e75077d00ea163e9f91a920404f502fb55c4ba7d7941f799a6077990170a15f69a4df3cd8cb73dfb677eab7fa
 DIST bytes-1.4.0.crate 58080 BLAKE2B 
99a9d343424e04649bd209bf2a6c3a089a6cc9fdb799968f8c3a711189328e4499df2e09cc6a2a8ce05d2cc668149b364cf30cb3b09e96e21d50a39519c2f49f
 SHA512 
502c63b9fdcd36ed28ede55a63cd359dc7b28658ecd43020511d17d48d7c34e45aa8ff7e4b17770f12197451040c2b724fe68d2aa3ab4f81c9171d052f2aa000
-DIST cc-1.0.73.crate 57880 BLAKE2B 
be8d7a25a54afdd759844e76aec61526fc2bd5ca09480e6cdd3bdcf27e5f9d3a88dc16cbcbf54cd021470a7cc521e1ad468116c112bbd30752bac0d5486939ac
 SHA512 
980f012b90c6410144f6de4995048337e09214f19603076db6d4edb88e9ef9ac9e8c6e25569f66c2be3a47e99298f5886dafc102e1a9122316179aa26bc1c985
 DIST cc-1.0.79.crate 62624 BLAKE2B 
b3cbed3bd6fcac1c6ea258ec96cd107f859947a35dc89c3dc8f314741b0f668e61518f896ec32ce10c9a7eb20dd350bc177a71810d53ebea59fda062ed9d27db
 SHA512 
cbf0a25f3a23fc540e9d638fabc23f761f1c240ebb4814e761e90437d71fc559cd155768ab9e78fc192220d8a605c66c3af342ed736b719181656170b98d7bf5
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST core-foundation-0.9.3.crate 27059 BLAKE2B 
d94fec51b1b1055c285609f4bba45c5169a8cc775e251eac7fbf0da7ef894e1be9ca9f4236b82b67be0610bdf811366e0c6fd3cdb671a1e83c49717e2c5b2d03
 SHA512 
de07967c4f5e2d2e730b6f21984c228dad2

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

2023-08-21 Thread Joonas Niilola
commit: 4ef887acd35f568bb6d0457d5f32ad8754b5d645
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 05:37:13 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 05:37:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef887ac

media-video/vcsi: drop 7.0.13-r1

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

 media-video/vcsi/vcsi-7.0.13-r1.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/media-video/vcsi/vcsi-7.0.13-r1.ebuild 
b/media-video/vcsi/vcsi-7.0.13-r1.ebuild
deleted file mode 100644
index 7971c8a623e8..
--- a/media-video/vcsi/vcsi-7.0.13-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_COMMIT="fa7aa8ca781d0fe3188eea76f79c5702bf9b7330"
-
-DESCRIPTION="Create thumbnail sheets from video files"
-HOMEPAGE="https://github.com/amietn/vcsi";
-SRC_URI="https://github.com/amietn/vcsi/archive/${MY_COMMIT}.tar.gz -> 
${P}-r1.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/parsedatetime[${PYTHON_USEDEP}]
-   dev-python/pillow[jpeg,truetype,${PYTHON_USEDEP}]
-   dev-python/texttable[${PYTHON_USEDEP}]
-   media-fonts/dejavu
-   media-video/ffmpeg"
-
-distutils_enable_tests pytest
-
-S="${WORKDIR}"/vcsi-${MY_COMMIT}



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

2023-08-21 Thread Joonas Niilola
commit: 94221596a906c3f7b55b4a590c7bb500e9ba8c54
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Aug 22 05:36:23 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Aug 22 05:36:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94221596

app-text/capyt: drop 1.1.1

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

 app-text/capyt/capyt-1.1.1.ebuild | 24 
 1 file changed, 24 deletions(-)

diff --git a/app-text/capyt/capyt-1.1.1.ebuild 
b/app-text/capyt/capyt-1.1.1.ebuild
deleted file mode 100644
index 259058c03c19..
--- a/app-text/capyt/capyt-1.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..12} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-MY_PV=$(ver_rs 2 '-')
-
-DESCRIPTION="A python3 CLI utility to interface with cpy.pt paste service"
-HOMEPAGE="https://github.com/lbatalha/capyt
-   https://pypi.org/project/capyt/";
-SRC_URI="https://github.com/lbatalha/capyt/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${PN}-${MY_PV}"



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

2023-08-21 Thread Hans de Graaff
commit: 1dfa0f0d9e3bbc926aecd637412e6dd6280b4b62
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 05:06:55 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 05:07:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfa0f0d

dev-ruby/timecop: add 0.9.8

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/timecop/Manifest |  1 +
 dev-ruby/timecop/timecop-0.9.8.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/timecop/Manifest b/dev-ruby/timecop/Manifest
index c6de4eeb941d..349e6553d843 100644
--- a/dev-ruby/timecop/Manifest
+++ b/dev-ruby/timecop/Manifest
@@ -1,2 +1,3 @@
 DIST timecop-0.9.6.gem 17408 BLAKE2B 
53afa8313be94fb8774812b014f11d9a134b51b7dafcc0fd8d91d10756e042bfd6d56b10f8072c1d606519e532beb2e02032bd4e3f6d45b4cf41dd968ba86224
 SHA512 
a5cbdf38caa5bccb9887a6abb5d99bdd1470c9ff8d52d19f0c46f116dc73b62512f76021adc1ec98ca4abe85ca61a4ab1e821d80980fa7ab3c821abd13b9695a
 DIST timecop-0.9.7.tar.gz 17818 BLAKE2B 
c978a3765864963b4dbbb8a9cf2172208fa7b66afd68417a057bba44b6d35141bab5182bef3404d6233f394e9d874026886dc85b2e400908bdbf2f3af273b6bf
 SHA512 
4db43b655225b8017769497b5ffc88d7b6d728677439ade09d8e0b8e8ef01c0307e49575ed9e1d2ac379cd222a5a0d34feae018d15ee34b70934e93a019a76e6
+DIST timecop-0.9.8.tar.gz 17936 BLAKE2B 
bb66dac74df498b6a5c284805c2c8a486523d43c2923c2e11f65d24bc2e9ad59c3bdd356bf3e93946859ed9e95ac9924e48747afb17ec81a5378e0370d7dff20
 SHA512 
cbf74e8d4e459f17cb841fee14353feccfa26e401d999521abb5653639a3d6b8e0dbd73d4317cb18b185d33d23e20e7603992cd6e2752ac74cbf0c0c927263b3

diff --git a/dev-ruby/timecop/timecop-0.9.8.ebuild 
b/dev-ruby/timecop/timecop-0.9.8.ebuild
new file mode 100644
index ..2f2dec1093c5
--- /dev/null
+++ b/dev-ruby/timecop/timecop-0.9.8.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_TASK_TEST="test"
+
+RUBY_FAKEGEM_TASK_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.markdown"
+RUBY_FAKEGEM_GEMSPEC="timecop.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A gem providing 'time travel' and 'time freezing' capabilities"
+HOMEPAGE="https://github.com/travisjeffery/timecop";
+SRC_URI="https://github.com/travisjeffery/timecop/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activesupport dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   sed -e '/bundler/ s:^:#:' -e '/History.rdoc/d' \
+   -i Rakefile test/test_helper.rb 
test/timecop_with_active_support_test.rb || die
+   sed -i -e '/rubygems/ a\gem "test-unit"' \
+   -e '/minitest\/rg/ s:^:#:' -e '/pry/ s:^:#:' 
test/test_helper.rb || die
+}
+
+each_ruby_test() {
+   for f in test/*_test.rb ; do
+   ${RUBY} -Ilib $f || die
+   done
+}



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

2023-08-21 Thread Hans de Graaff
commit: f6b6d97291499a452e40e1ff16e5b71233203892
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Aug 22 05:04:30 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Aug 22 05:07:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b6d972

dev-ruby/mime-types: add 3.5.1

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mime-types/Manifest|  1 +
 dev-ruby/mime-types/mime-types-3.5.1.ebuild | 32 +
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/mime-types/Manifest b/dev-ruby/mime-types/Manifest
index 460ae0848d87..ec0d78a32358 100644
--- a/dev-ruby/mime-types/Manifest
+++ b/dev-ruby/mime-types/Manifest
@@ -1,2 +1,3 @@
 DIST mime-types-3.4.1.gem 36864 BLAKE2B 
09c6c2fad3cad3535e5c357b49c84b2c1809903235f3bdbeeb766157c48bfc899f32fe95be535feab3c7835c4b535e25b49019c14f51dee1a812fdb735f0f7af
 SHA512 
d0cec7afbe1685c008765997c3047f23bbb0bd10989cd82475805f932e61c400b3d2e60f5f95804c46919b57f0d3644c866be358b0c4c653ace43d62bbc98e4f
 DIST mime-types-3.5.0.gem 37888 BLAKE2B 
1638dbe9dcb5cabf64a05d39d5069b10aad4c9749865a57e089e0e7a9ab6f4073833e6f86008506c634245755e2e66b44e204e68f0c4da4a0052d500e58bbf9e
 SHA512 
c7177a2a54aaa8af88f14222c48011905379586ac160cab420dd7c49bfaa92159dd034398200908f5e18440ff69dbff767390948cbdb92fc325d552ca5087ea8
+DIST mime-types-3.5.1.gem 37888 BLAKE2B 
51ae93cf8b3838c5b1353d7dc251ca34ff9519e4df36b4e05b34d9f981d441f7c8ad6952133d6706791a98946e3b3a67a083457fe7919c80ef6c64964ae92f3e
 SHA512 
3bba16ed3ad8050fb4b62b65c3f087885178a2514c7375d949956df81a9ebdeaa7698dba9671ee8bfc958117b1d18dda9679ebf5253300a7ffafde53e8fdeeda

diff --git a/dev-ruby/mime-types/mime-types-3.5.1.ebuild 
b/dev-ruby/mime-types/mime-types-3.5.1.ebuild
new file mode 100644
index ..bcab1e489937
--- /dev/null
+++ b/dev-ruby/mime-types/mime-types-3.5.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides a mailcap-like MIME Content-Type lookup for Ruby"
+HOMEPAGE="https://github.com/mime-types/ruby-mime-types";
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/minitest:5 
dev-ruby/minitest-bonus-assertions:2 dev-ruby/minitest-hooks:1 )"
+
+ruby_add_rdepend ">=dev-ruby/mime-types-data-3.2015:3"
+
+all_ruby_prepare() {
+   # Avoid unneeded developer-only dependencies.
+   sed -i -e '/\(focus\|rg\)/ s:^:#:' \
+   -e 's:fivemat/::' test/minitest_helper.rb || die
+}
+
+each_ruby_test() {
+   MT_NO_PLUGINS=1 ${RUBY} -Ilib:test:. -e 'require "minitest/autorun"; 
Dir["test/test_*.rb"].each{|f| require f}' || die
+}



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

2023-08-21 Thread Michał Górny
commit: b397064b11a210d6cc90796cfc38ca76b11580c6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 03:42:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 03:42:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b397064b

dev-python/poetry: Bump to 1.6.1

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

 dev-python/poetry/Manifest|  1 +
 dev-python/poetry/poetry-1.6.1.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/dev-python/poetry/Manifest b/dev-python/poetry/Manifest
index beb89ca51a28..3efe38bc1363 100644
--- a/dev-python/poetry/Manifest
+++ b/dev-python/poetry/Manifest
@@ -1,2 +1,3 @@
 DIST poetry-1.5.1.tar.gz 1469755 BLAKE2B 
ac60d6aabe69b1e46a6fbc188579034e716a470384571a611952489d175485cf997636c9206a53e29be073582e672f8010ab5f8f13b58a12dc644279753f903e
 SHA512 
863bc4ea43b6fc5b340f50f007c76d2c253223d6bd55ea5c1ead4bc353c3d4cd85d51372a774276e14d9fca733fac9c2f582892fec950b74f25dc188dafa7a96
 DIST poetry-1.6.0.tar.gz 1475454 BLAKE2B 
11bdfb5cacee0563d134919619bffeb007c13c632d8ab017521ce191a5ccaace52405ef9afa81ece1042c075b4601069deab99028a187bea73d4d6e4b505b55f
 SHA512 
eef9a4c4d0526d3c71380c00b654852b22b7c5e86f187463977b1f798b5cb377c41983a6c21350c19f13fb1804a8190f5bd158dc5f0a298d0732812e44524063
+DIST poetry-1.6.1.tar.gz 1475487 BLAKE2B 
0e49da3473203fcd24aacdf34e886bb4a6e723bc1e03ccc285c94a25f214b31c768462fef0cc24f659132dd5ce33eac71a2329fef4df7dba1c76303fd1987a77
 SHA512 
3d5aac641c0fa4dd16f8f7b2a55fa1795ced1803886a048167a0a2a2ac419ff1c16734458316100f54ca4e8bcf88b5aa176b0ba2bde74bee6bdd41305b078f3b

diff --git a/dev-python/poetry/poetry-1.6.1.ebuild 
b/dev-python/poetry/poetry-1.6.1.ebuild
new file mode 100644
index ..5104a42c1e2f
--- /dev/null
+++ b/dev-python/poetry/poetry-1.6.1.ebuild
@@ -0,0 +1,85 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A frontend for poetry - a python dependency management and 
packaging tool"
+HOMEPAGE="
+   https://python-poetry.org/
+   https://github.com/python-poetry/poetry
+   https://pypi.org/project/poetry/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/poetry-core-1.7.0[${PYTHON_USEDEP}]
+   >=dev-python/poetry-plugin-export-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/build-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/cachecontrol-0.13.0[${PYTHON_USEDEP}]
+   >=dev-python/cleo-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/crashtest-0.4.1[${PYTHON_USEDEP}]
+   >=dev-python/dulwich-0.21.2[${PYTHON_USEDEP}]
+   >=dev-python/installer-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.10.0[${PYTHON_USEDEP}]
+   >=dev-python/keyring-24.0.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.4[${PYTHON_USEDEP}]
+   >=dev-python/pexpect-4.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pkginfo-1.9.4[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
+   >=dev-python/requests-toolbelt-0.10.1[${PYTHON_USEDEP}]
+   >=dev-python/shellingham-1.5.0[${PYTHON_USEDEP}]
+   >=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}]
+   >=dev-python/trove-classifiers-2022.5.19[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-20.22.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+BDEPEND="
+   test? (
+   >=dev-python/deepdiff-6.3.1[${PYTHON_USEDEP}]
+   >=dev-python/httpretty-1.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-3.9[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}]
+   )
+"
+
+src_prepare() {
+   # unpin
+   sed -e 's:\^:>=:' \
+   -e '/poetry-core/s:":">=:' \
+   -e 's:,<[0-9.]*::' \
+   -i pyproject.toml || die
+
+   distutils-r1_src_prepare
+}
+
+EPYTEST_DESELECT=(
+   # Tests require network (they run `pip install ...`)
+   
tests/installation/test_executor.py::test_executor_should_write_pep610_url_references_for_directories
+   
tests/installation/test_executor.py::test_executor_should_write_pep610_url_references_for_git
+   
tests/installation/test_executor.py::test_executor_should_write_pep610_url_references_for_git_with_subdirectories
+   
tests/installation/test_pip_installer.py::test_uninstall_git_package_nspkg_pth_cleanup
+   
tests/installation/test_executor.py::test_executor_should_write_pep610_url_references_for_non_wheel_files
+   
tests/installation/test_installer.py::test_installer_with_pypi_repository
+   
tests/masonry/builders/test_editable_builder.py::test_builder_se

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

2023-08-21 Thread Michał Górny
commit: 48c63a70969dc9f2e3f0051da905e5a13108b6ae
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 03:09:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 03:09:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c63a70

dev-python/tox: Remove old

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

 dev-python/tox/Manifest |  7 
 dev-python/tox/tox-4.5.2.ebuild | 80 ---
 dev-python/tox/tox-4.6.0.ebuild | 80 ---
 dev-python/tox/tox-4.6.1.ebuild | 80 ---
 dev-python/tox/tox-4.6.2.ebuild | 80 ---
 dev-python/tox/tox-4.6.3.ebuild | 80 ---
 dev-python/tox/tox-4.7.0.ebuild | 80 ---
 dev-python/tox/tox-4.8.0.ebuild | 84 -
 8 files changed, 571 deletions(-)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index b9b281c2586f..bbbefd07c2a6 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,12 +1,5 @@
 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 
9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f
 SHA512 
64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
 DIST tox-4.10.0.tar.gz 174296 BLAKE2B 
8369108d8fe4b64e0089bc9ea38c7d858b71fc2ea8d250ec8562fd408715d8461c5a212289f4a37c29e6a566088d821696cf869335a10c3ca5bd00e14e2b21d1
 SHA512 
c634fea5ab2989f2528107c75e7a1e4e328e8f5780d5fe6a3fda25e5c3d56e095db435cd5566231f3bc8e2d20d3b3e7a0e1b9be8de5a32e4b3602ed26f02f3b9
 DIST tox-4.5.1.tar.gz 170137 BLAKE2B 
38ab00eb577e66211db0ecf8931087a8c5a14f8219eb7ebecb7be9938221d1c680edc09a38a5c72b9ec63825d4cbb2d4fd9157a52aed8cdb0d22a1c1bbb70cba
 SHA512 
75d495d6dba134c3fe537fc190c1f428ff188ee67c346911c02ee151a8369425b22956eea52be5d434735e1590edce57b3487d5f4b277022bf8cfe8bf4660cf8
-DIST tox-4.5.2.tar.gz 170336 BLAKE2B 
1dcd2bbd7d153dbf0ac7bb48cdd1826d5fb915b7ef6d30a943138e06bb5d82d67db551f8c6d0342a5a81d91ddfd7da6ad8272fc016eaea27bcd4d69f6be9c605
 SHA512 
44a6c9821975205258402eaaa2010a0acde98190c77db0361da6c67d793de90871786fe2d78c6c9ee83100d7399e1eac857e2edaf94c64c81fb535ff871a363c
-DIST tox-4.6.0.tar.gz 170401 BLAKE2B 
ae9decd66677fc4e0422687dcd166a27df2f5617c4dbad1d99762542e0d7e1cbcb27892fce74217f85d3e93176475fa39a22a6dd99ccf141a12832862b436a02
 SHA512 
465db889630d1aa36329b41cf91537e7ca27fe0901b77b8b24d180ab854f2b7c062ae62bdcc931a33235b617e7c709d9290f0769b133b5cd40e398aea9a8d918
-DIST tox-4.6.1.tar.gz 172090 BLAKE2B 
ee86b8972ee273f07ab0197ab2f0b6ce4505206eebc412f6ec68007e1cf5ac270662e4cb61aa6eb5b08df07a5b20a28c498f9e730fe08fd04339ba918a7712e5
 SHA512 
b6571790275ee6d7f33dfd72c587b70476fc4ea0798a5331831bea69087cacd21eed546197bfb4a32cb4fe182b63b759977f194e19b56fb346ed251a00be9d6b
-DIST tox-4.6.2.tar.gz 172333 BLAKE2B 
0fa9e7782eb18b525ff7f226b0fa9b8001f69f8b620b86a19bc2c19c349b2c8c7440a1de220387bccaa7a9044796db57ae63d16851c98a73ced2c495a01b5f3e
 SHA512 
3e4663972f8c51a634f00c57c8b9b6704a628e912ef2e1854a8dfbd7bce13e44822984af9f69cb5b8a306ede545a565044cfeb8803cff41a530de7958fc07878
-DIST tox-4.6.3.tar.gz 172585 BLAKE2B 
14d895a516fdb1b767c922633185b31904149e7fea9d1ae3faaac343bfd481fc843dcb4784168c89fb6d3f5503f4ff8fb35680ed197b5df2dde1f124be1df8ea
 SHA512 
6261998bb753556a24e869db18955eea9b26063e0b67503028571e62085c2da535dc60552192c69ba07366150c4f3a3ce6bd36dd62d2fe6f24d7b466dccf2e76
 DIST tox-4.6.4.tar.gz 172650 BLAKE2B 
84164dbb02002d398e779b0c5e4617213fbfc711ded95faddde93711549eab9e69675f0a459ce60ba8357baf4e7d361f86b4cb85818972e5d018a61db179ba1a
 SHA512 
b6a4673ea58e21b5e8b3d1330244d46ac7a36563a089b2e03cfcd7039386ab6afc437ebf4c516bbe373133a7beb54ebb380d39ab126be69f3601226f2273f3c2
-DIST tox-4.7.0.tar.gz 172893 BLAKE2B 
9611cbff7937e859ad923d40978804eede6eb372868c7af85597644a3568e775627361faa64587aa44c9e1e3bcf565fb4c6956d73fe973c258c90f005f5e5b14
 SHA512 
17c010af1dd402dd1dff86dca9154be16212bdbdafa4d83f6337e5c4ebd6f7256b7cf813ac8bb22d755873c89179caeecbaeed05c7e6dd6903251c3548fa8042
-DIST tox-4.8.0.tar.gz 173370 BLAKE2B 
85dafc76b2dd6fb012112020c12e570904bc7d587ebaded729cabf752e14f1f04ed4f7672e52012f5abaff9a68480a2710483b0f5e0a16fbde64f009c30f0df4
 SHA512 
e7d4b33df31574fb5b35100e79a9a620a967aa8c4a2add474a21fffa52129429cb54485aaddb44957d75b9875afc332f69afdf8c0c598096572e2c8f83756154
 DIST tox-4.9.0.tar.gz 173479 BLAKE2B 
00fc440bbcafa6e0d521ce745af0fa7b9a33196fec4f29f2dcad10079d494e3703fa06558ceb26762162687f71f7c77b386f64bdff6b4ac0a78706d2b7fd0743
 SHA512 
62f0cdb4d425d935315babf90ab331fb772352e68b6c67cf96f1d13007245427e67968a08073cc07a4adf850a991bbbcbff742567808ca22bc231acc1e3692e2

diff --git a/dev-python/tox/tox-4.5.2.ebuild b/dev-python/tox/tox-4.5.2.ebuild
deleted file mode 100644
index b9104bb8536f..
--- a/dev-pytho

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

2023-08-21 Thread Michał Górny
commit: 422d6ebc82393376a4e03926a49b85e721c26977
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 03:08:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 03:08:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422d6ebc

dev-python/tox: Bump to 4.10.0

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

 dev-python/tox/Manifest  |  1 +
 dev-python/tox/tox-4.10.0.ebuild | 84 
 2 files changed, 85 insertions(+)

diff --git a/dev-python/tox/Manifest b/dev-python/tox/Manifest
index 9f1669b2786c..b9b281c2586f 100644
--- a/dev-python/tox/Manifest
+++ b/dev-python/tox/Manifest
@@ -1,4 +1,5 @@
 DIST tox-3.28.0.gh.tar.gz 309472 BLAKE2B 
9896411426f6aebb3efa468c01696ecc5f17ec3e67825672d0efc74c1b1468bc8b8d9c14b6177c181750ba4b9a5e77d616068dd83e21f5641acfc8e2a271cc1f
 SHA512 
64816754e6800661bb564c5c7d21c4139522d540a04fafe3c4591d596072d48d1cbe0ee2abee9c8faf3d5007774f5371431b5a7a8f49912bc879c7b168aab2ca
+DIST tox-4.10.0.tar.gz 174296 BLAKE2B 
8369108d8fe4b64e0089bc9ea38c7d858b71fc2ea8d250ec8562fd408715d8461c5a212289f4a37c29e6a566088d821696cf869335a10c3ca5bd00e14e2b21d1
 SHA512 
c634fea5ab2989f2528107c75e7a1e4e328e8f5780d5fe6a3fda25e5c3d56e095db435cd5566231f3bc8e2d20d3b3e7a0e1b9be8de5a32e4b3602ed26f02f3b9
 DIST tox-4.5.1.tar.gz 170137 BLAKE2B 
38ab00eb577e66211db0ecf8931087a8c5a14f8219eb7ebecb7be9938221d1c680edc09a38a5c72b9ec63825d4cbb2d4fd9157a52aed8cdb0d22a1c1bbb70cba
 SHA512 
75d495d6dba134c3fe537fc190c1f428ff188ee67c346911c02ee151a8369425b22956eea52be5d434735e1590edce57b3487d5f4b277022bf8cfe8bf4660cf8
 DIST tox-4.5.2.tar.gz 170336 BLAKE2B 
1dcd2bbd7d153dbf0ac7bb48cdd1826d5fb915b7ef6d30a943138e06bb5d82d67db551f8c6d0342a5a81d91ddfd7da6ad8272fc016eaea27bcd4d69f6be9c605
 SHA512 
44a6c9821975205258402eaaa2010a0acde98190c77db0361da6c67d793de90871786fe2d78c6c9ee83100d7399e1eac857e2edaf94c64c81fb535ff871a363c
 DIST tox-4.6.0.tar.gz 170401 BLAKE2B 
ae9decd66677fc4e0422687dcd166a27df2f5617c4dbad1d99762542e0d7e1cbcb27892fce74217f85d3e93176475fa39a22a6dd99ccf141a12832862b436a02
 SHA512 
465db889630d1aa36329b41cf91537e7ca27fe0901b77b8b24d180ab854f2b7c062ae62bdcc931a33235b617e7c709d9290f0769b133b5cd40e398aea9a8d918

diff --git a/dev-python/tox/tox-4.10.0.ebuild b/dev-python/tox/tox-4.10.0.ebuild
new file mode 100644
index ..4a3b369c1b46
--- /dev/null
+++ b/dev-python/tox/tox-4.10.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="virtualenv-based automation of test activities"
+HOMEPAGE="
+   https://tox.readthedocs.io/
+   https://github.com/tox-dev/tox/
+   https://pypi.org/project/tox/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/cachetools-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/chardet-5.2[${PYTHON_USEDEP}]
+   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+   >=dev-python/filelock-3.12.2[${PYTHON_USEDEP}]
+   >=dev-python/packaging-23.1[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-3.10[${PYTHON_USEDEP}]
+   >=dev-python/pluggy-1.2[${PYTHON_USEDEP}]
+   >=dev-python/pyproject-api-1.5.3[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+   >=dev-python/virtualenv-20.24.3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/hatch-vcs-0.3[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/build-0.10[${PYTHON_USEDEP}]
+   >=dev-python/distlib-0.3.6[${PYTHON_USEDEP}]
+   >=dev-python/flaky-3.7[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.9.5[${PYTHON_USEDEP}]
+   >=dev-python/pytest-mock-3.11.1[${PYTHON_USEDEP}]
+   >=dev-python/pytest-xdist-3.3.1[${PYTHON_USEDEP}]
+   >=dev-python/re-assert-1.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/time-machine-2.10[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # devpi_process is not packaged, and has lots of dependencies
+   cat > "${T}"/devpi_process.py <<-EOF || die
+   def IndexServer(*args, **kwargs): raise NotImplementedError()
+   EOF
+
+   local -x PYTHONPATH=${T}:${PYTHONPATH}
+   local EPYTEST_DESELECT=(
+   # Internet
+   
tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py::test_build_wheel_external
+   )
+   local EPYTEST_IGNORE=(
+   # requires devpi*
+   tests/test_provision.py
+   )
+
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
'tests/tox_env/python/pip/test_pip_install.py::test_co

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

2023-08-21 Thread Michał Górny
commit: 2a7b5985cf032007fdffecd48a3913afd482742f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 03:43:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 03:43:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7b5985

dev-python/sphinx-rtd-theme: Bump to 1.3.0

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

 dev-python/sphinx-rtd-theme/Manifest   |  1 +
 .../sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild | 42 ++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/sphinx-rtd-theme/Manifest 
b/dev-python/sphinx-rtd-theme/Manifest
index 1890a72ba2dc..cc0c14a140ac 100644
--- a/dev-python/sphinx-rtd-theme/Manifest
+++ b/dev-python/sphinx-rtd-theme/Manifest
@@ -1 +1,2 @@
 DIST sphinx_rtd_theme-1.2.2.tar.gz 2784122 BLAKE2B 
af738c99a2406daa0372171a34c78ee14e955fee589ba49811ea50fd2cd431367fde4d6a34d9e4f532d1ed6d079b1cebf4bb390b573fb5fe9cfc8f02b838
 SHA512 
44272272ce14387c1252ec40325ff8f9b40da6e37206333a8e0831cdce76c45efe58cf28f08132188d2799527a40e4ead881e856a123921b1cd908dd17fe
+DIST sphinx_rtd_theme-1.3.0.tar.gz 2785069 BLAKE2B 
f9849a72941024de7537a3517e226e2cdc6b2067e043bcdf8bbb4cc29cdf8b0be67121f721d92d30ffccea367af62ff0ce71d5d00d8eafbb65a2ebf4ef8e5159
 SHA512 
41e8ebffd057c1c6efb41a05547067016e73047a1894340df92bb7e4232559de15b200f57a34cf1cf9f66e4af7019d66d12939a68d3b2b46460a1794a10fc32e

diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild 
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild
new file mode 100644
index ..247f5a56e50d
--- /dev/null
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-1.3.0.ebuild
@@ -0,0 +1,42 @@
+# 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 pypi
+
+DESCRIPTION="ReadTheDocs.org theme for Sphinx"
+HOMEPAGE="
+   https://github.com/readthedocs/sphinx_rtd_theme/
+   https://pypi.org/project/sphinx-rtd-theme/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6[${PYTHON_USEDEP}]
+   >=dev-python/sphinxcontrib-jquery-4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/readthedocs-sphinx-ext[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # remove upper bounds
+   sed -i -e 's:,\?<[0-9.]*::' setup.cfg || die
+   distutils-r1_src_prepare
+
+   # CI=1 disables rebuilding webpack that requires npm use
+   # yes, that surely makes sense
+   export CI=1
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/, dev-python/numpy/files/

2023-08-21 Thread Michał Górny
commit: cab362d71396a6f4b451962ac310a408f4d2e14d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 04:05:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 04:05:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab362d7

dev-python/numpy: Backport segfault fix to 1.26.0_beta1

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

 .../files/numpy-1.26.0_beta1-npy_cast_info.patch   |  44 ++
 dev-python/numpy/numpy-1.26.0_beta1-r1.ebuild  | 154 +
 2 files changed, 198 insertions(+)

diff --git a/dev-python/numpy/files/numpy-1.26.0_beta1-npy_cast_info.patch 
b/dev-python/numpy/files/numpy-1.26.0_beta1-npy_cast_info.patch
new file mode 100644
index ..cd09573deb7f
--- /dev/null
+++ b/dev-python/numpy/files/numpy-1.26.0_beta1-npy_cast_info.patch
@@ -0,0 +1,44 @@
+From 9cfb416aad45260e1cc837029638d6b39cea9e38 Mon Sep 17 00:00:00 2001
+From: Nathan Goldbaum 
+Date: Mon, 21 Aug 2023 15:45:11 -0600
+Subject: [PATCH] BUG: fix NPY_cast_info error handling in choose
+
+---
+ numpy/core/src/multiarray/item_selection.c | 2 +-
+ numpy/core/tests/test_multiarray.py| 6 ++
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/numpy/core/src/multiarray/item_selection.c 
b/numpy/core/src/multiarray/item_selection.c
+index e935a27edb6..c1d4a950815 100644
+--- a/numpy/core/src/multiarray/item_selection.c
 b/numpy/core/src/multiarray/item_selection.c
+@@ -968,6 +968,7 @@ PyArray_Choose(PyArrayObject *ip, PyObject *op, 
PyArrayObject *out,
+ PyArrayObject **mps, *ap;
+ PyArrayMultiIterObject *multi = NULL;
+ npy_intp mi;
++NPY_cast_info cast_info = {.func = NULL};
+ ap = NULL;
+ 
+ /*
+@@ -1045,7 +1046,6 @@ PyArray_Choose(PyArrayObject *ip, PyObject *op, 
PyArrayObject *out,
+ npy_intp transfer_strides[2] = {elsize, elsize};
+ npy_intp one = 1;
+ NPY_ARRAYMETHOD_FLAGS transfer_flags = 0;
+-NPY_cast_info cast_info = {.func = NULL};
+ if (PyDataType_REFCHK(dtype)) {
+ int is_aligned = IsUintAligned(obj);
+ PyArray_GetDTypeTransferFunction(
+diff --git a/numpy/core/tests/test_multiarray.py 
b/numpy/core/tests/test_multiarray.py
+index 966b75cc122..2836c8985c9 100644
+--- a/numpy/core/tests/test_multiarray.py
 b/numpy/core/tests/test_multiarray.py
+@@ -10043,3 +10043,9 @@ def test_gh_22683():
+ np.choose(np.zeros(1, dtype=int), [a], out=a)
+ refc_end = sys.getrefcount(b)
+ assert refc_end - refc_start < 10
++
++
++def test_gh_24459():
++a = np.zeros((50, 3), dtype=np.float64)
++with pytest.raises(TypeError):
++np.choose(a, [3, -1])

diff --git a/dev-python/numpy/numpy-1.26.0_beta1-r1.ebuild 
b/dev-python/numpy/numpy-1.26.0_beta1-r1.ebuild
new file mode 100644
index ..1072d42ba823
--- /dev/null
+++ b/dev-python/numpy/numpy-1.26.0_beta1-r1.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=meson-python
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+FORTRAN_NEEDED=lapack
+
+inherit distutils-r1 flag-o-matic fortran-2 multiprocessing pypi 
toolchain-funcs
+
+DESCRIPTION="Fast array and numerical python library"
+HOMEPAGE="
+   https://numpy.org/
+   https://github.com/numpy/numpy/
+   https://pypi.org/project/numpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="lapack"
+if [[ ${PV} != *_[rab]* ]] ; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+fi
+
+RDEPEND="
+   lapack? (
+   >=virtual/cblas-3.8
+   >=virtual/lapack-3.8
+   )
+"
+BDEPEND="
+   ${RDEPEND}
+   >=dev-util/meson-1.1.0
+   >=dev-python/cython-3.0.0[${PYTHON_USEDEP}]
+   lapack? (
+   virtual/pkgconfig
+   )
+   test? (
+   $(python_gen_cond_dep '
+   >=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
+   ' 'python*')
+   dev-python/charset-normalizer[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   local PATCHES=(
+   # https://github.com/numpy/numpy/pull/24484
+   "${FILESDIR}/${P}-npy_cast_info.patch"
+   )
+
+   append-flags -fno-strict-aliasing
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   DISTUTILS_ARGS=(
+   -Dblas=$(usev lapack cblas)
+   -Dlapack=$(usev lapack lapack)
+   # TODO: cpu-* options
+   )
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Very disk-and-memory-hungry
+   lib/tests/test_io.py::TestSaveTxt::test_large_zip
+   lib/

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

2023-08-21 Thread Michał Górny
commit: a873a6ac6f61874aca035724534164b3140a58d2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 03:07:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 03:07:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a873a6ac

dev-python/boto3: Bump to 1.28.31

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.28.31.ebuild | 66 +++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 8674d19f011e..1441d97b0546 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -6,3 +6,4 @@ DIST boto3-1.28.27.gh.tar.gz 689084 BLAKE2B 
5e6c824aedd92f429a5e932a8839d2f85562
 DIST boto3-1.28.28.gh.tar.gz 689176 BLAKE2B 
21a951604fb2c5f6435d6c27dfbab5a4d16071fc9a4260374529902dd3715bd9ae8b724e75ad1c550696b8f781b54fc31f8ede6e489f950c263be44fbb387dcf
 SHA512 
3b6a736de618ef094203c04b8c5408b20d3ca006514266423c20d3716269bad70532a90fec66a2a8bc168830ceb128b4dd314d23132656ab8c45d19bdaca345f
 DIST boto3-1.28.29.gh.tar.gz 689353 BLAKE2B 
6d8816cd1857b2c9b968730488ccc6822a721e65275a247284a85702f16462a7075e72a53d575ab5ecf450666a80b7d750503a315c5205b09a5850ff37cae684
 SHA512 
624060c702af72ab083f2bbbf9d406485db2df953f3fde1f9c32bfeff4c9bd4ef1498052c8cb7356ab1aec51132cb77f4af34da15af0aa92da67724646643cd8
 DIST boto3-1.28.30.gh.tar.gz 689629 BLAKE2B 
03081369f995ae470717c32ffd0e80c1bac6677467cd4af57b4a7e19d5c0249c825a2db787d5e6d7319b1af808936043e07b1d5ff13eb413125478710a18a416
 SHA512 
ace77ea7898cd7baa47c256affe553bbec2410f0143caf3b06311d66c306dfe2d4ce8b47820d6c8ceb3f4a7a195d94610b46db2bb0ed2e3716dcee99b8841468
+DIST boto3-1.28.31.gh.tar.gz 690064 BLAKE2B 
409dcdb3c4a0ee2bb32d8a68ba2779d347b0686076c9bc922320b370def9faa6cde964279d8fb2d885f547299e1358c05db80688fdf953ddf70030eb282ebed9
 SHA512 
6a1de5568c5663a9f37ae991ae072fbfa7fcafbfa5786bfcd4335c6dcdb1eadee8050ead64251cc687b8f954b6d3a79fd3bef0b1fedd4cd4fcb2d63f405a0323

diff --git a/dev-python/boto3/boto3-1.28.31.ebuild 
b/dev-python/boto3/boto3-1.28.31.ebuild
new file mode 100644
index ..d155ad52d110
--- /dev/null
+++ b/dev-python/boto3/boto3-1.28.31.ebuild
@@ -0,0 +1,66 @@
+# 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 multiprocessing
+
+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"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2023-08-21 Thread Michał Górny
commit: ef45d15fcdc94aa6f5ab646e56be084863a7424c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 03:07:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 03:07:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef45d15f

dev-python/botocore: Bump to 1.31.31

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.31.31.ebuild | 72 +
 2 files changed, 73 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index b915fd06a8de..c2f0b1f12257 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -6,3 +6,4 @@ DIST botocore-1.31.27.gh.tar.gz 11871182 BLAKE2B 
818464a312ebf32eb38956fe6d58a1c
 DIST botocore-1.31.28.gh.tar.gz 11872151 BLAKE2B 
97541606ddc488cc1b07f02a1ab55939596f6fcf8515b19579e7c836b4b5fb7cb41c04b1b15e4836b8bf33982044db93694371a8c966682ad4f22ab973041f30
 SHA512 
88956b9537e6db15c0a5976b25a63d01a0fbe12f8220a5ee3028b6ab6118a3384db3749a8cd2ff2ad32393a419145f9c8027842d290e7bf655b063adf50fd984
 DIST botocore-1.31.29.gh.tar.gz 11874948 BLAKE2B 
a4a2dabdfdb574814878009a29cee4dfd2014a45b40e10f4769b49d487de1f58e75f27ac897cc140590b03922dd1c2bfc6e28ad211d45743f5358b80fef238c4
 SHA512 
5796b5b985b68ebde998133c6b33ef2bcc3b7f64615198e0e73f6e24fd2782b796a3acd8a3603cce0890ad820d00c2021da5bdf408ea89154ad21bfafb71c738
 DIST botocore-1.31.30.gh.tar.gz 11873788 BLAKE2B 
0e0f7500c838c1dc1978956a1b191b30f217ff55ae17a3f601956362b0be2058bf895477db486f532dbb334d925da2ebe7c24c5a8e08585e2c817bb2539b4f3c
 SHA512 
310d5c23ad1ca38550032b9810106fefd5f6431b717c8296bf6e7d208d5c7d1a6b4a97684f2386f4dac27463e1005e08fd67b0e6be07a5c625fa3c8c3a383378
+DIST botocore-1.31.31.gh.tar.gz 11877393 BLAKE2B 
6f1d09ce68815ad9a97bf7df9a4153d76898dc2814ab39f2406812ec6e1075f70e0fe10c33f258c1af0855e2b5f429d2862fae67a8a4deac2aa907a239b1f98e
 SHA512 
00ff060d1dfc7d810d654afea8e75bf69693d0205621ef66eb8003dcd81def3215e55e8e7e643cf9401e39f5cab82edb025aefe5a78d100ca651bcc82564c7e4

diff --git a/dev-python/botocore/botocore-1.31.31.ebuild 
b/dev-python/botocore/botocore-1.31.31.ebuild
new file mode 100644
index ..5894fd995097
--- /dev/null
+++ b/dev-python/botocore/botocore-1.31.31.ebuild
@@ -0,0 +1,72 @@
+# 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 multiprocessing
+
+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}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+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
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   # TODO
+   
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
+   )
+
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2023-08-21 Thread Michał Górny
commit: aa7a34706d3daf975fab2b71e3d19b855b11d187
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 03:07:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 03:07:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7a3470

app-admin/awscli: Bump to 1.29.31

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.29.31.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 811f9315d8b6..84bf20406fe8 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -6,3 +6,4 @@ DIST aws-cli-1.29.27.gh.tar.gz 2509252 BLAKE2B 
693184fd4c1886ecba870df6c9e2cf843
 DIST aws-cli-1.29.28.gh.tar.gz 2509294 BLAKE2B 
c3fbeebaead71029ce882cf7a88d72146127df063d48d02ba134c3dfe5e446d8d5ba8034caaa43615cf4d28f713a45ddc489f3be4ce60cf06c364b48e23f594b
 SHA512 
bf0f73137025110c3de2cd88ac9b03aef4ad245795ca37a0b8fdc93de900686c6eddd63f20d160f211fd0fe9b7de106a82a537162337338cd5285fac47003c08
 DIST aws-cli-1.29.29.gh.tar.gz 2509694 BLAKE2B 
fb303b103ac2f6f74ac557b136c23d40f3da00b26c0bc03ed07e31c04fad5c868c7ac2141072fd8a8f7ea80ccdfff5e55fb89dd25c67b91f518aed6441650761
 SHA512 
606a9c4c510e51ba1ad39722abd4c7666f2fc184470f7ef17b61863135cb43baf6117eb777ac1e1d143c71507ef7f2bea9a6192675d93e282eb15d13e2d8c6cc
 DIST aws-cli-1.29.30.gh.tar.gz 2509672 BLAKE2B 
4c81e02da68497cbf91ca407389707e21244147ec740344394b5a8dac9e3cf95d3f48487069371bea607ea823a6c7c169c9d6ed77dc5ba92cd3545e5b9510c69
 SHA512 
69120b9bf57eab809cb345a3aa0515d6f9b06b64b1233fc82bd3d26341b549e43dc301e0c70876ccac2ebc7a19f68f4f7c3872ea63add1e797e49fd156d9
+DIST aws-cli-1.29.31.gh.tar.gz 2510291 BLAKE2B 
9b28bd5b22cbcde62f1375920f97a53a152a89d67b68788cbcecc3534932e037f94f6427324431c6f063a5cbf2fd4903a43a6129cb052198baefefed38b6e763
 SHA512 
3f56edd418556e4575f44ef08d631e1b36a4d1f77e6d189ed5d9e46acde0c02e561d22df9d7063efc3011561816b99ad8faaf12855d7eaef76b16f47d77f8c65

diff --git a/app-admin/awscli/awscli-1.29.31.ebuild 
b/app-admin/awscli/awscli-1.29.31.ebuild
new file mode 100644
index ..62c19f3a63fb
--- /dev/null
+++ b/app-admin/awscli/awscli-1.29.31.ebuild
@@ -0,0 +1,80 @@
+# 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 bash-completion-r1 distutils-r1 multiprocessing
+
+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.6.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+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 EPYTEST_DESELECT=(
+   # TODO
+   
tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing
+   
tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid
+   )
+
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2023-08-21 Thread Ionen Wolkens
commit: ac44ec31e8a067e0925b5f3d3d647158097cc13a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Tue Aug 22 02:12:39 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Aug 22 02:13:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac44ec31

sys-fs/inotify-tools: add 4.23.8.0

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

 sys-fs/inotify-tools/Manifest  |  1 +
 sys-fs/inotify-tools/inotify-tools-4.23.8.0.ebuild | 43 ++
 2 files changed, 44 insertions(+)

diff --git a/sys-fs/inotify-tools/Manifest b/sys-fs/inotify-tools/Manifest
index f30e8b03f648..2974fbd11a07 100644
--- a/sys-fs/inotify-tools/Manifest
+++ b/sys-fs/inotify-tools/Manifest
@@ -1 +1,2 @@
 DIST inotify-tools-3.22.6.0.tar.gz 92918 BLAKE2B 
601d3ac6896e445d297a04498c63df4f81c59699ba2d5b2eee2e8c499332913ce2783d13c9906d577ff0b6d7ef91ca826d48b01674adeb3d3569dfc1fbc0df63
 SHA512 
cda445add4b9d80b70eff9189ed50d05f4b5593a755159d0354431166c6fe6fdb33f7bf37fd50bc09aad3ed0a6e3763b9c74f65e554400f2596b8d492f1d0a21
+DIST inotify-tools-4.23.8.0.tar.gz 93265 BLAKE2B 
9aa6d33a090dd0ea00c6540e4a7d4f0bcea0640d97c705dacecbddf388423ce217af9ac6df02bebfb0613f160d1860388c6f4e116d7c6cbc3fb42350a312
 SHA512 
0601f01aaf5be08fc5209710ea8c359b21d2dd6acd4ecfad79d86b287ea51b0b9201339d1bf6c3437e611ba3df760adec9ad7bb4083f13f93649e23d60fb64ed

diff --git a/sys-fs/inotify-tools/inotify-tools-4.23.8.0.ebuild 
b/sys-fs/inotify-tools/inotify-tools-4.23.8.0.ebuild
new file mode 100644
index ..451fdbab4d0e
--- /dev/null
+++ b/sys-fs/inotify-tools/inotify-tools-4.23.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Set of command-line programs providing a simple interface to 
inotify"
+HOMEPAGE="https://github.com/inotify-tools/inotify-tools/";
+SRC_URI="
+   https://github.com/inotify-tools/inotify-tools/archive/${PV}.tar.gz
+   -> ${P}.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~riscv ~sparc ~x86"
+IUSE="doc"
+
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_prepare() {
+   default
+
+   sed -i 's/ -Werror//' {,libinotifytools/}src/Makefile.am || die #745069
+
+   eautoreconf
+}
+
+src_configure() {
+   local econfargs=(
+   --docdir="${EPREFIX}"/usr/share/doc/${PF}/html
+   $(use_enable doc doxygen)
+   )
+
+   econf "${econfargs[@]}"
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/

2023-08-21 Thread Seth Price
commit: 79cb9cbb17f87d4d40387e5c2f163f5dbb8d624d
Author: Seth Price  aol  com>
AuthorDate: Tue Aug 22 01:13:29 2023 +
Commit: Seth Price  aol  com>
CommitDate: Tue Aug 22 01:13:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79cb9cbb

games-action/classicube: add 

Signed-off-by: Seth Price  aol.com>

 games-action/classicube/classicube-.ebuild | 28 ++
 1 file changed, 28 insertions(+)

diff --git a/games-action/classicube/classicube-.ebuild 
b/games-action/classicube/classicube-.ebuild
new file mode 100644
index 00..71ea6881c3
--- /dev/null
+++ b/games-action/classicube/classicube-.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="Reverse-engineered Minecraft Classic client"
+HOMEPAGE="https://www.classicube.net/";
+EGIT_REPO_URI="https://github.com/UnknownShadow200/ClassiCube.git";
+
+LICENSE="BSD MIT FTL"
+SLOT="0"
+
+DEPEND="x11-libs/libX11 x11-libs/libXi virtual/opengl"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+   $(tc-getCC) ${CFLAGS} ${LDFLAGS} src/*.c -o ClassiCube -rdynamic -lm 
-lpthread -lX11 -lXi -lGL -ldl || die
+}
+
+src_install() {
+   exeinto "/usr/libexec"
+   doexe ClassiCube
+   dobin "${FILESDIR}/ClassiCube"
+   dodoc readme.md
+   dodoc doc/*.md
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/no-more-secrets/

2023-08-21 Thread Rick Farina
commit: 4ea5f19ddebee6c08ce4f69e92aadcd6305e5947
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Aug 22 00:44:53 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Aug 22 00:44:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea5f19d

app-misc/no-more-secrets: add 1.0.1

Also add sneakers binary
Closes: https://bugs.gentoo.org/866335
Signed-off-by: Rick Farina  gentoo.org>

 app-misc/no-more-secrets/Manifest |  1 +
 ...-more-secrets-.ebuild => no-more-secrets-1.0.1.ebuild} | 11 ++-
 app-misc/no-more-secrets/no-more-secrets-.ebuild  | 11 ++-
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/app-misc/no-more-secrets/Manifest 
b/app-misc/no-more-secrets/Manifest
index 7806d7d107b8..7b017c318ea2 100644
--- a/app-misc/no-more-secrets/Manifest
+++ b/app-misc/no-more-secrets/Manifest
@@ -1 +1,2 @@
 DIST no-more-secrets-0.3.3.tar.gz 24713 BLAKE2B 
c47cc71e72c8bc10bfc27b382e22d1b808b1efa65f3355ce0b435490c1628e476824414541fd12c58c99b47822724bb8cb6cdf1a0b0edf05068e7400cfcef09a
 SHA512 
d261c9d2f7617149815627a4b6817aa5b483045cefbad148038ac9f13bc231b571034791bc2ce9ab112cecc6015efc74167955099b8b57d1810f81210b31
+DIST no-more-secrets-1.0.1.tar.gz 25251 BLAKE2B 
6508c65281c36e7ccba80ad47b76c0f6c509bb4aeb4ffb35adef0b25612991e9923737128c1581a28b20bf2338cef7315b60ed8a637ea9b499d390193299
 SHA512 
436f092af23252d043f9b790f2e92fdfe0316fb07da66d7c35eda3967aeeab48a402ee6ca8b3630677798f74846f375ca071d828d0d5493f58418366dfc3366f

diff --git a/app-misc/no-more-secrets/no-more-secrets-.ebuild 
b/app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild
similarity index 78%
copy from app-misc/no-more-secrets/no-more-secrets-.ebuild
copy to app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild
index 6fcda186cfdf..54a201cd898d 100644
--- a/app-misc/no-more-secrets/no-more-secrets-.ebuild
+++ b/app-misc/no-more-secrets/no-more-secrets-1.0.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/bartobri/no-more-secrets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 DESCRIPTION="Recreate decrypting text from 1992 movie 'Sneakers'"
@@ -19,11 +19,12 @@ HOMEPAGE="https://github.com/bartobri/no-more-secrets";
 LICENSE="GPL-3"
 SLOT=0
 
+BDEPEND=""
 DEPEND="sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
+RDEPEND=""
 
 PATCHES=( "${FILESDIR}"/no-more-secrets--2018-10-25-respect-ldflags.patch )
 
 src_compile() {
-   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
+   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake all
 }

diff --git a/app-misc/no-more-secrets/no-more-secrets-.ebuild 
b/app-misc/no-more-secrets/no-more-secrets-.ebuild
index 6fcda186cfdf..54a201cd898d 100644
--- a/app-misc/no-more-secrets/no-more-secrets-.ebuild
+++ b/app-misc/no-more-secrets/no-more-secrets-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else

SRC_URI="https://github.com/bartobri/no-more-secrets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
 fi
 
 DESCRIPTION="Recreate decrypting text from 1992 movie 'Sneakers'"
@@ -19,11 +19,12 @@ HOMEPAGE="https://github.com/bartobri/no-more-secrets";
 LICENSE="GPL-3"
 SLOT=0
 
+BDEPEND=""
 DEPEND="sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
+RDEPEND=""
 
 PATCHES=( "${FILESDIR}"/no-more-secrets--2018-10-25-respect-ldflags.patch )
 
 src_compile() {
-   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake
+   CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" emake all
 }



[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/

2023-08-21 Thread Rick Farina
commit: c909fa25c0bb9233afbb49727077ce474be18dae
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Aug 22 00:28:30 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Aug 22 00:36:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c909fa25

app-crypt/johntheripper-jumbo: add 1.9.0_p20230717

Signed-off-by: Rick Farina  gentoo.org>

 app-crypt/johntheripper-jumbo/Manifest |   1 +
 .../johntheripper-jumbo-1.9.0_p20230717.ebuild | 155 +
 2 files changed, 156 insertions(+)

diff --git a/app-crypt/johntheripper-jumbo/Manifest 
b/app-crypt/johntheripper-jumbo/Manifest
index ea505c2084b2..6b6bd7577718 100644
--- a/app-crypt/johntheripper-jumbo/Manifest
+++ b/app-crypt/johntheripper-jumbo/Manifest
@@ -1 +1,2 @@
 DIST johntheripper-jumbo-1.9.0_p20211129.tar.gz 47758087 BLAKE2B 
de57218151fbc3bed79322d065ef73deb99b73fb1ce55924197793a320600cc1189dabae43fe5848014c2e72dcb7e1c2a91f2aaba64bd8c7314ded37e23a34c9
 SHA512 
f8fc6bf102d900bb32c5714bd595a71f67f73a1f0a237d9f851b2f250046307bf1177f3782023cd1bbcc55f9d54fd7b4946e09c7dc1fd908ba6a6bad90b233d6
+DIST johntheripper-jumbo-1.9.0_p20230717.tar.gz 56772470 BLAKE2B 
33295dc28d32852a6284adaadbbf9d9c852fb78e1dc673df5e67c31befb6921dbd6d29310ca7b3406e4b1259cca6e8d643292d73f4324262b038a1c6bc7ff51b
 SHA512 
fd48a6bccf3f2be0d495aa8a635af73bc386c5815fdaa62259f2920724afa89e0e9743585c412e595486a0d2677f1ec43c43606471078ec0611d5c05b01853de

diff --git 
a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20230717.ebuild 
b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20230717.ebuild
new file mode 100644
index ..bae1c377306f
--- /dev/null
+++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-1.9.0_p20230717.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic toolchain-funcs pax-utils
+
+DESCRIPTION="Fast password cracker"
+HOMEPAGE="http://www.openwall.com/john/";
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/magnumripper/JohnTheRipper.git";
+   inherit git-r3
+else
+   HASH_COMMIT="c798c3f39215f6e08c67677eb9b79f65cfe08e40"
+
+   SRC_URI="https://github.com/openwall/john/archive/${HASH_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+   S="${WORKDIR}/john-${HASH_COMMIT}"
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="custom-cflags kerberos mpi opencl openmp pcap"
+
+DEPEND=">=dev-libs/openssl-1.0.1:=
+   virtual/libcrypt:=
+   mpi? ( virtual/mpi )
+   opencl? ( virtual/opencl )
+   kerberos? ( virtual/krb5 )
+   pcap? ( net-libs/libpcap )
+   dev-libs/gmp:=
+   sys-libs/zlib
+   app-arch/bzip2"
+# Missing (unpackaged):
+# - Digest::Haval256
+# - Digest::x
+# See bug #777369.
+RDEPEND="${DEPEND}
+   dev-perl/Digest-MD2
+   virtual/perl-Digest-MD5
+   dev-perl/Digest-SHA3
+   dev-perl/Digest-GOST
+   !app-crypt/johntheripper"
+RESTRICT="test"
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_prepare() {
+   default
+
+   cd src || die
+   eautoreconf
+
+   sed -i 's#$prefix/share/john#/etc/john#' configure || die
+}
+
+src_configure() {
+   cd src || die
+
+   use custom-cflags || strip-flags
+
+   econf \
+   --enable-pkg-config \
+   --disable-native-march \
+   --disable-native-tests \
+   --disable-rexgen \
+   --with-openssl \
+   --with-systemwide \
+   $(use_enable mpi) \
+   $(use_enable opencl) \
+   $(use_enable openmp) \
+   $(use_enable pcap)
+}
+
+src_compile() {
+   # Uses default LD=$(CC) but if the user's set LD, it'll call it
+   # bug #729432.
+   emake LD="$(tc-getCC)" -C src
+}
+
+src_test() {
+   pax-mark -mr run/john
+
+   # this probably causes the following failure:
+   # Testing: as400-des, AS/400 DES [DES 32/64]... PASS
+   # Error, Invalid signature line trying to link to dynamic format.
+   # Original format=as400-ssha1
+   sed '/.include /d' run/john.conf > run/john-test.conf
+   if use opencl; then
+   # GPU tests fail in portage, so run cpu only tests
+   ./run/john --config=run/john-test.conf --device=cpu --test=0 
--verbosity=2 || die
+   else
+   # Weak tests
+   ./run/john --config=run/john-test.conf --test=0 --verbosity=2 
|| die
+   # Strong tests
+   #./run/john --test=1 --verbosity=2 || die
+   fi
+
+   rm john-test.conf || die
+}
+
+src_install() {
+   # Executables
+   dosbin run/john
+   newsbin run/mailer

[gentoo-commits] repo/gentoo:master commit in: media-radio/chirp/

2023-08-21 Thread Rick Farina
commit: 95452e9905aadded7a8177d0a6a644fb2c2e1fb0
Author: Rick Farina  gentoo  org>
AuthorDate: Tue Aug 22 00:36:00 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Aug 22 00:36:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95452e99

media-radio/chirp: add deps for rr

Closes: https://bugs.gentoo.org/912758
Signed-off-by: Rick Farina  gentoo.org>

 media-radio/chirp/chirp-20230818.ebuild | 3 ++-
 media-radio/chirp/metadata.xml  | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-radio/chirp/chirp-20230818.ebuild 
b/media-radio/chirp/chirp-20230818.ebuild
index 10f5b91e388d..d070272cc3de 100644
--- a/media-radio/chirp/chirp-20230818.ebuild
+++ b/media-radio/chirp/chirp-20230818.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://trac.chirp.danplanet.com/${PN}_next/next-${PV}/${P}.tar.gz";
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="+gui"
+IUSE="+gui radioreference"
 
 RDEPEND="$(python_gen_cond_dep '
dev-python/pyserial[${PYTHON_USEDEP}]
@@ -27,6 +27,7 @@ RDEPEND="$(python_gen_cond_dep '
dev-python/wxpython:4.0[${PYTHON_USEDEP}]
dev-python/yattag[${PYTHON_USEDEP}]
)
+   radioreference? ( dev-python/suds-community[${PYTHON_USEDEP}] )
 ')"
 BDEPEND="test? ( $(python_gen_cond_dep '
dev-python/pytest-xdist[${PYTHON_USEDEP}]

diff --git a/media-radio/chirp/metadata.xml b/media-radio/chirp/metadata.xml
index 0fd405ff69a5..84aceb6cb6a0 100644
--- a/media-radio/chirp/metadata.xml
+++ b/media-radio/chirp/metadata.xml
@@ -10,6 +10,9 @@
Rick Farina


+   
+   pull in optional deps for query of 
radioreference
+   

kk7ds/chirp




[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper-jumbo/

2023-08-21 Thread Rick Farina
commit: be945243684e65d5c97a4996024c51468b434350
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Aug 21 23:34:36 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Tue Aug 22 00:36:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be945243

app-crypt/johntheripper-jumbo: update EAPI 7 -> 8

Sync live
Attempt to make tests work, failure
Signed-off-by: Rick Farina  gentoo.org>

 .../johntheripper-jumbo-.ebuild| 31 +-
 1 file changed, 18 insertions(+), 13 deletions(-)

diff --git a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild 
b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild
index 65429e87891e..28bc5b8cf5fa 100644
--- a/app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild
+++ b/app-crypt/johntheripper-jumbo/johntheripper-jumbo-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools flag-o-matic toolchain-funcs pax-utils
 
@@ -22,7 +22,7 @@ else
SRC_URI="https://github.com/openwall/john/archive/${HASH_COMMIT}.tar.gz 
-> ${P}.tar.gz"
S="${WORKDIR}/john-${HASH_COMMIT}"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 LICENSE="GPL-2"
@@ -48,6 +48,7 @@ RDEPEND="${DEPEND}
dev-perl/Digest-SHA3
dev-perl/Digest-GOST
!app-crypt/johntheripper"
+RESTRICT="test"
 
 pkg_pretend() {
[[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
@@ -90,22 +91,26 @@ src_compile() {
emake LD="$(tc-getCC)" -C src
 }
 
-#src_test() {
-#  pax-mark -mr run/john
+src_test() {
+   pax-mark -mr run/john
 
-   #if use opencl; then
+   # this probably causes the following failure:
+   # Testing: as400-des, AS/400 DES [DES 32/64]... PASS
+   # Error, Invalid signature line trying to link to dynamic format.
+   # Original format=as400-ssha1
+   sed '/.include /d' run/john.conf > run/john-test.conf
+   if use opencl; then
# GPU tests fail in portage, so run cpu only tests
-   #   ./run/john --device=cpu --test=0 --verbosity=2 || die
-   #else
+   ./run/john --config=run/john-test.conf --device=cpu --test=0 
--verbosity=2 || die
+   else
# Weak tests
-   #./run/john --test=0 --verbosity=2 || die
+   ./run/john --config=run/john-test.conf --test=0 --verbosity=2 
|| die
# Strong tests
#./run/john --test=1 --verbosity=2 || die
-   #fi
+   fi
 
-#  ewarn "When built systemwide, john can't run tests without reading 
files in /etc."
-#  ewarn "Don't bother opening a bug for this unless you include a patch 
to fix it"
-#}
+   rm john-test.conf || die
+}
 
 src_install() {
# Executables



[gentoo-commits] repo/gentoo:master commit in: dev-libs/sentry-native/files/, dev-libs/sentry-native/

2023-08-21 Thread Marek Szuba
commit: cd98bb25989a12fb6d7bea3fe6d6c0e2490c2ecd
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 23:55:21 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 22 00:26:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd98bb25

dev-libs/sentry-native: new package, add 0.6.5

Needed by >=mail-mta/proton-mail-bridge-3[gui].

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

 dev-libs/sentry-native/Manifest|  1 +
 .../files/sentry-native-0.6.5_no-fuzz-test.patch   | 20 +++
 dev-libs/sentry-native/metadata.xml| 15 
 dev-libs/sentry-native/sentry-native-0.6.5.ebuild  | 42 ++
 4 files changed, 78 insertions(+)

diff --git a/dev-libs/sentry-native/Manifest b/dev-libs/sentry-native/Manifest
new file mode 100644
index ..edea38c2f4c5
--- /dev/null
+++ b/dev-libs/sentry-native/Manifest
@@ -0,0 +1 @@
+DIST sentry-native-0.6.5.tar.gz 325573 BLAKE2B 
6308bef5cc194c3eb8f6f30d1ee894f3d7528d31604f26d6d54cfcc1545ef561346f60c9f35e80662431ad6145cf27a4adac70255b01f230551a541fd4dae709
 SHA512 
0c0be06f72f53277c9a34ca6514dc96ad14b4239ee92ae65e00d45a515ce13bc314982a651c476ddbb453079ea3fc3fa0bb75cc683dce046f69f0fe1d024f32e

diff --git 
a/dev-libs/sentry-native/files/sentry-native-0.6.5_no-fuzz-test.patch 
b/dev-libs/sentry-native/files/sentry-native-0.6.5_no-fuzz-test.patch
new file mode 100644
index ..70231c02da9e
--- /dev/null
+++ b/dev-libs/sentry-native/files/sentry-native-0.6.5_no-fuzz-test.patch
@@ -0,0 +1,20 @@
+On the one hand the bundled upstream README only mentions sentry_test_unit
+as a test suite meant for the users to run, on the other comments
+in sentry_fuzz_json sources state that it has to be built in a very
+special - and performance-killing - way in order to work.
+
+--- a/tests/unit/CMakeLists.txt
 b/tests/unit/CMakeLists.txt
+@@ -89,6 +89,7 @@
+ 
+ add_test(NAME sentry_test_unit COMMAND sentry_test_unit)
+ 
++if(0)
+ add_executable(sentry_fuzz_json
+   ${SENTRY_SOURCES}
+   fuzz.c
+@@ -114,3 +115,4 @@
+ endif()
+ 
+ add_test(NAME sentry_fuzz_json COMMAND sentry_fuzz_json)
++endif()

diff --git a/dev-libs/sentry-native/metadata.xml 
b/dev-libs/sentry-native/metadata.xml
new file mode 100644
index ..aecfa74c176a
--- /dev/null
+++ b/dev-libs/sentry-native/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+   
+   getsentry/sentry-native
+   
+   
+   Use dev-util/breakpad as the 
crash handler
+   Enable support for automated uploading of 
crash reports
+   
+

diff --git a/dev-libs/sentry-native/sentry-native-0.6.5.ebuild 
b/dev-libs/sentry-native/sentry-native-0.6.5.ebuild
new file mode 100644
index ..c3aebc25ea41
--- /dev/null
+++ b/dev-libs/sentry-native/sentry-native-0.6.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Sentry SDK for C, C++ and native applications"
+HOMEPAGE="https://sentry.io/ https://github.com/getsentry/sentry-native";
+SRC_URI="https://github.com/getsentry/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+breakpad +curl test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   breakpad? ( dev-util/breakpad )
+   curl? ( net-misc/curl )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.5_no-fuzz-test.patch
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DSENTRY_BUILD_EXAMPLES=OFF
+   -DSENTRY_BACKEND=$(usex breakpad "breakpad" "inproc")
+   -DSENTRY_BUILD_TESTS=$(usex test)
+   -DSENTRY_TRANSPORT=$(usex curl "curl" "none")
+   )
+   # Avoid "not used by the project" warnings when USE=-breakpad
+   if use breakpad; then
+   mycmakeargs+=( -DSENTRY_BREAKPAD_SYSTEM=ON )
+   fi
+
+   cmake_src_configure
+}



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

2023-08-21 Thread William Hubbs
commit: 7d0228b796b1322e05ebc29a355d0f51d86edc37
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 22:46:48 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 22:47:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d0228b7

sys-apps/baselayout: drop 2.13-r1

Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/baselayout/Manifest  |   1 -
 sys-apps/baselayout/baselayout-2.13-r1.ebuild | 367 --
 2 files changed, 368 deletions(-)

diff --git a/sys-apps/baselayout/Manifest b/sys-apps/baselayout/Manifest
index 8f24feb7c25e..91204109c0f5 100644
--- a/sys-apps/baselayout/Manifest
+++ b/sys-apps/baselayout/Manifest
@@ -1,2 +1 @@
-DIST baselayout-2.13.tar.bz2 29423 BLAKE2B 
a399e515297d3a936c5821205f1f0d6de844580099936be50e80a463b9fa6239aead52b7b371136680e263e326f7e6a1faea8cd8db0f11462cf0e8166707fc91
 SHA512 
ff16f20cf2c65258ab6d48c403607113f84fc57ffee6650652202746095f402f8c6a4f22040d0bb9310180945131bed6a0fda3717b39080a987e4f5224339095
 DIST baselayout-2.14.tar.bz2 30182 BLAKE2B 
c5f67795233e565c2c75c97a55c000aec98e901bb0a25f1aeb52b01b44d7c09bfc6e67813234629ca71ff32d603e82ada8e66e5ab6007fa0664b95367256320d
 SHA512 
bffd118f5e92975b9247d854fc5683a311dbcd03efa37a13dfd05d04e92a6e784858d3a55aa689f782229afc5985e829eb332c08a79eed081bf0a47720ca7e8a

diff --git a/sys-apps/baselayout/baselayout-2.13-r1.ebuild 
b/sys-apps/baselayout/baselayout-2.13-r1.ebuild
deleted file mode 100644
index 8cc92f9d92cc..
--- a/sys-apps/baselayout/baselayout-2.13-r1.ebuild
+++ /dev/null
@@ -1,367 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib prefix
-
-DESCRIPTION="Filesystem baselayout and init scripts"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-if [[ ${PV} =  ]]; then
-   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git";
-   inherit git-r3
-else
-   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2";
-   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"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="build +split-usr"
-
-RDEPEND="!sys-apps/baselayout-prefix"
-
-riscv_compat_symlink() {
-   # Here we apply some special sauce for riscv.
-   # Two multilib layouts exist for now:
-   # 1) one level libdirs, (32bit) "lib" and (64bit) "lib64"
-   #these are chosen by us to closely resemble other arches
-   # 2) two level libdirs, "lib64/lp64d" "lib64/lp64" "lib32/ilp32d" ...
-   #this is the glibc/gcc default
-   # Unfortunately, the default has only one fallback, which is "lib"
-   # for both 32bit and 64bit. So things do not break in 1), we need
-   # to provide compatibility symlinks...
-
-   # This function has exactly two parameters:
-   # - the default libdir, to determine if 1) or 2) applies
-   # - the location of the symlink (which points to ".")
-
-   # Note: we call this only in the ${SYMLINK_LIB} = no codepath, since
-   # there never was a ${SYMLINK_LIB} = yes riscv profile.
-
-   case ${CHOST} in
-   riscv*)
-   # are we on a one level libdir profile? is there no symlink yet?
-   if [[ ${1} != */* && ! -L ${2} ]] ; then
-   ln -s . $2 || die "Unable to make $2 riscv 
compatibility symlink"
-   fi
-   ;;
-   esac
-}
-
-# Create our multilib dirs - the Makefile has no knowledge of this
-multilib_layout() {
-   local dir def_libdir libdir libdirs
-   local prefix prefix_lst
-   def_libdir=$(get_abi_LIBDIR $DEFAULT_ABI)
-   libdirs=$(get_all_libdirs)
-
-   if [[ -z "${SYMLINK_LIB}" || ${SYMLINK_LIB} = no ]] ; then
-   prefix_lst=( "${EROOT}"/{,usr/,usr/local/} )
-   for prefix in "${prefix_lst[@]}"; do
-   for libdir in ${libdirs}; do
-   dir="${prefix}${libdir}"
-   if [[ -e "${dir}" ]]; then
-   [[ ! -d "${dir}" ]] &&
-   die "${dir} exists but is not a 
directory"
-   continue
-   fi
-   if ! use split-usr && [[ ${prefix} = ${EROOT}/ 
]]; then
-   libdir="${libdir%%/*}"
-   dir="${prefix}${libdir}"
-   einfo "symlinking ${dir} to 
usr/${libdir}"
-   ln -s usr/${libdir} ${dir} ||
-   die "Unable to make ${dir} 
symlink"
-   else
-   einfo "creating directory ${dir}"
- 

[gentoo-commits] repo/gentoo:master commit in: mail-mta/proton-mail-bridge/

2023-08-21 Thread Marek Szuba
commit: ad7af30650ee04e12a5b6ca8203e1b98c28e1f55
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 22:19:10 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 22:19:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7af306

mail-mta/proton-mail-bridge: remove outdated comment

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

 mail-mta/proton-mail-bridge/proton-mail-bridge-3.3.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.3.2.ebuild 
b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.3.2.ebuild
index a73779dc7b74..7d85059d6295 100644
--- a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.3.2.ebuild
+++ b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.3.2.ebuild
@@ -12,7 +12,6 @@ DESCRIPTION="Serves ProtonMail to IMAP/SMTP clients"
 HOMEPAGE="https://proton.me/mail/bridge 
https://github.com/ProtonMail/proton-bridge/";
 
SRC_URI="https://github.com/ProtonMail/${MY_PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz

https://dev.gentoo.org/~marecki/dists/${CATEGORY}/${PN}/${P}-deps.tar.xz";
-# FIXME: default telemetry to off!
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-3+ ISC LGPL-3+ MIT MPL-2.0 Unlicense"
 SLOT="0"



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

2023-08-21 Thread Marek Szuba
commit: bcd9d776bcabb38130c4fe00d4e06913321ab6b4
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 22:00:37 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 22:02:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd9d776

app-misc/ola: require https://bugs.gentoo.org/912779
Signed-off-by: Marek Szuba  gentoo.org>

 app-misc/ola/{ola-0.10.9.ebuild => ola-0.10.9-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ola/ola-0.10.9.ebuild b/app-misc/ola/ola-0.10.9-r1.ebuild
similarity index 98%
rename from app-misc/ola/ola-0.10.9.ebuild
rename to app-misc/ola/ola-0.10.9-r1.ebuild
index 2ee3011b7098..c2e2066ba149 100644
--- a/app-misc/ola/ola-0.10.9.ebuild
+++ b/app-misc/ola/ola-0.10.9-r1.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
 
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-libs/protobuf:=
+RDEPEND="

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

2023-08-21 Thread Marek Szuba
commit: 507037a7bf644b2e964346a5ac2297f6b2de5774
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 18:21:26 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 22:02:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507037a7

dev-util/yamllint: drop 1.31.0

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

 dev-util/yamllint/Manifest   |  1 -
 dev-util/yamllint/yamllint-1.31.0.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-util/yamllint/Manifest b/dev-util/yamllint/Manifest
index da69488221cd..066151bba820 100644
--- a/dev-util/yamllint/Manifest
+++ b/dev-util/yamllint/Manifest
@@ -1,3 +1,2 @@
 DIST yamllint-1.30.0.tar.gz 124272 BLAKE2B 
670115e61b4c744067d658474ef645a6f10351b898a544800c657bb2adf949167448d6cb6feeabe1dc3096124b862a0ff93d62cbb3428bef3dd5b42c33e9c750
 SHA512 
1db2c7133d7ce279a84d326684284e674f972cb820528201546cb3ab85309ab4baa4e1df7aca0529217a2a0b0d499158fd406be4263470ec9936326f844dc266
-DIST yamllint-1.31.0.tar.gz 128661 BLAKE2B 
f34da9302d9d3938f062931bc2aef2230b473798af0d2ad99dc89b4d814c49ce19c61363ff391e5c91d09497df9f83f6cfa1a0f34c8f74ef61341aa25ca320fb
 SHA512 
2e23b60626eb7907f8d672cf3558178e670448e2413cc191dbea0052622353826a349380a7475724d3e88b18bc8373f99a2f72f70bb935a3b69b60811cfe62f0
 DIST yamllint-1.32.0.tar.gz 130041 BLAKE2B 
68dc6fb6b0f030a32d824a09fcb122de6d0f86cfa2b1325161395c7f6277cb074fc2a4c282c56a0bfd598ddf3efd56f4c8dd497546ea75cce5bdb3c7aa5f7431
 SHA512 
8a7ecb22c5c6705fe85091923b0f1ef9c7df702ad35ffaeb5db94262c32a294c59c9d1a737d6ca280c16a054ad8d3f3210b31acdd69cc73d4fa259c9631cc322

diff --git a/dev-util/yamllint/yamllint-1.31.0.ebuild 
b/dev-util/yamllint/yamllint-1.31.0.ebuild
deleted file mode 100644
index 49b3567c1eda..
--- a/dev-util/yamllint/yamllint-1.31.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A linter for YAML files"
-HOMEPAGE="https://pypi.org/project/yamllint/ 
https://github.com/adrienverge/yamllint/";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND=">=dev-python/pathspec-0.5.3[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



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

2023-08-21 Thread Marek Szuba
commit: 5f59ec5023cf2819c18f8a08c7c1fc4cccfa8d34
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 18:25:53 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 22:02:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f59ec50

net-libs/libhtp: drop 0.5.44

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

 net-libs/libhtp/Manifest |  1 -
 net-libs/libhtp/libhtp-0.5.44.ebuild | 41 
 2 files changed, 42 deletions(-)

diff --git a/net-libs/libhtp/Manifest b/net-libs/libhtp/Manifest
index f681a505cded..f72d301dc853 100644
--- a/net-libs/libhtp/Manifest
+++ b/net-libs/libhtp/Manifest
@@ -1,2 +1 @@
-DIST libhtp-0.5.44.tar.gz 500798 BLAKE2B 
6b4c8d617e6a649997e9375677baed99315be83e598317ce4951883482e6099cb5fd28e27ae25ab68ecc765931b0955289d144a710ce2e1b11edf92848b1b613
 SHA512 
e538d022110eef808a7ab040ca58004f1a8759d315ad954455d6da9a088cf80d53489529234fbfdd9fd20b8424d49b4a9635673cd25612c63ef9cc90220a4e82
 DIST libhtp-0.5.45.tar.gz 501108 BLAKE2B 
faa5a05844a959b00b1f53c26d8c9167d91998c2b4d71b9ce85f1822f431d40d46513a596d804dee3290bdfad5a27d93755bb6e39fb5c36fc90472637cc3caad
 SHA512 
b4bc6cc209d8d8833082ade7d4257da3a449344ed29a3fd20b5100f3c983163cd3e537d154748a116ff22b9a79b245ba2e6d0f5960c37b4ca9867506b8ed13ed

diff --git a/net-libs/libhtp/libhtp-0.5.44.ebuild 
b/net-libs/libhtp/libhtp-0.5.44.ebuild
deleted file mode 100644
index 7f787459dab5..
--- a/net-libs/libhtp/libhtp-0.5.44.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="security-aware parser for the HTTP protocol and the related bits 
and pieces"
-HOMEPAGE="https://github.com/OISF/libhtp";
-SRC_URI="https://github.com/OISF/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~riscv ~x86"
-IUSE="debug"
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.5.43-configure_fortify_source.patch
-)
-
-# false positive -- function specific to dev-libs/libiconv, which is only used
-# in Windows-based Prefix installations
-QA_CONFIG_IMPL_DECL_SKIP=( iconvctl )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   # The debug configure logic is broken.
-   econf $(usev debug '--enable-debug')
-}
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die "Failed to remove .la files"
-}



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

2023-08-21 Thread Marek Szuba
commit: e13bec0153ecbf4e8ebf5d98a02df4e37d181187
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 18:27:26 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 22:02:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e13bec01

sys-apps/fwupd: drop 1.8.16

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

 sys-apps/fwupd/Manifest|   1 -
 sys-apps/fwupd/fwupd-1.8.16.ebuild | 193 -
 2 files changed, 194 deletions(-)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
index aa98aab1eed7..cd291d7bcc5c 100644
--- a/sys-apps/fwupd/Manifest
+++ b/sys-apps/fwupd/Manifest
@@ -1,3 +1,2 @@
 DIST fwupd-1.8.15.tar.xz 3734344 BLAKE2B 
1b098b98b7700e4a9322c53d1c52408e581d124822d1cc7f4a9d25cf3a9169f3596c559f7b9997930e43a9da983fb0c232674726520c9565c250e6db3e4bc0fa
 SHA512 
c7ad249118d84dab903644975761030bcc16d65d9cd4f8d4a58399f79b30a4889cc62d502d28037d61738da7287998328e6042d29c21c5113c29bfc1ba4c0b75
-DIST fwupd-1.8.16.tar.xz 3735128 BLAKE2B 
ae72b850f859e5c7cadbe78b86c2d9d0fc7b27f2de5838ab5c1ab7d7adf41d14ab5bfcb7db72795ca90b7626cf19212f3bb61e15e7ecdbd00a9a454aa80523f8
 SHA512 
25dd773ca703ab6ad11eb042948bb719c2f3974a2e89ac8f9ae524384bce2c8a3d41e5754a5e0ab5595c14720737d53921dbf2859dd33519dcc480d227aac6c6
 DIST fwupd-1.9.3.tar.xz 3807376 BLAKE2B 
2652bc0bb56419bf443476081eb4af2900f24dbf489970bed058f91958902c0fdc301ac163ddc106250a85f3de8fc2a4ca9518d5498efb3793ffbc6ba85fc0cb
 SHA512 
53a3c7e0cebbc8726f07590b26a9d0a4443ff9b048304ed1bff403de532d64eec83b19e51907d39449d9afa78c1f78a139808cdc6249b7e76a1e3a179692acb0

diff --git a/sys-apps/fwupd/fwupd-1.8.16.ebuild 
b/sys-apps/fwupd/fwupd-1.8.16.ebuild
deleted file mode 100644
index 26cd89fbc3f1..
--- a/sys-apps/fwupd/fwupd-1.8.16.ebuild
+++ /dev/null
@@ -1,193 +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 meson python-single-r1 vala udev xdg
-
-DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
-HOMEPAGE="https://fwupd.org";
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="amt +archive bash-completion bluetooth cbor dell elogind fastboot 
flashrom gnutls gtk-doc +gusb introspection logitech lzma minimal modemmanager 
nvme policykit spi +sqlite synaptics systemd test tpm uefi"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}
-   ^^ ( elogind minimal systemd )
-   dell? ( uefi )
-   fastboot? ( gusb )
-   logitech? ( gusb )
-   minimal? ( !introspection )
-   modemmanager? ( gusb )
-   spi? ( lzma )
-   synaptics? ( gnutls )
-   test? ( archive gusb )
-   uefi? ( gnutls )
-"
-RESTRICT="!test? ( test )"
-
-BDEPEND="$(vala_depend)
-   >=dev-util/meson-0.60.0
-   virtual/pkgconfig
-   gtk-doc? (
-   $(python_gen_cond_dep '
-   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
-   ')
-   >=dev-util/gi-docgen-2021.1
-   )
-   bash-completion? ( >=app-shells/bash-completion-2.0 )
-   introspection? ( dev-libs/gobject-introspection )
-   test? (
-   dev-util/umockdev
-   net-libs/gnutls[tools]
-   )
-"
-COMMON_DEPEND="${PYTHON_DEPS}
-   >=app-arch/gcab-1.0
-   app-arch/xz-utils
-   >=dev-libs/glib-2.58:2
-   dev-libs/json-glib
-   dev-libs/libgudev:=
-   >=dev-libs/libjcat-0.1.4[gpg,pkcs7]
-   >=dev-libs/libxmlb-0.1.13:=[introspection?]
-   $(python_gen_cond_dep '
-   dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
-   ')
-   net-misc/curl
-   archive? ( app-arch/libarchive:= )
-   cbor? ( dev-libs/libcbor:= )
-   dell? (
-   >=app-crypt/tpm2-tss-2.0
-   >=sys-libs/libsmbios-2.4.0
-   )
-   elogind? ( >=sys-auth/elogind-211 )
-   flashrom? ( >=sys-apps/flashrom-1.2-r3 )
-   gnutls? ( net-libs/gnutls )
-   gusb? ( >=dev-libs/libgusb-0.3.5[introspection?] )
-   logitech? ( dev-libs/protobuf-c:= )
-   lzma? ( app-arch/xz-utils )
-   modemmanager? ( net-misc/modemmanager[qmi] )
-   policykit? ( >=sys-auth/polkit-0.114 )
-   sqlite? ( dev-db/sqlite )
-   systemd? ( >=sys-apps/systemd-211 )
-   tpm? ( app-crypt/tpm2-tss:= )
-   uefi? (
-   sys-apps/fwupd-efi
-   sys-boot/efibootmgr
-   sys-fs/udisks
-   sys-libs/efivar
-   )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   sys-apps/dbus
-"
-
-DEPEND="
-   ${COMMON_DEPEND}
-   x11-libs/pango[introspection]
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.8.13-installed_tests.patch
-)
-
-src_prepare() {
-   default
-
-   vala_setup
-
-   # c.f. https://github.com/fwupd/fwupd/issues/1414
-   sed -e "/test('t

[gentoo-commits] repo/gentoo:master commit in: mail-mta/proton-mail-bridge/files/, mail-mta/proton-mail-bridge/

2023-08-21 Thread Marek Szuba
commit: ebf9fb9ff79e45b67cd66054bd3d509cb387d8b0
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 21:58:51 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 22:02:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf9fb9f

mail-mta/proton-mail-bridge: add 3.3.2

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

 mail-mta/proton-mail-bridge/Manifest   |  2 +
 ...roton-mail-bridge-3.3.2-telemetry_default.patch | 14 
 .../proton-mail-bridge-3.3.2.ebuild| 84 ++
 3 files changed, 100 insertions(+)

diff --git a/mail-mta/proton-mail-bridge/Manifest 
b/mail-mta/proton-mail-bridge/Manifest
index cda1f48f641e..b9e6820cb224 100644
--- a/mail-mta/proton-mail-bridge/Manifest
+++ b/mail-mta/proton-mail-bridge/Manifest
@@ -1,2 +1,4 @@
 DIST proton-mail-bridge-3.1.3-deps.tar.xz 206716212 BLAKE2B 
4f79e4428ef37452d0abd288e074ecdce8886393582352117b6df5275e1b2f0f8018145c20b8fa889f6473899fd0fde6b621e52cf2faaa218fdac8238134a19b
 SHA512 
fd948e39afaab15d7318c8b46cffd97823857cd8e1c5ba2b2ed3673fcbf186627b190bd876973fbb71854355f4dfba62663e902651716301685dca5f14f26e81
 DIST proton-mail-bridge-3.1.3.tar.gz 4443963 BLAKE2B 
2c8fc571612c11c0e281e8f268774e886ba3742b696bdd1180d7cf45525d21d9c062cd3d33acb57a6ceed8dad6b864490c89c090ebfd4bceb4e8c41b19015ae8
 SHA512 
4f4ca3a2b95c7eed34a13d7f8f296d95717b9c1f95bd157e08c3f21cc752ea3dac5eaefac27662f57f875d9690a5d77a9e15f71406280dcaad6f9054b2ef54b9
+DIST proton-mail-bridge-3.3.2-deps.tar.xz 252980292 BLAKE2B 
2d7c8961c1ed8a6fb15a26f6b3ee650932b89626c0eea1d3acaf24b5ef6b44a90cb021a051a5f018cf94db5ccb029c4b79390275bca9a39ceeb6b5ef62aa1386
 SHA512 
52ff54e80635e795462e0bdbd5e02b831478a49225d296ec46ef5591cef173c49bcf63d925d503537d57ccaf65a09424f82d1c8ad8e906d822306ca22bba1121
+DIST proton-mail-bridge-3.3.2.tar.gz 4481491 BLAKE2B 
e00cf4268dcebc7f4eeab5a0738c04e1a809a5633b4d97637ea74aa4ac3eb68dd343b45fef5fca602c4c89faa2d1e05f1c605d9b56ee83d669b07b815f8ae92b
 SHA512 
1b49355f8e816b6a00bf7fad91d0f696efb5ee1f5ea311fd4b92549f715185ea280ac874a759be5d3f8c7ff2309b8f0c3bb37c8502963059b26f4630bc9339f0

diff --git 
a/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.3.2-telemetry_default.patch
 
b/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.3.2-telemetry_default.patch
new file mode 100644
index ..3c8df6c2ef9d
--- /dev/null
+++ 
b/mail-mta/proton-mail-bridge/files/proton-mail-bridge-3.3.2-telemetry_default.patch
@@ -0,0 +1,14 @@
+Such things really should be opt-in rather than opt-out, and doubly so given
+Gentoo does not package the bridge GUI yet.
+
+--- a/internal/vault/types_settings.go
 b/internal/vault/types_settings.go
+@@ -96,7 +96,7 @@
+   ShowAllMail:   true,
+   Autostart: true,
+   AutoUpdate:true,
+-  TelemetryDisabled: false,
++  TelemetryDisabled: true,
+ 
+   LastVersion: "0.0.0",
+   FirstStart:  true,

diff --git a/mail-mta/proton-mail-bridge/proton-mail-bridge-3.3.2.ebuild 
b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.3.2.ebuild
new file mode 100644
index ..a73779dc7b74
--- /dev/null
+++ b/mail-mta/proton-mail-bridge/proton-mail-bridge-3.3.2.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd xdg-utils
+
+MY_PN="${PN/-mail/}"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Serves ProtonMail to IMAP/SMTP clients"
+HOMEPAGE="https://proton.me/mail/bridge 
https://github.com/ProtonMail/proton-bridge/";
+SRC_URI="https://github.com/ProtonMail/${MY_PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz
+   
https://dev.gentoo.org/~marecki/dists/${CATEGORY}/${PN}/${P}-deps.tar.xz";
+# FIXME: default telemetry to off!
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-3+ ISC LGPL-3+ MIT MPL-2.0 Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gui"
+
+# Quite a few tests require Internet access
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND="app-crypt/libsecret"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.3.2-telemetry_default.patch
+)
+
+S="${WORKDIR}"/${MY_P}
+
+src_prepare() {
+   xdg_environment_reset
+   default
+}
+
+src_compile() {
+   if use gui; then
+   eerror "Since version 3.0.0, GUI support in ${PN} requires Qt6 
and is therefore currently not available"
+   die "USE=gui requires Qt6"
+   else
+   emake build-nogui
+   fi
+}
+
+src_test() {
+   emake test
+}
+
+src_install() {
+   exeinto /usr/bin
+   newexe bridge ${PN}
+
+   systemd_newuserunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   use gui && xdg_icon_cache_update
+
+   if [[ -n "${REPLACING_VERSIONS}" ]]; then
+   local oldver
+   for oldver in ${REPLACING_VERSIONS}; do
+   if ver

[gentoo-commits] proj/releng:master commit in: releases/specs/hppa/hppa1.1/, releases/specs/hppa/hppa2.0/

2023-08-21 Thread Andreas K. Hüttel
commit: 90470de1367196665b7bde38d59263e770223bd1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug 21 21:37:14 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug 21 21:37:14 2023 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=90470de1

Add binrepo_path for all hppa stages

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

 releases/specs/hppa/hppa1.1/stage3-openrc.spec | 1 +
 releases/specs/hppa/hppa1.1/stage3-systemd-mu.spec | 1 +
 releases/specs/hppa/hppa1.1/stage3-systemd.spec| 1 +
 releases/specs/hppa/hppa2.0/stage3-openrc.spec | 1 +
 releases/specs/hppa/hppa2.0/stage3-systemd-mu.spec | 1 +
 releases/specs/hppa/hppa2.0/stage3-systemd.spec| 1 +
 6 files changed, 6 insertions(+)

diff --git a/releases/specs/hppa/hppa1.1/stage3-openrc.spec 
b/releases/specs/hppa/hppa1.1/stage3-openrc.spec
index 0eaa1059..32e95c43 100644
--- a/releases/specs/hppa/hppa1.1/stage3-openrc.spec
+++ b/releases/specs/hppa/hppa1.1/stage3-openrc.spec
@@ -9,3 +9,4 @@ portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
 compression_mode: pixz
 decompressor_search_order: xz bzip2
+binrepo_path: hppa/binpackages/17.0/hppa1.1

diff --git a/releases/specs/hppa/hppa1.1/stage3-systemd-mu.spec 
b/releases/specs/hppa/hppa1.1/stage3-systemd-mu.spec
index 5e47d21f..e28a29b4 100644
--- a/releases/specs/hppa/hppa1.1/stage3-systemd-mu.spec
+++ b/releases/specs/hppa/hppa1.1/stage3-systemd-mu.spec
@@ -9,3 +9,4 @@ portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
 compression_mode: pixz
 decompressor_search_order: xz bzip2
+binrepo_path: hppa/binpackages/17.0/hppa1.1

diff --git a/releases/specs/hppa/hppa1.1/stage3-systemd.spec 
b/releases/specs/hppa/hppa1.1/stage3-systemd.spec
index 5760be36..124b2e4f 100644
--- a/releases/specs/hppa/hppa1.1/stage3-systemd.spec
+++ b/releases/specs/hppa/hppa1.1/stage3-systemd.spec
@@ -9,3 +9,4 @@ portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
 compression_mode: pixz
 decompressor_search_order: xz bzip2
+binrepo_path: hppa/binpackages/17.0/hppa1.1

diff --git a/releases/specs/hppa/hppa2.0/stage3-openrc.spec 
b/releases/specs/hppa/hppa2.0/stage3-openrc.spec
index 7fe51a39..02fe7742 100644
--- a/releases/specs/hppa/hppa2.0/stage3-openrc.spec
+++ b/releases/specs/hppa/hppa2.0/stage3-openrc.spec
@@ -9,3 +9,4 @@ portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
 compression_mode: pixz
 decompressor_search_order: xz bzip2
+binrepo_path: hppa/binpackages/17.0/hppa2.0

diff --git a/releases/specs/hppa/hppa2.0/stage3-systemd-mu.spec 
b/releases/specs/hppa/hppa2.0/stage3-systemd-mu.spec
index febdf1cb..a50cee47 100644
--- a/releases/specs/hppa/hppa2.0/stage3-systemd-mu.spec
+++ b/releases/specs/hppa/hppa2.0/stage3-systemd-mu.spec
@@ -9,3 +9,4 @@ portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
 compression_mode: pixz
 decompressor_search_order: xz bzip2
+binrepo_path: hppa/binpackages/17.0/hppa2.0

diff --git a/releases/specs/hppa/hppa2.0/stage3-systemd.spec 
b/releases/specs/hppa/hppa2.0/stage3-systemd.spec
index 7967b703..01db0223 100644
--- a/releases/specs/hppa/hppa2.0/stage3-systemd.spec
+++ b/releases/specs/hppa/hppa2.0/stage3-systemd.spec
@@ -9,3 +9,4 @@ portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
 compression_mode: pixz
 decompressor_search_order: xz bzip2
+binrepo_path: hppa/binpackages/17.0/hppa2.0



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

2023-08-21 Thread William Hubbs
commit: 83e2204ecf89eb71dd5fa799dbe592e5c626f76e
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 21:39:34 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 21:39:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e2204e

dev-util/gitlab-cli: add 1.32.0

Signed-off-by: William Hubbs  gentoo.org>

 dev-util/gitlab-cli/Manifest |  2 ++
 dev-util/gitlab-cli/gitlab-cli-1.32.0.ebuild | 32 
 2 files changed, 34 insertions(+)

diff --git a/dev-util/gitlab-cli/Manifest b/dev-util/gitlab-cli/Manifest
index c939b0344355..a841adc39e52 100644
--- a/dev-util/gitlab-cli/Manifest
+++ b/dev-util/gitlab-cli/Manifest
@@ -4,3 +4,5 @@ DIST gitlab-cli-1.29.4-deps.tar.xz 38656412 BLAKE2B 
fcbb787a1fb893ae8d3452919e9e
 DIST gitlab-cli-1.29.4.tar.bz2 16787326 BLAKE2B 
d0cc93c92cfb9ae01b9acfec04341c1e06a1bce36f666abec46c6bd0eab6700e2b6ea4f8cc27606da499b8246795c145a402dbf32c8f94074c0feaae34b8ec8a
 SHA512 
a212f73fb06849c1d197efac1a7cf33a09fc94a3b8d954de1d442462deb59e52ff1a89c68e6ce4deb0a1472367890947ccabebfd459fd6e172142a9931c68df1
 DIST gitlab-cli-1.31.0-deps.tar.xz 38653264 BLAKE2B 
79ebd6c213a03a7c4a45de602f3074098fc9d20fa0359d27608eb345676e02c6d302d11df3486bd275b4b4e826312d3bde80f0aed3aaf6418ad8d176ff0c26fb
 SHA512 
6cdacd95acfc607a49d1b47b3b975c7234a4249a5f544a262d462d11dca4ba0553f3dc5d9e2c4e025e630aee6cfc972c41f51abc23b3c4fa5e50adfbfa94
 DIST gitlab-cli-1.31.0.tar.bz2 16794522 BLAKE2B 
72051d063be5b4108fec878d7b51cfd0680274e6a3e5e1eab3a992dd0838ff00ca19196e80a5651895dc261518bb93a0f0c5c4f2db2a99dc8e7f9b332af7022a
 SHA512 
4020e7e62c7f3b420c0988712b61ca0a89733cfe8c370faf2a5c21d3983bba69283e85dcff98b3c5a8c6cb18319fb85101789490435d2f38a704ae9eed9aedb1
+DIST gitlab-cli-1.32.0-deps.tar.xz 36780836 BLAKE2B 
2f83b28fb1096a1eb265100100691ec0e69d9049b4c37fb7a29360dec07eaa05449bf2ae5b7c3dd4f07e5071ee05435f3ef040ce8f7b8607a7d6721027fe21d2
 SHA512 
b47a487d01ff83775855cb527457bb0245346af3a36c030ce73d6ed228a5a6307369ab562a9ac71525447d23f83458445c817ccfdf2cf2722fe02d9a9e2d887f
+DIST gitlab-cli-1.32.0.tar.bz2 16799762 BLAKE2B 
70c0942713fd4449dd0ba5310c012be71c880934abba6d91cb05820cf4905910638fcbf8d577627c4f5867364dafc19e701a2bea2614986231dd06db47be1219
 SHA512 
1d00495c852c53284f4d6e25d58a0731aa3b2ebeeecdbea0b4c6ce4f75ce552fd5ba5ad5b9c3daacd30e64fec6a9f23b2b27c0c85d22d7ac51cae575cd3b514a

diff --git a/dev-util/gitlab-cli/gitlab-cli-1.32.0.ebuild 
b/dev-util/gitlab-cli/gitlab-cli-1.32.0.ebuild
new file mode 100644
index ..0ea07f8b73f6
--- /dev/null
+++ b/dev-util/gitlab-cli/gitlab-cli-1.32.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+GIT_COMMIT=9fdb6193c89e86786707279c16472632665f4918
+
+DESCRIPTION="the official gitlab command line interface"
+HOMEPAGE="https://gitlab.com/gitlab-org/cli";
+SRC_URI="https://gitlab.com/gitlab-org/cli/-/archive/v${PV}/${PN}-v${PV}.tar.bz2
 -> ${P}.tar.bz2"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# tests communicate with gitlab.com and require a personal access token
+RESTRICT="test"
+
+S="${WORKDIR}/cli-v${PV}-${GIT_COMMIT}"
+
+src_compile() {
+   emake \
+   GLAB_VERSION=v${PV} \
+   build manpage
+}
+
+src_install() {
+   dobin bin/glab
+   dodoc README.md
+   doman share/man/man1/*
+}



[gentoo-commits] proj/releng:master commit in: releases/specs/ia64/

2023-08-21 Thread Andreas K. Hüttel
commit: db63e971c30684cbc415f815945178cda45b8ddc
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug 21 20:54:09 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug 21 20:54:09 2023 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=db63e971

Add binrepo_path for all ia64 stages

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

 releases/specs/ia64/stage3-openrc.spec | 1 +
 releases/specs/ia64/stage3-systemd-mu.spec | 1 +
 releases/specs/ia64/stage3-systemd.spec| 1 +
 3 files changed, 3 insertions(+)

diff --git a/releases/specs/ia64/stage3-openrc.spec 
b/releases/specs/ia64/stage3-openrc.spec
index dcb28457..3215799b 100644
--- a/releases/specs/ia64/stage3-openrc.spec
+++ b/releases/specs/ia64/stage3-openrc.spec
@@ -8,3 +8,4 @@ source_subpath: default/stage1-ia64-openrc-@TIMESTAMP@
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
+binrepo_path: ia64/binpackages/17.0/ia64

diff --git a/releases/specs/ia64/stage3-systemd-mu.spec 
b/releases/specs/ia64/stage3-systemd-mu.spec
index 2750d3f6..af5643c8 100644
--- a/releases/specs/ia64/stage3-systemd-mu.spec
+++ b/releases/specs/ia64/stage3-systemd-mu.spec
@@ -8,3 +8,4 @@ source_subpath: 
mergedusr/stage1-ia64-systemd-mergedusr-@TIMESTAMP@
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
+binrepo_path: ia64/binpackages/17.0/ia64

diff --git a/releases/specs/ia64/stage3-systemd.spec 
b/releases/specs/ia64/stage3-systemd.spec
index 3460983a..334ab50a 100644
--- a/releases/specs/ia64/stage3-systemd.spec
+++ b/releases/specs/ia64/stage3-systemd.spec
@@ -8,3 +8,4 @@ source_subpath: default/stage1-ia64-systemd-@TIMESTAMP@
 compression_mode: pixz
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng
+binrepo_path: ia64/binpackages/17.0/ia64



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

2023-08-21 Thread William Hubbs
commit: ea389547b396bf99a6e3e562e52ca501fc8d
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:57:09 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea389547

sys-cluster/kube-apiserver: drop 1.27.2

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/Manifest|  1 -
 .../kube-apiserver/kube-apiserver-1.27.2.ebuild| 39 --
 2 files changed, 40 deletions(-)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index 3042fc96017b..e2cd820d0c3d 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -4,7 +4,6 @@ DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
-DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d
 DIST kubernetes-1.27.3.tar.gz 38121196 BLAKE2B 
69aab2d42fdbb5704d6bd248e6ced154664d20d66ad21e7cf3b6ed92a262f4d1a2dc5b22912b6cdca0a40fecdc262ae7124a2969955f234c49c0950ea68f171f
 SHA512 
51cf0178c8a2a00798cc618c9918f556c418de137566db60a66a0c7556ee625b34cf86b1da241856599784588c0e3e8b81225dca627fea70a87c94adb073bb7a
 DIST kubernetes-1.27.4.tar.gz 38192024 BLAKE2B 
b4f3afe7e96f74cbbb18866234e4ad591fa055bd158c8dad4b17c66b9ff5dfd9ea28bfd4ed5a89433fe58ecf4c86c821b1fb89bfaa5808310c8b72b875ce3fa2
 SHA512 
0558a8760e538aeb29efff54282a2fab613f5e6c16abf8964ab836065a4f40a568dae3caa5c06e172e2643491a63b1056c093421fded8cb9b7a0c0ed10b9f6ec
 DIST kubernetes-1.28.0.tar.gz 42229948 BLAKE2B 
c514577fa3cdeee6fa1d6f488de74b56845e3cfaf7f810ecd4ec9c023f034e0c50b647ebf5b60eb26b9387b79d060a6aeee9eee43fab904094ec767603fc5c6d
 SHA512 
dcb5f2ec3fec841a3a1678ac88473b355f13cad1543b5098a2f1fe1d217e34fb46727c1345bbd35945eb4164aa4fe069ebdefc2328c8797671caa9a5be0f8fd6

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.27.2.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.27.2.ebuild
deleted file mode 100644
index 914f0e96f092..
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.27.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module systemd
-
-DESCRIPTION="Kubernetes API server"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="
-   acct-group/kube-apiserver
-   acct-user/kube-apiserver"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.20"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: 52ef76d85e4342dbda9ad25306419a10a60de4e7
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:57:14 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52ef76d8

sys-cluster/kube-proxy: drop 1.27.2

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/Manifest |  1 -
 sys-cluster/kube-proxy/kube-proxy-1.27.2.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index 3042fc96017b..e2cd820d0c3d 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -4,7 +4,6 @@ DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
-DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d
 DIST kubernetes-1.27.3.tar.gz 38121196 BLAKE2B 
69aab2d42fdbb5704d6bd248e6ced154664d20d66ad21e7cf3b6ed92a262f4d1a2dc5b22912b6cdca0a40fecdc262ae7124a2969955f234c49c0950ea68f171f
 SHA512 
51cf0178c8a2a00798cc618c9918f556c418de137566db60a66a0c7556ee625b34cf86b1da241856599784588c0e3e8b81225dca627fea70a87c94adb073bb7a
 DIST kubernetes-1.27.4.tar.gz 38192024 BLAKE2B 
b4f3afe7e96f74cbbb18866234e4ad591fa055bd158c8dad4b17c66b9ff5dfd9ea28bfd4ed5a89433fe58ecf4c86c821b1fb89bfaa5808310c8b72b875ce3fa2
 SHA512 
0558a8760e538aeb29efff54282a2fab613f5e6c16abf8964ab836065a4f40a568dae3caa5c06e172e2643491a63b1056c093421fded8cb9b7a0c0ed10b9f6ec
 DIST kubernetes-1.28.0.tar.gz 42229948 BLAKE2B 
c514577fa3cdeee6fa1d6f488de74b56845e3cfaf7f810ecd4ec9c023f034e0c50b647ebf5b60eb26b9387b79d060a6aeee9eee43fab904094ec767603fc5c6d
 SHA512 
dcb5f2ec3fec841a3a1678ac88473b355f13cad1543b5098a2f1fe1d217e34fb46727c1345bbd35945eb4164aa4fe069ebdefc2328c8797671caa9a5be0f8fd6

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.27.2.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.27.2.ebuild
deleted file mode 100644
index 334b1e38e138..
--- a/sys-cluster/kube-proxy/kube-proxy-1.27.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Proxy service"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-RDEPEND="net-firewall/conntrack-tools"
-BDEPEND=">=dev-lang/go-1.20"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /var/log/${PN} /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2023-08-21 Thread William Hubbs
commit: 1248049cc6ca8bc7474517feae7e3e75f6783567
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:57:11 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1248049c

sys-cluster/kube-controller-manager: drop 1.27.2

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-controller-manager/Manifest   |  1 -
 .../kube-controller-manager-1.27.2.ebuild  | 38 --
 2 files changed, 39 deletions(-)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index 3042fc96017b..e2cd820d0c3d 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -4,7 +4,6 @@ DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
-DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d
 DIST kubernetes-1.27.3.tar.gz 38121196 BLAKE2B 
69aab2d42fdbb5704d6bd248e6ced154664d20d66ad21e7cf3b6ed92a262f4d1a2dc5b22912b6cdca0a40fecdc262ae7124a2969955f234c49c0950ea68f171f
 SHA512 
51cf0178c8a2a00798cc618c9918f556c418de137566db60a66a0c7556ee625b34cf86b1da241856599784588c0e3e8b81225dca627fea70a87c94adb073bb7a
 DIST kubernetes-1.27.4.tar.gz 38192024 BLAKE2B 
b4f3afe7e96f74cbbb18866234e4ad591fa055bd158c8dad4b17c66b9ff5dfd9ea28bfd4ed5a89433fe58ecf4c86c821b1fb89bfaa5808310c8b72b875ce3fa2
 SHA512 
0558a8760e538aeb29efff54282a2fab613f5e6c16abf8964ab836065a4f40a568dae3caa5c06e172e2643491a63b1056c093421fded8cb9b7a0c0ed10b9f6ec
 DIST kubernetes-1.28.0.tar.gz 42229948 BLAKE2B 
c514577fa3cdeee6fa1d6f488de74b56845e3cfaf7f810ecd4ec9c023f034e0c50b647ebf5b60eb26b9387b79d060a6aeee9eee43fab904094ec767603fc5c6d
 SHA512 
dcb5f2ec3fec841a3a1678ac88473b355f13cad1543b5098a2f1fe1d217e34fb46727c1345bbd35945eb4164aa4fe069ebdefc2328c8797671caa9a5be0f8fd6

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.2.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.2.ebuild
deleted file mode 100644
index dff13deb18dc..
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Controller Manager"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-controller-manager
-   acct-user/kube-controller-manager"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.20"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: 85a9673fcf1ced7efe27ccbe2d36495617a83925
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:57:12 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a9673f

sys-cluster/kubectl: drop 1.27.2

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/Manifest  |  1 -
 sys-cluster/kubectl/kubectl-1.27.2.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index 3042fc96017b..e2cd820d0c3d 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -4,7 +4,6 @@ DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
-DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d
 DIST kubernetes-1.27.3.tar.gz 38121196 BLAKE2B 
69aab2d42fdbb5704d6bd248e6ced154664d20d66ad21e7cf3b6ed92a262f4d1a2dc5b22912b6cdca0a40fecdc262ae7124a2969955f234c49c0950ea68f171f
 SHA512 
51cf0178c8a2a00798cc618c9918f556c418de137566db60a66a0c7556ee625b34cf86b1da241856599784588c0e3e8b81225dca627fea70a87c94adb073bb7a
 DIST kubernetes-1.27.4.tar.gz 38192024 BLAKE2B 
b4f3afe7e96f74cbbb18866234e4ad591fa055bd158c8dad4b17c66b9ff5dfd9ea28bfd4ed5a89433fe58ecf4c86c821b1fb89bfaa5808310c8b72b875ce3fa2
 SHA512 
0558a8760e538aeb29efff54282a2fab613f5e6c16abf8964ab836065a4f40a568dae3caa5c06e172e2643491a63b1056c093421fded8cb9b7a0c0ed10b9f6ec
 DIST kubernetes-1.28.0.tar.gz 42229948 BLAKE2B 
c514577fa3cdeee6fa1d6f488de74b56845e3cfaf7f810ecd4ec9c023f034e0c50b647ebf5b60eb26b9387b79d060a6aeee9eee43fab904094ec767603fc5c6d
 SHA512 
dcb5f2ec3fec841a3a1678ac88473b355f13cad1543b5098a2f1fe1d217e34fb46727c1345bbd35945eb4164aa4fe069ebdefc2328c8797671caa9a5be0f8fd6

diff --git a/sys-cluster/kubectl/kubectl-1.27.2.ebuild 
b/sys-cluster/kubectl/kubectl-1.27.2.ebuild
deleted file mode 100644
index 922515b4f335..
--- a/sys-cluster/kubectl/kubectl-1.27.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to run commands against Kubernetes clusters"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-BDEPEND=">=dev-lang/go-1.20"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: 3844bd589fba6ab76f31ba25cf18c03fa52c521b
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:57:13 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3844bd58

sys-cluster/kubelet: drop 1.27.2

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/Manifest  |  1 -
 sys-cluster/kubelet/kubelet-1.27.2.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index 3042fc96017b..e2cd820d0c3d 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -4,7 +4,6 @@ DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
-DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d
 DIST kubernetes-1.27.3.tar.gz 38121196 BLAKE2B 
69aab2d42fdbb5704d6bd248e6ced154664d20d66ad21e7cf3b6ed92a262f4d1a2dc5b22912b6cdca0a40fecdc262ae7124a2969955f234c49c0950ea68f171f
 SHA512 
51cf0178c8a2a00798cc618c9918f556c418de137566db60a66a0c7556ee625b34cf86b1da241856599784588c0e3e8b81225dca627fea70a87c94adb073bb7a
 DIST kubernetes-1.27.4.tar.gz 38192024 BLAKE2B 
b4f3afe7e96f74cbbb18866234e4ad591fa055bd158c8dad4b17c66b9ff5dfd9ea28bfd4ed5a89433fe58ecf4c86c821b1fb89bfaa5808310c8b72b875ce3fa2
 SHA512 
0558a8760e538aeb29efff54282a2fab613f5e6c16abf8964ab836065a4f40a568dae3caa5c06e172e2643491a63b1056c093421fded8cb9b7a0c0ed10b9f6ec
 DIST kubernetes-1.28.0.tar.gz 42229948 BLAKE2B 
c514577fa3cdeee6fa1d6f488de74b56845e3cfaf7f810ecd4ec9c023f034e0c50b647ebf5b60eb26b9387b79d060a6aeee9eee43fab904094ec767603fc5c6d
 SHA512 
dcb5f2ec3fec841a3a1678ac88473b355f13cad1543b5098a2f1fe1d217e34fb46727c1345bbd35945eb4164aa4fe069ebdefc2328c8797671caa9a5be0f8fd6

diff --git a/sys-cluster/kubelet/kubelet-1.27.2.ebuild 
b/sys-cluster/kubelet/kubelet-1.27.2.ebuild
deleted file mode 100644
index 9df9f88e3411..
--- a/sys-cluster/kubelet/kubelet-1.27.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd
-
-DESCRIPTION="Kubernetes Node Agent"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened selinux"
-
-BDEPEND=">=dev-lang/go-1.20"
-RDEPEND="selinux? ( sec-policy/selinux-kubernetes )"
-
-RESTRICT+=" test "
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto /etc/kubernetes
-   newins "${FILESDIR}"/${PN}.env ${PN}.env
-}



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

2023-08-21 Thread William Hubbs
commit: dc5ce5a9770b81f7231ebea936bf3fd8d28b13c1
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:55:47 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5ce5a9

sys-cluster/kube-scheduler: drop 1.26.5

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/Manifest|  1 -
 .../kube-scheduler/kube-scheduler-1.26.5.ebuild| 38 --
 2 files changed, 39 deletions(-)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index 3c5fcef28e7f..3042fc96017b 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -2,7 +2,6 @@ DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
-DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
 DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.26.5.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.26.5.ebuild
deleted file mode 100644
index 524876afc4d5..
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.26.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Scheduler"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-scheduler
-   acct-user/kube-scheduler"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: a126ef91d499b5b4c93856c9d5d4b3651a377e9b
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:57:08 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a126ef91

sys-cluster/kubeadm: drop 1.27.2

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/Manifest  |  1 -
 sys-cluster/kubeadm/kubeadm-1.27.2.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/sys-cluster/kubeadm/Manifest b/sys-cluster/kubeadm/Manifest
index 3042fc96017b..e2cd820d0c3d 100644
--- a/sys-cluster/kubeadm/Manifest
+++ b/sys-cluster/kubeadm/Manifest
@@ -4,7 +4,6 @@ DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
-DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d
 DIST kubernetes-1.27.3.tar.gz 38121196 BLAKE2B 
69aab2d42fdbb5704d6bd248e6ced154664d20d66ad21e7cf3b6ed92a262f4d1a2dc5b22912b6cdca0a40fecdc262ae7124a2969955f234c49c0950ea68f171f
 SHA512 
51cf0178c8a2a00798cc618c9918f556c418de137566db60a66a0c7556ee625b34cf86b1da241856599784588c0e3e8b81225dca627fea70a87c94adb073bb7a
 DIST kubernetes-1.27.4.tar.gz 38192024 BLAKE2B 
b4f3afe7e96f74cbbb18866234e4ad591fa055bd158c8dad4b17c66b9ff5dfd9ea28bfd4ed5a89433fe58ecf4c86c821b1fb89bfaa5808310c8b72b875ce3fa2
 SHA512 
0558a8760e538aeb29efff54282a2fab613f5e6c16abf8964ab836065a4f40a568dae3caa5c06e172e2643491a63b1056c093421fded8cb9b7a0c0ed10b9f6ec
 DIST kubernetes-1.28.0.tar.gz 42229948 BLAKE2B 
c514577fa3cdeee6fa1d6f488de74b56845e3cfaf7f810ecd4ec9c023f034e0c50b647ebf5b60eb26b9387b79d060a6aeee9eee43fab904094ec767603fc5c6d
 SHA512 
dcb5f2ec3fec841a3a1678ac88473b355f13cad1543b5098a2f1fe1d217e34fb46727c1345bbd35945eb4164aa4fe069ebdefc2328c8797671caa9a5be0f8fd6

diff --git a/sys-cluster/kubeadm/kubeadm-1.27.2.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.27.2.ebuild
deleted file mode 100644
index c57918acdc39..
--- a/sys-cluster/kubeadm/kubeadm-1.27.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened selinux"
-
-BDEPEND=">=dev-lang/go-1.20"
-RDEPEND="app-containers/cri-tools
-   selinux? ( sec-policy/selinux-kubernetes )"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: 8822ba4f18340ec43787fb2578425a7fc50052b7
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:57:15 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8822ba4f

sys-cluster/kube-scheduler: drop 1.27.2

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/Manifest|  1 -
 .../kube-scheduler/kube-scheduler-1.27.2.ebuild| 38 --
 2 files changed, 39 deletions(-)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index 3042fc96017b..e2cd820d0c3d 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -4,7 +4,6 @@ DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
-DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d
 DIST kubernetes-1.27.3.tar.gz 38121196 BLAKE2B 
69aab2d42fdbb5704d6bd248e6ced154664d20d66ad21e7cf3b6ed92a262f4d1a2dc5b22912b6cdca0a40fecdc262ae7124a2969955f234c49c0950ea68f171f
 SHA512 
51cf0178c8a2a00798cc618c9918f556c418de137566db60a66a0c7556ee625b34cf86b1da241856599784588c0e3e8b81225dca627fea70a87c94adb073bb7a
 DIST kubernetes-1.27.4.tar.gz 38192024 BLAKE2B 
b4f3afe7e96f74cbbb18866234e4ad591fa055bd158c8dad4b17c66b9ff5dfd9ea28bfd4ed5a89433fe58ecf4c86c821b1fb89bfaa5808310c8b72b875ce3fa2
 SHA512 
0558a8760e538aeb29efff54282a2fab613f5e6c16abf8964ab836065a4f40a568dae3caa5c06e172e2643491a63b1056c093421fded8cb9b7a0c0ed10b9f6ec
 DIST kubernetes-1.28.0.tar.gz 42229948 BLAKE2B 
c514577fa3cdeee6fa1d6f488de74b56845e3cfaf7f810ecd4ec9c023f034e0c50b647ebf5b60eb26b9387b79d060a6aeee9eee43fab904094ec767603fc5c6d
 SHA512 
dcb5f2ec3fec841a3a1678ac88473b355f13cad1543b5098a2f1fe1d217e34fb46727c1345bbd35945eb4164aa4fe069ebdefc2328c8797671caa9a5be0f8fd6

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.27.2.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.27.2.ebuild
deleted file mode 100644
index e17d60692ecd..
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.27.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Scheduler"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-scheduler
-   acct-user/kube-scheduler"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.20"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: b2c66de82d89a32fcdfbf18ec0617c04ed698d9f
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:55:44 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c66de8

sys-cluster/kubelet: drop 1.26.5

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/Manifest  |  1 -
 sys-cluster/kubelet/kubelet-1.26.5.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index 3c5fcef28e7f..3042fc96017b 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -2,7 +2,6 @@ DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
-DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
 DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d

diff --git a/sys-cluster/kubelet/kubelet-1.26.5.ebuild 
b/sys-cluster/kubelet/kubelet-1.26.5.ebuild
deleted file mode 100644
index cff3013eb950..
--- a/sys-cluster/kubelet/kubelet-1.26.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd
-
-DESCRIPTION="Kubernetes Node Agent"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened selinux"
-
-BDEPEND=">=dev-lang/go-1.19"
-RDEPEND="selinux? ( sec-policy/selinux-kubernetes )"
-
-RESTRICT+=" test "
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto /etc/kubernetes
-   newins "${FILESDIR}"/${PN}.env ${PN}.env
-}



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

2023-08-21 Thread William Hubbs
commit: 3347a0dd431669b8a46c8c44915087ff86b33f30
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:55:40 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3347a0dd

sys-cluster/kubeadm: drop 1.26.5

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/Manifest  |  1 -
 sys-cluster/kubeadm/kubeadm-1.26.5.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/sys-cluster/kubeadm/Manifest b/sys-cluster/kubeadm/Manifest
index 3c5fcef28e7f..3042fc96017b 100644
--- a/sys-cluster/kubeadm/Manifest
+++ b/sys-cluster/kubeadm/Manifest
@@ -2,7 +2,6 @@ DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
-DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
 DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d

diff --git a/sys-cluster/kubeadm/kubeadm-1.26.5.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.26.5.ebuild
deleted file mode 100644
index c428b054727b..
--- a/sys-cluster/kubeadm/kubeadm-1.26.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened selinux"
-
-BDEPEND=">=dev-lang/go-1.19"
-RDEPEND="app-containers/cri-tools
-   selinux? ( sec-policy/selinux-kubernetes )"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: fd9148aeb902889a20f131ec5ef6cff404f42fd4
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:55:41 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9148ae

sys-cluster/kube-apiserver: drop 1.26.5

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/Manifest|  1 -
 .../kube-apiserver/kube-apiserver-1.26.5.ebuild| 39 --
 2 files changed, 40 deletions(-)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index 3c5fcef28e7f..3042fc96017b 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -2,7 +2,6 @@ DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
-DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
 DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.26.5.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.26.5.ebuild
deleted file mode 100644
index 732d08517b60..
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.26.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module systemd
-
-DESCRIPTION="Kubernetes API server"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="
-   acct-group/kube-apiserver
-   acct-user/kube-apiserver"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2023-08-21 Thread William Hubbs
commit: 0929fe95bc34eb18021795fb103dc810258055fa
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:55:42 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0929fe95

sys-cluster/kube-controller-manager: drop 1.26.5

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-controller-manager/Manifest   |  1 -
 .../kube-controller-manager-1.26.5.ebuild  | 38 --
 2 files changed, 39 deletions(-)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index 3c5fcef28e7f..3042fc96017b 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -2,7 +2,6 @@ DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
-DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
 DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.26.5.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.26.5.ebuild
deleted file mode 100644
index a5b017f18d03..
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.26.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Controller Manager"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-controller-manager
-   acct-user/kube-controller-manager"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: fd7655ddf14120742bf644a5d0a3cd509adb0f87
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:55:43 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7655dd

sys-cluster/kubectl: drop 1.26.5

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/Manifest  |  1 -
 sys-cluster/kubectl/kubectl-1.26.5.ebuild | 33 ---
 2 files changed, 34 deletions(-)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index 3c5fcef28e7f..3042fc96017b 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -2,7 +2,6 @@ DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
-DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
 DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d

diff --git a/sys-cluster/kubectl/kubectl-1.26.5.ebuild 
b/sys-cluster/kubectl/kubectl-1.26.5.ebuild
deleted file mode 100644
index da2fb28a9977..
--- a/sys-cluster/kubectl/kubectl-1.26.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to run commands against Kubernetes clusters"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: 20db35043999e0790efb207757c1700854207011
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:54:55 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20db3504

sys-cluster/kube-proxy: drop 1.25.10

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/Manifest  |  1 -
 sys-cluster/kube-proxy/kube-proxy-1.25.10.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index bf9b99f96d6d..3c5fcef28e7f 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be6f571ef122b4cc10101862c61d11751d944d9140c4355be95759f83240cb8a3d4879c72e077bdc10f235d03b1a0f99f7
 SHA512 
74cee62fdc7e0dca1430688e832d3b308b6604dee6ca88d5f19fd6b6a9c83833d003ae87d8a09866e2e8fd01cbde0a6ae4bd126f9845f770c76942f1772f04bb
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
-DIST kubernetes-1.25.10.tar.gz 38218997 BLAKE2B 
5f256ffe2236c4eefebbb66051b8bdb70c94fcdce4b606c2233e3f0e9d31f0516b5e4d8104b01fb486abcb8ed77294a5573d91c5feb7d3c456146b04dd5a7ef4
 SHA512 
5e3714596e24906bbfe4b6a79e323b2fdf06fb4b0bc52162a65009b836dcba32f021931cad6cf1d7f94d87937118bce09927be0be83cb1ea9f6fe790db584974
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.25.10.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.25.10.ebuild
deleted file mode 100644
index 15ea2dcb..
--- a/sys-cluster/kube-proxy/kube-proxy-1.25.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Proxy service"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-RDEPEND="net-firewall/conntrack-tools"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /var/log/${PN} /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: b1cb3cd7c6bc70d1ab6f2f45f89a7bd15eedc40a
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:55:45 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cb3cd7

sys-cluster/kube-proxy: drop 1.26.5

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/Manifest |  1 -
 sys-cluster/kube-proxy/kube-proxy-1.26.5.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index 3c5fcef28e7f..3042fc96017b 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -2,7 +2,6 @@ DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
-DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b
 DIST kubernetes-1.26.6.tar.gz 38489671 BLAKE2B 
94b37634fec8f1b19953f0433038e289fe86626db8962e90a52ee82b502251fd2fbae0bb402aff53a8d975d6912a942d0909b7c66b0d38b406ebdbee71d0d97c
 SHA512 
02a6ce3c0ec44dce5b03b97d4a544ac96d43a2342f172c176cbe83b269ffec4c3704f01f620eb11cfdc61728f8431ab6ffdbecc21e0cb29cb388b62c1a930cdf
 DIST kubernetes-1.26.7.tar.gz 38498687 BLAKE2B 
8a7ac29ea8cff64a0ed2a92fc89b3e2e8620b88247b76467a226f667ea4bda952399c81edf810195ea663a6bf62c4127933e9ee05706393ef675e3e4fb01743f
 SHA512 
9069e653e87883e54df8e01edf2cce9d847a83d593f13e8281654653924586e73841d1ee302de4de93dadf2a2474e875cf350f03c2aec512c100cb3d4fb7d9c5
 DIST kubernetes-1.27.2.tar.gz 38061986 BLAKE2B 
bbb39453cb642abc693a8b646179eb5ccf6886c37cf380ae139c096409a33c38d5d081007a009a4785498f600b89f91a430b7bde191298b108ada336ef3414b1
 SHA512 
c7a4f6f3e3e6ce66295e9c09b5214ed3b9fa3b674b0b7e200672da5873fbc75533d1e6a5d9e04edba09c81db35e3309dbe6ff6a4a9dffc6687c66a6e5e566b1d

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.26.5.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.26.5.ebuild
deleted file mode 100644
index 15ea2dcb..
--- a/sys-cluster/kube-proxy/kube-proxy-1.26.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Proxy service"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-RDEPEND="net-firewall/conntrack-tools"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /var/log/${PN} /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: 713bcf88f7ee6bb6dfb30cf65ca1e23d3fee71c9
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:54:56 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713bcf88

sys-cluster/kube-scheduler: drop 1.25.10

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/Manifest|  1 -
 .../kube-scheduler/kube-scheduler-1.25.10.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index bf9b99f96d6d..3c5fcef28e7f 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be6f571ef122b4cc10101862c61d11751d944d9140c4355be95759f83240cb8a3d4879c72e077bdc10f235d03b1a0f99f7
 SHA512 
74cee62fdc7e0dca1430688e832d3b308b6604dee6ca88d5f19fd6b6a9c83833d003ae87d8a09866e2e8fd01cbde0a6ae4bd126f9845f770c76942f1772f04bb
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
-DIST kubernetes-1.25.10.tar.gz 38218997 BLAKE2B 
5f256ffe2236c4eefebbb66051b8bdb70c94fcdce4b606c2233e3f0e9d31f0516b5e4d8104b01fb486abcb8ed77294a5573d91c5feb7d3c456146b04dd5a7ef4
 SHA512 
5e3714596e24906bbfe4b6a79e323b2fdf06fb4b0bc52162a65009b836dcba32f021931cad6cf1d7f94d87937118bce09927be0be83cb1ea9f6fe790db584974
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.25.10.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.25.10.ebuild
deleted file mode 100644
index 524876afc4d5..
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.25.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Scheduler"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-scheduler
-   acct-user/kube-scheduler"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: a1c9c5ebc4027bb1fcdd68c88c21c18979dc44eb
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:54:52 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c9c5eb

sys-cluster/kubectl: drop 1.25.10

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/Manifest   |  1 -
 sys-cluster/kubectl/kubectl-1.25.10.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index bf9b99f96d6d..3c5fcef28e7f 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be6f571ef122b4cc10101862c61d11751d944d9140c4355be95759f83240cb8a3d4879c72e077bdc10f235d03b1a0f99f7
 SHA512 
74cee62fdc7e0dca1430688e832d3b308b6604dee6ca88d5f19fd6b6a9c83833d003ae87d8a09866e2e8fd01cbde0a6ae4bd126f9845f770c76942f1772f04bb
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
-DIST kubernetes-1.25.10.tar.gz 38218997 BLAKE2B 
5f256ffe2236c4eefebbb66051b8bdb70c94fcdce4b606c2233e3f0e9d31f0516b5e4d8104b01fb486abcb8ed77294a5573d91c5feb7d3c456146b04dd5a7ef4
 SHA512 
5e3714596e24906bbfe4b6a79e323b2fdf06fb4b0bc52162a65009b836dcba32f021931cad6cf1d7f94d87937118bce09927be0be83cb1ea9f6fe790db584974
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b

diff --git a/sys-cluster/kubectl/kubectl-1.25.10.ebuild 
b/sys-cluster/kubectl/kubectl-1.25.10.ebuild
deleted file mode 100644
index da2fb28a9977..
--- a/sys-cluster/kubectl/kubectl-1.25.10.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to run commands against Kubernetes clusters"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2023-08-21 Thread William Hubbs
commit: bb91fe6f47c3b22e590c379458601afcdad57e8c
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:54:51 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb91fe6f

sys-cluster/kube-controller-manager: drop 1.25.10

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-controller-manager/Manifest   |  1 -
 .../kube-controller-manager-1.25.10.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index bf9b99f96d6d..3c5fcef28e7f 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be6f571ef122b4cc10101862c61d11751d944d9140c4355be95759f83240cb8a3d4879c72e077bdc10f235d03b1a0f99f7
 SHA512 
74cee62fdc7e0dca1430688e832d3b308b6604dee6ca88d5f19fd6b6a9c83833d003ae87d8a09866e2e8fd01cbde0a6ae4bd126f9845f770c76942f1772f04bb
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
-DIST kubernetes-1.25.10.tar.gz 38218997 BLAKE2B 
5f256ffe2236c4eefebbb66051b8bdb70c94fcdce4b606c2233e3f0e9d31f0516b5e4d8104b01fb486abcb8ed77294a5573d91c5feb7d3c456146b04dd5a7ef4
 SHA512 
5e3714596e24906bbfe4b6a79e323b2fdf06fb4b0bc52162a65009b836dcba32f021931cad6cf1d7f94d87937118bce09927be0be83cb1ea9f6fe790db584974
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.25.10.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.25.10.ebuild
deleted file mode 100644
index a5b017f18d03..
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.25.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Kubernetes Controller Manager"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-controller-manager
-   acct-user/kube-controller-manager"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: c3b67a0f78187b2c9b4c1457f9e6ed2e9579cf47
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:54:54 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b67a0f

sys-cluster/kubelet: drop 1.25.10

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/Manifest   |  1 -
 sys-cluster/kubelet/kubelet-1.25.10.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index bf9b99f96d6d..3c5fcef28e7f 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be6f571ef122b4cc10101862c61d11751d944d9140c4355be95759f83240cb8a3d4879c72e077bdc10f235d03b1a0f99f7
 SHA512 
74cee62fdc7e0dca1430688e832d3b308b6604dee6ca88d5f19fd6b6a9c83833d003ae87d8a09866e2e8fd01cbde0a6ae4bd126f9845f770c76942f1772f04bb
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
-DIST kubernetes-1.25.10.tar.gz 38218997 BLAKE2B 
5f256ffe2236c4eefebbb66051b8bdb70c94fcdce4b606c2233e3f0e9d31f0516b5e4d8104b01fb486abcb8ed77294a5573d91c5feb7d3c456146b04dd5a7ef4
 SHA512 
5e3714596e24906bbfe4b6a79e323b2fdf06fb4b0bc52162a65009b836dcba32f021931cad6cf1d7f94d87937118bce09927be0be83cb1ea9f6fe790db584974
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b

diff --git a/sys-cluster/kubelet/kubelet-1.25.10.ebuild 
b/sys-cluster/kubelet/kubelet-1.25.10.ebuild
deleted file mode 100644
index cff3013eb950..
--- a/sys-cluster/kubelet/kubelet-1.25.10.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module systemd
-
-DESCRIPTION="Kubernetes Node Agent"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened selinux"
-
-BDEPEND=">=dev-lang/go-1.19"
-RDEPEND="selinux? ( sec-policy/selinux-kubernetes )"
-
-RESTRICT+=" test "
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto /etc/kubernetes
-   newins "${FILESDIR}"/${PN}.env ${PN}.env
-}



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

2023-08-21 Thread William Hubbs
commit: 05d3abff307156ca95e2836266491c545f25ab17
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:54:50 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d3abff

sys-cluster/kube-apiserver: drop 1.25.10

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/Manifest|  1 -
 .../kube-apiserver/kube-apiserver-1.25.10.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index bf9b99f96d6d..3c5fcef28e7f 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be6f571ef122b4cc10101862c61d11751d944d9140c4355be95759f83240cb8a3d4879c72e077bdc10f235d03b1a0f99f7
 SHA512 
74cee62fdc7e0dca1430688e832d3b308b6604dee6ca88d5f19fd6b6a9c83833d003ae87d8a09866e2e8fd01cbde0a6ae4bd126f9845f770c76942f1772f04bb
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
-DIST kubernetes-1.25.10.tar.gz 38218997 BLAKE2B 
5f256ffe2236c4eefebbb66051b8bdb70c94fcdce4b606c2233e3f0e9d31f0516b5e4d8104b01fb486abcb8ed77294a5573d91c5feb7d3c456146b04dd5a7ef4
 SHA512 
5e3714596e24906bbfe4b6a79e323b2fdf06fb4b0bc52162a65009b836dcba32f021931cad6cf1d7f94d87937118bce09927be0be83cb1ea9f6fe790db584974
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.25.10.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.25.10.ebuild
deleted file mode 100644
index 732d08517b60..
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.25.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module systemd
-
-DESCRIPTION="Kubernetes API server"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened"
-
-COMMON_DEPEND="
-   acct-group/kube-apiserver
-   acct-user/kube-apiserver"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-BDEPEND=">=dev-lang/go-1.19"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}



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

2023-08-21 Thread William Hubbs
commit: 3c722e0368c480b2aabc6b212d24167bc1d3b684
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 20:54:36 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 20:57:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c722e03

sys-cluster/kubeadm: drop 1.25.10

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/Manifest   |  1 -
 sys-cluster/kubeadm/kubeadm-1.25.10.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/sys-cluster/kubeadm/Manifest b/sys-cluster/kubeadm/Manifest
index bf9b99f96d6d..3c5fcef28e7f 100644
--- a/sys-cluster/kubeadm/Manifest
+++ b/sys-cluster/kubeadm/Manifest
@@ -1,6 +1,5 @@
 DIST kubernetes-1.24.14.tar.gz 37908337 BLAKE2B 
08f52b611bea49f1c204a4fb956d87be6f571ef122b4cc10101862c61d11751d944d9140c4355be95759f83240cb8a3d4879c72e077bdc10f235d03b1a0f99f7
 SHA512 
74cee62fdc7e0dca1430688e832d3b308b6604dee6ca88d5f19fd6b6a9c83833d003ae87d8a09866e2e8fd01cbde0a6ae4bd126f9845f770c76942f1772f04bb
 DIST kubernetes-1.24.15.tar.gz 38151496 BLAKE2B 
47064fefb135031ed220341d34519b4ee2e6fb5996e4bacdfd94e5dd01c1e70b0ca56c0eda45208039004ab9f0f2c3d1de3d77f450d7a59ab5ccd1c6e4dc8b0e
 SHA512 
48e450c76fe3c9bd8460a18bbff204ba7b548c807f984ba86ff388206bfc8a178d96718df377a354c88a99c66b54013ee85ba18b7778bd68cee610955abf2498
-DIST kubernetes-1.25.10.tar.gz 38218997 BLAKE2B 
5f256ffe2236c4eefebbb66051b8bdb70c94fcdce4b606c2233e3f0e9d31f0516b5e4d8104b01fb486abcb8ed77294a5573d91c5feb7d3c456146b04dd5a7ef4
 SHA512 
5e3714596e24906bbfe4b6a79e323b2fdf06fb4b0bc52162a65009b836dcba32f021931cad6cf1d7f94d87937118bce09927be0be83cb1ea9f6fe790db584974
 DIST kubernetes-1.25.11.tar.gz 38468419 BLAKE2B 
fa90ffc6fdcba31f4fb70f7ea9cecae5d8e42efb0596abb2aa638e9d235f770cf4772cfa926b3e1a59fa37ae84bc1524d803215d4eccc04cc1d38ec4b884a9fa
 SHA512 
e3805cf6ad4e5b4ce5fb53a73873a3e447cc62b26f106afa1eec21071a7912cfd2e972f27f40c183af3e67a8ac107adc97d63a303b844dcae62e5efa0e1879a5
 DIST kubernetes-1.25.12.tar.gz 38481118 BLAKE2B 
bb345857ce5150d119d7d7bcd6e3ee5a39704599f3f37f49b29d6ed10cf60e25c2b7ce84a9614099d85adfc9b97580535875812e8ba6bcdd1d42bd6208c9fd99
 SHA512 
6b7b694d4897252772e12206a0658d9326069e5b5b34a4348eace341395619c07a52101bc37d6969082d4813a8a491f7d8e99f6b12003d8dfcd80ede7d41593c
 DIST kubernetes-1.26.5.tar.gz 38241396 BLAKE2B 
e42ffb2396b9811cf23f861327fdd93d067e43b222971b3fb115679692f8923c11494ac7c1bd8ed8a13cfe95b3964e33dc030405d2a3deb19e04c843f75eb7b0
 SHA512 
d35e663e469d29c77abfae443c8f835103e230805331a98ed6314518bd937c366e2734c687c31c4eadf7ecbd0a607dece463edb0057270a37114681d8aa77f0b

diff --git a/sys-cluster/kubeadm/kubeadm-1.25.10.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.25.10.ebuild
deleted file mode 100644
index c428b054727b..
--- a/sys-cluster/kubeadm/kubeadm-1.25.10.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster"
-HOMEPAGE="https://kubernetes.io";
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64"
-IUSE="hardened selinux"
-
-BDEPEND=">=dev-lang/go-1.19"
-RDEPEND="app-containers/cri-tools
-   selinux? ( sec-policy/selinux-kubernetes )"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/

2023-08-21 Thread Rick Farina
commit: 606dbe9a4e28d1348975f098a34472ab8a0207b1
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Aug 21 20:54:29 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Aug 21 20:55:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606dbe9a

app-crypt/johntheripper: destabilize 1.9.0

Signed-off-by: Rick Farina  gentoo.org>

 app-crypt/johntheripper/johntheripper-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild 
b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild
index 354432e452ae..fabbd858c1cf 100644
--- a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://www.openwall.com/john/k/${MY_P}.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 CPU_FLAGS="cpu_flags_x86_mmx cpu_flags_x86_sse2 cpu_flags_x86_avx 
cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_xop"
 IUSE="custom-cflags openmp ${CPU_FLAGS}"
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/

2023-08-21 Thread Rick Farina
commit: bc46c1859c437b578758a64110b0e9cc2f6facba
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Aug 21 20:53:23 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Aug 21 20:55:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc46c185

app-crypt/johntheripper: add new use flags

Closes: https://bugs.gentoo.org/702748
Signed-off-by: Rick Farina  gentoo.org>

 app-crypt/johntheripper/johntheripper-1.9.0.ebuild | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild 
b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild
index d7bd1317da50..354432e452ae 100644
--- a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild
+++ b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://www.openwall.com/john/k/${MY_P}.tar.xz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-CPU_FLAGS="cpu_flags_x86_mmx cpu_flags_x86_sse2 cpu_flags_x86_avx 
cpu_flags_x86_xop"
+CPU_FLAGS="cpu_flags_x86_mmx cpu_flags_x86_sse2 cpu_flags_x86_avx 
cpu_flags_x86_avx2 cpu_flags_x86_avx512f cpu_flags_x86_xop"
 IUSE="custom-cflags openmp ${CPU_FLAGS}"
 
 DEPEND="virtual/libcrypt:="
@@ -29,7 +29,11 @@ get_target() {
if use alpha; then
echo "linux-alpha"
elif use amd64; then
-   if use cpu_flags_x86_xop; then
+   if use cpu_flags_x86_avx512f; then
+   echo "linux-x86-64-avx512"
+   elif use cpu_flags_x86_avx2; then
+   echo "linux-x86-64-avx2"
+   elif use cpu_flags_x86_xop; then
echo "linux-x86-64-xop"
elif use cpu_flags_x86_avx; then
echo "linux-x86-64-avx"
@@ -43,7 +47,11 @@ get_target() {
elif use sparc; then
echo "linux-sparc"
elif use x86; then
-   if use cpu_flags_x86_xop; then
+   if use cpu_flags_x86_avx512f; then
+   echo "linux-x86-64-avx512"
+   elif use cpu_flags_x86_avx2; then
+   echo "linux-x86-64-avx2"
+   elif use cpu_flags_x86_xop; then
echo "linux-x86-xop"
elif use cpu_flags_x86_avx; then
echo "linux-x86-avx"



[gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/

2023-08-21 Thread Rick Farina
commit: ea6340b877aa4ec6095bb4cda2fe397349dc
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Aug 21 20:42:17 2023 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Aug 21 20:55:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea63

app-crypt/johntheripper: add 1.9.0

Signed-off-by: Rick Farina  gentoo.org>

 app-crypt/johntheripper/Manifest   |   1 +
 app-crypt/johntheripper/johntheripper-1.9.0.ebuild | 129 +
 2 files changed, 130 insertions(+)

diff --git a/app-crypt/johntheripper/Manifest b/app-crypt/johntheripper/Manifest
index b522016fa042..682d048011a4 100644
--- a/app-crypt/johntheripper/Manifest
+++ b/app-crypt/johntheripper/Manifest
@@ -1 +1,2 @@
 DIST john-1.8.0.tar.xz 4468704 BLAKE2B 
90d6acc03dc8d22ef869320723e4799e64e15b621cde327ad420595889a43242b182079fd306bb7741b766ddc5e1239e3bdd4f4e396a4ab1e86d635cbebf8f60
 SHA512 
e2820ecabd7ea4c7404c3d40f064994d0f5746b093c859a58fbf2588492ebcef411d9f3088c8e8ee726284ead969e26fdae834cdae3eb2d32408fc79ed906543
+DIST john-1.9.0.tar.xz 8944932 BLAKE2B 
57f5b83a541a7048e34d87dbee2f8f56953ef8a98bf7163b981064289d38452d11e59f1fb48a98a4f5f61d5f33866987f7c8515bf9900d742c09b7ac3e61376e
 SHA512 
26e9a245e9f050344ae8c3320e1e24dad6bc2b73e99cc041a50c2d124b2c898c93d048727451ab8a2ba1c8aa4d8d462a8c0c9fea7de39f3479a0c170a5e9ad60

diff --git a/app-crypt/johntheripper/johntheripper-1.9.0.ebuild 
b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild
new file mode 100644
index ..d7bd1317da50
--- /dev/null
+++ b/app-crypt/johntheripper/johntheripper-1.9.0.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+MY_PN="john"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="fast password cracker"
+HOMEPAGE="https://www.openwall.com/john/";
+
+SRC_URI="https://www.openwall.com/john/k/${MY_P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+CPU_FLAGS="cpu_flags_x86_mmx cpu_flags_x86_sse2 cpu_flags_x86_avx 
cpu_flags_x86_xop"
+IUSE="custom-cflags openmp ${CPU_FLAGS}"
+
+DEPEND="virtual/libcrypt:="
+RDEPEND="${DEPEND}
+   !app-crypt/johntheripper-jumbo"
+
+S="${WORKDIR}/${MY_P}"
+
+get_target() {
+   if use alpha; then
+   echo "linux-alpha"
+   elif use amd64; then
+   if use cpu_flags_x86_xop; then
+   echo "linux-x86-64-xop"
+   elif use cpu_flags_x86_avx; then
+   echo "linux-x86-64-avx"
+   else
+   echo "linux-x86-64"
+   fi
+   elif use ppc; then
+   echo "linux-ppc32"
+   elif use ppc64; then
+   echo "linux-ppc64"
+   elif use sparc; then
+   echo "linux-sparc"
+   elif use x86; then
+   if use cpu_flags_x86_xop; then
+   echo "linux-x86-xop"
+   elif use cpu_flags_x86_avx; then
+   echo "linux-x86-avx"
+   elif use cpu_flags_x86_sse2; then
+   echo "linux-x86-sse2"
+   elif use cpu_flags_x86_mmx; then
+   echo "linux-x86-mmx"
+   else
+   echo "linux-x86-any"
+   fi
+   elif use ppc-macos; then
+   echo "macosx-ppc32-altivec"
+   elif use x64-macos; then
+   echo "macosx-x86-64"
+   else
+   echo "generic"
+   fi
+}
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_prepare() {
+   default
+}
+
+src_compile() {
+   local OMP
+
+   use custom-cflags || strip-flags
+   cat <<- EOF >> config.gentoo || die
+   #define JOHN_SYSTEMWIDE 1
+   #define JOHN_SYSTEMWIDE_HOME "${EPREFIX}/etc/john"
+   #define JOHN_SYSTEMWIDE_EXEC "${EPREFIX}/usr/libexec/john"
+EOF
+
+   append-flags -fPIC -fPIE
+   #gcc-specs-pie && append-ldflags -nopie
+   use openmp && OMP="-fopenmp"
+
+   CPP="$(tc-getCXX)" CC="$(tc-getCC)" AS="$(tc-getCC)" LD="$(tc-getCC)"
+
+   emake -C src/ \
+   CPP="${CPP}" CC="${CC}" AS="${AS}" LD="${LD}" \
+   CFLAGS="-c -Wall -include ../config.gentoo ${CFLAGS} ${OMP}" \
+   LDFLAGS="${LDFLAGS} ${OMP}" \
+   OPT_NORMAL="" \
+   OMPFLAGS="${OMP}" \
+   $(get_target)
+}
+
+src_test() {
+   emake -C src/ check
+}
+
+src_install() {
+   # executables
+   dosbin run/john
+   newsbin run/mailer john-mailer
+
+   dosym john /usr/sbin/unafs
+   dosym john /usr/sbin/unique
+   dosym john /usr/sbin/unshadow
+
+   # config files
+   insinto /etc/john
+   doins run/*.chr run/password.lst
+   

[gentoo-commits] proj/releng:master commit in: releases/specs-qemu/mips/

2023-08-21 Thread Andreas K. Hüttel
commit: 91f0a2903165fbf260257d25937ee0f1ba7d847f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug 21 20:50:20 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug 21 20:50:20 2023 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=91f0a290

Add binrepo_path for all mips stages

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

 releases/specs-qemu/mips/stage3-mips2-o32-musl.spec   | 1 +
 releases/specs-qemu/mips/stage3-mips2-o32-openrc.spec | 1 +
 releases/specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec | 1 +
 releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec| 1 +
 releases/specs-qemu/mips/stage3-mips2_softfloat-o32-openrc.spec   | 1 +
 releases/specs-qemu/mips/stage3-mips2_softfloat-o32-systemd-mu.spec   | 1 +
 releases/specs-qemu/mips/stage3-mips2_softfloat-o32-systemd.spec  | 1 +
 releases/specs-qemu/mips/stage3-mips3-multilib-openrc.spec| 1 +
 releases/specs-qemu/mips/stage3-mips3-multilib-systemd-mu.spec| 1 +
 releases/specs-qemu/mips/stage3-mips3-multilib-systemd.spec   | 1 +
 releases/specs-qemu/mips/stage3-mips3-n32-openrc.spec | 1 +
 releases/specs-qemu/mips/stage3-mips3-n32-systemd-mu.spec | 1 +
 releases/specs-qemu/mips/stage3-mips3-n32-systemd.spec| 1 +
 releases/specs-qemu/mips/stage3-mips3-n64-openrc.spec | 1 +
 releases/specs-qemu/mips/stage3-mips3-n64-systemd-mu.spec | 1 +
 releases/specs-qemu/mips/stage3-mips3-n64-systemd.spec| 1 +
 releases/specs-qemu/mips/stage3-mipsel2-o32-musl.spec | 1 +
 releases/specs-qemu/mips/stage3-mipsel2-o32-openrc.spec   | 1 +
 releases/specs-qemu/mips/stage3-mipsel2-o32-systemd-mu.spec   | 1 +
 releases/specs-qemu/mips/stage3-mipsel2-o32-systemd.spec  | 1 +
 releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-openrc.spec | 1 +
 releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-systemd-mu.spec | 1 +
 releases/specs-qemu/mips/stage3-mipsel2_softfloat-o32-systemd.spec| 1 +
 releases/specs-qemu/mips/stage3-mipsel3-multilib-openrc.spec  | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd-mu.spec  | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-multilib-systemd.spec | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-n32-openrc.spec   | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-n32-systemd-mu.spec   | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-n32-systemd.spec  | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-n64-openrc.spec   | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-n64-systemd-mu.spec   | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-n64-systemd.spec  | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-o32-openrc.spec   | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-o32-systemd-mu.spec   | 1 +
 releases/specs-qemu/mips/stage3-mipsel3-o32-systemd.spec  | 1 +
 35 files changed, 35 insertions(+)

diff --git a/releases/specs-qemu/mips/stage3-mips2-o32-musl.spec 
b/releases/specs-qemu/mips/stage3-mips2-o32-musl.spec
index 92a10bc5..e47244b4 100644
--- a/releases/specs-qemu/mips/stage3-mips2-o32-musl.spec
+++ b/releases/specs-qemu/mips/stage3-mips2-o32-musl.spec
@@ -10,3 +10,4 @@ compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng
+binrepo_path: mips/binpackages/17.0/mips2_o32_musl

diff --git a/releases/specs-qemu/mips/stage3-mips2-o32-openrc.spec 
b/releases/specs-qemu/mips/stage3-mips2-o32-openrc.spec
index 22aaf2bb..ac9c5184 100644
--- a/releases/specs-qemu/mips/stage3-mips2-o32-openrc.spec
+++ b/releases/specs-qemu/mips/stage3-mips2-o32-openrc.spec
@@ -10,3 +10,4 @@ compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng
+binrepo_path: mips/binpackages/17.0/mips2_o32

diff --git a/releases/specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec 
b/releases/specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec
index d816602c..4ba3d32a 100644
--- a/releases/specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec
+++ b/releases/specs-qemu/mips/stage3-mips2-o32-systemd-mu.spec
@@ -10,3 +10,4 @@ compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu
 portage_prefix: releng
+binrepo_path: mips/binpackages/17.0/mips2_o32

diff --git a/releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec 
b/releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec
index a47fe1e8..d00c16ea 100644
--- a/releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec
+++ b/releases/specs-qemu/mips/stage3-mips2-o32-systemd.spec
@@ -10,3 +10,4 @@ compression_mode: pixz
 decompressor_search_order: xz bzip2
 portage_confdir: @REPO_DIR@/releases/portage/stages-qemu

[gentoo-commits] repo/gentoo:master commit in: media-libs/gd/files/, media-libs/gd/

2023-08-21 Thread Michael Orlitzky
commit: 620a28b9417440d1e59ca93178063ba54fd2d55d
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Mon Aug 21 20:22:53 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Mon Aug 21 20:44:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620a28b9

media-libs/gd: backport GD_BICUBIC fix, update EAPI 7 -> 8

The GD_BICUBIC interpolation methods were accidentally removed
upstream. They have since been added back, but not in a release.
We backport the upstream patch for the issue because dev-lang/php
exposes and tests these methods.

Closes: https://bugs.gentoo.org/912772
Signed-off-by: Michael Orlitzky  gentoo.org>

 media-libs/gd/files/gd-2.3.3-GD_BICUBIC.patch | 31 +
 media-libs/gd/gd-2.3.3-r4.ebuild  | 96 +++
 2 files changed, 127 insertions(+)

diff --git a/media-libs/gd/files/gd-2.3.3-GD_BICUBIC.patch 
b/media-libs/gd/files/gd-2.3.3-GD_BICUBIC.patch
new file mode 100644
index ..e89df284df9c
--- /dev/null
+++ b/media-libs/gd/files/gd-2.3.3-GD_BICUBIC.patch
@@ -0,0 +1,31 @@
+From a5f5698a6832fc1f8179a9257f0b91c9a8ef496b Mon Sep 17 00:00:00 2001
+From: Cyprien Nicolas 
+Date: Thu, 27 Oct 2022 14:36:33 +0200
+Subject: [PATCH] Fix #847: enable back GD_BICUBIC* interpolation methods
+
+(cherry picked from commit 39abd7238cea2ba8baa4bcac1d6fc01c6cb8afab)
+---
+ src/gd_interpolation.c   |  5 +
+ tests/gdimagesetinterpolationmethod/.gitignore   |  1 +
+ tests/gdimagesetinterpolationmethod/CMakeLists.txt   |  1 +
+ tests/gdimagesetinterpolationmethod/Makemodule.am|  3 ++-
+ .../gdimagesetinterpolationmethod/github_bug_00847.c | 12 
+ 5 files changed, 21 insertions(+), 1 deletion(-)
+ create mode 100644 tests/gdimagesetinterpolationmethod/github_bug_00847.c
+
+diff --git a/src/gd_interpolation.c b/src/gd_interpolation.c
+index 1f625dd22..cf77da7c8 100644
+--- a/src/gd_interpolation.c
 b/src/gd_interpolation.c
+@@ -2257,6 +2257,11 @@ BGD_DECLARE(int) 
gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMet
+   case GD_BESSEL:
+   im->interpolation = filter_bessel;
+   break;
++  case GD_BICUBIC_FIXED:
++  case GD_BICUBIC:
++  /* no interpolation as gdImageScale calls a dedicated 
function */
++  im->interpolation = NULL;
++  break;
+   case GD_BLACKMAN:
+   im->interpolation = filter_blackman;
+   break;

diff --git a/media-libs/gd/gd-2.3.3-r4.ebuild b/media-libs/gd/gd-2.3.3-r4.ebuild
new file mode 100644
index ..e6ad85f655c5
--- /dev/null
+++ b/media-libs/gd/gd-2.3.3-r4.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools flag-o-matic multilib-minimal
+
+DESCRIPTION="Graphics library for fast image creation"
+HOMEPAGE="https://libgd.org/ https://www.boutell.com/gd/";
+SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz";
+S="${WORKDIR}/lib${P}"
+
+LICENSE="gd IJG HPND BSD"
+SLOT="2/3"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+IUSE="avif cpu_flags_x86_sse fontconfig +jpeg heif +png static-libs test tiff 
truetype webp xpm zlib"
+RESTRICT="!test? ( test )"
+
+# fontconfig has prefixed font paths, details see bug #518970
+REQUIRED_USE="
+   prefix? ( fontconfig )
+   test? ( png )
+"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   avif? ( media-libs/libavif:=[${MULTILIB_USEDEP}] )
+   fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   jpeg? ( media-libs/libjpeg-turbo[${MULTILIB_USEDEP}] )
+   heif? ( media-libs/libheif:=[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] )
+   tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] )
+   truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
+   webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] )
+   xpm? (
+   >=x11-libs/libXpm-3.5.10-r1[${MULTILIB_USEDEP}]
+   >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
+   )
+   zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-2.3.0-disable-flaky-tests.patch"
+   "${FILESDIR}/${P}-GD_BICUBIC.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # bug 603360, 
https://github.com/libgd/libgd/blob/fd06f7f83c5e78bf5b7f5397746b4e5ee4366250/docs/README.TESTING#L65
+   if use cpu_flags_x86_sse ; then
+   append-cflags -msse -mfpmath=sse
+   else
+   append-cflags -ffloat-store
+   fi
+
+   # bug 632076, https://github.com/libgd/libgd/

[gentoo-commits] repo/gentoo:master commit in: app-i18n/mozc/, app-i18n/mozc/files/

2023-08-21 Thread Sam James
commit: 7ef7e506b561a041e9ae1a66cb0a0a4ba6e009cd
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 20:14:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 20:15:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef7e506

app-i18n/mozc: fix build w/ new abseil

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

 app-i18n/mozc/files/mozc-2.28.5029.102-abseil.patch | 15 +++
 app-i18n/mozc/mozc-2.28.5029.102.ebuild |  1 +
 2 files changed, 16 insertions(+)

diff --git a/app-i18n/mozc/files/mozc-2.28.5029.102-abseil.patch 
b/app-i18n/mozc/files/mozc-2.28.5029.102-abseil.patch
new file mode 100644
index ..08421910d098
--- /dev/null
+++ b/app-i18n/mozc/files/mozc-2.28.5029.102-abseil.patch
@@ -0,0 +1,15 @@
+https://bugs.gentoo.org/912776
+Adapted from 
https://src.fedoraproject.org/rpms/mozc/raw/aa3cba136c9a28e176d246f450465d3a8a4e8533/f/mozc-build-new-abseil.patch
+--- a/src/base/init_mozc.cc
 b/src/base/init_mozc.cc
+@@ -87,7 +87,10 @@ std::string GetLogFilePathFromProgramName(const std::string 
&program_name) {
+ void ParseCommandLineFlags(int argc, char **argv) {
+   absl::flags_internal::ParseCommandLineImpl(
+   argc, argv,
++  #if defined(ABSL_LTS_RELEASE_VERSION) && ABSL_LTS_RELEASE_VERSION < 
20230802
++  // Abseil 20230802.0 does not use ArgvListAction
+   absl::flags_internal::ArgvListAction::kRemoveParsedArgs,
++  #endif
+   // Suppress help messages invoked by --help and others.
+   // Use UsageFlagsAction::kHandleUsage to enable it.
+   absl::flags_internal::UsageFlagsAction::kIgnoreUsage,

diff --git a/app-i18n/mozc/mozc-2.28.5029.102.ebuild 
b/app-i18n/mozc/mozc-2.28.5029.102.ebuild
index ee6de0134b29..a6790b3d1213 100644
--- a/app-i18n/mozc/mozc-2.28.5029.102.ebuild
+++ b/app-i18n/mozc/mozc-2.28.5029.102.ebuild
@@ -118,6 +118,7 @@ SITEFILE="50${PN}-gentoo.el"
 
 PATCHES=(
"${WORKDIR}"/mozc-2.28.5029.102-patches
+   "${FILESDIR}"/mozc-2.28.5029.102-abseil.patch
 )
 
 python_check_deps() {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/, dev-libs/protobuf-c/files/

2023-08-21 Thread Sam James
commit: 08cd4cb67131e6cbd177a05b3a908f5b00716f33
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 19:57:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 19:57:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cd4cb6

dev-libs/protobuf-c: fix build w/ new protobuf

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

 .../files/protobuf-c-1.4.1-protobuf-22.patch   | 501 +
 dev-libs/protobuf-c/protobuf-c-1.4.1-r1.ebuild |  56 +++
 2 files changed, 557 insertions(+)

diff --git a/dev-libs/protobuf-c/files/protobuf-c-1.4.1-protobuf-22.patch 
b/dev-libs/protobuf-c/files/protobuf-c-1.4.1-protobuf-22.patch
new file mode 100644
index ..5e53899aee3d
--- /dev/null
+++ b/dev-libs/protobuf-c/files/protobuf-c-1.4.1-protobuf-22.patch
@@ -0,0 +1,501 @@
+https://bugs.gentoo.org/912775
+https://github.com/protobuf-c/protobuf-c/issues/679
+https://github.com/protobuf-c/protobuf-c/issues/544
+https://github.com/protobuf-c/protobuf-c/pull/673
+
+From ad48868dfe77592c4bacf936ade208f384a26b09 Mon Sep 17 00:00:00 2001
+From: Robert Edmonds 
+Date: Sun, 2 Jul 2023 17:48:18 -0400
+Subject: [PATCH 1/7] protoc-c: Remove GOOGLE_DISALLOW_EVIL_CONSTRUCTORS macro
+ invocations
+
+protobuf has removed the definition of this macro as of commit
+1595417dd3859bbff7d3d61ad0b6e39044d47489, so the invocation of this
+macro in protobuf-c breaks the build when building agaist the protobuf
+22.x or 23.x series.
+
+Simply removing the macro invocations seems to be safe and doesn't break
+the build on Debian's protobuf 3.21.12 nor Debian's protobuf 3.6.1.3.
+---
+ protoc-c/c_bytes_field.h | 2 --
+ protoc-c/c_enum.h| 2 --
+ protoc-c/c_enum_field.h  | 2 --
+ protoc-c/c_extension.h   | 2 --
+ protoc-c/c_field.h   | 5 -
+ protoc-c/c_file.h| 2 --
+ protoc-c/c_generator.h   | 3 ---
+ protoc-c/c_message.h | 2 --
+ protoc-c/c_message_field.h   | 4 
+ protoc-c/c_primitive_field.h | 4 
+ protoc-c/c_service.h | 2 --
+ protoc-c/c_string_field.h| 2 --
+ 12 files changed, 32 deletions(-)
+
+diff --git a/protoc-c/c_bytes_field.h b/protoc-c/c_bytes_field.h
+index bf873f0f..df91ef73 100644
+--- a/protoc-c/c_bytes_field.h
 b/protoc-c/c_bytes_field.h
+@@ -87,8 +87,6 @@ class BytesFieldGenerator : public FieldGenerator {
+ 
+  private:
+   std::map variables_;
+-
+-  GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(BytesFieldGenerator);
+ };
+ 
+ 
+diff --git a/protoc-c/c_enum.h b/protoc-c/c_enum.h
+index 9c34b697..089c3366 100644
+--- a/protoc-c/c_enum.h
 b/protoc-c/c_enum.h
+@@ -106,8 +106,6 @@ class EnumGenerator {
+  private:
+   const EnumDescriptor* descriptor_;
+   std::string dllexport_decl_;
+-
+-  GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(EnumGenerator);
+ };
+ 
+ }  // namespace c
+diff --git a/protoc-c/c_enum_field.h b/protoc-c/c_enum_field.h
+index 3f8c005d..e0c96adf 100644
+--- a/protoc-c/c_enum_field.h
 b/protoc-c/c_enum_field.h
+@@ -85,8 +85,6 @@ class EnumFieldGenerator : public FieldGenerator {
+ 
+  private:
+   std::map variables_;
+-
+-  GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(EnumFieldGenerator);
+ };
+ 
+ 
+diff --git a/protoc-c/c_extension.h b/protoc-c/c_extension.h
+index 95413885..bda0bc55 100644
+--- a/protoc-c/c_extension.h
 b/protoc-c/c_extension.h
+@@ -98,8 +98,6 @@ class ExtensionGenerator {
+   const FieldDescriptor* descriptor_;
+   std::string type_traits_;
+   std::string dllexport_decl_;
+-
+-  GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ExtensionGenerator);
+ };
+ 
+ }  // namespace c
+diff --git a/protoc-c/c_field.h b/protoc-c/c_field.h
+index 3cad35d3..623a872e 100644
+--- a/protoc-c/c_field.h
 b/protoc-c/c_field.h
+@@ -103,9 +103,6 @@ class FieldGenerator {
+ const std::string &type_macro,
+ const std::string 
&descriptor_addr) const;
+   const FieldDescriptor *descriptor_;
+-
+- private:
+-  GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FieldGenerator);
+ };
+ 
+ // Convenience class which constructs FieldGenerators for a Descriptor.
+@@ -121,8 +118,6 @@ class FieldGeneratorMap {
+   std::unique_ptr[]> field_generators_;
+ 
+   static FieldGenerator* MakeGenerator(const FieldDescriptor* field);
+-
+-  GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FieldGeneratorMap);
+ };
+ 
+ }  // namespace c
+diff --git a/protoc-c/c_file.h b/protoc-c/c_file.h
+index 8dfd8ba0..db1866cd 100644
+--- a/protoc-c/c_file.h
 b/protoc-c/c_file.h
+@@ -103,8 +103,6 @@ class FileGenerator {
+   std::unique_ptr[]> enum_generators_;
+   std::unique_ptr[]> service_generators_;
+   std::unique_ptr[]> 
extension_generators_;
+-
+-  GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileGenerator);
+ };
+ 
+ }  // namespace c
+diff --git a/protoc-c/c_generator.h b/protoc-c/c_generator.h
+index ac1ffafe..b8b44aaa 100644
+--- a/protoc-c/c_generator.h
 b/protoc-c/c_generator.h
+@@ -93,9 +93,6 @@ class PROTOC_C_EXPORT 

[gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/files/, net-libs/grpc/

2023-08-21 Thread Sam James
commit: 785694f030cc5eeb3d919e37e606a046bac25584
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 19:52:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 19:52:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785694f0

net-libs/grpc: fix CMake module

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

 net-libs/grpc/files/grpc-1.57.0-fix-cmake.patch| 29 ++
 .../{grpc-1.57.0.ebuild => grpc-1.57.0-r1.ebuild}  |  4 +++
 2 files changed, 33 insertions(+)

diff --git a/net-libs/grpc/files/grpc-1.57.0-fix-cmake.patch 
b/net-libs/grpc/files/grpc-1.57.0-fix-cmake.patch
new file mode 100644
index ..1caa9e9bb8f8
--- /dev/null
+++ b/net-libs/grpc/files/grpc-1.57.0-fix-cmake.patch
@@ -0,0 +1,29 @@
+https://github.com/grpc/grpc/pull/33361
+
+From 117dc80eb43021dd5619023ef6d02d0d6ec7ae7a Mon Sep 17 00:00:00 2001
+From: Carlo Cabrera <30379873+carlo...@users.noreply.github.com>
+Date: Wed, 7 Jun 2023 13:06:49 +0800
+Subject: [PATCH] [Build] fix `gRPCConfig.cmake`
+
+Without this change, calling `find_package(gRPC REQUIRED)` errors out
+with
+
+CMake Error at /opt/homebrew/lib/cmake/grpc/gRPCConfig.cmake:8 
(find_dependency):
+  Unknown CMake command "find_dependency".
+
+The issue is that `find_dependency` is provided by the
+`CMakeFindDependencyMacro` module[^1], so we need to `include` it before
+use.
+
+[^1]: https://cmake.org/cmake/help/v3.26/module/CMakeFindDependencyMacro.html
+--- a/cmake/protobuf.cmake
 b/cmake/protobuf.cmake
+@@ -86,6 +86,6 @@ elseif(gRPC_PROTOBUF_PROVIDER STREQUAL "package")
+ set(_gRPC_PROTOBUF_PROTOC_EXECUTABLE ${PROTOBUF_PROTOC_EXECUTABLE})
+   endif()
+ endif()
+-set(_gRPC_FIND_PROTOBUF "find_dependency(Protobuf CONFIG)")
++set(_gRPC_FIND_PROTOBUF 
"include(CMakeFindDependencyMacro)\nfind_dependency(Protobuf CONFIG)")
+   endif()
+ endif()
+

diff --git a/net-libs/grpc/grpc-1.57.0.ebuild 
b/net-libs/grpc/grpc-1.57.0-r1.ebuild
similarity index 98%
rename from net-libs/grpc/grpc-1.57.0.ebuild
rename to net-libs/grpc/grpc-1.57.0-r1.ebuild
index 77e08df80530..3b44163c341f 100644
--- a/net-libs/grpc/grpc-1.57.0.ebuild
+++ b/net-libs/grpc/grpc-1.57.0-r1.ebuild
@@ -43,6 +43,10 @@ RESTRICT="test"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.57.0-fix-cmake.patch
+)
+
 soversion_check() {
local core_sover cpp_sover
# extract quoted number. line we check looks like this: 
'set(gRPC_CPP_SOVERSION"1.37")'



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

2023-08-21 Thread Sam James
commit: 88efb7a6fd5512afb027eb0416b4d35c9be47ea8
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 19:53:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 19:53:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88efb7a6

media-libs/opencv: fix build w/ new protobuf

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

 media-libs/opencv/opencv-4.7.0-r1.ebuild | 584 +++
 1 file changed, 584 insertions(+)

diff --git a/media-libs/opencv/opencv-4.7.0-r1.ebuild 
b/media-libs/opencv/opencv-4.7.0-r1.ebuild
new file mode 100644
index ..ddf36bc7442e
--- /dev/null
+++ b/media-libs/opencv/opencv-4.7.0-r1.ebuild
@@ -0,0 +1,584 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit flag-o-matic java-pkg-opt-2 java-ant-2 cmake-multilib python-r1 
toolchain-funcs
+
+DESCRIPTION="A collection of algorithms and sample code for various computer 
vision problems"
+HOMEPAGE="https://opencv.org";
+TINY_DNN_PV="1.0.0a3"
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
+   dnnsamples? ( 
https://dev.gentoo.org/~amynka/snap/${PN}-3.4.0-res10_300x300-caffeemodel.tar.gz
 )
+   download? ( 
https://github.com/rossbridger/opencv-extdep/archive/4.4.0.tar.gz -> 
${PN}-4.4.0_extdep.tar.gz )
+   contrib? (
+   https://github.com/${PN}/${PN}_contrib/archive/${PV}.tar.gz -> 
${P}_contrib.tar.gz
+   contribdnn? ( 
https://dev.gentoo.org/~amynka/snap/${PN}-3.4.0-face_landmark_model.tar.gz )
+   contribxfeatures2d? ( 
https://dev.gentoo.org/~amynka/snap/vgg_boostdesc-3.2.0.tar.gz )
+   )"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}" # subslot = libopencv* soname version
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="contrib contribcvv contribdnn contribfreetype contribhdf contribovis 
contribsfm contribxfeatures2d cuda debug dnnsamples download +eigen examples 
+features2d ffmpeg gdal gflags glog gphoto2 gstreamer gtk3 ieee1394 jpeg jpeg2k 
lapack lto opencl openexr opengl openmp opencvapps png +python qt5 tesseract 
testprograms threads tiff vaapi v4l vtk webp xine"
+
+# The following lines are shamelessly stolen from ffmpeg-.ebuild with 
modifications
+ARM_CPU_FEATURES=(
+   cpu_flags_arm_neon:NEON
+   cpu_flags_arm_vfpv3:VFPV3
+)
+PPC_CPU_FEATURES=(
+   cpu_flags_ppc_vsx:VSX
+   cpu_flags_ppc_vsx3:VSX3
+)
+X86_CPU_FEATURES_RAW=(
+   avx:AVX
+   avx2:AVX2
+   avx512f:AVX_512F
+   f16c:FP16
+   fma3:FMA3
+   popcnt:POPCNT
+   sse:SSE
+   sse2:SSE2
+   sse3:SSE3
+   ssse3:SSSE3
+   sse4_1:SSE4_1
+   sse4_2:SSE4_2
+)
+X86_CPU_FEATURES=( ${X86_CPU_FEATURES_RAW[@]/#/cpu_flags_x86_} )
+CPU_FEATURES_MAP=(
+   ${ARM_CPU_FEATURES[@]}
+   ${PPC_CPU_FEATURES[@]}
+   ${X86_CPU_FEATURES[@]}
+)
+IUSE="${IUSE} ${CPU_FEATURES_MAP[@]%:*}"
+
+# OpenGL needs gtk or Qt installed to activate, otherwise build system
+# will silently disable it Wwithout the user knowing, which defeats the
+# purpose of the opengl use flag.
+# cuda needs contrib, bug #701712
+REQUIRED_USE="
+   cpu_flags_x86_avx2? ( cpu_flags_x86_f16c )
+   cpu_flags_x86_f16c? ( cpu_flags_x86_avx )
+   cuda? ( contrib
+   tesseract? ( opencl ) )
+   dnnsamples? ( examples )
+   gflags? ( contrib )
+   glog? ( contrib )
+   contribcvv? ( contrib qt5 )
+   contribdnn? ( contrib )
+   contribfreetype? ( contrib )
+   contribhdf? ( contrib )
+   contribovis? ( contrib )
+   contribsfm? ( contrib eigen gflags glog )
+   contribxfeatures2d? ( contrib download )
+   examples? ( contribdnn )
+   java? ( python )
+   opengl? ( qt5 )
+   python? ( ${PYTHON_REQUIRED_USE} )
+   tesseract? ( contrib )
+   ?? ( gtk3 qt5 )"
+
+# The following logic is intrinsic in the build system, but we do not enforce
+# it on the useflags since this just blocks emerging pointlessly:
+#  openmp? ( !threads )
+
+RDEPEND="
+   app-arch/bzip2[${MULTILIB_USEDEP}]
+   dev-libs/protobuf:=[${MULTILIB_USEDEP}]
+   sys-libs/zlib[${MULTILIB_USEDEP}]
+   cuda? ( dev-util/nvidia-cuda-toolkit:0= )
+   contribhdf? ( sci-libs/hdf5:= )
+   contribfreetype? (
+   media-libs/freetype:2[${MULTILIB_USEDEP}]
+   media-libs/harfbuzz:=[${MULTILIB_USEDEP}]
+   )
+   contribovis? ( dev-games/ogre:0/1.12 )
+   ffmpeg? ( media-video/ffmpeg:0=[${MULTILIB_USEDEP}] )
+   gdal? ( sci-libs/gdal:= )
+   gflags? ( dev-cpp/gflags:=[${MULTILIB_USEDEP}] )
+   glog? ( dev-cpp/glog:=[${MULTILIB_USEDEP}] )
+   gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
+   gstreamer? (
+   media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
+   media-libs/gst-plugins-base:1.0[${MULTILIB_USEDEP}]
+   )
+ 

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

2023-08-21 Thread Sam James
commit: bedb111ce58f3440b354edeaec5aefb11b5d172d
Author: Holger Hoffstätte  applied-asynchrony  com>
AuthorDate: Mon Aug 21 19:31:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 19:53:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedb111c

dev-util/sysdig: clean up old

Signed-off-by: Holger Hoffstätte  applied-asynchrony.com>
Signed-off-by: Sam James  gentoo.org>

 dev-util/sysdig/sysdig-0.29.3.ebuild | 88 
 1 file changed, 88 deletions(-)

diff --git a/dev-util/sysdig/sysdig-0.29.3.ebuild 
b/dev-util/sysdig/sysdig-0.29.3.ebuild
deleted file mode 100644
index 83dacb21b23f..
--- a/dev-util/sysdig/sysdig-0.29.3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( luajit )
-
-inherit bash-completion-r1 cmake lua-single
-
-DESCRIPTION="A system exploration and troubleshooting tool"
-HOMEPAGE="https://sysdig.com/";
-
-# For now we need to bump this version of falcosecurity/libs manually;
-# check the used git revision in /cmake/modules/falcosecurity-libs.cmake
-LIBS_COMMIT="e5c53d648f3c4694385bbe488e7d47eaa36c229a"
-
-SRC_URI="https://github.com/draios/sysdig/archive/${PV}.tar.gz -> ${P}.tar.gz
-   https://github.com/falcosecurity/libs/archive/${LIBS_COMMIT}.tar.gz -> 
falcosecurity-libs-${LIBS_COMMIT}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="+modules"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}
-   app-misc/jq
-   dev-cpp/tbb:=
-   dev-cpp/yaml-cpp:=
-   dev-libs/libb64:=
-   dev-libs/openssl:=
-   dev-libs/protobuf:=
-   net-dns/c-ares:=
-   net-libs/grpc:=
-   net-misc/curl
-   sys-libs/ncurses:=
-   sys-libs/zlib:="
-
-DEPEND="${RDEPEND}
-   dev-cpp/nlohmann_json
-   dev-cpp/valijson
-   virtual/os-headers"
-
-# for now pin the driver to the same ebuild version
-PDEPEND="modules? ( =dev-util/scap-driver-${PV}* )"
-
-src_prepare() {
-   sed -i -e 's:-ggdb::' CMakeLists.txt || die
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   # don't build driver
-   -DBUILD_DRIVER=OFF
-
-   # libscap examples are not installed or really useful
-   -DBUILD_LIBSCAP_EXAMPLES=OFF
-
-   # point to the falcosecurity-libs tree
-   -DFALCOSECURITY_LIBS_SOURCE_DIR="${WORKDIR}"/libs-${LIBS_COMMIT}
-
-   # explicitly set version
-   -DSYSDIG_VERSION=${PV}
-
-   # unbundle the deps
-   -DUSE_BUNDLED_DEPS=OFF
-
-   # add valijson include path to prevent downloading
-   -DVALIJSON_INCLUDE="${ESYSROOT}"/usr/include
-
-   # enable chisels
-   -DWITH_CHISEL=ON
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-
-   # remove driver headers
-   rm -r "${ED}"/usr/src || die
-
-   # move bashcomp to the proper location
-   dobashcomp "${ED}"/usr/etc/bash_completion.d/sysdig || die
-   rm -r "${ED}"/usr/etc || die
-}



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

2023-08-21 Thread Sam James
commit: c9f22ce393892429b283466d8d21728ef36f7c5b
Author: Holger Hoffstätte  applied-asynchrony  com>
AuthorDate: Mon Aug 21 19:32:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 19:53:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f22ce3

dev-util/sysdig: enforce -std=c++14

Closes: https://bugs.gentoo.org/912774
Signed-off-by: Holger Hoffstätte  applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/32404
Signed-off-by: Sam James  gentoo.org>

 dev-util/sysdig/sysdig-0.29.3-r2.ebuild | 96 +
 1 file changed, 96 insertions(+)

diff --git a/dev-util/sysdig/sysdig-0.29.3-r2.ebuild 
b/dev-util/sysdig/sysdig-0.29.3-r2.ebuild
new file mode 100644
index ..d5198a4305c4
--- /dev/null
+++ b/dev-util/sysdig/sysdig-0.29.3-r2.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( luajit )
+
+inherit bash-completion-r1 cmake lua-single
+
+DESCRIPTION="A system exploration and troubleshooting tool"
+HOMEPAGE="https://sysdig.com/";
+
+# For now we need to bump this version of falcosecurity/libs manually;
+# check the used git revision in /cmake/modules/falcosecurity-libs.cmake
+LIBS_COMMIT="e5c53d648f3c4694385bbe488e7d47eaa36c229a"
+
+SRC_URI="https://github.com/draios/sysdig/archive/${PV}.tar.gz -> ${P}.tar.gz
+   https://github.com/falcosecurity/libs/archive/${LIBS_COMMIT}.tar.gz -> 
falcosecurity-libs-${LIBS_COMMIT}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+modules"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="${LUA_DEPS}
+   app-misc/jq
+   dev-cpp/tbb:=
+   dev-cpp/yaml-cpp:=
+   dev-libs/libb64:=
+   dev-libs/openssl:=
+   dev-libs/protobuf:=
+   net-dns/c-ares:=
+   net-libs/grpc:=
+   net-misc/curl
+   sys-libs/ncurses:=
+   sys-libs/zlib:="
+
+DEPEND="${RDEPEND}
+   dev-cpp/nlohmann_json
+   dev-cpp/valijson
+   virtual/os-headers"
+
+# for now pin the driver to the same ebuild version
+PDEPEND="modules? ( =dev-util/scap-driver-${PV}* )"
+
+src_prepare() {
+   # manually apply patch to falcosecurity-libs dependency
+   pushd "${WORKDIR}" && \
+   eapply -p0 "${FILESDIR}/${PV}-libs-gcc13.patch" && \
+   popd
+
+   # force C++14 standard for libs & main
+   sed -i -e 's:-std=c++0x:-std=c++14:' 
"${WORKDIR}"/libs-${LIBS_COMMIT}/cmake/modules/CompilerFlags.cmake || die
+   sed -i -e 's:-std=c++0x:-std=c++14:' -e 's:-ggdb::'  CMakeLists.txt || 
die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   # don't build driver
+   -DBUILD_DRIVER=OFF
+
+   # libscap examples are not installed or really useful
+   -DBUILD_LIBSCAP_EXAMPLES=OFF
+
+   # point to the falcosecurity-libs tree
+   -DFALCOSECURITY_LIBS_SOURCE_DIR="${WORKDIR}"/libs-${LIBS_COMMIT}
+
+   # explicitly set version
+   -DSYSDIG_VERSION=${PV}
+
+   # unbundle the deps
+   -DUSE_BUNDLED_DEPS=OFF
+
+   # add valijson include path to prevent downloading
+   -DVALIJSON_INCLUDE="${ESYSROOT}"/usr/include
+
+   # enable chisels
+   -DWITH_CHISEL=ON
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   # remove driver headers
+   rm -r "${ED}"/usr/src || die
+
+   # move bashcomp to the proper location
+   dobashcomp "${ED}"/usr/etc/bash_completion.d/sysdig || die
+   rm -r "${ED}"/usr/etc || die
+}



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

2023-08-21 Thread Andreas Sturmlechner
commit: a8816a50e5a0f7139135fc6bcbdc18bd85622fc3
Author: Guillermo Joandet  gmail  com>
AuthorDate: Mon Aug 14 14:56:06 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 21 19:48:14 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8816a50

kde-apps/krfb: Prepare for sys-apps/xdg-desktop-portal w/o screencast

See also: https://github.com/gentoo/gentoo/pull/32180

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

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

diff --git a/kde-apps/krfb/krfb-23.08.0.ebuild 
b/kde-apps/krfb/krfb-23.08.0.ebuild
index d73c94e6c2..90af66095a 100644
--- a/kde-apps/krfb/krfb-23.08.0.ebuild
+++ b/kde-apps/krfb/krfb-23.08.0.ebuild
@@ -54,7 +54,7 @@ DEPEND="${COMMON_DEPEND}
wayland? ( >=dev-libs/plasma-wayland-protocols-1.5.0 )
 "
 RDEPEND="${COMMON_DEPEND}
-   wayland? ( sys-apps/xdg-desktop-portal[screencast] )
+   wayland? ( sys-apps/xdg-desktop-portal[screencast(+)] )
 "
 BDEPEND="wayland? ( >=dev-qt/qtwaylandscanner-${QTMIN}:5 )"
 

diff --git a/kde-apps/krfb/krfb-23.08.49..ebuild 
b/kde-apps/krfb/krfb-23.08.49..ebuild
index 2bbf6f75da..c8bd5db36f 100644
--- a/kde-apps/krfb/krfb-23.08.49..ebuild
+++ b/kde-apps/krfb/krfb-23.08.49..ebuild
@@ -54,7 +54,7 @@ DEPEND="${COMMON_DEPEND}
wayland? ( >=dev-libs/plasma-wayland-protocols-1.5.0 )
 "
 RDEPEND="${COMMON_DEPEND}
-   wayland? ( sys-apps/xdg-desktop-portal[screencast] )
+   wayland? ( sys-apps/xdg-desktop-portal[screencast(+)] )
 "
 BDEPEND="wayland? ( >=dev-qt/qtwaylandscanner-${QTMIN}:5 )"
 

diff --git a/kde-apps/krfb/krfb-.ebuild b/kde-apps/krfb/krfb-.ebuild
index 2bbf6f75da..c8bd5db36f 100644
--- a/kde-apps/krfb/krfb-.ebuild
+++ b/kde-apps/krfb/krfb-.ebuild
@@ -54,7 +54,7 @@ DEPEND="${COMMON_DEPEND}
wayland? ( >=dev-libs/plasma-wayland-protocols-1.5.0 )
 "
 RDEPEND="${COMMON_DEPEND}
-   wayland? ( sys-apps/xdg-desktop-portal[screencast] )
+   wayland? ( sys-apps/xdg-desktop-portal[screencast(+)] )
 "
 BDEPEND="wayland? ( >=dev-qt/qtwaylandscanner-${QTMIN}:5 )"
 



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

2023-08-21 Thread Andreas Sturmlechner
commit: 931b005b3132eec840379d7f63e442f7839fc312
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 21 19:48:51 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 21 19:48:51 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=931b005b

Documentation: Update CONTRIBUTORS

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

 Documentation/CONTRIBUTORS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/CONTRIBUTORS b/Documentation/CONTRIBUTORS
index d7c2c9b61f..9f9562d0ef 100644
--- a/Documentation/CONTRIBUTORS
+++ b/Documentation/CONTRIBUTORS
@@ -56,6 +56,7 @@ Friedrich Kröner 
 George Kiagiadakis 
 Georgy Yakovlev 
 Giorgos Tsiapaliwkas 
+Guillermo Joandet 
 Gustaw Smolarczyk 
 Ian Delaney 
 Ian Whyman 



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

2023-08-21 Thread Sam James
commit: 2e997de2a4ac458cf73f4accc2caba27dac7bbba
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 19:37:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 19:38:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e997de2

dev-libs/libksba: switch to out-of-source builds

Upstream don't support in-source builds.

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

 dev-libs/libksba/libksba-1.6.4-r1.ebuild | 62 
 1 file changed, 62 insertions(+)

diff --git a/dev-libs/libksba/libksba-1.6.4-r1.ebuild 
b/dev-libs/libksba/libksba-1.6.4-r1.ebuild
new file mode 100644
index ..d3944853b9a8
--- /dev/null
+++ b/dev-libs/libksba/libksba-1.6.4-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Maintainers should:
+# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/
+# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159
+# (find the one for the current release then subscribe to it +
+# any subsequent ones linked within so you're covered for a while.)
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc
+# in-source builds are not supported: https://dev.gnupg.org/T6313#166339
+inherit toolchain-funcs out-of-source verify-sig libtool
+
+DESCRIPTION="X.509 and CMS (PKCS#7) library"
+HOMEPAGE="https://www.gnupg.org/related_software/libksba";
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+SRC_URI+=" verify-sig? ( mirror://gnupg/${PN}/${P}.tar.bz2.sig )"
+
+LICENSE="LGPL-3+ GPL-2+ GPL-3"
+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"
+IUSE="static-libs"
+
+RDEPEND=">=dev-libs/libgpg-error-1.33"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   sys-devel/bison
+   verify-sig? ( sec-keys/openpgp-keys-gnupg )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.6.0-no-fgrep-ksba-config.patch
+)
+
+src_prepare() {
+   default
+
+   elibtoolize  # necessary on Solaris for shared lib support
+}
+
+my_src_configure() {
+   export CC_FOR_BUILD="$(tc-getBUILD_CC)"
+
+   local myeconfargs=(
+   --disable-valgrind-tests
+   $(use_enable static-libs static)
+
+   GPG_ERROR_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-gpg-error-config"
+   LIBGCRYPT_CONFIG="${ESYSROOT}/usr/bin/${CHOST}-libgcrypt-config"
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+my_src_install() {
+   default
+
+   # People need to use ksba-config for --cflags and --libs
+   find "${ED}" -type f -name '*.la' -delete || die
+}



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

2023-08-21 Thread William Hubbs
commit: 75bd641171e8ff01b1abbe641fa39d713cfa3aa9
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:35:30 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75bd6411

sys-cluster/kube-apiserver: stabilize 1.25.12 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.25.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.25.12.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.25.12.ebuild
index 467da4d39d0b..732d08517b60 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.25.12.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.25.12.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="



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

2023-08-21 Thread William Hubbs
commit: c5bea44c4bbb98b8c59a4b355d136685823c8f8c
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:36:37 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5bea44c

sys-cluster/kube-proxy: stabilize 1.26.7 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.26.7.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.26.7.ebuild
index c2bf8bb7da7f..15ea2dcb 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.26.7.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.26.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2023-08-21 Thread William Hubbs
commit: f96b80fd75b921d2e7c66fb665b8f173f587bc80
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:37:12 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96b80fd

sys-cluster/kube-controller-manager: stabilize 1.27.4 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.27.4.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.4.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.4.ebuild
index dc4ca2df138b..dff13deb18dc 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.4.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.27.4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



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

2023-08-21 Thread William Hubbs
commit: 992a643587898d005ca796d89921b980315d744a
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:37:17 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992a6435

sys-cluster/kube-proxy: stabilize 1.27.4 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.27.4.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.27.4.ebuild
index ea991ff91e56..334b1e38e138 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.27.4.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.27.4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools"



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

2023-08-21 Thread William Hubbs
commit: 4379fd5dca7bd46bd45c97d3cc8ba803d841f0f6
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:37:11 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4379fd5d

sys-cluster/kube-apiserver: stabilize 1.27.4 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.27.4.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.27.4.ebuild
index 4385ac330a7d..914f0e96f092 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.27.4.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.27.4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="



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

2023-08-21 Thread William Hubbs
commit: 9deb27edf456305da1ecbc8d56322292827dbece
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:37:14 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9deb27ed

sys-cluster/kubectl: stabilize 1.27.4 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/kubectl-1.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubectl/kubectl-1.27.4.ebuild 
b/sys-cluster/kubectl/kubectl-1.27.4.ebuild
index ffa067f3b06c..922515b4f335 100644
--- a/sys-cluster/kubectl/kubectl-1.27.4.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.27.4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 BDEPEND=">=dev-lang/go-1.20"



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

2023-08-21 Thread William Hubbs
commit: a1bb3a3191cd6a4bdfde80792a0c539af0231d02
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:36:39 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bb3a31

sys-cluster/kube-scheduler: stabilize 1.26.7 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.26.7.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.26.7.ebuild
index b9b95df178b2..524876afc4d5 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.26.7.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.26.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



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

2023-08-21 Thread William Hubbs
commit: c3c254fb9ea73538b7506f9dce7e8cef030c8c48
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:37:15 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3c254fb

sys-cluster/kubelet: stabilize 1.27.4 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/kubelet-1.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubelet/kubelet-1.27.4.ebuild 
b/sys-cluster/kubelet/kubelet-1.27.4.ebuild
index cd8a1735b583..9df9f88e3411 100644
--- a/sys-cluster/kubelet/kubelet-1.27.4.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.27.4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.20"



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

2023-08-21 Thread William Hubbs
commit: 9eeda0e39460b383fda0a37f466e13784e137044
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:37:18 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eeda0e3

sys-cluster/kube-scheduler: stabilize 1.27.4 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.27.4.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.27.4.ebuild
index 038445235f63..e17d60692ecd 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.27.4.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.27.4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



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

2023-08-21 Thread William Hubbs
commit: 656b4ad350078be95ce95018700a06f62fcf647a
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:37:09 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=656b4ad3

sys-cluster/kubeadm: stabilize 1.27.4 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/kubeadm-1.27.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubeadm/kubeadm-1.27.4.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.27.4.ebuild
index 6a547029ab05..c57918acdc39 100644
--- a/sys-cluster/kubeadm/kubeadm-1.27.4.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.27.4.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.20"



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

2023-08-21 Thread William Hubbs
commit: 725282e2f2c60edc4212bb3722f33d1103b28927
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:36:34 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725282e2

sys-cluster/kubectl: stabilize 1.26.7 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/kubectl-1.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubectl/kubectl-1.26.7.ebuild 
b/sys-cluster/kubectl/kubectl-1.26.7.ebuild
index 0a6d3b7c65b8..da2fb28a9977 100644
--- a/sys-cluster/kubectl/kubectl-1.26.7.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.26.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 BDEPEND=">=dev-lang/go-1.19"



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

2023-08-21 Thread William Hubbs
commit: 41a8b65b1762346e92e9fd18eff447770aed9fba
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:36:36 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a8b65b

sys-cluster/kubelet: stabilize 1.26.7 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/kubelet-1.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubelet/kubelet-1.26.7.ebuild 
b/sys-cluster/kubelet/kubelet-1.26.7.ebuild
index ea082c4400a5..cff3013eb950 100644
--- a/sys-cluster/kubelet/kubelet-1.26.7.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.26.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.19"



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

2023-08-21 Thread William Hubbs
commit: 9fd48e30338045a49bf656b81eb63f1b98acd8f8
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:36:30 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd48e30

sys-cluster/kubeadm: stabilize 1.26.7 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/kubeadm-1.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubeadm/kubeadm-1.26.7.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.26.7.ebuild
index f9b83313a772..c428b054727b 100644
--- a/sys-cluster/kubeadm/kubeadm-1.26.7.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.26.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.19"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2023-08-21 Thread William Hubbs
commit: 8603a45c94ed381bc72021a5c3505eaaa32d579c
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:36:33 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8603a45c

sys-cluster/kube-controller-manager: stabilize 1.26.7 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.26.7.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.26.7.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.26.7.ebuild
index c4863b6e8840..a5b017f18d03 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.26.7.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.26.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



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

2023-08-21 Thread William Hubbs
commit: 3bba47680019e97e0fa93091d86c388e1f6108f3
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:35:38 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bba4768

sys-cluster/kube-scheduler: stabilize 1.25.12 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.25.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.25.12.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.25.12.ebuild
index b9b95df178b2..524876afc4d5 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.25.12.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.25.12.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



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

2023-08-21 Thread William Hubbs
commit: 758be9633bd33e848a8adf23d1202ed73b895e1c
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:35:36 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758be963

sys-cluster/kube-proxy: stabilize 1.25.12 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.25.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.25.12.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.25.12.ebuild
index c2bf8bb7da7f..15ea2dcb 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.25.12.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.25.12.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools"



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

2023-08-21 Thread William Hubbs
commit: 92ba111a8b347d8ff1339054d5c6e86264907eb8
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:36:31 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ba111a

sys-cluster/kube-apiserver: stabilize 1.26.7 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.26.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.26.7.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.26.7.ebuild
index 467da4d39d0b..732d08517b60 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.26.7.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.26.7.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="



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

2023-08-21 Thread William Hubbs
commit: 8df80b5e89225b408c7473dbac38f6ab162ba0ae
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:35:33 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df80b5e

sys-cluster/kubectl: stabilize 1.25.12 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/kubectl-1.25.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubectl/kubectl-1.25.12.ebuild 
b/sys-cluster/kubectl/kubectl-1.25.12.ebuild
index 0a6d3b7c65b8..da2fb28a9977 100644
--- a/sys-cluster/kubectl/kubectl-1.25.12.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.25.12.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 BDEPEND=">=dev-lang/go-1.19"



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

2023-08-21 Thread William Hubbs
commit: 2cc9465e2f9f15aac4542079212437d3426ae3a2
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:35:35 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc9465e

sys-cluster/kubelet: stabilize 1.25.12 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/kubelet-1.25.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubelet/kubelet-1.25.12.ebuild 
b/sys-cluster/kubelet/kubelet-1.25.12.ebuild
index ea082c4400a5..cff3013eb950 100644
--- a/sys-cluster/kubelet/kubelet-1.25.12.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.25.12.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.19"



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2023-08-21 Thread William Hubbs
commit: e1d994cda0bb71de487a647a06068d96576c60e7
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:35:32 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d994cd

sys-cluster/kube-controller-manager: stabilize 1.25.12 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.25.12.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.25.12.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.25.12.ebuild
index c4863b6e8840..a5b017f18d03 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.25.12.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.25.12.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



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

2023-08-21 Thread William Hubbs
commit: 0398c2f00a30bfca8265371ecbad97f668735db2
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:35:29 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:37:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0398c2f0

sys-cluster/kubeadm: stabilize 1.25.12 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/kubeadm-1.25.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubeadm/kubeadm-1.25.12.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.25.12.ebuild
index f9b83313a772..c428b054727b 100644
--- a/sys-cluster/kubeadm/kubeadm-1.25.12.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.25.12.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.19"



[gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/, kde-apps/marble/files/

2023-08-21 Thread Andreas Sturmlechner
commit: 384f80153eacb97f62b8374dad7b201adc1dbcad
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 21 19:22:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 21 19:35:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384f8015

kde-apps/marble: Fix build against >=dev-libs/protobuf-23.3

Bug: https://bugs.gentoo.org/909081
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../marble-23.04.3-cxx17-for-protobuf-23.patch | 29 ++
 kde-apps/marble/marble-23.04.3.ebuild  |  2 ++
 2 files changed, 31 insertions(+)

diff --git a/kde-apps/marble/files/marble-23.04.3-cxx17-for-protobuf-23.patch 
b/kde-apps/marble/files/marble-23.04.3-cxx17-for-protobuf-23.patch
new file mode 100644
index ..b03f800bf19d
--- /dev/null
+++ b/kde-apps/marble/files/marble-23.04.3-cxx17-for-protobuf-23.patch
@@ -0,0 +1,29 @@
+From dea7bb66fb0b89990c2ca69606d51f02af6c4cf1 Mon Sep 17 00:00:00 2001
+From: Albert Astals Cid 
+Date: Tue, 11 Jul 2023 23:31:01 +0200
+Subject: [PATCH] Require C++17
+
+Newer protobuf will fail to compile without C++17
+---
+ CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c6d0e47ac0..b779501047 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -32,9 +32,9 @@ if ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU" OR 
"${CMAKE_C_COMPILER_ID}" STREQUAL
+ set(CMAKE_C_FLAGS   "${CMAKE_C_FLAGS} -std=iso9899:1990")
+ endif()
+ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR "${CMAKE_CXX_COMPILER_ID}" 
STREQUAL "Clang")
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
+ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel" AND NOT WIN32)
+-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
+ endif()
+ # Default to hidden visibility for symbols
+ set(CMAKE_C_VISIBILITY_PRESET hidden)
+-- 
+GitLab
+

diff --git a/kde-apps/marble/marble-23.04.3.ebuild 
b/kde-apps/marble/marble-23.04.3.ebuild
index a79dff3c4856..3aeec198fe42 100644
--- a/kde-apps/marble/marble-23.04.3.ebuild
+++ b/kde-apps/marble/marble-23.04.3.ebuild
@@ -64,6 +64,8 @@ BDEPEND="
aprs? ( dev-lang/perl )
 "
 
+PATCHES=( "${FILESDIR}/${P}-cxx17-for-protobuf-23.patch" ) # bug 909081, in 
23.08.0
+
 src_prepare() {
ecm_src_prepare
 



[gentoo-commits] repo/gentoo:master commit in: dev-libs/kosmindoormap/files/, dev-libs/kosmindoormap/

2023-08-21 Thread Andreas Sturmlechner
commit: e1b78fe7fbe91f171bf2ff36af6b345913ca80e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 21 19:27:41 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 21 19:35:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1b78fe7

dev-libs/kosmindoormap: Fix build against >=dev-libs/protobuf-23.3

Bug: https://bugs.gentoo.org/909081
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kosmindoormap-23.04.3-protobuf-23-1.patch  | 31 +++
 .../kosmindoormap-23.04.3-protobuf-23-2.patch  | 35 ++
 .../kosmindoormap/kosmindoormap-23.04.3.ebuild |  2 ++
 3 files changed, 68 insertions(+)

diff --git 
a/dev-libs/kosmindoormap/files/kosmindoormap-23.04.3-protobuf-23-1.patch 
b/dev-libs/kosmindoormap/files/kosmindoormap-23.04.3-protobuf-23-1.patch
new file mode 100644
index ..427abde08a81
--- /dev/null
+++ b/dev-libs/kosmindoormap/files/kosmindoormap-23.04.3-protobuf-23-1.patch
@@ -0,0 +1,31 @@
+From eac8c57528b5ef8e694df4072ed7a60be799c270 Mon Sep 17 00:00:00 2001
+From: Antonio Rojas 
+Date: Wed, 5 Jul 2023 16:16:02 +0200
+Subject: [PATCH] Use protobuf's cmake config if available
+
+---
+ CMakeLists.txt | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 466c9add..da9881cd 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -73,7 +73,13 @@ find_package(BISON REQUIRED)
+ set_package_properties(BISON PROPERTIES PURPOSE "MapCSS parser for indoor map 
rendering.")
+ 
+ if (NOT WIN32)
+-find_package(Protobuf)
++# try upstream cmake config first
++set(protobuf_MODULE_COMPATIBLE ON)
++find_package(Protobuf CONFIG)
++if(NOT Protobuf_FOUND)
++# fall back to cmake's protobuf module
++   find_package(Protobuf)
++endif()
+ set_package_properties(Protobuf PROPERTIES TYPE OPTIONAL PURPOSE "Parsing 
of OSM PBF files.")
+ endif()
+ 
+-- 
+GitLab
+

diff --git 
a/dev-libs/kosmindoormap/files/kosmindoormap-23.04.3-protobuf-23-2.patch 
b/dev-libs/kosmindoormap/files/kosmindoormap-23.04.3-protobuf-23-2.patch
new file mode 100644
index ..965a8a9d82de
--- /dev/null
+++ b/dev-libs/kosmindoormap/files/kosmindoormap-23.04.3-protobuf-23-2.patch
@@ -0,0 +1,35 @@
+From 6dfceab2bacef67ea27b4d1045100b6e0d2be430 Mon Sep 17 00:00:00 2001
+From: Antonio Rojas 
+Date: Wed, 5 Jul 2023 14:00:29 +0200
+Subject: [PATCH] Use protobuf cmake targets instead of variables
+
+Makes it compatible with protobuf's upstream cmake config, which is required 
for protobuf>=22 as the cmake provided module is broken with it.
+---
+ src/osm/io/CMakeLists.txt | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/osm/io/CMakeLists.txt b/src/osm/io/CMakeLists.txt
+index bf1d02c9..ec95f7e5 100644
+--- a/src/osm/io/CMakeLists.txt
 b/src/osm/io/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ # SPDX-FileCopyrightText: 2020-2022 Volker Krause 
+ # SPDX-License-Identifier: BSD-2-Clause
+ 
+-if (Protobuf_FOUND AND Protobuf_PROTOC_EXECUTABLE)
++if (Protobuf_FOUND AND TARGET protobuf::protoc)
+ PROTOBUF_GENERATE_CPP(pbf_srcs pbf_hdrs
+ ../pbf/fileformat.proto
+ ../pbf/osmformat.proto
+@@ -19,7 +19,7 @@ if (Protobuf_FOUND AND Protobuf_PROTOC_EXECUTABLE)
+ set_target_properties(KOSM_pbfioplugin PROPERTIES 
POSITION_INDEPENDENT_CODE ON)
+ target_link_libraries(KOSM_pbfioplugin
+ PUBLIC KOSM
+-PRIVATE ${Protobuf_LIBRARIES} ZLIB::ZLIB
++PRIVATE protobuf::libprotobuf ZLIB::ZLIB
+ )
+ endif()
+ 
+-- 
+GitLab
+

diff --git a/dev-libs/kosmindoormap/kosmindoormap-23.04.3.ebuild 
b/dev-libs/kosmindoormap/kosmindoormap-23.04.3.ebuild
index 7d84056f235e..a6f7915d7011 100644
--- a/dev-libs/kosmindoormap/kosmindoormap-23.04.3.ebuild
+++ b/dev-libs/kosmindoormap/kosmindoormap-23.04.3.ebuild
@@ -38,6 +38,8 @@ BDEPEND="
sys-devel/flex
 "
 
+PATCHES=( "${FILESDIR}"/${P}-protobuf-23-{1,2}.patch ) # bug 909081, in 23.08.0
+
 src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_OsmTools=ON # we have no use for it



[gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/

2023-08-21 Thread Sam James
commit: ca649668d7ad5344f526f23f2f4158d7b8a2d59f
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 19:34:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 19:34:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca649668

app-crypt/gpgme: add 1.22.0

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

 app-crypt/gpgme/Manifest|   2 +
 app-crypt/gpgme/gpgme-1.22.0.ebuild | 166 
 2 files changed, 168 insertions(+)

diff --git a/app-crypt/gpgme/Manifest b/app-crypt/gpgme/Manifest
index 972170215581..29fcf773bc27 100644
--- a/app-crypt/gpgme/Manifest
+++ b/app-crypt/gpgme/Manifest
@@ -2,3 +2,5 @@ DIST gpgme-1.20.0.tar.bz2 1817377 BLAKE2B 
1dce0f32a29ece87f9e0f5c9da394fe3e3b651
 DIST gpgme-1.20.0.tar.bz2.sig 119 BLAKE2B 
2f623dae9bbfa68eab7433854b4357dbcb1412488cc347d9088b3da762f656467de6a57a9658e28789c2dfddbf8032aa7683c103e4daa4fdc35502a37c3efc3b
 SHA512 
7c4632aa7c3b31653046ede11afd49eef9986675196c64e2078d65f9fb732898a6f3e818de89f51056eaff5a4854e1f859151a90f1e124890d21219f8c30b3fa
 DIST gpgme-1.21.0.tar.bz2 1830113 BLAKE2B 
77000567fde5b78bf46352b25c81e7223506c00703360c87d3bd05afde29ef33d7f9f82e2dbe20f4e64bb6d99a0d8f442d88762d14a72b7ddabf5b38be62e130
 SHA512 
eb70813d22920d6d54459a4271259edf55d5833edfdd053551ca245521e06a8c19ed02dc93e0c53132a699e6d8c82499f50caf8e390af28468e3549470595b7d
 DIST gpgme-1.21.0.tar.bz2.sig 119 BLAKE2B 
ac19a5694e139be36ee9c6e28501d4a695166cfbc8f1561de7c7741a274f35cb0a67f779b5fc1ff58b5a11eeaa5e575c06233be65d01c40504efe16a759740ea
 SHA512 
8a471333fd0fc6da50990c3aed67900a6b183cde0fcc449d37435289d8f309c68555c741281c06af9740ac088ae0b4747263da1dfd23d90b050185706948b227
+DIST gpgme-1.22.0.tar.bz2 1717836 BLAKE2B 
6c03f4252391a114233fed284bf9eba03fa7b67328b506c01554fbd4239e0f3ede0bc79d82e9f21718084ca17945d628707d4451ac765a8f36d282e7e2d75f8e
 SHA512 
17053053fa885f01416433e43072ac716b5d5db0c3edf45b2d6e90e6384d127626e6ae3ce421abba8f449f5ca7e8963f3d62f3565d295847170bc998d1ec1a70
+DIST gpgme-1.22.0.tar.bz2.sig 119 BLAKE2B 
fde8892743e7658004d73d89dcb3899fd003ad9222fa47ec0beb29c507917936cd34ade58609cb44c8ed2d2dc0c8e4aba6ac73ed4789d2a375f79055d23c2349
 SHA512 
20468946e8247dd12991b25a599ee815b2627931fd3886c41b310eea51f058a51cd1584de2292241a225144bf9a1f18b70bb495cb34304879fc294fc95b220ea

diff --git a/app-crypt/gpgme/gpgme-1.22.0.ebuild 
b/app-crypt/gpgme/gpgme-1.22.0.ebuild
new file mode 100644
index ..8ae4f686b180
--- /dev/null
+++ b/app-crypt/gpgme/gpgme-1.22.0.ebuild
@@ -0,0 +1,166 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Maintainers should:
+# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/
+# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159
+# (find the one for the current release then subscribe to it +
+# any subsequent ones linked within so you're covered for a while.)
+
+DISTUTILS_EXT=1
+DISTUTILS_OPTIONAL=1
+PYTHON_COMPAT=( python3_{10..12} )
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc
+
+# in-source builds are not supported:
+# * https://dev.gnupg.org/T6313#166339
+# * https://dev.gnupg.org/T6673#174545
+inherit distutils-r1 libtool flag-o-matic out-of-source qmake-utils 
toolchain-funcs verify-sig
+
+DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
+HOMEPAGE="https://www.gnupg.org/related_software/gpgme";
+SRC_URI="
+   mirror://gnupg/gpgme/${P}.tar.bz2
+   verify-sig? ( mirror://gnupg/gpgme/${P}.tar.bz2.sig )
+"
+
+LICENSE="GPL-2 LGPL-2.1"
+# Please check ABI on each bump, even if SONAMEs didn't change: bug #833355
+# Use e.g. app-portage/iwdevtools integration with dev-libs/libabigail's 
abidiff.
+# Subslot: SONAME of each: 
+# Bump FUDGE if a release is made which breaks ABI without changing SONAME.
+# (Reset to 0 if FUDGE != 0 if libgpgme/libgpgmepp/libqpggme change.)
+SLOT="1/11.6.15.2"
+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"
+IUSE="common-lisp static-libs +cxx python qt5 test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )"
+
+# - On each bump, update dep bounds on each version from configure.ac!
+RDEPEND="
+   >=app-crypt/gnupg-2
+   >=dev-libs/libassuan-2.5.3:=
+   >=dev-libs/libgpg-error-1.36:=
+   >=dev-libs/libgpg-error-1.46-r1
+   python? ( ${PYTHON_DEPS} )
+   qt5? ( dev-qt/qtcore:5 )
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   qt5? ( dev-qt/qttest:5 )
+   )
+"
+#doc? ( app-doc/doxygen[dot] )
+BDEPEND="
+   python? ( dev-lang/swig )
+   verify-sig? ( sec-keys/openpgp-keys-gnupg )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.18.0-tests-start-stop-agent-use-command-v.patch
+)
+
+src_prepare() {
+   default
+
+   elibtoolize
+
+   # bug #6

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

2023-08-21 Thread William Hubbs
commit: 6a94d14d931cb2182f0dff8dfbd243ad7485c32e
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:34:15 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:34:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a94d14d

sys-cluster/kube-proxy: stabilize 1.24.15 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.24.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.24.15.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.24.15.ebuild
index 0cc8ca0574f5..d228a4990b81 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.24.15.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.24.15.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools"



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

2023-08-21 Thread William Hubbs
commit: 4cb645ad32a71a859ef5efb82b568476c3e8b154
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:34:17 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:34:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb645ad

sys-cluster/kube-scheduler: stabilize 1.24.15 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.24.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.24.15.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.24.15.ebuild
index 4d29f574fe61..25f887df0345 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.24.15.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.24.15.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



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

2023-08-21 Thread William Hubbs
commit: e76dba0f38eaeb110b7dd43d623ad77b5788c975
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:34:08 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:34:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e76dba0f

sys-cluster/kubeadm: stabilize 1.24.15 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/kubeadm-1.24.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubeadm/kubeadm-1.24.15.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.24.15.ebuild
index 9d1d7af21421..75b9826b1578 100644
--- a/sys-cluster/kubeadm/kubeadm-1.24.15.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.24.15.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened selinux"
 
 BDEPEND=">=dev-lang/go-1.18.1"



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

2023-08-21 Thread William Hubbs
commit: c49a69e082429d09ca22afdc9202556d03c27ff1
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Aug 21 19:34:12 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Aug 21 19:34:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49a69e0

sys-cluster/kubectl: stabilize 1.24.15 for amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/kubectl-1.24.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kubectl/kubectl-1.24.15.ebuild 
b/sys-cluster/kubectl/kubectl-1.24.15.ebuild
index cb0239165ac7..f5eaa1f9ddd8 100644
--- a/sys-cluster/kubectl/kubectl-1.24.15.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.24.15.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 BDEPEND=">=dev-lang/go-1.18.1"



  1   2   3   4   >