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

2023-08-26 Thread Viorel Munteanu
commit: 81b2d6a0a5d9d914498c79954938c1088831376a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Aug 27 05:58:21 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 27 05:58:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b2d6a0

app-admin/webapp-config: drop 1.55-r2

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

 .../webapp-config/webapp-config-1.55-r2.ebuild | 72 --
 1 file changed, 72 deletions(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r2.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
deleted file mode 100644
index daf5ce1eeff8..
--- a/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 prefix
-
-if [[ ${PV} = * ]]
-then
-   EGIT_REPO_URI="https://anongit.gentoo.org/proj/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-fi
-
-DESCRIPTION="Gentoo's installer for web-based applications"
-HOMEPAGE="https://sourceforge.net/projects/webapp-config/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+portage"
-
-DEPEND="app-text/xmlto
-   sys-apps/gentoo-functions"
-RDEPEND="
-   portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-   eprefixify WebappConfig/eprefix.py config/webapp-config
-}
-
-python_compile_all() {
-   emake -C doc/
-}
-
-python_test() {
-   PYTHONPATH="." "${EPYTHON}" WebappConfig/tests/external.py -v ||
-   die "Testing failed with ${EPYTHON}"
-}
-
-python_install() {
-   # According to this discussion:
-   # 
http://mail.python.org/pipermail/distutils-sig/2004-February/003713.html
-   # distutils does not provide for specifying two different script install
-   # locations. Since we only install one script here the following should
-   # be ok
-   distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
-}
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   insinto /etc/vhosts
-   doins config/webapp-config
-
-   keepdir /usr/share/webapps
-   keepdir /var/db/webapps
-
-   dodoc AUTHORS
-   doman doc/*.[58]
-}
-
-pkg_postinst() {
-   elog "Now that you have upgraded webapp-config, you **must** update 
your"
-   elog "config files in /etc/vhosts/webapp-config before you emerge any"
-   elog "packages that use webapp-config."
-}



[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/files/

2023-08-26 Thread Ionen Wolkens
commit: bfce5962f19f461c6a2c1f94064f7341dc60ba4e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Aug 27 05:24:40 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug 27 05:24:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfce5962

games-emulation/pcsx2: drop unused patch

Forgot this one was only in , so can clean it up now.

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

 .../pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch   | 8 
 1 file changed, 8 deletions(-)

diff --git 
a/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch 
b/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch
deleted file mode 100644
index 631e49b3bddf..
--- a/games-emulation/pcsx2/files/pcsx2-1.7.4943-system-libzip-zstd.patch
+++ /dev/null
@@ -1,8 +0,0 @@
 a/cmake/SearchForStuff.cmake
-+++ b/cmake/SearchForStuff.cmake
-@@ -181,2 +181,3 @@
--add_subdirectory(3rdparty/zstd EXCLUDE_FROM_ALL)
--add_subdirectory(3rdparty/libzip EXCLUDE_FROM_ALL)
-+pkg_check_modules(zstd REQUIRED IMPORTED_TARGET libzstd)
-+alias_library(Zstd::Zstd PkgConfig::zstd)
-+find_package(libzip REQUIRED)



[gentoo-commits] repo/gentoo:master commit in: games-emulation/pcsx2/

2023-08-26 Thread Ionen Wolkens
commit: a6344190b62e7ba9972dfc0d4beb135b6498d5ed
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Aug 27 04:35:04 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug 27 05:02:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6344190

games-emulation/pcsx2: update live, give up unbundling

We already had to go out of our way to unbundle a few extras, but
now upstream has removed all checks for alternatively using system
libraries (that someone had sent a PR for to add before) and this
is becoming too much of a pain to go against and very fragile.

May possibly revisit when it does a non-nightly release.

CMakeLists.txt set a very high lower bound on SDL2 for some reason,
but well, it's packaged.

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

 games-emulation/pcsx2/pcsx2-.ebuild | 99 ++---
 1 file changed, 5 insertions(+), 94 deletions(-)

diff --git a/games-emulation/pcsx2/pcsx2-.ebuild 
b/games-emulation/pcsx2/pcsx2-.ebuild
index f41481a3cf53..f2a78ab73686 100644
--- a/games-emulation/pcsx2/pcsx2-.ebuild
+++ b/games-emulation/pcsx2/pcsx2-.ebuild
@@ -9,26 +9,10 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git;
 else
-   HASH_FASTFLOAT=32d21dcecb404514f94fb58660b8029a4673c2c1
-   HASH_FMT=b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9
-   HASH_RCHEEVOS=31f8788fe0e694e99db7ce138d45a655c556fa96
-   HASH_GLSLANG=c9706bdda0ac22b9856f1aa8261e5b9e15cd20c5
-   HASH_VULKAN=9f4c61a31435a7a90a314fc68aeb386c92a09c0f
-   SRC_URI="
-   https://github.com/PCSX2/pcsx2/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz
-   
https://github.com/fastfloat/fast_float/archive/${HASH_FASTFLOAT}.tar.gz
-   -> ${PN}-fast_float-${HASH_FASTFLOAT::10}.tar.gz
-   https://github.com/fmtlib/fmt/archive/${HASH_FMT}.tar.gz
-   -> ${PN}-fmt-${HASH_FMT::10}.tar.gz
-   
https://github.com/RetroAchievements/rcheevos/archive/${HASH_RCHEEVOS}.tar.gz
-   -> ${PN}-rcheevos-${HASH_RCHEEVOS::10}.tar.gz
-   vulkan? (
-   
https://github.com/KhronosGroup/glslang/archive/${HASH_GLSLANG}.tar.gz
-   -> ${PN}-glslang-${HASH_GLSLANG::10}.tar.gz
-   
https://github.com/KhronosGroup/Vulkan-Headers/archive/${HASH_VULKAN}.tar.gz
-   -> 
${PN}-vulkan-headers-${HASH_VULKAN::10}.tar.gz
-   )
-   "
+   # formerly was attempting to unbundle most, but upstream dropped every
+   # checks for alternatively using system's and keeping this up has become
+   # unmaintainable, and to simplify now also using tarballs with 
submodules
+   SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz;
KEYWORDS="-* ~amd64"
 fi
 
@@ -47,16 +31,12 @@ RESTRICT="!test? ( test )"
 # dlopen: qtsvg, vulkan-loader, wayland
 COMMON_DEPEND="
app-arch/xz-utils
-   app-arch/zstd:=
-   dev-cpp/rapidyaml:=
dev-libs/libaio
-   dev-libs/libchdr
-   dev-libs/libzip:=[zstd]
dev-qt/qtbase:6[gui,network,widgets]
dev-qt/qtsvg:6
media-libs/libglvnd
media-libs/libpng:=
-   >=media-libs/libsdl2-2.0.22[haptic,joystick]
+   >=media-libs/libsdl2-2.28.2[haptic,joystick]
media-video/ffmpeg:=
net-libs/libpcap
net-misc/curl
@@ -80,7 +60,6 @@ RDEPEND="
 DEPEND="
${COMMON_DEPEND}
x11-base/xorg-proto
-   test? ( dev-cpp/gtest )
 "
 BDEPEND="
dev-qt/qttools:6[linguist]
@@ -98,59 +77,8 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.7.3468-cubeb-automagic.patch
"${FILESDIR}"/${PN}-1.7.3773-lto.patch
"${FILESDIR}"/${PN}-1.7.4667-flags.patch
-   "${FILESDIR}"/${PN}-1.7.4667-system-chdr.patch
-   "${FILESDIR}"/${PN}-1.7.4667-system-gtest.patch
-   "${FILESDIR}"/${PN}-1.7.4795-rapidyaml-0.5.patch
-   "${FILESDIR}"/${PN}-1.7.4943-system-libzip-zstd.patch
 )
 
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   local EGIT_SUBMODULES=(
-   # libfmt is volatile and upstream is unlikely to make 
fixes for
-   # latest system copy punctually (may revisit this 
eventually)
-   3rdparty/fmt/fmt
-
-   # has no build system and is not really setup for 
unbundling
-   3rdparty/rcheevos/rcheevos
-
-   # system rapidyaml is still used, but this uses another 
part
-   # of the source directly (fast_float) and so allow the 
submodule
-   # https://github.com/PCSX2/pcsx2/commit/af646e449
-   3rdparty/rapidyaml/rapidyaml
-   3rdparty/rapidyaml/rapidyaml/extern/c4core
-   

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-08-26 Thread Michał Górny
commit: a25ca07cbecbbbe0c2dab2e533092b1d6397222c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 17:17:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 02:54:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25ca07c

virtual/dist-kernel: Bump to 5.15.128

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

 virtual/dist-kernel/dist-kernel-5.15.128.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.15.128.ebuild 
b/virtual/dist-kernel/dist-kernel-5.15.128.ebuild
new file mode 100644
index ..11ff63e712b3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.15.128.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2023-08-26 Thread Michał Górny
commit: 25bf8ea64507102a1406aca93a3f6c4598e89790
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 27 02:53:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 02:54:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25bf8ea6

sys-kernel/gentoo-kernel-bin: Bump to 5.15.128

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-5.15.128.ebuild  | 127 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index ec810022e9c1..2c53bef80c08 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-201.base.tar.xz 5812032 BLAKE2B 
17e4a8b463e258f0548e3ccea5c
 DIST genpatches-5.10-201.extras.tar.xz 3868 BLAKE2B 
e2420ee9cfb3e2a928ca1cc5a87bb832f436c3fedb0f4f001975a48a058c69cedcd58f97e5c76758ab737681ced55fc214a537fdab9400b839673bdba6c697c4
 SHA512 
c719a63005ea809d9bdc5d4b01f1400db0419a28bd629843f2d339a6f08684b4876fdc0eaa09133b7853ed80201517439e04580618ceabb40484e952efe796a3
 DIST genpatches-5.15-133.base.tar.xz 5249652 BLAKE2B 
309acc807e07bfcbb34e0ae87618d6dbb76e6481699fc017f449e61a2518e96e1abaf43ffe32bb9f76786fbe8bad5607407be4a40dd8d26be484943d5b4afee1
 SHA512 
f0c689a808a7724cb4f30d697c22a0a089df3e0f837440b22b6c32672355b79898c8097810fa1e420e0f8c364f5a33b6c373db58b7c8caac8b67be763a820cea
 DIST genpatches-5.15-133.extras.tar.xz 3932 BLAKE2B 
b99e279af41ad1d19a58e8f9b1bbf392c805a46c371d7a022a65c0090b5824c6ce26280525a0c21feda2a5a5cfffcafc690a2194d29af6a44e10a9d4c923db8b
 SHA512 
7cd772a6feed01543305417ff03b834bb002821ccf254e7f5481623a7f16b0b54da5fc72c21f4ae3481308eaab08fcca8fc5103ffbed58dc4355cfb661f04f8e
+DIST genpatches-5.15-134.base.tar.xz 5282056 BLAKE2B 
f973657ec1cafc1e6cfa44b3fb2d8d07b33dedf7118811ff44afcd369991864667635aaaffd9d4abc9cfde5308bc32dcbf44097c1989511a9cd4ae4bd4392190
 SHA512 
e6d2fba989cc1d67a0d77526b9498f9d1214b2b3fa2210b17c58d7a4d47630a7d1ef1788d255082acd17e475997c12a007d8411ae5478f2cb2a34c7d4e2ffc60
+DIST genpatches-5.15-134.extras.tar.xz 3932 BLAKE2B 
e6d0b37360f85c3672cb4f56fcca5f649b3a5f9f81e64c7fca1b1e4691f2de4258fda7a262b44fa4a7b37e6af93d8f6869ad6b3b03d5184df25ed5aab24f2655
 SHA512 
677b4a0448bb8c618127c3fcd34ea752b788deb26f3e3a843847baf9c3396a3fbf10a8cfe105c825877e02e5fb13e81e6bef0c697180a5ade644b61e7d60e24d
 DIST genpatches-5.4-261.base.tar.xz 6100368 BLAKE2B 
1333f1a5aae4faabe031192eee4e491ab80c1e6291e542a99cf308295ed2301c93d74cd41e34fa10e1110710d26edcb9b4b132ee635cde5711b6474557601866
 SHA512 
4083c69df7ce9aa2e57eb69be4132689d10c95155c7608d6fc52f661abc1f0f9077f546016b3df32b8252777fff78af347af7022d18203aa8416ed83b68ef88b
 DIST genpatches-5.4-261.extras.tar.xz 1812 BLAKE2B 
fcc06d16147422b0ea123b116644539b3527e44bca78d46cf5795d44e42575c7017ec3b5c9dd566c5523e3b23f14b4d817846502d4ef353180c3a3c79caa4c2b
 SHA512 
5cc879a4333aa3e162a5da4bf118a12ae5694c2fb98f11f9e1eee57f91b707974d735c290790942a14b2df5bdf092f58d1cf03f7058aea6f8e588700ec185dbf
 DIST genpatches-6.1-52.base.tar.xz 3173368 BLAKE2B 
429b5bc3af457d91b9c178737e573d150e337859c0f07a25043c86b834829e749b92c57fa2d80b2acfe9864f916ebe77c830249be23391d6553f5469b1934708
 SHA512 
0f003893b6c24fa9bb79722d6d83edb25e77fff11a526f86052980ee175d6dd599784cfcc7ad82055de9663a178fb9de38a766cfe61fe17fbde696a5292f023f
@@ -22,6 +24,10 @@ DIST gentoo-kernel-5.15.127-1.amd64.gpkg.tar 69560320 
BLAKE2B 3d7cd889e605f38366
 DIST gentoo-kernel-5.15.127-1.arm64.gpkg.tar 62525440 BLAKE2B 
d98dad69fbb250ee49a5f41f69cc091c3fa1fa6968f7575e9b381a9437b98f09bcbe3f28b1497575aa9b0416bbcc2740c5b030582203cecf1e84d72658022dc0
 SHA512 
815c53bca0542e04436166fcd33e202a4edcf35d85add66d2ffb435918623c6b4e17b2ebd3bef302b7509c2c1ac71cf89f81408b52b722ce16e9c445fbd747c1
 DIST gentoo-kernel-5.15.127-1.ppc64le.gpkg.tar 57108480 BLAKE2B 
b8dc7368a0599f1f20c177bc6a9d4df2f3f0989cec52ae00212abd9cab7582f1530be1760e25590b8670e4fc12454b19e24d2edf3cbe855ae812b6ad932a443e
 SHA512 
36fd01948f6004817d83661a9bb39139945118c31668fa8aaa4fe2474dde588983b3f3a401a66025a91ca811cc1bc33c15b947d61e6b6c41189c18b4bf76a08b
 DIST gentoo-kernel-5.15.127-1.x86.gpkg.tar 59125760 BLAKE2B 
16057a0c4decf89ebeabe3d94cfedff811e6bbfe2a9f4ec80fd460a50d16b8fca5054d06573fb5fa795bbee172ea268611cf6c23ff1edb40f8c6703aabfe7eb7
 SHA512 
eea1444bf9848499021ba10c19bd68293572805903d7275e8346e074d5359d87c38f799db2b9e1b981fd3828da4c057705598cf10249a77adc9696faff290af2
+DIST gentoo-kernel-5.15.128-1.amd64.gpkg.tar 66304000 BLAKE2B 
b7672b2e0f5e0e63c18a8b54da7f1aa72c29fd998ab5a7711b22c4d49c9107fd539582f9484391779a5ac9fc0a48794b7b7545578736ab76443371648ecd966d
 SHA512 
73c32c912556440a0710186fa941fee20a8f9997bdc3e451ccab1afb1c7f56f7508a5543e2c6948fe14c8de597cfb7958252238cfbd250a25533659e4015978a
+DIST gentoo-kernel-5.15.128-1.arm64.gpkg.tar 59392000 BLAKE2B 

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

2023-08-26 Thread Michał Górny
commit: 9ddebca49b90a0a4d1acd272b58a1cacc60190e2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 17:17:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 02:54:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ddebca4

sys-kernel/gentoo-kernel: Bump to 5.15.128

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.15.128.ebuild| 141 +
 2 files changed, 143 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index a0ca201c8a2b..a1cbbdefe0a6 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -2,6 +2,8 @@ DIST genpatches-5.10-201.base.tar.xz 5812032 BLAKE2B 
17e4a8b463e258f0548e3ccea5c
 DIST genpatches-5.10-201.extras.tar.xz 3868 BLAKE2B 
e2420ee9cfb3e2a928ca1cc5a87bb832f436c3fedb0f4f001975a48a058c69cedcd58f97e5c76758ab737681ced55fc214a537fdab9400b839673bdba6c697c4
 SHA512 
c719a63005ea809d9bdc5d4b01f1400db0419a28bd629843f2d339a6f08684b4876fdc0eaa09133b7853ed80201517439e04580618ceabb40484e952efe796a3
 DIST genpatches-5.15-133.base.tar.xz 5249652 BLAKE2B 
309acc807e07bfcbb34e0ae87618d6dbb76e6481699fc017f449e61a2518e96e1abaf43ffe32bb9f76786fbe8bad5607407be4a40dd8d26be484943d5b4afee1
 SHA512 
f0c689a808a7724cb4f30d697c22a0a089df3e0f837440b22b6c32672355b79898c8097810fa1e420e0f8c364f5a33b6c373db58b7c8caac8b67be763a820cea
 DIST genpatches-5.15-133.extras.tar.xz 3932 BLAKE2B 
b99e279af41ad1d19a58e8f9b1bbf392c805a46c371d7a022a65c0090b5824c6ce26280525a0c21feda2a5a5cfffcafc690a2194d29af6a44e10a9d4c923db8b
 SHA512 
7cd772a6feed01543305417ff03b834bb002821ccf254e7f5481623a7f16b0b54da5fc72c21f4ae3481308eaab08fcca8fc5103ffbed58dc4355cfb661f04f8e
+DIST genpatches-5.15-134.base.tar.xz 5282056 BLAKE2B 
f973657ec1cafc1e6cfa44b3fb2d8d07b33dedf7118811ff44afcd369991864667635aaaffd9d4abc9cfde5308bc32dcbf44097c1989511a9cd4ae4bd4392190
 SHA512 
e6d2fba989cc1d67a0d77526b9498f9d1214b2b3fa2210b17c58d7a4d47630a7d1ef1788d255082acd17e475997c12a007d8411ae5478f2cb2a34c7d4e2ffc60
+DIST genpatches-5.15-134.extras.tar.xz 3932 BLAKE2B 
e6d0b37360f85c3672cb4f56fcca5f649b3a5f9f81e64c7fca1b1e4691f2de4258fda7a262b44fa4a7b37e6af93d8f6869ad6b3b03d5184df25ed5aab24f2655
 SHA512 
677b4a0448bb8c618127c3fcd34ea752b788deb26f3e3a843847baf9c3396a3fbf10a8cfe105c825877e02e5fb13e81e6bef0c697180a5ade644b61e7d60e24d
 DIST genpatches-5.4-261.base.tar.xz 6100368 BLAKE2B 
1333f1a5aae4faabe031192eee4e491ab80c1e6291e542a99cf308295ed2301c93d74cd41e34fa10e1110710d26edcb9b4b132ee635cde5711b6474557601866
 SHA512 
4083c69df7ce9aa2e57eb69be4132689d10c95155c7608d6fc52f661abc1f0f9077f546016b3df32b8252777fff78af347af7022d18203aa8416ed83b68ef88b
 DIST genpatches-5.4-261.extras.tar.xz 1812 BLAKE2B 
fcc06d16147422b0ea123b116644539b3527e44bca78d46cf5795d44e42575c7017ec3b5c9dd566c5523e3b23f14b4d817846502d4ef353180c3a3c79caa4c2b
 SHA512 
5cc879a4333aa3e162a5da4bf118a12ae5694c2fb98f11f9e1eee57f91b707974d735c290790942a14b2df5bdf092f58d1cf03f7058aea6f8e588700ec185dbf
 DIST genpatches-6.1-52.base.tar.xz 3173368 BLAKE2B 
429b5bc3af457d91b9c178737e573d150e337859c0f07a25043c86b834829e749b92c57fa2d80b2acfe9864f916ebe77c830249be23391d6553f5469b1934708
 SHA512 
0f003893b6c24fa9bb79722d6d83edb25e77fff11a526f86052980ee175d6dd599784cfcc7ad82055de9663a178fb9de38a766cfe61fe17fbde696a5292f023f

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.128.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.128.ebuild
new file mode 100644
index ..ad2d0803bd9c
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.128.ebuild
@@ -0,0 +1,141 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
+CONFIG_VER=5.15.19
+CONFIG_HASH=ec69da7a42b5b7c3da91572ef22097b069ddbd01
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> 

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

2023-08-26 Thread Michał Górny
commit: e06001b3daeb79c1b48ad0931672580e5b847f48
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 27 02:53:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 02:54:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06001b3

sys-kernel/gentoo-kernel-bin: Bump to 6.1.48

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   6 +
 .../gentoo-kernel-bin-6.1.48.ebuild| 127 +
 2 files changed, 133 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 405fa92af76f..ec810022e9c1 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-6.1-52.base.tar.xz 3173368 BLAKE2B 
429b5bc3af457d91b9c178737e573
 DIST genpatches-6.1-52.extras.tar.xz 3808 BLAKE2B 
6a67986309840e14bd4759c0aabb1af5d6b3653660d1a12d8706567470a28b3a56d5a09cbdd3df9068bed7a845206b5a81fca3a1be0ffe7122579d9b3ff63401
 SHA512 
0476ec7af5906dfd4dd48c96799568f8ed7d24d7d43717979e03a16219b732461e0afc7af1c5a4f528a08c4b5c2c35d249e81be1c6d0f854f7993da2e0c7aad3
 DIST genpatches-6.1-53.base.tar.xz 3225656 BLAKE2B 
d701a2920347788f343b14babfdd113b62b78218e8b19a5ee4f36d76b8571e697d9f3a3a9aa8364344e4d0ccaa60eccaab27b24036504b3ea1d011c4492a1eb2
 SHA512 
10aed454a5d7d7a763ec3008ceb17e30d989abcd76e1ca54d47b8946cf20a9de5991e09158a4e0b182ba58b41760a8de3bbd1979ff23fa9a84aa094c5c31094d
 DIST genpatches-6.1-53.extras.tar.xz 3812 BLAKE2B 
ad3b65af5b05947d20e1ecaaabd7304261310162c9ef679cba698712af55e7bc5b18ab1b69613a4442e38f362e34a9a1699408decd9016cfb4543c33ac97468a
 SHA512 
a813b49a8af0cf17e48a88475731b6349dfa49af90e16037528eebd55a80b3ecdb52805547a56003a463b00a4302a779c8fff23970d73f3393cde7f205e92d32
+DIST genpatches-6.1-54.base.tar.xz 3229684 BLAKE2B 
60e1d4729f621f5f9edd07d3cf4b61a6c14959379cedd634ec1cc492e8f68a9519ebc05b37978fb3c26c21525aac38ea455a5df98e39444fa8565e82e3d02869
 SHA512 
39e15559c44a613b73c012da1f7ee058de9b4ce04e30ebb98b308bb9252ebe36fde70888e0aa1879b6e13b1653029919ca8bffdb57b500181885e72aeef63c39
+DIST genpatches-6.1-54.extras.tar.xz 3812 BLAKE2B 
c8bd1937c8cfcfdcd0b8c52b947c694535e0375dcb31e8a7ec8426432ddb92a559e6e90b08b086552df6d822d2b26ee3afc6a8607bce820dc9741d169bf0579f
 SHA512 
85f99d0e347036dd5e23dbe11ce1a0ccab042a9bd6980d8ba6cf9fe5e0504ca207e99084b09b011e77dc1d0455e818db87c171cc3857b3e8bc025ab0746c46b1
 DIST genpatches-6.4-13.base.tar.xz 708424 BLAKE2B 
35ac10ca68775c9e9c5668e9d4a8764c6cc583f8ecbade54b6f1bb1e4ca41fee1d48f5e782a6ba271d0b2f710889aaefdb13c9e4bb437d4f91b05a3d7e464a2f
 SHA512 
5c3fa0b3c09b5298b4bf6542960e07d9c63875cc84821bbd6ef70556868f33a6aece33b9882b97cb9e32536ebfa536a71b9113e95b1b72b80c4f1348434e43c6
 DIST genpatches-6.4-13.extras.tar.xz 3696 BLAKE2B 
e2e9014e497de63eae5dc5d644e1ef27fc2fda99379b881af096874bf25f269212bbd811781f3fc63fa896285e78cb9c41717392e59bfa62c039dce58ed11f86
 SHA512 
ffa3f9043767ae00e18b1d5313df6312d179b0d9e2b224d7b1097cbdc9c48f56615a36425ae1fd00680caed085420e438deb4fd331a37cd4397a814e542d6fa0
 DIST genpatches-6.4-14.base.tar.xz 765548 BLAKE2B 
e1d9bc63a0d8bef9894b264ef4d8078bf57a3548548c08e75e699420731cdfdcf9df69ab6844a57563f24d806c96c27c9a158a7f6a1afa72bf8328ce60bc
 SHA512 
5ee620824e0c17146add7f9bfd1d3444e5eb497444c040dc0f06a7ba247e81fc30eb8c92896ed359c7192690f24a1c45bb3b767bc408e9430ad9c7095ca2be40
@@ -32,6 +34,10 @@ DIST gentoo-kernel-6.1.47-1.amd64.gpkg.tar 76830720 BLAKE2B 
913af5016feb6b2431b0
 DIST gentoo-kernel-6.1.47-1.arm64.gpkg.tar 69498880 BLAKE2B 
b607aaffb540ab776e11448ae623dc433366a39de99d64fc568b7b0905b4f329e7aea6f4bfd4b6cbc4334c2712b2d86126976692677e814a0ab4e9e39d87923b
 SHA512 
02b11a64e78acec9cc01fdc41339cad40564eda161285cf924c4c3b7576cd07979992a8b7588134583c58b4e6ae24cc60ce37946b80056653579be93fcbca6e3
 DIST gentoo-kernel-6.1.47-1.ppc64le.gpkg.tar 62853120 BLAKE2B 
139cc49ab4a51f75d3f4fe525e1d6b7174059775f754028710ef5c1614cca38ba70583cbe6e60f5bad80f20c085164474791855d49328c3eab90c7a94875ad40
 SHA512 
573c314515651b127e8ab74795dbfdd6e812b88849eb454e4e600c5bc30beb2102a17e4b89e369afe05e52cf7e11e7e6f8d597da49e75f2bb5a1b9213a9d9fd5
 DIST gentoo-kernel-6.1.47-1.x86.gpkg.tar 66242560 BLAKE2B 
8be8dc33b458c51ee6adbab3e6679ad9c0b4547ef096d8cd12e0a7c0619eb1773e7b8ef16d2c3dd5de38886012ea1bd74d001e2c3af0a2618d1cae95fbd1c25c
 SHA512 
88d556326f2634cf136a32f9b977783b85b99dc440cf3875cfb60d7b070d4cca5f75e2c60496805979333df8db9d74e2ba01683007427375eff4464b5c942259
+DIST gentoo-kernel-6.1.48-1.amd64.gpkg.tar 72499200 BLAKE2B 
875adc196d87d20f976830c07952e3869ace428f207d1917f87fb420f308ae317b4306d25b963e8b4534e58a1e96a000dd2386826c07568c70b6ad3eabfa9f62
 SHA512 
3690588ae0e6655cb3e2170e0440d1b8f62b6a1a20c639ed03591171f5ab8cd755c9b2d57b10193517d55516881b97dfc159d0a8abae2871801c7376d2b385a4
+DIST gentoo-kernel-6.1.48-1.arm64.gpkg.tar 65198080 BLAKE2B 

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

2023-08-26 Thread Michał Górny
commit: c7dde2021d598c6051a3b0b5a8ab7cc984bfed3e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 17:16:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 02:54:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7dde202

sys-kernel/gentoo-kernel: Bump to 6.1.48

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-6.1.48.ebuild  | 146 +
 2 files changed, 148 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 284b8bd07329..a0ca201c8a2b 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-6.1-52.base.tar.xz 3173368 BLAKE2B 
429b5bc3af457d91b9c178737e573
 DIST genpatches-6.1-52.extras.tar.xz 3808 BLAKE2B 
6a67986309840e14bd4759c0aabb1af5d6b3653660d1a12d8706567470a28b3a56d5a09cbdd3df9068bed7a845206b5a81fca3a1be0ffe7122579d9b3ff63401
 SHA512 
0476ec7af5906dfd4dd48c96799568f8ed7d24d7d43717979e03a16219b732461e0afc7af1c5a4f528a08c4b5c2c35d249e81be1c6d0f854f7993da2e0c7aad3
 DIST genpatches-6.1-53.base.tar.xz 3225656 BLAKE2B 
d701a2920347788f343b14babfdd113b62b78218e8b19a5ee4f36d76b8571e697d9f3a3a9aa8364344e4d0ccaa60eccaab27b24036504b3ea1d011c4492a1eb2
 SHA512 
10aed454a5d7d7a763ec3008ceb17e30d989abcd76e1ca54d47b8946cf20a9de5991e09158a4e0b182ba58b41760a8de3bbd1979ff23fa9a84aa094c5c31094d
 DIST genpatches-6.1-53.extras.tar.xz 3812 BLAKE2B 
ad3b65af5b05947d20e1ecaaabd7304261310162c9ef679cba698712af55e7bc5b18ab1b69613a4442e38f362e34a9a1699408decd9016cfb4543c33ac97468a
 SHA512 
a813b49a8af0cf17e48a88475731b6349dfa49af90e16037528eebd55a80b3ecdb52805547a56003a463b00a4302a779c8fff23970d73f3393cde7f205e92d32
+DIST genpatches-6.1-54.base.tar.xz 3229684 BLAKE2B 
60e1d4729f621f5f9edd07d3cf4b61a6c14959379cedd634ec1cc492e8f68a9519ebc05b37978fb3c26c21525aac38ea455a5df98e39444fa8565e82e3d02869
 SHA512 
39e15559c44a613b73c012da1f7ee058de9b4ce04e30ebb98b308bb9252ebe36fde70888e0aa1879b6e13b1653029919ca8bffdb57b500181885e72aeef63c39
+DIST genpatches-6.1-54.extras.tar.xz 3812 BLAKE2B 
c8bd1937c8cfcfdcd0b8c52b947c694535e0375dcb31e8a7ec8426432ddb92a559e6e90b08b086552df6d822d2b26ee3afc6a8607bce820dc9741d169bf0579f
 SHA512 
85f99d0e347036dd5e23dbe11ce1a0ccab042a9bd6980d8ba6cf9fe5e0504ca207e99084b09b011e77dc1d0455e818db87c171cc3857b3e8bc025ab0746c46b1
 DIST genpatches-6.4-13.base.tar.xz 708424 BLAKE2B 
35ac10ca68775c9e9c5668e9d4a8764c6cc583f8ecbade54b6f1bb1e4ca41fee1d48f5e782a6ba271d0b2f710889aaefdb13c9e4bb437d4f91b05a3d7e464a2f
 SHA512 
5c3fa0b3c09b5298b4bf6542960e07d9c63875cc84821bbd6ef70556868f33a6aece33b9882b97cb9e32536ebfa536a71b9113e95b1b72b80c4f1348434e43c6
 DIST genpatches-6.4-13.extras.tar.xz 3696 BLAKE2B 
e2e9014e497de63eae5dc5d644e1ef27fc2fda99379b881af096874bf25f269212bbd811781f3fc63fa896285e78cb9c41717392e59bfa62c039dce58ed11f86
 SHA512 
ffa3f9043767ae00e18b1d5313df6312d179b0d9e2b224d7b1097cbdc9c48f56615a36425ae1fd00680caed085420e438deb4fd331a37cd4397a814e542d6fa0
 DIST genpatches-6.4-14.base.tar.xz 765548 BLAKE2B 
e1d9bc63a0d8bef9894b264ef4d8078bf57a3548548c08e75e699420731cdfdcf9df69ab6844a57563f24d806c96c27c9a158a7f6a1afa72bf8328ce60bc
 SHA512 
5ee620824e0c17146add7f9bfd1d3444e5eb497444c040dc0f06a7ba247e81fc30eb8c92896ed359c7192690f24a1c45bb3b767bc408e9430ad9c7095ca2be40

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.48.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.48.ebuild
new file mode 100644
index ..7e128b87c8f2
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.48.ebuild
@@ -0,0 +1,146 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 6 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.1.7-gentoo
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   

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

2023-08-26 Thread Michał Górny
commit: 8457687574046d5a4fc22f23327b68ad1d2ab72c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 17:16:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 02:54:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84576875

sys-kernel/vanilla-kernel: Bump to 6.1.48

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-6.1.48.ebuild| 137 +
 2 files changed, 139 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 5c22e7409c14..95197b06fa1a 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -34,6 +34,8 @@ DIST linux-6.1.46.tar.sign 989 BLAKE2B 
95f91ecbbad15ec67a2723799419e295485cf1fbf
 DIST linux-6.1.46.tar.xz 134962288 BLAKE2B 
07a069c04919899ce2b0859d0a528ee13b154ec8c9e868a2a0e64f6bdcc0ce30ea4fd002f1b58e62eebfaf8216e528e26b79c7a99c67f208e4d36eca590836bf
 SHA512 
677d524974f76aeaaddab158e13df7c820e92f6e3c74683f5cd3dc9923859982079cd1da3fb41d3e87f96d72fb0abbc92d662122898e0a79adc7c8eebf005bd5
 DIST linux-6.1.47.tar.sign 989 BLAKE2B 
5783f29b3e5803559e818c17c22c8a3766e3e00dea494b2184c3199d6c068de4151f9a0684035d7c43ae9d7d21a762095cd726fc49f653f1c7b298874c72a31f
 SHA512 
7f3a831b0274c54b719cc0ec94cd3e0499406fb6f5fe3caa07d9aa9e42feaf416f8bbaf908d1e7d308c7eee2a9a37e05742b41405ac6822726a08e23e3f4db7c
 DIST linux-6.1.47.tar.xz 134962984 BLAKE2B 
318276ea54366300aa4893cc861c35fe267ff101de23e700a0a4566d3f0db0e332faacace4747453e546089e33bc9bc3103f8f320e54154b725dc3a401032047
 SHA512 
2c559ae816532815d5aaafdf3f9e7a6a36e03252ef87d0fd5f6c6391eea618338bcddde7bfe6839d741db0121b93c733baa1d3b7547cefbe8ffb7cb76f72f1a2
+DIST linux-6.1.48.tar.sign 989 BLAKE2B 
f6aafdf12eeb8e1e781e839b29530acef36220bb8705515ebd07a5dca573b0cbcf65a4489ebba51fdbccd8073c58559cb9b8268f045f9202d4f4330f6c94b08b
 SHA512 
59adb56ea5e87305cfd06bc3b9b3a059721e9514403337e3ad401ada9404d774f50ceb37be66a8eff4ea69ea3ce26baded659ffa07f0de4c7fce62299ace7b0b
+DIST linux-6.1.48.tar.xz 134962064 BLAKE2B 
b0f4abe3dec9c95ef4a51df92a0f2101d7114485798df58ecf3f4310190417fc8ec38f48aa3e022ea276b6267fe1cfb7ccfc4b999128adbcf47332769063e2e0
 SHA512 
edc8d9017bed9fbf3817fe5a907cd31e58ea76b9d9570016023181ec91f0183ff2eae2ba4887c44756b016b43181ec3e1d658777c95540de694db0525ea9b9a1
 DIST linux-6.4.11.tar.sign 989 BLAKE2B 
b8b55a05aa9d5249365a17faf7c0654d6172988ba2894d6bf21c33a8c175dd220cce190415f84235175eec729a05a85b25f2ce9f240e59f81172823ed3a60eb9
 SHA512 
c4d218992809cfd6ed6afc324cddae579bd2d1cec66f40d04c1d182ca4dbfa8487539cb63b2ec432528b28f30b9e156fc0ce243878ac8c6607cb1e83c01b5888
 DIST linux-6.4.11.tar.xz 137836952 BLAKE2B 
dfb97f2c9905a150c0890b9c3d464bc13986bec7bcd038c333f4dce443e0a1988a9075554219f9f419ef71af98827c05fad4a62aba1e58aa7f2ef8249f140175
 SHA512 
b3abf1d7c6b03644ddfc0a1994c88abd9b6db71089aeb4ff8749e9eed5d3772bc3468eabdeec99d998ec091898e5c81a84ef839345ba368580509500a3cc73dd
 DIST linux-6.4.12.tar.sign 989 BLAKE2B 
598b2dd8b0beb25db5b0500547bfcf7ea669c06ff4afaf6252f996d0bb519f5d19da96a1b618ae7a03c4e27a56a5a1540d2c1b66bef9683d14aa964e0d768d39
 SHA512 
d1941097b97dee631cec1487ecdb9a3a4c145ec8cfdac325776e9e890bfff2f559140d178fe5ec27b0482f04df2713cb2d6da59e20a7bdbce8ed50c148f3b585

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.48.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.48.ebuild
new file mode 100644
index ..e3a0c5f7f691
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.48.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo
+CONFIG_VER=6.1.7-gentoo
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+ 

[gentoo-commits] repo/gentoo:master commit in: virtual/dist-kernel/

2023-08-26 Thread Michał Górny
commit: 318cccff889379b37482e00043ff0deb6c70099c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 17:16:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 02:54:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318cccff

virtual/dist-kernel: Bump to 6.1.48

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

 virtual/dist-kernel/dist-kernel-6.1.48.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-6.1.48.ebuild 
b/virtual/dist-kernel/dist-kernel-6.1.48.ebuild
new file mode 100644
index ..8012e544096f
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-6.1.48.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2023-08-26 Thread Michał Górny
commit: 73c7cfa6922c74729efbec79a2f077d28ce1577c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 17:16:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 02:54:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c7cfa6

sys-kernel/vanilla-kernel: Bump to 5.15.128

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.15.128.ebuild  | 137 +
 2 files changed, 139 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 95197b06fa1a..50da987e2345 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -28,6 +28,8 @@ DIST linux-5.10.191.tar.sign 993 BLAKE2B 
ed38fdcb966d68938bcd63d04fc2d40f43e
 DIST linux-5.10.191.tar.xz 120603864 BLAKE2B 
721f760a73fc2e429272e95b288d7e0c6f95cbd6ae3d87384ec534b2a294b52f8c980170dd5c6f22955225dd6aa35797a2702a17b2a1c9438d0c134d6cf003f9
 SHA512 
d80b71f27bfb70b574d944c3d1cc6ec31a42bf9764967eeaaeeab4e40248efed4e2269012d6d8f9c598a3573e6a996833c35499abe60d50dab82c3a73721984d
 DIST linux-5.15.127.tar.sign 993 BLAKE2B 
84310652ba933bb13ff2b0442eaedfcc56d94e0adceef77009abd7bdc2d614d1c61c83041b57adb62ac6591e7e127cb65f2557a29e6c89a616b84f07e89611ab
 SHA512 
b34247621ce40eb2131b1c5c320d0ffe706010439b81238a1d28c9bddee69c0ca7575f90c7df86a92af4a6da520f42624e5cc39462eb0abc6de74a006d08af9e
 DIST linux-5.15.127.tar.xz 126542840 BLAKE2B 
3c5f6ec2b917099deff2bafc2c144f06ddf2274f02ccee386cbde34323b7b7dc01b82f5914b0165c2e9dad48a13f4fbd22aedb25e7a07533be3becf90e7b7a9e
 SHA512 
5245a87e10c986657d42dc78d0789905c1e61cc0af5ef619f0ed73788b0192375a8996a340e693604305cfd15ba202023fa4f4575ad4a7a5a38edf73aac892cc
+DIST linux-5.15.128.tar.sign 993 BLAKE2B 
29542245fc2dbda9c586685c3248ab2563819c58c130afc3d54e579d13d094591f7b586308cb5564b81ecb968cb839863babc917f88f1feda785adbe8c8c870f
 SHA512 
ee6c022bed702db161a3cd05bf5688a9ddbcd175dd426ba3f6ad0261508ad15b11ce584a1d1d97f8828c800b70c4583085cfdf7cd21a5b07a08f2e95ee1ed791
+DIST linux-5.15.128.tar.xz 126528336 BLAKE2B 
b594e8a2c02baa6bcf8df7b574a998f80c6926ee2b6dcc539a5b1316cd9626021c99cd17fce9f39fd123d11f2d3c2c95e4a6748e0d183d7d537235929d8ea3a2
 SHA512 
5a9ef31d0cb44964af520fc8837122a0217b848f50168be3706d208de385298970fb6ca39c67d104ce1b5c739685470b05f2079e4578898feb0678f957f6e083
 DIST linux-5.4.254.tar.sign 991 BLAKE2B 
4f5a5e4ea2c930a62e3743c4f10d8e530a106134c61635f2f1fd627e6cb375a6d21a2f66f0bc02bc99e419cb0a4db3499af090f8787f523e009789205007
 SHA512 
71b4b3777c238034d5624be9ad79f40634d2e861ae2665d2aee1701cc3d5a09e6a5d1a114642d0d01a97cf1556022a658fc3deef7c59e93ab9b41c829018bfc5
 DIST linux-5.4.254.tar.xz 112963588 BLAKE2B 
e0e395636643c49063cc1fbb04e06476ecf17471818f909559dc8f77fa5de69b8774ab8d6b16b4a2a57f32a7bf90126d381360fdd52069fc435090cde07769f8
 SHA512 
ccd82451c72eef0a0f35eb8c0e296e3018573ab99b602cce0a107bf2514bccf93113ea86d16205cb1b6a9f7c0198d411a250b215aed3cb0b4be6fcd27b878039
 DIST linux-6.1.46.tar.sign 989 BLAKE2B 
95f91ecbbad15ec67a2723799419e295485cf1fbfb7dca7dc12c8433835df4ce2efe92c7f24f58a890e2c2311eaa7e52d71c9df442944edc9893dff05c780571
 SHA512 
bc2b89126155d9bcbe0275a221bb88a1bb1d615b5ec036ee964d664af0cac8d15b3511265aebc8910f0174deb30547cc23e836efc0db061d0e2c841b87ff7464

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.128.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.128.ebuild
new file mode 100644
index ..f68caf0fd433
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.128.ebuild
@@ -0,0 +1,137 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit kernel-build toolchain-funcs verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.15.19
+CONFIG_HASH=ec69da7a42b5b7c3da91572ef22097b069ddbd01
+GENTOO_CONFIG_VER=g7
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="
+   https://wiki.gentoo.org/wiki/Project:Distribution_Kernel
+   https://www.kernel.org/
+"
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

[gentoo-commits] repo/gentoo:master commit in: sys-devel/reflex/files/, sys-devel/reflex/

2023-08-26 Thread Sam James
commit: 7cf325caa96119f512d967deca99492f63f05f41
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:42:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:42:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cf325ca

sys-devel/reflex: drop 20221012, 20230206, 20230521

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

 sys-devel/reflex/Manifest  |  6 ---
 .../files/reflex-20230206-parallel-build.patch | 54 --
 sys-devel/reflex/reflex-20221012.ebuild| 27 ---
 sys-devel/reflex/reflex-20230206.ebuild| 31 -
 sys-devel/reflex/reflex-20230521.ebuild| 22 -
 5 files changed, 140 deletions(-)

diff --git a/sys-devel/reflex/Manifest b/sys-devel/reflex/Manifest
index ef14edd3e006..62eca417a802 100644
--- a/sys-devel/reflex/Manifest
+++ b/sys-devel/reflex/Manifest
@@ -1,8 +1,2 @@
-DIST reflex-20221012.tgz 476024 BLAKE2B 
63d9c0ea10d3d86651c88da4f901928d2f112d64b7e3462a6c2b4d6580a138372f2980e18d0b813579a9700084f05d77dfe2547171efa0992c24629ad31ff66e
 SHA512 
9fcf3cd49f598af5ef0e561845c1e8b2fd50e811f5449279692820748b91e9a6a3922d3fe4224820f2c10a2f3aee3049c4f584ace4a058820db21539aa89accc
-DIST reflex-20221012.tgz.asc 729 BLAKE2B 
1f35909edb7e9c8a2f7fe30f430c23580a6f192cad8efa65d2b7a282aa107523b90f300908b43f4beb623041988c164da1ff04642a09558c8c24bb77fc777919
 SHA512 
d98d2dc2b3163784a55f197b0b00157c1906dcbdf3fbc39022d867d786c47f32e5d858eafa3cb83e068454e7198ebdae6283b49b22c6b0ae5ee38ba2ea977a7b
-DIST reflex-20230206.tgz 476372 BLAKE2B 
d1619518546d8dbb4865f818b538624b8b88947e2f870b6fe7c26c05cc9b9d63e374bfea11c291a6d8284fcf681489345533c1480106690126b3187b2e252187
 SHA512 
dbbe6150145162de6cf1ec4dadcf156ba320819fc0d034a2e38443fbe2834cf342fcb47f2dbe4578f2825ba7aefe87bf7c9b6667f1733a7003b4c7fe139e8ccb
-DIST reflex-20230206.tgz.asc 729 BLAKE2B 
5d2e1a7baa6fc0c8c7da32884e14c6a8b647d29d830be72b381fe2e0134eeb829f78500af2be71ed81f86b9bad9a26ddcd98b233b23810eddad7d035e04363d5
 SHA512 
8cefa7a27e676c56de8b898a2383b6ce591ff7e704cbbd6cb7a598696a5d0d67e2b89af4a9fdcf138d728a831a80a2fb67cc7c82d21f0b9e470027e28d41ff72
-DIST reflex-20230521.tgz 480866 BLAKE2B 
a6f5562de3dd10343e8f11bf286256cbbd8f4f0c6d5801ba55321ad0e2599b6a591aa2436f3fcd0251426f57a2da05cf357d55e14b68fc6c75cf44d99ec41b74
 SHA512 
789dfa4a2f412cbfed34435a14abf70d972487f226b1df82047f1269c173edb3881bc06ac92ffa2551e34a568553832c26e2a85cb70ea718f573ae1e631b1da3
-DIST reflex-20230521.tgz.asc 729 BLAKE2B 
4ae6532ffd70b46d34948eb134f5780da913e86ba86bb515da0c31ac25278ce64cdd5e66b50009854d032761264996b0085952c3b238f9fd82c613dea295dd9a
 SHA512 
ea479a810a418c192d52b5d7180212e06b4426048525f2a845b17afd0ab9918b5e2779e545d2857f9abf89f3d56ee37fbed6330fefe4f2b81eb9ec11e0cea364
 DIST reflex-20230523.tgz 480999 BLAKE2B 
a7306367bdf5bfb542a44f29c382a5d889a176059d95539916ab3132de06401edfd0c6a476ec66f433d56398039524d79c6879e1f24b4e813ebbba98ea434ed3
 SHA512 
9704b6dc3327bc017175bef21f34f53ff6614a76692deacb4af99c29bd4330e5fb7f71af6497d233acceab148bc8a7911d41d3ca224110812e5883c90cc801f2
 DIST reflex-20230523.tgz.asc 729 BLAKE2B 
0249d1bc4f6d6395be0f51f90e1f9834bc63cd7e4b5565e71ff0502746f45ea04b611c8db70d62513dfe95d492512cf1935f4e70d582c960f38d11e06853f54f
 SHA512 
48e2f84c8932a038366159ea6a26eac73510bb69b6bc3c5027195682ade4ef3a33ade082b41e4d08af0c23c6692abc8ee46b261796d72709aa9568070c16c20b

diff --git a/sys-devel/reflex/files/reflex-20230206-parallel-build.patch 
b/sys-devel/reflex/files/reflex-20230206-parallel-build.patch
deleted file mode 100644
index ecfadc14639f..
--- a/sys-devel/reflex/files/reflex-20230206-parallel-build.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-From 16cc516dfbb6dac01fcd0bfcb717a681b132c0b4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= 
-Date: Thu, 9 Feb 2023 20:34:48 +0100
-Subject: [PATCH] Remove .bootstrap and scan.c target race
-
-If the parallelism of a make invocation is great enough to generate both
-.bootstrap and scan.c simultaneously, there's a great chance that the
-rule in .bootstrap will be overruled by the (possibly failing)
-redirection in the scan.c, resulting in an empty scan.c and a failing
-build.  Instead, we can use an empty scan.c as an (inaccurate) proxy for
-the boostrap.
-
-Bug: https://bugs.gentoo.org/883611
 a/Makefile.in
-+++ b/Makefile.in
-@@ -126,14 +126,9 @@ PERF_REPORT = -p
- 
- all: $(FLEX)
- 
--$(FLEX): .bootstrap $(OBJECTS) $(FLEXLIB)
-+$(FLEX): $(OBJECTS) $(FLEXLIB)
-   @ECHO_LD@$(CC) $(CFLAGS) -o $(FLEX) $(LDFLAGS) $(OBJECTS) $(FLEXLIB) 
$(LIBS)
- 
--.bootstrap: initscan.c
--  @rm -f scan.c
--  cp $(srcdir)/initscan.c scan.c
--  touch .bootstrap
--
- parse.c: parse.y
-   $(YACC) -d $(srcdir)/parse.y
-   @sed '/extern char.*malloc/d' parse.tmp
-@@ -145,6 +140,7 @@ parse.h: parse.c
- 
- scan.c: scan.l
-   $(SHELL) $(srcdir)/mkscan.sh $(FLEX_EXEC) $(FLEX_FLAGS) $(COMPRESSION) 
$(srcdir)/scan.l >scan.c
-+  

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

2023-08-26 Thread Sam James
commit: 737507293b8100bacaeea4577bc8c380806d3151
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:53:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:53:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73750729

sys-devel/kgcc64: add 13.2.1_p20230826

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

 sys-devel/kgcc64/Manifest   |  2 ++
 sys-devel/kgcc64/kgcc64-13.2.1_p20230826.ebuild | 45 +
 2 files changed, 47 insertions(+)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index 2382eb57335b..44c6726d3d13 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -18,8 +18,10 @@ DIST gcc-12.2.0-patches-1.tar.xz 12864 BLAKE2B 
a5ae0a85dfc1b6f0bd968f0d5262ebed1
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
+DIST gcc-13-20230826.tar.xz 84285788 BLAKE2B 
c25be594e322dd7145245c42ae21b98aa9e3e6ae69f1fa313830e40bf2e8fcb8435762f1c9d3f1ca1dbf31653bdc76a658bec708b7850fe40a7c55504ac30618
 SHA512 
3d47632e90651bd50a881c727c1ef2aa3322b4fc3e082919ae430270901abf8a05a34fe93f8b678c10dc9a0758f93dc3b33ed5947c8743dab453d2b50c063722
 DIST gcc-13.1.0.tar.xz 87451196 BLAKE2B 
b956a773cffe8b43bd6c9a99fe614f53f665438925a6b320975d301f547923e45d4d6fa577a143467fb03e0a9c1bab2b6719a1011d672367f3e644433a2d7606
 SHA512 
6cf06dfc48f57f5e67f7efe3248019329a14d690c728d9f2f7ef5fa0d58f1816f309586ba7ea2eac20d0b60a2d1b701f68392e9067dd46f827ba0efd7192db33
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
 DIST gcc-13.2.0-patches-1.tar.xz 15792 BLAKE2B 
2ffa9ac013c0f9a91eb93e87e3bc6c378d02cca32ad3f8a84d1249e257eb02b206ec10fa425738a4bae2ffb7db8506afcee2a8dd855357e4b48636608aa24e50
 SHA512 
917ea178f3696724f9ec08aebb6976f03c5edf8ee21bb4bad7e2d820507452f6dace6e847c4f342a52870642550f34da0346ee635a60ba0c1bff667e0e31d195
 DIST gcc-13.2.0-patches-3.tar.xz 30956 BLAKE2B 
29ce043b46645640ca1e983397af3e158588ad87575f0bc59451ea4a7dd5e3bb5b190ed031de6a22cd790d423ba111e95d222187dd09985dceb12db9f0a2d907
 SHA512 
4ffecae7be320124ad0c4e71e39e142b7aa8db0e70b5f486f491d7a33ea31efc6464c6abeea77df02a8bd5cf81f08225d625c8af5c27f9afa32c0d7d989f7a3c
+DIST gcc-13.2.0-patches-7.tar.xz 37064 BLAKE2B 
4a8700a8d44bfaa84926f8bfd0da4c5b0c0377f47fc0679456e909f7c9029b9cf1b72c0ba0bc505d9035d5c38e27f7e5b029727eaf2bc7aca417a6be966b2f43
 SHA512 
f440c97e6782ecb8581d41608e31a648ac426e2d870bc1d171da7794cdeff2fd0546cae0c7214e72fd3a00ead8a5c66f3f633b670b74553a2f3a40378b51f20c
 DIST gcc-13.2.0.tar.xz 87858592 BLAKE2B 
0034b29d3d6cc05821f0c4253ce077805943aff7b370729dd203bda57d89c107edd657eeddc2fb1e69ea15c7b0323b961f46516c7f4af89a3ccf7fea84701be2
 SHA512 
d99e4826a70db04504467e349e9fbaedaa5870766cda7c5cab50cdebedc4be755ebca5b789e1232a34a20be1a0b60097de9280efe47bdb71c73251e30b0862a2

diff --git a/sys-devel/kgcc64/kgcc64-13.2.1_p20230826.ebuild 
b/sys-devel/kgcc64/kgcc64-13.2.1_p20230826.ebuild
new file mode 100644
index ..1a7d0b0d6652
--- /dev/null
+++ b/sys-devel/kgcc64/kgcc64-13.2.1_p20230826.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+case ${CHOST} in
+   hppa*)CTARGET=hppa64-${CHOST#*-};;
+   mips*)CTARGET=${CHOST/mips/mips64};;
+   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
+   s390*)CTARGET=${CHOST/s390/s390x};;
+   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
+   i?86*)CTARGET=x86_64-${CHOST#*-};;
+esac
+export CTARGET
+TOOLCHAIN_ALLOWED_LANGS="c"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="7"
+PATCH_GCC_VER="13.2.0"
+MUSL_VER="2"
+MUSL_GCC_VER="13.2.0"
+GCC_TARGET_NO_MULTILIB=true
+inherit toolchain
+
+DESCRIPTION="64bit kernel compiler"
+
+# Works on hppa and mips; all oth

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

2023-08-26 Thread Sam James
commit: 54e191eecf7e42df6c2b5ff973f9b5c37158bc18
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:52:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:52:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e191ee

sys-devel/kgcc64: add 12.3.1_p20230825

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

 sys-devel/kgcc64/Manifest   |  1 +
 sys-devel/kgcc64/kgcc64-12.3.1_p20230825.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index 8e9e4290feb9..2382eb57335b 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -12,6 +12,7 @@ DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0e
 DIST gcc-11.4.0-patches-10.tar.xz 13852 BLAKE2B 
54937d13e30e2a5303c7e197fae09eeed35ca0b9783625e02578fcee829b5503fb22d664366322b304df7d01ae807d00af7c93db3e3ceebe4851e15647724f87
 SHA512 
31b4d7a2e7cc589e92e12c3583d13d41c523cafbd309bc0532df9b68ea2473c89daef4c0edd3ce2917b5823d81a7792f145b9449f16277d0d64c22ceff50bbb9
 DIST gcc-11.4.0.tar.xz 79837032 BLAKE2B 
6e3b095a5837d4b5512719f848f4b9c4b4a6d7dc40ba96b269023ea5ea84f632c42a13855c030e255f3265445a45e6d2648dfe0e2cc0ea47da87c4660b052e24
 SHA512 
a5018bf1f1fa25ddf33f46e720675d261987763db48e7a5fdf4c26d3150a8abcb82fdc413402df1c32f2e6b057d9bae6bdfa026defc4030e10144a8532e60f14
 DIST gcc-12-20230512.tar.xz 79749352 BLAKE2B 
a2dd7c780d2adf1915cb01f6835d6f95242376d9d7c14ec0fea8e905858f0ce20b90dd3f47fef983b9d1a6f519f0c3d4cfa41d887f477454378a12407e9aaeb8
 SHA512 
3bf04b2489b0b0d062f8e8e66c31622fe7aa6ef6c9ba7d51f387eae714a813a089594cebdb046fa04e53da24a9788879711eedb054c3a37721035386b94ff0f0
+DIST gcc-12-20230825.tar.xz 79804260 BLAKE2B 
4d3eb40eb5954d497b3e9586dad0d18c9e561d3fdd0bdccc5c9572edfbe024a235e30371a10116d98c77f0b6042739600c57ac99253d34f0fbb8b8465b187e1f
 SHA512 
a6cd868f474c356886460b95263807828f9a379ce97524611ec504d6a9149ca1f92585128e6ffd03fa2647442e72fde6ebe987fd49f2fc49d8df39ab056905c5
 DIST gcc-12.2.0-musl-patches-1.tar.xz 3844 BLAKE2B 
004432806696f7d0a32366270ac45695e858abee73a255e44dc6e0a225339e4cad40aab0d51dfe9a55d5aa4b4001f5726064bb2eea3212a0874b2d27e229abd7
 SHA512 
c354edcd641a9dfaf902a0ff4c44c75065d0cf1c36bbf6c3c35c2e23bff22b8f70bcf4458a5a0ef86371e9f2fafca8a54ca822e35820ff442c9458a2819c3606
 DIST gcc-12.2.0-patches-1.tar.xz 12864 BLAKE2B 
a5ae0a85dfc1b6f0bd968f0d5262ebed14ec9cdb3249e3a4c571578c54eda0e53708ee7fe8e03e506366c7f3cf7926eced9b390d9dee948c1249298c0fabd9fb
 SHA512 
f3d793b89a2a0385d596162fb0c653d4acdf21ae418cb792c1786a01fde0391bd0719715dbf07d53636f127168f5cd99108a1dc11cf6cea889b7d82385bcc258
 DIST gcc-12.2.0.tar.xz 84645292 BLAKE2B 
715574af9ad678f9dc8cfd19c866bf910c7edfd479e7e9681337feaa9b54e5d304ddb85483816b8d89754d502405823ae2eff0d1e444538763f40be8e428d8da
 SHA512 
e9e857bd81bf7a370307d6848c81b2f5403db8c7b5207f54bce3f3faac3bde63445684092c2bc1a2427cddb6f7746496d9fbbef05fbbd77f2810b2998f1f9173

diff --git a/sys-devel/kgcc64/kgcc64-12.3.1_p20230825.ebuild 
b/sys-devel/kgcc64/kgcc64-12.3.1_p20230825.ebuild
new file mode 100644
index ..886da7c53eb0
--- /dev/null
+++ b/sys-devel/kgcc64/kgcc64-12.3.1_p20230825.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+case ${CHOST} in
+   hppa*)CTARGET=hppa64-${CHOST#*-};;
+   mips*)CTARGET=${CHOST/mips/mips64};;
+   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
+   s390*)CTARGET=${CHOST/s390/s390x};;
+   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
+   i?86*)CTARGET=x86_64-${CHOST#*-};;
+esac
+export CTARGET
+TOOLCHAIN_ALLOWED_LANGS="c"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="2"
+PATCH_GCC_VER="12.3.0"
+MUSL_VER="1"
+MUSL_GCC_VER="12.3.0"
+GCC_TARGET_NO_MULTILIB=true
+inherit toolchain
+
+DESCRIPTION="64bit kernel compiler"
+
+# Works on hppa and mips; all other archs, refer to bug #228115
+KEYWORDS="~hppa"
+
+# unlike every other target, hppa has not unified the 32/64 bit
+# ports in binutils yet
+BDEPEND="hppa? ( sys-devel/binutils-hppa64 )"
+
+src_prepare() {
+   toolchain_src_prepare
+   eapply "${FILESDIR}"/gcc-12.3-ccache-ICE.patch
+}
+
+pkg_postinst() {
+   toolchain_pkg_postinst
+
+   cd "${ROOT}"/usr/bin
+   local x
+   for x in gcc cpp ; do
+   cat <<-EOF >${CTARGET%%-*}-linux-${x}
+   #!/bin/sh
+   exec ${CTARGET}-${x} "\$@"
+   EOF
+   chmod a+rx ${CTARGET%%-*}-linux-${x}
+   done
+}



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

2023-08-26 Thread Sam James
commit: 6f5896440d2c2d7f3834da7af977ec36443e7fd7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:53:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:53:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f589644

media-libs/libplacebo: Stabilize 6.292.1 x86, #913092

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

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

diff --git a/media-libs/libplacebo/libplacebo-6.292.1.ebuild 
b/media-libs/libplacebo/libplacebo-6.292.1.ebuild
index 37c5d2ae5b20..f816aa14114b 100644
--- a/media-libs/libplacebo/libplacebo-6.292.1.ebuild
+++ b/media-libs/libplacebo/libplacebo-6.292.1.ebuild
@@ -19,7 +19,7 @@ else
)
"
S="${WORKDIR}/${PN}-v${PV}"
-   KEYWORDS="~amd64 ppc64 ~x86"
+   KEYWORDS="~amd64 ppc64 x86"
 fi
 
 DESCRIPTION="Reusable library for GPU-accelerated image processing primitives"



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

2023-08-26 Thread Sam James
commit: 13902edc5644fc101e80f0d2cadd2d939e636337
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:53:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:53:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13902edc

media-video/mpv: Stabilize 0.36.0-r1 x86, #913092

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

 media-video/mpv/mpv-0.36.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-0.36.0-r1.ebuild 
b/media-video/mpv/mpv-0.36.0-r1.ebuild
index f7a202b8bfe0..a4b8928d809d 100644
--- a/media-video/mpv/mpv-0.36.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.36.0-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git;
 else
SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86 
~amd64-linux"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv x86 
~amd64-linux"
 fi
 
 DESCRIPTION="Media player for the command line"



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

2023-08-26 Thread Sam James
commit: 4d8007be2950be023c0eea87e78e393dccc0d855
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:43:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:43:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8007be

dev-util/byacc: drop 20221229, 20230201, 20230219

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

 dev-util/byacc/Manifest  |  6 --
 dev-util/byacc/byacc-20221229.ebuild | 24 
 dev-util/byacc/byacc-20230201.ebuild | 24 
 dev-util/byacc/byacc-20230219.ebuild | 24 
 4 files changed, 78 deletions(-)

diff --git a/dev-util/byacc/Manifest b/dev-util/byacc/Manifest
index 81d3b5d6b6fb..283b5d252cd1 100644
--- a/dev-util/byacc/Manifest
+++ b/dev-util/byacc/Manifest
@@ -1,8 +1,2 @@
-DIST byacc-20221229.tgz 897125 BLAKE2B 
a262a9e67eb18915278d6c879e5a68d8f1ac783e2d3002f50903057bda9dfe6ed993f8316e8bfdb5ff52ec0ae8391dbbd92156180078c3b8b2243a71879442db
 SHA512 
064864fa7fd4459c237a6ca98dbe05c102776e0b0d7c07e24e01b56f1ea7d4a3fbec5e3a33f316ee207ad3cc9213fa982013270c6bf82b8df7acbb78caf5a415
-DIST byacc-20221229.tgz.asc 729 BLAKE2B 
bd836e9fe0bed417756c1b3772fc9f8d0f74c78960cfe5cbc5f4f7db327061089d62a4f9712c326d5526daf238143289f03bc49ac37c972dc6d2954eb36fd3fa
 SHA512 
cb526e7912bd14b378f5129a51854cd4db7b86964a8652b415e3f95a94fff72fbfd2c85e8766eb7f1150d4e361553439078c8cfb0549930d311dc29f81af6966
-DIST byacc-20230201.tgz 897063 BLAKE2B 
a15bf462532b84d8b60a5a00d0b8c6be3699920bd607e45e5cbddeedacd4450d4fdf53edef68b6658d584f00e1c97c60201a8047e2546d179c02388c2d27d77e
 SHA512 
8dc10fb19cd55086e7c4d5f01c533fbacd8d4ec94d45e00880ea08f26e26ca31cd4eaae7471561af5422c5bed517d4fe8bb86a0c337ea855f6f75f06671c2114
-DIST byacc-20230201.tgz.asc 729 BLAKE2B 
ee22cd98a551b1d2226684fa592d94880a007297de0beb44d08eff28be2e81679c5f03129701792ab562bb7b8613759a6c7e24aacb38f7c2c3a2b55a24e476fc
 SHA512 
95100111c5af34dfc79ff705aa24378d60359742a0f4ea1f7f800890035641798d65d018cd372811243df78a47380da75fd85763947ee52ec8a57e070325e173
-DIST byacc-20230219.tgz 898360 BLAKE2B 
aaa5fe5a1a3ea90bacc77bbf4ca71f1af491e8b971c65dd9384e8ad37b1fc1f5838980e3f32c9a96c044dfe333afa58e2931c0860a1c1a4a09bb0f9984b1e6a7
 SHA512 
55fb9abc82afffb68a2167eb3f6211b1c2c91dda4f3b6004c01c46b2022bbec4ed8f793cfb86094eaa66decbd40d9e6f06af5b0da9d72f30ca0676aa38eb2d5e
-DIST byacc-20230219.tgz.asc 729 BLAKE2B 
a03f6a66e40462ddf1e584f8f6546e9bce00b517403b67c5b8e4778f2d13a8b9a61ef8569fbbf97e51ff4324307acb404df1bd85c29c1c0ea83f7cd54df55e85
 SHA512 
e55d8b395f34c931a59f2f0fa035908994b5cc2423de95c06ee608a93c9776a79a50ca5ad97f4de7e9e04eef4160174c4c4dfab826aa4d741ea60db7dbed45e2
 DIST byacc-20230521.tgz 905214 BLAKE2B 
daa48f0aed1f3e2d7aeb4cb51551a7528fe1ad043f0e10191fe553ab29c454aeb1f5705a76479517fbf939ccb3775a2f19c47b5ed02cd007519064f01c112a16
 SHA512 
9437806510f49a785ab7d4685c56708cd0053d242f1491e9c40af36112d6c6c471e579a75da75980a0356c1c9f319afbb8cc01139d6823511d285e0dd413d9c4
 DIST byacc-20230521.tgz.asc 729 BLAKE2B 
493e2d775e927981175d8bde4e9e152b16e8471bddab5b2a5a6d9c7785f873b9b238bb303f386a06e17ac991485d526800ebf1e6e6b811476e66dbf91887a741
 SHA512 
952adc16913d058c78398caaecb8ea69472127b759f2a62090cc0b43a168884458d02e2f2f13c0b3aa277ead784b0fabd02fa1b2cebe249bc7d91c7ee24ec049

diff --git a/dev-util/byacc/byacc-20221229.ebuild 
b/dev-util/byacc/byacc-20221229.ebuild
deleted file mode 100644
index 5ac816b58434..
--- a/dev-util/byacc/byacc-20221229.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
-inherit verify-sig
-
-DESCRIPTION="The best variant of the Yacc parser generator"
-HOMEPAGE="https://invisible-island.net/byacc/byacc.html;
-SRC_URI="https://invisible-island.net/archives/${PN}/${P}.tgz;
-SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${P}.tgz.asc )"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
-
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-thomasdickey )"
-
-DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )
-
-src_configure() {
-   econf --program-prefix=b
-}

diff --git a/dev-util/byacc/byacc-20230201.ebuild 
b/dev-util/byacc/byacc-20230201.ebuild
deleted file mode 100644
index 5ac816b58434..
--- a/dev-util/byacc/byacc-20230201.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
-inherit verify-sig
-
-DESCRIPTION="The best variant of the Yacc parser generator"
-HOMEPAGE="https://invisible-island.net/byacc/byacc.html;

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

2023-08-26 Thread Sam James
commit: febc5522b7c0d0b9034ad09e39f0f4dfdb7f5dd9
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:51:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:51:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=febc5522

sys-devel/kgcc64: add 11.4.1_p20230824

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

 sys-devel/kgcc64/Manifest   |  1 +
 sys-devel/kgcc64/kgcc64-11.4.1_p20230824.ebuild | 46 +
 2 files changed, 47 insertions(+)

diff --git a/sys-devel/kgcc64/Manifest b/sys-devel/kgcc64/Manifest
index ff6fcf9a2883..8e9e4290feb9 100644
--- a/sys-devel/kgcc64/Manifest
+++ b/sys-devel/kgcc64/Manifest
@@ -5,6 +5,7 @@ DIST gcc-10.5.0-musl-patches-2.tar.xz 3452 BLAKE2B 
5387e516d07d81477b3f39b8b3bd9
 DIST gcc-10.5.0-patches-6.tar.xz 18208 BLAKE2B 
4cac3340108fb378c76ad62b728429f3c97f348d178744e7536575f3576ca8aa682b878b7df3b1c162dccae64a3cb56c66d8d60eae323e1ece2de4278084fdbd
 SHA512 
9d6c84325fbc118cee01347468ce729c278e5b026b16da945fe54050726e26f86a46ee7b71a01a47cf927b70bfcce459c49a6bc4fb93dcfaa047c76d4c5bc5bc
 DIST gcc-10.5.0.tar.xz 77846412 BLAKE2B 
9b71761f4015649514677784443886e59733ac3845f7dfaa4343f46327d36c08c403c444b9e492b870ac0b3f2e3568f972b7700a0ef05a497fb4066079b3143b
 SHA512 
d86dbc18b978771531f4039465e7eb7c19845bf607dc513c97abf8e45ffe1086a99d98f83dfb7b37204af22431574186de9d5ff80c8c3c3a98dbe3983195bffd
 DIST gcc-11-20230622.tar.xz 76199316 BLAKE2B 
a769dc6be63eabca3bc33944b471d727bf230e506773c85977156b187f12664f2cd3e0992a1faefda8ec88ff85d1a8d12795121baadc7e8b9653d69a8025e46e
 SHA512 
8dbc5a4b54f2bc52458914705af40a00b33e46061dd5b335b4b4a6e96d17206fe480d3fec564dd11ebcca6168f054984d706b1b26b7e694e8b327692a13ae7d1
+DIST gcc-11-20230824.tar.xz 76202120 BLAKE2B 
243ce16e28c66d681bb27df32866947309f8fa386e258896651b6853e390da79304250669096fd55cafe0a9d5adf4b3a3cf5989302f4ad13660ece80639b545a
 SHA512 
a9cab8bf61f2a572baba73a2a11271eeb61d43f07411df376a8568820c1373f64f635d747933fda1e942ae717b0ae9f1c810f662fc09ccb075940248bc48b582
 DIST gcc-11.3.0-patches-4.tar.bz2 14030 BLAKE2B 
cdd555f329c7c0b993cd3527489681bfcc2162db0997611b66337e6b287356761c7deccd3b9f9bb8980a32df0574017a52c5e445e24db746757d87ffccb1ea89
 SHA512 
cb227599d01734ae9f9fc7ae2c8dd4cae1da80d6ab398ec6f112535239ac76ce8e91fbac88e19c2f75cb08ab75f966c1d1ad4af80ede67e953fbbafc7baefa58
 DIST gcc-11.3.0.tar.xz 81141364 BLAKE2B 
7e562d25446ca4ab9fe8cdb714866f66aba3744d78bf84f31bfb097c1a981e4c7f990cb1e6bcfec5ae6671836a4984e2b70eb8fed81dcef5e244f88da8623469
 SHA512 
f0be5ad705c73b84477128a69c047f57dd47002f375eb60e1e842e08cf2009a509e92152bca345823926d550b7395ae6d4de7db51d1ee371c2dc37313881fca7
 DIST gcc-11.4.0-musl-patches-2.tar.xz 4308 BLAKE2B 
a2335e155fc57816fed822a648e0eaefafcba9d04e1ad0fd7baeea5a694ab6f5e3c1678cb406f2a1bd17bab25cb01699d032713a1ccf337948dfda2093844607
 SHA512 
17b84f907cb1bd763873655e6f35fd3ed55a40b602b70a626f04f83b4cc89c6261db1661de78d4d969187a8c56e9f6305b742515a3836b962248a21df0df5d0c

diff --git a/sys-devel/kgcc64/kgcc64-11.4.1_p20230824.ebuild 
b/sys-devel/kgcc64/kgcc64-11.4.1_p20230824.ebuild
new file mode 100644
index ..1b674fb17f78
--- /dev/null
+++ b/sys-devel/kgcc64/kgcc64-11.4.1_p20230824.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+case ${CHOST} in
+   hppa*)CTARGET=hppa64-${CHOST#*-};;
+   mips*)CTARGET=${CHOST/mips/mips64};;
+   powerpc*) CTARGET=${CHOST/powerpc/powerpc64};;
+   s390*)CTARGET=${CHOST/s390/s390x};;
+   sparc*)   CTARGET=${CHOST/sparc/sparc64};;
+   i?86*)CTARGET=x86_64-${CHOST#*-};;
+esac
+export CTARGET
+
+GCC_TARGET_NO_MULTILIB=true
+TOOLCHAIN_ALLOWED_LANGS="c"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="11.4.0"
+PATCH_VER="10"
+MUSL_VER="2"
+MUSL_GCC_VER="11.4.0"
+inherit toolchain
+
+DESCRIPTION="64bit kernel compiler"
+
+# Works on hppa and mips; all other archs, refer to bug #228115
+KEYWORDS="~hppa"
+
+# unlike every other target, hppa has not unified the 32/64 bit
+# ports in binutils yet
+BDEPEND="hppa? ( sys-devel/binutils-hppa64 )"
+
+pkg_postinst() {
+   toolchain_pkg_postinst
+
+   cd "${ROOT}"/usr/bin
+   local x
+   for x in gcc cpp ; do
+   cat <<-EOF >${CTARGET%%-*}-linux-${x}
+   #!/bin/sh
+   exec ${CTARGET}-${x} "\$@"
+   EOF
+   chmod a+rx ${CTARGET%%-*}-linux-${x}
+   done
+}



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

2023-08-26 Thread Sam James
commit: 761ed07723ca4219caa438df366f55af076992cb
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:34:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:34:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761ed077

media-video/mpv: Stabilize 0.36.0-r1 ppc, #913092

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

 media-video/mpv/mpv-0.36.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-0.36.0-r1.ebuild 
b/media-video/mpv/mpv-0.36.0-r1.ebuild
index 9af42f73035f..f7a202b8bfe0 100644
--- a/media-video/mpv/mpv-0.36.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.36.0-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git;
 else
SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~x86 
~amd64-linux"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ppc ppc64 ~riscv ~x86 
~amd64-linux"
 fi
 
 DESCRIPTION="Media player for the command line"



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

2023-08-26 Thread Sam James
commit: 271755f9af096f20ec4bc0a899fbc3dcf119bab9
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:28:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:28:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271755f9

dev-util/mingw64-toolchain: Stabilize 11.0.0_p2 x86, #913091

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

 dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0_p2.ebuild 
b/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0_p2.ebuild
index 06f4a57509a0..c489e2e8fdaf 100644
--- a/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0_p2.ebuild
+++ b/dev-util/mingw64-toolchain/mingw64-toolchain-11.0.0_p2.ebuild
@@ -40,7 +40,7 @@ LICENSE="
ZPL BSD BSD-2 ISC LGPL-2+ LGPL-2.1+ MIT public-domain
 "
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 IUSE="+abi_x86_32 custom-cflags debug"
 
 RDEPEND="



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

2023-08-26 Thread Sam James
commit: 855329185c27a135c6a2a189226948666769abbf
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85532918

dev-perl/Moose: Stabilize 2.220.600 sparc, #913090

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

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

diff --git a/dev-perl/Moose/Moose-2.220.600.ebuild 
b/dev-perl/Moose/Moose-2.220.600.ebuild
index 0693f5e76c25..81e4211a1909 100644
--- a/dev-perl/Moose/Moose-2.220.600.ebuild
+++ b/dev-perl/Moose/Moose-2.220.600.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=virtual/perl-Carp-1.220.0



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

2023-08-26 Thread Sam James
commit: 65c47510998673b2787ffcb1e1ae4e78f85448db
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c47510

dev-perl/Moose: Stabilize 2.220.600 x86, #913090

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

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

diff --git a/dev-perl/Moose/Moose-2.220.600.ebuild 
b/dev-perl/Moose/Moose-2.220.600.ebuild
index db17d68af87c..0693f5e76c25 100644
--- a/dev-perl/Moose/Moose-2.220.600.ebuild
+++ b/dev-perl/Moose/Moose-2.220.600.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=virtual/perl-Carp-1.220.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/

2023-08-26 Thread Sam James
commit: 76b41687b6e643dabb5a9a2708c5cfba6e1cfba7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b41687

dev-perl/CPAN-Perl-Releases: Stabilize 5.202.307.200 x86, #913088

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

 dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild
index e03884c7b7ff..4ded2903fe37 100644
--- a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



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

2023-08-26 Thread Sam James
commit: 0bf5c72b6988f850d850fb23dc97fc4538401547
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf5c72b

dev-perl/Moose: Stabilize 2.220.600 amd64, #913090

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

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

diff --git a/dev-perl/Moose/Moose-2.220.600.ebuild 
b/dev-perl/Moose/Moose-2.220.600.ebuild
index a120304b694e..db17d68af87c 100644
--- a/dev-perl/Moose/Moose-2.220.600.ebuild
+++ b/dev-perl/Moose/Moose-2.220.600.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=virtual/perl-Carp-1.220.0



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

2023-08-26 Thread Sam James
commit: e04a8efb9f687e4f1cc3163f11967e5294804b92
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04a8efb

media-libs/libplacebo: Stabilize 6.292.1 ppc64, #913092

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

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

diff --git a/media-libs/libplacebo/libplacebo-6.292.1.ebuild 
b/media-libs/libplacebo/libplacebo-6.292.1.ebuild
index b3287dc6b4f4..37c5d2ae5b20 100644
--- a/media-libs/libplacebo/libplacebo-6.292.1.ebuild
+++ b/media-libs/libplacebo/libplacebo-6.292.1.ebuild
@@ -19,7 +19,7 @@ else
)
"
S="${WORKDIR}/${PN}-v${PV}"
-   KEYWORDS="~amd64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 ppc64 ~x86"
 fi
 
 DESCRIPTION="Reusable library for GPU-accelerated image processing primitives"



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

2023-08-26 Thread Sam James
commit: 2939efad4fe68e89fe65dad32e86570e76be3f0a
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2939efad

media-video/mpv: Stabilize 0.36.0-r1 ppc64, #913092

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

 media-video/mpv/mpv-0.36.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/mpv/mpv-0.36.0-r1.ebuild 
b/media-video/mpv/mpv-0.36.0-r1.ebuild
index 5761951972fc..9af42f73035f 100644
--- a/media-video/mpv/mpv-0.36.0-r1.ebuild
+++ b/media-video/mpv/mpv-0.36.0-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://github.com/mpv-player/mpv.git;
 else
SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~x86 
~amd64-linux"
 fi
 
 DESCRIPTION="Media player for the command line"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Perl-Releases/

2023-08-26 Thread Sam James
commit: 86149abf3950501c88a26c07fb60269c9860f72b
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86149abf

dev-perl/CPAN-Perl-Releases: Stabilize 5.202.307.200 amd64, #913088

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

 dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild 
b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild
index 6263b509dd49..e03884c7b7ff 100644
--- a/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild
+++ b/dev-perl/CPAN-Perl-Releases/CPAN-Perl-Releases-5.202.307.200.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Mapping Perl releases on CPAN to the location of the tarballs"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



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

2023-08-26 Thread Sam James
commit: 1dfed0e47dd735166cfb55b84422e2e2e1cadccf
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfed0e4

dev-perl/Moose: Stabilize 2.220.600 arm64, #913090

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

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

diff --git a/dev-perl/Moose/Moose-2.220.600.ebuild 
b/dev-perl/Moose/Moose-2.220.600.ebuild
index a6b634014f24..b8c3a3fa6b52 100644
--- a/dev-perl/Moose/Moose-2.220.600.ebuild
+++ b/dev-perl/Moose/Moose-2.220.600.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=virtual/perl-Carp-1.220.0



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

2023-08-26 Thread Sam James
commit: 69b5c58081ff7dfbdfaf84d404a95b762f0421a7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b5c580

dev-perl/Moose: Stabilize 2.220.600 ppc64, #913090

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

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

diff --git a/dev-perl/Moose/Moose-2.220.600.ebuild 
b/dev-perl/Moose/Moose-2.220.600.ebuild
index b8c3a3fa6b52..a120304b694e 100644
--- a/dev-perl/Moose/Moose-2.220.600.ebuild
+++ b/dev-perl/Moose/Moose-2.220.600.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=virtual/perl-Carp-1.220.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-SSH-Perl/

2023-08-26 Thread Sam James
commit: 65c36ba5be1683279443c172005bfdc373d9b4f7
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 01:26:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 01:26:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c36ba5

dev-perl/Net-SSH-Perl: Stabilize 2.141.0 x86, #913089

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

 dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.141.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.141.0.ebuild 
b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.141.0.ebuild
index 05f1ac67c090..e73f9e5de639 100644
--- a/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.141.0.ebuild
+++ b/dev-perl/Net-SSH-Perl/Net-SSH-Perl-2.141.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl client Interface to SSH"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="minimal"
 
 RDEPEND="



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

2023-08-26 Thread Yixun Lan
commit: 717c460c6e085320d7750ae164833a75b1c1d5ba
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Aug 27 00:26:27 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Aug 27 00:34:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717c460c

media-gfx/feh: update maintainers

Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/feh/metadata.xml | 8 
 1 file changed, 8 insertions(+)

diff --git a/media-gfx/feh/metadata.xml b/media-gfx/feh/metadata.xml
index defb52c9b514..6c3b9a548852 100644
--- a/media-gfx/feh/metadata.xml
+++ b/media-gfx/feh/metadata.xml
@@ -1,10 +1,18 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   or...@riseup.net
+   orbea
+   

d...@gentoo.org
Yixun Lan

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

derf/feh




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

2023-08-26 Thread Yixun Lan
commit: 17cb026ea1ea6bdd19a9b1011cf97316a602c119
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Aug 27 00:16:42 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Aug 27 00:34:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cb026e

x11-misc/xclip: add orbea as maintanier

also list myself as a proxy maintainer

Signed-off-by: Yixun Lan  gentoo.org>

 x11-misc/xclip/metadata.xml | 19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/x11-misc/xclip/metadata.xml b/x11-misc/xclip/metadata.xml
index 4957006e32e3..7f3389a92687 100644
--- a/x11-misc/xclip/metadata.xml
+++ b/x11-misc/xclip/metadata.xml
@@ -1,8 +1,19 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  
-astrand/xclip
-  
+   
+   or...@riseup.net
+   orbea
+   
+   
+   d...@gentoo.org
+   Yixun Lan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   astrand/xclip
+   
 



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

2023-08-26 Thread Ionen Wolkens
commit: d77d1ac3f782b46378739debf97ac94d1fb913cb
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Aug 27 00:13:18 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Aug 27 00:13:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d77d1ac3

media-libs/libplacebo: drop 6.292.0

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

 media-libs/libplacebo/Manifest  |  1 -
 media-libs/libplacebo/libplacebo-6.292.0.ebuild | 96 -
 2 files changed, 97 deletions(-)

diff --git a/media-libs/libplacebo/Manifest b/media-libs/libplacebo/Manifest
index 7a24165dca7f..357740ae2eda 100644
--- a/media-libs/libplacebo/Manifest
+++ b/media-libs/libplacebo/Manifest
@@ -1,4 +1,3 @@
 DIST libplacebo-glad-2.0.4.tar.gz 599932 BLAKE2B 
788d2b70222fd09eea02515bdf3cbc147540631bf35fe39f12aa21fdbabf3d229f4234a430217dfaf3363934b8be12dd6a19871049a7b117deb8260ec69f8c67
 SHA512 
328d0dbe33e69f846d1c54226c6675694404f41e53c4762e6013c7bfe76b0700f0b28f4117a2018a09c9c23ccb6ad94d7b20882fefc2513941a4515686c9b9e7
 DIST libplacebo-v5.264.1.tar.gz 725394 BLAKE2B 
421de50ef5e2270e3ba32dd85d92d816a374257442b535face6cb8501d565652aae530b86a7d717c9352c6a82ca665ff7d91c2d9768365780cbbe4f48d1d3276
 SHA512 
305f43b71f078f4113def43c444df667dfbdd2a6a34d3b457b15da0b3499ca97ec9a8acbd151d58c8e1a593ace3d8aa61067b32556c6bae451efbb217d60a731
-DIST libplacebo-v6.292.0.tar.bz2 623292 BLAKE2B 
6ae5c0aaadf88e3e4ba2e4a95d0ac939d7a64ae65bef0c6fd3dbc294e9eb953d3114ab718e1b58476971bf24ec2632e8176bc4346ff59bfe7b24537c833a4f21
 SHA512 
30a7990e9aee5f18e0517a281017fb69be521390972bdb38c0db09ef83144673b1f59dd4c1f42c3f4ee298544ba032a74c5e672ef028fbbf20e178a059270864
 DIST libplacebo-v6.292.1.tar.bz2 702879 BLAKE2B 
74319bdffb141d4ab50c04312dbcce8fe7926d28b59b2c088a975fec30b86b38bb99afc375de5d421f8f633524deb4a74bb30cd60ffb69b16caceccd0f4f13d9
 SHA512 
a519d540e5063905c7125ca90334471a21868e2795d3e2da502fe12adfa69555de5369b14d1d45f9d2b0ac589379ad687488896c6dbe22f1dbd7cc6f9eef544f

diff --git a/media-libs/libplacebo/libplacebo-6.292.0.ebuild 
b/media-libs/libplacebo/libplacebo-6.292.0.ebuild
deleted file mode 100644
index 98e20244f513..
--- a/media-libs/libplacebo/libplacebo-6.292.0.ebuild
+++ /dev/null
@@ -1,96 +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-multilib python-any-r1
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git;
-   inherit git-r3
-else
-   GLAD_PV=2.0.4
-   SRC_URI="
-   
https://code.videolan.org/videolan/libplacebo/-/archive/v${PV}/libplacebo-v${PV}.tar.bz2
-   opengl? ( 
https://github.com/Dav1dde/glad/archive/refs/tags/v${GLAD_PV}.tar.gz -> 
${PN}-glad-${GLAD_PV}.tar.gz )"
-   S="${WORKDIR}/${PN}-v${PV}"
-   KEYWORDS="~amd64 ~ppc64 ~x86"
-fi
-
-DESCRIPTION="Reusable library for GPU-accelerated image processing primitives"
-HOMEPAGE="https://code.videolan.org/videolan/libplacebo/;
-
-LICENSE="LGPL-2.1+ opengl? ( MIT )"
-SLOT="0/$(ver_cut 2 ${PV}.)" # soname
-IUSE="glslang lcms llvm-libunwind +opengl +shaderc test unwind +vulkan"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="vulkan? ( || ( glslang shaderc ) )"
-
-# libglvnd is used with dlopen() through glad (inc. egl/gles)
-RDEPEND="
-   lcms? ( media-libs/lcms:2[${MULTILIB_USEDEP}] )
-   opengl? ( media-libs/libglvnd[${MULTILIB_USEDEP}] )
-   shaderc? ( media-libs/shaderc[${MULTILIB_USEDEP}] )
-   !shaderc? ( glslang? ( dev-util/glslang:=[${MULTILIB_USEDEP}] ) )
-   unwind? (
-   llvm-libunwind? ( sys-libs/llvm-libunwind[${MULTILIB_USEDEP}] )
-   !llvm-libunwind? ( sys-libs/libunwind:=[${MULTILIB_USEDEP}] )
-   )
-   vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )"
-# vulkan-headers is required even with USE=-vulkan (bug #882065)
-DEPEND="
-   ${RDEPEND}
-   dev-util/vulkan-headers"
-BDEPEND="
-   $(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-5.229.1-llvm-libunwind.patch
-   "${FILESDIR}"/${PN}-5.229.1-python-executable.patch
-)
-
-python_check_deps() {
-   python_has_version "dev-python/jinja[${PYTHON_USEDEP}]"
-}
-
-src_unpack() {
-   if [[ ${PV} ==  ]]; then
-   local EGIT_SUBMODULES=( $(usev opengl 3rdparty/glad) )
-   git-r3_src_unpack
-   else
-   default
-   if use opengl; then
-   rmdir "${S}"/3rdparty/glad || die
-   mv glad-${GLAD_PV} "${S}"/3rdparty/glad || die
-   fi
-   fi
-}
-
-src_prepare() {
-   default
-
-   # typically auto-skipped, but may assume usable opengl/vulkan then hang
-   sed -i "/tests += 'opengl_surfaceless.c'/d" src/opengl/meson.build || 
die
-   sed -i "/tests += 

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

2023-08-26 Thread Sam James
commit: 9a9621d863c8829b54cdd76124c94f83ddd006c5
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 00:08:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 00:08:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a9621d8

app-portage/gentoolkit: update comment wrt portage version

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

 app-portage/gentoolkit/gentoolkit-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-portage/gentoolkit/gentoolkit-.ebuild 
b/app-portage/gentoolkit/gentoolkit-.ebuild
index f2a2e460b5f9..bceaba71f64b 100644
--- a/app-portage/gentoolkit/gentoolkit-.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 PYTHON_REQ_USE="xml(+),threads(+)"
 
 inherit distutils-r1 tmpfiles
@@ -23,7 +23,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools;
 LICENSE="GPL-2"
 SLOT="0"
 
-# Need newer Portage for XML fix, bug #857537
+# Need newer Portage for eclean-pkg API, bug #900224
 DEPEND="
>=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
 "



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

2023-08-26 Thread Sam James
commit: 1b1ed59070124efda1fa7c738b038aeb006d5b85
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 27 00:06:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 00:06:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b1ed590

app-portage/mirrorselect: add 2.4.0

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

 app-portage/mirrorselect/Manifest| 1 +
 .../mirrorselect/{mirrorselect-.ebuild => mirrorselect-2.4.0.ebuild} | 1 +
 app-portage/mirrorselect/mirrorselect-.ebuild| 1 +
 3 files changed, 3 insertions(+)

diff --git a/app-portage/mirrorselect/Manifest 
b/app-portage/mirrorselect/Manifest
index c3df53f89d10..a49c6b7c21ab 100644
--- a/app-portage/mirrorselect/Manifest
+++ b/app-portage/mirrorselect/Manifest
@@ -1,3 +1,4 @@
 DIST mirrorselect-2.2.6.tar.gz 16727 BLAKE2B 
8875bf61e26ac474338d81a602297fa4fdf3fab3dbd478b02129dbe71f2d09445efa9b82792e3e654725c5e87a4ca00d37a3d924f8bd6f2decdf74148d1069c8
 SHA512 
ff2b88bf568f79182275e2c85cafbeee7cbeb0226225a7c3289f0a1d7a8b5eae9d41c69b099bb7e0cc9b0300b23afea43c3ac1baa13f37c696159bb1b3ac05f8
 DIST mirrorselect-2.3.0.tar.gz 18039 BLAKE2B 
eebc4a02257b734c3dfd05cee541369689b92548b5421e977dd451442e8c83e426a03845a46e92eaa01507e0cba2b3679c97db2c00f012619cf9f551cfa1e1af
 SHA512 
fc040bf6a9cc79f781157c7b65c6366c86dd54d583b4286845e3d037a2709c376e9132889e9dbe2cd40846cd7bd138aae7111d1a442a421101db756cc259b535
+DIST mirrorselect-2.4.0.tar.gz 17315 BLAKE2B 
8d1fe0008147d2b15d5edf8ae14cd2782771e848bbd38dff84f6ddbc4120f8727aeb23d0006db6b9ccbfe0918a7aeb1fe6227fa61c2aa82e20da3e773ce9ab4a
 SHA512 
d3fbb7499e4a072b24b21fbd83d503f2c2ba8d2704582b6a529f3167c07453a656f3d22cd3cb5ddba35393cf5cd946788099777ecf37af60bd0648b7e1886ae2
 DIST mirrorselect-test 102403 BLAKE2B 
8f23cebf111912ea6fcdea5f4a50a84751a4dd0c62956555a5c0b4fbe15d2329424a65b18c3608440bc0fedd4b2d25fc74cfe91e6e434eb90b7090b36e17b65f
 SHA512 
f43d92e9bf7e77c8f04449a786cb659bdfc07257892caca842ab4a63eb9c5351fa48130c2e163857f3233a595cea7b83f5ea9fa879b782e15b73beb62f0e5e27

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
similarity index 94%
copy from app-portage/mirrorselect/mirrorselect-.ebuild
copy to app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
index c3e54ebd2ad0..7bfb3b6cf4ec 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-2.4.0.ebuild
@@ -19,6 +19,7 @@ if [[ ${PV} ==  ]] ; then
SSL_FETCH_VER=
 else
SRC_URI="
+   
https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz

https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"

diff --git a/app-portage/mirrorselect/mirrorselect-.ebuild 
b/app-portage/mirrorselect/mirrorselect-.ebuild
index c3e54ebd2ad0..7bfb3b6cf4ec 100644
--- a/app-portage/mirrorselect/mirrorselect-.ebuild
+++ b/app-portage/mirrorselect/mirrorselect-.ebuild
@@ -19,6 +19,7 @@ if [[ ${PV} ==  ]] ; then
SSL_FETCH_VER=
 else
SRC_URI="
+   
https://gitweb.gentoo.org/proj/mirrorselect.git/snapshot/${P}.tar.gz
https://dev.gentoo.org/~dolsen/releases/mirrorselect/${P}.tar.gz

https://dev.gentoo.org/~dolsen/releases/mirrorselect/mirrorselect-test
"



[gentoo-commits] proj/mirrorselect: New tag: 2.4.0

2023-08-26 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 27 00:03:50 2023 +

New tag: 2.4.0




[gentoo-commits] repo/gentoo:master commit in: net-im/slack/

2023-08-26 Thread Yixun Lan
commit: f4aabd140144a38442d46aa24d37ca18668cff04
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Aug 26 22:39:18 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Aug 26 23:51:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4aabd14

net-im/slack: drop 4.29.149-r1

Signed-off-by: Yixun Lan  gentoo.org>

 net-im/slack/Manifest |   1 -
 net-im/slack/slack-4.29.149-r1.ebuild | 116 --
 2 files changed, 117 deletions(-)

diff --git a/net-im/slack/Manifest b/net-im/slack/Manifest
index da4237660810..8fb7206c6dd1 100644
--- a/net-im/slack/Manifest
+++ b/net-im/slack/Manifest
@@ -1,3 +1,2 @@
-DIST slack-desktop-4.29.149-amd64.deb 72943850 BLAKE2B 
1d36947c5b4da0a2e301b3510dff9e5d3dbc6a3a2f0411980792984a497578d239dbc90dfb6af5cfe6d87dbcb7c3acac3b79c86daf6d58a4a9e69223472447f6
 SHA512 
9771af26efdadfe7eed5945b57900360b50804642e62db42cb2af20c3246edfdadf491deb2d1004a02e6dc545def079ecf6ab175e4d27f1989bcc8cbaf12366c
 DIST slack-desktop-4.33.84-amd64.deb 75875434 BLAKE2B 
fdef90196d024ca486d31907d04cbb8bf091e36c61606a71b3336d3e5bd3bf8be559e74f692ef94f6dbc9393ac8836443c6b87411eff56793c36bd311a219ba1
 SHA512 
4ef9981bfb1447d69f15ea1858c35318be4025a2d9894cc0a4a19fb0c5464d6787d0e7f2d951c7a438e4ef8a383c7b6e6ce14989855d5b6f71069606f6730de6
 DIST slack-desktop-4.33.90-amd64.deb 75909318 BLAKE2B 
aced2bf58e85ebecfcf99bc3bd0d8f3d9f712493e9de51c753f461fad0a089e578430dcc5081c8ffcdbcc62e3619b1d13a3576c25dfa0ee34e1c2c958ab06a8c
 SHA512 
c4c21c5e2932f12ebe9d36c5ca23a7b8086acb930b585d199b2499e992599dcfc3157325799364d62678feafc3ce5186f05dbb23728106a727fd9ff35d55eeb7

diff --git a/net-im/slack/slack-4.29.149-r1.ebuild 
b/net-im/slack/slack-4.29.149-r1.ebuild
deleted file mode 100644
index b419bde7efde..
--- a/net-im/slack/slack-4.29.149-r1.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MULTILIB_COMPAT=( abi_x86_64 )
-
-inherit desktop multilib-build optfeature pax-utils unpacker xdg
-
-DESCRIPTION="Team collaboration tool"
-HOMEPAGE="https://slack.com;
-SRC_URI="https://downloads.slack-edge.com/releases/linux/${PV}/prod/x64/${PN}-desktop-${PV}-amd64.deb;
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="appindicator +seccomp suid wayland"
-RESTRICT="bindist mirror"
-
-RDEPEND="app-accessibility/at-spi2-atk:2[${MULTILIB_USEDEP}]
-   app-accessibility/at-spi2-core:2[${MULTILIB_USEDEP}]
-   dev-libs/atk:0[${MULTILIB_USEDEP}]
-   dev-libs/expat:0[${MULTILIB_USEDEP}]
-   dev-libs/glib:2[${MULTILIB_USEDEP}]
-   dev-libs/nspr:0[${MULTILIB_USEDEP}]
-   dev-libs/nss:0[${MULTILIB_USEDEP}]
-   dev-libs/wayland[${MULTILIB_USEDEP}]
-   media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
-   media-libs/mesa:0[${MULTILIB_USEDEP}]
-   net-print/cups:0[${MULTILIB_USEDEP}]
-   sys-apps/dbus:0[${MULTILIB_USEDEP}]
-   x11-libs/cairo:0[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   x11-libs/gtk+:3[${MULTILIB_USEDEP}]
-   x11-libs/libdrm:0[${MULTILIB_USEDEP}]
-   x11-libs/libX11:0[${MULTILIB_USEDEP}]
-   x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}]
-   x11-libs/libXcomposite:0[${MULTILIB_USEDEP}]
-   x11-libs/libXdamage:0[${MULTILIB_USEDEP}]
-   x11-libs/libXext:0[${MULTILIB_USEDEP}]
-   x11-libs/libXfixes:0[${MULTILIB_USEDEP}]
-   x11-libs/libxkbcommon:0[${MULTILIB_USEDEP}]
-   x11-libs/libxkbfile:0[${MULTILIB_USEDEP}]
-   x11-libs/libXrandr:0[${MULTILIB_USEDEP}]
-   x11-libs/pango:0[${MULTILIB_USEDEP}]
-   appindicator? ( dev-libs/libayatana-appindicator )"
-
-QA_PREBUILT="opt/slack/chrome-sandbox
-   opt/slack/chrome_crashpad_handler
-   opt/slack/libEGL.so
-   opt/slack/libGLESv2.so
-   opt/slack/libffmpeg.so
-   opt/slack/libvk_swiftshader.so
-   opt/slack/libvulkan.so.1
-   opt/slack/resources/app.asar.unpacked/node_modules/*
-   opt/slack/slack
-   opt/slack/swiftshader/libEGL.so
-   opt/slack/swiftshader/libGLESv2.so"
-
-S="${WORKDIR}"
-
-src_prepare() {
-   default
-
-   # remove hardcoded path, logging noise (wrt 694058, 711494)
-   sed -i  -e '/Icon/s|/usr/share/pixmaps/slack.png|slack|' \
-   -e '/Exec/s|slack|slack -s|' \
-   usr/share/applications/slack.desktop \
-   || die "sed failed in Icon for slack.desktop"
-
-   if use appindicator ; then
-   sed -i '/Exec/s|=|=env XDG_CURRENT_DESKTOP=Unity |' \
-   usr/share/applications/slack.desktop \
-   || die "sed failed for appindicator"
-   fi
-
-   if ! use seccomp ; then
-   sed -i '/Exec/s/%U/%U --disable-seccomp-filter-sandbox/' \
-   usr/share/applications/slack.desktop \
-   || die "sed failed for seccomp"
-   fi
-
-   if use 

[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2023-08-26 Thread Conrad Kostecki
commit: 3c041092a7b981f1d45013b5c222f494c027e3c2
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:53:53 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c041092

games-server/bedrock-server: add 1.20.15.01

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-server/bedrock-server/Manifest   |  1 +
 .../bedrock-server-1.20.15.01.ebuild   | 55 ++
 2 files changed, 56 insertions(+)

diff --git a/games-server/bedrock-server/Manifest 
b/games-server/bedrock-server/Manifest
index 2cf0b1d96678..f42dda6955ba 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1,3 +1,4 @@
 DIST bedrock-server-1.20.11.01.zip 88510688 BLAKE2B 
556afdb0c0b20502864c04bad027c3f58350ed8b5467fe2cd4cad8cdcd7fbd9c728c8f06d0c91c9efc9a590fd6245fc63aaa4d8c32eb9e65b22af9ec3d2ca083
 SHA512 
cb567ebdedcb2b08091f864dedc702ae90cec23a66e70133de7107573a748294269ab847ca604680ae33e66db381793960d4925daa0e9ee1667eff032d3f
 DIST bedrock-server-1.20.13.01.zip 88509565 BLAKE2B 
0b4d1a14a080270abc5d84ea4aefd6795a1b5bb2b897795b6ad87a861d47fc042cc328eae7df82624aa3f3087ecac197a620698bb6afa9f2bc43acd3e756965f
 SHA512 
a72d1dc738704c18f5d9425f45f58fd4a2a48a243c538d6d1612b322259cc7cb81d524bd0fd777359dfb1a06f3173e60bba82a8c8d7873536b801b1805411d70
 DIST bedrock-server-1.20.14.01.zip 88509893 BLAKE2B 
b4e9b6734f8224a0199b8ed2ad0ad62591c81fed63642bc70f56093f988ec0cf7cd970bb0fa53b60381bdb4b4b1a7196a8b90e1090d2e9ef3d37a924bec8388b
 SHA512 
badf8d63a8b09b47933efb1dc682a5ceca06f9c568e98bc49ac908e2018857bf9bb00ce520529dcd8a0a3097ec3e5dbe2131b87acc722373eff1610ba89c91f1
+DIST bedrock-server-1.20.15.01.zip 88509582 BLAKE2B 
5e35dfcfd1349ca453745f6eb61b6e6a088b422c30f5d3d38523bcadb0ac56c31da69a190572172f400e7f1cfc7f69dcea2c113721bc8caabb6e7235910e4053
 SHA512 
2ca59085071ebf7a974ce2f51669244d8d378dcfb83d3833a520676a070089f328372b8222c37bab453f07ecf55fdf4ae4170b6ee7a7624ea1bd29ec6e00d367

diff --git a/games-server/bedrock-server/bedrock-server-1.20.15.01.ebuild 
b/games-server/bedrock-server/bedrock-server-1.20.15.01.ebuild
new file mode 100644
index ..885e6a8334b8
--- /dev/null
+++ b/games-server/bedrock-server/bedrock-server-1.20.15.01.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd
+
+DESCRIPTION="The official bedrock (non-java) based server for the sandbox 
video game"
+HOMEPAGE="https://www.minecraft.net/;
+SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip;
+S="${WORKDIR}"
+
+LICENSE="Mojang"
+SLOT="0"
+KEYWORDS="-* amd64"
+
+RDEPEND="
+   acct-group/bedrock
+   acct-user/bedrock
+   app-misc/dtach
+   net-misc/curl
+"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+DOCS=(
+   "bedrock_server_how_to.html"
+   "release-notes.txt"
+)
+
+QA_PREBUILT="opt/bedrock-server/bedrock_server"
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   exeinto /opt/bedrock-server
+   doexe bedrock_server
+
+   insinto /opt/bedrock-server
+   doins {allowlist,permissions}.json server.properties
+   doins -r {behavior,resource}_packs definitions
+
+   dodir /opt/bin
+   dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server
+
+   newinitd "${FILESDIR}"/bedrock-server.initd-r4 bedrock-server
+   newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server
+   systemd_newunit "${FILESDIR}"/bedrock-server.service 
bedrock-server@.service
+
+   einstalldocs
+}



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

2023-08-26 Thread Conrad Kostecki
commit: ea31cb00bb0ffc987e3cc0a667994ff7790e986d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:45:56 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea31cb00

sys-auth/AusweisApp2: drop 1.26.4, 1.26.5, 1.26.6

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-auth/AusweisApp2/AusweisApp2-1.26.4.ebuild | 51 --
 sys-auth/AusweisApp2/AusweisApp2-1.26.5.ebuild | 51 --
 sys-auth/AusweisApp2/AusweisApp2-1.26.6.ebuild | 51 --
 sys-auth/AusweisApp2/Manifest  |  3 --
 4 files changed, 156 deletions(-)

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.26.4.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.26.4.ebuild
deleted file mode 100644
index 5e3970ddaa02..
--- a/sys-auth/AusweisApp2/AusweisApp2-1.26.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   net-libs/http-parser:0=
-   sys-apps/pcsc-lite
-   virtual/udev"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=OFF
-   -DQt=Qt5
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.26.5.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.26.5.ebuild
deleted file mode 100644
index e5e3ddda4634..
--- a/sys-auth/AusweisApp2/AusweisApp2-1.26.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   net-libs/http-parser:0=
-   sys-apps/pcsc-lite
-   virtual/udev"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=OFF
-   -DQt=Qt5
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.26.6.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.26.6.ebuild
deleted file mode 100644
index e5e3ddda4634..
--- a/sys-auth/AusweisApp2/AusweisApp2-1.26.6.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Official authentication app for German ID cards and residence 
permits"
-HOMEPAGE="https://www.ausweisapp.bund.de/;
-SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="EUPL-1.2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   virtual/pkgconfig"
-
-RDEPEND="
-   dev-libs/openssl:0=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwebsockets:5[qml]
-   dev-qt/qtwidgets:5
-   net-libs/http-parser:0=
-   sys-apps/pcsc-lite
-   virtual/udev"
-
-DEPEND="${RDEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DBUILD_SHARED_LIBS=OFF
-   -DQt=Qt5
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/sys-auth/AusweisApp2/Manifest b/sys-auth/AusweisApp2/Manifest
index 

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2023-08-26 Thread Conrad Kostecki
commit: 374e4b822d0848331f53a533aa69dfc7da716ede
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 23:02:04 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374e4b82

games-fps/eduke32: add 20230826.10364

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-fps/eduke32/Manifest  |   1 +
 games-fps/eduke32/eduke32-20230826.10364.ebuild | 218 
 2 files changed, 219 insertions(+)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index a8203f4a22d7..8e040c3bffe2 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -6,3 +6,4 @@ DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
 DIST eduke32_src_20230123-10167-1a90b9883.tar.xz 17453612 BLAKE2B 
763624f23ccafb340decd879d9906fdf59403f303bb6dd628ca41fae1217cd07cb3b61115101098ce6f897b16ed0783147e7d3c8138af586f23e90b7ea4a920f
 SHA512 
beae1c9a34656530bb031eea9847339af0e28ff9dba029d2ae3539bd726c17f74b3b4929d6fa46c04b1966f985b97dcfd5a5da253d2ecc89d2b50d9ecefacea6
+DIST eduke32_src_20230826-10364-c257d5a65.tar.xz 18711604 BLAKE2B 
ea4cb72f58aad0336e36ac0509701f51f84c2255e57c1440c0fb581f708a20e31b73406211b657f453b19d74de5e4ddfd8accc278af09901f7cff75456f33966
 SHA512 
2c0f065dcb39c91931d3b4cb9822bb2d976f7771b3119d75f241ee052400c2f0cce0b56d46fdd3c1cf873c91722f932f433828d0e7d95ead1d146d1ea433f999

diff --git a/games-fps/eduke32/eduke32-20230826.10364.ebuild 
b/games-fps/eduke32/eduke32-20230826.10364.ebuild
new file mode 100644
index ..6ba5145aa6f4
--- /dev/null
+++ b/games-fps/eduke32/eduke32-20230826.10364.ebuild
@@ -0,0 +1,218 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop toolchain-funcs xdg-utils
+
+EGIT_COMMIT="c257d5a65"
+MY_BUILD="$(ver_cut 2)"
+MY_DATE="$(ver_cut 1)"
+MY_PV_HRP="5.4"
+MY_PV_OFFENSIVE_XXX="1.33"
+MY_PV_OPL="2.01"
+MY_PV_PSX="1.11"
+MY_PV_SC55="4.02"
+MY_PV_VOXELS="1.21"
+
+DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
+HOMEPAGE="http://www.eduke32.com/;
+SRC_URI="
+   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}/${PN}_src_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}.tar.xz
+   http://www.eduke32.com/images/eduke32_classic.png
+   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
+   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
+   opl? ( 
https://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
+   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
+   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
+   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
+"
+S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}"
+
+LICENSE="BUILDLIC GPL-2 HRP"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk 
timidity tools voidsw voxels vpx xmp"
+REQUIRED_USE="
+   hrp? ( duke3d !voxels )
+   offensive? ( duke3d )
+   opl? ( duke3d !sc-55 )
+   psx? ( duke3d )
+   sc-55? ( duke3d !opl )
+   voxels? ( !hrp )
+   vpx? ( opengl )
+"
+
+# There are no tests,
+# instead it tries to build a test game, which does not compile
+RESTRICT="bindist test"
+
+RDEPEND="
+   media-libs/flac:=
+   media-libs/libogg
+   media-libs/libsdl2[alsa,joystick,opengl?,sound,video]
+   media-libs/libvorbis
+   media-libs/sdl2-mixer[flac,fluidsynth?,midi,timidity?,vorbis]
+   sys-libs/zlib
+   gtk? ( x11-libs/gtk+:2 )
+   opengl? (
+   virtual/glu
+   virtual/opengl
+   )
+   png? ( media-libs/libpng:0= )
+   vpx? ( media-libs/libvpx:= )
+   xmp? ( media-libs/exempi:2= )
+"
+
+DEPEND="
+   ${RDEPEND}
+   timidity? ( media-sound/timidity++ )
+"
+
+BDEPEND="
+   app-arch/unzip
+

[gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-vc-intrinsics/

2023-08-26 Thread Conrad Kostecki
commit: e744dd9591992da4a82976593fa94a164471df49
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 23:04:26 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e744dd95

dev-libs/intel-vc-intrinsics: add 0.13.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/intel-vc-intrinsics/Manifest  |  1 +
 .../intel-vc-intrinsics-0.13.0.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-libs/intel-vc-intrinsics/Manifest 
b/dev-libs/intel-vc-intrinsics/Manifest
index ec352c34cef5..497c7784fca8 100644
--- a/dev-libs/intel-vc-intrinsics/Manifest
+++ b/dev-libs/intel-vc-intrinsics/Manifest
@@ -1 +1,2 @@
 DIST intel-vc-intrinsics-0.12.3.tar.gz 140736 BLAKE2B 
ea01f108679d4e44f65c7e298b727a3d4cba80a98b15a330aaf88785dd7d958d02eeeb632a59c3494d0eaf063654209e36aab6323eae8deb6280095e571b4ea4
 SHA512 
b816ebd5b6778c63b2a97d93afbd9eb63e43e229b37abf4913186940d707e4132cf3dd60d252e3c73e7b9e9707606bec41e2dfacc421d37f13fef950476b697b
+DIST intel-vc-intrinsics-0.13.0.tar.gz 142690 BLAKE2B 
e4069a873d566748e8f8d32acb99ce3ccb504acd3d974b60f8ffb2ea79f5ff99667b153f23bcc40b5f93da43b6adf073aa6ad94f0234a167b8813079496e7441
 SHA512 
209fab98b614317823a28ebdcde38bcdd653508d315c7fc3a52d75fe05587871f200e5136398ff3e37488b8457ea398a844b92ccb51bf3adea1975d99779c3b6

diff --git a/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.13.0.ebuild 
b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.13.0.ebuild
new file mode 100644
index ..3126e96d78cc
--- /dev/null
+++ b/dev-libs/intel-vc-intrinsics/intel-vc-intrinsics-0.13.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE="Release"
+LLVM_MAX_SLOT="15"
+MY_PN="${PN/intel-/}"
+MY_P="${MY_PN}-${PV}"
+PYTHON_COMPAT=( python3_{9..12} )
+
+inherit cmake llvm python-any-r1
+
+DESCRIPTION="A set of new intrinsics on top of core LLVM IR instructions"
+HOMEPAGE="https://github.com/intel/vc-intrinsics;
+SRC_URI="https://github.com/intel/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   dev-libs/libxml2:2=
+   sys-devel/llvm:${LLVM_MAX_SLOT}
+   sys-libs/zlib
+"
+RDEPEND="${DEPEND}"
+BDEPEND="${PYTHON_DEPS}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DLLVM_DIR="$(get_llvm_prefix ${LLVM_MAX_SLOT})"
+   )
+
+   cmake_src_configure
+}



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

2023-08-26 Thread Conrad Kostecki
commit: 2b971a01021f8a0a9b59bf700c9da3322ccaee21
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 23:05:02 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b971a01

dev-libs/level-zero: add 1.13.5

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-libs/level-zero/Manifest |  1 +
 dev-libs/level-zero/level-zero-1.13.5.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-libs/level-zero/Manifest b/dev-libs/level-zero/Manifest
index 45092d1136c6..7769a2855603 100644
--- a/dev-libs/level-zero/Manifest
+++ b/dev-libs/level-zero/Manifest
@@ -1 +1,2 @@
 DIST level-zero-1.13.1.tar.gz 886141 BLAKE2B 
721d8c6265b168b793d6072ff2f679dbecef31005315d369a740bc1877f3645b5f8bc56caccd425ccd5e54b86344b42da949d3454df2779158f4671accb0d1c5
 SHA512 
1da12b0a4b60c674760cae80099c9c0422002a157a877b044fff5e8c1c214ab9c4877a2a5087cc1609a723685dbce09c94d7643279d5b4f3b2a8db8bb8e10c1c
+DIST level-zero-1.13.5.tar.gz 917575 BLAKE2B 
f6c015bb194eff386ac5bbb077fcd58526c0ee9d3db93c8ea55286f4b20a7772b9a3705ea55ef6f4ebef278ea67f7f21dd2fafe0c7f277a0c2288e8853673218
 SHA512 
1b1cfec12f06e1095f17c21d3deffec2645b8bdca24d62594602c896a355627c24185415e77e2a4c540316be5b851727ea4619282333ff0f0ad0e8724f726ee6

diff --git a/dev-libs/level-zero/level-zero-1.13.5.ebuild 
b/dev-libs/level-zero/level-zero-1.13.5.ebuild
new file mode 100644
index ..f019194f4f68
--- /dev/null
+++ b/dev-libs/level-zero/level-zero-1.13.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="oneAPI Level Zero headers, loader and validation layer"
+HOMEPAGE="https://github.com/oneapi-src/level-zero;
+SRC_URI="https://github.com/oneapi-src/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+
+src_prepare() {
+   cmake_src_prepare
+
+   # According to upstream, release tarballs should contain this file but 
at least
+   # some of them do not. Fortunately it is trivial to make one ourselves.
+   echo "$(ver_cut 3)" > "${S}"/VERSION_PATCH || die
+}



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

2023-08-26 Thread Conrad Kostecki
commit: 0033d56a458d91774ee145c13c3896ad11957447
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:53:09 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0033d56a

net-libs/libupnp: drop 1.14.15, 1.14.16

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  2 --
 net-libs/libupnp/libupnp-1.14.15.ebuild | 49 -
 net-libs/libupnp/libupnp-1.14.16.ebuild | 49 -
 3 files changed, 100 deletions(-)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 1f31b910df41..72bc3d58c640 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,4 +1,2 @@
-DIST libupnp-1.14.15.tar.gz 809246 BLAKE2B 
5918f41b64fe5e4a0209058f4706d724d0fcad74c8e3bfc2a54d6d5a1af253d4461ec43b0c896f1da14dcb3fb0925cbae3bc6eb015380e1cd23a3d88e6ed656f
 SHA512 
dde2563eaacdd288066012f001b819ec25ab51bc36aef23db71d2eb67eef778b6b2b10b35a2f6b3041ecef20167e873e1c54e17fc4a26e8d1d9f408e2050279d
-DIST libupnp-1.14.16.tar.gz 810632 BLAKE2B 
f9cebb6f0f5faea07e003f433100d4789e2f59d16a1d1733e1a644ca49ea8fc43b080359b6106c84e4681b6c491ecbbc6373766aaf962d6b97372dfd4abf4bd2
 SHA512 
f02d72415ec4891e019724b5774aed2bd470d64ff1f6c179140a3e61bfb34794f0e6069d5f4baf0d8260aae09eab607a61575f02c4f853616180aec7f701abd3
 DIST libupnp-1.14.17.tar.gz 810912 BLAKE2B 
8bb38dbdff59cf4fd6c222cf1000ecc195f8d33601d8c06476b0a238d6969fe695bcb52f721e4d88a95fa63ef568881e1628935c3b5ba063b72a3b3ee27ded8b
 SHA512 
d9af7231687bb694961822a9d3b1e9b04e52142f0245729902b240564579903858e01a5cfe53ff7a8fa77e44e36b840f0c355d2c79aaf0ced2498b4b1822ed6b
 DIST libupnp-1.14.18.tar.gz 811092 BLAKE2B 
ee95cafc10838817900f82b83d15cf5d925e36a4321c7000b963e9e986ca9165af55c4c90c6fdf5d9bfaf72695711337986d25498cb838d513470f20decf10cc
 SHA512 
68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394

diff --git a/net-libs/libupnp/libupnp-1.14.15.ebuild 
b/net-libs/libupnp/libupnp-1.14.15.ebuild
deleted file mode 100644
index 24f5f843803a..
--- a/net-libs/libupnp/libupnp-1.14.15.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/;
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   --enable-ipv6
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   econf ${myeconfargs[@]}
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/net-libs/libupnp/libupnp-1.14.16.ebuild 
b/net-libs/libupnp/libupnp-1.14.16.ebuild
deleted file mode 100644
index f95bbd0b6b0a..
--- a/net-libs/libupnp/libupnp-1.14.16.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_PN="pupnp"
-
-DESCRIPTION="An Portable Open Source UPnP Development Kit"
-HOMEPAGE="http://pupnp.sourceforge.net/;
-SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-release-${PV}"
-
-LICENSE="BSD"
-SLOT="0/17"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux"
-IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable blocking-tcp blocking-tcp-connections)
-   $(use_enable debug)
-   --enable-ipv6
-   $(use_enable reuseaddr)
-   $(use_enable samples)
-   $(use_enable ssl open_ssl)
-   $(use_enable static-libs static)
-   )
-
-   

[gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/

2023-08-26 Thread Conrad Kostecki
commit: a88a578a40ee047b46f42cc279981408089cc585
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 23:02:16 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a88a578a

games-fps/eduke32: drop 20230123.10167

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-fps/eduke32/Manifest  |   1 -
 games-fps/eduke32/eduke32-20230123.10167.ebuild | 218 
 2 files changed, 219 deletions(-)

diff --git a/games-fps/eduke32/Manifest b/games-fps/eduke32/Manifest
index 8e040c3bffe2..75c0ddb61586 100644
--- a/games-fps/eduke32/Manifest
+++ b/games-fps/eduke32/Manifest
@@ -5,5 +5,4 @@ DIST duke3d_psx-1.11.zip 7636016 BLAKE2B 
63094c0eb2343e443f98844675ddc23a138d87c
 DIST duke3d_voxels-1.21.zip 2997999 BLAKE2B 
dcb3103a82b45cfcf906d00147a57fe47997680ff7550973ed9741e62e78f9a099c1a13f65eaa133076d6551fcdfbf34e28ff59f2ad59f91ece98753e7d39523
 SHA512 
4b55dcc192cb2aa8830250fd222664272176bea8f6c6e4ac6d488abfecb1332b5793986c164fde78901904e2bde37e6ee4aa020c5eb578002de8f6102f44df15
 DIST duke3d_xxx-1.33.zip 26586453 BLAKE2B 
7e3c46172d3db1b2eb49eb07f243a9ead4f260d6b1dcae9f8bd599b8e9ba3a19068032afeb4ec2cf61742b6216e3a06c24f2b7e8903f9636f9d00f4d57ada47f
 SHA512 
4783d159610fc178e748446b7a5f9c13d90e1aca3cef34deb82e99655b7f4a254f1130e16dbcfad9013b95bc07161d5c5dccfcc552fbb7a88404b4b9cedbadbf
 DIST eduke32_classic.png 5129 BLAKE2B 
332ad44b7f6b4f51362387aa6870e7db54423ca5a1f0586cb5019322fb72317d8e88e0bbf46ac89b56290db7e2e4a8442179a6eb87a615fd741b5f00ce96a1c8
 SHA512 
b41dece8f1ddcadde3367a83f6029ffdc5805811b40380e270169684fb3b368258bd8caeb55623dadffb6fb9d72faf9a3d75907722623f4fac94a4347f8ce833
-DIST eduke32_src_20230123-10167-1a90b9883.tar.xz 17453612 BLAKE2B 
763624f23ccafb340decd879d9906fdf59403f303bb6dd628ca41fae1217cd07cb3b61115101098ce6f897b16ed0783147e7d3c8138af586f23e90b7ea4a920f
 SHA512 
beae1c9a34656530bb031eea9847339af0e28ff9dba029d2ae3539bd726c17f74b3b4929d6fa46c04b1966f985b97dcfd5a5da253d2ecc89d2b50d9ecefacea6
 DIST eduke32_src_20230826-10364-c257d5a65.tar.xz 18711604 BLAKE2B 
ea4cb72f58aad0336e36ac0509701f51f84c2255e57c1440c0fb581f708a20e31b73406211b657f453b19d74de5e4ddfd8accc278af09901f7cff75456f33966
 SHA512 
2c0f065dcb39c91931d3b4cb9822bb2d976f7771b3119d75f241ee052400c2f0cce0b56d46fdd3c1cf873c91722f932f433828d0e7d95ead1d146d1ea433f999

diff --git a/games-fps/eduke32/eduke32-20230123.10167.ebuild 
b/games-fps/eduke32/eduke32-20230123.10167.ebuild
deleted file mode 100644
index 20194e48fa48..
--- a/games-fps/eduke32/eduke32-20230123.10167.ebuild
+++ /dev/null
@@ -1,218 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop toolchain-funcs xdg-utils
-
-EGIT_COMMIT="1a90b9883"
-MY_BUILD="$(ver_cut 2)"
-MY_DATE="$(ver_cut 1)"
-MY_PV_HRP="5.4"
-MY_PV_OFFENSIVE_XXX="1.33"
-MY_PV_OPL="2.01"
-MY_PV_PSX="1.11"
-MY_PV_SC55="4.02"
-MY_PV_VOXELS="1.21"
-
-DESCRIPTION="An open source engine port of the classic PC first person shooter 
Duke Nukem 3D"
-HOMEPAGE="http://www.eduke32.com/;
-SRC_URI="
-   
http://dukeworld.com/eduke32/synthesis/${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}/${PN}_src_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}.tar.xz
-   http://www.eduke32.com/images/eduke32_classic.png
-   hrp? ( http://www.duke4.org/files/nightfright/hrp/duke3d_hrp.zip -> 
duke3d_hrp-${MY_PV_HRP}.zip )
-   offensive? ( 
http://www.duke4.org/files/nightfright/related/duke3d_xxx.zip -> 
duke3d_xxx-${MY_PV_OFFENSIVE_XXX}.zip )
-   opl? ( 
https://www.moddb.com/downloads/mirror/95750/102/ce9e8f422c6cccdb297852426e96740a
 -> duke3d_musopl-${MY_PV_OPL}.zip )
-   psx? ( http://www.duke4.org/files/nightfright/related/duke3d_psx.zip -> 
duke3d_psx-${MY_PV_PSX}.zip )
-   sc-55? ( 
http://www.duke4.org/files/nightfright/music/duke3d_music-sc55.zip -> 
duke3d_music-sc55-${MY_PV_SC55}.zip )
-   voxels? ( https://www.dropbox.com/s/yaxfahyvskyvt4r/duke3d_voxels.zip 
-> duke3d_voxels-${MY_PV_VOXELS}.zip )
-"
-S="${WORKDIR}/${PN}_${MY_DATE}-${MY_BUILD}-${EGIT_COMMIT}"
-
-LICENSE="BUILDLIC GPL-2 HRP"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="duke3d fluidsynth gtk hrp offensive opengl opl png psx sc-55 server sdk 
timidity tools voidsw voxels vpx xmp"
-REQUIRED_USE="
-   hrp? ( duke3d !voxels )
-   offensive? ( duke3d )
-   opl? ( duke3d !sc-55 )
-   psx? ( duke3d )
-   sc-55? ( duke3d !opl )
-   voxels? ( !hrp )
-   vpx? ( opengl )
-"
-
-# There are no tests,
-# instead it tries to build a test game, which does not compile
-RESTRICT="bindist test"
-
-RDEPEND="
-   media-libs/flac:=
-   media-libs/libogg
-   media-libs/libsdl2[alsa,joystick,opengl?,sound,video]
-   media-libs/libvorbis
-   media-libs/sdl2-mixer[flac,fluidsynth?,midi,timidity?,vorbis]
-   sys-libs/zlib
-   gtk? ( x11-libs/gtk+:2 )
- 

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

2023-08-26 Thread Conrad Kostecki
commit: cf672c65a4733a0115421c008c41c23842901b00
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:52:51 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf672c65

net-libs/libupnp: add 1.14.18

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-libs/libupnp/Manifest   |  1 +
 net-libs/libupnp/libupnp-1.14.18.ebuild | 49 +
 2 files changed, 50 insertions(+)

diff --git a/net-libs/libupnp/Manifest b/net-libs/libupnp/Manifest
index 49a73f850708..1f31b910df41 100644
--- a/net-libs/libupnp/Manifest
+++ b/net-libs/libupnp/Manifest
@@ -1,3 +1,4 @@
 DIST libupnp-1.14.15.tar.gz 809246 BLAKE2B 
5918f41b64fe5e4a0209058f4706d724d0fcad74c8e3bfc2a54d6d5a1af253d4461ec43b0c896f1da14dcb3fb0925cbae3bc6eb015380e1cd23a3d88e6ed656f
 SHA512 
dde2563eaacdd288066012f001b819ec25ab51bc36aef23db71d2eb67eef778b6b2b10b35a2f6b3041ecef20167e873e1c54e17fc4a26e8d1d9f408e2050279d
 DIST libupnp-1.14.16.tar.gz 810632 BLAKE2B 
f9cebb6f0f5faea07e003f433100d4789e2f59d16a1d1733e1a644ca49ea8fc43b080359b6106c84e4681b6c491ecbbc6373766aaf962d6b97372dfd4abf4bd2
 SHA512 
f02d72415ec4891e019724b5774aed2bd470d64ff1f6c179140a3e61bfb34794f0e6069d5f4baf0d8260aae09eab607a61575f02c4f853616180aec7f701abd3
 DIST libupnp-1.14.17.tar.gz 810912 BLAKE2B 
8bb38dbdff59cf4fd6c222cf1000ecc195f8d33601d8c06476b0a238d6969fe695bcb52f721e4d88a95fa63ef568881e1628935c3b5ba063b72a3b3ee27ded8b
 SHA512 
d9af7231687bb694961822a9d3b1e9b04e52142f0245729902b240564579903858e01a5cfe53ff7a8fa77e44e36b840f0c355d2c79aaf0ced2498b4b1822ed6b
+DIST libupnp-1.14.18.tar.gz 811092 BLAKE2B 
ee95cafc10838817900f82b83d15cf5d925e36a4321c7000b963e9e986ca9165af55c4c90c6fdf5d9bfaf72695711337986d25498cb838d513470f20decf10cc
 SHA512 
68973e0e5a8f9e64b2311246b7924b0837fd2c7ef30483d3d93ebfeee62bc2293760209d8a5213c0456ce5c37f9f32a6038c9e5d8b461670ba6073db8c2f1394

diff --git a/net-libs/libupnp/libupnp-1.14.18.ebuild 
b/net-libs/libupnp/libupnp-1.14.18.ebuild
new file mode 100644
index ..f2542c3b3894
--- /dev/null
+++ b/net-libs/libupnp/libupnp-1.14.18.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+MY_PN="pupnp"
+
+DESCRIPTION="An Portable Open Source UPnP Development Kit"
+HOMEPAGE="http://pupnp.sourceforge.net/;
+SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-release-${PV}"
+
+LICENSE="BSD"
+SLOT="0/17"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux"
+IUSE="blocking-tcp debug doc +reuseaddr samples +ssl static-libs"
+
+RDEPEND="ssl? ( dev-libs/openssl:0= )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-1.14.12-disable-network-tests.patch" )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable blocking-tcp blocking-tcp-connections)
+   $(use_enable debug)
+   --enable-ipv6
+   $(use_enable reuseaddr)
+   $(use_enable samples)
+   $(use_enable ssl open_ssl)
+   $(use_enable static-libs static)
+   )
+
+   econf ${myeconfargs[@]}
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pl/

2023-08-26 Thread Conrad Kostecki
commit: d670bf457f8edb81b4edda65b9dfebd0a4482508
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:40:58 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d670bf45

app-dicts/aspell-pl: stable all-arches

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-dicts/aspell-pl/aspell-pl-6.0.20230701.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20230701.0.ebuild 
b/app-dicts/aspell-pl/aspell-pl-6.0.20230701.0.ebuild
index 1c402f366bd7..9c6091efd441 100644
--- a/app-dicts/aspell-pl/aspell-pl-6.0.20230701.0.ebuild
+++ b/app-dicts/aspell-pl/aspell-pl-6.0.20230701.0.ebuild
@@ -15,4 +15,4 @@ SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2;
 S="${WORKDIR}/${MY_P/sjp-/}"
 
 LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 "
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"



[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2023-08-26 Thread Conrad Kostecki
commit: e08dce9412ac333b88e774f93f57c9a8b298d115
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:54:11 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08dce94

games-server/bedrock-server: drop 1.20.11.01, 1.20.13.01-r1, 1.20.14.01

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-server/bedrock-server/Manifest   |  3 --
 .../bedrock-server-1.20.11.01.ebuild   | 56 --
 .../bedrock-server-1.20.13.01-r1.ebuild| 55 -
 .../bedrock-server-1.20.14.01.ebuild   | 55 -
 4 files changed, 169 deletions(-)

diff --git a/games-server/bedrock-server/Manifest 
b/games-server/bedrock-server/Manifest
index f42dda6955ba..b966ef11b09b 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1,4 +1 @@
-DIST bedrock-server-1.20.11.01.zip 88510688 BLAKE2B 
556afdb0c0b20502864c04bad027c3f58350ed8b5467fe2cd4cad8cdcd7fbd9c728c8f06d0c91c9efc9a590fd6245fc63aaa4d8c32eb9e65b22af9ec3d2ca083
 SHA512 
cb567ebdedcb2b08091f864dedc702ae90cec23a66e70133de7107573a748294269ab847ca604680ae33e66db381793960d4925daa0e9ee1667eff032d3f
-DIST bedrock-server-1.20.13.01.zip 88509565 BLAKE2B 
0b4d1a14a080270abc5d84ea4aefd6795a1b5bb2b897795b6ad87a861d47fc042cc328eae7df82624aa3f3087ecac197a620698bb6afa9f2bc43acd3e756965f
 SHA512 
a72d1dc738704c18f5d9425f45f58fd4a2a48a243c538d6d1612b322259cc7cb81d524bd0fd777359dfb1a06f3173e60bba82a8c8d7873536b801b1805411d70
-DIST bedrock-server-1.20.14.01.zip 88509893 BLAKE2B 
b4e9b6734f8224a0199b8ed2ad0ad62591c81fed63642bc70f56093f988ec0cf7cd970bb0fa53b60381bdb4b4b1a7196a8b90e1090d2e9ef3d37a924bec8388b
 SHA512 
badf8d63a8b09b47933efb1dc682a5ceca06f9c568e98bc49ac908e2018857bf9bb00ce520529dcd8a0a3097ec3e5dbe2131b87acc722373eff1610ba89c91f1
 DIST bedrock-server-1.20.15.01.zip 88509582 BLAKE2B 
5e35dfcfd1349ca453745f6eb61b6e6a088b422c30f5d3d38523bcadb0ac56c31da69a190572172f400e7f1cfc7f69dcea2c113721bc8caabb6e7235910e4053
 SHA512 
2ca59085071ebf7a974ce2f51669244d8d378dcfb83d3833a520676a070089f328372b8222c37bab453f07ecf55fdf4ae4170b6ee7a7624ea1bd29ec6e00d367

diff --git a/games-server/bedrock-server/bedrock-server-1.20.11.01.ebuild 
b/games-server/bedrock-server/bedrock-server-1.20.11.01.ebuild
deleted file mode 100644
index 8b8a94cb7f0d..
--- a/games-server/bedrock-server/bedrock-server-1.20.11.01.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="The official bedrock (non-java) based server for the sandbox 
video game"
-HOMEPAGE="https://www.minecraft.net/;
-SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip;
-S="${WORKDIR}"
-
-LICENSE="Mojang"
-SLOT="0"
-KEYWORDS="-* amd64"
-
-RDEPEND="
-   acct-group/bedrock
-   acct-user/bedrock
-   app-misc/dtach
-   dev-libs/openssl:0/1.1
-   sys-libs/zlib
-"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-DOCS=(
-   "bedrock_server_how_to.html"
-   "release-notes.txt"
-)
-
-QA_PREBUILT="opt/bedrock-server/bedrock_server"
-
-src_compile() {
-   :;
-}
-
-src_install() {
-   exeinto /opt/bedrock-server
-   doexe bedrock_server
-
-   insinto /opt/bedrock-server
-   doins {allowlist,permissions}.json server.properties
-   doins -r {behavior,resource}_packs definitions
-
-   dodir /opt/bin
-   dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server
-
-   newinitd "${FILESDIR}"/bedrock-server.initd-r4 bedrock-server
-   newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server
-   systemd_newunit "${FILESDIR}"/bedrock-server.service 
bedrock-server@.service
-
-   einstalldocs
-}

diff --git a/games-server/bedrock-server/bedrock-server-1.20.13.01-r1.ebuild 
b/games-server/bedrock-server/bedrock-server-1.20.13.01-r1.ebuild
deleted file mode 100644
index 0cc382d47f66..
--- a/games-server/bedrock-server/bedrock-server-1.20.13.01-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="The official bedrock (non-java) based server for the sandbox 
video game"
-HOMEPAGE="https://www.minecraft.net/;
-SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip;
-S="${WORKDIR}"
-
-LICENSE="Mojang"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
-   acct-group/bedrock
-   acct-user/bedrock
-   app-misc/dtach
-   net-misc/curl
-"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-DOCS=(
-   "bedrock_server_how_to.html"
-   "release-notes.txt"
-)
-
-QA_PREBUILT="opt/bedrock-server/bedrock_server"
-
-src_compile() {
-   :;
-}
-
-src_install() {
-   exeinto /opt/bedrock-server
-   

[gentoo-commits] repo/gentoo:master commit in: dev-lua/lanes/

2023-08-26 Thread Conrad Kostecki
commit: 8a9d72fe2f1660596be14c6afcead5648336daff
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:56:07 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:42:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9d72fe

dev-lua/lanes: add 3.16.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/lanes/Manifest|  1 +
 dev-lua/lanes/lanes-3.16.1.ebuild | 93 +++
 2 files changed, 94 insertions(+)

diff --git a/dev-lua/lanes/Manifest b/dev-lua/lanes/Manifest
index adf004c115a4..e114d4b48f66 100644
--- a/dev-lua/lanes/Manifest
+++ b/dev-lua/lanes/Manifest
@@ -1 +1,2 @@
 DIST lanes-3.16.0.tar.gz 257945 BLAKE2B 
aecc0bd551f10b29791acdde8da30fb83591395eac4d152999a0e92fe9738a6171b13363edae2d94b1db47398a01e011833ccee7a7f234033d3230605423c0b6
 SHA512 
ffd935baae8af752591251bbb1a7f936034ad281870d453e6e1b4291c175c91537ccae23ec25a616b45e8ab601222f323e05e938d7887091ba7e132b0cd5e449
+DIST lanes-3.16.1.tar.gz 446136 BLAKE2B 
e9505db907660378eb2e67f674a9e671c9554d7587ddeedca6ecaf332cdd03985d027ae5dfa7ae510da9c710b2dc70246e4eb42812347068536dd070a396e20b
 SHA512 
bbc4e7d4dccb10a25f7560dbc4980e36b8f6bb0fbce667471d0be0ad028afc7e1dc88810e78be52a3aee9846512ec10a5ddd324dbe53f9a1db9af647f959014e

diff --git a/dev-lua/lanes/lanes-3.16.1.ebuild 
b/dev-lua/lanes/lanes-3.16.1.ebuild
new file mode 100644
index ..42af43b2d1d9
--- /dev/null
+++ b/dev-lua/lanes/lanes-3.16.1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{1..4} luajit )
+
+inherit lua toolchain-funcs
+
+DESCRIPTION="Lightweight, native, lazy evaluating multithreading library"
+HOMEPAGE="https://github.com/LuaLanes/lanes;
+SRC_URI="https://github.com/LuaLanes/lanes/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+# Tests are currently somehow problematic.
+# https://github.com/LuaLanes/lanes/issues/197
+# https://github.com/LuaLanes/lanes/issues/198
+RESTRICT="test"
+
+RDEPEND="${LUA_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   test? ( ${RDEPEND} )
+"
+
+HTML_DOCS=( "docs/." )
+
+PATCHES=( "${FILESDIR}/${PN}-3.13.0-makefile.patch" )
+
+src_prepare() {
+   default
+
+   lua_copy_sources
+}
+
+lua_src_compile() {
+   pushd "${BUILD_DIR}" || die
+
+   local myemakeargs=(
+   "CC=$(tc-getCC)"
+   "LUA=${ELUA}"
+   "LUA_FLAGS=$(lua_get_CFLAGS)"
+   "LUA_LIBS="
+   "OPT_FLAGS=${CFLAGS}"
+   )
+
+   tc-export PKG_CONFIG
+
+   emake "${myemakeargs[@]}"
+
+   popd
+}
+
+src_compile() {
+   lua_foreach_impl lua_src_compile
+}
+
+lua_src_test() {
+   pushd "${BUILD_DIR}" || die
+
+   emake LUA="${ELUA}" test
+
+   popd
+}
+
+src_test() {
+   lua_foreach_impl lua_src_test
+}
+
+lua_src_install() {
+   pushd "${BUILD_DIR}" || die
+
+   local myemakeargs=(
+   "LUA_LIBDIR=${ED}/$(lua_get_cmod_dir)"
+   "LUA_SHAREDIR=${ED}/$(lua_get_lmod_dir)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   popd
+}
+
+src_install() {
+   lua_foreach_impl lua_src_install
+
+   einstalldocs
+}



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

2023-08-26 Thread Conrad Kostecki
commit: 885cece7b91dab80326cf65b0bd90717f14bcc77
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:45:22 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885cece7

sys-auth/AusweisApp2: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.26.7.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.26.7.ebuild
index c4a37f4d8235..5e3970ddaa02 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.26.7.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.26.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="EUPL-1.2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
dev-qt/linguist-tools:5



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

2023-08-26 Thread Conrad Kostecki
commit: 7fb5a706f83c6e9c62d3b1ee12f413677eac9bda
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:51:47 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb5a706

net-misc/ipmiview: add 2.21.1.230720

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/ipmiview/Manifest  |  1 +
 net-misc/ipmiview/ipmiview-2.21.1.230720.ebuild | 81 +
 2 files changed, 82 insertions(+)

diff --git a/net-misc/ipmiview/Manifest b/net-misc/ipmiview/Manifest
index 2a46bec2cd28..63f9e1229420 100644
--- a/net-misc/ipmiview/Manifest
+++ b/net-misc/ipmiview/Manifest
@@ -1 +1,2 @@
 DIST IPMIView_2.21.0_build.221118_bundleJRE_Linux_x64.tar.gz 152487572 BLAKE2B 
3183a7eb48b476d5ba46d7bbb8e5e9287b5622f92474984c60580c4273fe077526e276d7b849011fd6e9fc2e7c170947ab6dafe64fa47ee1ee9b3c3b74318d3f
 SHA512 
4e21bee8c81acc0afc33df34e10530157a09908957c3aad54b9f51ca71b83e79d1b52a804f18f34fb8bbfaf2574ab7a3b65d0f66495aa27284cd67baa387f737
+DIST IPMIView_2.21.1_build.230720_bundleJRE_Linux_x64.tar.gz 117666196 BLAKE2B 
32284883846dc780cd1b613bc34f91d2fa6f4bad144ef7a26f76b78852a81e8adcbcf64a08aff06919f2029c8880b3ca6a8bae0674779139216b55659d3415f2
 SHA512 
103cc4c12f3ad6a503877db85abd89ad4e0dfdb48d99d30483ab3b97534e7f1729cc94b19ad0ff45c381986807a443d45338df24e7edc41839ed7e718804d46a

diff --git a/net-misc/ipmiview/ipmiview-2.21.1.230720.ebuild 
b/net-misc/ipmiview/ipmiview-2.21.1.230720.ebuild
new file mode 100644
index ..6417f07fea8f
--- /dev/null
+++ b/net-misc/ipmiview/ipmiview-2.21.1.230720.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop java-pkg-2 prefix
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="IPMIView"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="A GUI application that allows to manage multiple target systems 
through BMC"
+HOMEPAGE="https://www.supermicro.com/;
+SRC_URI="https://www.supermicro.com/Bios/sw_download/588/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64.tar.gz;
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   net-misc/stunnel
+   sys-libs/ncurses-compat:5
+   virtual/jre:1.8
+"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+DIR="/usr/share/${PN}"
+QA_PREBUILT="usr/lib*"
+
+src_unpack() {
+   unpack ${A}
+   mv -v ${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64 ${P} || die
+}
+
+src_prepare() {
+   default
+
+   # Extract icons for menu entries
+   unzip -j -LL IPMIView20.jar images/ipmi{view,trap}.ico || die
+
+   # Don't use their scary launchers
+   rm -v lax.jar || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar *.jar
+   java-pkg_doso *64.so
+
+   local pre=$(prefixify_ro "${FILESDIR}"/launcher-pre.bash)
+   java-pkg_dolauncher ipmiview --jar IPMIView20.jar -pre "${pre}"
+   java-pkg_dolauncher ikvm --jar iKVM.jar -pre "${pre}"
+   java-pkg_dolauncher ikvmmicroblade --jar iKVMMicroBlade.jar -pre 
"${pre}"
+   java-pkg_dolauncher jviewerx9 --jar JViewerX9.jar -pre "${pre}"
+   java-pkg_dolauncher trapreceiver --jar TrapView.jar -pre "${pre}"
+
+   exeinto ${DIR}/jre/bin
+   newexe $(prefixify_ro "${FILESDIR}"/fake-java-r1.bash) java
+
+   insinto ${DIR}/lib/BMCSecurity
+   doins BMCSecurity/*.{crt,key,pem,txt}
+
+   insinto ${DIR}/lib/BMCSecurity/linux
+   doins BMCSecurity/linux/stunnel.conf
+
+   dosym ../../../../../bin/stunnel ${DIR}/lib/BMCSecurity/linux/stunnel32
+   dosym ../../../../../bin/stunnel ${DIR}/lib/BMCSecurity/linux/stunnel64
+
+   doicon ipmi{view,trap}.ico
+   make_desktop_entry ipmiview IPMIView ipmiview.ico
+   make_desktop_entry trapreceiver "Trap Receiver" ipmitrap.ico
+
+   local DOCS=( *.pdf *.txt )
+   einstalldocs
+}



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

2023-08-26 Thread Conrad Kostecki
commit: c645329edabbecc4da269fc1148582e14c28c657
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:45:02 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c645329e

sys-auth/AusweisApp2: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/sys-auth/AusweisApp2/AusweisApp2-1.26.7.ebuild 
b/sys-auth/AusweisApp2/AusweisApp2-1.26.7.ebuild
index e5e3ddda4634..c4a37f4d8235 100644
--- a/sys-auth/AusweisApp2/AusweisApp2-1.26.7.ebuild
+++ b/sys-auth/AusweisApp2/AusweisApp2-1.26.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Governikus/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="EUPL-1.2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
dev-qt/linguist-tools:5



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

2023-08-26 Thread Conrad Kostecki
commit: 73e0fce2407f09fa279d7c1c6c37c067ef815bcb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:52:02 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e0fce2

net-misc/ipmiview: drop 2.21.0.221118

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/ipmiview/Manifest  |  1 -
 net-misc/ipmiview/ipmiview-2.21.0.221118.ebuild | 81 -
 2 files changed, 82 deletions(-)

diff --git a/net-misc/ipmiview/Manifest b/net-misc/ipmiview/Manifest
index 63f9e1229420..ec25fd2773c2 100644
--- a/net-misc/ipmiview/Manifest
+++ b/net-misc/ipmiview/Manifest
@@ -1,2 +1 @@
-DIST IPMIView_2.21.0_build.221118_bundleJRE_Linux_x64.tar.gz 152487572 BLAKE2B 
3183a7eb48b476d5ba46d7bbb8e5e9287b5622f92474984c60580c4273fe077526e276d7b849011fd6e9fc2e7c170947ab6dafe64fa47ee1ee9b3c3b74318d3f
 SHA512 
4e21bee8c81acc0afc33df34e10530157a09908957c3aad54b9f51ca71b83e79d1b52a804f18f34fb8bbfaf2574ab7a3b65d0f66495aa27284cd67baa387f737
 DIST IPMIView_2.21.1_build.230720_bundleJRE_Linux_x64.tar.gz 117666196 BLAKE2B 
32284883846dc780cd1b613bc34f91d2fa6f4bad144ef7a26f76b78852a81e8adcbcf64a08aff06919f2029c8880b3ca6a8bae0674779139216b55659d3415f2
 SHA512 
103cc4c12f3ad6a503877db85abd89ad4e0dfdb48d99d30483ab3b97534e7f1729cc94b19ad0ff45c381986807a443d45338df24e7edc41839ed7e718804d46a

diff --git a/net-misc/ipmiview/ipmiview-2.21.0.221118.ebuild 
b/net-misc/ipmiview/ipmiview-2.21.0.221118.ebuild
deleted file mode 100644
index 0969639c5c31..
--- a/net-misc/ipmiview/ipmiview-2.21.0.221118.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop java-pkg-2 prefix
-
-MY_DATE="$(ver_cut 4)"
-MY_PN="IPMIView"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="A GUI application that allows to manage multiple target systems 
through BMC"
-HOMEPAGE="https://www.supermicro.com/;
-SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/Linux/${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64.tar.gz;
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-
-RDEPEND="
-   net-misc/stunnel
-   sys-libs/ncurses-compat:5
-   virtual/jre:1.8
-"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-DIR="/usr/share/${PN}"
-QA_PREBUILT="usr/lib*"
-
-src_unpack() {
-   unpack ${A}
-   mv -v ${MY_PN}_${MY_PV}_build.${MY_DATE}_bundleJRE_Linux_x64 ${P} || die
-}
-
-src_prepare() {
-   default
-
-   # Extract icons for menu entries
-   unzip -j -LL IPMIView20.jar images/ipmi{view,trap}.ico || die
-
-   # Don't use their scary launchers
-   rm -v lax.jar || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar *.jar
-   java-pkg_doso *64.so
-
-   local pre=$(prefixify_ro "${FILESDIR}"/launcher-pre.bash)
-   java-pkg_dolauncher ipmiview --jar IPMIView20.jar -pre "${pre}"
-   java-pkg_dolauncher ikvm --jar iKVM.jar -pre "${pre}"
-   java-pkg_dolauncher ikvmmicroblade --jar iKVMMicroBlade.jar -pre 
"${pre}"
-   java-pkg_dolauncher jviewerx9 --jar JViewerX9.jar -pre "${pre}"
-   java-pkg_dolauncher trapreceiver --jar TrapView.jar -pre "${pre}"
-
-   exeinto ${DIR}/jre/bin
-   newexe $(prefixify_ro "${FILESDIR}"/fake-java-r1.bash) java
-
-   insinto ${DIR}/lib/BMCSecurity
-   doins BMCSecurity/*.{crt,key,pem,txt}
-
-   insinto ${DIR}/lib/BMCSecurity/linux
-   doins BMCSecurity/linux/stunnel.conf
-
-   dosym ../../../../../bin/stunnel ${DIR}/lib/BMCSecurity/linux/stunnel32
-   dosym ../../../../../bin/stunnel ${DIR}/lib/BMCSecurity/linux/stunnel64
-
-   doicon ipmi{view,trap}.ico
-   make_desktop_entry ipmiview IPMIView ipmiview.ico
-   make_desktop_entry trapreceiver "Trap Receiver" ipmitrap.ico
-
-   local DOCS=( *.pdf *.txt )
-   einstalldocs
-}



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

2023-08-26 Thread Conrad Kostecki
commit: 1b265ad18457f407d9440d21360b8ada115c0c2e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:43:53 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b265ad1

sys-block/arcconf: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-block/arcconf/arcconf-4.11.00.25823.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/arcconf/arcconf-4.11.00.25823.ebuild 
b/sys-block/arcconf/arcconf-4.11.00.25823.ebuild
index b02c4bf4f04c..c883792fbdbd 100644
--- a/sys-block/arcconf/arcconf-4.11.00.25823.ebuild
+++ b/sys-block/arcconf/arcconf-4.11.00.25823.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/linux_x64"
 
 LICENSE="Microsemi"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64"
+KEYWORDS="-* amd64 ~arm64"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: net-im/spectrum2/

2023-08-26 Thread Conrad Kostecki
commit: 09e8bc15dde630c0945d3f09cc43c6d5ee9fce0b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:43:16 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e8bc15

net-im/spectrum2: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/spectrum2/spectrum2-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/spectrum2/spectrum2-2.2.1.ebuild 
b/net-im/spectrum2/spectrum2-2.2.1.ebuild
index eb862d4dda7c..e9228d551d76 100644
--- a/net-im/spectrum2/spectrum2-2.2.1.ebuild
+++ b/net-im/spectrum2/spectrum2-2.2.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/SpectrumIM/spectrum2/archive/${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp 
xmpp"
 REQUIRED_USE="
|| ( mysql postgres sqlite )



[gentoo-commits] repo/gentoo:master commit in: net-im/spectrum2/

2023-08-26 Thread Conrad Kostecki
commit: aaff3dbf02abd44b3b19784d4fa45650850d4b84
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:43:35 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaff3dbf

net-im/spectrum2: drop 2.2.0-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 net-im/spectrum2/Manifest  |   1 -
 net-im/spectrum2/spectrum2-2.2.0-r1.ebuild | 123 -
 2 files changed, 124 deletions(-)

diff --git a/net-im/spectrum2/Manifest b/net-im/spectrum2/Manifest
index 210dd13da88b..ff04b5209c99 100644
--- a/net-im/spectrum2/Manifest
+++ b/net-im/spectrum2/Manifest
@@ -1,2 +1 @@
-DIST spectrum2-2.2.0.tar.gz 666281 BLAKE2B 
aebf7d90a938ee62e5ae13955343a73c2f8a1484151519f59321b09d958cd49bd7b0914a3dc0a364d2469c691a653003bfc51324b69de38e3c59c9c248b3c672
 SHA512 
52125dd2b528b45cc814d4c62df6c0c431958dc5953af50731e765129e59a5dabdffd7f55d1709fe9854c81d6874d9549e8560f27b1b18a0af812299ef4c37ff
 DIST spectrum2-2.2.1.tar.gz 666509 BLAKE2B 
c946cea46d99bd8126ad8270a8a01140d75ff989cf0cc0e2ff19ac830c01df4ad02a296959077f5a56707d509bafe937515f78adf7361a2e261497f5299dfe7d
 SHA512 
c752f043f337157125da800ec5e5ed41b0f0f2bf8ee91c682a228779754557389469eb58610bef7793a0d68a303260f80a38a1519f61b62ba23e9ac6f399

diff --git a/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild 
b/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild
deleted file mode 100644
index 1c68b2e65d48..
--- a/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake systemd tmpfiles
-
-DESCRIPTION="An open source instant messaging transport"
-HOMEPAGE="https://www.spectrum.im;
-SRC_URI="https://github.com/SpectrumIM/spectrum2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp 
xmpp"
-REQUIRED_USE="
-   || ( mysql postgres sqlite )
-   test? ( irc )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   acct-group/spectrum
-   acct-user/spectrum
-   dev-libs/boost:=[nls]
-   dev-libs/expat
-   dev-libs/libev:=
-   >=dev-libs/log4cxx-1.0.0:=
-   dev-libs/jsoncpp:=
-   dev-libs/openssl:=
-   dev-libs/popt
-   dev-libs/protobuf:=
-   net-dns/libidn:=
-   >=net-im/swift-4.0.2-r2:=
-   net-misc/curl
-   sys-libs/zlib:=
-   frotz? ( !games-engines/frotz )
-   irc? ( net-im/libcommuni )
-   mysql? (
-   || (
-   dev-db/mariadb-connector-c
-   dev-db/mysql-connector-c
-   )
-   )
-   postgres? ( dev-libs/libpqxx:= )
-   purple? (
-   dev-libs/glib
-   net-im/pidgin:=
-   )
-   sms? ( app-mobilephone/smstools )
-   sqlite? ( dev-db/sqlite:3 )
-   twitter? ( net-misc/curl )
-   whatsapp? ( net-im/transwhat )"
-
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-2.1.3-log4cxx-1.0.0.patch" )
-
-src_prepare() {
-   # Respect users LDFLAGS
-   sed -i -e "s/-Wl,-export-dynamic/& ${LDFLAGS}/" 
spectrum/src/CMakeLists.txt || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_LOCALSTATEDIR="${EPREFIX}/var"
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-   -DENABLE_DOCS="$(usex doc)"
-   -DENABLE_FROTZ="$(usex frotz)"
-   -DENABLE_IRC="$(usex irc)"
-   -DENABLE_MYSQL="$(usex mysql)"
-   -DENABLE_PQXX="$(usex postgres)"
-   -DENABLE_PURPLE="$(usex purple)"
-   $(usex irc '-DENABLE_QT4=OFF' '')
-   -DENABLE_SMSTOOLS3="$(usex sms)"
-   -DENABLE_SQLITE3="$(usex sqlite)"
-   -DENABLE_TESTS="$(usex test)"
-   -DENABLE_TWITTER="$(usex twitter)"
-   -DENABLE_XMPP="$(usex xmpp)"
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   cd "${BUILD_DIR}/tests/libtransport" || die
-   ./libtransport_test || die
-}
-
-src_install() {
-   cmake_src_install
-
-   diropts -o spectrum -g spectrum
-   keepdir /var/log/spectrum2 /var/lib/spectrum2
-   diropts
-
-   newinitd "${FILESDIR}"/spectrum2.initd spectrum2
-   systemd_newunit "${FILESDIR}"/spectrum2.service spectrum2.service
-   newtmpfiles "${FILESDIR}"/spectrum2.tmpfiles-r1 spectrum2.conf
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   tmpfiles_process spectrum2.conf
-
-   if [[ ${REPLACING_VERSIONS} ]]; then
-   for v in ${REPLACING_VERSIONS}; do
-   if ver_test "${v}" -lt 2.2.0; then
-   ewarn "Starting with Release 2.2.0, the path 
for 

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

2023-08-26 Thread Conrad Kostecki
commit: f605b8abd891457fdeda3a17a254aecb3cf5b5f0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:44:15 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f605b8ab

sys-block/arcconf: arm64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-block/arcconf/arcconf-4.11.00.25823.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/arcconf/arcconf-4.11.00.25823.ebuild 
b/sys-block/arcconf/arcconf-4.11.00.25823.ebuild
index c883792fbdbd..fed1631b3c6f 100644
--- a/sys-block/arcconf/arcconf-4.11.00.25823.ebuild
+++ b/sys-block/arcconf/arcconf-4.11.00.25823.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/linux_x64"
 
 LICENSE="Microsemi"
 SLOT="0"
-KEYWORDS="-* amd64 ~arm64"
+KEYWORDS="-* amd64 arm64"
 
 BDEPEND="app-arch/unzip"
 



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

2023-08-26 Thread Conrad Kostecki
commit: f847d30707645b9c45fa6a1b0fda55ccd387b726
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:44:34 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f847d307

sys-block/arcconf: drop 4.09.00.25611

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-block/arcconf/Manifest |  1 -
 sys-block/arcconf/arcconf-4.09.00.25611.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/sys-block/arcconf/Manifest b/sys-block/arcconf/Manifest
index b2e5cef4c02f..9b0dd4fcdf24 100644
--- a/sys-block/arcconf/Manifest
+++ b/sys-block/arcconf/Manifest
@@ -1,3 +1,2 @@
-DIST arcconf_B25611.zip 47701464 BLAKE2B 
b0b2cb896841646174eb94460b3213113d9193d3af0382be7e9cf58dd08ebdb923eff3e042395b5bfbb8ca97762042c16848f30d1205f0774617f670246ff56d
 SHA512 
7bdff9278fed081f1e93d43143ae1828703a859c4552973e8dc3e92199db80ee295d789c7efb752693590b5dccd61c2593b483cc7bb2aefb20d88293295b36ce
 DIST arcconf_B25823.zip 86931369 BLAKE2B 
c11eb498474cdd13d15bf1516ada423d4d1b71c538f346f854a30d3645e8e7db996d8f934a66c55fcb6b4397982de43e2d84b9aebfcc2de2922b950bcfc4c8fb
 SHA512 
da5396c43783636013fb88137f45638ece2767d9e5649577136be123cee5c6eededfac464b965c0474bae65db18147c696f9b30274045c61788669cc56307718
 DIST arcconf_v2_01_22270.zip 47168976 BLAKE2B 
95693a1408e5a4d0d638bbf265f2e1e64247dfec2b1078b56860c5fcd4b13ffa5967bfb9967abfd4b79c788aaeb20759b3a9070a84b083c1653e4868a96ac4cf
 SHA512 
0f91a697c44ea0c0561bec9e432e7d4eba8eb8a2b0255a9867bdb183f81e745aee1dcc2b0017847803dbb27f55cad3e985f4bcd3a202c52f5b557fb724e94d9e

diff --git a/sys-block/arcconf/arcconf-4.09.00.25611.ebuild 
b/sys-block/arcconf/arcconf-4.09.00.25611.ebuild
deleted file mode 100644
index 324e0cf59b8d..
--- a/sys-block/arcconf/arcconf-4.09.00.25611.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="B$(ver_cut 4)"
-
-inherit linux-info
-
-DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
-HOMEPAGE="https://www.microsemi.com/;
-SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
-S="${WORKDIR}/linux_x64"
-
-LICENSE="Microsemi"
-SLOT="0"
-KEYWORDS="-* amd64 ~arm64"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="mirror bindist"
-
-QA_PREBUILT="usr/bin/arcconf"
-
-pkg_setup() {
-   # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
-   # LEGACY_VSYSCALL_NONE makes ARCCONF segaultmakes ARCCONF segault
-   if linux-info_get_any_version && linux_config_src_exists; then
-   CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN !LEGACY_VSYSCALL_NONE"
-   check_extra_config
-   fi
-}
-
-src_install() {
-   dobin $(usex arm64 'arm/linuxarm_x64/cmdline/' '')arcconf
-}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-pl/

2023-08-26 Thread Conrad Kostecki
commit: c3af54e08a2f79ab906a945c8d1e238136894568
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:41:28 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3af54e0

app-dicts/aspell-pl: drop 6.0.20230301.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-dicts/aspell-pl/Manifest|  1 -
 app-dicts/aspell-pl/aspell-pl-6.0.20230301.0.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-dicts/aspell-pl/Manifest b/app-dicts/aspell-pl/Manifest
index e7fd3cf14be8..128e7b3c5157 100644
--- a/app-dicts/aspell-pl/Manifest
+++ b/app-dicts/aspell-pl/Manifest
@@ -1,2 +1 @@
-DIST sjp-aspell6-pl-6.0_20230301-0.tar.bz2 656145 BLAKE2B 
a17d56b99861575bea9d090b21671c7c92ac7d1a3281ad19604c508c01c37fb89fb25f5607584e1e22169e781cfdbbfbb13f2dce654381bfe71975d2bd42b7c5
 SHA512 
4b7a77abb985ea602ff522a65ee7c0b84a075b6bd66cffe8c9ad5b1a0bbda8d1e87cea9e3c8ba3a9498b940c3ae6f39b2a8f2edadd3b732d222733281b7f4efa
 DIST sjp-aspell6-pl-6.0_20230701-0.tar.bz2 655245 BLAKE2B 
1d734f85612694ffee451d74be5db2cb335ae5ecac0612b53257d70ebd08c9df5a2a415f75e98ea9da6a5d9314dddada688d799a9816fcf272c2a87cd1b32e14
 SHA512 
7c72957058f283cae16023ddb2a7f5a241e28557ed017b202b837e1e6428401d7884a110efc80a20782165741bc0738a139829c95888bee1c4a096112cbe9284

diff --git a/app-dicts/aspell-pl/aspell-pl-6.0.20230301.0.ebuild 
b/app-dicts/aspell-pl/aspell-pl-6.0.20230301.0.ebuild
deleted file mode 100644
index 9c6091efd441..
--- a/app-dicts/aspell-pl/aspell-pl-6.0.20230301.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ASPELL_LANG="Polish"
-ASPELL_VERSION=6
-
-inherit aspell-dict-r1
-
-HOMEPAGE="https://sjp.pl/slownik/en/;
-
-MY_P="sjp-${PN/aspell/aspell6}-$(ver_rs 2 _ 3 -)"
-SRC_URI="https://sjp.pl/slownik/ort/${MY_P}.tar.bz2;
-S="${WORKDIR}/${MY_P/sjp-/}"
-
-LICENSE="Apache-2.0 CC-BY-4.0 GPL-2 LGPL-2.1 MPL-1.1 "
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"



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

2023-08-26 Thread Conrad Kostecki
commit: 99e4d4ad42eb5f763997795f3b3cc37850ea55d5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:42:56 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e4d4ad

app-misc/logiops: drop 0.3.1, 0.3.2

Signed-off-by: Conrad Kostecki  gentoo.org>

 app-misc/logiops/Manifest  |  3 -
 app-misc/logiops/files/ipcgull-0.1-gcc13.patch | 31 ---
 app-misc/logiops/files/logid.initd | 19 ---
 app-misc/logiops/logiops-0.3.1.ebuild  | 77 --
 app-misc/logiops/logiops-0.3.2.ebuild  | 77 --
 5 files changed, 207 deletions(-)

diff --git a/app-misc/logiops/Manifest b/app-misc/logiops/Manifest
index bceb3208b732..1ad31885753e 100644
--- a/app-misc/logiops/Manifest
+++ b/app-misc/logiops/Manifest
@@ -1,4 +1 @@
-DIST ipcgull-0.1.tar.gz 31909 BLAKE2B 
dc86ce909682e6683ed127eb0824c1dd031a2082879f02832005f4ee7157e89a584829d96d9656a984047fea27094f59591361b0a491cd07a9331a6fa9c2560b
 SHA512 
04dc7305d0fc825fc701ff13bee44ed0606eaed29428d82e93c600efc8fba3cc47895ecd32d4ab9d045ca561161cce9f5bd30e87192e83916a433f4919454d76
-DIST logiops-0.3.1.tar.gz 85535 BLAKE2B 
edef0ab57ee09d47cd6f0c214189c7b7afaa113ab882d7e3449a0818d4753250627671ad135748824de77680b63d113a64d8581571fdcaf2adbb5ed7c9a3885a
 SHA512 
9b98b415fc3231066a51d3da780fd230f43a823316405eb4faba454b6fc5e3eb3b3b30cdeaf83126b848bfb267d4ff97ae8a19a9a76f48510f3af8fe3969bdab
-DIST logiops-0.3.2.tar.gz 87067 BLAKE2B 
0c938824c8c8f8e5a26fbdcb47a2f04ef0316e3750cb85425083e17d68ee23726d99ba6c811045201cebe1c1ef3e58f1bcec0512f599c487494841f2ac3aa9c0
 SHA512 
c69dbf6f220e57515a9641de83625b533943fc78197dc1abbd9767e22fe58e60a55eedb2e9510131cfcda4e9d4f304038be89a70c7c45238a1c7846047d8d59a
 DIST logiops-v0.3.3.tar.gz 117966 BLAKE2B 
b7bb2997b38c33d70d2c8a8ef5a931d6aa021e200a48141dc3aca106e081adde91f23aece0c5d5a9dc66376a7b98354b6e59a13360e55cb7db631322b2fe2ee3
 SHA512 
87d84c9778cd046761a639fc775e8ea4f01d9864c532c55768a35dbd8718a561c398b44f0f3147403d45eac121c74f9fe84f6ac75e4d1c26d3f4f0da2ee5b4fa

diff --git a/app-misc/logiops/files/ipcgull-0.1-gcc13.patch 
b/app-misc/logiops/files/ipcgull-0.1-gcc13.patch
deleted file mode 100644
index 38ec2e123ea8..
--- a/app-misc/logiops/files/ipcgull-0.1-gcc13.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 745329ed9d41051ddb6e4010229d4b54d868e1a4 Mon Sep 17 00:00:00 2001
-From: pixl 
-Date: Wed, 3 May 2023 17:48:28 -0400
-Subject: [PATCH] Require stdexcept in node.h
-
-Fixes compile errors on some systems

- src/ipcgull/src/include/ipcgull/node.h | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/src/ipcgull/src/include/ipcgull/node.h 
b/src/ipcgull/src/include/ipcgull/node.h
-index dbc8b33..8c5442a 100644
 a/src/ipcgull/src/include/ipcgull/node.h
-+++ b/src/ipcgull/src/include/ipcgull/node.h
-@@ -19,13 +19,14 @@
- #ifndef IPCGULL_NODE_H
- #define IPCGULL_NODE_H
- 
-+#include 
-+#include 
- #include 
- #include 
- #include 
- #include 
--#include 
-+#include 
- #include 
--#include 
- 
- namespace ipcgull {
- class interface;

diff --git a/app-misc/logiops/files/logid.initd 
b/app-misc/logiops/files/logid.initd
deleted file mode 100644
index 3c852c6e4397..
--- a/app-misc/logiops/files/logid.initd
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-logid_config="/etc/logid.cfg"
-name="Logitech Configuration Daemon"
-pidfile="${RC_PREFIX}/run/logid.pid"
-
-command="${RC_PREFIX}/usr/bin/logid"
-command_background="true"
-command_args="-c ${logid_config}"
-
-start_pre() {
-   if [ ! -f "${logid_config}" ]; then
-   eerror "The file '${logid_config}' could not be found!"
-   eerror "Please create one before you start the daemon."
-   exit 1
-   fi
-}

diff --git a/app-misc/logiops/logiops-0.3.1.ebuild 
b/app-misc/logiops/logiops-0.3.1.ebuild
deleted file mode 100644
index 147c5fb8398d..
--- a/app-misc/logiops/logiops-0.3.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN_IPCGULL="ipcgull"
-MY_PV_IPCGULL="0.1"
-
-inherit cmake linux-info
-
-DESCRIPTION="An unofficial userspace driver for HID++ Logitech devices"
-HOMEPAGE="https://github.com/PixlOne/logiops;
-SRC_URI="
-   https://github.com/PixlOne/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/PixlOne/${MY_PN_IPCGULL}/archive/refs/tags/v${MY_PV_IPCGULL}.tar.gz
 -> ${MY_PN_IPCGULL}-${MY_PV_IPCGULL}.tar.gz
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="systemd"
-
-DEPEND="
-   dev-libs/glib
-   dev-libs/libconfig:=[cxx]
-   dev-libs/libevdev
-   sys-apps/dbus
-   virtual/libudev
-  

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

2023-08-26 Thread Conrad Kostecki
commit: 6ba3aa867174411f91045c8c96dffacd5c8f870a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:42:13 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba3aa86

app-misc/logiops: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/app-misc/logiops/logiops-0.3.3.ebuild 
b/app-misc/logiops/logiops-0.3.3.ebuild
index a4b7e07a634e..3786b617ded3 100644
--- a/app-misc/logiops/logiops-0.3.3.ebuild
+++ b/app-misc/logiops/logiops-0.3.3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="systemd"
 
 DEPEND="



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

2023-08-26 Thread Conrad Kostecki
commit: 6e4ee8783c31c64532f6bd614e5564341315a31f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 26 22:41:55 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 26 23:41:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4ee878

app-misc/logiops: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

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

diff --git a/app-misc/logiops/logiops-0.3.3.ebuild 
b/app-misc/logiops/logiops-0.3.3.ebuild
index 2e8cc0a6fd37..a4b7e07a634e 100644
--- a/app-misc/logiops/logiops-0.3.3.ebuild
+++ b/app-misc/logiops/logiops-0.3.3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="systemd"
 
 DEPEND="



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

2023-08-26 Thread Sam James
commit: e923f99b4ad2915b0305a76e2f48cb4dc5fa2c86
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 23:27:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 23:27:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e923f99b

sys-devel/gcc: keyword 11.4.1_p20230824

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

 sys-devel/gcc/gcc-11.4.1_p20230824.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-11.4.1_p20230824.ebuild 
b/sys-devel/gcc/gcc-11.4.1_p20230824.ebuild
index 02c58f02f0a6..7c19fe59610d 100644
--- a/sys-devel/gcc/gcc-11.4.1_p20230824.ebuild
+++ b/sys-devel/gcc/gcc-11.4.1_p20230824.ebuild
@@ -37,7 +37,7 @@ if tc_is_live ; then
EGIT_BRANCH=releases/gcc-$(ver_cut 1)
 elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
# Don't keyword live ebuilds
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
:;
 fi
 



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

2023-08-26 Thread Sam James
commit: e18f29033d1c2d1f6f2ba443e59d3349b60598a5
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 23:28:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 23:28:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18f2903

sys-devel/gcc: keyword 13.2.1_p20230826

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

 sys-devel/gcc/gcc-13.2.1_p20230826.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-13.2.1_p20230826.ebuild 
b/sys-devel/gcc/gcc-13.2.1_p20230826.ebuild
index fb3f9765eb8c..b4f76ef68c18 100644
--- a/sys-devel/gcc/gcc-13.2.1_p20230826.ebuild
+++ b/sys-devel/gcc/gcc-13.2.1_p20230826.ebuild
@@ -37,7 +37,7 @@ if tc_is_live ; then
EGIT_BRANCH=releases/gcc-$(ver_cut 1)
 elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
# Don't keyword live ebuilds
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
:;
 fi
 



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

2023-08-26 Thread Sam James
commit: 28549e0b4f6c5da1319413b48d53a4b13890603a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 23:27:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 23:28:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28549e0b

sys-devel/gcc: keyword 12.3.1_p20230825

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

 sys-devel/gcc/gcc-12.3.1_p20230825.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-12.3.1_p20230825.ebuild 
b/sys-devel/gcc/gcc-12.3.1_p20230825.ebuild
index 1ffe2b97a4bf..006c8231fd0e 100644
--- a/sys-devel/gcc/gcc-12.3.1_p20230825.ebuild
+++ b/sys-devel/gcc/gcc-12.3.1_p20230825.ebuild
@@ -37,7 +37,7 @@ if tc_is_live ; then
EGIT_BRANCH=releases/gcc-$(ver_cut 1)
 elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
# Don't keyword live ebuilds
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
:;
 fi
 



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

2023-08-26 Thread Sam James
commit: 1da5599076d2ea568df044227dfc9047d2cecb63
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 23:01:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 23:02:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da55990

sys-devel/gcc: add 13.2.1_p20230826

Note that I plan on keywording this round of gcc snapshots shortly because
it's: 1) a bit overdue, but 2) it contains mitigations for the performance loss
from the recent Intel vulnerabilities.

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-13.2.1_p20230826.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index f12c6d23269d..852881222fb1 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -29,6 +29,7 @@ DIST gcc-13-20230729.tar.xz 84264252 BLAKE2B 
85e0b8af941c6d57317bf68503ea278ecd9
 DIST gcc-13-20230805.tar.xz 84271272 BLAKE2B 
a8898131c3d597417cd349a91d9015d27a7dcbd9bcdbf75c96da45b07fd48b0a2bb240e5e90cb138ebbe7ac9df7c43fc7ca768e88fc1ffe388ab38c4c07cd219
 SHA512 
386cf5ae6948f7dff45d82910bb52418e0e040a8d2802a658c05cc0bb0be16c880878a18af4fba7a5025132b77657c50b20e84e3ea77c1520a7a135013879750
 DIST gcc-13-20230812.tar.xz 84291228 BLAKE2B 
5210e6d2dfc3250efb924ddd8ece283a568669878adc278bb38b7859085109a09881b610a85ecdaac144e5f600e1cf9ebcbbc9e8cb0ae2acb1805e89b0b62868
 SHA512 
31ff4b3f7b30c1313918c3d492c3a83e321159864b85ac266fa027baf90e41e5cb88208cffa94a482bb898000d6f199556e34e93961a7b6f92566d62cc818613
 DIST gcc-13-20230819.tar.xz 84298080 BLAKE2B 
6488fef3c12f5f521c956294092117ab25bc1c0d5ba1691e3d57300aefa28219ebff9e8ed107f41a605253575c455884d3c7b637fbbfb4285afe488530c0553b
 SHA512 
324b914a772a505b79906cff013c1c7a1bfa207ba05f080b4531a5ce5ba0d0c38747021b4f8fd5a0aac3ea225d972f0a4471897fbab82c372506210769350152
+DIST gcc-13-20230826.tar.xz 84285788 BLAKE2B 
c25be594e322dd7145245c42ae21b98aa9e3e6ae69f1fa313830e40bf2e8fcb8435762f1c9d3f1ca1dbf31653bdc76a658bec708b7850fe40a7c55504ac30618
 SHA512 
3d47632e90651bd50a881c727c1ef2aa3322b4fc3e082919ae430270901abf8a05a34fe93f8b678c10dc9a0758f93dc3b33ed5947c8743dab453d2b50c063722
 DIST gcc-13.2.0-musl-patches-2.tar.xz 5292 BLAKE2B 
c057d6574d03c05854edaa9f3fd40e9149662b04f3ac7a7db3eb078d73a7b535726d1bf52e5b12736dedb2f9898ad731f2e48a6421fcfbf7b90f929dee072fcb
 SHA512 
a691da0c87c443a5e9d23731f4005f27871c5b12bc9102873ffa24d374aa7b9fbd187c4f5635d23fa9ffb17e351e76173c2d3fdf40646e355c4cb314b538de69
 DIST gcc-13.2.0-patches-3.tar.xz 30956 BLAKE2B 
29ce043b46645640ca1e983397af3e158588ad87575f0bc59451ea4a7dd5e3bb5b190ed031de6a22cd790d423ba111e95d222187dd09985dceb12db9f0a2d907
 SHA512 
4ffecae7be320124ad0c4e71e39e142b7aa8db0e70b5f486f491d7a33ea31efc6464c6abeea77df02a8bd5cf81f08225d625c8af5c27f9afa32c0d7d989f7a3c
 DIST gcc-13.2.0-patches-4.tar.xz 35284 BLAKE2B 
230932b5df961518dc0c1aea219e65bd49a64bfcbe0621f90012d8fa18c099fbaa9ce865fb7b95e403e9b227d4cc86bf701668837519a3962a76769f49cd1356
 SHA512 
5464a6de67ed16a5b3200d513069e8ea10d57d0c78eb84523d30f7abfcaa2611c5462e83f9bbdb079e42b4f702e5f2ecd1db0f370fdf0fe6c0216a08cf2801d7

diff --git a/sys-devel/gcc/gcc-13.2.1_p20230826.ebuild 
b/sys-devel/gcc/gcc-13.2.1_p20230826.ebuild
new file mode 100644
index ..fb3f9765eb8c
--- /dev/null
+++ b/sys-devel/gcc/gcc-13.2.1_p20230826.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="13.2.0"
+PATCH_VER="7"
+MUSL_VER="2"
+MUSL_GCC_VER="13.2.0"
+
+if [[ ${PV} == *. ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=1
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$((${MY_PV_2} - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+if tc_is_live ; then
+   # Needs to be after inherit (for now?), bug #830908
+   EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   # Don't keyword live ebuilds
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   :;
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by de

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

2023-08-26 Thread Ionen Wolkens
commit: 990f190320f767238a0366f7b077c73be526a890
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Aug 26 22:48:33 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Aug 26 22:49:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990f1903

x11-drivers/nvidia-drivers: filter -fno-plt with kernel-open

If similar issues come up again may opt to trade for strip-flags.
Skipping revbump given open+no-plt is a rather rare configuration.

Closes: https://bugs.gentoo.org/912949
Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-525.125.06.ebuild | 1 +
 x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild | 1 +
 x11-drivers/nvidia-drivers/nvidia-drivers-535.43.08.ebuild  | 1 +
 x11-drivers/nvidia-drivers/nvidia-drivers-535.98.ebuild | 1 +
 4 files changed, 4 insertions(+)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-525.125.06.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-525.125.06.ebuild
index e57400c9c187..343e52fa97f9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-525.125.06.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-525.125.06.ebuild
@@ -188,6 +188,7 @@ src_compile() {
 
# environment flags are normally unused for modules, 
but nvidia
# uses it for building the "blob" and it is a bit 
fragile
+   filter-flags -fno-plt #912949
filter-lto
CC=${KERNEL_CC} CXX=${KERNEL_CXX} 
strip-unsupported-flags
fi

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild
index 529989e75cc5..c1e9e0e8d907 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-535.104.05.ebuild
@@ -191,6 +191,7 @@ src_compile() {
 
# environment flags are normally unused for modules, 
but nvidia
# uses it for building the "blob" and it is a bit 
fragile
+   filter-flags -fno-plt #912949
filter-lto
CC=${KERNEL_CC} CXX=${KERNEL_CXX} 
strip-unsupported-flags
fi

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.08.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.08.ebuild
index c4f1522ec324..6d939ff998b9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.08.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-535.43.08.ebuild
@@ -192,6 +192,7 @@ src_compile() {
 
# environment flags are normally unused for modules, 
but nvidia
# uses it for building the "blob" and it is a bit 
fragile
+   filter-flags -fno-plt #912949
filter-lto
CC=${KERNEL_CC} CXX=${KERNEL_CXX} 
strip-unsupported-flags
fi

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-535.98.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-535.98.ebuild
index d3cfc30685fa..321ff9dc6828 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-535.98.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-535.98.ebuild
@@ -191,6 +191,7 @@ src_compile() {
 
# environment flags are normally unused for modules, 
but nvidia
# uses it for building the "blob" and it is a bit 
fragile
+   filter-flags -fno-plt #912949
filter-lto
CC=${KERNEL_CC} CXX=${KERNEL_CXX} 
strip-unsupported-flags
fi



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

2023-08-26 Thread Bernard Cafarelli
commit: c257e6ccaab20c1015f586d594ef3a7b7da53743
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Aug 26 22:33:16 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Aug 26 22:33:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c257e6cc

net-misc/x2goserver: add 4.1.0.6

Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-misc/x2goserver/Manifest  |  1 +
 net-misc/x2goserver/x2goserver-4.1.0.6.ebuild | 96 +++
 2 files changed, 97 insertions(+)

diff --git a/net-misc/x2goserver/Manifest b/net-misc/x2goserver/Manifest
index 34506e3ebf3a..a363e09ccb25 100644
--- a/net-misc/x2goserver/Manifest
+++ b/net-misc/x2goserver/Manifest
@@ -1,2 +1,3 @@
 DIST x2goserver-4.1.0.3.tar.gz 141581 BLAKE2B 
79401a146e8a18451d6521f4b9556b2f22746bd752f39dc45764bacca085f2bb66a92327aaeb292979ce43ffbde24541e492cec814f1f8a535614cbdc2dc3ebd
 SHA512 
9d7257dd454bfedca9e3ef1b07bc38b540cb833fae4535f2225a1f0bfea93c0f04c638d411b57c50e7170106a5ae1d7f41c19f043832129a7a9460dcfd34c56a
 DIST x2goserver-4.1.0.5.tar.gz 178386 BLAKE2B 
b45e0ea9cbfc81afabf1160ecf4513a3cdacda40b02c692cc04a0012f37441edd4c7074e467809aa2b0ad3eae24cae1982413b5e90d1657a0b6e6e6c56224025
 SHA512 
b0413fe54d1f93031480f954d2e482e4bb93393fbd49516e5c89101d38f33ca6019080ad42622ae986717ebe85fbdca230db2d69e45cc9684a79e62d9f885bd8
+DIST x2goserver-4.1.0.6.tar.gz 178638 BLAKE2B 
8a7f97169a36a7ef2704b97c1b62818a41c254fd221c8dc506573bda012172ceea9544eadd1a8481f86bf2b806e4abeafd3fa37c0075cd574c5239aa9b4643c3
 SHA512 
3c82ae5bd86dd938bedc70aa01d2d9123d749a36396f44100a7a94e58e5dba2d347fc967691fe0978b55e42b7fb90ddd065eafaba88dc6faee83c14645447e1b

diff --git a/net-misc/x2goserver/x2goserver-4.1.0.6.ebuild 
b/net-misc/x2goserver/x2goserver-4.1.0.6.ebuild
new file mode 100644
index ..9d7bbf319cdd
--- /dev/null
+++ b/net-misc/x2goserver/x2goserver-4.1.0.6.ebuild
@@ -0,0 +1,96 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd tmpfiles toolchain-funcs xdg
+
+DESCRIPTION="The X2Go server"
+HOMEPAGE="http://www.x2go.org;
+SRC_URI="http://code.x2go.org/releases/source/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+fuse postgres +sqlite"
+
+REQUIRED_USE="|| ( postgres sqlite )"
+
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
+RDEPEND="acct-user/x2gouser
+   acct-user/x2goprint
+   dev-lang/perl:=
+   dev-perl/Capture-Tiny
+   dev-perl/Config-Simple
+   dev-perl/File-BaseDir
+   dev-perl/File-ReadBackwards
+   dev-perl/File-Which
+   dev-perl/Switch
+   dev-perl/Try-Tiny
+   media-fonts/font-cursor-misc
+   media-fonts/font-misc-misc[nls]
+   >=net-misc/nx-3.5.99.14
+   >=sys-apps/iproute2-4.3.0
+   virtual/openssh
+   x11-apps/xauth
+   x11-apps/xhost
+   x11-apps/xwininfo
+   fuse? ( net-fs/sshfs )
+   postgres? ( dev-perl/DBD-Pg )
+   sqlite? ( dev-perl/DBD-SQLite )"
+
+src_prepare() {
+   default
+   # Do not compress man pages by default
+   sed '/^[[:space:]]*gzip.*man/d' -i */Makefile || die
+}
+
+src_compile() {
+   emake \
+   CC="$(tc-getCC)" \
+   LIBDIR="/usr/$(get_libdir)/x2go" \
+   PREFIX=/usr
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   LIBDIR="/usr/$(get_libdir)/x2go" \
+   NXLIBDIR="/usr/$(get_libdir)/nx" \
+   PREFIX=/usr \
+   install
+
+   fowners root:x2goprint /usr/bin/x2goprint
+   fperms 2755 /usr/bin/x2goprint
+   fperms 0750 /etc/sudoers.d
+   fperms 0440 /etc/sudoers.d/x2goserver
+   dosym ../../usr/share/applications /etc/x2go/applications
+
+   newinitd "${FILESDIR}"/${PN}.init x2gocleansessions
+   systemd_dounit "${FILESDIR}"/x2gocleansessions.service
+}
+
+pkg_postinst() {
+   tmpfiles_process x2goserver.conf
+   xdg_pkg_postinst
+
+   if use sqlite ; then
+   if [[ -f "${EROOT}"/var/lib/x2go/x2go_sessions ]] ; then
+   elog "To use sqlite and update your existing database, 
run:"
+   elog " # x2godbadmin --updatedb"
+   else
+   elog "To use sqlite and create the initial database, 
run:"
+   elog " # x2godbadmin --createdb"
+   fi
+
+   fi
+
+   if use postgres ; then
+   elog "To use a PostgreSQL database, more information is 
availabe here:"
+   elog 
"http://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql;
+   fi
+
+   elog "For password authentication, you need to enable 
PasswordAuthentication"
+   elog "in /etc/ssh/sshd_config (disabled by default in Gentoo)"
+   elog "An init script was installed for x2gocleansessions"
+}



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

2023-08-26 Thread Yixun Lan
commit: 0a30b53cc8135467dde012b4f2d7bd1a2897cc1b
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Aug 26 22:09:37 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Aug 26 22:23:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a30b53c

media-gfx/feh: add myself as a maintainer

Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/feh/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-gfx/feh/metadata.xml b/media-gfx/feh/metadata.xml
index 691799de4120..defb52c9b514 100644
--- a/media-gfx/feh/metadata.xml
+++ b/media-gfx/feh/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   d...@gentoo.org
+   Yixun Lan
+   

derf/feh




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

2023-08-26 Thread Yixun Lan
commit: bb11cff2c1a8591decbe8d7259b5f27db0d8633b
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Aug 26 22:11:10 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Aug 26 22:23:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb11cff2

media-gfx/feh: drop 3.9.1

Signed-off-by: Yixun Lan  gentoo.org>

 media-gfx/feh/feh-3.9.1.ebuild | 70 --
 1 file changed, 70 deletions(-)

diff --git a/media-gfx/feh/feh-3.9.1.ebuild b/media-gfx/feh/feh-3.9.1.ebuild
deleted file mode 100644
index 44e81d554acd..
--- a/media-gfx/feh/feh-3.9.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit toolchain-funcs xdg-utils
-
-DESCRIPTION="A fast, lightweight imageviewer using imlib2"
-HOMEPAGE="https://feh.finalrewind.org/;
-SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2;
-
-LICENSE="feh"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv x86"
-IUSE="debug curl exif test xinerama inotify"
-RESTRICT="test" # Tests are broken.
-
-COMMON_DEPEND="media-libs/imlib2[X]
-   >=media-libs/libpng-1.2:0=
-   x11-libs/libX11
-   curl? ( net-misc/curl )
-   exif? ( media-libs/libexif )
-   xinerama? ( x11-libs/libXinerama )"
-RDEPEND="${COMMON_DEPEND}
-   media-libs/libjpeg-turbo:0"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-   x11-libs/libXt
-   test? (
-   >=dev-lang/perl-5.10
-   dev-perl/Test-Command
-   media-libs/imlib2[gif,jpeg,png]
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.2-debug-cflags.patch )
-
-pkg_setup() {
-   use_feh() { usex $1 1 0; }
-
-   fehopts=(
-   PREFIX="${EPREFIX}"/usr
-   doc_dir='${main_dir}'/share/doc/${PF}
-   example_dir='${main_dir}'/share/doc/${PF}/examples
-   curl=$(use_feh curl)
-   debug=$(use_feh debug)
-   xinerama=$(use_feh xinerama)
-   exif=$(use_feh exif)
-   inotify=$(use_feh inotify)
-   )
-}
-
-src_compile() {
-   tc-export CC
-   emake "${fehopts[@]}"
-}
-
-src_install() {
-   emake "${fehopts[@]}" DESTDIR="${D}" install
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_mimeinfo_database_update
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpinboard/

2023-08-26 Thread Bernard Cafarelli
commit: 6e9e05851e54683cba01e8cdbdbbab926a159fdf
Author: Bernard Cafarelli  gentoo  org>
AuthorDate: Sat Aug 26 22:13:52 2023 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Sat Aug 26 22:13:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e9e0585

x11-plugins/wmpinboard: drop 1.0.1

Signed-off-by: Bernard Cafarelli  gentoo.org>

 x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild 
b/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild
deleted file mode 100644
index 2c2bdf7149ce..
--- a/x11-plugins/wmpinboard/wmpinboard-1.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Window Maker dock applet resembling a miniature pinboard"
-HOMEPAGE="https://github.com/bbidulock/wmpinboard;
-SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpinboard/

2023-08-26 Thread Sam James
commit: 22836d0a5a8a049518169d140a0fb372d826d15d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 22:01:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 22:01:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22836d0a

x11-plugins/wmpinboard: Stabilize 1.0.1-r1 ppc, #913078

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

 x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild 
b/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
index c7278245a254..76a2990148f4 100644
--- a/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
+++ b/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpinboard/

2023-08-26 Thread Sam James
commit: 5d1c0d1d3355629ce2136adda485c973b66646c7
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 22:01:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 22:01:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1c0d1d

x11-plugins/wmpinboard: Stabilize 1.0.1-r1 amd64, #913078

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

 x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild 
b/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
index 76a2990148f4..1ce49caa8fcc 100644
--- a/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
+++ b/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmpinboard/

2023-08-26 Thread Sam James
commit: 0a5e15a3fa140bd14cd8643878d34353dd7f8b67
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 22:01:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 22:01:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a5e15a3

x11-plugins/wmpinboard: Stabilize 1.0.1-r1 x86, #913078

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

 x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild 
b/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
index 1ce49caa8fcc..428b51dc5d3f 100644
--- a/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
+++ b/x11-plugins/wmpinboard/wmpinboard-1.0.1-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/bbidulock/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libX11



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

2023-08-26 Thread Sam James
commit: 3f679f5a280ed747c1bc4af312db9e495cad5165
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 21:49:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 21:49:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f679f5a

app-portage/getuto: add 1.3

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

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

diff --git a/app-portage/getuto/Manifest b/app-portage/getuto/Manifest
index d4feefeb21b3..e67f0f025728 100644
--- a/app-portage/getuto/Manifest
+++ b/app-portage/getuto/Manifest
@@ -1,3 +1,4 @@
 DIST getuto-1.1.tar.gz 9394 BLAKE2B 
50a129826a98d1a43e1bee68f4d12707334de6e7dd0408685e4e5b727affe86560199745a65bc810d857afc972ef0e2aab6b712c67061e1379add1b48494c4b5
 SHA512 
94f88b6562d763aa2b5cea407409e617d9c1bc89db5779fe12cebabf3db22873d60f36e98ca90ce8bbbc4a1f06bb734a1ee059b5735f54cdba24db9f041cc13c
 DIST getuto-1.2.tar.gz 9412 BLAKE2B 
0d207ecb83ca0739640a0c7587579b6c4d0437db5b84725dd14a31adee2f10ef1294dac9c159b8757dde42dd2693f82231aed720b7d1db63fa043bd20a5436bc
 SHA512 
2d6ee97461fef1000f3616627c6e9899f5a348f6421e801ded37e96874340260ebb25a6e20138dda073278b8465ed8cebce8537da0e91fa4fc7e661c11f623d9
+DIST getuto-1.3.tar.gz 9589 BLAKE2B 
79f95e263d3a18e58122bb418a3f7e4fe2f28b9e1c0e1cdd21c02df6cb1d0daec233c496ad0191ee4808ccad751b0e76212168454202da03d35bb74a100b24c4
 SHA512 
c7be7c992da2d3817240e20e47ee195a88eeb63a9a8a886e3b526b7a464fa6b2fe932b056aa0140960a9f104c34a6d4bafe483d10bf02da3c8ce9b7e3e4c3b26
 DIST libc-1-r1-1.gpkg.tar 20480 BLAKE2B 
b2c184e20c1a29ff66240e992f9f81219285f525eb63cea081372685cf03a2e231a2edb528259617e74c655fbe61b6e0d8fc0bbdbd8452b6098de58432f019d7
 SHA512 
ce52f398ea8979ec16161381803740d49a4294c77303880f54090c379ba5eb8e545a3d3550f229cacc18c7763dc3adf7936561ba1c64b43c87692ec66084e4e6

diff --git a/app-portage/getuto/getuto-1.3.ebuild 
b/app-portage/getuto/getuto-1.3.ebuild
new file mode 100644
index ..860cc3595dd0
--- /dev/null
+++ b/app-portage/getuto/getuto-1.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Stand-alone gentoo install trust anchor generation tool"
+HOMEPAGE="https://github.com/projg2/getuto;
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/projg2/getuto;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/projg2/getuto/archive/refs/tags/${P}.tar.gz
+   "
+   S=${WORKDIR}/${PN}-${P}
+
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+fi
+
+SRC_URI+=" test? ( 
https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/17.1/x86-64/virtual/libc/libc-1-r1-1.gpkg.tar
 )"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-crypt/gnupg
+   dev-libs/openssl
+   sec-keys/openpgp-keys-gentoo-release
+"
+
+src_unpack() {
+   if [[ ${PV} ==  ]] ; then
+   git-r3_src_unpack
+   else
+   # Don't mangle test data
+   unpack ${P}.tar.gz
+   fi
+
+   if use test ; then
+   cp "${DISTDIR}"/libc-1-r1-1.gpkg.tar "${S}" || die
+   fi
+}
+
+src_install() {
+   dobin getuto
+}



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

2023-08-26 Thread Sam James
commit: 0c5a09306aef3aaf92bbd355c1aa0bc95a69eb73
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 20:42:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 20:42:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c5a0930

media-libs/sdl2-gfx: Stabilize 1.0.4-r1 x86, #913077

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

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
index 28cd3309e9d6..e8346d280fbd 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="doc cpu_flags_x86_mmx"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



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

2023-08-26 Thread Sam James
commit: 1a4f773b5f5f3b8d18fe395d9165da55bb17d96b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 20:42:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 20:42:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4f773b

media-libs/sdl2-gfx: Stabilize 1.0.4-r1 amd64, #913077

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

 media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild 
b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
index e8346d280fbd..d0a915f2a3be 100644
--- a/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
+++ b/media-libs/sdl2-gfx/sdl2-gfx-1.0.4-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="doc cpu_flags_x86_mmx"
 
 DEPEND=">=media-libs/libsdl2-2.0.1-r1[video,${MULTILIB_USEDEP}]"



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

2023-08-26 Thread Sam James
commit: 109e59edd8f65a9d60778c30c8e3674fa4348d27
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 20:31:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 20:32:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=109e59ed

sys-apps/coreutils: add 9.3_p20230826 (unkeyworded)

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

 sys-apps/coreutils/Manifest  |  3 +++
 ...ls-.ebuild => coreutils-9.3_p20230826.ebuild} | 20 ++--
 sys-apps/coreutils/coreutils-.ebuild | 20 ++--
 3 files changed, 23 insertions(+), 20 deletions(-)

diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
index ad56e3b431fc..d1720a420e18 100644
--- a/sys-apps/coreutils/Manifest
+++ b/sys-apps/coreutils/Manifest
@@ -5,3 +5,6 @@ DIST coreutils-9.1.tar.xz 5712104 BLAKE2B 
f5654e4935535275615d44a56c071d1c0746af
 DIST coreutils-9.1.tar.xz.sig 833 BLAKE2B 
e9627a066f3c67596feaa8d43d5785076230f440bacea84d8b5736e51a22787c2d5df1f3e2cd8523d01fb7b468933d3c17fce3cb1fbefef322a0e0d820b81842
 SHA512 
9f0766531afd4faa3e2c337730f61db55605cf06729e9c61f644594883732c2e0b1ddb0005b492be309c53e6f45b8ff875398163a48699d52517ea49e9bdbc91
 DIST coreutils-9.3.tar.xz 5808696 BLAKE2B 
11502cd2dbeef150d0d4cece2546bf6b835941b94456c258f6058338f0477f22e68e88934d075b08fe51ee4d1c0c50cb23d8084ac06a457d6e8975f01643b1cd
 SHA512 
242271f212a6860bdc6c8d7e5c4f85ce66c1b48ef781aca9daa56e0fe7c2b7809ef72b4392120219fe5b687637c83ce89ceef8bb35f6274f43f8f968a6901694
 DIST coreutils-9.3.tar.xz.sig 833 BLAKE2B 
c45ae10ff706907ae65d31228e432f7d6f34acbdb733bf521437d9e2fc75828a59da9d432d894a1ed8b7341f7e15d0e8d4e816e209c799b75c14d0ec055bfdf2
 SHA512 
522a2072f8ef940228ccdd856a4041c3c16b98e309168ccf2066fe7c1013685ba6cdea8a7317dfa1f4507b37ca016ecedaf54438d4a5007927b0e1a8fd223eb5
+DIST coreutils-9.3_p20230826.tar.xz 5974860 BLAKE2B 
fddfd36c6c3bbe0041369a7e009851056fc62da8e45b1a0a9bbb33b7d0037f251826c5b8ba10f16bf92ba79dca35d6ac475cae3899c45e2b1cfb0cfa3a3ce297
 SHA512 
70de2816a8fca0fb4450edec3309685263c46d46214765c4ed1f0fac600384d759d4fc191fac12e48ab9a21d72c26443398909d1f753b9f3eb4026ea2c912a21
+DIST coreutils-9.3_p20230826.tar.xz.sig 833 BLAKE2B 
6b77be2c81cb0622dd3012ac314a9c00505f8220b446162d1b41257ae0652789c6caef5ecaa3f2d08da68141a12f0806d93608233eae1a7d5568e9a424de77a1
 SHA512 
2ac6896705abc0a7b008864316889c20ba2c4ddb650af9c80815f3a387a2e134356414526a5913bc3c5f0062ca257850fa3eb4fa20b2cc2b86c373f878986982
+DIST coreutils-9.4-patches.tar.xz 6756 BLAKE2B 
677454409ccb629fd0efde1e15d8f9c13f208391e63a17816011e84d4ca3fb2a42c2a60853f213ade2a53c821d76fd8924c59388d160c6e7c7fa5755e1db4c68
 SHA512 
2025c80b5ada92bafb479c678917862be208534becd8b347d335032c6b4cc23c7b7630f15ca7dd3b5d691567cb70f3491753e29441cc54d8700cc3d966a5e743

diff --git a/sys-apps/coreutils/coreutils-.ebuild 
b/sys-apps/coreutils/coreutils-9.3_p20230826.ebuild
similarity index 93%
copy from sys-apps/coreutils/coreutils-.ebuild
copy to sys-apps/coreutils/coreutils-9.3_p20230826.ebuild
index 1edd337eadd7..4b4df6b130d5 100644
--- a/sys-apps/coreutils/coreutils-.ebuild
+++ b/sys-apps/coreutils/coreutils-9.3_p20230826.ebuild
@@ -9,11 +9,11 @@ EAPI=8
 #
 # Also recommend subscribing to the coreutils and bug-coreutils MLs.
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/coreutils.asc
 inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
 
-MY_PATCH="${PN}-9.0_p20220409-patches-01"
+MY_PATCH="${PN}-9.4-patches"
 DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, 
who,...)"
 HOMEPAGE="https://www.gnu.org/software/coreutils/;
 
@@ -23,7 +23,7 @@ if [[ ${PV} ==  ]] ; then
 elif [[ ${PV} == *_p* ]] ; then
# Note: could put this in devspace, but if it's gone, we don't want
# it in tree anyway. It's just for testing.
-   MY_SNAPSHOT="$(ver_cut 1-2).18-ffd62"
+   MY_SNAPSHOT="$(ver_cut 1-2).147-d553ab"
SRC_URI="https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz 
-> ${P}.tar.xz"
SRC_URI+=" verify-sig? ( 
https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz.sig -> 
${P}.tar.xz.sig )"
S="${WORKDIR}"/${PN}-${MY_SNAPSHOT}
@@ -108,12 +108,13 @@ src_unpack() {
 }
 
 src_prepare() {
+   # TODO: past 2025, we may need to add our own hack for bug #907474.
local PATCHES=(
# Upstream patches
)
 
-   if ! use vanilla && [[ -d "${WORKDIR}"/patch ]] ; then
-   PATCHES+=( "${WORKDIR}"/patch )
+   if ! use vanilla && [[ -d "${WORKDIR}"/${MY_PATCH} ]] ; then
+   PATCHES+=( "${WORKDIR}"/${MY_PATCH} )
fi
 
default
@@ -135,10 +136,9 @@ src_prepare() {
 }
 
 src_configure() {
-   # On alpha at least, gnulib (as of 9.3) can't seem to figure out we need
-   # _F_O_B=64: https://debbugs.gnu.org/64123
-   append-lfs-flags
-
+   # 

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

2023-08-26 Thread Mike Gilbert
commit: 369aaf2192bdec280ff98fa2a3a1237c2e375c0c
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 26 19:58:18 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 26 19:58:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369aaf21

sys-devel/clang-toolchain-symlinks: drop PROPERTIES=live

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

 sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild | 1 -
 sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git 
a/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild 
b/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild
index 7924646e117e..dda0a3fb9f80 100644
--- a/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild
+++ b/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-17.ebuild
@@ -13,7 +13,6 @@ S=${WORKDIR}
 LICENSE="public-domain"
 SLOT="${PV}"
 KEYWORDS=""
-PROPERTIES="live"
 IUSE="gcc-symlinks multilib-symlinks +native-symlinks"
 
 # Blocker for bug #872416

diff --git 
a/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild 
b/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild
index 7924646e117e..dda0a3fb9f80 100644
--- a/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild
+++ b/sys-devel/clang-toolchain-symlinks/clang-toolchain-symlinks-18.ebuild
@@ -13,7 +13,6 @@ S=${WORKDIR}
 LICENSE="public-domain"
 SLOT="${PV}"
 KEYWORDS=""
-PROPERTIES="live"
 IUSE="gcc-symlinks multilib-symlinks +native-symlinks"
 
 # Blocker for bug #872416



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

2023-08-26 Thread Mike Gilbert
commit: 7c76512f1b54d91c3c2ab7c416f27fa249fd83d8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 26 19:58:54 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 26 19:58:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c76512f

sys-devel/llvm-toolchain-symlinks: drop PROPERTIES=live

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

 sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild | 1 -
 sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git 
a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild 
b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild
index 588158b795e1..7df9e0837390 100644
--- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild
+++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild
@@ -13,7 +13,6 @@ S=${WORKDIR}
 LICENSE="public-domain"
 SLOT="${PV}"
 KEYWORDS=""
-PROPERTIES="live"
 IUSE="multilib-symlinks +native-symlinks"
 
 RDEPEND="

diff --git 
a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild 
b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild
index 588158b795e1..7df9e0837390 100644
--- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild
+++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild
@@ -13,7 +13,6 @@ S=${WORKDIR}
 LICENSE="public-domain"
 SLOT="${PV}"
 KEYWORDS=""
-PROPERTIES="live"
 IUSE="multilib-symlinks +native-symlinks"
 
 RDEPEND="



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

2023-08-26 Thread Mike Gilbert
commit: bcc5e76ac5223a94477c919cb739b5da743b6afd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 26 19:58:36 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 26 19:58:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc5e76a

sys-devel/lld-toolchain-symlinks: drop PROPERTIES=live

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

 sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-17.ebuild | 1 -
 sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-18.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-17.ebuild 
b/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-17.ebuild
index a882c715a3a7..32197e8eaa0a 100644
--- a/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-17.ebuild
+++ b/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-17.ebuild
@@ -13,7 +13,6 @@ S=${WORKDIR}
 LICENSE="public-domain"
 SLOT="${PV}"
 KEYWORDS=""
-PROPERTIES="live"
 IUSE="multilib-symlinks +native-symlinks"
 
 RDEPEND="

diff --git a/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-18.ebuild 
b/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-18.ebuild
index a882c715a3a7..32197e8eaa0a 100644
--- a/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-18.ebuild
+++ b/sys-devel/lld-toolchain-symlinks/lld-toolchain-symlinks-18.ebuild
@@ -13,7 +13,6 @@ S=${WORKDIR}
 LICENSE="public-domain"
 SLOT="${PV}"
 KEYWORDS=""
-PROPERTIES="live"
 IUSE="multilib-symlinks +native-symlinks"
 
 RDEPEND="



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

2023-08-26 Thread Mike Gilbert
commit: 37643000bea3e0b99ba3d3d57b161ca118def235
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 26 19:59:28 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 26 19:59:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37643000

sys-devel/llvmgold: drop PROPERTIES=live

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

 sys-devel/llvmgold/llvmgold-17.ebuild | 1 -
 sys-devel/llvmgold/llvmgold-18.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys-devel/llvmgold/llvmgold-17.ebuild 
b/sys-devel/llvmgold/llvmgold-17.ebuild
index 0f6fedb082d3..5e52768c1f1a 100644
--- a/sys-devel/llvmgold/llvmgold-17.ebuild
+++ b/sys-devel/llvmgold/llvmgold-17.ebuild
@@ -10,7 +10,6 @@ S=${WORKDIR}
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS=""
-PROPERTIES="live"
 
 RDEPEND="
sys-devel/llvm:${PV}[binutils-plugin]

diff --git a/sys-devel/llvmgold/llvmgold-18.ebuild 
b/sys-devel/llvmgold/llvmgold-18.ebuild
index 0f6fedb082d3..5e52768c1f1a 100644
--- a/sys-devel/llvmgold/llvmgold-18.ebuild
+++ b/sys-devel/llvmgold/llvmgold-18.ebuild
@@ -10,7 +10,6 @@ S=${WORKDIR}
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS=""
-PROPERTIES="live"
 
 RDEPEND="
sys-devel/llvm:${PV}[binutils-plugin]



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

2023-08-26 Thread Mike Gilbert
commit: 14fe4e633818f256de6238c39adbc0a8c197952a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Aug 26 19:56:09 2023 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Aug 26 19:56:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14fe4e63

sys-devel/clang-runtime: drop PROPERTIES=live

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

 sys-devel/clang-runtime/clang-runtime-17.0.0..ebuild| 1 -
 sys-devel/clang-runtime/clang-runtime-17.0.0_rc1.ebuild | 1 -
 sys-devel/clang-runtime/clang-runtime-17.0.0_rc2.ebuild | 1 -
 sys-devel/clang-runtime/clang-runtime-17.0.0_rc3.ebuild | 1 -
 sys-devel/clang-runtime/clang-runtime-18.0.0..ebuild| 1 -
 sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230803.ebuild | 1 -
 sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230810.ebuild | 1 -
 sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230820.ebuild | 1 -
 sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230825.ebuild | 1 -
 9 files changed, 9 deletions(-)

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.0..ebuild
index 67b42357665e..c69faa0fbdd7 100644
--- a/sys-devel/clang-runtime/clang-runtime-17.0.0..ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-17.0.0..ebuild
@@ -13,7 +13,6 @@ SLOT="${PV%%.*}"
 KEYWORDS=""
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
 
 RDEPEND="
compiler-rt? (

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_rc1.ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.0_rc1.ebuild
index 67b42357665e..c69faa0fbdd7 100644
--- a/sys-devel/clang-runtime/clang-runtime-17.0.0_rc1.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-17.0.0_rc1.ebuild
@@ -13,7 +13,6 @@ SLOT="${PV%%.*}"
 KEYWORDS=""
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
 
 RDEPEND="
compiler-rt? (

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_rc2.ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.0_rc2.ebuild
index 67b42357665e..c69faa0fbdd7 100644
--- a/sys-devel/clang-runtime/clang-runtime-17.0.0_rc2.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-17.0.0_rc2.ebuild
@@ -13,7 +13,6 @@ SLOT="${PV%%.*}"
 KEYWORDS=""
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
 
 RDEPEND="
compiler-rt? (

diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.0_rc3.ebuild 
b/sys-devel/clang-runtime/clang-runtime-17.0.0_rc3.ebuild
index 67b42357665e..c69faa0fbdd7 100644
--- a/sys-devel/clang-runtime/clang-runtime-17.0.0_rc3.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-17.0.0_rc3.ebuild
@@ -13,7 +13,6 @@ SLOT="${PV%%.*}"
 KEYWORDS=""
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
 
 RDEPEND="
compiler-rt? (

diff --git a/sys-devel/clang-runtime/clang-runtime-18.0.0..ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.0.0..ebuild
index 67b42357665e..c69faa0fbdd7 100644
--- a/sys-devel/clang-runtime/clang-runtime-18.0.0..ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-18.0.0..ebuild
@@ -13,7 +13,6 @@ SLOT="${PV%%.*}"
 KEYWORDS=""
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
 
 RDEPEND="
compiler-rt? (

diff --git a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230803.ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230803.ebuild
index 67b42357665e..c69faa0fbdd7 100644
--- a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230803.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230803.ebuild
@@ -13,7 +13,6 @@ SLOT="${PV%%.*}"
 KEYWORDS=""
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
 
 RDEPEND="
compiler-rt? (

diff --git a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230810.ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230810.ebuild
index 67b42357665e..c69faa0fbdd7 100644
--- a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230810.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230810.ebuild
@@ -13,7 +13,6 @@ SLOT="${PV%%.*}"
 KEYWORDS=""
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
 
 RDEPEND="
compiler-rt? (

diff --git a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230820.ebuild 
b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230820.ebuild
index 67b42357665e..c69faa0fbdd7 100644
--- a/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230820.ebuild
+++ b/sys-devel/clang-runtime/clang-runtime-18.0.0_pre20230820.ebuild
@@ -13,7 +13,6 @@ SLOT="${PV%%.*}"
 KEYWORDS=""
 IUSE="+compiler-rt libcxx openmp +sanitize"
 REQUIRED_USE="sanitize? ( compiler-rt )"
-PROPERTIES="live"
 
 RDEPEND="
 

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-persistent/

2023-08-26 Thread Hans de Graaff
commit: f9f032be4e0ab7cea54afc93177d023124438fa0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 19:06:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f032be

dev-ruby/net-http-persistent: drop 4.0.1

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

 dev-ruby/net-http-persistent/Manifest  |  1 -
 .../net-http-persistent-4.0.1.ebuild   | 29 --
 2 files changed, 30 deletions(-)

diff --git a/dev-ruby/net-http-persistent/Manifest 
b/dev-ruby/net-http-persistent/Manifest
index cf5f612f93b9..f4c1d3d39969 100644
--- a/dev-ruby/net-http-persistent/Manifest
+++ b/dev-ruby/net-http-persistent/Manifest
@@ -1,2 +1 @@
-DIST net-http-persistent-4.0.1.gem 27136 BLAKE2B 
b88151498c401cc20983c86859d7ef7ae3688ee12a5fcc69544d9716c3aeed55f4339d35ec08e9c0a6a16b4b4ab807d7155425c3056b9634185c255472ad93c5
 SHA512 
d3c86c9c58affac8cde1513dd899527406c0baafd3a620b80011e3babf51a4bfd6fb2bd8998fd9c4696d49aad2d014bdf666b9626e06fe4413cb4010f94e5e91
 DIST net-http-persistent-4.0.2.tar.gz 23779 BLAKE2B 
7ea0140ed9baf97f05f13816ddd836cc874a1861a0ca4d84d98fd8d5665163e96d74c6eef602088a12577addda8fad5c2194c7f679c59917255979c5618c1c8d
 SHA512 
4ef028245092a15f5e017ed6f2723cb82a2ed1fdbcb55217e5807068a40601151c29f929c95ffb5bdaae12fe34dca6658e674e282be42e7b0909c0ff2ea984fd

diff --git a/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild 
b/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild
deleted file mode 100644
index 8172ed90718c..
--- a/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Manages persistent connections using Net::HTTP plus a speed fix 
for Ruby 1.8"
-HOMEPAGE="https://github.com/drbrain/net-http-persistent;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="doc test"
-
-ruby_add_rdepend ">=dev-ruby/connection_pool-2.2:0"
-
-ruby_add_bdepend "
-   test? ( dev-ruby/hoe dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   # avoid test with implicit dependency on net-http-pipeline which
-   # fails and is not tested upstream
-   sed -i -e '/net-http-pipeline not installed/ s/unless.*$//' 
test/test_net_http_persistent.rb || die
-}



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

2023-08-26 Thread Hans de Graaff
commit: 7111500c6147dc7d45a37be6744a7183812f3594
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 18:44:14 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7111500c

dev-ruby/ritex: enable ruby32

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

 dev-ruby/ritex/ritex-1.0.1-r1.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/ritex/ritex-1.0.1-r1.ebuild 
b/dev-ruby/ritex/ritex-1.0.1-r1.ebuild
index b7ddb95e158f..e4185dbe83ec 100644
--- a/dev-ruby/ritex/ritex-1.0.1-r1.ebuild
+++ b/dev-ruby/ritex/ritex-1.0.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README ReleaseNotes"
@@ -22,7 +22,9 @@ DEPEND+=" test? ( app-text/itex2mml )"
 
 all_ruby_prepare() {
# Fix tests
-   sed -i -e "s#\./itex2MML#/usr/bin/itex2MML#;142d" test/mathml.rb || die
+   sed -e "s#\./itex2MML#/usr/bin/itex2MML#;142d" \
+   -e 's/File.exists/File.exist/' \
+   -i test/mathml.rb || die
sed -i -e "12d" test/answer-key.yaml || die
 }
 



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

2023-08-26 Thread Hans de Graaff
commit: 9ce76740b11d11b11d58fc40bafd1c6d43935c75
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 18:57:46 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce76740

dev-ruby/pdf-core: drop 0.9.0

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

 dev-ruby/pdf-core/pdf-core-0.9.0.ebuild | 30 --
 1 file changed, 30 deletions(-)

diff --git a/dev-ruby/pdf-core/pdf-core-0.9.0.ebuild 
b/dev-ruby/pdf-core/pdf-core-0.9.0.ebuild
deleted file mode 100644
index 2907316a9ce0..
--- a/dev-ruby/pdf-core/pdf-core-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Implements low level PDF features for Prawn"
-HOMEPAGE="https://github.com/prawnpdf/pdf-core/;
-SRC_URI="https://github.com/prawnpdf/pdf-core/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( Ruby GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-ruby_add_bdepend "test? ( =dev-ruby/pdf-inspector-1*
-   >=dev-ruby/pdf-reader-1.2 =dev-ruby/pdf-reader-1* )"
-
-all_ruby_prepare() {
-   sed -i -e "/[Bb]undler/d" spec/spec_helper.rb || die
-}



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

2023-08-26 Thread Hans de Graaff
commit: fbfc739419c39f8254057d49652507fc18ec6c4d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 18:55:13 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfc7394

dev-ruby/pluggaloid: update EAPI 7 -> 8

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

 dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild | 26 ++
 1 file changed, 26 insertions(+)

diff --git a/dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild 
b/dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild
new file mode 100644
index ..6195f7a62c4a
--- /dev/null
+++ b/dev-ruby/pluggaloid/pluggaloid-1.7.0-r1.ebuild
@@ -0,0 +1,26 @@
+# 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="README.md"
+
+inherit ruby-fakegem
+DESCRIPTION="Pluggaloid is extensible plugin system for mikutter"
+HOMEPAGE="https://rubygems.org/gems/pluggaloid/;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/delayer-1.1.0:1
+   dev-ruby/instance_storage:0
+"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/*_test.rb || die
+}



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

2023-08-26 Thread Hans de Graaff
commit: dd4e6e8a48ad6788722d93568eb7a0e981502e96
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 18:48:59 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd4e6e8a

dev-ruby/rbst: add github upstream metadata

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

 dev-ruby/rbst/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/rbst/metadata.xml b/dev-ruby/rbst/metadata.xml
index 076793e3f54b..afeb8ebab6c7 100644
--- a/dev-ruby/rbst/metadata.xml
+++ b/dev-ruby/rbst/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   mgo...@gentoo.org
-   Michał Górny
-   
+  
+mgo...@gentoo.org
+Michał Górny
+  
+  
+xwmx/rbst
+  
 



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

2023-08-26 Thread Hans de Graaff
commit: 4c15ce52a2edecb5cb8d6620afa49323389f88e6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 18:57:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c15ce52

dev-ruby/pdf-reader: enable ruby32

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

 dev-ruby/pdf-reader/pdf-reader-1.4.1-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/pdf-reader/pdf-reader-1.4.1-r4.ebuild 
b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r4.ebuild
index d249272a10d2..26fa61c5e1c6 100644
--- a/dev-ruby/pdf-reader/pdf-reader-1.4.1-r4.ebuild
+++ b/dev-ruby/pdf-reader/pdf-reader-1.4.1-r4.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 GITHUB_USER=yob
 
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 



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

2023-08-26 Thread Hans de Graaff
commit: 0a643201b278cd893dbabb31ce7df38cbcd3198f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 18:50:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a643201

dev-ruby/rantly: drop 2.0.0

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

 dev-ruby/rantly/rantly-2.0.0.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-ruby/rantly/rantly-2.0.0.ebuild 
b/dev-ruby/rantly/rantly-2.0.0.ebuild
deleted file mode 100644
index caa2188e68ac..
--- a/dev-ruby/rantly/rantly-2.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby Imperative Random Data Generator and Quickcheck"
-HOMEPAGE="https://github.com/rantly-rb/rantly;
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/simplecov/,/^end/ s:^:#:' test/test_helper.rb || die
-}
-
-each_ruby_test() {
-   ${RUBY} -Ilib:test:. -e 'Dir["test/**/*_test.rb"].each{|f| require f}' 
|| die
-}



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

2023-08-26 Thread Hans de Graaff
commit: 34b9c8a25981a19e84ee7137b1ca329b8787dcce
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 18:47:35 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b9c8a2

dev-ruby/rbst: enable ruby32

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

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

diff --git a/dev-ruby/rbst/rbst-0.6.5-r1.ebuild 
b/dev-ruby/rbst/rbst-0.6.5-r1.ebuild
index dbf9f7fa6bdb..8b44aba69e0c 100644
--- a/dev-ruby/rbst/rbst-0.6.5-r1.ebuild
+++ b/dev-ruby/rbst/rbst-0.6.5-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_NAME="RbST"
 RUBY_FAKEGEM_GEMSPEC="RbST.gemspec"



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

2023-08-26 Thread Hans de Graaff
commit: ba218ec0553368197cdb2601f3a06a788d9be74a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 16:13:35 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba218ec0

dev-ruby/rouge: drop 3.30.0, 4.1.0

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

 dev-ruby/rouge/Manifest|  1 -
 dev-ruby/rouge/rouge-3.30.0.ebuild | 36 
 dev-ruby/rouge/rouge-4.1.0.ebuild  | 36 
 3 files changed, 73 deletions(-)

diff --git a/dev-ruby/rouge/Manifest b/dev-ruby/rouge/Manifest
index 5425f10554d7..660a570ce98a 100644
--- a/dev-ruby/rouge/Manifest
+++ b/dev-ruby/rouge/Manifest
@@ -1,4 +1,3 @@
 DIST rouge-3.30.0.tar.gz 1036048 BLAKE2B 
79dde9ed8a282b22aa044bef1a17cdde705e5361aa9298789d1de155260a69a200d8039c400d22db5719039d67f0d9179c31574190684da50ea64fba92c63ec8
 SHA512 
f21ff96d2d1f248dfffb02ea2312b4c01090b2b5664588e00763d0ede0d8af701efe0cdabb551a2debff26a301dfaffa7a07aa579d73806c6635f03dd15dcfe1
-DIST rouge-4.1.0.tar.gz 1045005 BLAKE2B 
4cbff8d855d36e2d4ab79bc7c125eb2e757f11dabfc5501f59687d7203d3ca1ac503a44caa938de05a99676b4fbe885dd7c012139dbbbfe110d5409e7d3ffc1a
 SHA512 
02bcdcf57d3eb896a006513439930791e4a7486c83e1124fff8d8d2abe211d151b238b52dac1a14019dfed061a44ab249ce7979b94602df730c5684522320252
 DIST rouge-4.1.2.tar.gz 1054462 BLAKE2B 
8f0aff31c6c184a9f264e27d95804c88f8a1ab43ae25237c8e24c646d46aa5e59ca1c32efb7c6c6e59b0a6edd531ae67edd7fa87906ec2f244e0086590c255a1
 SHA512 
835ac4b75c4c8be9d11486e2a6f5a9ecff03180bf6657d2486638f562a99420d97dd518a65fd6ffe20e7994386174887575e02f77d9c3af3aa895ff4d3a4b7f3
 DIST rouge-4.1.3.tar.gz 1056133 BLAKE2B 
4c5134caf28c5bc5f8edc5aef903139f86bc6dedd268970a8a368afa6be6df2b176ab4ddd5c287482333a4863e16ccdc50de7f3830ebb57c6db3285f544f9b6c
 SHA512 
4fa62b46477055e19070c86a5ca0164f84ec8d2d4a3a5bc5b3c84fd514353153d4caf3b3968da6dc357475f3048c684059b9ce419aa3f9986e1c9838a00d8564

diff --git a/dev-ruby/rouge/rouge-3.30.0.ebuild 
b/dev-ruby/rouge/rouge-3.30.0.ebuild
deleted file mode 100644
index 87576fcd19e2..
--- a/dev-ruby/rouge/rouge-3.30.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-RUBY_FAKEGEM_GEMSPEC="rouge.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
-HOMEPAGE="https://github.com/jneen/rouge;
-SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-SLOT="2"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/redcarpet )
-   test? ( dev-ruby/minitest-power_assert )
-   dev-ruby/yard
-"
-
-ruby_add_rdepend "dev-ruby/redcarpet"
-
-all_ruby_prepare() {
-   rm -f tasks/{check/style,update/changelog}.rake || die
-
-   sed -i -e '/bundler/I s:^:#: ; 5irequire "minitest-power_assert"' 
spec/spec_helper.rb || die
-   sed -i -e '/\(changelog\|bundler\|rubocop\)/ s:^:#: ; 1irequire 
"pathname"' Rakefile || die
-}

diff --git a/dev-ruby/rouge/rouge-4.1.0.ebuild 
b/dev-ruby/rouge/rouge-4.1.0.ebuild
deleted file mode 100644
index f14940d79bfa..
--- a/dev-ruby/rouge/rouge-4.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-
-RUBY_FAKEGEM_GEMSPEC="rouge.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Yet-another-markdown-parser using a strict syntax definition in 
pure Ruby"
-HOMEPAGE="https://github.com/rouge-ruby/rouge;
-SRC_URI="https://github.com/rouge-ruby/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE=""
-
-ruby_add_bdepend "doc? ( dev-ruby/redcarpet )
-   test? ( dev-ruby/minitest-power_assert )
-   dev-ruby/yard
-"
-
-ruby_add_rdepend "dev-ruby/redcarpet !

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

2023-08-26 Thread Hans de Graaff
commit: 5d05a0fb6cb72e57e3de5e7ecfb5252b8fa19f61
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Aug 26 18:46:06 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Aug 26 19:07:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d05a0fb

dev-ruby/redcarpet: drop 3.5.1-r1

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

 dev-ruby/redcarpet/Manifest  |  1 -
 dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild | 34 
 2 files changed, 35 deletions(-)

diff --git a/dev-ruby/redcarpet/Manifest b/dev-ruby/redcarpet/Manifest
index 868f93e23d19..f6a55632b78b 100644
--- a/dev-ruby/redcarpet/Manifest
+++ b/dev-ruby/redcarpet/Manifest
@@ -1,2 +1 @@
-DIST redcarpet-3.5.1.tar.gz 106950 BLAKE2B 
2f84e0dbadaa79827d9d244988b19161996e249e493208b20b6339f0eccf73160fe84d79f11a23419573693bbc9c1faae61e690ffe5ec133f8a0baddb69d92b5
 SHA512 
348ee8fc56b89bb1b9fe0b004cab08e9542f3806a885fb5fb0ff58c9a0fa704ad37611484e071951ad00d1d337988d5dae6d240cd65df890f8fe0865e242608d
 DIST redcarpet-3.6.0.tar.gz 108308 BLAKE2B 
0dc15dc6ee17fdc8a0a171eb268315c4682b95145c5e79168e004c38cd856bd68f78e48b1b0c14a1d20676630d197fce86905cf15be5a1af0a83103855a63e6b
 SHA512 
6d20340b10ee495319c6d3d24a42daf6ce78d5daafd1a650793f6743cc06b0523a560f2dd3d13030025e3592bbf05663e4b9393607b81b1d76b8a0da5be2dbce

diff --git a/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild 
b/dev-ruby/redcarpet/redcarpet-3.5.1-r1.ebuild
deleted file mode 100644
index 915681b5bbca..
--- a/dev-ruby/redcarpet/redcarpet-3.5.1-r1.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
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOCS="README.markdown CONTRIBUTING.md CHANGELOG.md doc"
-RUBY_FAKEGEM_TASK_TEST="test:unit"
-
-RUBY_FAKEGEM_GEMSPEC="redcarpet.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/redcarpet/extconf.rb)
-
-inherit multilib ruby-fakegem
-
-SRC_URI="https://github.com/vmg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-DESCRIPTION="A Ruby wrapper for Upskirt"
-HOMEPAGE="https://github.com/vmg/redcarpet;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE=""
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/d' -e 's/=> :compile//'  Rakefile || die
-
-   # Avoid unneeded dependency on rake-compiler
-   sed -i -e '/extensiontask/I s:^:#:' Rakefile || die
-}
-
-each_ruby_prepare() {
-   sed -i -e "s#ruby#${RUBY}#" bin/redcarpet || die
-}



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

2023-08-26 Thread Maciej Barć
commit: 82fc9160e97aebfc0f341215a27c7f799163174c
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 26 18:14:46 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 26 18:16:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fc9160

app-emacs/cape: use elisp-org-export-to

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

 .../cape/{cape-0.17.ebuild => cape-0.17-r1.ebuild} | 14 
 app-emacs/cape/cape-.ebuild| 25 +++---
 2 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/app-emacs/cape/cape-0.17.ebuild 
b/app-emacs/cape/cape-0.17-r1.ebuild
similarity index 77%
rename from app-emacs/cape/cape-0.17.ebuild
rename to app-emacs/cape/cape-0.17-r1.ebuild
index 16b63bbdfda8..42896ab1f608 100644
--- a/app-emacs/cape/cape-0.17.ebuild
+++ b/app-emacs/cape/cape-0.17-r1.ebuild
@@ -22,13 +22,19 @@ fi
 LICENSE="GPL-3+"
 SLOT="0"
 
-RDEPEND=">=app-emacs/compat-29.1.4.0"
-DEPEND="${RDEPEND}"
+RDEPEND="
+   >=app-emacs/compat-29.1.4.0
+"
+DEPEND="
+   ${RDEPEND}
+"
 
 DOCS=( CHANGELOG.org README.org )
+ELISP_TEXINFO="${PN}.texi"
 SITEFILE="50${PN}-gentoo.el"
 
-src_install() {
+src_compile() {
+   elisp-org-export-to texinfo README.org
+   elisp_src_compile
elisp-make-autoload-file
-   elisp_src_install
 }

diff --git a/app-emacs/cape/cape-.ebuild b/app-emacs/cape/cape-.ebuild
index f7f6e19f558b..42896ab1f608 100644
--- a/app-emacs/cape/cape-.ebuild
+++ b/app-emacs/cape/cape-.ebuild
@@ -4,19 +4,19 @@
 EAPI=8
 
 NEED_EMACS=27.1
+
 inherit elisp
 
 DESCRIPTION="Completion At Point Extensions"
-HOMEPAGE="https://github.com/minad/cape;
+HOMEPAGE="https://github.com/minad/cape/;
 
 if [[ ${PV} ==  ]]; then
inherit git-r3
-   EGIT_REPO_URI="https://github.com/minad/cape.git;
+   EGIT_REPO_URI="https://github.com/minad/${PN}.git;
 else
-   # Recompressed from ELPA.
-   SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz;
+   SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.tar.gz"
KEYWORDS="~amd64"
-   ELISP_REMOVE="${PN}-pkg.el"
 fi
 
 LICENSE="GPL-3+"
@@ -25,15 +25,16 @@ SLOT="0"
 RDEPEND="
>=app-emacs/compat-29.1.4.0
 "
-DEPEND="${RDEPEND}"
+DEPEND="
+   ${RDEPEND}
+"
 
+DOCS=( CHANGELOG.org README.org )
+ELISP_TEXINFO="${PN}.texi"
 SITEFILE="50${PN}-gentoo.el"
 
-src_install() {
+src_compile() {
+   elisp-org-export-to texinfo README.org
+   elisp_src_compile
elisp-make-autoload-file
-   elisp_src_install
-
-   if [[ ${PV} !=  ]]; then
-   doinfo cape.info
-   fi
 }



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

2023-08-26 Thread Sam James
commit: 42a5ec791744f08f7458f3c74decda57c5cbb39d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 18:13:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 18:13:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a5ec79

app-admin/webapp-config: Stabilize 1.55-r3 x86, #913079

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

 app-admin/webapp-config/webapp-config-1.55-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
index e37a1a16530b..befaf688f6f1 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
@@ -14,7 +14,7 @@ then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="Gentoo's installer for web-based applications"



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

2023-08-26 Thread Sam James
commit: e65f96600ca72e74dff46bf62cce3bc69acfc77e
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 18:11:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 18:11:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65f9660

app-admin/webapp-config: Stabilize 1.55-r3 sparc, #913079

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

 app-admin/webapp-config/webapp-config-1.55-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
index a52223305033..e37a1a16530b 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
@@ -14,7 +14,7 @@ then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo's installer for web-based applications"



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

2023-08-26 Thread Sam James
commit: 7834a0071e5da664da154e6f79dac180472b11f4
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 18:09:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 18:09:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7834a007

app-admin/webapp-config: Stabilize 1.55-r3 ppc, #913079

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

 app-admin/webapp-config/webapp-config-1.55-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
index a832a7660326..a52223305033 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
@@ -14,7 +14,7 @@ then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo's installer for web-based applications"



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

2023-08-26 Thread Sam James
commit: 7b9e23981bc5c59c0445644ba8276f21e1bf5914
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 18:09:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 18:09:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b9e2398

media-libs/lcms: Stabilize 2.15 amd64, #913067

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

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

diff --git a/media-libs/lcms/lcms-2.15.ebuild b/media-libs/lcms/lcms-2.15.ebuild
index f2d82e04f50b..fbcb0e29ee9b 100644
--- a/media-libs/lcms/lcms-2.15.ebuild
+++ b/media-libs/lcms/lcms-2.15.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/lcms2-${PV/_}"
 LICENSE="GPL-3 MIT"
 SLOT="2"
 if [[ ${PV} != *_rc* ]] ; then
-   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"
+   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
 IUSE="doc jpeg static-libs tiff"
 



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

2023-08-26 Thread Sam James
commit: cac82a502717dd0f847ff1cf2e1bbd554b64079a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 18:09:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 18:09:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac82a50

app-admin/webapp-config: Stabilize 1.55-r3 arm64, #913079

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

 app-admin/webapp-config/webapp-config-1.55-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
index 207f9f0bca50..a832a7660326 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
@@ -14,7 +14,7 @@ then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo's installer for web-based applications"



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

2023-08-26 Thread Sam James
commit: cd911c8c5d71ecb6407d0934edbb0fcd0d8aca3e
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 18:09:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 18:09:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd911c8c

app-admin/webapp-config: Stabilize 1.55-r3 amd64, #913079

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

 app-admin/webapp-config/webapp-config-1.55-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
index 76caefb23e6d..b62ae6e00a8c 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
@@ -14,7 +14,7 @@ then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo's installer for web-based applications"



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

2023-08-26 Thread Sam James
commit: 9e9c89bdbabd9372214557ed91f5129942a89fd9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 18:09:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 18:09:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e9c89bd

app-admin/webapp-config: Stabilize 1.55-r3 arm, #913079

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

 app-admin/webapp-config/webapp-config-1.55-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
index c21d7f4b0d25..207f9f0bca50 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r3.ebuild
@@ -14,7 +14,7 @@ then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 DESCRIPTION="Gentoo's installer for web-based applications"



  1   2   3   4   >