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

2024-02-17 Thread Florian Schmaus
commit: d49550bec5cd3be9188ea3cac11e738ee9d63fe6
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Feb 17 10:03:39 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Feb 17 10:04:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49550be

sys-power/sandmann-bin: stabilize 1.0 for amd64

Signed-off-by: Florian Schmaus  gentoo.org>

 sys-power/sandmann-bin/sandmann-bin-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/sandmann-bin/sandmann-bin-1.0.ebuild 
b/sys-power/sandmann-bin/sandmann-bin-1.0.ebuild
index 952a8f6d6625..d42f123b88a5 100644
--- a/sys-power/sandmann-bin/sandmann-bin-1.0.ebuild
+++ b/sys-power/sandmann-bin/sandmann-bin-1.0.ebuild
@@ -11,7 +11,7 @@ MY_P=${MY_PN}-${PV}
 DESCRIPTION="An autosuspend and wakeup daemon"
 HOMEPAGE="https://gitlab.com/Flow/sandmann;
 SRC_URI="https://geekplace.eu/projects/${MY_PN}/archive/${MY_P}.tar.xz;
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 LICENSE="GPL-3+ LGPL-3"
 SLOT="0"



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

2024-02-17 Thread Florian Schmaus
commit: 720d1b958de2c8210d0343834dfc59a0cf1c3ba0
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Feb 17 10:03:51 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Feb 17 10:04:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720d1b95

sys-power/sandmann-bin: drop 0.9-r1

Signed-off-by: Florian Schmaus  gentoo.org>

 sys-power/sandmann-bin/Manifest   |  1 -
 sys-power/sandmann-bin/sandmann-bin-0.9-r1.ebuild | 62 ---
 2 files changed, 63 deletions(-)

diff --git a/sys-power/sandmann-bin/Manifest b/sys-power/sandmann-bin/Manifest
index 6e05fc2fced6..0b4301de274d 100644
--- a/sys-power/sandmann-bin/Manifest
+++ b/sys-power/sandmann-bin/Manifest
@@ -1,2 +1 @@
-DIST sandmann-0.9.tar.xz 16656160 BLAKE2B 
e0b52fd8ba67bec68dfa6a6c6fa3f9321118c350a954cef582643339f1d15c6f8d55d74cfbc0d1894dd5eae83975f1ef57c974c5035b80d9bdc1e132d7b16787
 SHA512 
bee9a9b5f5eaaeba8ec66999c2719efb43cd85c601a9aee61017dd330149ed9faf94a48d9c0fd0dcc82c05fa8dfe23f020d69b452bb71ccf5dc50017dcf5a84e
 DIST sandmann-1.0.tar.xz 16661756 BLAKE2B 
06a2ce44a0498987ce1dfafaa0aee560c2deef69efc7cfd6191dd12e265be21b15b167d7adc01066343a777cf66c88b2ec5d95f46fede003f80676966ad95ad3
 SHA512 
e9f5f41b4f2bf45f7d4528baf593f4f120e5a9c4eacf13a4c0961ba66f8ed5877abb3f10b6b35679dc56f2e55e80e0cc6bb3a42800859ff40354b0a750b16d66

diff --git a/sys-power/sandmann-bin/sandmann-bin-0.9-r1.ebuild 
b/sys-power/sandmann-bin/sandmann-bin-0.9-r1.ebuild
deleted file mode 100644
index 77fae7630860..
--- a/sys-power/sandmann-bin/sandmann-bin-0.9-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-utils-2 systemd tmpfiles
-
-MY_PN=${PN%-bin}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="An autosuspend and wakeup daemon"
-HOMEPAGE="https://gitlab.gentoo.org/flow/sandmann;
-SRC_URI="https://dev.gentoo.org/~flow/${MY_PN}/archive/${MY_P}.tar.xz;
-KEYWORDS="amd64"
-
-LICENSE="GPL-3+ LGPL-3"
-SLOT="0"
-
-# >=java-config-2.3.2 to get the libdir fix.
-RDEPEND="
-   acct-user/sandmann
-   >=dev-java/java-config-2.3.2
-   sys-apps/systemd
-   sys-auth/polkit
-   || (
-   virtual/jre:17
-   virtual/jre:21
-   )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-   sed -i \
-   -e 's|^ExecStart=.*|ExecStart=/usr/bin/sandmann|' \
-   sandmann.service || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   local my_emake_args=(
-   DESTDIR="${D}"
-   SYSTEMD_SYSTEM_UNIT_DIR="$(systemd_get_systemunitdir)"
-   TARGET_BINARY=
-   SOURCELESS_INSTALL=true
-   )
-
-   emake ${my_emake_args[@]} install
-
-   java-pkg_newjar out/main/assembly.dest/out.jar sandmann.jar
-   java-pkg_dolauncher sandmann
-
-   dodoc README.md
-}
-
-pkg_postinst() {
-   tmpfiles_process sandmann.conf
-}



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

2024-02-17 Thread Vitaly Zdanevich
commit: a4c25685b8c3827d60dfcabd603df5cb3ea6b4d9
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sat Feb 17 10:56:20 2024 +
Commit: Vitaly Zdanevich  ya  ru>
CommitDate: Sat Feb 17 10:56:20 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4c25685

gui-apps/1password: fix LDFLAGS

Closes: https://bugs.gentoo.org/924687
Signed-off-by: Vitaly Zdanevich  ya.ru>

 gui-apps/1password/1password-8.10.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/1password/1password-8.10.16.ebuild 
b/gui-apps/1password/1password-8.10.16.ebuild
index c34eb18443..8db1760aab 100644
--- a/gui-apps/1password/1password-8.10.16.ebuild
+++ b/gui-apps/1password/1password-8.10.16.ebuild
@@ -32,7 +32,7 @@ src_unpack() {
rpm_unpack ${P}.x86_64.rpm
 }
 
-QA_PREBUILT="/usr/bin/${PN}"
+QA_PREBUILT="opt/1Password/*"
 
 QA_SONAME="
 /usr/lib64/libXcomposite.so.1



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

2024-02-17 Thread Alexey Shvetsov
commit: 64f0396fbb2a5bb39a6f558b79586ee090fbfaf7
Author: Alexey Shvetsov  gentoo  org>
AuthorDate: Sat Feb 17 11:05:07 2024 +
Commit: Alexey Shvetsov  gentoo  org>
CommitDate: Sat Feb 17 11:05:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f0396f

.mailmap: add my emails

Signed-off-by: Alexey Shvetsov  gentoo.org>

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index ad6d04a44462..8b55e37bc5e2 100644
--- a/.mailmap
+++ b/.mailmap
@@ -2,6 +2,7 @@
 # before joining and after retiring, as well as the usual uses of .mailmap.
 # See gitmailmap(5) for format details.
 # Please keep this list sorted. Use "LC_ALL=en_US.utf-8 grep -v '^#' .mailmap 
| sort"
+Alexey Shvetsov  
 Andrew Ammerlaan  
 Andrew Ammerlaan  
 Andrew Ammerlaan  



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

2024-02-17 Thread David Seifert
commit: 7c546f8de26a00974bad9f5c08d1f2182bab86ae
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:19 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c546f8d

media-radio/direwolf: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 media-radio/direwolf/files/1.5-makefile.patch  | 295 -
 .../direwolf/files/direwolf-1.5-respect-AR.patch   |  22 --
 .../files/direwolf-1.5-respect-LDFLAGS.patch   |  22 --
 .../direwolf/files/direwolf-gpsd-API-9.patch   | 213 ---
 4 files changed, 552 deletions(-)

diff --git a/media-radio/direwolf/files/1.5-makefile.patch 
b/media-radio/direwolf/files/1.5-makefile.patch
deleted file mode 100644
index 2b7f87945011..
--- a/media-radio/direwolf/files/1.5-makefile.patch
+++ /dev/null
@@ -1,295 +0,0 @@
 a/Makefile.linux
-+++ b/Makefile.linux
-@@ -13,7 +13,7 @@
-   @echo "sudo make install"
-   @echo " "
- 
--CC := gcc
-+#CC := gcc
- 
- # Just for fun, let's see how clang compares to gcc.  First install like this:
- # sudo apt-get update
-@@ -32,7 +32,7 @@
- # we will inherit options already set in build environment.
- # Explanation - https://github.com/wb2osz/direwolf/pull/38
- 
--CFLAGS += -O3 -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1 
-Wall
-+CFLAGS += -pthread -Igeotranz -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE=1
- 
- # That was fine for a recent Ubuntu and Raspbian Jessie.
- # However, Raspbian wheezy was then missing declaration for strsep and 
definition of fd_set.
-@@ -97,7 +97,7 @@
- 
- arch := $(shell echo | gcc -E -dM - | grep __i386__)
- ifneq ($(arch),)
--CFLAGS += -march=pentium3
-+#CFLAGS += -march=pentium3
- endif
- 
- 
-@@ -154,7 +154,7 @@
- 
- useffast := $(shell gcc --help -v 2>/dev/null | grep ffast-math)
- ifneq ($(useffast),)
--CFLAGS += -ffast-math
-+#CFLAGS += -ffast-math
- endif
- 
- 
-@@ -217,7 +217,7 @@
- 
- neon := $(shell cat /proc/cpuinfo | grep neon)
- ifneq ($(neon),)
--CFLAGS += -mfpu=neon
-+#CFLAGS += -mfpu=neon
- endif
- 
- 
-@@ -276,7 +276,7 @@
- # Finding libgps.so* is more difficult because it
- # is in different places on different operating systems.
- 
--enable_gpsd := $(wildcard /usr/include/gps.h)
-+#enable_gpsd := 1
- ifneq ($(enable_gpsd),)
- CFLAGS += -DENABLE_GPSD
- LDFLAGS += -lgps
-@@ -285,10 +285,10 @@
- 
- # Enable hamlib support if header file is present.
- 
--enable_hamlib := $(wildcard /usr/include/hamlib/rig.h 
/usr/local/include/hamlib/rig.h)
-+#enable_hamlib := 1
- ifneq ($(enable_hamlib),)
- CFLAGS += -DUSE_HAMLIB
--LDFLAGS += -lhamlib
-+LDFLAGS += $(shell ${PKG_CONFIG} --libs hamlib)
- endif
- 
- 
-@@ -304,7 +304,7 @@
- 
- # Enable cm108 PTT support if libudev header file is present.
- 
--enable_cm108 := $(wildcard /usr/include/libudev.h)
-+#enable_cm108 := 1
- ifneq ($(enable_cm108),)
- CFLAGS += -DUSE_CM108
- LDFLAGS += -ludev
-@@ -536,6 +536,7 @@
- # If not specified on the make command line, this is our default.
- 
- DESTDIR ?= /usr/local
-+INSTALLDIR ?= $(DESTDIR)/usr/
- 
- # However, if you are preparing a "binary" DEB or RPM package, the 
installation location
- # would normally be  /usr/...  instead.   In this case, use a command line 
like this:
-@@ -560,15 +561,15 @@
-   @echo '[Desktop Entry]' > $@
-   @echo 'Type=Application' >> $@
- ifneq ($(wildcard /usr/bin/lxterminal),)
--  @echo "Exec=lxterminal -t \"Dire Wolf\" -e \"$(DESTDIR)/bin/direwolf\"" 
>> $@
-+  @echo "Exec=lxterminal -t \"Dire Wolf\" -e 
\"$(INSTALLDIR)/bin/direwolf\"" >> $@
- else ifneq ($(wildcard /usr/bin/lxterm),)
--  @echo "Exec=lxterm -hold -title \"Dire Wolf\" -bg white -e 
\"$(DESTDIR)/bin/direwolf\"" >> $@
-+  @echo "Exec=lxterm -hold -title \"Dire Wolf\" -bg white -e 
\"$(INSTALLDIR)/bin/direwolf\"" >> $@
- else
--  @echo "Exec=xterm -hold -title \"Dire Wolf\" -bg white -e 
\"$(DESTDIR)/bin/direwolf\"" >> $@
-+  @echo "Exec=xterm -hold -title \"Dire Wolf\" -bg white -e 
\"$(INSTALLDIR)/bin/direwolf\"" >> $@
- endif
-   @echo 'Name=Dire Wolf' >> $@
-   @echo 'Comment=APRS Soundcard TNC' >> $@
--  @echo 'Icon=$(DESTDIR)/share/direwolf/pixmaps/dw-icon.png' >> $@
-+  @echo 'Icon=$(INSTALLDIR)/share/direwolf/pixmaps/dw-icon.png' >> $@
-   @echo "Path=$(HOME)" >> $@
-   @echo '#Terminal=true' >> $@
-   @echo 'Categories=HamRadio' >> $@
-@@ -585,102 +586,104 @@
- # Applications, not installed with package manager, normally go in 
/usr/local/bin.
- # /usr/bin is used instead when installing from .DEB or .RPM package.
- #
--  $(INSTALL) -D --mode=755 direwolf $(DESTDIR)/bin/direwolf
--  $(INSTALL) -D --mode=755 decode_aprs $(DESTDIR)/bin/decode_aprs
--  $(INSTALL) -D --mode=755 text2tt $(DESTDIR)/bin/text2tt
--  $(INSTALL) -D --mode=755 tt2text $(DESTDIR)/bin/tt2text

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

2024-02-17 Thread David Seifert
commit: 0104890e0756d76bcc03443bc0f35b9833c735bd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:25 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0104890e

net-misc/openssh-contrib: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../files/openssh-8.5_p1-hpn-15.2-sctp-glue.patch  | 18 ---
 .../openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch | 13 -
 ...enssh-9.3_p1-openssl-version-compat-check.patch | 58 --
 .../files/openssh-9.3_p2-zlib-1.3.patch| 21 
 4 files changed, 110 deletions(-)

diff --git 
a/net-misc/openssh-contrib/files/openssh-8.5_p1-hpn-15.2-sctp-glue.patch 
b/net-misc/openssh-contrib/files/openssh-8.5_p1-hpn-15.2-sctp-glue.patch
deleted file mode 100644
index 7199227589c6..
--- a/net-misc/openssh-contrib/files/openssh-8.5_p1-hpn-15.2-sctp-glue.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -u a/openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff 
b/openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff
 a/openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff2021-03-16 
10:06:45.020527770 -0700
-+++ b/openssh-8_5_P1-hpn-DynWinNoneSwitch-15.2.diff2021-03-16 
10:07:01.294423665 -0700
-@@ -1414,14 +1414,3 @@
-  # Example of overriding settings on a per-user basis
-  #Match User anoncvs
-  #X11Forwarding no
--diff --git a/version.h b/version.h
--index 6b4fa372..332fb486 100644
- a/version.h
--+++ b/version.h
--@@ -3,4 +3,5 @@
-- #define SSH_VERSION  "OpenSSH_8.5"
-- 
-- #define SSH_PORTABLE "p1"
---#define SSH_RELEASE  SSH_VERSION SSH_PORTABLE
--+#define SSH_HPN "-hpn15v2"
--+#define SSH_RELEASE  SSH_VERSION SSH_PORTABLE SSH_HPN

diff --git 
a/net-misc/openssh-contrib/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch 
b/net-misc/openssh-contrib/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch
deleted file mode 100644
index 9e08b2a553c2..
--- a/net-misc/openssh-contrib/files/openssh-8.9_p1-gss-use-HOST_NAME_MAX.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/gss-serv.c b/gss-serv.c
-index b5d4bb2d..00e3d118 100644
 a/gss-serv.c
-+++ b/gss-serv.c
-@@ -105,7 +105,7 @@ ssh_gssapi_acquire_cred(Gssctxt *ctx)
-   gss_create_empty_oid_set(, );
-   gss_add_oid_set_member(, ctx->oid, );
- 
--  if (gethostname(lname, MAXHOSTNAMELEN)) {
-+  if (gethostname(lname, HOST_NAME_MAX)) {
-   gss_release_oid_set(, );
-   return (-1);
-   }

diff --git 
a/net-misc/openssh-contrib/files/openssh-9.3_p1-openssl-version-compat-check.patch
 
b/net-misc/openssh-contrib/files/openssh-9.3_p1-openssl-version-compat-check.patch
deleted file mode 100644
index b571ae253fff..
--- 
a/net-misc/openssh-contrib/files/openssh-9.3_p1-openssl-version-compat-check.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-https://bugzilla.mindrot.org/show_bug.cgi?id=3548
 a/openbsd-compat/openssl-compat.c
-+++ b/openbsd-compat/openssl-compat.c
-@@ -48,19 +48,25 @@ ssh_compatible_openssl(long headerver, long libver)
-   if (headerver == libver)
-   return 1;
- 
--  /* for versions < 1.0.0, major,minor,fix,status must match */
--  if (headerver < 0x100f) {
--  mask = 0xf00fL; /* major,minor,fix,status */
--  return (headerver & mask) == (libver & mask);
-+  /*
-+   * For versions < 3.0.0, major,minor,status must match and library
-+   * fix version must be equal to or newer than the header.
-+   */
-+  if (headerver < 0x300f) {
-+  mask = 0xffffL; /* major,minor,status */
-+  hfix = (headerver & 0x000ff000) >> 12;
-+  lfix = (libver & 0x000ff000) >> 12;
-+  if ( (headerver & mask) == (libver & mask) && lfix >= hfix)
-+  return 1;
-   }
- 
-   /*
--   * For versions >= 1.0.0, major,minor,status must match and library
--   * fix version must be equal to or newer than the header.
-+   * For versions >= 3.0.0, major must match and minor,status must be
-+   * equal to or greater than the header.
-*/
--  mask = 0xfff0L; /* major,minor,status */
--  hfix = (headerver & 0x000ff000) >> 12;
--  lfix = (libver & 0x000ff000) >> 12;
-+  mask = 0xf00fL; /* major, status */
-+  hfix = (headerver & 0x0ff0L) >> 12;
-+  lfix = (libver & 0x0ff0L) >> 12;
-   if ( (headerver & mask) == (libver & mask) && lfix >= hfix)
-   return 1;
-   return 0;
 a/openbsd-compat/regress/opensslvertest.c
-+++ b/openbsd-compat/regress/opensslvertest.c
-@@ -31,7 +31,7 @@ struct version_test {
-   { 0x0090802fL, 0x0090804fL, 1}, /* newer library fix version: ok */
-   { 0x0090802fL, 0x0090801fL, 1}, /* older library fix version: ok */
- 

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

2024-02-17 Thread Alfredo Tupone
commit: 7c922d39c0f93146772875cd83a38513d57ae6d9
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Feb 17 15:30:08 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Feb 17 15:30:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c922d39

dev-ml/time_now: update maintainers

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/time_now/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/time_now/metadata.xml b/dev-ml/time_now/metadata.xml
index d7a2c6c97530..65feccd9ce16 100644
--- a/dev-ml/time_now/metadata.xml
+++ b/dev-ml/time_now/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   m...@gentoo.org
+   ML
+   

janestreet/time_now




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

2024-02-17 Thread Andreas Sturmlechner
commit: e43bd578d1d5a0b297b00f809949436d8004ab7d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 17 15:57:20 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 17 16:57:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43bd578

kde-frameworks/kuserfeedback: Add missing BDEPEND

Closes: https://bugs.gentoo.org/924755
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r3.ebuild | 1 +
 kde-frameworks/kuserfeedback/kuserfeedback-5.249.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r3.ebuild 
b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r3.ebuild
index a318a342ab92..3b0e5e460f08 100644
--- a/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r3.ebuild
+++ b/kde-frameworks/kuserfeedback/kuserfeedback-1.3.0-r3.ebuild
@@ -34,6 +34,7 @@ RDEPEND="${DEPEND}
 BDEPEND="
app-alternatives/yacc
app-alternatives/lex
+   >=dev-qt/linguist-tools-${QTMIN}:5
doc? (
>=dev-qt/qdoc-${QTMIN}:5
>=dev-qt/qthelp-${QTMIN}:5

diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-5.249.0.ebuild 
b/kde-frameworks/kuserfeedback/kuserfeedback-5.249.0.ebuild
index 22454cb688b2..f27dcf3b3106 100644
--- a/kde-frameworks/kuserfeedback/kuserfeedback-5.249.0.ebuild
+++ b/kde-frameworks/kuserfeedback/kuserfeedback-5.249.0.ebuild
@@ -27,7 +27,7 @@ RDEPEND="${DEPEND}
 BDEPEND="
app-alternatives/lex
app-alternatives/yacc
-   doc? ( >=dev-qt/qttools-${QTMIN}:6[assistant,qdoc] )
+   doc? ( >=dev-qt/qttools-${QTMIN}:6[assistant,qdoc,linguist] )
 "
 
 src_configure() {



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

2024-02-17 Thread Andreas Sturmlechner
commit: 514d99778ba7f072139e9e2ef3c38536aa4652cd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 17 15:47:50 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 17 16:57:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514d9977

dev-qt/qtgui: drop 5.15.12, 5.15.12-r1

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

 dev-qt/qtgui/Manifest|   1 -
 dev-qt/qtgui/qtgui-5.15.12-r1.ebuild | 180 ---
 dev-qt/qtgui/qtgui-5.15.12.ebuild| 180 ---
 3 files changed, 361 deletions(-)

diff --git a/dev-qt/qtgui/Manifest b/dev-qt/qtgui/Manifest
index a390c6270e3f..5e79c7375530 100644
--- a/dev-qt/qtgui/Manifest
+++ b/dev-qt/qtgui/Manifest
@@ -1,4 +1,3 @@
 DIST qtbase-5.15-gentoo-patchset-5.tar.xz 9116 BLAKE2B 
b6318fc7c3ccdbfe85d56797ffaa3b275ce3f324731caca5efb497494837ca00c020494e9f811c0d5e9a460a4d70f16291c637409e7ad72325a36bc55e113c8c
 SHA512 
f0343bf475a86f3f73b98b166ee48b1c5c9200aac9212ad977befe05679d0c351167618b16ae958e6403f33eecdc465b26a0df5d0b83d5d57a8c85ddb8a41c9b
-DIST qtbase-5.15.12-gentoo-kde-1.tar.xz 330700 BLAKE2B 
d58eb3c12e4eaec9087bdf21ead08d4574fb7ce958b8453703f0b00efd27a4624329bbdf53e2c17d548e4791f7180bb3c0f68f0f3da4bc638c03622609d4df37
 SHA512 
f9519252a4b0451afae454155637f795688a8c9d8d40e03677430a7b887aa52d04996d93665e7068e41c8f7db428fdef933d4b8b342ea05847fffa5ddd82d1de
 DIST qtbase-5.15.12-gentoo-kde-3.tar.xz 28 BLAKE2B 
f4b281098c142aeff32349a207c312de6b40057768c7732533923ddfc7db393352739a9c8b7af6a562268d2fed0397c5d5eb96a85ad376c97e7b8e51a2b962cb
 SHA512 
6d5a826569793ae7e49f6f789d138290346be94976d3aa2c5526be9ada5dd85ffaa789422f4bedaaa6a76178e87978937be425d5f75fcce41d45726d02912c7a
 DIST qtbase-everywhere-opensource-src-5.15.12.tar.xz 50840192 BLAKE2B 
da758bdc13a63e8856486476733d6e9ed0bd22aa29d0d575f25a7d2ac90d0bae0d789875c747f9b16ec72941101fdf54abb64036c0fc2f0f467811bd32c7f8d9
 SHA512 
55ed3d73c2486a5f7cc62c0669b6344d1e4566be442bdac5849609f5ecd4fec7b74405952215e4dc018bc48a9dc2305ef50e31b61f3ace20408b5b64a2d5e888

diff --git a/dev-qt/qtgui/qtgui-5.15.12-r1.ebuild 
b/dev-qt/qtgui/qtgui-5.15.12-r1.ebuild
deleted file mode 100644
index bb940e5b463a..
--- a/dev-qt/qtgui/qtgui-5.15.12-r1.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != ** ]]; then
-   QT5_KDEPATCHSET_REV=3
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-fi
-
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
-
-SLOT=5/${QT5_PV} # bug 707658
-IUSE="accessibility dbus egl eglfs evdev gles2-only ibus jpeg +libinput
-   linuxfb +png tslib tuio +udev vnc vulkan wayland +X"
-REQUIRED_USE="
-   || ( eglfs linuxfb vnc wayland X )
-   accessibility? ( dbus X )
-   eglfs? ( egl )
-   ibus? ( dbus )
-   libinput? ( udev )
-   X? ( gles2-only? ( egl ) )
-"
-
-RDEPEND="
-   dev-libs/glib:2
-   =dev-qt/qtcore-${QT5_PV}*:5=
-   dev-util/gtk-update-icon-cache
-   media-libs/fontconfig
-   media-libs/freetype:2
-   media-libs/harfbuzz:=
-   sys-libs/zlib:=
-   accessibility? ( app-accessibility/at-spi2-core:2 )
-   dbus? ( =dev-qt/qtdbus-${QT5_PV}* )
-   eglfs? (
-   media-libs/mesa[gbm(+)]
-   x11-libs/libdrm
-   )
-   evdev? ( sys-libs/mtdev )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   gles2-only? ( media-libs/libglvnd )
-   !gles2-only? ( media-libs/libglvnd[X] )
-   libinput? (
-   dev-libs/libinput:=
-   x11-libs/libxkbcommon
-   )
-   png? ( media-libs/libpng:= )
-   tslib? ( >=x11-libs/tslib-1.21 )
-   tuio? ( =dev-qt/qtnetwork-${QT5_PV}* )
-   udev? ( virtual/libudev:= )
-   vnc? ( =dev-qt/qtnetwork-${QT5_PV}* )
-   vulkan? ( dev-util/vulkan-headers )
-   X? (
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libxcb:=
-   x11-libs/libxkbcommon[X]
-   x11-libs/xcb-util-image
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-renderutil
-   x11-libs/xcb-util-wm
-   )
-"
-DEPEND="${RDEPEND}
-   evdev? ( sys-kernel/linux-headers )
-   linuxfb? ( sys-kernel/linux-headers )
-   udev? ( sys-kernel/linux-headers )
-   X? ( x11-base/xorg-proto )
-"
-PDEPEND="
-   ibus? ( app-i18n/ibus )
-   wayland? ( =dev-qt/qtwayland-${QT5_PV}* )
-"
-
-QT5_TARGET_SUBDIRS=(
-   src/tools/qvkgen
-   src/gui
-   src/openglextensions
-   src/platformheaders
-   src/platformsupport
-   src/plugins/generic
-   src/plugins/imageformats
-   src/plugins/platforms
-   

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

2024-02-17 Thread Andreas Sturmlechner
commit: 91d364362437871abc7977d9531c2a21978ad2e6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 17 15:49:37 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 17 16:57:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d36436

dev-qt/qtwayland: drop 5.15.12

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

 dev-qt/qtwayland/qtwayland-5.15.12.ebuild | 51 ---
 1 file changed, 51 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.12.ebuild 
b/dev-qt/qtwayland/qtwayland-5.15.12.ebuild
deleted file mode 100644
index 33ebfc85c604..
--- a/dev-qt/qtwayland/qtwayland-5.15.12.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != ** ]]; then
-   QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-fi
-
-inherit qt5-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-
-SLOT=5/${QT5_PV} # bug 815646
-IUSE="compositor"
-
-RDEPEND="
-   dev-libs/wayland
-   =dev-qt/qtcore-${QT5_PV}*:5=
-   =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput]
-   media-libs/libglvnd
-   x11-libs/libxkbcommon
-   compositor? (
-   =dev-qt/qtdeclarative-${QT5_PV}*:5=
-   =dev-qt/qtgui-${QT5_PV}*:5=[vulkan]
-   )
-"
-DEPEND="${RDEPEND}
-   compositor? ( dev-util/vulkan-headers )
-"
-BDEPEND="dev-util/wayland-scanner"
-
-src_configure() {
-   local myqmakeargs=(
-   --
-   -no-feature-xcomposite-egl
-   -no-feature-xcomposite-glx
-   $(qt_use compositor feature-wayland-server)
-   $(qt_use compositor feature-wayland-dmabuf-server-buffer)
-   $(qt_use compositor feature-wayland-drm-egl-server-buffer)
-   $(qt_use compositor feature-wayland-shm-emulation-server-buffer)
-   $(qt_use compositor feature-wayland-vulkan-server-buffer)
-   )
-   qt5-build_src_configure
-}
-
-src_install() {
-   qt5-build_src_install
-   rm "${D}${QT5_BINDIR}"/qtwaylandscanner || die
-}



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

2024-02-17 Thread Andreas Sturmlechner
commit: c6550f2fd62ad0ef4e75b6140d7cd2c880e83ee6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 17 15:44:48 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 17 16:57:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6550f2f

dev-qt/qtcore: drop 5.15.12-r1

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

 dev-qt/qtcore/Manifest |   1 -
 dev-qt/qtcore/qtcore-5.15.12-r1.ebuild | 162 -
 2 files changed, 163 deletions(-)

diff --git a/dev-qt/qtcore/Manifest b/dev-qt/qtcore/Manifest
index a390c6270e3f..5e79c7375530 100644
--- a/dev-qt/qtcore/Manifest
+++ b/dev-qt/qtcore/Manifest
@@ -1,4 +1,3 @@
 DIST qtbase-5.15-gentoo-patchset-5.tar.xz 9116 BLAKE2B 
b6318fc7c3ccdbfe85d56797ffaa3b275ce3f324731caca5efb497494837ca00c020494e9f811c0d5e9a460a4d70f16291c637409e7ad72325a36bc55e113c8c
 SHA512 
f0343bf475a86f3f73b98b166ee48b1c5c9200aac9212ad977befe05679d0c351167618b16ae958e6403f33eecdc465b26a0df5d0b83d5d57a8c85ddb8a41c9b
-DIST qtbase-5.15.12-gentoo-kde-1.tar.xz 330700 BLAKE2B 
d58eb3c12e4eaec9087bdf21ead08d4574fb7ce958b8453703f0b00efd27a4624329bbdf53e2c17d548e4791f7180bb3c0f68f0f3da4bc638c03622609d4df37
 SHA512 
f9519252a4b0451afae454155637f795688a8c9d8d40e03677430a7b887aa52d04996d93665e7068e41c8f7db428fdef933d4b8b342ea05847fffa5ddd82d1de
 DIST qtbase-5.15.12-gentoo-kde-3.tar.xz 28 BLAKE2B 
f4b281098c142aeff32349a207c312de6b40057768c7732533923ddfc7db393352739a9c8b7af6a562268d2fed0397c5d5eb96a85ad376c97e7b8e51a2b962cb
 SHA512 
6d5a826569793ae7e49f6f789d138290346be94976d3aa2c5526be9ada5dd85ffaa789422f4bedaaa6a76178e87978937be425d5f75fcce41d45726d02912c7a
 DIST qtbase-everywhere-opensource-src-5.15.12.tar.xz 50840192 BLAKE2B 
da758bdc13a63e8856486476733d6e9ed0bd22aa29d0d575f25a7d2ac90d0bae0d789875c747f9b16ec72941101fdf54abb64036c0fc2f0f467811bd32c7f8d9
 SHA512 
55ed3d73c2486a5f7cc62c0669b6344d1e4566be442bdac5849609f5ecd4fec7b74405952215e4dc018bc48a9dc2305ef50e31b61f3ace20408b5b64a2d5e888

diff --git a/dev-qt/qtcore/qtcore-5.15.12-r1.ebuild 
b/dev-qt/qtcore/qtcore-5.15.12-r1.ebuild
deleted file mode 100644
index 8a419f7c95fb..
--- a/dev-qt/qtcore/qtcore-5.15.12-r1.ebuild
+++ /dev/null
@@ -1,162 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != ** ]]; then
-   QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-fi
-
-QT5_MODULE="qtbase"
-inherit linux-info flag-o-matic toolchain-funcs qt5-build
-
-DESCRIPTION="Cross-platform application development framework"
-SLOT=5/${QT5_PV}
-
-IUSE="icu old-kernel"
-
-DEPEND="
-   dev-libs/double-conversion:=
-   dev-libs/glib:2
-   dev-libs/libpcre2[pcre16,unicode]
-   sys-libs/zlib:=
-   icu? ( dev-libs/icu:= )
-   !icu? ( virtual/libiconv )
-"
-RDEPEND="${DEPEND}
-   != -O2, so we need
-   # to unset F_S first, then explicitly set 2, to negate any default
-   # and anything set by the user if they're choosing 3 (or if they've
-   # modified GCC to set 3).
-   #
-   # Refs:
-   # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105078
-   # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105709
-   # https://bugreports.qt.io/browse/QTBUG-103782
-   # bug #847145
-   if tc-enables-fortify-source ; then
-   # We can't unconditionally do this b/c we fortify needs
-   # some level of optimisation.
-   filter-flags -D_FORTIFY_SOURCE=3
-   # (Qt doesn't seem to respect CPPFLAGS?)
-   append-flags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
-   fi
-
-   qt5-build_src_prepare
-
-   # workaround for a79a370c (...Annotate-QMutex-...patch) adding a header
-   qt5_syncqt_version
-}
-
-src_configure() {
-   local myconf=(
-   $(qt_use icu)
-   $(qt_use !icu iconv)
-   )
-   use old-kernel && myconf+=(
-   -no-feature-renameat2 # needs Linux 3.16, bug 669994
-   -no-feature-getentropy # needs Linux 3.17, bug 669994
-   -no-feature-statx # needs Linux 4.11, bug 672856
-   )
-   qt5-build_src_configure
-}
-
-src_install() {
-   qt5-build_src_install
-   qt5_symlink_binary_to_path qmake 5
-
-   local flags=(
-   DBUS FREETYPE IMAGEFORMAT_JPEG IMAGEFORMAT_PNG
-   OPENGL OPENSSL SSL WIDGETS
-   )
-
-   for flag in ${flags[@]}; do
-   cat >> "${D}"/${QT5_HEADERDIR}/QtCore/qconfig.h <<- _EOF_ || die
-
-   #if defined(QT_NO_${flag}) && defined(QT_${flag})
-   # undef QT_NO_${flag}
-   #elif !defined(QT_NO_${flag}) && !defined(QT_${flag})
-   # define QT_NO_${flag}
-   #endif
-   _EOF_
-   done
-}



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

2024-02-17 Thread Andreas Sturmlechner
commit: 3d6b1dedae91b7da5e00f57ab67af46ed0801d89
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 17 15:48:42 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 17 16:57:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6b1ded

dev-qt/qtwidgets: drop 5.15.12

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

 dev-qt/qtwidgets/Manifest |  1 -
 dev-qt/qtwidgets/qtwidgets-5.15.12.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/dev-qt/qtwidgets/Manifest b/dev-qt/qtwidgets/Manifest
index a390c6270e3f..5e79c7375530 100644
--- a/dev-qt/qtwidgets/Manifest
+++ b/dev-qt/qtwidgets/Manifest
@@ -1,4 +1,3 @@
 DIST qtbase-5.15-gentoo-patchset-5.tar.xz 9116 BLAKE2B 
b6318fc7c3ccdbfe85d56797ffaa3b275ce3f324731caca5efb497494837ca00c020494e9f811c0d5e9a460a4d70f16291c637409e7ad72325a36bc55e113c8c
 SHA512 
f0343bf475a86f3f73b98b166ee48b1c5c9200aac9212ad977befe05679d0c351167618b16ae958e6403f33eecdc465b26a0df5d0b83d5d57a8c85ddb8a41c9b
-DIST qtbase-5.15.12-gentoo-kde-1.tar.xz 330700 BLAKE2B 
d58eb3c12e4eaec9087bdf21ead08d4574fb7ce958b8453703f0b00efd27a4624329bbdf53e2c17d548e4791f7180bb3c0f68f0f3da4bc638c03622609d4df37
 SHA512 
f9519252a4b0451afae454155637f795688a8c9d8d40e03677430a7b887aa52d04996d93665e7068e41c8f7db428fdef933d4b8b342ea05847fffa5ddd82d1de
 DIST qtbase-5.15.12-gentoo-kde-3.tar.xz 28 BLAKE2B 
f4b281098c142aeff32349a207c312de6b40057768c7732533923ddfc7db393352739a9c8b7af6a562268d2fed0397c5d5eb96a85ad376c97e7b8e51a2b962cb
 SHA512 
6d5a826569793ae7e49f6f789d138290346be94976d3aa2c5526be9ada5dd85ffaa789422f4bedaaa6a76178e87978937be425d5f75fcce41d45726d02912c7a
 DIST qtbase-everywhere-opensource-src-5.15.12.tar.xz 50840192 BLAKE2B 
da758bdc13a63e8856486476733d6e9ed0bd22aa29d0d575f25a7d2ac90d0bae0d789875c747f9b16ec72941101fdf54abb64036c0fc2f0f467811bd32c7f8d9
 SHA512 
55ed3d73c2486a5f7cc62c0669b6344d1e4566be442bdac5849609f5ecd4fec7b74405952215e4dc018bc48a9dc2305ef50e31b61f3ace20408b5b64a2d5e888

diff --git a/dev-qt/qtwidgets/qtwidgets-5.15.12.ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.15.12.ebuild
deleted file mode 100644
index bc60a7b408d3..
--- a/dev-qt/qtwidgets/qtwidgets-5.15.12.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != ** ]]; then
-   QT5_KDEPATCHSET_REV=1
-   KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-fi
-
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Set of components for creating classic desktop-style UIs for the 
Qt5 framework"
-
-# keep IUSE defaults in sync with qtgui
-IUSE="dbus gles2-only gtk +png +X"
-REQUIRED_USE="gtk? ( dbus )"
-
-DEPEND="
-   =dev-qt/qtcore-${QT5_PV}*:5=
-   =dev-qt/qtgui-${QT5_PV}*:5=[gles2-only=,png=,X?]
-   dbus? ( =dev-qt/qtdbus-${QT5_PV}* )
-   gtk? (
-   dev-libs/glib:2
-   =dev-qt/qtgui-${QT5_PV}*:5=[dbus]
-   x11-libs/gtk+:3[X]
-   x11-libs/libX11
-   x11-libs/pango
-   )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
-   src/tools/uic
-   src/widgets
-   src/plugins/platformthemes
-)
-
-QT5_GENTOO_CONFIG=(
-   dbus:xdgdesktopportal:
-   gtk:gtk3:
-   ::widgets
-   !:no-widgets:
-)
-
-QT5_GENTOO_PRIVATE_CONFIG=(
-   :widgets
-)
-
-src_configure() {
-   local myconf=(
-   -opengl $(usex gles2-only es2 desktop)
-   $(usev dbus -dbus-linked)
-   $(qt_use gtk)
-   -gui
-   $(qt_use png libpng system)
-   -widgets
-   $(qt_use X xcb)
-   $(usev X '-xcb-xlib -xkbcommon')
-   )
-   qt5-build_src_configure
-}



[gentoo-commits] proj/sci:master commit in: dev-python/vector/

2024-02-17 Thread Alexander Puck Neuwirth
commit: 7579c62f6059345520e175b41a0cad394db37c1f
Author: Alexander Puck Neuwirth  neuwirth-informatik  
de>
AuthorDate: Thu Feb  1 21:45:19 2024 +
Commit: Alexander Puck Neuwirth  neuwirth-informatik  
de>
CommitDate: Sat Feb 17 17:20:21 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=7579c62f

dev-python/vector: new package, add 1.1.1

Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>
Co-authored-by: Andrew Ammerlaan  gentoo.org>
Closes: https://github.com/gentoo/sci/pull/1234
Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>

 dev-python/vector/metadata.xml| 19 +++
 dev-python/vector/vector-1.1.1.ebuild | 20 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/vector/metadata.xml b/dev-python/vector/metadata.xml
new file mode 100644
index 0..b6aaa9af7
--- /dev/null
+++ b/dev-python/vector/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   alexan...@neuwirth-informatik.de
+   Alexander Puck Neuwirth
+   
+   
+   Vector is a Python 3.8+ library (Python 3.6 and 3.7 supported till 
v0.9.0 and v1.0.0, respectively) for 2D, 3D, and Lorentz vectors, especially 
arrays of vectors, to solve common physics problems in a NumPy-like way.
+   
+   
+   vector
+   scikit-hep/vector
+   
+

diff --git a/dev-python/vector/vector-1.1.1.ebuild 
b/dev-python/vector/vector-1.1.1.ebuild
new file mode 100644
index 0..936578e50
--- /dev/null
+++ b/dev-python/vector/vector-1.1.1.ebuild
@@ -0,0 +1,20 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=hatchling
+inherit distutils-r1 pypi
+
+DESCRIPTION="Vector classes and utilities"
+HOMEPAGE="https://github.com/scikit-hep/vector;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2024-02-17 Thread Florian Schmaus
commit: 4f4d9f2d52859e5e4323ab3ad10cd7b349dadff2
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Feb 17 09:06:01 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Feb 17 09:06:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4d9f2d

app-portage/emlop: stabilize 0.6.1 for amd64

Signed-off-by: Florian Schmaus  gentoo.org>

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

diff --git a/app-portage/emlop/emlop-0.6.1.ebuild 
b/app-portage/emlop/emlop-0.6.1.ebuild
index 9feb0c79cf59..c158e638ce1e 100644
--- a/app-portage/emlop/emlop-0.6.1.ebuild
+++ b/app-portage/emlop/emlop-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Auto-Generated by cargo-ebuild 0.5.4
@@ -89,7 +89,7 @@ LICENSE+="
 "
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND=">=virtual/rust-1.65.0"
 



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

2024-02-17 Thread Florian Schmaus
commit: 3e7981ed595aea1ed1c07c5fb54107496955204c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Sat Feb 17 09:06:15 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Sat Feb 17 09:06:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7981ed

app-portage/emlop: drop 0.5.0

Signed-off-by: Florian Schmaus  gentoo.org>

 app-portage/emlop/Manifest   |  48 
 app-portage/emlop/emlop-0.5.0.ebuild | 106 ---
 2 files changed, 154 deletions(-)

diff --git a/app-portage/emlop/Manifest b/app-portage/emlop/Manifest
index d7a14ac8bf51..d8a973c758c1 100644
--- a/app-portage/emlop/Manifest
+++ b/app-portage/emlop/Manifest
@@ -1,115 +1,67 @@
-DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
-DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anstyle-1.0.1.crate 13977 BLAKE2B 
35be03a7de78737592528967e8ad4851436a74c7863cae9cf5cf7366d3cce9bbbd255b1a89401051f82fe8569a0ff029dcfe427c14a2e0677890453c6119d241
 SHA512 
2bf9b83ad9772c6a3ef28239cbb98bd667dc631fd1ef76ec5029825c128f6cb22756bb1548dd991e482f86eb9fd94fae5c648f91de2c0d71754b6dca4ec2362c
-DIST anyhow-1.0.56.crate 44780 BLAKE2B 
142a2c02e51dc6fa2709d349881aea404b14dbdfa379ddd6a99672df4977dcca0658897c9e9881e291fb56f5b522cf2a0e2da12afb7038d0929d05f436ff68a9
 SHA512 
9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5
 DIST anyhow-1.0.71.crate 43808 BLAKE2B 
1ec6b440758e26b2328738bab7c6b1fe8670959793cc24f61cecd0d8b0ebe60b9855ee1cdac9b5f5a5b238daf796eae5b7c82b903e7c822a5625d95130f8b61f
 SHA512 
401b1c5d04fa0581f303395fcb3af5e7684ead367e2a173b4d90db9c04ac20010c5330a686f3ba91a541e1526a7185091b7dbfddce5134b5a74cc749b0338da5
 DIST assert_cmd-2.0.11.crate 25346 BLAKE2B 
1777fd5e3c0ea962d06b4e26e8c7437a3f1d8834fd0439338f53985e5958f2e11dadcf96a8ac86035bb9bce20ed9072fe4c37cee5dafdda3e6d2f72afe8b7a8e
 SHA512 
45c142e7d4f526fe66f9987ea6c62750c53eb2e429cafff6a13bb5fd6377c59888cfa19abbc3a3d50f377f69ea894c42906639020c86de09805662d929a95aae
-DIST assert_cmd-2.0.4.crate 22581 BLAKE2B 
7fc9fe4577e486f26d07b2b4419c331022ca61923d0664f4e8a25abbe6d6305600b47c739f9f065ef778bdeb59b6309ab73df2be11e5f8387cac2e7e8c70a4a2
 SHA512 
c389e0210153e9a6ccbba4dbc6a6c7a23533e5fe76e717dbc36415be2adbabfbc0de33a2e6d05e3d70779b7a278580edba400c688c9a6b446403b59a78d93720
 DIST atoi-2.0.0.crate 7785 BLAKE2B 
406b5d14541bbd1428171874c549cfbfa1b80b8317a03b1b0e2795da7d2d54e94b30fbac05fcced9b1ecdb6e15709985cf84490af9e57fc16697bd581fe48554
 SHA512 
089959e903a17c5550f90fa1be67fb937120f693a924800d4443c49caee6516f2537c57b29ecd9136020d7644281457f75654315e9c5a211b2e4b57e77076024
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
-DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST bstr-1.5.0.crate 346060 BLAKE2B 
55f8b92b16947a02834a56d463d2f24f6857b9bfb590bcd250bcba4f0cbb06fd50793d6767e90d95bf48dd50b3e6f447096f8afd70890d54b27fdd6ccf1d99cd
 SHA512 

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

2024-02-17 Thread Ionen Wolkens
commit: ef46f34a36a6698a5fc3afb2b424bce1986b17c2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb 17 09:41:17 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 17 09:41:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef46f34a

x11-drivers/nvidia-drivers: add 535.43.28:0/vulkan, drop 535.43.25

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

 x11-drivers/nvidia-drivers/Manifest   | 4 ++--
 ...vidia-drivers-535.43.25.ebuild => nvidia-drivers-535.43.28.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/Manifest 
b/x11-drivers/nvidia-drivers/Manifest
index f2f944b712b7..6eec9f3f254f 100644
--- a/x11-drivers/nvidia-drivers/Manifest
+++ b/x11-drivers/nvidia-drivers/Manifest
@@ -9,7 +9,7 @@ DIST NVIDIA-Linux-x86_64-470.223.02.run 270557540 BLAKE2B 
fc766d193baf5ef8999418
 DIST NVIDIA-Linux-x86_64-525.147.05.run 414135234 BLAKE2B 
77a12905771772804a5e5cf36df3e5032fe0160ac7c8a1b4ea002f65dac3732d9c900c1787a3e26d08b951a8de4893467cc7a80d424e017990d12669354d4191
 SHA512 
0c7b31715fce6a7bd77a2d9f9a3dca54a929a7790d748051576f62cdaeaeb6a9d0f3fbb13f0b20a51966bdb9470acdbc9ee529a9e84f38a9c834a1bd28d81773
 DIST NVIDIA-Linux-x86_64-535.146.02.run 341737575 BLAKE2B 
a49631a31f7685fcf338b424d6693b95b0af28c322fade1b8856f7c147e7d1385f80e560031659d19b3a7e8cc26840d243ff03df9e147e2c0d4a1bc5544c5b87
 SHA512 
5efebb52392fc2139790be4acffd8082e2d050009a95f59d3a8d4aba40986c61d88d598870364b5a419dbbe8e8b2e6254a82ea61230f35bd68ba4ec30d77a830
 DIST NVIDIA-Linux-x86_64-535.154.05.run 341691657 BLAKE2B 
63a56771eea30d467e5a8eb4ab4746e80bda7f055c02bb130cf188b6fc30bc91427c903ac43db0837cc3855cb29f44dc1832afd76d3e39ba111e83f6f60e9d2d
 SHA512 
29c54814ed1d93abb7888c821feb14cc419ca76db70f0a57ee56777b7b48f252303562efb8ebe026b9ce6ae624064e9e185414fbe8e5818c241de9fb576ad480
-DIST NVIDIA-Linux-x86_64-535.43.25.run 341967820 BLAKE2B 
20672778a5388260ed37acea31a22e4a6eae2ff5ceeac7afb48936999a823cfcce227778793fb2f9b4d43535acd200b76dc689bd41d85d6700094a898791a9bb
 SHA512 
f2738aafe9cbb013f0d4406e37321c82c5d56064479ced295efe2edab978a2f032df2eb792838acd432b9c5cd9ecbdeac0d43d669011aa818584aea689ed57fa
+DIST NVIDIA-Linux-x86_64-535.43.28.run 341943540 BLAKE2B 
845ead98e8609cdde80ceb25aab0a982e001e5fea3d05002a4d37faafd755895444f06d125620969e45ebd5e439d6834fd0f615a2755ed88de367ad9c2598664
 SHA512 
27e3a2e2ab117929f1bd18002d87067d2b386d131a7a10ec6099925f341c5a56ba8e8617f861cc60c02cae6065e518c0ec27f2d0845657250c258e0313e919f5
 DIST NVIDIA-Linux-x86_64-545.29.06.run 324708574 BLAKE2B 
4b6ef76942f34422a366eb226a75f0e2fa17c8eda58b239fcff7a217bce0e237677a762603553120b49bbf458be763461266f5454bf1b37d99905701cc1d1aa5
 SHA512 
b80e1643471c48477479a48d2e8a9c4a241874d6207ddeaccdeedd3f9f1121d79be90be07d37df094fa6f7cc5806857bf2368337ba40cb5cfe6d04c117c5c45d
 DIST NVIDIA-Linux-x86_64-550.40.07.run 306517958 BLAKE2B 
770d3d1b6778ce69a7ad28da963bc992fbec341bb29f507af569fda51b1e201fd5def9a8755827a749fe890ba4542f375bc43abb2a79c75fff482ed24813
 SHA512 
7e16f09b1924d3c375dc05710b5bb7c4d94c4b5c459e9b9c88a8f864d7719b84495ca89a27b2bb4ff08bbac1a10d810dc249050b07f2c804319792ac9bbbdad4
 DIST NVIDIA-kernel-module-source-525.147.05.tar.xz 10140684 BLAKE2B 
a8ce7c1d1047be9154fd67366c5bfa13a19f03c883f24ee35043d17d517e83303420449750f9e7adc7142f61564dd5d8e5a19884dbe540514979df6381ff7f1f
 SHA512 
58920b26081a68e05178176edb0ce8ac4a5d365492adf51d6ffe57102385ff08abc5e14741e0500419e62a752441c97051d60939245eea64b039cc7efca15b7d
@@ -52,4 +52,4 @@ DIST nvidia-xconfig-535.146.02.tar.bz2 111004 BLAKE2B 
62389d8bed7a1d9864327bd295
 DIST nvidia-xconfig-535.154.05.tar.bz2 110612 BLAKE2B 
2197351ea9b33a79db6e4e8e877d28914c8b5be90a90512721f10fdde8e51e3155123e1bbba9804cf812c9876413221b96cb06d619aae5a7becf06c3d5935c01
 SHA512 
c9abd2bf0ba275f2054636331f76dbedf85a72a24cb7f706d09a6d6c61fc2e4e689e8aca9a4b182197dc93f2fc0360dbbc071befb6cd7c781dbc5363e95669bf
 DIST nvidia-xconfig-545.29.06.tar.bz2 110995 BLAKE2B 
6c32bc45215f3d0ae65f5430eea46d93ec85b8b10d1d85f3ea40dfd358587cbc2b5493341e4da190586d2da5278abbd9dfb9b907f159448143715a8835d736fb
 SHA512 
cfb3b1e1c96062d2e32c6fcf22410f8f3977b56097ef97de1e01ce325a381ad77e77a0e33a5deeb2889cc7dc74aa13c1a0796800696d60e5e1dcee7a7779d52b
 DIST nvidia-xconfig-550.40.07.tar.bz2 72 BLAKE2B 
bfa5deedbb521ac60424aed72f18d1e78680ba15e09b2567206fb32ac39e71ffc421c02a9d02835180ce39a05ee64fed5b3af47178caf6465cf56218a4c3133e
 SHA512 
ac5c6ffd1216f9008253ac4bfcb7f78566f895de20bbfeac5b5bca8404c9194e8c78c48e745603f2c93360a1b005144d7d59e8a879e2de3202102082da81b35e
-DIST open-gpu-kernel-modules-535.43.25.tar.gz 12789260 BLAKE2B 
ae095390b4bdef6d0ca504783e93d3228e3cc0d4b05549e39107037a1db888b2bb628fb8b1cdb9a44982d9dc1096f6c3dd73962c59be0a0a4c15bff77ca7189a
 SHA512 
a5ec4e5f8b78abb83d43fa1697c24e1ecbcb24097417ccb31a46b326ac76f90da2470476c2e9be3117b531916bedc4eae1ed264e7e8cb88cff0a00550422e993
+DIST open-gpu-kernel-modules-535.43.28.tar.gz 12787974 

[gentoo-commits] repo/proj/guru:master commit in: dev-util/mock-core-configs/

2024-02-17 Thread Haelwenn Monnier
commit: 616cb112c2eafbf32ddee1c447f5c4fa15dbc7e3
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Feb 17 02:43:16 2024 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Feb 17 10:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=616cb112

dev-util/mock-core-configs: drop 40.1

Signed-off-by: Takuya Wakazono  gmail.com>

 dev-util/mock-core-configs/Manifest |  1 -
 .../mock-core-configs/mock-core-configs-40.1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-util/mock-core-configs/Manifest 
b/dev-util/mock-core-configs/Manifest
index 81142ba263..022cca316b 100644
--- a/dev-util/mock-core-configs/Manifest
+++ b/dev-util/mock-core-configs/Manifest
@@ -1,2 +1 @@
-DIST mock-core-configs-40.1.tar.gz 44859 BLAKE2B 
5b52f5400447ab3405ae76bb9334e228eb241672cd5d64df6ae198178b69cd89f08b5c1cddecdc7a954b9faa3c8cf3b8e3e81084ad4f37fbce55ed3c35afd987
 SHA512 
f434d43af01a0ae7299e458b63bbefbf8e5b7ad3cd03b167d1b9802778f3faa4b355104f2463da4813480ac9111ce5ccf10e31b944c4873b61b8e78913e5d04b
 DIST mock-core-configs-40.2.tar.gz 44925 BLAKE2B 
378fa8e2daab09fe6ce39d9b0f1fdf89cda0058966987509a3e5e9df385b6a3d9c5c89e18552b9eaec1fe8752597a5f5018b57bc111cf3b5edd50e09df9b1789
 SHA512 
348fc9fe4218af4b67d8e900431d0acb26dce50795a234720dba8eba80b820adf8f26c9d025033608cfb832524c2ee9a49027bb1815815b3a4b9dac940f6daaa

diff --git a/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild 
b/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild
deleted file mode 100644
index b53e863563..00
--- a/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Mock core config files basic chroots"
-HOMEPAGE="https://rpm-software-management.github.io/mock/ 
https://github.com/rpm-software-management/mock;
-SRC_URI="https://github.com/rpm-software-management/mock/releases/download/${P}-1/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_install() {
-   insinto /etc/mock
-   doins -r etc/mock/*
-}



[gentoo-commits] repo/proj/guru:master commit in: net-voip/re/, net-voip/baresip/

2024-02-17 Thread Haelwenn Monnier
commit: 1626d08afc391835d5027686855e2e002d203d77
Author: Dale Showers  fictx  com>
AuthorDate: Sat Feb 17 02:43:32 2024 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Feb 17 02:44:39 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1626d08a

net-voip/*: add baresip & re

Signed-off-by: Dale Showers  fictx.com>

 net-voip/baresip/Manifest |  3 ++
 net-voip/baresip/baresip-3.7.0.ebuild | 53 +++
 net-voip/baresip/baresip-3.8.0.ebuild | 53 +++
 net-voip/baresip/baresip-3.9.0.ebuild | 53 +++
 net-voip/baresip/metadata.xml | 27 ++
 net-voip/re/Manifest  |  3 ++
 net-voip/re/metadata.xml  | 14 +
 net-voip/re/re-3.7.0.ebuild   | 14 +
 net-voip/re/re-3.8.0.ebuild   | 14 +
 net-voip/re/re-3.9.0.ebuild   | 14 +
 10 files changed, 248 insertions(+)

diff --git a/net-voip/baresip/Manifest b/net-voip/baresip/Manifest
new file mode 100644
index 00..4564890f92
--- /dev/null
+++ b/net-voip/baresip/Manifest
@@ -0,0 +1,3 @@
+DIST baresip-3.7.0.tar.gz 1156270 BLAKE2B 
48d9f2762739f023dfe8597921de1bfcd355ce4d6e403a77c6fd2f95a88970538208e5aae5f2cd2ed98767f5b1c17e0740f3298faaf7056cd7e89906e22d67b8
 SHA512 
f3497a903fa67c8ecfb90cd63f9f2bdc376d98ea28a71ea64b042b3641628126fac5ff8afe8539f98f51a54aa4ef1304d22c0b83edc3e91767f8bf35310621c3
+DIST baresip-3.8.0.tar.gz 1158645 BLAKE2B 
e7badad42dde5e0cbd0fa090654b6559f7cf2f6c1dcc458290a43c72b26b0aa2fe40c92f4335ed72c4a2f85ec20d9bfb45f8059bc179cbd47b26867bf7612ccf
 SHA512 
12ff9aaedcc3bc19a38235f5abc955aa1a64db47827895b95ca55329cb29acef353ee0871e888f12f0a9ea5a2ac0b3a34c278115c05e9f55d055638b5e13f852
+DIST baresip-3.9.0.tar.gz 1163327 BLAKE2B 
c994a6ca16610936887f9bfbfb776e155ad9418fb46387af899044e8237e1e7662e62b697408c7c0a47849bbc8ce078122b9290afd868aa9974ad50c9a7b68dd
 SHA512 
7e6bf2c68ae4dec60da7692527d511b7acf373e14c67c96591b7a5e02af7275ff7adde8a8c07af6ed98474b87357b734aae17fb337d4fad8353c253de56dc534

diff --git a/net-voip/baresip/baresip-3.7.0.ebuild 
b/net-voip/baresip/baresip-3.7.0.ebuild
new file mode 100644
index 00..d1e006f926
--- /dev/null
+++ b/net-voip/baresip/baresip-3.7.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Baresip is a portable and modular SIP User-Agent"
+HOMEPAGE="https://github.com/baresip/baresip;
+SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64"
+
+IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png 
portaudio pulseaudio pipewire sdl sndfile spandsp vpx X"
+
+DEPEND="
+   ~net-voip/re-${PV}
+   aac? ( media-libs/fdk-aac )
+   alsa? ( media-libs/alsa-lib )
+   amr? ( media-libs/opencore-amr )
+   aptx? ( media-libs/libopenaptx )
+   aom? ( media-libs/libaom )
+   codec2? ( media-libs/codec2 )
+   ffmpeg? ( media-video/ffmpeg )
+   gst? (
+   media-libs/gstreamer:1.0
+   media-libs/gst-plugins-base:1.0
+   media-libs/gst-plugins-good:1.0
+   )
+   gtk3? ( x11-libs/gtk+:3 )
+   jack? ( virtual/jack )
+   mqtt? ( app-misc/mosquitto )
+   mpa? (
+   media-sound/twolame
+   media-sound/mpg123
+   media-libs/speexdsp
+   )
+   ssl? ( dev-libs/openssl:0= )
+   opus? ( media-libs/opus )
+   png? ( media-libs/libpng )
+   portaudio? ( media-libs/portaudio )
+   pulseaudio? ( media-libs/libpulse )
+   pipewire? ( media-video/pipewire )
+   sdl? ( media-libs/libsdl2 )
+   sndfile? ( media-libs/libsndfile )
+   spandsp? ( media-libs/spandsp )
+   vpx? ( media-libs/libvpx )
+   X? ( x11-libs/libX11 )
+   "
+
+RDEPEND="${DEPEND}"

diff --git a/net-voip/baresip/baresip-3.8.0.ebuild 
b/net-voip/baresip/baresip-3.8.0.ebuild
new file mode 100644
index 00..d1e006f926
--- /dev/null
+++ b/net-voip/baresip/baresip-3.8.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Baresip is a portable and modular SIP User-Agent"
+HOMEPAGE="https://github.com/baresip/baresip;
+SRC_URI="https://github.com/baresip/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64"
+
+IUSE="aac alsa amr aptx aom codec2 ffmpeg gst gtk3 jack mqtt mpa opus ssl png 
portaudio pulseaudio pipewire sdl sndfile spandsp vpx X"
+
+DEPEND="
+   ~net-voip/re-${PV}
+   aac? ( media-libs/fdk-aac )
+   alsa? ( media-libs/alsa-lib )
+   amr? ( media-libs/opencore-amr )
+   aptx? ( media-libs/libopenaptx )
+   aom? ( media-libs/libaom )
+   codec2? ( 

[gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv_sponsorblock_minimal/

2024-02-17 Thread Haelwenn Monnier
commit: 24651e484d4fde2e26faf8bc72ae904cd87e2f32
Author: NRK  disroot  org>
AuthorDate: Sat Feb 17 04:04:40 2024 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Feb 17 04:04:40 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24651e48

mpv-plugin/mpv_sponsorblock_minimal: remove TODO

upstream no longer depends on it:
https://codeberg.org/jouni/mpv_sponsorblock_minimal/commit/01e05c633dca900bda84da1b4a2f8868799e9b17

Signed-off-by: NRK  disroot.org>

 .../mpv_sponsorblock_minimal/mpv_sponsorblock_minimal-2023.08.20.ebuild  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/mpv-plugin/mpv_sponsorblock_minimal/mpv_sponsorblock_minimal-2023.08.20.ebuild
 
b/mpv-plugin/mpv_sponsorblock_minimal/mpv_sponsorblock_minimal-2023.08.20.ebuild
index 720ae9bd7c..6b212d1202 100644
--- 
a/mpv-plugin/mpv_sponsorblock_minimal/mpv_sponsorblock_minimal-2023.08.20.ebuild
+++ 
b/mpv-plugin/mpv_sponsorblock_minimal/mpv_sponsorblock_minimal-2023.08.20.ebuild
@@ -16,7 +16,6 @@ S="${WORKDIR}/${PN}"
 LICENSE="GPL-3"
 KEYWORDS="~amd64"
 
-# TODO: package Lua-cURL
 RDEPEND="net-misc/curl"
 
 MPV_PLUGIN_FILES=( sponsorblock_minimal.lua )



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/dwarfs-bin/

2024-02-17 Thread Haelwenn Monnier
commit: 2f2b1aa110f1a2abe95570aebfbee73e269e279a
Author: Denis Reva  gmail  com>
AuthorDate: Sat Feb 17 09:02:01 2024 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Feb 17 09:02:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f2b1aa1

sys-fs/dwarfs-bin: updated to 0.9.5

Dropped old version

Signed-off-by: Denis Reva  gmail.com>

 sys-fs/dwarfs-bin/Manifest |  6 +-
 sys-fs/dwarfs-bin/dwarfs-bin-0.9.3.ebuild  | 67 --
 ...fs-bin-0.8.0.ebuild => dwarfs-bin-0.9.5.ebuild} |  0
 3 files changed, 2 insertions(+), 71 deletions(-)

diff --git a/sys-fs/dwarfs-bin/Manifest b/sys-fs/dwarfs-bin/Manifest
index 944f4b9520..7d8b4f4bb1 100644
--- a/sys-fs/dwarfs-bin/Manifest
+++ b/sys-fs/dwarfs-bin/Manifest
@@ -1,4 +1,2 @@
-DIST dwarfs-bin-0.8.0-amd64.tar.xz 7444728 BLAKE2B 
ab95665be88d77e5b3ae48d9a6780740a866bb6f75143b953c175742e46ad406538201cfd5d82578a96bde2bc1dd8e1ce61a6e2188006a64bf8fda632b1f9e51
 SHA512 
ea1e0bf0b655b404af8839ce78bedc617e8f3f1dba7f9aa36569345844f0539375d58b7d9726852bcb197b9fca99ec4c7a532be2bfcb14ec335d35efd2544e14
-DIST dwarfs-bin-0.8.0-arm64.tar.gz 6495832 BLAKE2B 
95840404653dce660b34e88510adcc185095d93f2cec30171f96a836ac4cddfef16bf329dc75028ed7de02d1fa3e95b770a25e4b8a8d0096bf16ddde5d7f4838
 SHA512 
8fea6502bf990ebd30e97dc17e2fa17c127bc490a95f39ce279657797effe0549c2ac6e8063a0055ed95dbbb897fd344fbfbb3c4ebb4eb2b14d7e38d7c218396
-DIST dwarfs-bin-0.9.3-amd64.tar.xz 7597520 BLAKE2B 
d6b48cf0cd6a64c8653db7ebfac543fe0718a13250ea1a0b0d68a9967d512c4e0938a9e861f9cb20635945b99bd7763b0b0bc14a663d4ba725dc8df169acce13
 SHA512 
ef18994ed99a8d62305849b55b8936f4de5e5b60511c1ce8336f85d399132c6e9d19eadf81b541a3a17f4fa61219f73a04faae0401eaabbde17fda124497bb63
-DIST dwarfs-bin-0.9.3-arm64.tar.gz 6621720 BLAKE2B 
22e2f9e239061eec764a763a1c3fd7a44aee505cc1bd93534d079085c160c91a6cc043551b305591d9f323dbbad9f6f48fb521f6309e58ffef5f6bd1ff87e05c
 SHA512 
400791023cc5753f45c7ef4df3feb8e71cb54bef3e306ce1f8be6e5f84c2eed4f15af2fd656ea3701823f7d4b95ced5c49ebc23737734b8f4f9e503dd4dd2cd0
+DIST dwarfs-bin-0.9.5-amd64.tar.xz 7521852 BLAKE2B 
2f12e38e6a2b2a6ef5ed3cc0350720ecb540c5bb1dff642892c783c60e37fa4d35d61486c985c4511d2cf129ef2235fdb3d186a76d9e8ad42a21b863437ea340
 SHA512 
eb357eb94c53d8e3a2b987203bd81dd84e8bd06c8b45d4f8aaa839ba00692de84c4dfd468ede394b519a1a9c4b561e3136010fa3314bb8689db124363caae55f
+DIST dwarfs-bin-0.9.5-arm64.tar.gz 6612480 BLAKE2B 
a397def8a69fac8fc99ea3a4928871492eb78fcee28973f549a12369df3e24f4dba87f42ed0ad39ef23e74085e25974410bbabaae515cd04b0c6b4b9a67a9e20
 SHA512 
e1f6fd8c9a42a1b39a1581704e0eaf1cb481cd8090f222305ac6e78d48ffd1c2aac305ec51d7432f3de566d54f449ef6a459263c3c73b073aeaf36d1deed8ed7

diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.9.3.ebuild 
b/sys-fs/dwarfs-bin/dwarfs-bin-0.9.3.ebuild
deleted file mode 100644
index 8b117c98fb..00
--- a/sys-fs/dwarfs-bin/dwarfs-bin-0.9.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Static version of a fast very high compression read-only FUSE 
file system"
-HOMEPAGE="https://github.com/mhx/dwarfs;
-SRC_URI="
-   amd64? ( 
https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux-x86_64-clang.tar.xz
 -> ${P}-amd64.tar.xz )
-   arm64? ( 
https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux-aarch64-clang.tar.xz
 -> ${P}-arm64.tar.gz )
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~arm64"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   sys-fs/fuse:3
-"
-DEPEND="
-   ${RDEPEND}
-"
-QA_PREBUILT="
-   opt/dwarfs-bin/bin/*
-   opt/dwarfs-bin/sbin/*
-"
-
-src_unpack() {
-   if use amd64; then
-   S="${WORKDIR}/dwarfs-${PV}-Linux-x86_64-clang"
-   elif use arm64; then
-   S="${WORKDIR}/dwarfs-${PV}-Linux-aarch64-clang"
-   fi
-
-   default
-}
-
-src_prepare() {
-   default
-   einfo "Removing legacy fuse2-related stuff..."
-   rm sbin/dwarfs2 sbin/mount.dwarfs2 || die
-   einfo "Done."
-}
-
-src_install(){
-   mkdir -p "${ED}/opt/${PN}" || die
-   mv "${S}"/* "${ED}/opt/${PN}" || die
-
-   for file in "${ED}/opt/${PN}/bin"/*; do
-   dosym "../${PN}/bin/$(basename "${file}")" "/opt/bin/$(basename 
"${file}")"
-   done
-   for file in "${ED}/opt/${PN}/sbin"/*; do
-   dosym "../${PN}/sbin/$(basename "${file}")" 
"/opt/bin/$(basename "${file}")"
-   done
-
-   newenvd - "90${P}" <<-_EOF_
-   MANPATH="${EPREFIX}/opt/${PN}/share/man"
-   _EOF_
-}
-
-pkg_postinst(){
-   elog "You may find more information in the"
-   elog "${HOMEPAGE}"
-   elog "About creating: ${HOMEPAGE}/blob/main/doc/mkdwarfs.md"
-   elog "About mounting: ${HOMEPAGE}/blob/main/doc/dwarfs.md"
-}

diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.8.0.ebuild 

[gentoo-commits] repo/proj/guru:master commit in: dev-util/mock-core-configs/

2024-02-17 Thread Haelwenn Monnier
commit: 0847ea599efccb8565dd4f6298518a6a52e9a6d9
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Feb 17 02:43:02 2024 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Feb 17 10:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0847ea59

dev-util/mock-core-configs: add 40.2

Signed-off-by: Takuya Wakazono  gmail.com>

 dev-util/mock-core-configs/Manifest |  1 +
 .../mock-core-configs/mock-core-configs-40.2.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/mock-core-configs/Manifest 
b/dev-util/mock-core-configs/Manifest
index 1c2156a71e..81142ba263 100644
--- a/dev-util/mock-core-configs/Manifest
+++ b/dev-util/mock-core-configs/Manifest
@@ -1 +1,2 @@
 DIST mock-core-configs-40.1.tar.gz 44859 BLAKE2B 
5b52f5400447ab3405ae76bb9334e228eb241672cd5d64df6ae198178b69cd89f08b5c1cddecdc7a954b9faa3c8cf3b8e3e81084ad4f37fbce55ed3c35afd987
 SHA512 
f434d43af01a0ae7299e458b63bbefbf8e5b7ad3cd03b167d1b9802778f3faa4b355104f2463da4813480ac9111ce5ccf10e31b944c4873b61b8e78913e5d04b
+DIST mock-core-configs-40.2.tar.gz 44925 BLAKE2B 
378fa8e2daab09fe6ce39d9b0f1fdf89cda0058966987509a3e5e9df385b6a3d9c5c89e18552b9eaec1fe8752597a5f5018b57bc111cf3b5edd50e09df9b1789
 SHA512 
348fc9fe4218af4b67d8e900431d0acb26dce50795a234720dba8eba80b820adf8f26c9d025033608cfb832524c2ee9a49027bb1815815b3a4b9dac940f6daaa

diff --git a/dev-util/mock-core-configs/mock-core-configs-40.2.ebuild 
b/dev-util/mock-core-configs/mock-core-configs-40.2.ebuild
new file mode 100644
index 00..b53e863563
--- /dev/null
+++ b/dev-util/mock-core-configs/mock-core-configs-40.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Mock core config files basic chroots"
+HOMEPAGE="https://rpm-software-management.github.io/mock/ 
https://github.com/rpm-software-management/mock;
+SRC_URI="https://github.com/rpm-software-management/mock/releases/download/${P}-1/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+   insinto /etc/mock
+   doins -r etc/mock/*
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-wm/niri/

2024-02-17 Thread Haelwenn Monnier
commit: 7e94e60c92e29acbb89c5a3d581a6d497397b8a3
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Feb 17 10:15:53 2024 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Feb 17 10:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e94e60c

gui-wm/niri: drop 0.1.1

Signed-off-by: Takuya Wakazono  gmail.com>

 gui-wm/niri/Manifest  |  2 -
 gui-wm/niri/niri-0.1.1.ebuild | 86 ---
 2 files changed, 88 deletions(-)

diff --git a/gui-wm/niri/Manifest b/gui-wm/niri/Manifest
index 5dfeb4405a..12f0714fd9 100644
--- a/gui-wm/niri/Manifest
+++ b/gui-wm/niri/Manifest
@@ -1,4 +1,2 @@
-DIST niri-0.1.1-vendored-dependencies.tar.xz 53810532 BLAKE2B 
4e0d6556f8be8dcae9fff001716d6d75a4e01c1f5a2a24475895506b5ad8b1c1bb9b72e0cc070d3f04ce54f0180395a351eac1915f1be66a4b192f7fcc39922a
 SHA512 
e3591562110011227dbab3da89abf766c51f246ea926ff1beb5fca7800fbb4a893e471800dbd589da39bfbfb2b273ef22f523fcce4819e3e17e4abc75f5a7197
-DIST niri-0.1.1.tar.gz 181942 BLAKE2B 
94f85876a2ccea0eade10de85d4f5a155ddd603f480c165dda61c1a16814a1a37c080be2fed97a2efb1aef3bdc048ba308c221193bdaadc148db8e4604b88a80
 SHA512 
a24accef05cf45281850f7852cd661dc268500f145ee33c9a13849138a01d3a731e38688bfaccfd092c8e0d08aa1334df2163a6187614aac0e078c22a6d2705c
 DIST niri-0.1.2-vendored-dependencies.tar.xz 55030364 BLAKE2B 
0da4f7a94f19bf9fa8b2cad36d59c1032f34581e63aa60b4a9284d0550f4c30364ea1b6d5f84b77edc13931585fd82f2bbd5e528bc52f201aa89b2a1c53de240
 SHA512 
63a5b3dd3510be665a771a811f5e86929124b4b73fb728fdc0c23c73934b383a5ca3f3d91e9bcbbd4e71dcb3226dd3b817b59a11ea060c7258abb8ff87e47d87
 DIST niri-0.1.2.tar.gz 206414 BLAKE2B 
e2883a3a2abfc1a0f4532b1b7ec2f256dca8c9f49921205d3827a42837aa5dfb0013a3092bd2558205cd6bbb299ba7ed571ecb8900869710cb1ac917d2195e53
 SHA512 
9ffa0d70c0045bc1fecf2e3c61a49010cdb1e2e1e304bd9fe40cf760f5c286d37949ffed49c969c17d6bf7fa7230ca7aa7c893d2eaf4cda766f452307bb36d38

diff --git a/gui-wm/niri/niri-0.1.1.ebuild b/gui-wm/niri/niri-0.1.1.ebuild
deleted file mode 100644
index a9e5c4667a..00
--- a/gui-wm/niri/niri-0.1.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LLVM_MAX_SLOT=17
-
-inherit cargo llvm
-
-DESCRIPTION="Scrollable-tiling Wayland compositor"
-HOMEPAGE="https://github.com/YaLTeR/niri;
-SRC_URI="
-   https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
-"
-
-LICENSE="GPL-3+"
-# Dependent crate licenses
-LICENSE+="
-   Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0
-   Unicode-DFS-2016
-"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus screencast"
-REQUIRED_USE="screencast? ( dbus )"
-
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/libinput:=
-   dev-libs/wayland
-   media-libs/mesa
-   sys-auth/seatd:=
-   virtual/libudev:=
-   x11-libs/cairo
-   x11-libs/libxkbcommon
-   x11-libs/pango
-   x11-libs/pixman
-   screencast? (
-   media-video/pipewire
-   )
-"
-RDEPEND="${DEPEND}"
-# Clang is required for bindgen
-BDEPEND="
-   >=virtual/rust-1.72.0
-   screencast? ( 

[gentoo-commits] repo/proj/guru:master commit in: gui-wm/niri/

2024-02-17 Thread Haelwenn Monnier
commit: f45f0c58a846725d0e6cdb1c6480cda1ae880dd6
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Feb 17 10:15:34 2024 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Feb 17 10:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f45f0c58

gui-wm/niri: add 0.1.2

Signed-off-by: Takuya Wakazono  gmail.com>

 gui-wm/niri/Manifest  |  2 +
 gui-wm/niri/niri-0.1.2.ebuild | 86 +++
 2 files changed, 88 insertions(+)

diff --git a/gui-wm/niri/Manifest b/gui-wm/niri/Manifest
index 1b289f2787..5dfeb4405a 100644
--- a/gui-wm/niri/Manifest
+++ b/gui-wm/niri/Manifest
@@ -1,2 +1,4 @@
 DIST niri-0.1.1-vendored-dependencies.tar.xz 53810532 BLAKE2B 
4e0d6556f8be8dcae9fff001716d6d75a4e01c1f5a2a24475895506b5ad8b1c1bb9b72e0cc070d3f04ce54f0180395a351eac1915f1be66a4b192f7fcc39922a
 SHA512 
e3591562110011227dbab3da89abf766c51f246ea926ff1beb5fca7800fbb4a893e471800dbd589da39bfbfb2b273ef22f523fcce4819e3e17e4abc75f5a7197
 DIST niri-0.1.1.tar.gz 181942 BLAKE2B 
94f85876a2ccea0eade10de85d4f5a155ddd603f480c165dda61c1a16814a1a37c080be2fed97a2efb1aef3bdc048ba308c221193bdaadc148db8e4604b88a80
 SHA512 
a24accef05cf45281850f7852cd661dc268500f145ee33c9a13849138a01d3a731e38688bfaccfd092c8e0d08aa1334df2163a6187614aac0e078c22a6d2705c
+DIST niri-0.1.2-vendored-dependencies.tar.xz 55030364 BLAKE2B 
0da4f7a94f19bf9fa8b2cad36d59c1032f34581e63aa60b4a9284d0550f4c30364ea1b6d5f84b77edc13931585fd82f2bbd5e528bc52f201aa89b2a1c53de240
 SHA512 
63a5b3dd3510be665a771a811f5e86929124b4b73fb728fdc0c23c73934b383a5ca3f3d91e9bcbbd4e71dcb3226dd3b817b59a11ea060c7258abb8ff87e47d87
+DIST niri-0.1.2.tar.gz 206414 BLAKE2B 
e2883a3a2abfc1a0f4532b1b7ec2f256dca8c9f49921205d3827a42837aa5dfb0013a3092bd2558205cd6bbb299ba7ed571ecb8900869710cb1ac917d2195e53
 SHA512 
9ffa0d70c0045bc1fecf2e3c61a49010cdb1e2e1e304bd9fe40cf760f5c286d37949ffed49c969c17d6bf7fa7230ca7aa7c893d2eaf4cda766f452307bb36d38

diff --git a/gui-wm/niri/niri-0.1.2.ebuild b/gui-wm/niri/niri-0.1.2.ebuild
new file mode 100644
index 00..a9e5c4667a
--- /dev/null
+++ b/gui-wm/niri/niri-0.1.2.ebuild
@@ -0,0 +1,86 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_MAX_SLOT=17
+
+inherit cargo llvm
+
+DESCRIPTION="Scrollable-tiling Wayland compositor"
+HOMEPAGE="https://github.com/YaLTeR/niri;
+SRC_URI="
+   https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
+"
+
+LICENSE="GPL-3+"
+# Dependent crate licenses
+LICENSE+="
+   Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0
+   Unicode-DFS-2016
+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="dbus screencast"
+REQUIRED_USE="screencast? ( dbus )"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/libinput:=
+   dev-libs/wayland
+   media-libs/mesa
+   sys-auth/seatd:=
+   virtual/libudev:=
+   x11-libs/cairo
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-libs/pixman
+   screencast? (
+   media-video/pipewire
+   )
+"
+RDEPEND="${DEPEND}"
+# Clang is required for bindgen
+BDEPEND="
+   >=virtual/rust-1.72.0
+   screencast? ( 

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/ReGreet/

2024-02-17 Thread Haelwenn Monnier
commit: 8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Sat Feb 17 09:35:48 2024 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Feb 17 09:36:53 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a2dd4f1

gui-apps/ReGreet: remove gtk4 useflasg
* can't be build with gtk3

Closes: https://bugs.gentoo.org/924751
Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild | 4 ++--
 gui-apps/ReGreet/ReGreet-.ebuild | 4 ++--
 gui-apps/ReGreet/metadata.xml| 1 -
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild 
b/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild
index 580e87dd64..1e466f52f3 100644
--- a/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild
+++ b/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild
@@ -228,14 +228,14 @@ RDEPEND="
|| ( gui-wm/sway gui-wm/cage )
systemd? ( sys-apps/systemd[sysv-utils] )
openrc? ( sys-apps/openrc[sysv-utils] )
-   gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ )
+   gui-libs/gtk
gui-libs/greetd
 "
 BDEPEND="
virtual/rust
media-libs/graphene
 "
-IUSE="systemd openrc gtk4"
+IUSE="systemd openrc"
 
 PATCHES="${FILESDIR}/ReGreet-0.1.1-cargo-lock-fix.diff"
 

diff --git a/gui-apps/ReGreet/ReGreet-.ebuild 
b/gui-apps/ReGreet/ReGreet-.ebuild
index 4aeff04e33..b91e4cea79 100644
--- a/gui-apps/ReGreet/ReGreet-.ebuild
+++ b/gui-apps/ReGreet/ReGreet-.ebuild
@@ -25,14 +25,14 @@ RDEPEND="
|| ( gui-wm/sway gui-wm/cage )
systemd? ( sys-apps/systemd[sysv-utils] )
openrc? ( sys-apps/openrc[sysv-utils] )
-   gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ )
+   gui-libs/gtk
gui-libs/greetd
 "
 BDEPEND="
virtual/rust
media-libs/graphene
 "
-IUSE="systemd openrc gtk4"
+IUSE="systemd openrc"
 
 src_configure() {
local myfeatures=(

diff --git a/gui-apps/ReGreet/metadata.xml b/gui-apps/ReGreet/metadata.xml
index de3360d81b..8d5cf3608c 100644
--- a/gui-apps/ReGreet/metadata.xml
+++ b/gui-apps/ReGreet/metadata.xml
@@ -4,7 +4,6 @@

Use system-tmpfiles to create cache and 
logs folder
Manually create cache and logs folder
-   Compile with gtk4 support


gonegrier.dua...@gmail.com



[gentoo-commits] repo/gentoo:master commit in: app-containers/incus/files/

2024-02-17 Thread David Seifert
commit: d480c37f323467c92bb7b99d39f2ed874256e566
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:11 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d480c37f

app-containers/incus: remove unused patches/files

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 app-containers/incus/files/incus-0.1.confd | 23 -
 app-containers/incus/files/incus-0.1.initd | 59 --
 app-containers/incus/files/incus-0.1.service   | 23 -
 app-containers/incus/files/incus-0.1.socket| 12 -
 .../files/incus-0.3-lxd-5.20-compatibility.patch   | 26 --
 .../incus/files/incus-containers-0.1.service   | 16 --
 6 files changed, 159 deletions(-)

diff --git a/app-containers/incus/files/incus-0.1.confd 
b/app-containers/incus/files/incus-0.1.confd
deleted file mode 100644
index ec857143c2da..
--- a/app-containers/incus/files/incus-0.1.confd
+++ /dev/null
@@ -1,23 +0,0 @@
-# Group which owns the shared socket
-INCUS_OPTIONS+=" --group incus"
-
-# Enable cpu profiling into the specified file
-#INCUS_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile"
-
-# Enable memory profiling into the specified file
-#INCUS_OPTIONS+=" --memprofile /tmp/lxc_mem_profile"
-
-# Enable debug mode
-#INCUS_OPTIONS+=" --debug"
-
-# For debugging, print a complete stack trace every n seconds
-#INCUS_OPTIONS+=" --print-goroutines-every 5"
-
-# Enable verbose mode
-#INCUS_OPTIONS+=" -v"
-
-# Logfile to log to
-#INCUS_OPTIONS+=" --logfile /var/log/incus/incus.log"
-
-# Enable syslog logging
-#INCUS_OPTIONS+=" --syslog"

diff --git a/app-containers/incus/files/incus-0.1.initd 
b/app-containers/incus/files/incus-0.1.initd
deleted file mode 100644
index d09ffe224d04..
--- a/app-containers/incus/files/incus-0.1.initd
+++ /dev/null
@@ -1,59 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-DAEMON=/usr/sbin/incusd
-PIDFILE=/run/incusd.pid
-
-depend() {
-   need net
-   need lxcfs
-}
-
-start() {
-   ebegin "Starting incus service"
-
-   modprobe -f loop > /dev/null 2>&1
-
-   # Fix permissions on /var/lib/incus and make sure it exists.
-   # Create a log directory for incus with correct permissions.
-   install -d /var/lib/incus --group incus --owner root --mode 0775
-   install -d /var/log/incus --group incus --owner root
-
-   start-stop-daemon --start \
-   --pidfile ${PIDFILE} \
-   --exec ${DAEMON} \
-   --background \
-   --make-pidfile \
-   -- \
-   ${INCUS_OPTIONS}
-   eend ${?}
-
-   # Create necessary systemd paths in order for systemd containers to 
work on openrc host.
-   # /etc/rc.conf should have following values:
-   #   rc_cgroup_mode="hybrid"
-   if [ -d /sys/fs/cgroup/unified ] &&
-   [ ! -d /sys/fs/cgroup/systemd ]; then
-   install -d /sys/fs/cgroup/systemd --group incus --owner root
-   mount -t cgroup -o none,name=systemd systemd 
/sys/fs/cgroup/systemd
-   fi
-}
-
-stop() {
-   if [ "${RC_CMD}" = restart ]; then
-   ebegin "Stopping incusd service (but not containers)"
-   # start-stop-daemon sends SIGTERM with a timeout of 5s by 
default.
-   # SIGTERM indicates to INCUS that it will be stopped 
temporarily.
-   # Instances will keep running.
-   start-stop-daemon --stop --quiet -p "${PIDFILE}"
-   eend ${?}
-   else
-   ebegin "Stopping incusd service and containers, waiting 40s"
-   # SIGPWR indicates to INCUS that the host is going down.
-   # LXD will do a clean shutdown of all instances.
-   # After 30s all remaining instances will be killed.
-   # We wait up to 40s for INCUS.
-   start-stop-daemon --stop --quiet -R SIGPWR/40 -p "${PIDFILE}"
-   eend ${?}
-   fi
-}

diff --git a/app-containers/incus/files/incus-0.1.service 
b/app-containers/incus/files/incus-0.1.service
deleted file mode 100644
index 354a53122923..
--- a/app-containers/incus/files/incus-0.1.service
+++ /dev/null
@@ -1,23 +0,0 @@
-[Unit]
-Description=Incus - main daemon
-After=network-online.target lxcfs.service incus.socket
-Requires=network-online.target lxcfs.service incus.socket
-Documentation=man:incus(1)
-
-[Service]
-EnvironmentFile=-/etc/environment
-ExecStart=/usr/sbin/incusd --group incus --syslog
-ExecStartPost=/usr/sbin/incusd waitready --timeout=600
-ExecStartPre=/bin/mkdir -p /var/log/incus
-ExecStartPre=/bin/chown -R root:incus /var/log/incus
-KillMode=process
-PermissionsStartOnly=true
-TimeoutStartSec=600s
-TimeoutStopSec=30s
-Restart=on-failure

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

2024-02-17 Thread David Seifert
commit: 8abca04cd66a413d8426ebc2ba94525f675d0413
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:09 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abca04c

app-arch/patool: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 ...atool-1.12_p20230424-disable-file-sandbox.patch | 28 
 ...p20230424-map-vnd.android.package-archive.patch | 30 --
 2 files changed, 58 deletions(-)

diff --git 
a/app-arch/patool/files/patool-1.12_p20230424-disable-file-sandbox.patch 
b/app-arch/patool/files/patool-1.12_p20230424-disable-file-sandbox.patch
deleted file mode 100644
index daf48adef41a..
--- a/app-arch/patool/files/patool-1.12_p20230424-disable-file-sandbox.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-https://github.com/wummel/patool/pull/131
-https://github.com/wummel/patool/issues/75
-
-From abe06b7d8fbcd177d44f8eb8e3ac195badc70d25 Mon Sep 17 00:00:00 2001
-From: Alfred Wingate 
-Date: Thu, 7 Sep 2023 01:12:26 +0300
-Subject: [PATCH] Disable sandbox for file(1) to allow correct output for
- compressed tar's
-
-* Otherwise file(1) will refuse with
-  "Fork-is-required-to-uncompress--but-disabled"
-
-Closes: https://github.com/wummel/patool/issues/75
-Signed-off-by: Alfred Wingate 
 a/patoolib/util.py
-+++ b/patoolib/util.py
-@@ -240,7 +240,7 @@ def guess_mime_file (filename):
- encoding = None
- if mime in Mime2Encoding:
- # try to look inside compressed archives
--cmd = [file_prog, "--brief", "--mime", "--uncompress", filename]
-+cmd = [file_prog, "--brief", "--mime", "--uncompress", 
"--no-sandbox", filename]
- try:
- outparts = backtick(cmd).strip().split(";")
- mime2 = outparts[0].split(" ", 1)[0]
--- 
-2.42.0
-

diff --git 
a/app-arch/patool/files/patool-1.12_p20230424-map-vnd.android.package-archive.patch
 
b/app-arch/patool/files/patool-1.12_p20230424-map-vnd.android.package-archive.patch
deleted file mode 100644
index a525ff2d0e46..
--- 
a/app-arch/patool/files/patool-1.12_p20230424-map-vnd.android.package-archive.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://github.com/wummel/patool/pull/130
-
-From e8a1eea1d273b278a1b6f5029d2e21cb18bc9ffd Mon Sep 17 00:00:00 2001
-From: Theodore Ni <3806110+t...@users.noreply.github.com>
-Date: Sat, 26 Aug 2023 23:42:15 -0700
-Subject: [PATCH] Map application/vnd.android.package-archive to zip
-
-This was added to file 5.45 in 
https://github.com/file/file/commit/b29519e7dc572d85f757314d3bfc7461ceb7709c
-and the test .apk file is sometimes detected with that mime type.
 a/patoolib/__init__.py
-+++ b/patoolib/__init__.py
-@@ -84,6 +84,7 @@
- 'application/x-xz': 'xz',
- 'application/x-zip-compressed': 'zip',
- 'application/x-zoo': 'zoo',
-+'application/vnd.android.package-archive': 'zip',
- 'application/zip': 'zip',
- 'application/zpaq': 'zpaq',
- "application/zstd": "zstd",
 a/tests/test_mime.py
-+++ b/tests/test_mime.py
-@@ -137,7 +137,7 @@ def test_mime_file (self):
- self.mime_test_file("t.chm.foo", "application/x-chm")
- self.mime_test_file("t.iso", "application/x-iso9660-image")
- self.mime_test_file("t.epub", "application/zip")
--self.mime_test_file("t.apk", ("application/zip", 
"application/java-archive", "application/jar"))
-+self.mime_test_file("t.apk", ("application/zip", 
"application/java-archive", "application/jar", 
"application/vnd.android.package-archive"))
- self.mime_test_file("t.zpaq", "application/zpaq")
- self.mime_test_file("t.zpaq.foo", "application/zpaq")
- 



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

2024-02-17 Thread David Seifert
commit: be189f08c00810956c5af15b35ea0cd593c31658
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:13 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be189f08

app-misc/mc: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 app-misc/mc/files/mc-4.8.29-autoconf-c99.patch | 24 
 1 file changed, 24 deletions(-)

diff --git a/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch 
b/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch
deleted file mode 100644
index f1577dd7abbc..
--- a/app-misc/mc/files/mc-4.8.29-autoconf-c99.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From a2dbad461b8a63630f9ad7cfa36b6613e85a91cb Mon Sep 17 00:00:00 2001
-From: Florian Weimer 
-Date: Sun, 5 Feb 2023 18:38:37 +0100
-Subject: [PATCH] autoconf: Fix C99 compatibility issue in mc_GET_FS_INFO check
-Content-type: text/plain
-
-Include  for the declaration of posix_fallocate.  This
-avoids an implicit function declaration and build issues with future
-compilers.
-
-Signed-off-by: Florian Weimer 
 a/m4.include/mc-get-fs-info.m4
-+++ b/m4.include/mc-get-fs-info.m4
-@@ -8,6 +8,7 @@ AC_DEFUN([gl_POSIX_FALLOCATE], [
- AC_LINK_IFELSE([AC_LANG_PROGRAM([[
- #define _XOPEN_SOURCE 600
- #include 
-+#include 
- #if defined(__GLIBC__) && (__GLIBC__ < 2 || __GLIBC_MINOR__ < 7)
- possibly broken posix_fallocate
- #endif
--- 
-2.39.1
-



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

2024-02-17 Thread David Seifert
commit: a209cd6431bf38f2a93ed92fdb159e7b5a628b97
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:16 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a209cd64

dev-util/buildbot: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../files/buildbot-3.11.0-importlib.resources.patch | 13 -
 1 file changed, 13 deletions(-)

diff --git a/dev-util/buildbot/files/buildbot-3.11.0-importlib.resources.patch 
b/dev-util/buildbot/files/buildbot-3.11.0-importlib.resources.patch
deleted file mode 100644
index 3854b93fe4b8..
--- a/dev-util/buildbot/files/buildbot-3.11.0-importlib.resources.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/buildbot/buildbot/pull/7270
-We don't use older python then 3.10 so use importlib.resources
 a/buildbot/www/plugin.py   2023-12-27 11:18:13.107479017 +0100
-+++ b/buildbot/www/plugin.py   2023-12-27 11:20:55.710106750 +0100
-@@ -14,7 +14,7 @@
- # Copyright Buildbot Team Members
- 
- 
--import importlib_resources
-+import importlib.resources as importlib_resources
- 
- from twisted.web import static
- 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/files/

2024-02-17 Thread David Seifert
commit: 2a035c18696ee5178211f03d1c62b7fafe14e84c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:14 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a035c18

dev-lang/rust: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 0-ignore-broken-and-non-applicable-tests.patch | 40 --
 1 file changed, 40 deletions(-)

diff --git 
a/dev-lang/rust/files/1.68.0-ignore-broken-and-non-applicable-tests.patch 
b/dev-lang/rust/files/1.68.0-ignore-broken-and-non-applicable-tests.patch
deleted file mode 100644
index 3ebd6e193af7..
--- a/dev-lang/rust/files/1.68.0-ignore-broken-and-non-applicable-tests.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 1879d1d1a284bf51c752e47db284ce22701ed5d0 Mon Sep 17 00:00:00 2001
-From: Samuel Holland 
-Date: Sun, 16 Sep 2018 16:38:48 +
-Subject: [PATCH 12/15] Ignore broken and non-applicable tests
-
-c-link-to-rust-va-list-fn: unstable feature, broken on aarch64, #56475
-env-funky-keys: can't handle LD_PRELOAD (e.g. sandbox)
-long-linker-command-lines: takes >10 minutes to run (but still passes)
-simd-intrinsic-generic-bitmask.rs: broken on BE, #59356
-sparc-struct-abi: no sparc target
-sysroot-crates-are-unstable: can't run rustc without RPATH

- test/run-make-fulldeps/sysroot-crates-are-unstable/Makefile | 2 ++
- test/ui/env-funky-keys.rs   | 1 +
- 6 files changed, 10 insertions(+)
-
-diff --git a/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile 
b/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
-index 9e770706857..6d92ec5cec8 100644
 a/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
-+++ b/tests/run-make-fulldeps/sysroot-crates-are-unstable/Makefile
-@@ -1,1 +1,3 @@
-+# ignore-test
-+
- all:
- python2.7 test.py
-diff --git a/tests/ui/env-funky-keys.rs b/tests/ui/env-funky-keys.rs
-index c5c824ac58d..f3fe047a79c 100644
 a/tests/ui/env-funky-keys.rs
-+++ b/tests/ui/env-funky-keys.rs
-@@ -1,6 +1,7 @@
- // run-pass
- // Ignore this test on Android, because it segfaults there.
- 
-+// ignore-test
- // ignore-android
- // ignore-windows
- // ignore-cloudabi no execve
--- 
-2.24.1
-



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

2024-02-17 Thread David Seifert
commit: fb8a07ac6fd33d9a78e8b84c6af461d933480402
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:19 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8a07ac

dev-dotnet/netcoredbg: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch | 10 --
 1 file changed, 10 deletions(-)

diff --git 
a/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch 
b/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch
deleted file mode 100644
index d8eb8aaca6f5..
--- a/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/interfaces/types.h
-+++ b/src/interfaces/types.h
-@@ -18,6 +18,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- namespace netcoredbg
- {



[gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-metrics-discovery/files/

2024-02-17 Thread David Seifert
commit: 767e8ffa5425ec2eaec706a34a3023fca6f80257
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:20 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767e8ffa

dev-libs/intel-metrics-discovery: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../files/intel-metrics-discovery-1.12.165.1-cflags.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git 
a/dev-libs/intel-metrics-discovery/files/intel-metrics-discovery-1.12.165.1-cflags.patch
 
b/dev-libs/intel-metrics-discovery/files/intel-metrics-discovery-1.12.165.1-cflags.patch
deleted file mode 100644
index 9a897543ea41..
--- 
a/dev-libs/intel-metrics-discovery/files/intel-metrics-discovery-1.12.165.1-cflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -435,7 +435,7 @@
- if ("${BUILD_TYPE}" STREQUAL "release")
- add_definitions(-DNDEBUG)
- # security compiler flags
--add_definitions(-O2 -D_FORTIFY_SOURCE=2 -Wformat)
-+add_definitions(-Wformat)
- elseif ("${BUILD_TYPE}" STREQUAL "release-internal" OR
- "${BUILD_TYPE}" STREQUAL "releaseinternal")
- add_definitions(-D_RELEASE_INTERNAL)



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

2024-02-17 Thread David Seifert
commit: 2b8128b95d06bc31c04da5857c63f66e7aeba676
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:17 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8128b9

gui-wm/dwl: remove unused file

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 gui-wm/dwl/files/dwl.desktop | 5 -
 1 file changed, 5 deletions(-)

diff --git a/gui-wm/dwl/files/dwl.desktop b/gui-wm/dwl/files/dwl.desktop
deleted file mode 100644
index e1380f7aa20d..
--- a/gui-wm/dwl/files/dwl.desktop
+++ /dev/null
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Name=dwl
-Comment=dwm for Wayland
-Exec=dwl
-Type=Application



[gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/files/

2024-02-17 Thread David Seifert
commit: 3bf39315fea027544e97da87d2f4e106f93ccb65
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:21 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf39315

games-strategy/freeciv: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../files/freeciv-3.1.0_beta2-lua-search.patch  | 21 -
 1 file changed, 21 deletions(-)

diff --git a/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch 
b/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch
deleted file mode 100644
index e7c8123f9985..
--- a/games-strategy/freeciv/files/freeciv-3.1.0_beta2-lua-search.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-This patches meson.build to enable it to find lua in any of its
-many wonderous hiding places. It also bumps the meson version so that
-there's a ton less boilerplate to do so.
 a/meson.build
-+++ b/meson.build
-@@ -1,5 +1,5 @@
- 
--project('freeciv', ['c', 'cpp'], meson_version: '>= 0.57.0')
-+project('freeciv', ['c', 'cpp'], meson_version: '>= 0.60.0')
- 
- if not get_option('ack_experimental')
-   error('Autotools are still the only fully supported way to build 
freeciv.\nSet configure option "ack_experimental" to true if you really want to 
do experimental meson build.\n' +
-@@ -436,7 +436,7 @@ endif
- icu_dep = dependency('icu-uc')
- 
- syslua = get_option('syslua')
--lua_dep_tmp = dependency('lua-5.4', required:false)
-+lua_dep_tmp = dependency('lua-5.4', 'lua-54', 'lua54', 'lua5.4', 
required:false)
- 
- if syslua != 'false' and lua_dep_tmp.found()
-   lua_inc_path = []



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

2024-02-17 Thread David Seifert
commit: 458f6c886bf188821f252e53824ff0cd23b0ca33
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:12 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=458f6c88

app-misc/ddcutil: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 ...2.1.0-fix-build-with-usb-monitor-disabled.patch | 34 --
 1 file changed, 34 deletions(-)

diff --git 
a/app-misc/ddcutil/files/ddcutil-2.1.0-fix-build-with-usb-monitor-disabled.patch
 
b/app-misc/ddcutil/files/ddcutil-2.1.0-fix-build-with-usb-monitor-disabled.patch
deleted file mode 100644
index 199bf1b1563b..
--- 
a/app-misc/ddcutil/files/ddcutil-2.1.0-fix-build-with-usb-monitor-disabled.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From a3ad6164977d250cc03d6bb33719814ee34efdfb Mon Sep 17 00:00:00 2001
-From: Sanford Rockowitz 
-Date: Mon, 22 Jan 2024 18:58:34 -0500
-Subject: [PATCH] missing ifdef around USB only setting (fixes #369)
-

- src/cmdline/parsed_cmd.c | 4 
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/cmdline/parsed_cmd.c b/src/cmdline/parsed_cmd.c
-index a4e2c080..f5f6ac85 100644
 a/src/cmdline/parsed_cmd.c
-+++ b/src/cmdline/parsed_cmd.c
-@@ -135,8 +135,10 @@ Parsed_Cmd *  new_parsed_cmd() {
-g_array_set_clear_func(parsed_cmd->setvcp_values, 
destroy_parsed_setvcp_value);
-if (DEFAULT_ENABLE_UDF)
-   parsed_cmd->flags |= CMD_FLAG_ENABLE_UDF;
-+#ifdef ENABLE_USB
-if (DEFAULT_ENABLE_USB)
-   parsed_cmd->flags |= CMD_FLAG_ENABLE_USB;
-+#endif
-if (DEFAULT_ENABLE_CACHED_CAPABILITIES)
-   parsed_cmd->flags |= CMD_FLAG_ENABLE_CACHED_CAPABILITIES;
-return parsed_cmd;
-@@ -248,7 +250,9 @@ void dbgrpt_parsed_cmd(Parsed_Cmd * parsed_cmd, int depth) 
{
- 
-   rpt_nl();
-   rpt_label(depth, "Display Selection");
-+#ifdef ENABLE_USB
-   rpt_bool("enable usb",NULL, parsed_cmd->flags & 
CMD_FLAG_ENABLE_USB,   d1);
-+#endif
-   rpt_structure_loc("pdid", parsed_cmd->pdid,d1);
-   if (parsed_cmd->pdid)
-   dbgrpt_display_identifier(parsed_cmd->pdid,d2);



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

2024-02-17 Thread David Seifert
commit: cd7c21879c6ec72f890420d4fe0466e010fd0789
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:23 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7c2187

net-libs/libtirpc: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../files/libtirpc-1.3.3-release-version.patch | 91 --
 1 file changed, 91 deletions(-)

diff --git a/net-libs/libtirpc/files/libtirpc-1.3.3-release-version.patch 
b/net-libs/libtirpc/files/libtirpc-1.3.3-release-version.patch
deleted file mode 100644
index e80b02245a4d..
--- a/net-libs/libtirpc/files/libtirpc-1.3.3-release-version.patch
+++ /dev/null
@@ -1,91 +0,0 @@
-https://git.linux-nfs.org/?p=steved/libtirpc.git;a=commitdiff;h=0fb94eef5062d2657d75eee686fa47238fafa312
-
-From: Steve Dickson 
-Date: Sun, 7 Aug 2022 12:57:19 -0400
-Subject: [PATCH] Release: 1.3.3
-
-Signed-off-by: Steve Dickson 
 a/configure
-+++ b/configure
-@@ -1,6 +1,6 @@
- #! /bin/sh
- # Guess values for system-dependent variables and create Makefiles.
--# Generated by GNU Autoconf 2.71 for libtirpc 1.3.2.
-+# Generated by GNU Autoconf 2.71 for libtirpc 1.3.3.
- #
- #
- # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
-@@ -618,8 +618,8 @@ MAKEFLAGS=
- # Identity of this package.
- PACKAGE_NAME='libtirpc'
- PACKAGE_TARNAME='libtirpc'
--PACKAGE_VERSION='1.3.2'
--PACKAGE_STRING='libtirpc 1.3.2'
-+PACKAGE_VERSION='1.3.3'
-+PACKAGE_STRING='libtirpc 1.3.3'
- PACKAGE_BUGREPORT=''
- PACKAGE_URL=''
- 
-@@ -1373,7 +1373,7 @@ if test "$ac_init_help" = "long"; then
-   # Omit some internal or obsolete options to make the list less imposing.
-   # This message is too long to be a string in the A/UX 3.1 sh.
-   cat <<_ACEOF
--\`configure' configures libtirpc 1.3.2 to adapt to many kinds of systems.
-+\`configure' configures libtirpc 1.3.3 to adapt to many kinds of systems.
- 
- Usage: $0 [OPTION]... [VAR=VALUE]...
- 
-@@ -1444,7 +1444,7 @@ fi
- 
- if test -n "$ac_init_help"; then
-   case $ac_init_help in
-- short | recursive ) echo "Configuration of libtirpc 1.3.2:";;
-+ short | recursive ) echo "Configuration of libtirpc 1.3.3:";;
-esac
-   cat <<\_ACEOF
- 
-@@ -1559,7 +1559,7 @@ fi
- test -n "$ac_init_help" && exit $ac_status
- if $ac_init_version; then
-   cat <<\_ACEOF
--libtirpc configure 1.3.2
-+libtirpc configure 1.3.3
- generated by GNU Autoconf 2.71
- 
- Copyright (C) 2021 Free Software Foundation, Inc.
-@@ -1815,7 +1815,7 @@ cat >config.log <<_ACEOF
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- 
--It was created by libtirpc $as_me 1.3.2, which was
-+It was created by libtirpc $as_me 1.3.3, which was
- generated by GNU Autoconf 2.71.  Invocation command line was
- 
-   $ $0$ac_configure_args_raw
-@@ -3084,7 +3084,7 @@ fi
- 
- # Define the identity of the package.
-  PACKAGE='libtirpc'
-- VERSION='1.3.2'
-+ VERSION='1.3.3'
- 
- 
- printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
-@@ -14643,7 +14662,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
- # report actual input values of CONFIG_FILES etc. instead of their
- # values after options handling.
- ac_log="
--This file was extended by libtirpc $as_me 1.3.2, which was
-+This file was extended by libtirpc $as_me 1.3.3, which was
- generated by GNU Autoconf 2.71.  Invocation command line was
- 
-   CONFIG_FILES= $CONFIG_FILES
-@@ -14711,7 +14730,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | 
sed "s/^ //; s/'/'
- cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
- ac_cs_config='$ac_cs_config_escaped'
- ac_cs_version="\\
--libtirpc config.status 1.3.2
-+libtirpc config.status 1.3.3
- configured by $0, generated by GNU Autoconf 2.71,
-   with options \\"\$ac_cs_config\\"
- 



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

2024-02-17 Thread David Seifert
commit: f7f234e342d98245719e0a2dd652ee8d27518818
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:22 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f234e3

net-fs/samba: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 ...4-bug-15418-windows-update-secure-channel.patch | 56 --
 1 file changed, 56 deletions(-)

diff --git 
a/net-fs/samba/files/samba-4.18.4-bug-15418-windows-update-secure-channel.patch 
b/net-fs/samba/files/samba-4.18.4-bug-15418-windows-update-secure-channel.patch
deleted file mode 100644
index 1d0d9777fe19..
--- 
a/net-fs/samba/files/samba-4.18.4-bug-15418-windows-update-secure-channel.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-https://bugs.gentoo.org/910306
-https://bugzilla.samba.org/show_bug.cgi?id=15418
-
- source3/rpc_server/netlogon/srv_netlog_nt.c   | 9 +
- source4/rpc_server/netlogon/dcerpc_netlogon.c | 8 
- 2 files changed, 9 insertions(+), 8 deletions(-)
-
 a/source3/rpc_server/netlogon/srv_netlog_nt.c
-+++ b/source3/rpc_server/netlogon/srv_netlog_nt.c
-@@ -2284,6 +2284,11 @@ NTSTATUS _netr_LogonGetCapabilities(struct pipes_struct 
*p,
-   struct netlogon_creds_CredentialState *creds;
-   NTSTATUS status;
- 
-+  if (r->in.query_level != 1) {
-+  p->fault_state = DCERPC_NCA_S_FAULT_INVALID_TAG;
-+  return NT_STATUS_NOT_SUPPORTED;
-+  }
-+
-   become_root();
-   status = dcesrv_netr_creds_server_step_check(p->dce_call,
-   p->mem_ctx,
-@@ -2296,10 +2301,6 @@ NTSTATUS _netr_LogonGetCapabilities(struct pipes_struct 
*p,
-   return status;
-   }
- 
--  if (r->in.query_level != 1) {
--  return NT_STATUS_NOT_SUPPORTED;
--  }
--
-   r->out.capabilities->server_capabilities = creds->negotiate_flags;
- 
-   return NT_STATUS_OK;
 a/source4/rpc_server/netlogon/dcerpc_netlogon.c
-+++ b/source4/rpc_server/netlogon/dcerpc_netlogon.c
-@@ -2364,6 +2364,10 @@ static NTSTATUS dcesrv_netr_LogonGetCapabilities(struct 
dcesrv_call_state *dce_c
-   struct netlogon_creds_CredentialState *creds;
-   NTSTATUS status;
- 
-+  if (r->in.query_level != 1) {
-+  DCESRV_FAULT(DCERPC_NCA_S_FAULT_INVALID_TAG);
-+  }
-+
-   status = dcesrv_netr_creds_server_step_check(dce_call,
-mem_ctx,
-r->in.computer_name,
-@@ -2375,10 +2379,6 @@ static NTSTATUS dcesrv_netr_LogonGetCapabilities(struct 
dcesrv_call_state *dce_c
-   }
-   NT_STATUS_NOT_OK_RETURN(status);
- 
--  if (r->in.query_level != 1) {
--  return NT_STATUS_NOT_SUPPORTED;
--  }
--
-   r->out.capabilities->server_capabilities = creds->negotiate_flags;
- 
-   return NT_STATUS_OK;



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

2024-02-17 Thread David Seifert
commit: 0462d9b7b48ccdc169d09602107494dd0aceca18
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:18 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0462d9b7

media-gfx/xfig: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 media-gfx/xfig/files/xfig-3.2.6a-urwfonts.patch| 79 --
 .../files/xfig-3.2.8b-Fix-build-with-flto.patch| 62 -
 .../xfig/files/xfig-3.2.8b-app-defaults.patch  | 14 
 3 files changed, 155 deletions(-)

diff --git a/media-gfx/xfig/files/xfig-3.2.6a-urwfonts.patch 
b/media-gfx/xfig/files/xfig-3.2.6a-urwfonts.patch
deleted file mode 100644
index 89957590af6d..
--- a/media-gfx/xfig/files/xfig-3.2.6a-urwfonts.patch
+++ /dev/null
@@ -1,79 +0,0 @@
 a/src/u_fonts.c2002-09-09 13:36:58.0 -0400
-+++ b/src/u_fonts.c2006-10-11 00:29:07.0 -0400
-@@ -22,41 +22,41 @@
- /* X11 font names */
- 
- struct _xfstruct x_fontinfo[NUM_FONTS] = {
--{"-*-times-medium-r-normal--", (struct xfont*) NULL},
--{"-*-times-medium-i-normal--", (struct xfont*) NULL},
--{"-*-times-bold-r-normal--", (struct xfont*) NULL},
--{"-*-times-bold-i-normal--", (struct xfont*) NULL},
--{"-*-avantgarde-book-r-normal--", (struct xfont*) NULL},
--{"-*-avantgarde-book-o-normal--", (struct xfont*) NULL},
--{"-*-avantgarde-demi-r-normal--", (struct xfont*) NULL},
--{"-*-avantgarde-demi-o-normal--", (struct xfont*) NULL},
--{"-*-bookman-light-r-normal--", (struct xfont*) NULL},
--{"-*-bookman-light-i-normal--", (struct xfont*) NULL},
--{"-*-bookman-demi-r-normal--", (struct xfont*) NULL},
--{"-*-bookman-demi-i-normal--", (struct xfont*) NULL},
--{"-*-courier-medium-r-normal--", (struct xfont*) NULL},
--{"-*-courier-medium-o-normal--", (struct xfont*) NULL},
--{"-*-courier-bold-r-normal--", (struct xfont*) NULL},
--{"-*-courier-bold-o-normal--", (struct xfont*) NULL},
--{"-*-helvetica-medium-r-normal--", (struct xfont*) NULL},
--{"-*-helvetica-medium-o-normal--", (struct xfont*) NULL},
--{"-*-helvetica-bold-r-normal--", (struct xfont*) NULL},
--{"-*-helvetica-bold-o-normal--", (struct xfont*) NULL},
--{"-*-helvetica-medium-r-narrow--", (struct xfont*) NULL},
--{"-*-helvetica-medium-o-narrow--", (struct xfont*) NULL},
--{"-*-helvetica-bold-r-narrow--", (struct xfont*) NULL},
--{"-*-helvetica-bold-o-narrow--", (struct xfont*) NULL},
--{"-*-new century schoolbook-medium-r-normal--", (struct xfont*) NULL},
--{"-*-new century schoolbook-medium-i-normal--", (struct xfont*) NULL},
--{"-*-new century schoolbook-bold-r-normal--", (struct xfont*) NULL},
--{"-*-new century schoolbook-bold-i-normal--", (struct xfont*) NULL},
--{"-*-palatino-medium-r-normal--", (struct xfont*) NULL},
--{"-*-palatino-medium-i-normal--", (struct xfont*) NULL},
--{"-*-palatino-bold-r-normal--", (struct xfont*) NULL},
--{"-*-palatino-bold-i-normal--", (struct xfont*) NULL},
--{"-*-symbol-medium-r-normal--", (struct xfont*) NULL},
--{"-*-itc zapf chancery-medium-i-normal--", (struct xfont*) NULL},
--{"-*-itc zapf dingbats-*-*-*--", (struct xfont*) NULL},
-+{"-urw-nimbus roman no9 l-medium-r-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus roman no9 l-medium-i-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus roman no9 l-bold-r-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus roman no9 l-bold-i-normal--", (struct xfont*) NULL},
-+{"-urw-urw gothic l-medium-r-normal--", (struct xfont*) NULL},
-+{"-urw-urw gothic l-medium-o-normal--", (struct xfont*) NULL},
-+{"-urw-urw gothic l-semibold-r-normal--", (struct xfont*) NULL},
-+{"-urw-urw gothic l-semibold-o-normal--", (struct xfont*) NULL},
-+{"-urw-urw bookman l-medium-r-normal--", (struct xfont*) NULL},
-+{"-urw-urw bookman l-medium-i-normal--", (struct xfont*) NULL},
-+{"-urw-urw bookman l-bold-r-normal--", (struct xfont*) NULL},
-+{"-urw-urw bookman l-bold-i-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus mono l-medium-r-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus mono l-medium-o-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus mono l-bold-r-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus mono l-bold-o-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus sans l-medium-r-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus sans l-medium-i-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus sans l-bold-r-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus sans l-bold-i-normal--", (struct xfont*) NULL},
-+{"-urw-nimbus sans l-medium-r-condensed--", (struct xfont*) NULL},
-+{"-urw-nimbus sans l-medium-i-condensed--", (struct xfont*) NULL},
-+{"-urw-nimbus sans l-bold-r-condensed--", (struct 

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

2024-02-17 Thread David Seifert
commit: 893106c41d87af86782d6c921d29f5127dfb6fb6
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:25 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893106c4

sys-fs/e2fsprogs: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../files/e2fsprogs-1.46.5-parallel-make.patch | 29 --
 1 file changed, 29 deletions(-)

diff --git a/sys-fs/e2fsprogs/files/e2fsprogs-1.46.5-parallel-make.patch 
b/sys-fs/e2fsprogs/files/e2fsprogs-1.46.5-parallel-make.patch
deleted file mode 100644
index 335f6659457d..
--- a/sys-fs/e2fsprogs/files/e2fsprogs-1.46.5-parallel-make.patch
+++ /dev/null
@@ -1,29 +0,0 @@
 a/lib/ext2fs/Makefile.in
-+++ b/lib/ext2fs/Makefile.in
-@@ -729,6 +729,12 @@
-  $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
-  $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/bmap64.h $(srcdir)/rbtree.h 
\
-  $(srcdir)/compiler.h
-+blknum.o: $(srcdir)/blknum.c $(top_builddir)/lib/config.h \
-+ $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
-+ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
-+ $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
-+ $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
-+ $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
- block.o: $(srcdir)/block.c $(top_builddir)/lib/config.h \
-  $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
-  $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
-@@ -837,6 +843,13 @@
-  $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
-  $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
-  $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
-+ $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
-+ $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
-+ $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/e2image.h
-+fallocate.o: $(srcdir)/fallocate.c $(top_builddir)/lib/config.h \
-+ $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
-+ $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
-+ $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
-  $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
-  $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
-  $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/e2image.h



[gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/

2024-02-17 Thread David Seifert
commit: e8946710c41cbf28f6aada8e3432db36276e6dd0
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:27 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8946710

www-apps/hugo: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/35164
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../hugo-0.96.0-unbundle-libwebp-and-libsass.patch | 44 --
 1 file changed, 44 deletions(-)

diff --git a/www-apps/hugo/files/hugo-0.96.0-unbundle-libwebp-and-libsass.patch 
b/www-apps/hugo/files/hugo-0.96.0-unbundle-libwebp-and-libsass.patch
deleted file mode 100644
index f9efee48cc48..
--- a/www-apps/hugo/files/hugo-0.96.0-unbundle-libwebp-and-libsass.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 0a44245bf6cfe103bb163f51f230eeccd69ab8c7 Mon Sep 17 00:00:00 2001
-From: tastytea 
-Date: Tue, 29 Mar 2022 21:03:15 +0200
-Subject: [PATCH] Unbundle libwebp and libsass
-
-Use libwebp and libsass from the system instead of the bundled ones.

- .../github.com/bep/golibsass/internal/libsass/a__cgo.go   | 8 
- vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go   | 3 ++-
- 2 files changed, 6 insertions(+), 5 deletions(-)
-
-diff --git a/vendor/github.com/bep/golibsass/internal/libsass/a__cgo.go 
b/vendor/github.com/bep/golibsass/internal/libsass/a__cgo.go
-index af51b92..6b5e78b 100644
 a/vendor/github.com/bep/golibsass/internal/libsass/a__cgo.go
-+++ b/vendor/github.com/bep/golibsass/internal/libsass/a__cgo.go
-@@ -5,9 +5,9 @@
- //
- package libsass
- 
--// #cgo CFLAGS: -O2 -fPIC
--// #cgo CPPFLAGS: -I../../libsass_src/include
--// #cgo CXXFLAGS: -g -std=c++0x -O2 -fPIC
--// #cgo LDFLAGS: -lstdc++ -lm
-+// #cgo CFLAGS: -fPIC
-+// #cgo CPPFLAGS: -DUSE_LIBSASS_SRC
-+// #cgo CXXFLAGS: -std=c++0x -fPIC
-+// #cgo LDFLAGS: -lstdc++ -lm -lsass
- // #cgo darwin linux LDFLAGS: -ldl
- import "C"
-diff --git a/vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go 
b/vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go
-index 4b105ab..33f429e 100644
 a/vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go
-+++ b/vendor/github.com/bep/gowebp/internal/libwebp/a__cgo.go
-@@ -2,5 +2,6 @@
- 
- package libwebp
- 
--// #cgo linux LDFLAGS: -lm
-+// #cgo linux LDFLAGS: -lm -lwebp
-+// #cgo CFLAGS: -DLIBWEBP_NO_SRC
- import "C"
--- 
-2.35.1
-



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

2024-02-17 Thread David Seifert
commit: 8f5aaf3f05f8d3b93ab0fb83d69afe84c3b148c2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:10 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5aaf3f

app-backup/bareos: remove unused patches/files

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../bareos/files/bareos-20.0.2-cmake-gentoo.patch  |  24 
 app-backup/bareos/files/bareos-dir.confd   |  17 ---
 app-backup/bareos/files/bareos-dir.initd   |  24 
 app-backup/bareos/files/bareos-dir.service |  30 -
 app-backup/bareos/files/bareos-fd.confd|   7 --
 app-backup/bareos/files/bareos-fd.initd|  11 --
 app-backup/bareos/files/bareos-gcc13-fixes.patch   | 124 -
 app-backup/bareos/files/bareos-sd.confd|  10 --
 app-backup/bareos/files/bareos-sd.initd|  24 
 9 files changed, 271 deletions(-)

diff --git a/app-backup/bareos/files/bareos-20.0.2-cmake-gentoo.patch 
b/app-backup/bareos/files/bareos-20.0.2-cmake-gentoo.patch
deleted file mode 100644
index 9d3cf8092e1c..
--- a/app-backup/bareos/files/bareos-20.0.2-cmake-gentoo.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urw bareos-Release-20.0.2.orig/core/cmake/distname.sh 
bareos-Release-20.0.2/core/cmake/distname.sh
 bareos-Release-20.0.2.orig/core/cmake/distname.sh  2021-06-10 
06:07:18.0 -0930
-+++ bareos-Release-20.0.2/core/cmake/distname.sh   2021-08-15 
17:07:37.168216517 -0930
-@@ -153,7 +153,7 @@
-   elif test -f /etc/gentoo-release
-   then
-  PLATFORM=gentoo
-- DISTVER=`awk '/version / { print $5 }' < /etc/gentoo-release`
-+ DISTVER=`awk '/release / { print $5 }' < /etc/gentoo-release`
-   elif test -f /etc/debian_version
-   then
-  if `test -f /etc/apt/sources.list && grep -q ubuntu 
/etc/apt/sources.list`; then
-diff -urw bareos-Release-20.0.2.orig/core/platforms/CMakeLists.txt 
bareos-Release-20.0.2/core/platforms/CMakeLists.txt
 bareos-Release-20.0.2.orig/core/platforms/CMakeLists.txt   2021-06-10 
06:07:18.0 -0930
-+++ bareos-Release-20.0.2/core/platforms/CMakeLists.txt2021-08-15 
17:07:37.549226558 -0930
-@@ -30,6 +30,8 @@
- message(STATUS "adding subdirectories debian and univention")
- add_subdirectory(debian)
- add_subdirectory(univention)
-+  elseif(${PLATFORM} STREQUAL gentoo)
-+message(STATUS "PLATFORM: " ${PLATFORM})
-   elseif(${PLATFORM} STREQUAL hpux)
- message(STATUS "PLATFORM: " ${PLATFORM})
-   elseif(${PLATFORM} STREQUAL archlinux)

diff --git a/app-backup/bareos/files/bareos-dir.confd 
b/app-backup/bareos/files/bareos-dir.confd
deleted file mode 100644
index 6d755bf93344..
--- a/app-backup/bareos/files/bareos-dir.confd
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Config file for /etc/init.d/bareos-dir
-
-# Bareos can use more than one catalog database and each one can 
-# be of any supported type.
-# If a database server where you store a bareos catalog
-# is on a different machine, you might want to remove the corresponding
-# type from the rc_need variable.
-rc_need="%databasetypes%"
-
-# Options for the director daemon.
-# The director can be run as a non-root user, however
-# please ensure that this user has proper permissions to
-# access your backup devices.
-DIR_OPTIONS="-u bareos -g bareos"

diff --git a/app-backup/bareos/files/bareos-dir.initd 
b/app-backup/bareos/files/bareos-dir.initd
deleted file mode 100644
index a2986d133cc3..
--- a/app-backup/bareos/files/bareos-dir.initd
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   use dns bareos-fd bareos-sd
-}
-
-start_pre() {
-   checkpath --directory --owner root:bareos --mode 01775 /run/bareos
-   if [[ -e /run/bareos/bareos-dir.9101.pid && $(stat -c %U 
/run/bareos/bareos-dir.9101.pid) != "root" ]]; then
-   eerror "SECURITY ALERT: bareos owned pidfile found! (see 
#631598)"
-   exit 1
-   fi
-}
-
-start_post() {
-   ewaitfile 10 /run/bareos/bareos-dir.9101.pid
-   checkpath --file --owner root:bareos /run/bareos/bareos-dir.9101.pid
-}
-
-command="/usr/sbin/bareos-dir"
-command_args="${DIR_OPTIONS}"
-pidfile="/run/bareos/bareos-dir.9101.pid"

diff --git a/app-backup/bareos/files/bareos-dir.service 
b/app-backup/bareos/files/bareos-dir.service
deleted file mode 100644
index f0a611715487..
--- a/app-backup/bareos/files/bareos-dir.service
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-#
-# Bareos Director Daemon

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

2024-02-17 Thread David Seifert
commit: fc2f993833043eb6edfb6acf6e8a8d74eb6549e8
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 17 14:35:15 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:35:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2f9938

dev-libs/libverto: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: David Seifert  gentoo.org>

 .../libverto/files/libverto-0.3.1-non-bash.patch   | 133 -
 1 file changed, 133 deletions(-)

diff --git a/dev-libs/libverto/files/libverto-0.3.1-non-bash.patch 
b/dev-libs/libverto/files/libverto-0.3.1-non-bash.patch
deleted file mode 100644
index df7162e21a7e..
--- a/dev-libs/libverto/files/libverto-0.3.1-non-bash.patch
+++ /dev/null
@@ -1,133 +0,0 @@
-Strips bashisms from configure.ac causing breakage in net-nds/gssproxy
-https://bugs.gentoo.org/762823
 a/configure.ac
-+++ b/configure.ac
-@@ -91,22 +91,22 @@ AC_ARG_WITH([tevent],
- 
- # Ensure that if a builtin is chosen only one is built
- BUILTIN_MODULE=
--if test x$WITH_GLIB == xbuiltin; then
-+if test x$WITH_GLIB = xbuiltin; then
-   BUILTIN_MODULE=glib
-   WITH_LIBEV=no
-   WITH_LIBEVENT=no
-   WITH_TEVENT=no
--elif test x$WITH_LIBEV == xbuiltin; then
-+elif test x$WITH_LIBEV = xbuiltin; then
-   BUILTIN_MODULE=libev
-   WITH_LIBGLIB=no
-   WITH_LIBEVENT=no
-   WITH_TEVENT=no
--elif test x$WITH_LIBEVENT == xbuiltin; then
-+elif test x$WITH_LIBEVENT = xbuiltin; then
-   BUILTIN_MODULE=libevent
-   WITH_LIBGLIB=no
-   WITH_LIBEV=no
-   WITH_TEVENT=no
--elif test x$WITH_TEVENT == xbuiltin; then
-+elif test x$WITH_TEVENT = xbuiltin; then
-   BUILTIN_MODULE=tevent
-   WITH_GLIB=no
-   WITH_LIBEV=no
-@@ -118,29 +118,29 @@ if test x$BUILTIN_MODULE != x; then
- fi
- 
- # Ensure that there is only one default (convert duplicate default to yes)
--if test x$WITH_GLIB == xdefault; then
-+if test x$WITH_GLIB = xdefault; then
-   AC_DEFINE([DEFUALT_MODULE], [glib])
--  test x$WITH_LIBEV== xdefault && WITH_LIBEV=yes
--  test x$WITH_LIBEVENT == xdefault && WITH_LIBEVENT=yes
--  test x$WITH_TEVENT   == xdefault && WITH_TEVENT=yes
-+  test x$WITH_LIBEV= xdefault && WITH_LIBEV=yes
-+  test x$WITH_LIBEVENT = xdefault && WITH_LIBEVENT=yes
-+  test x$WITH_TEVENT   = xdefault && WITH_TEVENT=yes
- fi
--if test x$WITH_LIBEV == xdefault; then
-+if test x$WITH_LIBEV = xdefault; then
-   AC_DEFINE([DEFUALT_MODULE], [libev])
--  test x$WITH_LIBGLIB  == xdefault && WITH_GLIB=yes
--  test x$WITH_LIBEVENT == xdefault && WITH_LIBEVENT=yes
--  test x$WITH_TEVENT   == xdefault && WITH_TEVENT=yes
-+  test x$WITH_LIBGLIB  = xdefault && WITH_GLIB=yes
-+  test x$WITH_LIBEVENT = xdefault && WITH_LIBEVENT=yes
-+  test x$WITH_TEVENT   = xdefault && WITH_TEVENT=yes
- fi
--if test x$WITH_LIBEVENT == xdefault; then
-+if test x$WITH_LIBEVENT = xdefault; then
-   AC_DEFINE([DEFUALT_MODULE], [libevent])
--  test x$WITH_GLIB == xdefault && WITH_GLIB=yes
--  test x$WITH_LIBEV== xdefault && WITH_LIBEV=yes
--  test x$WITH_TEVENT   == xdefault && WITH_TEVENT=yes
-+  test x$WITH_GLIB = xdefault && WITH_GLIB=yes
-+  test x$WITH_LIBEV= xdefault && WITH_LIBEV=yes
-+  test x$WITH_TEVENT   = xdefault && WITH_TEVENT=yes
- fi
--if test x$WITH_TEVENT == xdefault; then
-+if test x$WITH_TEVENT = xdefault; then
-   AC_DEFINE([DEFUALT_MODULE], [tevent])
--  test x$WITH_GLIB == xdefault && WITH_GLIB=yes
--  test x$WITH_LIBEV== xdefault && WITH_LIBEV=yes
--  test x$WITH_LIBEVENT == xdefault && WITH_LIBEVENT=yes
-+  test x$WITH_GLIB = xdefault && WITH_GLIB=yes
-+  test x$WITH_LIBEV= xdefault && WITH_LIBEV=yes
-+  test x$WITH_LIBEVENT = xdefault && WITH_LIBEVENT=yes
- fi
- 
- BUILD_GLIB=no
-@@ -151,7 +151,7 @@ BUILD_TEVENT=no
- if test x$WITH_GLIB != xno; then
-   PKG_CHECK_MODULES([glib], [glib-2.0], [BUILD_GLIB=$WITH_GLIB],
- [test x$WITH_GLIB != xauto && AC_MSG_ERROR("glib not 
found")])
--  if test x$BUILD_GLIB == xauto; then
-+  if test x$BUILD_GLIB = xauto; then
- BUILD_GLIB=yes
-   fi
- fi
-@@ -165,7 +165,7 @@ if test x$WITH_LIBEV != xno; then
- ),
- [test x$WITH_LIBEV != xauto && AC_MSG_ERROR("ev.h not found")]
-   )
--  if test x$BUILD_LIBEV == xauto; then
-+  if test x$BUILD_LIBEV = xauto; then
- BUILD_LIBEV=yes
-   fi
- fi
-@@ -173,7 +173,7 @@ fi
- if test x$WITH_LIBEVENT != xno; then
-   PKG_CHECK_MODULES([libevent], [libevent >= 2.0], 
[BUILD_LIBEVENT=$WITH_LIBEVENT],
- [test x$WITH_LIBEVENT != xauto && AC_MSG_ERROR("libevent 
not found")])
--  if test x$BUILD_LIBEVENT == xauto; then
-+  if test x$BUILD_LIBEVENT = xauto; then
- BUILD_LIBEVENT=yes
-   fi
- fi
-@@ -181,19 +181,19 @@ fi
- if test x$WITH_TEVENT != xno; then
-   PKG_CHECK_MODULES([tevent], [tevent], [BUILD_TEVENT=$WITH_TEVENT],
- [test x$WITH_TEVENT != xauto && AC_MSG_ERROR("tevent not 
found")])
--  if test x$BUILD_TEVENT == xauto; then
-+  if test 

[gentoo-commits] repo/gentoo:master commit in: x11-libs/goffice/

2024-02-17 Thread Mart Raudsepp
commit: e1fc9634dd70bbaa6e69fd1678165cf1f5fcf950
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Feb 15 19:57:44 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 17 15:55:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fc9634

x11-libs/goffice: Version bump to 0.10.57

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35354
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/goffice/Manifest   |  1 +
 x11-libs/goffice/goffice-0.10.57.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/x11-libs/goffice/Manifest b/x11-libs/goffice/Manifest
index 81175304f158..835e330b2366 100644
--- a/x11-libs/goffice/Manifest
+++ b/x11-libs/goffice/Manifest
@@ -1,2 +1,3 @@
 DIST goffice-0.10.55.tar.xz 2455576 BLAKE2B 
6a1a4670293e0d91c456b3ec162f92f373eeea218d4b4268ae4809b8157cefa4f3d89f3f8555ee2fd3db84fb5adcd0e4119f0e2f6c79cbd4e86d27a46c9ea726
 SHA512 
c49eec867e4147102b54b70847b495cad0e55fcb069c78a8374760121219b9097c1dfb5601b240e92ed68a6fb785ab5e771f7c579dd138e106ee25a1b9ddfe99
 DIST goffice-0.10.56.tar.xz 2495240 BLAKE2B 
3b6956a7fda37caf679e085faa8d34821c132e6e8cc12cb859cf03e5c8a99afbeb7952b0fcf5b184df8cb6225fe99828ee1f24d5360f480ce793a5d8de44bedb
 SHA512 
5088a14057738452effa76920c7e0bfe9a45bae2f798f18f035225738c1da2fd79a0c6e84bb83507108b5438160a839fa26d792a877da37b1cf416c3af85ed9d
+DIST goffice-0.10.57.tar.xz 2518848 BLAKE2B 
d513722cf882d3fb320b2b60830027bf9d393c4032ac6d88305ba08af0effa070f74301911d8b28392a2490a0c0b5cf394d5d0cf73f1ccb79a81dc47789aa99a
 SHA512 
be5a9f269dc8d1177df5a98b2294cf2344548eb7512c8937682eaabb09f6dce700b66990552e3ba6e1c8bc58f3d748136c63f5011da048ec1d415ef547f76dfc

diff --git a/x11-libs/goffice/goffice-0.10.57.ebuild 
b/x11-libs/goffice/goffice-0.10.57.ebuild
new file mode 100644
index ..026fad22846d
--- /dev/null
+++ b/x11-libs/goffice/goffice-0.10.57.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org libtool
+
+DESCRIPTION="A library of document-centric objects and utilities"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/goffice/;
+
+LICENSE="GPL-2"
+SLOT="0.10"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="+introspection"
+
+# FIXME: add lasem to tree
+RDEPEND="
+   >=app-text/libspectre-0.2.6:=
+   >=dev-libs/glib-2.40.0:2
+   >=dev-libs/libxml2-2.4.12:2
+   dev-libs/libxslt
+   >=gnome-base/librsvg-2.22:2
+   >=gnome-extra/libgsf-1.14.24:=[introspection?]
+   >=x11-libs/cairo-1.10:=[svg(+)]
+   >=x11-libs/gdk-pixbuf-2.22:2
+   >=x11-libs/gtk+-3.20:3
+   >=x11-libs/pango-1.24:=
+   x11-libs/libXext:=
+   x11-libs/libXrender:=
+   introspection? (
+   >=dev-libs/gobject-introspection-1:=
+   >=gnome-extra/libgsf-1.14.23:=
+   )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-lang/perl
+   dev-util/glib-utils
+   >=dev-build/gtk-doc-am-1.12
+   >=dev-util/intltool-0.35
+   virtual/perl-Compress-Raw-Zlib
+   virtual/perl-Getopt-Long
+   virtual/perl-IO-Compress
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+   elibtoolize
+}
+
+src_configure() {
+   econf \
+   --disable-gtk-doc \
+   --disable-maintainer-mode \
+   --without-lasem \
+   --with-gtk \
+   --with-config-backend=gsettings \
+   $(use_enable introspection)
+}
+
+src_install() {
+   default
+   dodoc MAINTAINERS
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/

2024-02-17 Thread Mart Raudsepp
commit: 95a7249bf6cbad67c02f4ee3de3faa8d08d2927f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 17 16:00:14 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 17 16:00:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a7249b

app-office/gnumeric: inherit libtool.eclass for elibtoolize instead of 
autotools.eclass

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

 app-office/gnumeric/gnumeric-1.12.57.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/gnumeric/gnumeric-1.12.57.ebuild 
b/app-office/gnumeric/gnumeric-1.12.57.ebuild
index 5a9dbd36d70d..3292eef94050 100644
--- a/app-office/gnumeric/gnumeric-1.12.57.ebuild
+++ b/app-office/gnumeric/gnumeric-1.12.57.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 PYTHON_COMPAT=( python3_{10..12} )
 
-inherit autotools gnome.org python-r1 xdg
+inherit gnome.org libtool python-r1 xdg
 
 DESCRIPTION="The GNOME Spreadsheet"
 HOMEPAGE="http://www.gnumeric.org/;



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

2024-02-17 Thread Mart Raudsepp
commit: 4888c69cb5a569174b29801eef3b1c6f5002d70f
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Feb 15 14:40:06 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 17 15:55:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4888c69c

dev-libs/gjs: Version bump to 1.78.4

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35348
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-libs/gjs/Manifest  |  1 +
 dev-libs/gjs/gjs-1.78.4.ebuild | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/dev-libs/gjs/Manifest b/dev-libs/gjs/Manifest
index f4d1b96d4cbc..77879c0844c6 100644
--- a/dev-libs/gjs/Manifest
+++ b/dev-libs/gjs/Manifest
@@ -2,3 +2,4 @@ DIST gjs-1.76.2.tar.xz 646232 BLAKE2B 
66466eeb5f956d5041f4e63ba977dc9a688455770c
 DIST gjs-1.78.0.tar.xz 653500 BLAKE2B 
f2b6c3d80f55c1b3365fdc94dcedec357fc21ec7f92eccdf24cc028eb006538057d0d6e3328bc2f743a563ba496da5daa8585fabd6fbf52acd38c990b8a4e8ba
 SHA512 
28ad3ff5c031b8e78622244918994ca5f510e4b403a382e7d0b0bcb9a0611be61e103398773328be4c405b49d7984c089180a5fb603518b412d01a935fb3ceb3
 DIST gjs-1.78.1.tar.xz 654556 BLAKE2B 
1d723ad2fd15e7ba6b9194cb90f0c0bc7b89c150604beb11ad95e1628ead2bea7ed8b423e1836736013a31e8ff8f3e2400458faa26dcc95d3a6dc36c65957583
 SHA512 
9a5d02bacbf82364cf5daa69d6613eb38ef34121eb350b2773b87cf1027ccc1b9905b651275fd71036817e710d834d356ee1cecac2f7c83ff571c39e98360286
 DIST gjs-1.78.3.tar.xz 655236 BLAKE2B 
d240b394a6b13822fe6332ae65fc5b13d70c62cfad7736308b57abb570e039d6045ed2c646170e4c05ebf62a31d24caccaabe6789c9c951a8b63746b33e20edb
 SHA512 
215893e0247f4c0947b9d1394d08d6664aa9ef43ff40e1fb8453ee0f1be7843758166b17d4b63ff91ac421845e2ad27089879ecb3082d8f4737fb3abf2636223
+DIST gjs-1.78.4.tar.xz 655220 BLAKE2B 
0adcc3d0cc88a36b94b2113a6d88ded9be7fa034392fa38abb9ac22a962fb8601a76b6c886500e48c40fbe8708b3164b1d403dd83cd4e77358a4a020e8c15632
 SHA512 
a402050cee011a84f0ebb6b1512a2e681e792cf559b3182ece0868e57191be64337d6683ebcb8a7ee89ba79c12947a8cbca85f015c6015d26901352b5255c2c4

diff --git a/dev-libs/gjs/gjs-1.78.4.ebuild b/dev-libs/gjs/gjs-1.78.4.ebuild
new file mode 100644
index ..f9d52d43c6ba
--- /dev/null
+++ b/dev-libs/gjs/gjs-1.78.4.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic gnome.org meson virtualx
+
+DESCRIPTION="Javascript bindings for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Projects/Gjs 
https://gitlab.gnome.org/GNOME/gjs;
+
+LICENSE="MIT || ( MPL-1.1 LGPL-2+ GPL-2+ )"
+SLOT="0"
+IUSE="+cairo examples readline sysprof test"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.66.0:2
+   dev-libs/libffi:=
+   >=dev-libs/gobject-introspection-1.71.1:=
+   dev-lang/spidermonkey:115
+   cairo? ( x11-libs/cairo[X,glib] )
+   readline? ( sys-libs/readline:0= )
+"
+DEPEND="${RDEPEND}
+   sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 )
+   test? (
+   sys-apps/dbus
+   >=x11-libs/gtk+-3.20:3[introspection]
+   )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+src_configure() {
+   append-cppflags -DG_DISABLE_CAST_CHECKS
+
+   # On musl, it's required that either gjs, pixman or gnome-shell to be 
built
+   # with a larger stack otherwise librsvg fails to render a particular 
SVG, as
+   # a result we fail to get gdm or gnome-shell running (greeted with a 
fail
+   # whale screen). The bug has been reported to librsvg. This is ideally 
just
+   # a temporary workaround until we understand what exactly needs a larger
+   # stack size, as it's not sufficient to do just librsvg.
+   #
+   # Please refer to:
+   # https://gitlab.gnome.org/GNOME/librsvg/-/issues/686
+   # https://gitlab.gnome.org/GNOME/librsvg/-/issues/874
+   #
+   # TODO: Find an actual fix instead of increasing the stack
+   use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152
+
+   # FIXME: add systemtap/dtrace support, like in glib:2
+   local emesonargs=(
+   $(meson_feature cairo)
+   $(meson_feature readline)
+   $(meson_feature sysprof profiler)
+   -Dinstalled_tests=false
+   $(meson_use !test skip_dbus_tests)
+   $(meson_use !test skip_gtk_tests)
+   -Db_pch=True # TODO this has to go
+   )
+   meson_src_configure
+}
+
+src_test() {
+   virtx meson_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/

2024-02-17 Thread Mart Raudsepp
commit: 84398a5fea60d5500bc0aa9ab956992f4b65f219
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Feb 15 20:15:33 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 17 15:55:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84398a5f

app-office/gnumeric: Version bump to 1.12.57

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35355
Signed-off-by: Mart Raudsepp  gentoo.org>

 app-office/gnumeric/Manifest|  1 +
 app-office/gnumeric/gnumeric-1.12.57.ebuild | 93 +
 2 files changed, 94 insertions(+)

diff --git a/app-office/gnumeric/Manifest b/app-office/gnumeric/Manifest
index 412bb488745c..b26b7e9b6f24 100644
--- a/app-office/gnumeric/Manifest
+++ b/app-office/gnumeric/Manifest
@@ -1,2 +1,3 @@
 DIST gnumeric-1.12.55.tar.xz 18157492 BLAKE2B 
6c084f681e33f00af80cc11dbddf33166877ca30480ae6fc6b65a0ef06271c634e2ba24af55df4c6b306833e2611e959dcbd8b117c97bbf46598419ed4d124e4
 SHA512 
04127a353d5109e3a31d9a3bd42d6d177366cc6c5d900516b4c8a7a8fcaecc71bd4e2e94876719246841070964b393af97988cafbd6313cea135c1757889e878
 DIST gnumeric-1.12.56.tar.xz 18125644 BLAKE2B 
0b43ed53dd544dda76ae1401d329f8b029f16117dafb4c2f939c1c48bf61d035e17692485df4034ce77a63031c5477aefd307a04d756c3017fed47354acb4f8a
 SHA512 
badcba4cb08627628c216e4f2429c361d3d8ec7f653b6dda8a451356c798dc0cf323348c0272696a02bd47dd97b95bde0e7b23551cc0f63d8bf470dca219be0d
+DIST gnumeric-1.12.57.tar.xz 18149400 BLAKE2B 
d268cd2ac260e13be51bca53f4456b9db4d67376c34d15dd6483c1c697f6418120fc31630894fe037979a46277d557fd7b66f226d92d8ab414d87c9c5e27b53f
 SHA512 
67886aff17338c41997cb71d2ee8fcac0f3b9dfc4ef1897b50866844e002ba7867f263daa3aadcaa10ba29746795fad0a4f852bdc22cdd4bc41293c952b69e9d

diff --git a/app-office/gnumeric/gnumeric-1.12.57.ebuild 
b/app-office/gnumeric/gnumeric-1.12.57.ebuild
new file mode 100644
index ..5a9dbd36d70d
--- /dev/null
+++ b/app-office/gnumeric/gnumeric-1.12.57.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit autotools gnome.org python-r1 xdg
+
+DESCRIPTION="The GNOME Spreadsheet"
+HOMEPAGE="http://www.gnumeric.org/;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+introspection libgda perl"
+REQUIRED_USE="introspection? ( ${PYTHON_REQUIRED_USE} )"
+
+# Missing gnome-extra/libgnomedb required version in tree
+# but its upstream is dead and will be dropped soon.
+
+# lots of missing files, also fails tests due to 80-bit long story
+# upstream bug #721556
+RESTRICT="test"
+
+# Gnumeric has two python components
+# 1. The python loader for loading python-based plugins.
+#This component is pure python 2 and a port "is not currently being worked 
on".
+# 2. The python gobject-based introspection API. This component is compatible
+#with python 3.
+# Component 1. can only be re-enabled once someone has ported the upstream
+# codebase to python 3.
+# https://gitlab.gnome.org/GNOME/gnumeric/issues/419#note_618852
+RDEPEND="
+   app-arch/bzip2
+   sys-libs/zlib
+   >=dev-libs/glib-2.40.0:2
+   >=gnome-extra/libgsf-1.14.33:=
+   >=x11-libs/goffice-0.10.55:0.10[introspection?]
+   >=dev-libs/libxml2-2.4.12:2
+   >=x11-libs/pango-1.24.0:=
+
+   >=x11-libs/gtk+-3.8.7:3
+   x11-libs/cairo:=[svg(+)]
+
+   introspection? (
+   ${PYTHON_DEPS}
+   >=dev-libs/gobject-introspection-1:=
+   )
+   perl? ( dev-lang/perl:= )
+   libgda? ( gnome-extra/libgda:5[gtk] )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   app-text/docbook-xml-dtd:4.5
+   app-text/yelp-tools
+   dev-build/gtk-doc-am
+   >=dev-util/intltool-0.35.0
+   virtual/pkgconfig"
+
+src_prepare() {
+   default
+
+   # Manage gi overrides ourselves
+   sed '/SUBDIRS/ s/introspection//' -i Makefile.{am,in} || die
+
+   elibtoolize
+}
+
+src_configure() {
+   econf \
+   --disable-gtk-doc \
+   --disable-maintainer-mode \
+   --disable-schemas-compile \
+   --disable-static \
+   --without-psiconv \
+   --without-python \
+   --with-zlib \
+   $(use_with libgda gda) \
+   $(use_enable introspection) \
+   $(use_with perl)
+}
+
+src_install() {
+   default
+   dodoc HACKING MAINTAINERS
+
+   if use introspection; then
+   python_moduleinto gi.overrides
+   python_foreach_impl python_domodule 
introspection/gi/overrides/Gnm.py
+   fi
+
+   # no static archives
+   find "${ED}" -name '*.la' -delete || die
+}



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

2024-02-17 Thread Mart Raudsepp
commit: 1d39104ac38741ca1d2c2f3863e91a912f1aa8bd
Author: Guillermo Joandet  gmail  com>
AuthorDate: Thu Feb 15 15:11:50 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 17 15:55:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d39104a

media-sound/gnome-music: Version bump to 45.1

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35349
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-sound/gnome-music/Manifest|  1 +
 media-sound/gnome-music/gnome-music-45.1.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
index 88a1569fad44..8825c0d3fb73 100644
--- a/media-sound/gnome-music/Manifest
+++ b/media-sound/gnome-music/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-music-44.0.tar.xz 1662928 BLAKE2B 
3d9abcff6d4a220582974675c2966316259d01d0e34e805e8a9b6899f8ba44b5e70e7613c522c01bb831e0c966eb9181e7714b3226401453b34210a1322d81de
 SHA512 
42985d13de8df838cd6beab8edc0d7c1a66c0018dbfcac2551779964194782efd2c6c6bc79c10e3bd1f8eb0a73cb783b51440338d7ff025e4e42d9196b78a847
 DIST gnome-music-45.0.tar.xz 1662996 BLAKE2B 
dedcb905ad135bd9bff569cb1168062e0f451479e00cddc3ac56dc506b938a090c1189495ee79b563a7e045e45cde40eb5095f4085c0a7de36fa1b876bc312f9
 SHA512 
9f919a3dd63826e7c31c57d62fbdd0dad463d401e213ca8aa119357d7203449ddd5b10b03d3ac66008399fadd6afcb3f7ae52b21fa9bf3f5c79eca6e859f67cc
+DIST gnome-music-45.1.tar.xz 1666152 BLAKE2B 
27403070735003df5d907fae2675b67f5b907e10e55e2ed3b31e369e146c03a2d7c95371092043862d83968fc45131ddb7643e34634b0a98d686402fdf676118
 SHA512 
6cc123eda769d524e5c215c7167248b15ac21fd99a1ac385069c8bac8a03652d458460438adec5853daf329f61d70339f5765b938badc862151b655ba64a80cf

diff --git a/media-sound/gnome-music/gnome-music-45.1.ebuild 
b/media-sound/gnome-music/gnome-music-45.1.ebuild
new file mode 100644
index ..7e4b95198c37
--- /dev/null
+++ b/media-sound/gnome-music/gnome-music-45.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit gnome.org gnome2-utils meson python-single-r1 xdg
+
+DESCRIPTION="Music management for Gnome"
+HOMEPAGE="https://wiki.gnome.org/Apps/Music 
https://gitlab.gnome.org/GNOME/gnome-music/;
+
+LICENSE="GPL-2+"
+SLOT="0"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.67.1:2
+   >=net-libs/gnome-online-accounts-3.35.90[introspection]
+   >=dev-libs/gobject-introspection-1.54:=
+   >=gui-libs/gtk-4.5.0:4[introspection]
+   >=gui-libs/libadwaita-1.2:1=[introspection]
+   >=media-libs/libmediaart-1.9.1:2.0[introspection]
+   net-libs/libsoup:3.0[introspection]
+   app-misc/tracker:3=[introspection(+)]
+   >=x11-libs/pango-1.44:=
+   $(python_gen_cond_dep '
+   >=dev-python/pygobject-3.36.1:3[cairo,${PYTHON_USEDEP}]
+   >=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}]
+   ')
+   >=media-libs/grilo-0.3.15-r1:0.3[introspection]
+   >=media-plugins/grilo-plugins-0.3.16:0.3[tracker]
+"
+# xdg-user-dirs-update needs to be there to create needed dirs
+# https://bugzilla.gnome.org/show_bug.cgi?id=731613
+RDEPEND="${DEPEND}
+   || (
+   app-misc/tracker-miners:3[gstreamer]
+   app-misc/tracker-miners:3[ffmpeg]
+   )
+   x11-libs/libnotify[introspection]
+   media-libs/gstreamer:1.0[introspection]
+   media-libs/gst-plugins-base:1.0[introspection]
+   media-plugins/gst-plugins-meta:1.0
+   media-plugins/grilo-plugins:0.3[tracker]
+   x11-misc/xdg-user-dirs
+"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   python_setup
+}
+
+src_install() {
+   meson_src_install
+   python_fix_shebang "${D}"/usr/bin/gnome-music
+   python_optimize
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



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

2024-02-17 Thread Michał Górny
commit: b12bfc29ed1817642d6e3f3f9d73fe1582f1dddc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 17 16:33:51 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 17 16:33:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12bfc29

sys-apps/fd: Remove old

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

 sys-apps/fd/Manifest| 107 --
 sys-apps/fd/fd-8.7.0.ebuild | 177 
 2 files changed, 284 deletions(-)

diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest
index e0e1e513a070..5747b0f14a74 100644
--- a/sys-apps/fd/Manifest
+++ b/sys-apps/fd/Manifest
@@ -1,4 +1,3 @@
-DIST aho-corasick-0.7.19.crate 113070 BLAKE2B 
5ddaa0d415d19cf9922b5723bf3480750634ea68cb66fd05bfa2bf57607eb6383ba86d8c55f70adb87b71b98caa73d8f6ebd075c006493530c81979032899b60
 SHA512 
0d63d29079650bde4e8a9f8529716b9d8c42db076a1d74715116240c2628173f1e86fb29c08a25ad07a0148e48789ab20de0c186a8b3dfb193cbfeb0d76ae78c
 DIST aho-corasick-1.1.2.crate 183136 BLAKE2B 
2d4306d8968061b9f7e50190be6a92b3f668169ba1b9f9691de08a57c96185f7a4288d20c64cb8488a260eb18d3ed4b0e8358b0cca47aa44759b2e448049cbaa
 SHA512 
61ef5092673ab5a60bec4e92df28a91fe6171ba59d5829ffe41fc55aff3bfb755533a4ad53dc7bf827a0b789fcce593b17e69d1fcfb3694f06ed3b1bd535d40c
 DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf14bf8925d1563d52fbabacc3af2c1ea08bfcf77106f3648f4fa052ac295158a21e7a0131d31eb9aecd99ea4ba20055
 SHA512 
4294024c21ddd0090c42c8eedf708d40d917f55ad5a4cb7aa3e64cfb6551b6df60f2e36bc08620c1d2fc8c7ba7207411518ee5c8635f60ed8ad9efdd458a2077
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
@@ -7,207 +6,101 @@ DIST anstyle-1.0.4.crate 13998 BLAKE2B 
fb501700855709e53438461c2f4b48d869613e7bb
 DIST anstyle-parse-0.2.2.crate 24696 BLAKE2B 
979daa24ccc3ea484445216bddc190f148f0ad83b95c997c1becbadfb641b67834980c413bcf5b7ddc2c6883d5e071a9636fbb44f79680ac42f8b73a797e466a
 SHA512 
28039806f87c2bd8266cea834975939b79fdf0cc95a029654806655c0662520aa497d84eefadcd9edce204986e60b62678e76a09cdb38bcc50c91e9d05c4bee9
 DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
 DIST anstyle-wincon-3.0.1.crate 11279 BLAKE2B 
593de9443b4c612526550285a6c156db26a233815e77a748597c6eea509ae511f41eb8ee736010f8be853695c9f1d94b034a77190e612f0a00bf00385d66ced2
 SHA512 
75ab14081b09e031ee0f559538976f39092aaeb6f561a56de83d12911cc2b45e28eec21068792c86a61e344021921ab55e7139ca79acec78e7d4a796dfa42a2e
-DIST anyhow-1.0.68.crate 43882 BLAKE2B 
0ccd8fcb746344dfa85674fa7c95aa648aed8d40134b8c1c1c0852f6c7d22f5622ca1704ec65c254fc20946b1733299e1517364d74f726952d5a951ef89a2fe5
 SHA512 
b8cfc132ebeac823edf18cba7e335d1939fcbb095ed4ea859f4dc4cde5b1ff35fd68f0743577c69085f74f019768a3359936bf6dc1b2aceb7e2b28ace7f74a0f
 DIST anyhow-1.0.75.crate 43901 BLAKE2B 
6353557d7ec2cbfdd001c039fad62c95fea9e02b113149f726fd14bb36b31e637e8609dd5ee20a900e9c11bb783d9958d664b31ba7c467382fa7f51d477ad3aa
 SHA512 
190d6be8ede0af9808210db53e4dc31ce69b126a26b0357220c4705a11e83cab2c2c09c59964a35794f3c434f717eaa6bb669e9e8f16012535c14246b17e8d40
 DIST argmax-0.3.1.crate 11270 BLAKE2B 
5ea6790707e3d133cc52cf56fdfa93938e6e368408f97b28b4f3cec7aa3493beaff6be6ccdd13e9b34ecbb9a50bfb00f8a702a06820c925a720c5c3baf8606ec
 SHA512 
717df8bab99c0047fa14255208b9799be0324e962addd363eee17f4fbfcc8df8b73263e9e8fc6c8eba6212b84adf8eac87cd3a77cc76b7c5a0ea7973870490b9
-DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bitflags-2.4.1.crate 37043 BLAKE2B 

[gentoo-commits] repo/proj/guru:dev commit in: sys-boot/limine/

2024-02-17 Thread Arsen Arsenović
commit: 8e0b467ca8f62b33a23b08ccad204a7e00869034
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Sat Feb 17 16:37:58 2024 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Sat Feb 17 16:37:58 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e0b467c

sys-boot/limine: add 7.0.5

Signed-off-by: Arsen Arsenović  gentoo.org>

 sys-boot/limine/Manifest|  1 +
 sys-boot/limine/limine-7.0.5.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/sys-boot/limine/Manifest b/sys-boot/limine/Manifest
index 2f4768c9d3..c0660c195d 100644
--- a/sys-boot/limine/Manifest
+++ b/sys-boot/limine/Manifest
@@ -1,2 +1,3 @@
 DIST limine-7.0.0.tar.xz 1318064 BLAKE2B 
7986d948fe84c80b338e5cc66edca5f511d277d2e854484c87183666bf1b075480b61213c177b6e39a1145502cc9e07b9e1442c3dcf3171339af5b55ac9c184f
 SHA512 
40575711e0e51799cbca2b2de74eff813022ab760c32de7d485f0cb70aa6daa8c842d20ed3d740e8c59e4be63eab43969b0cf809f2e796107d7e9be221bd9bf6
 DIST limine-7.0.3.tar.xz 371416 BLAKE2B 
7450784d53ef86993f53c84da4f51ee8a1beb826153da8fa2cef1a0669688de370a53ced321a92276e4b53fb7c9c1081f71b4a4c7adf432b271d395e96f00595
 SHA512 
d8d92f237f56249555fa54b5608ad2bdeff7c7b53e055f925acb3a7feeb783407c4c5d7ce092dba0b9a93441cfd1d0dcc4ec01a9e94c14e1742119a50f63aa06
+DIST limine-7.0.5.tar.xz 371612 BLAKE2B 
029953e1a5adeac2b1cd92bfff3b3a893b8ad1f458f1560b194ad0607638a3cc77d4927f1f4376a958d7ae513400ec615ab092ef97cbb220e5866821e83f7fdc
 SHA512 
149bc59785d06b293a9a9d18722afee66301e698fdd349bc5bd211720873213239617af0de665e22dc43299e7a580359d4d407c9eb6ffd6ac85c1de484124055

diff --git a/sys-boot/limine/limine-7.0.5.ebuild 
b/sys-boot/limine/limine-7.0.5.ebuild
new file mode 100644
index 00..73ea272148
--- /dev/null
+++ b/sys-boot/limine/limine-7.0.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Limine is a modern, advanced, and portable BIOS/UEFI 
multiprotocol bootloader"
+HOMEPAGE="https://limine-bootloader.org/;
+SRC_URI="https://github.com/limine-bootloader/limine/releases/download/v${PV}/limine-${PV}.tar.xz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+bios +bios-pxe +bios-cd +cd-efi +uefi32 +uefi64 +uefiaa64 +uefirv64"
+
+MY_LLVM_TARGETS="AArch64 ARM X86 RISCV"
+MY_LLVM_FLAGS="llvm_targets_${MY_LLVM_TARGETS// /(-),llvm_targets_}(-)"
+
+BDEPEND="
+   app-alternatives/gzip
+   dev-lang/nasm
+   sys-apps/findutils
+   sys-devel/clang[${MY_LLVM_FLAGS}]
+   sys-devel/lld
+   sys-devel/llvm[${MY_LLVM_FLAGS}]
+
+   cd-efi? ( sys-fs/mtools )
+"
+
+src_configure() {
+   local myconf=(
+   "$(use_enable bios)"
+   "$(use_enable bios-cd)"
+   "$(use_enable bios-pxe)"
+
+   "$(use_enable uefi32 uefi-ia32)"
+   "$(use_enable uefi64 uefi-x86-64)"
+   "$(use_enable uefiaa64 uefi-aarch64)"
+   "$(use_enable uefirv64 uefi-riscv64)"
+   "$(use_enable cd-efi uefi-cd)"
+   )
+
+   TOOLCHAIN_FOR_TARGET=llvm \
+   econf "${myconf[@]}"
+}



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

2024-02-17 Thread Arsen Arsenović
commit: d790fef4f543bcb0c83b4f6b459becee784b66c6
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Sat Feb 17 18:03:46 2024 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Sat Feb 17 18:05:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d790fef4

mailmap: rename my old email

Signed-off-by: Arsen Arsenović  gentoo.org>

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index fd6774e4c039..a36d32f0eaa1 100644
--- a/.mailmap
+++ b/.mailmap
@@ -10,6 +10,7 @@ Andrew Ammerlaan  

 Andrew Ammerlaan  
 Andrew Ammerlaan  
 Andrew Ammerlaan  
+Arsen Arsenović  
 Florian Schmaus  
 Ionen Wolkens  
 Joonas Niilola  



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

2024-02-17 Thread Gonçalo Negrier Duarte
commit: 8a2dd4f18acc0f6c6dfb1f4ffce1e172767136e2
Author: Gonçalo Negrier Duarte  gmail  com>
AuthorDate: Sat Feb 17 09:35:48 2024 +
Commit: Gonçalo Negrier Duarte  gmail  com>
CommitDate: Sat Feb 17 09:36:53 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a2dd4f1

gui-apps/ReGreet: remove gtk4 useflasg
* can't be build with gtk3

Closes: https://bugs.gentoo.org/924751
Signed-off-by: Gonçalo Negrier Duarte  gmail.com>

 gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild | 4 ++--
 gui-apps/ReGreet/ReGreet-.ebuild | 4 ++--
 gui-apps/ReGreet/metadata.xml| 1 -
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild 
b/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild
index 580e87dd64..1e466f52f3 100644
--- a/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild
+++ b/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild
@@ -228,14 +228,14 @@ RDEPEND="
|| ( gui-wm/sway gui-wm/cage )
systemd? ( sys-apps/systemd[sysv-utils] )
openrc? ( sys-apps/openrc[sysv-utils] )
-   gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ )
+   gui-libs/gtk
gui-libs/greetd
 "
 BDEPEND="
virtual/rust
media-libs/graphene
 "
-IUSE="systemd openrc gtk4"
+IUSE="systemd openrc"
 
 PATCHES="${FILESDIR}/ReGreet-0.1.1-cargo-lock-fix.diff"
 

diff --git a/gui-apps/ReGreet/ReGreet-.ebuild 
b/gui-apps/ReGreet/ReGreet-.ebuild
index 4aeff04e33..b91e4cea79 100644
--- a/gui-apps/ReGreet/ReGreet-.ebuild
+++ b/gui-apps/ReGreet/ReGreet-.ebuild
@@ -25,14 +25,14 @@ RDEPEND="
|| ( gui-wm/sway gui-wm/cage )
systemd? ( sys-apps/systemd[sysv-utils] )
openrc? ( sys-apps/openrc[sysv-utils] )
-   gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ )
+   gui-libs/gtk
gui-libs/greetd
 "
 BDEPEND="
virtual/rust
media-libs/graphene
 "
-IUSE="systemd openrc gtk4"
+IUSE="systemd openrc"
 
 src_configure() {
local myfeatures=(

diff --git a/gui-apps/ReGreet/metadata.xml b/gui-apps/ReGreet/metadata.xml
index de3360d81b..8d5cf3608c 100644
--- a/gui-apps/ReGreet/metadata.xml
+++ b/gui-apps/ReGreet/metadata.xml
@@ -4,7 +4,6 @@

Use system-tmpfiles to create cache and 
logs folder
Manually create cache and logs folder
-   Compile with gtk4 support


gonegrier.dua...@gmail.com



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

2024-02-17 Thread David Seifert
commit: 1af3f93ce12719131daf08b6ecd147b829a0b0fd
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb 17 09:48:57 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 09:48:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af3f93c

app-arch/unar: drop myself as a maintainer

Signed-off-by: David Seifert  gentoo.org>

 app-arch/unar/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-arch/unar/metadata.xml b/app-arch/unar/metadata.xml
index 31bc544aa598..6331a43e5661 100644
--- a/app-arch/unar/metadata.xml
+++ b/app-arch/unar/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   s...@gentoo.org
-   David Seifert
-   
+   

MacPaw/XADMaster




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

2024-02-17 Thread Hans de Graaff
commit: e0f034b0f3126b9b1fdec7bd44e1214bbbd00595
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat Feb 17 10:01:26 2024 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat Feb 17 10:02:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0f034b0

dev-ruby/mini_portile2: fix tests with clang

Avoid tests that expect gcc to be the current C/C++ compiler.

Closes: https://bugs.gentoo.org/924724
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mini_portile2/mini_portile2-2.8.5.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/mini_portile2/mini_portile2-2.8.5.ebuild 
b/dev-ruby/mini_portile2/mini_portile2-2.8.5.ebuild
index 9c63cf6e21e6..ec718bb6b313 100644
--- a/dev-ruby/mini_portile2/mini_portile2-2.8.5.ebuild
+++ b/dev-ruby/mini_portile2/mini_portile2-2.8.5.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/flavorjones/mini_portile;
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~arm64-macos"
-IUSE=""
+IUSE="test"
 
 BDEPEND="test? ( dev-build/cmake )"
 
@@ -24,6 +24,13 @@ ruby_add_bdepend "test? (
dev-ruby/webrick
 )"
 
+all_ruby_prepare() {
+   # Avoid tests that expect gcc to be the main compiler, which we
+   # cannot guarantee.
+   sed -e '/test_configure_defaults_with/askip("Requires gcc to be the 
C/C++ compiler.")' \
+   -i test/test_cmake.rb || die
+}
+
 each_ruby_test() {
${RUBY} -w -W2 -I. -Ilib -e 'Dir["test/test_*.rb"].map{|f| require f}' 
|| die
 }



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

2024-02-17 Thread Ionen Wolkens
commit: 02038f740f159241bb3e7a1871e2fecb22da974e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb 17 09:59:00 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 17 10:19:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02038f74

games-emulation/pcsx2: add (forced) IUSE=+clang

Makes what is happening clearer to users, and gives the option to
force-disable it (through /etc/portage/profile) if really wanted.
Albeit doing so will currently fail to build without patches which
upstream is unlikely to accept given they took a clang-only stance
and ignore bugs (thus being forced).

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

 games-emulation/pcsx2/metadata.xml  | 5 +
 games-emulation/pcsx2/pcsx2-1.7.5474.ebuild | 8 
 games-emulation/pcsx2/pcsx2-.ebuild | 8 
 profiles/base/package.use.force | 6 ++
 4 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/games-emulation/pcsx2/metadata.xml 
b/games-emulation/pcsx2/metadata.xml
index 6e25d9d61e5b..ddf894bc0a0f 100644
--- a/games-emulation/pcsx2/metadata.xml
+++ b/games-emulation/pcsx2/metadata.xml
@@ -14,6 +14,11 @@
Gentoo Games Project


+   
+   Use Clang compiler to build (the only compiler that is
+   currently supported by upstream on Linux, do not report
+   bugs if force-disabled)
+   
Enable support for the 
media-sound/sndio backend



diff --git a/games-emulation/pcsx2/pcsx2-1.7.5474.ebuild 
b/games-emulation/pcsx2/pcsx2-1.7.5474.ebuild
index 5166d24d2965..9810fcf44af1 100644
--- a/games-emulation/pcsx2/pcsx2-1.7.5474.ebuild
+++ b/games-emulation/pcsx2/pcsx2-1.7.5474.ebuild
@@ -23,7 +23,7 @@ LICENSE="
ISC LGPL-2.1+ LGPL-3+ MIT OFL-1.1 ZLIB public-domain
 "
 SLOT="0"
-IUSE="alsa cpu_flags_x86_sse4_1 jack pulseaudio sndio test vulkan wayland"
+IUSE="alsa cpu_flags_x86_sse4_1 +clang jack pulseaudio sndio test vulkan 
wayland"
 REQUIRED_USE="cpu_flags_x86_sse4_1" # dies at runtime if no support
 RESTRICT="!test? ( test )"
 
@@ -65,7 +65,7 @@ DEPEND="
 "
 BDEPEND="
dev-qt/qttools:6[linguist]
-   sys-devel/clang:*
+   clang? ( sys-devel/clang:* )
wayland? (
dev-util/wayland-scanner
kde-frameworks/extra-cmake-modules
@@ -93,10 +93,10 @@ src_prepare() {
 }
 
 src_configure() {
-   # upstream only supports clang and ignores gcc issues, e.g.
+   # note that upstream only supports clang and ignores gcc issues, e.g.
# https://github.com/PCSX2/pcsx2/issues/10624#issuecomment-1890326047
# (CMakeLists.txt also gives a big warning if compiler is not clang)
-   if ! tc-is-clang; then
+   if use clang && ! tc-is-clang; then
local -x CC=${CHOST}-clang CXX=${CHOST}-clang++
strip-unsupported-flags
fi

diff --git a/games-emulation/pcsx2/pcsx2-.ebuild 
b/games-emulation/pcsx2/pcsx2-.ebuild
index 5166d24d2965..9810fcf44af1 100644
--- a/games-emulation/pcsx2/pcsx2-.ebuild
+++ b/games-emulation/pcsx2/pcsx2-.ebuild
@@ -23,7 +23,7 @@ LICENSE="
ISC LGPL-2.1+ LGPL-3+ MIT OFL-1.1 ZLIB public-domain
 "
 SLOT="0"
-IUSE="alsa cpu_flags_x86_sse4_1 jack pulseaudio sndio test vulkan wayland"
+IUSE="alsa cpu_flags_x86_sse4_1 +clang jack pulseaudio sndio test vulkan 
wayland"
 REQUIRED_USE="cpu_flags_x86_sse4_1" # dies at runtime if no support
 RESTRICT="!test? ( test )"
 
@@ -65,7 +65,7 @@ DEPEND="
 "
 BDEPEND="
dev-qt/qttools:6[linguist]
-   sys-devel/clang:*
+   clang? ( sys-devel/clang:* )
wayland? (
dev-util/wayland-scanner
kde-frameworks/extra-cmake-modules
@@ -93,10 +93,10 @@ src_prepare() {
 }
 
 src_configure() {
-   # upstream only supports clang and ignores gcc issues, e.g.
+   # note that upstream only supports clang and ignores gcc issues, e.g.
# https://github.com/PCSX2/pcsx2/issues/10624#issuecomment-1890326047
# (CMakeLists.txt also gives a big warning if compiler is not clang)
-   if ! tc-is-clang; then
+   if use clang && ! tc-is-clang; then
local -x CC=${CHOST}-clang CXX=${CHOST}-clang++
strip-unsupported-flags
fi

diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index e50d568231f8..7430401bf4b8 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,12 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ionen Wolkens  (2024-02-17)
+# Currently fails to build with gcc, and either way the current upstream
+# makes it clear that non-clang is not a supported configuration.
+# Please do not report bugs if disabled unless upstream's stance changed.
+games-emulation/pcsx2 clang
+
 # Matt Turner  

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

2024-02-17 Thread Ionen Wolkens
commit: 162455cc85593d8bf949869e131fe715533593da
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sat Feb 17 10:14:45 2024 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sat Feb 17 10:19:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162455cc

games-emulation/pcsx2: add 1.7.5560

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

 games-emulation/pcsx2/Manifest  |   1 +
 games-emulation/pcsx2/pcsx2-1.7.5560.ebuild | 161 
 2 files changed, 162 insertions(+)

diff --git a/games-emulation/pcsx2/Manifest b/games-emulation/pcsx2/Manifest
index 4608e70cee79..050847187f99 100644
--- a/games-emulation/pcsx2/Manifest
+++ b/games-emulation/pcsx2/Manifest
@@ -1,2 +1,3 @@
 DIST pcsx2-1.7.5312.tar.xz 17999588 BLAKE2B 
ab8e80d51bd617aff0b62ed91f9bc3d31deb98872c0bc7db0a66813cc47cc77a9e45ce50044609a6559dd281212812b61b2d14dfa3e56b754647be40404faebd
 SHA512 
6ca36b57e24c68b046fe85f6fce0a7ea726129ee5dceb28ca6b17fe72d9c80229817e23f0d5bcf314d2ad524ca399b751b77f4752e41a53c5bda5bc2effb1fd7
 DIST pcsx2-1.7.5474.tar.xz 18196732 BLAKE2B 
2b8fcede476b4181cfe1a2d9b6c746b24a770ec6904e2add5e4faa33792f5d81fd44b6c061b523449357cfc756f270e3b1b317986a6f7ac325e562a2b1cbce8d
 SHA512 
261c3be58ca8d70e2d8a996701e0ac5256225edc075029c3d0ee82731b2149a8937a28b97d1ce7ab5c2b701b3d7bb89c1f8291fcfe3a64ec9e99e2aa211ee0a0
+DIST pcsx2-1.7.5560.tar.xz 18383080 BLAKE2B 
d858c098f7256a68d8845bf7cbdb9bc2f1243e2ae763384f091cf02506729b21d8cbb7a0b96ae8579869e1f15fe955834d85f314fe53e882907de0496cdf0d43
 SHA512 
ede61e2be69c0b38d4bd9e44cc7a07e50d7cac154cae6891d449dcf95e6ba809420ac9ebd791ad3bf41a734f2ce40175cc7afa4843f679e15daefc272358ebc5

diff --git a/games-emulation/pcsx2/pcsx2-1.7.5560.ebuild 
b/games-emulation/pcsx2/pcsx2-1.7.5560.ebuild
new file mode 100644
index ..9810fcf44af1
--- /dev/null
+++ b/games-emulation/pcsx2/pcsx2-1.7.5560.ebuild
@@ -0,0 +1,161 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake desktop fcaps flag-o-matic toolchain-funcs
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/PCSX2/pcsx2.git;
+else
+   # unbundling on this package has become unmaintainable and, rather than
+   # handle submodules separately, using a tarball that includes them
+   SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz;
+   KEYWORDS="-* ~amd64"
+fi
+
+DESCRIPTION="PlayStation 2 emulator"
+HOMEPAGE="https://pcsx2.net/;
+
+LICENSE="
+   GPL-3+ Apache-2.0 BSD BSD-2 BSD-4 Boost-1.0 CC0-1.0 GPL-2+
+   ISC LGPL-2.1+ LGPL-3+ MIT OFL-1.1 ZLIB public-domain
+"
+SLOT="0"
+IUSE="alsa cpu_flags_x86_sse4_1 +clang jack pulseaudio sndio test vulkan 
wayland"
+REQUIRED_USE="cpu_flags_x86_sse4_1" # dies at runtime if no support
+RESTRICT="!test? ( test )"
+
+# dlopen: qtsvg, vulkan-loader, wayland
+COMMON_DEPEND="
+   app-arch/lz4:=
+   app-arch/xz-utils
+   app-arch/zstd:=
+   dev-libs/libaio
+   dev-qt/qtbase:6[gui,widgets]
+   dev-qt/qtsvg:6
+   media-libs/libglvnd
+   media-libs/libpng:=
+   media-libs/libsdl2[haptic,joystick]
+   media-libs/libwebp:=
+   media-video/ffmpeg:=
+   net-libs/libpcap
+   net-misc/curl
+   sys-apps/dbus
+   sys-libs/zlib:=
+   virtual/libudev:=
+   x11-libs/libXrandr
+   alsa? ( media-libs/alsa-lib )
+   jack? ( virtual/jack )
+   pulseaudio? ( media-libs/libpulse )
+   sndio? ( media-sound/sndio:= )
+   vulkan? ( media-libs/vulkan-loader )
+   wayland? ( dev-libs/wayland )
+"
+# patches is a optfeature but always pull given PCSX2 complaints if it
+# is missing and it is fairly small (installs a ~1.5MB patches.zip)
+RDEPEND="
+   ${COMMON_DEPEND}
+   >=games-emulation/pcsx2_patches-0_p20230917
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   dev-qt/qttools:6[linguist]
+   clang? ( sys-devel/clang:* )
+   wayland? (
+   dev-util/wayland-scanner
+   kde-frameworks/extra-cmake-modules
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.7.4667-flags.patch
+   "${FILESDIR}"/${PN}-1.7.5232-cubeb-automagic.patch
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   if [[ ${PV} !=  ]]; then
+   sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}'"/' \
+   -i cmake/Pcsx2Utils.cmake || die
+   fi
+
+   # relax Qt6 and SDL2 version requirements which often get restricted
+   # without a specific need, please report a bug to Gentoo (not upstream)
+   # if a still-available older version is really causing issues
+   sed -e '/find_package(\(Qt6\|SDL2\)/s/ [0-9.]*//' \
+   -i cmake/SearchForStuff.cmake || die
+}
+
+src_configure() {
+   # note that upstream only supports clang and ignores gcc issues, e.g.
+   # 

[gentoo-commits] repo/proj/guru:dev commit in: dev-util/mock-core-configs/

2024-02-17 Thread Takuya Wakazono
commit: 0847ea599efccb8565dd4f6298518a6a52e9a6d9
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Feb 17 02:43:02 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Sat Feb 17 10:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0847ea59

dev-util/mock-core-configs: add 40.2

Signed-off-by: Takuya Wakazono  gmail.com>

 dev-util/mock-core-configs/Manifest |  1 +
 .../mock-core-configs/mock-core-configs-40.2.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/mock-core-configs/Manifest 
b/dev-util/mock-core-configs/Manifest
index 1c2156a71e..81142ba263 100644
--- a/dev-util/mock-core-configs/Manifest
+++ b/dev-util/mock-core-configs/Manifest
@@ -1 +1,2 @@
 DIST mock-core-configs-40.1.tar.gz 44859 BLAKE2B 
5b52f5400447ab3405ae76bb9334e228eb241672cd5d64df6ae198178b69cd89f08b5c1cddecdc7a954b9faa3c8cf3b8e3e81084ad4f37fbce55ed3c35afd987
 SHA512 
f434d43af01a0ae7299e458b63bbefbf8e5b7ad3cd03b167d1b9802778f3faa4b355104f2463da4813480ac9111ce5ccf10e31b944c4873b61b8e78913e5d04b
+DIST mock-core-configs-40.2.tar.gz 44925 BLAKE2B 
378fa8e2daab09fe6ce39d9b0f1fdf89cda0058966987509a3e5e9df385b6a3d9c5c89e18552b9eaec1fe8752597a5f5018b57bc111cf3b5edd50e09df9b1789
 SHA512 
348fc9fe4218af4b67d8e900431d0acb26dce50795a234720dba8eba80b820adf8f26c9d025033608cfb832524c2ee9a49027bb1815815b3a4b9dac940f6daaa

diff --git a/dev-util/mock-core-configs/mock-core-configs-40.2.ebuild 
b/dev-util/mock-core-configs/mock-core-configs-40.2.ebuild
new file mode 100644
index 00..b53e863563
--- /dev/null
+++ b/dev-util/mock-core-configs/mock-core-configs-40.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Mock core config files basic chroots"
+HOMEPAGE="https://rpm-software-management.github.io/mock/ 
https://github.com/rpm-software-management/mock;
+SRC_URI="https://github.com/rpm-software-management/mock/releases/download/${P}-1/${P}.tar.gz;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+   insinto /etc/mock
+   doins -r etc/mock/*
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/niri/

2024-02-17 Thread Takuya Wakazono
commit: f45f0c58a846725d0e6cdb1c6480cda1ae880dd6
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Feb 17 10:15:34 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Sat Feb 17 10:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f45f0c58

gui-wm/niri: add 0.1.2

Signed-off-by: Takuya Wakazono  gmail.com>

 gui-wm/niri/Manifest  |  2 +
 gui-wm/niri/niri-0.1.2.ebuild | 86 +++
 2 files changed, 88 insertions(+)

diff --git a/gui-wm/niri/Manifest b/gui-wm/niri/Manifest
index 1b289f2787..5dfeb4405a 100644
--- a/gui-wm/niri/Manifest
+++ b/gui-wm/niri/Manifest
@@ -1,2 +1,4 @@
 DIST niri-0.1.1-vendored-dependencies.tar.xz 53810532 BLAKE2B 
4e0d6556f8be8dcae9fff001716d6d75a4e01c1f5a2a24475895506b5ad8b1c1bb9b72e0cc070d3f04ce54f0180395a351eac1915f1be66a4b192f7fcc39922a
 SHA512 
e3591562110011227dbab3da89abf766c51f246ea926ff1beb5fca7800fbb4a893e471800dbd589da39bfbfb2b273ef22f523fcce4819e3e17e4abc75f5a7197
 DIST niri-0.1.1.tar.gz 181942 BLAKE2B 
94f85876a2ccea0eade10de85d4f5a155ddd603f480c165dda61c1a16814a1a37c080be2fed97a2efb1aef3bdc048ba308c221193bdaadc148db8e4604b88a80
 SHA512 
a24accef05cf45281850f7852cd661dc268500f145ee33c9a13849138a01d3a731e38688bfaccfd092c8e0d08aa1334df2163a6187614aac0e078c22a6d2705c
+DIST niri-0.1.2-vendored-dependencies.tar.xz 55030364 BLAKE2B 
0da4f7a94f19bf9fa8b2cad36d59c1032f34581e63aa60b4a9284d0550f4c30364ea1b6d5f84b77edc13931585fd82f2bbd5e528bc52f201aa89b2a1c53de240
 SHA512 
63a5b3dd3510be665a771a811f5e86929124b4b73fb728fdc0c23c73934b383a5ca3f3d91e9bcbbd4e71dcb3226dd3b817b59a11ea060c7258abb8ff87e47d87
+DIST niri-0.1.2.tar.gz 206414 BLAKE2B 
e2883a3a2abfc1a0f4532b1b7ec2f256dca8c9f49921205d3827a42837aa5dfb0013a3092bd2558205cd6bbb299ba7ed571ecb8900869710cb1ac917d2195e53
 SHA512 
9ffa0d70c0045bc1fecf2e3c61a49010cdb1e2e1e304bd9fe40cf760f5c286d37949ffed49c969c17d6bf7fa7230ca7aa7c893d2eaf4cda766f452307bb36d38

diff --git a/gui-wm/niri/niri-0.1.2.ebuild b/gui-wm/niri/niri-0.1.2.ebuild
new file mode 100644
index 00..a9e5c4667a
--- /dev/null
+++ b/gui-wm/niri/niri-0.1.2.ebuild
@@ -0,0 +1,86 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LLVM_MAX_SLOT=17
+
+inherit cargo llvm
+
+DESCRIPTION="Scrollable-tiling Wayland compositor"
+HOMEPAGE="https://github.com/YaLTeR/niri;
+SRC_URI="
+   https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
+"
+
+LICENSE="GPL-3+"
+# Dependent crate licenses
+LICENSE+="
+   Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0
+   Unicode-DFS-2016
+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="dbus screencast"
+REQUIRED_USE="screencast? ( dbus )"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/libinput:=
+   dev-libs/wayland
+   media-libs/mesa
+   sys-auth/seatd:=
+   virtual/libudev:=
+   x11-libs/cairo
+   x11-libs/libxkbcommon
+   x11-libs/pango
+   x11-libs/pixman
+   screencast? (
+   media-video/pipewire
+   )
+"
+RDEPEND="${DEPEND}"
+# Clang is required for bindgen
+BDEPEND="
+   >=virtual/rust-1.72.0
+   screencast? ( 

[gentoo-commits] repo/proj/guru:dev commit in: dev-util/mock-core-configs/

2024-02-17 Thread Takuya Wakazono
commit: 616cb112c2eafbf32ddee1c447f5c4fa15dbc7e3
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Feb 17 02:43:16 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Sat Feb 17 10:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=616cb112

dev-util/mock-core-configs: drop 40.1

Signed-off-by: Takuya Wakazono  gmail.com>

 dev-util/mock-core-configs/Manifest |  1 -
 .../mock-core-configs/mock-core-configs-40.1.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-util/mock-core-configs/Manifest 
b/dev-util/mock-core-configs/Manifest
index 81142ba263..022cca316b 100644
--- a/dev-util/mock-core-configs/Manifest
+++ b/dev-util/mock-core-configs/Manifest
@@ -1,2 +1 @@
-DIST mock-core-configs-40.1.tar.gz 44859 BLAKE2B 
5b52f5400447ab3405ae76bb9334e228eb241672cd5d64df6ae198178b69cd89f08b5c1cddecdc7a954b9faa3c8cf3b8e3e81084ad4f37fbce55ed3c35afd987
 SHA512 
f434d43af01a0ae7299e458b63bbefbf8e5b7ad3cd03b167d1b9802778f3faa4b355104f2463da4813480ac9111ce5ccf10e31b944c4873b61b8e78913e5d04b
 DIST mock-core-configs-40.2.tar.gz 44925 BLAKE2B 
378fa8e2daab09fe6ce39d9b0f1fdf89cda0058966987509a3e5e9df385b6a3d9c5c89e18552b9eaec1fe8752597a5f5018b57bc111cf3b5edd50e09df9b1789
 SHA512 
348fc9fe4218af4b67d8e900431d0acb26dce50795a234720dba8eba80b820adf8f26c9d025033608cfb832524c2ee9a49027bb1815815b3a4b9dac940f6daaa

diff --git a/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild 
b/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild
deleted file mode 100644
index b53e863563..00
--- a/dev-util/mock-core-configs/mock-core-configs-40.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Mock core config files basic chroots"
-HOMEPAGE="https://rpm-software-management.github.io/mock/ 
https://github.com/rpm-software-management/mock;
-SRC_URI="https://github.com/rpm-software-management/mock/releases/download/${P}-1/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_install() {
-   insinto /etc/mock
-   doins -r etc/mock/*
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-wm/niri/

2024-02-17 Thread Takuya Wakazono
commit: 7e94e60c92e29acbb89c5a3d581a6d497397b8a3
Author: Takuya Wakazono  gmail  com>
AuthorDate: Sat Feb 17 10:15:53 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Sat Feb 17 10:17:07 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7e94e60c

gui-wm/niri: drop 0.1.1

Signed-off-by: Takuya Wakazono  gmail.com>

 gui-wm/niri/Manifest  |  2 -
 gui-wm/niri/niri-0.1.1.ebuild | 86 ---
 2 files changed, 88 deletions(-)

diff --git a/gui-wm/niri/Manifest b/gui-wm/niri/Manifest
index 5dfeb4405a..12f0714fd9 100644
--- a/gui-wm/niri/Manifest
+++ b/gui-wm/niri/Manifest
@@ -1,4 +1,2 @@
-DIST niri-0.1.1-vendored-dependencies.tar.xz 53810532 BLAKE2B 
4e0d6556f8be8dcae9fff001716d6d75a4e01c1f5a2a24475895506b5ad8b1c1bb9b72e0cc070d3f04ce54f0180395a351eac1915f1be66a4b192f7fcc39922a
 SHA512 
e3591562110011227dbab3da89abf766c51f246ea926ff1beb5fca7800fbb4a893e471800dbd589da39bfbfb2b273ef22f523fcce4819e3e17e4abc75f5a7197
-DIST niri-0.1.1.tar.gz 181942 BLAKE2B 
94f85876a2ccea0eade10de85d4f5a155ddd603f480c165dda61c1a16814a1a37c080be2fed97a2efb1aef3bdc048ba308c221193bdaadc148db8e4604b88a80
 SHA512 
a24accef05cf45281850f7852cd661dc268500f145ee33c9a13849138a01d3a731e38688bfaccfd092c8e0d08aa1334df2163a6187614aac0e078c22a6d2705c
 DIST niri-0.1.2-vendored-dependencies.tar.xz 55030364 BLAKE2B 
0da4f7a94f19bf9fa8b2cad36d59c1032f34581e63aa60b4a9284d0550f4c30364ea1b6d5f84b77edc13931585fd82f2bbd5e528bc52f201aa89b2a1c53de240
 SHA512 
63a5b3dd3510be665a771a811f5e86929124b4b73fb728fdc0c23c73934b383a5ca3f3d91e9bcbbd4e71dcb3226dd3b817b59a11ea060c7258abb8ff87e47d87
 DIST niri-0.1.2.tar.gz 206414 BLAKE2B 
e2883a3a2abfc1a0f4532b1b7ec2f256dca8c9f49921205d3827a42837aa5dfb0013a3092bd2558205cd6bbb299ba7ed571ecb8900869710cb1ac917d2195e53
 SHA512 
9ffa0d70c0045bc1fecf2e3c61a49010cdb1e2e1e304bd9fe40cf760f5c286d37949ffed49c969c17d6bf7fa7230ca7aa7c893d2eaf4cda766f452307bb36d38

diff --git a/gui-wm/niri/niri-0.1.1.ebuild b/gui-wm/niri/niri-0.1.1.ebuild
deleted file mode 100644
index a9e5c4667a..00
--- a/gui-wm/niri/niri-0.1.1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LLVM_MAX_SLOT=17
-
-inherit cargo llvm
-
-DESCRIPTION="Scrollable-tiling Wayland compositor"
-HOMEPAGE="https://github.com/YaLTeR/niri;
-SRC_URI="
-   https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz
-"
-
-LICENSE="GPL-3+"
-# Dependent crate licenses
-LICENSE+="
-   Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0
-   Unicode-DFS-2016
-"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus screencast"
-REQUIRED_USE="screencast? ( dbus )"
-
-DEPEND="
-   dev-libs/glib:2
-   dev-libs/libinput:=
-   dev-libs/wayland
-   media-libs/mesa
-   sys-auth/seatd:=
-   virtual/libudev:=
-   x11-libs/cairo
-   x11-libs/libxkbcommon
-   x11-libs/pango
-   x11-libs/pixman
-   screencast? (
-   media-video/pipewire
-   )
-"
-RDEPEND="${DEPEND}"
-# Clang is required for bindgen
-BDEPEND="
-   >=virtual/rust-1.72.0
-   screencast? ( 

[gentoo-commits] repo/proj/prefix:master commit in: scripts/

2024-02-17 Thread Fabian Groffen
commit: e66a8e81b12473d92c7fadb361feffb2aa127d9e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sat Feb 17 10:17:13 2024 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Feb 17 10:17:13 2024 +
URL:https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e66a8e81

scripts/bootstrap-prefix: catch any riscv tuple #923410

Thanks Julián.

Bug: https://bugs.gentoo.org/923410
Signed-off-by: Fabian Groffen  gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 86ec75ee9f..27ea905467 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -385,7 +385,7 @@ bootstrap_profile() {
i*86-pc-linux-gnu)
profile=${profile_linux/ARCH/x86}
;;
-   riscv64-pc-linux-gnu)
+   riscv64-*-linux-gnu)
profile=${profile_linux/ARCH/riscv}
profile=${profile/17.0/20.0/rv64gc/lp64d}
;;



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/14.0/arm64/clang/, ...

2024-02-17 Thread Fabian Groffen
commit: d11dab92c84109dc9e7fed186e6ccd7dfcdde222
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Sat Feb 10 14:31:00 2024 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sat Feb 17 10:28:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d11dab92

profiles/prefix: reorder macos clang parents and override LDFLAGS

This is alternative to https://github.com/gentoo/gentoo/pull/35250

Bug: https://bugs.gentoo.org/758167
Closes: https://github.com/gentoo/gentoo/pull/35260
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/prefix/darwin/macos/14.0/arm64/clang/parent  | 2 +-
 profiles/prefix/darwin/macos/features/clang-lld/make.defaults | 5 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/profiles/prefix/darwin/macos/14.0/arm64/clang/parent 
b/profiles/prefix/darwin/macos/14.0/arm64/clang/parent
index 745bf6d92cb4..855aaf175968 100644
--- a/profiles/prefix/darwin/macos/14.0/arm64/clang/parent
+++ b/profiles/prefix/darwin/macos/14.0/arm64/clang/parent
@@ -1,2 +1,2 @@
-../../../features/clang-lld
 ..
+../../../features/clang-lld

diff --git a/profiles/prefix/darwin/macos/features/clang-lld/make.defaults 
b/profiles/prefix/darwin/macos/features/clang-lld/make.defaults
index bed8060e82fa..a0026ebed507 100644
--- a/profiles/prefix/darwin/macos/features/clang-lld/make.defaults
+++ b/profiles/prefix/darwin/macos/features/clang-lld/make.defaults
@@ -3,5 +3,10 @@
 
 LD=ld64.lld
 
+# This is the sort of equivalent of -Wl,--as-needed
+# It's already set in profiles/prefix/darwin, but profiles/features/llvm
+# appends --as-needed to it, so here we set it back to the previous value
+LDFLAGS="-Wl,-dead_strip_dylibs"
+
 # Several packages fail to build without this
 lt_cv_apple_cc_single_mod=yes



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

2024-02-17 Thread David Seifert
commit: 999e1cf05eb71621f5d6daa0633f6dde9531b747
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb 17 14:27:27 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 17 14:27:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999e1cf0

dev-libs/boost: drop 1.83.0-r1, 1.83.0-r2, 1.83.0-r3

Closes: https://github.com/gentoo/gentoo/pull/35385
Signed-off-by: David Seifert  gentoo.org>

 dev-libs/boost/Manifest|   1 -
 dev-libs/boost/boost-1.83.0-r1.ebuild  | 356 
 dev-libs/boost/boost-1.83.0-r2.ebuild  | 357 
 dev-libs/boost/boost-1.83.0-r3.ebuild  | 358 -
 .../boost/files/boost-1.83.0-unordered-uaf.patch   |  18 --
 5 files changed, 1090 deletions(-)

diff --git a/dev-libs/boost/Manifest b/dev-libs/boost/Manifest
index 7c6b9912e42c..c627f2a7f59b 100644
--- a/dev-libs/boost/Manifest
+++ b/dev-libs/boost/Manifest
@@ -1,3 +1,2 @@
 DIST boost_1_82_0.tar.bz2 121325129 BLAKE2B 
16ee164ce7114d8134c861b3652c842750cec63ab0e79e4386d8cb9c56f7a454f9a9cfa75f25d9132a8d8d9e6f39d32a8e7535f83f52f355bbc40ef530163fa5
 SHA512 
6fddc452ca67f99f5c181e21c73d96feb7346e10886477c91b4abc2cdf447750599e0d42f935ef59100ef6c033de078a7ad2bb577c81fa56a249b17420cb
-DIST boost_1_83_0.tar.bz2 122892751 BLAKE2B 
c4af1713712da82f964fe08451141ea96905e30b475ee5090bf87ae6e43bcb1f258ab92e16e992fd22405e8cd85a435cef76a22b98788d9960396a4fec8c4c62
 SHA512 
d133b521bd754dc35a9bd30d8032bd2fd866026d90af2179e43bfd7bd816841f7f3b84303f52c0e54aebc373f4e4edd601a8f5a5e0c47500e0e852e04198a711
 DIST boost_1_84_0.tar.bz2 123110547 BLAKE2B 
a872ee00402be0383726020f4d13a7df6c2765c52eac2e09aab1604432931d26dd597503f5dcbbf788d7e7528d13c6d1dbfff1e85d22bf92c7828ef74cf2405d
 SHA512 
5dfeb35198bb096e46cf9e131ef0334cb95bc0bf09f343f291b860b112598b3c36111bd8c232439c401a2b2fb832fa0c399a8d5b96afc60bd359dff070154497

diff --git a/dev-libs/boost/boost-1.83.0-r1.ebuild 
b/dev-libs/boost/boost-1.83.0-r1.ebuild
deleted file mode 100644
index 81216b56e964..
--- a/dev-libs/boost/boost-1.83.0-r1.ebuild
+++ /dev/null
@@ -1,356 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Keep an eye on both of these after releases for patches:
-# * https://www.boost.org/patches/
-# * https://www.boost.org/users/history/version_${MY_PV}.html
-# (e.g. https://www.boost.org/users/history/version_1_83_0.html)
-# Note that the latter may sometimes feature patches not on the former too.
-
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit flag-o-matic multiprocessing python-r1 toolchain-funcs multilib-minimal
-
-MY_PV="$(ver_rs 1- _)"
-
-DESCRIPTION="Boost Libraries for C++"
-HOMEPAGE="https://www.boost.org/;
-SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_${MY_PV}.tar.bz2;
-S="${WORKDIR}/${PN}_${MY_PV}"
-
-LICENSE="Boost-1.0"
-SLOT="0/${PV}" # ${PV} instead of the major version due to bug 486122
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-IUSE="bzip2 +context debug doc icu lzma +nls mpi numpy python +stacktrace 
tools zlib zstd"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-# the tests will never fail because these are not intended as sanity
-# tests at all. They are more a way for upstream to check their own code
-# on new compilers. Since they would either be completely unreliable
-# (failing for no good reason) or completely useless (never failing)
-# there is no point in having them in the ebuild to begin with.
-RESTRICT="test"
-
-RDEPEND="
-   bzip2? ( app-arch/bzip2:=[${MULTILIB_USEDEP}] )
-   icu? ( >=dev-libs/icu-3.6:=[${MULTILIB_USEDEP}] )
-   !icu? ( virtual/libiconv[${MULTILIB_USEDEP}] )
-   lzma? ( app-arch/xz-utils:=[${MULTILIB_USEDEP}] )
-   mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP},cxx,threads] )
-   python? (
-   ${PYTHON_DEPS}
-   numpy? ( dev-python/numpy[${PYTHON_USEDEP}] )
-   )
-   zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )
-   zstd? ( app-arch/zstd:=[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-build/b2-4.9.2"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.81.0-disable_icu_rpath.patch
-   "${FILESDIR}"/${PN}-1.79.0-context-x32.patch
-   "${FILESDIR}"/${PN}-1.79.0-build-auto_index-tool.patch
-   # Boost.MPI's __init__.py doesn't work on Py3
-   "${FILESDIR}"/${PN}-1.79.0-boost-mpi-python-PEP-328.patch
-   "${FILESDIR}"/${PN}-1.81.0-phoenix-multiple-definitions.patch
-)
-
-python_bindings_needed() {
-   multilib_is_native_abi && use python
-}
-
-tools_needed() {
-   multilib_is_native_abi && use tools
-}
-
-create_user-config.jam() {
-   local user_config_jam="${BUILD_DIR}"/user-config.jam
-   if [[ -s ${user_config_jam} ]]; then
-   

[gentoo-commits] repo/proj/guru:dev commit in: media-video/obs-vkcapture/

2024-02-17 Thread Kostadin Shishmanov
commit: 23af0d48f52a6321a7dadb016ae2e3df2ae92a2b
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Sat Feb 17 15:02:42 2024 +
Commit: Kostadin Shishmanov  tutanota  com>
CommitDate: Sat Feb 17 15:02:42 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23af0d48

media-video/obs-vkcapture: add 1.4.9

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 media-video/obs-vkcapture/Manifest   | 1 +
 media-video/obs-vkcapture/obs-vkcapture-1.4.5.ebuild | 1 -
 .../{obs-vkcapture-1.4.5.ebuild => obs-vkcapture-1.4.9.ebuild}   | 1 -
 media-video/obs-vkcapture/obs-vkcapture-.ebuild  | 1 -
 4 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/media-video/obs-vkcapture/Manifest 
b/media-video/obs-vkcapture/Manifest
index 2445094dfe..7a5ac655b3 100644
--- a/media-video/obs-vkcapture/Manifest
+++ b/media-video/obs-vkcapture/Manifest
@@ -1 +1,2 @@
 DIST obs-vkcapture-1.4.5.tar.gz 58958 BLAKE2B 
cbe2b506c8f5e51088ff2eac5cd12e1490114735957354c935d210f353c95b9dd1819f25ed15b4d4b0c6bf5ec636f236c153ebf392886ac5ffafd555f358239f
 SHA512 
37e72d9dc01fc63dde666d90f17ef04e309771cbcf5e6fbd3e4115f9e88a788ca03bca0970182d9a1014d916b0a51fe799f70f2dc4579831bf3327764d33764c
+DIST obs-vkcapture-1.4.9.tar.gz 60230 BLAKE2B 
6b83fb66476cde0f6979d571506efa4706a1273dcc545f85751d0e343cdd53c3131261bea64b16551c52c7a8ddc40482e508dcd8597a7e958a6d01079805fb01
 SHA512 
1a9da496cd2b1ce2d678ac118845709efdff13b2ddce8816b20c9c4b210b652b674f5e10da5c51a5fd648dce7d52305afa83ff984da5148ce8ca04d43da0c7a1

diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.4.5.ebuild 
b/media-video/obs-vkcapture/obs-vkcapture-1.4.5.ebuild
index 685b7e3362..f09feca24c 100644
--- a/media-video/obs-vkcapture/obs-vkcapture-1.4.5.ebuild
+++ b/media-video/obs-vkcapture/obs-vkcapture-1.4.5.ebuild
@@ -20,7 +20,6 @@ HOMEPAGE="https://github.com/nowrep/obs-vkcapture;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
 
 BDEPEND="
dev-util/vulkan-headers

diff --git a/media-video/obs-vkcapture/obs-vkcapture-1.4.5.ebuild 
b/media-video/obs-vkcapture/obs-vkcapture-1.4.9.ebuild
similarity index 99%
copy from media-video/obs-vkcapture/obs-vkcapture-1.4.5.ebuild
copy to media-video/obs-vkcapture/obs-vkcapture-1.4.9.ebuild
index 685b7e3362..f09feca24c 100644
--- a/media-video/obs-vkcapture/obs-vkcapture-1.4.5.ebuild
+++ b/media-video/obs-vkcapture/obs-vkcapture-1.4.9.ebuild
@@ -20,7 +20,6 @@ HOMEPAGE="https://github.com/nowrep/obs-vkcapture;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
 
 BDEPEND="
dev-util/vulkan-headers

diff --git a/media-video/obs-vkcapture/obs-vkcapture-.ebuild 
b/media-video/obs-vkcapture/obs-vkcapture-.ebuild
index 685b7e3362..f09feca24c 100644
--- a/media-video/obs-vkcapture/obs-vkcapture-.ebuild
+++ b/media-video/obs-vkcapture/obs-vkcapture-.ebuild
@@ -20,7 +20,6 @@ HOMEPAGE="https://github.com/nowrep/obs-vkcapture;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
 
 BDEPEND="
dev-util/vulkan-headers



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

2024-02-17 Thread Alfredo Tupone
commit: fb99549a9bfca0b0ccdacee338a9740933ef663f
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sat Feb 17 15:21:35 2024 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sat Feb 17 15:22:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb99549a

dev-ml/ppx_cold: update maintainers

Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/ppx_cold/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-ml/ppx_cold/metadata.xml b/dev-ml/ppx_cold/metadata.xml
index 26709c2d01e6..6da21e1a9149 100644
--- a/dev-ml/ppx_cold/metadata.xml
+++ b/dev-ml/ppx_cold/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   m...@gentoo.org
+   ML
+   

janestreet/ppx_cold




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

2024-02-17 Thread Andreas Sturmlechner
commit: 1d5f703a606e1c426a5a7f929a03ffaed0a7de22
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 17 15:57:20 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 17 16:01:02 2024 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d5f703a

kde-frameworks/kuserfeedback: Add missing BDEPEND

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

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

diff --git a/kde-frameworks/kuserfeedback/kuserfeedback-.ebuild 
b/kde-frameworks/kuserfeedback/kuserfeedback-.ebuild
index 992ea1d2d7..df5e7a9e5a 100644
--- a/kde-frameworks/kuserfeedback/kuserfeedback-.ebuild
+++ b/kde-frameworks/kuserfeedback/kuserfeedback-.ebuild
@@ -27,7 +27,7 @@ RDEPEND="${DEPEND}
 BDEPEND="
app-alternatives/lex
app-alternatives/yacc
-   doc? ( >=dev-qt/qttools-${QTMIN}:6[assistant,qdoc] )
+   doc? ( >=dev-qt/qttools-${QTMIN}:6[assistant,qdoc,linguist] )
 "
 
 src_configure() {



[gentoo-commits] proj/sci:master commit in: sys-cluster/easybuild-easyblocks/

2024-02-17 Thread Alexander Puck Neuwirth
commit: 6c29cd9bbc6ab31e0eee3a10316aeaf00014e5c7
Author: Alexander Puck Neuwirth  neuwirth-informatik  
de>
AuthorDate: Fri Feb 16 19:48:00 2024 +
Commit: Alexander Puck Neuwirth  neuwirth-informatik  
de>
CommitDate: Fri Feb 16 19:48:00 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6c29cd9b

sys-cluster/easybuild-easyblocks: add 4.9.0, 

Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>

 .../easybuild-easyblocks-4.9.0.ebuild  | 36 +
 .../easybuild-easyblocks-.ebuild   | 37 ++
 2 files changed, 73 insertions(+)

diff --git a/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-4.9.0.ebuild 
b/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-4.9.0.ebuild
new file mode 100644
index 0..d97f48696
--- /dev/null
+++ b/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-4.9.0.ebuild
@@ -0,0 +1,36 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+SUB_P=$(ver_cut 1)
+
+DESCRIPTION="Provides a collection of easyblocks for EasyBuild."
+HOMEPAGE="
+   https://easybuild.io/
+   https://github.com/easybuilders/easybuild-easyblocks
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/easybuilders/easybuild-easyblocks;
+else
+   inherit pypi
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   >=sys-cluster/easybuild-framework-${SUB_P}[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+   # already there from easybuild_framework
+   rm easybuild/__init__.py || die
+   default
+}

diff --git a/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-.ebuild 
b/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-.ebuild
new file mode 100644
index 0..6796cf683
--- /dev/null
+++ b/sys-cluster/easybuild-easyblocks/easybuild-easyblocks-.ebuild
@@ -0,0 +1,37 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+SUB_P=$(ver_cut 1)
+
+DESCRIPTION="Provides a collection of easyblocks for EasyBuild."
+HOMEPAGE="
+   https://easybuild.io/
+   https://github.com/easybuilders/easybuild-easyblocks
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/easybuilders/easybuild-easyblocks;
+   SUB_P=
+else
+   inherit pypi
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   >=sys-cluster/easybuild-framework-${SUB_P}[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+   # already there from easybuild_framework
+   rm easybuild/__init__.py || die
+   default
+}



[gentoo-commits] proj/sci:master commit in: sys-cluster/easybuild-easyconfigs/

2024-02-17 Thread Alexander Puck Neuwirth
commit: b085c2dfe903920fe26a5964298ccfc53dea1085
Author: Alexander Puck Neuwirth  neuwirth-informatik  
de>
AuthorDate: Fri Feb 16 19:49:04 2024 +
Commit: Alexander Puck Neuwirth  neuwirth-informatik  
de>
CommitDate: Fri Feb 16 19:49:04 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=b085c2df

sys-cluster/easybuild-easyconfigs: add 4.9.0, 

Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>

 .../easybuild-easyconfigs-4.9.0.ebuild | 34 ++
 .../easybuild-easyconfigs-.ebuild  | 34 ++
 2 files changed, 68 insertions(+)

diff --git 
a/sys-cluster/easybuild-easyconfigs/easybuild-easyconfigs-4.9.0.ebuild 
b/sys-cluster/easybuild-easyconfigs/easybuild-easyconfigs-4.9.0.ebuild
new file mode 100644
index 0..ea069535d
--- /dev/null
+++ b/sys-cluster/easybuild-easyconfigs/easybuild-easyconfigs-4.9.0.ebuild
@@ -0,0 +1,34 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+SUB_P=$(ver_cut 1)
+SUB_PP=${SUB_P}.$(ver_cut 2)
+
+DESCRIPTION="Provides a collection of well-tested easyconfig files for 
EasyBuild."
+HOMEPAGE="
+   https://easybuild.io/
+   https://github.com/easybuilders/easybuild-easyconfigs
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/easybuilders/easybuild-easyconfigs;
+   SUB_P=
+   SUB_PP=
+else
+   inherit pypi
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   >=sys-cluster/easybuild-framework-${SUB_P}[${PYTHON_USEDEP}]
+   >=sys-cluster/easybuild-easyblocks-${SUB_PP}[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"

diff --git 
a/sys-cluster/easybuild-easyconfigs/easybuild-easyconfigs-.ebuild 
b/sys-cluster/easybuild-easyconfigs/easybuild-easyconfigs-.ebuild
new file mode 100644
index 0..ea069535d
--- /dev/null
+++ b/sys-cluster/easybuild-easyconfigs/easybuild-easyconfigs-.ebuild
@@ -0,0 +1,34 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+SUB_P=$(ver_cut 1)
+SUB_PP=${SUB_P}.$(ver_cut 2)
+
+DESCRIPTION="Provides a collection of well-tested easyconfig files for 
EasyBuild."
+HOMEPAGE="
+   https://easybuild.io/
+   https://github.com/easybuilders/easybuild-easyconfigs
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/easybuilders/easybuild-easyconfigs;
+   SUB_P=
+   SUB_PP=
+else
+   inherit pypi
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   >=sys-cluster/easybuild-framework-${SUB_P}[${PYTHON_USEDEP}]
+   >=sys-cluster/easybuild-easyblocks-${SUB_PP}[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"



[gentoo-commits] proj/sci:master commit in: sys-cluster/easybuild-framework/

2024-02-17 Thread Alexander Puck Neuwirth
commit: ffab1c746c92ae11906fa242fc04840757c3dfc8
Author: Alexander Puck Neuwirth  neuwirth-informatik  
de>
AuthorDate: Fri Feb 16 19:46:57 2024 +
Commit: Alexander Puck Neuwirth  neuwirth-informatik  
de>
CommitDate: Fri Feb 16 19:46:57 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ffab1c74

sys-cluster/easybuild-framework: add 4.9.0, 

Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>

 .../easybuild-framework-4.9.0.ebuild   | 40 ++
 .../easybuild-framework-.ebuild| 40 ++
 2 files changed, 80 insertions(+)

diff --git a/sys-cluster/easybuild-framework/easybuild-framework-4.9.0.ebuild 
b/sys-cluster/easybuild-framework/easybuild-framework-4.9.0.ebuild
new file mode 100644
index 0..56dda1fba
--- /dev/null
+++ b/sys-cluster/easybuild-framework/easybuild-framework-4.9.0.ebuild
@@ -0,0 +1,40 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="The easybuild-framework package is the core of EasyBuild."
+HOMEPAGE="
+   https://easybuild.io/
+   https://github.com/easybuilders/easybuild-framework
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/easybuilders/easybuild-framework;
+else
+   inherit pypi
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/GitPython[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/autopep8[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/archspec[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.6.2-test.patch
+)

diff --git a/sys-cluster/easybuild-framework/easybuild-framework-.ebuild 
b/sys-cluster/easybuild-framework/easybuild-framework-.ebuild
new file mode 100644
index 0..56dda1fba
--- /dev/null
+++ b/sys-cluster/easybuild-framework/easybuild-framework-.ebuild
@@ -0,0 +1,40 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1
+
+DESCRIPTION="The easybuild-framework package is the core of EasyBuild."
+HOMEPAGE="
+   https://easybuild.io/
+   https://github.com/easybuilders/easybuild-framework
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/easybuilders/easybuild-framework;
+else
+   inherit pypi
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/keyring[${PYTHON_USEDEP}]
+   dev-python/GitPython[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/autopep8[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/archspec[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.6.2-test.patch
+)



[gentoo-commits] proj/sci:master commit in: sys-cluster/easybuild/

2024-02-17 Thread Alexander Puck Neuwirth
commit: ff4a11344e04fd3e7b74bca15b739178e7399e35
Author: Alexander Puck Neuwirth  neuwirth-informatik  
de>
AuthorDate: Fri Feb 16 19:49:54 2024 +
Commit: Alexander Puck Neuwirth  neuwirth-informatik  
de>
CommitDate: Fri Feb 16 19:49:54 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ff4a1134

sys-cluster/easybuild: add 4.9.0, 

Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>

 sys-cluster/easybuild/easybuild-4.9.0.ebuild | 40 
 sys-cluster/easybuild/easybuild-.ebuild  | 40 
 2 files changed, 80 insertions(+)

diff --git a/sys-cluster/easybuild/easybuild-4.9.0.ebuild 
b/sys-cluster/easybuild/easybuild-4.9.0.ebuild
new file mode 100644
index 0..c0f284835
--- /dev/null
+++ b/sys-cluster/easybuild/easybuild-4.9.0.ebuild
@@ -0,0 +1,40 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="EasyBuild is a software build and installation framework."
+HOMEPAGE="
+   https://easybuild.io/
+   https://github.com/easybuilders/easybuild
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/easybuilders/easybuild;
+else
+   inherit pypi
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-libs/openssl
+   dev-tcltk/tclx
+   || ( >=sys-cluster/lmod-6.5.1 >=sys-cluster/modules-4.6.0-r1 )
+   ~sys-cluster/easybuild-framework-${PV}[${PYTHON_USEDEP}]
+   ~sys-cluster/easybuild-easyblocks-${PV}[${PYTHON_USEDEP}]
+   ~sys-cluster/easybuild-easyconfigs-${PV}[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+pkg_postinst() {
+   elog "Remember to set the module install path"
+   elog "ml use \$installpath/modules/all"
+   elog "where --installpath is passed to eb"
+
+   optfeature "GitHub PR integration" dev-python/keyring 
dev-python/GitPython
+}

diff --git a/sys-cluster/easybuild/easybuild-.ebuild 
b/sys-cluster/easybuild/easybuild-.ebuild
new file mode 100644
index 0..c0f284835
--- /dev/null
+++ b/sys-cluster/easybuild/easybuild-.ebuild
@@ -0,0 +1,40 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="EasyBuild is a software build and installation framework."
+HOMEPAGE="
+   https://easybuild.io/
+   https://github.com/easybuilders/easybuild
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/easybuilders/easybuild;
+else
+   inherit pypi
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   dev-libs/openssl
+   dev-tcltk/tclx
+   || ( >=sys-cluster/lmod-6.5.1 >=sys-cluster/modules-4.6.0-r1 )
+   ~sys-cluster/easybuild-framework-${PV}[${PYTHON_USEDEP}]
+   ~sys-cluster/easybuild-easyblocks-${PV}[${PYTHON_USEDEP}]
+   ~sys-cluster/easybuild-easyconfigs-${PV}[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}"
+
+pkg_postinst() {
+   elog "Remember to set the module install path"
+   elog "ml use \$installpath/modules/all"
+   elog "where --installpath is passed to eb"
+
+   optfeature "GitHub PR integration" dev-python/keyring 
dev-python/GitPython
+}



[gentoo-commits] repo/gentoo:master commit in: app-portage/pkg-testing-tools/

2024-02-17 Thread Joonas Niilola
commit: afec9a9ec3cf8fec8796851b8c39ceac200162ac
Author: Alexander Puck Neuwirth  neuwirth-informatik  
de>
AuthorDate: Sat Feb 17 11:01:20 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Feb 17 17:12:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afec9a9e

app-portage/pkg-testing-tools: Add python3_12, add live ebuild

Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>
Closes: https://github.com/gentoo/gentoo/pull/35388
Signed-off-by: Joonas Niilola  gentoo.org>

 .../pkg-testing-tools-0.2.1.ebuild | 17 ++--
 .../pkg-testing-tools-.ebuild  | 32 ++
 2 files changed, 46 insertions(+), 3 deletions(-)

diff --git a/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.1.ebuild 
b/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.1.ebuild
index 41d4e5d3029a..c8cd079994a1 100644
--- a/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.1.ebuild
+++ b/app-portage/pkg-testing-tools/pkg-testing-tools-0.2.1.ebuild
@@ -4,18 +4,29 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 DESCRIPTION="Packages testing tools for Gentoo"
 HOMEPAGE="https://github.com/APN-Pucky/pkg-testing-tools;
-SRC_URI="https://github.com/APN-Pucky/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
+REPO=APN-Pucky
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${REPO}/${PN};
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   
SRC_URI="https://github.com/APN-Pucky/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+fi
+
+IUSE="test"
+RESTRICT="!test? ( test )"
 RDEPEND="
sys-apps/portage[${PYTHON_USEDEP}]
 "
+
+distutils_enable_tests pytest

diff --git a/app-portage/pkg-testing-tools/pkg-testing-tools-.ebuild 
b/app-portage/pkg-testing-tools/pkg-testing-tools-.ebuild
new file mode 100644
index ..c8cd079994a1
--- /dev/null
+++ b/app-portage/pkg-testing-tools/pkg-testing-tools-.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Packages testing tools for Gentoo"
+HOMEPAGE="https://github.com/APN-Pucky/pkg-testing-tools;
+
+REPO=APN-Pucky
+LICENSE="BSD"
+SLOT="0"
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${REPO}/${PN};
+else
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   
SRC_URI="https://github.com/APN-Pucky/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+fi
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+   sys-apps/portage[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] proj/sci:master commit in: sci-physics/pyhepmc/

2024-02-17 Thread Alexander Puck Neuwirth
commit: 0d902a02e59eecc0dfe2889fd4db098231c4f19b
Author: Alexander Puck Neuwirth  neuwirth-informatik  
de>
AuthorDate: Thu Feb  1 22:13:33 2024 +
Commit: Alexander Puck Neuwirth  neuwirth-informatik  
de>
CommitDate: Sat Feb 17 17:24:46 2024 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d902a02

sci-physics/pyhepmc: new package, add 2.11.0

Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>
Closes: https://github.com/gentoo/sci/pull/1237
Signed-off-by: Alexander Puck Neuwirth  neuwirth-informatik.de>

 sci-physics/pyhepmc/metadata.xml  | 19 +++
 sci-physics/pyhepmc/pyhepmc-2.11.0.ebuild | 20 
 2 files changed, 39 insertions(+)

diff --git a/sci-physics/pyhepmc/metadata.xml b/sci-physics/pyhepmc/metadata.xml
new file mode 100644
index 0..6f6a9a0bb
--- /dev/null
+++ b/sci-physics/pyhepmc/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   alexan...@neuwirth-informatik.de
+   Alexander Puck Neuwirth
+   
+   
+   pyhepmc largely mirrors the C++ interface of the HepMC3 library, which 
is documented here. Parts of the documentation have been copied from HepMC3. 
Documentation is available as Python docstrings, so you can use Python's help() 
browser to learn about the API. Alternatively, you can consult the online 
reference generated from these docstrings which includes some examples.
+   
+   
+   pyhepmc
+   scikit-hep/pyhepmc
+   
+

diff --git a/sci-physics/pyhepmc/pyhepmc-2.11.0.ebuild 
b/sci-physics/pyhepmc/pyhepmc-2.11.0.ebuild
new file mode 100644
index 0..c28b094bb
--- /dev/null
+++ b/sci-physics/pyhepmc/pyhepmc-2.11.0.ebuild
@@ -0,0 +1,20 @@
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Pythonic wrapper for the HepMC3 C++ library."
+HOMEPAGE="https://github.com/scikit-hep/pyhepmc;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/numpy-1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+${RDEPEND}
+dev-build/cmake
+"



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

2024-02-17 Thread Sam James
commit: 7165edad6bb0537c71a4837f0d204abb5489fee7
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Sat Feb 17 14:28:20 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 17 17:56:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7165edad

mailmap: Add my other email

Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/35395
Signed-off-by: Sam James  gentoo.org>

 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 28353644ae5c..fd6774e4c039 100644
--- a/.mailmap
+++ b/.mailmap
@@ -4,6 +4,7 @@
 # Please keep this list sorted.
 # Use "grep -v '^#' .mailmap | LC_ALL=en_US.utf-8 sort".
 Alexey Shvetsov  
+Alexey Sokolov  
 Andrew Ammerlaan  
 Andrew Ammerlaan  
 Andrew Ammerlaan  



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

2024-02-17 Thread Sam James
commit: ca3b95f4a150e340aeba20e2253dd734ad08e745
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 17 17:56:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 17 17:56:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3b95f4

.mailmap: sort

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

 .mailmap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 6d37ad3cc03f..28353644ae5c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -5,9 +5,9 @@
 # Use "grep -v '^#' .mailmap | LC_ALL=en_US.utf-8 sort".
 Alexey Shvetsov  
 Andrew Ammerlaan  
-Andrew Ammerlaan  
 Andrew Ammerlaan  
 Andrew Ammerlaan  
+Andrew Ammerlaan  
 Andrew Ammerlaan  
 Florian Schmaus  
 Ionen Wolkens  



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

2024-02-17 Thread William Hubbs
commit: 7d13afbc883539b4f9fffc7d6f115b4aea591b4e
Author: William Hubbs  gentoo  org>
AuthorDate: Sat Feb 17 18:05:36 2024 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Feb 17 18:11:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d13afbc

dev-lang/go: simplify bootstrapping

This changes the live ebuild to download the appropriate bootstrap
tarball directly instead of using the dev-lang/go-bootstrap package.

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

 dev-lang/go/Manifest   | 16 +++
 dev-lang/go/go-.ebuild | 72 ++
 2 files changed, 64 insertions(+), 24 deletions(-)

diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest
index a32d5d91aeb1..942c066488b4 100644
--- a/dev-lang/go/Manifest
+++ b/dev-lang/go/Manifest
@@ -1,3 +1,19 @@
+DIST go-1.20.14-darwin-amd64-bootstrap.tbz 94549781 BLAKE2B 
604d6b183b6be19f98f330a73fd07db1824442b14c3870447340e628b3fd13c87972d9a192f888e329b1d0337a48d66651f35c0237e4a5a609091e73385925d7
 SHA512 
ef2b179a096319dca8cd3907ad7c9d80bc61d409ce198a323073fbceb3b6ab3f5752eaeeb8f37f9287ba1c009f5e37da341e359228d0509ab766340f61a10c68
+DIST go-1.20.14-darwin-arm64-bootstrap.tbz 92159553 BLAKE2B 
28a95dafd3126e95fd997744ca20385bf634c3bc08be5698bc314c8e902e261d66ebae754492997562ba3bd2635f68ad8173cbd84aa6e59bcf38fe0c2cd35a65
 SHA512 
1f39a132037f9b1141cac752c20c34da0f87583dba9094965ffb7f65015d3d5273a1b63201e1f68e00d436aa1b1d79972f6f50a195a3d5799f012fb3fbaa20b6
+DIST go-1.20.14-linux-386-bootstrap.tbz 96003553 BLAKE2B 
c3a07e7dd840387281b065aebd216fa0cdd1c2e7bc71cce63f4a0fd7fa2ce1848f2b3b91c2506bea1a5b747ca7eece9aff08fe67dcf6b63f8afcc4a92e382f6b
 SHA512 
236423e5b65078afd7a44f83f91f0b2bf11c78871d01adce942651ec24d02ae96021dfdb00640034dff9b43c636b1975402b68955bf6572c680dfbbb9bdb266e
+DIST go-1.20.14-linux-amd64-bootstrap.tbz 95467194 BLAKE2B 
d0d016a1f6334db056342432f401edf17c9ea0032ed13f3a1ab127b4697fcc18e471cd133ed306ccd98d62779bc2d0304a97a7100f91c566ca064237dab109d0
 SHA512 
638103faca6d913a8b774a00b1846e746c1f6272f1d3d0343942e81886aee84b6a8b10befab5d1e9e9ad7c3f1a3cbf72a2ff223fd236c21a6ef05ed63ae4c495
+DIST go-1.20.14-linux-arm-bootstrap.tbz 92749037 BLAKE2B 
4a58c00132c84510cff0cbca9ed910b565220dfd2f7ef2080b40b3bb35f94b1d3d05e36e964ebf715261c13b38763be0c4df1ac8675f7bd27e9f087a710236b5
 SHA512 
94aa1264ac11243959d2768e67d29e405ec1a63daef3efdea695950fcbacb0e5bfad68eae71e5bca31e74415fc8fce90de2de9ac440e67921221a1b166cf9b23
+DIST go-1.20.14-linux-arm64-bootstrap.tbz 90313482 BLAKE2B 
839f7e2a30944c622cdd3ebbcda8cbbaff6070b0c6bff3c2cdb5429f65df5cd830ed211d05df81d5f25c798e8d113d6bfe605e12b25f271ab35f9a7e98e6a95e
 SHA512 
b7336febe2f687c8b91a885885a5f85e9a25333120fec38c08b96e115cbd1f66bd054d8c8a69891c210f60609828dc8cd9d188ac06d98d97fcec75730c97b5c9
+DIST go-1.20.14-linux-loong64-bootstrap.tbz 91910305 BLAKE2B 
e470bed6fdcae3e5baf9e8079bfaa211814cee00a9bebf2bfef24a27e249b2b2251b1400389b5844ed1f7631a4d8306b358bdf43f92bc96c2d071e79949b4e26
 SHA512 
2c878541d02cadd7cbe66647ef1cbec2ef1c9b43c4798adfd8cdf3ad800c6cc2bd2c702af221e133fa03099029e740362c9f490b1ace6c530462b27d73fb9d50
+DIST go-1.20.14-linux-mips-bootstrap.tbz 89723945 BLAKE2B 
c3ac0d9de529f4d033cf3942726124013f9772aa62174d185e1883e359bc195aca531170a4ba25c40de8d5b8c74d7553b461aabeeca31f76737d38fe86d7ca9a
 SHA512 
461b043acece310ac3c4750086092d4ba6e56c5dcfa2eef1e2d626e8f4d18796dc8d13e9d4e36a2bea500422c7b6aeba863a0da74305ad7952cf2d05fd371c8b
+DIST go-1.20.14-linux-mips64-bootstrap.tbz 90162590 BLAKE2B 
f3fc550a6f2b05dd99fcb1a2437a3c2a4db7d13d434bad9478c400449286a78ea8f824fc40ba2e7e88646d9220ae0508ca57f2cad277b0fcc444d20e0ec8f594
 SHA512 
046baa51362abfa0865fea437d4b80e90b113387d2603661d1ca96c819237b459d3fc50d69acfc0b41b906baed56da031801ec913e55baf0db389ddf10d93d3b
+DIST go-1.20.14-linux-mips64le-bootstrap.tbz 89241603 BLAKE2B 
1708a4d82376ea34dc3c569b2b44e34cb0a6698a4bfb1c04da89da6c2b660e93372926c4d88ca9cc8185c2b5949265779038882b84ff9ea99ddbb709cf7dac91
 SHA512 
ce95ca20b66bea1f4faa2edede7082858689cb50d5579225c635ba7987db7d0627453ae06eb141678cc46720d0bc050ae87d4fc3fbbbaaa16f4db7fd0234b6d2
+DIST go-1.20.14-linux-mipsle-bootstrap.tbz 89478289 BLAKE2B 
e09bf90783a11dda0ed81a2a1f8998bd7ea6ef4c7dc06e0e1abfc885a4cf0622bf40ae9d74d2bb3683ecb96b9a93a3064a8783a609cd88ef3f319af6332bf52d
 SHA512 
5246e8da2fe58053bbdfa861d527b119227eacd055a7e69ffbb1e5c3dd2f477a286951c0577632c492f34ffc3ef4c015b1b7affdf5cca03b22bb0ef1ddea52de
+DIST go-1.20.14-linux-ppc64-bootstrap.tbz 91456774 BLAKE2B 
b4a7ca37f7bfe4c13dbfcb94cbd0521e924ba322eb49a49c6934dbb3b00c7f4929828dde3f18e1c26421c684f4a63bcf7f0834a30d58918b53fd13fc908860ee
 SHA512 
28d9c6b33ab7f72f840fd06b0219845638c3df50b7741152f303288a3b4ab55e7bdb083dbd668e95563e459950e4e89ae9edf7ad604687afe5247781330e2fb1
+DIST go-1.20.14-linux-ppc64le-bootstrap.tbz 90575770 BLAKE2B 
0c76ba27d41d329a7c58ae5c2c168e021a4fbb01800cdc7e61baf50de57b146578aef123755b09df5a4aa405452e2b3cc9ff1960cdc34c3a38442691e7cd0422
 SHA512 

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

2024-02-17 Thread Arthur Zamarin
commit: e06c19973d4f5d45796742e9172c0903ea3f2da9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06c1997

dev-libs/boost: Stabilize 1.84.0-r3 ppc64, #923155

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

 dev-libs/boost/boost-1.84.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/boost/boost-1.84.0-r3.ebuild 
b/dev-libs/boost/boost-1.84.0-r3.ebuild
index 483f20567989..cf5aa58b660f 100644
--- a/dev-libs/boost/boost-1.84.0-r3.ebuild
+++ b/dev-libs/boost/boost-1.84.0-r3.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${PN}_${MY_PV}"
 
 LICENSE="Boost-1.0"
 SLOT="0/${PV}" # ${PV} instead of the major version due to bug 486122
-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"
 IUSE="bzip2 +context debug doc icu lzma +nls mpi numpy python +stacktrace 
tools zlib zstd"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 # the tests will never fail because these are not intended as sanity



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

2024-02-17 Thread Arthur Zamarin
commit: 756989cde9b32c9f649a30a063e01d58c81fa736
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756989cd

dev-util/mdds: Stabilize 2.1.1 ppc64, #923155

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

 dev-util/mdds/mdds-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/mdds/mdds-2.1.1.ebuild b/dev-util/mdds/mdds-2.1.1.ebuild
index 96264ca9dfda..fa1a827ea4a4 100644
--- a/dev-util/mdds/mdds-2.1.1.ebuild
+++ b/dev-util/mdds/mdds-2.1.1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="https://kohei.us/files/${PN}/src/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86 ~amd64-linux 
~x86-linux"
 fi
 inherit autotools toolchain-funcs
 



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

2024-02-17 Thread Arthur Zamarin
commit: 058bc4b23d580478c034bccad2b9792403ceb689
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058bc4b2

app-crypt/gpgme: Stabilize 1.23.2 ppc64, #923155

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

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

diff --git a/app-crypt/gpgme/gpgme-1.23.2.ebuild 
b/app-crypt/gpgme/gpgme-1.23.2.ebuild
index e8d872e8dd55..428e3ac2e11a 100644
--- a/app-crypt/gpgme/gpgme-1.23.2.ebuild
+++ b/app-crypt/gpgme/gpgme-1.23.2.ebuild
@@ -33,7 +33,7 @@ LICENSE="GPL-2 LGPL-2.1"
 # Bump FUDGE if a release is made which breaks ABI without changing SONAME.
 # (Reset to 0 if FUDGE != 0 if libgpgme/libgpgmepp/libqpggme change.)
 SLOT="1/11.6.15.2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 IUSE="common-lisp static-libs +cxx python qt5 qt6 test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="



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

2024-02-17 Thread Arthur Zamarin
commit: ccae097b815823fb5e017a3a88b92d8002b2a375
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccae097b

dev-libs/icu: Stabilize 74.2 ppc64, #923155

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

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

diff --git a/dev-libs/icu/icu-74.2.ebuild b/dev-libs/icu/icu-74.2.ebuild
index 5c6d4ebdac54..5707bdbfed9c 100644
--- a/dev-libs/icu/icu-74.2.ebuild
+++ b/dev-libs/icu/icu-74.2.ebuild
@@ -19,7 +19,7 @@ SRC_URI+=" verify-sig? ( 
https://github.com/unicode-org/icu/releases/download/re
 S="${WORKDIR}"/${PN}/source
 
 if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 fi
 LICENSE="BSD"
 SLOT="0/${PV%.*}.1"



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

2024-02-17 Thread Arthur Zamarin
commit: 92c1b7f68bb1db97c8eecd248175a1b8f27cf61a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:13 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c1b7f6

dev-libs/libixion: Stabilize 0.19.0 ppc64, #923155

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

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

diff --git a/dev-libs/libixion/libixion-0.19.0.ebuild 
b/dev-libs/libixion/libixion-0.19.0.ebuild
index 49298c9b60c4..493c22f03935 100644
--- a/dev-libs/libixion/libixion-0.19.0.ebuild
+++ b/dev-libs/libixion/libixion-0.19.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
 else
MDDS_SLOT="1/2.1"
SRC_URI="https://kohei.us/files/ixion/src/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"



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

2024-02-17 Thread Arthur Zamarin
commit: 2573bba608d36664b38cf03e517c5a65e29378d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:13 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2573bba6

app-text/libexttextcat: Stabilize 3.4.7 ppc64, #923155

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

 app-text/libexttextcat/libexttextcat-3.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libexttextcat/libexttextcat-3.4.7.ebuild 
b/app-text/libexttextcat/libexttextcat-3.4.7.ebuild
index e9ef4f7498cc..72a553e3c272 100644
--- a/app-text/libexttextcat/libexttextcat-3.4.7.ebuild
+++ b/app-text/libexttextcat/libexttextcat-3.4.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://dev-www.libreoffice.org/src/${P}.tar.xz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 src_configure() {
econf \



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

2024-02-17 Thread Arthur Zamarin
commit: bfc423155167d289f30ca8471ffdff2c0e123909
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc42315

dev-libs/liborcus: Stabilize 0.19.2 ppc64, #923155

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

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

diff --git a/dev-libs/liborcus/liborcus-0.19.2.ebuild 
b/dev-libs/liborcus/liborcus-0.19.2.ebuild
index d9063833d425..592efa8da2c5 100644
--- a/dev-libs/liborcus/liborcus-0.19.2.ebuild
+++ b/dev-libs/liborcus/liborcus-0.19.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
 else
MDDS_SLOT="1/2.1"
SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-l10n/

2024-02-17 Thread Arthur Zamarin
commit: 2192fb28cabd884863de4c70f1a2cea88009e67c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2192fb28

app-office/libreoffice-l10n: Stabilize 7.6.4.1 ppc64, #923155

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

 app-office/libreoffice-l10n/libreoffice-l10n-7.6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-7.6.4.1.ebuild 
b/app-office/libreoffice-l10n/libreoffice-l10n-7.6.4.1.ebuild
index 71859948fb1f..23377b4042ec 100644
--- a/app-office/libreoffice-l10n/libreoffice-l10n-7.6.4.1.ebuild
+++ b/app-office/libreoffice-l10n/libreoffice-l10n-7.6.4.1.ebuild
@@ -17,7 +17,7 @@ 
BASE_SRC_URI_STABLE="https://download.documentfoundation.org/${PN/-l10n/}/stable
 
 LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86 ~amd64-linux"
 IUSE="offlinehelp"
 
 #



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

2024-02-17 Thread Arthur Zamarin
commit: e3f16a2411d8c57d432f8a49a6ce8c20300d1a9e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f16a24

dev-libs/icu-layoutex: Stabilize 74.2 ppc64, #923155

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

 dev-libs/icu-layoutex/icu-layoutex-74.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu-layoutex/icu-layoutex-74.2.ebuild 
b/dev-libs/icu-layoutex/icu-layoutex-74.2.ebuild
index 5ee6ca896b2d..6274ae55cf52 100644
--- a/dev-libs/icu-layoutex/icu-layoutex-74.2.ebuild
+++ b/dev-libs/icu-layoutex/icu-layoutex-74.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}"/${PN/-layoutex}/source
 LICENSE="BSD"
 SLOT="0/${PV%.*}.1"
 if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
 fi
 IUSE="debug static-libs test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/

2024-02-17 Thread Arthur Zamarin
commit: efee09d7178e795c1b5bee8c711d761b6de40b68
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:15 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efee09d7

app-office/libreoffice: Stabilize 7.6.4.1 ppc64, #923155

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

 app-office/libreoffice/libreoffice-7.6.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/libreoffice/libreoffice-7.6.4.1.ebuild 
b/app-office/libreoffice/libreoffice-7.6.4.1.ebuild
index 184c62e5df60..6d5a0f51d658 100644
--- a/app-office/libreoffice/libreoffice-7.6.4.1.ebuild
+++ b/app-office/libreoffice/libreoffice-7.6.4.1.ebuild
@@ -103,7 +103,7 @@ LICENSE="|| ( LGPL-3 MPL-1.1 )"
 SLOT="0"
 
 [[ ${MY_PV} == ** ]] || \
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86 ~amd64-linux"
 
 COMMON_DEPEND="${PYTHON_DEPS}
app-arch/unzip



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

2024-02-17 Thread Arthur Zamarin
commit: 10c27686db4e748ab1e3517ec5339bd566ced282
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c27686

app-text/poppler: Stabilize 24.02.0 ppc64, #923155

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

 app-text/poppler/poppler-24.02.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/poppler/poppler-24.02.0.ebuild 
b/app-text/poppler/poppler-24.02.0.ebuild
index 059dbef8b36d..50d9f02e495a 100644
--- a/app-text/poppler/poppler-24.02.0.ebuild
+++ b/app-text/poppler/poppler-24.02.0.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
SRC_URI+=" test? ( 
https://gitlab.freedesktop.org/poppler/test/-/archive/${TEST_COMMIT}/test-${TEST_COMMIT}.tar.bz2
 -> ${PN}-test-${TEST_COMMIT}.tar.bz2 )"
SRC_URI+=" verify-sig? ( 
https://poppler.freedesktop.org/${P}.tar.xz.sig )"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~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 ~mips ~ppc ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
SLOT="0/134"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2024-02-17 Thread Arthur Zamarin
commit: a3432f88cb8ac5281d8592871f42ee63f0cba786
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:55:13 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:55:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3432f88

app-text/libetonyek: Stabilize 0.1.10-r2 ppc64, #923155

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

 app-text/libetonyek/libetonyek-0.1.10-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild 
b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
index 00e64b9cf29c..bd8b4ef532a2 100644
--- a/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
+++ b/app-text/libetonyek/libetonyek-0.1.10-r2.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == ** ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~loong ppc64 ~riscv ~x86"
 fi
 
 DESCRIPTION="Library parsing Apple Keynote presentations"



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

2024-02-17 Thread Arthur Zamarin
commit: bf9e5d0c0538e8db3329196c61928aa0a3ee630d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:54:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:54:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9e5d0c

app-portage/elt-patches: Stabilize 20240116 amd64, #924412

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

 app-portage/elt-patches/elt-patches-20240116.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/elt-patches/elt-patches-20240116.ebuild 
b/app-portage/elt-patches/elt-patches-20240116.ebuild
index 82d16ea1e740..b314e6ac3b5b 100644
--- a/app-portage/elt-patches/elt-patches-20240116.ebuild
+++ b/app-portage/elt-patches/elt-patches-20240116.ebuild
@@ -19,7 +19,7 @@ else

https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
"
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~arm64-linux ~ppc64-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 ~arm64-linux ~ppc64-linux ~x86-linux 
~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
 fi
 
 LICENSE="GPL-2"



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

2024-02-17 Thread Arthur Zamarin
commit: 2d0172c45898ee0bae6b2e6350d0733f9ca5ddbf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:54:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:54:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0172c4

dev-python/black: Stabilize 24.1.1 ppc64, #924524

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

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

diff --git a/dev-python/black/black-24.1.1.ebuild 
b/dev-python/black/black-24.1.1.ebuild
index 963169cbee92..32c94d32b44f 100644
--- a/dev-python/black/black-24.1.1.ebuild
+++ b/dev-python/black/black-24.1.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]



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

2024-02-17 Thread Arthur Zamarin
commit: 54fe8e71f09ac14f4011be9d2c9469df4d9de8b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:54:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:54:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fe8e71

app-arch/lzop: Keyword 1.04-r1 s390, #924746

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

 app-arch/lzop/lzop-1.04-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lzop/lzop-1.04-r1.ebuild 
b/app-arch/lzop/lzop-1.04-r1.ebuild
index d13da09a206e..a40ac1c8e0ea 100644
--- a/app-arch/lzop/lzop-1.04-r1.ebuild
+++ b/app-arch/lzop/lzop-1.04-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ SRC_URI="https://www.lzop.org/download/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND=">=dev-libs/lzo-2"
 DEPEND="${RDEPEND}"



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

2024-02-17 Thread Arthur Zamarin
commit: 25cdc974a9fac680304f3a615a6b28fbf6168b9d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 17 09:54:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 17 09:54:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25cdc974

app-arch/libarchive: Keyword 3.7.2-r2 s390, #924746

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

 app-arch/libarchive/libarchive-3.7.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/libarchive/libarchive-3.7.2-r2.ebuild 
b/app-arch/libarchive/libarchive-3.7.2-r2.ebuild
index ba60d198663c..54c0c811191e 100644
--- a/app-arch/libarchive/libarchive-3.7.2-r2.ebuild
+++ b/app-arch/libarchive/libarchive-3.7.2-r2.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="BSD BSD-2 BSD-4 public-domain"
 SLOT="0/13"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~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 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="
acl blake2 +bzip2 +e2fsprogs expat +iconv lz4 +lzma lzo nettle
static-libs test xattr zstd



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

2024-02-17 Thread Viorel Munteanu
commit: 117868ee8e851396307394146dea9c82e5da6dde
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Feb 17 09:53:56 2024 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Sat Feb 17 09:58:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117868ee

net-im/mattermost-desktop-bin: add 5.7.0_rc1

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

 net-im/mattermost-desktop-bin/Manifest |  2 +
 .../mattermost-desktop-bin-5.7.0_rc1.ebuild| 95 ++
 2 files changed, 97 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index 33d35693332c..24afb0fa6a37 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,3 +2,5 @@ DIST mattermost-desktop-5.5.1-linux-arm64.tar.gz 100458081 
BLAKE2B 2a58b40ef0ca5
 DIST mattermost-desktop-5.5.1-linux-x64.tar.gz 99899822 BLAKE2B 
da8bb0c3932f32ff12abc90e07d69d70e0f4d8ee86bd1881b5311496462630f3e43813acece1957027cf1968f7c7d532dd9892049e42761ee5ef437dc4cdd817
 SHA512 
fcb3f9c213323b5ede9f21765af8bb8ace9ed7f9469de13f05ffe44a8ce251d7305b978133142473c813bf94ffd50e7b5323bac64a7c585c01e803f15abdc46f
 DIST mattermost-desktop-5.6.0-linux-arm64.tar.gz 103186982 BLAKE2B 
a36a010cde79713b5228478610447a53c5e4d0a132876f49428fbe265f6dc42054ad7bfa0129d0a17688200514b74536963e4a77f12cde32a8f98ab10f3c957a
 SHA512 
dd121db5e77321ed2fd4d06bfaa2fbba37d25a2d06c7d455cf34e645ead274bef8244fabade323d4ff07c6a1202e3a8a0b9fd96f8e0ec5976d96023de3a75973
 DIST mattermost-desktop-5.6.0-linux-x64.tar.gz 102835133 BLAKE2B 
4ef34c12ad2b8fefd224237aedf7c7a68844d37b6ca2fca517ffa109c6de9a99709f8accd969964dab3246289d642203e1a84a9b05ef9ca87ca0f0e5305fd949
 SHA512 
3a6e09dbacb65c1200932c652fab1dafbb136ee7596034efbfeaadea2ee2bd16476d231fb01357a6ec4fbdd392c955e79dc1e03b61dfc67dbaeb10f5167b5d14
+DIST mattermost-desktop-5.7.0-rc.1-linux-arm64.tar.gz 104465500 BLAKE2B 
3169ae69eab8b51080b4828de986d17a8c8e8820812270f0f526ba7b203e60582b11beca30ff2eff6db87ae801d84a192fed9cb737a46c11acde8728a1062337
 SHA512 
b9660306595e29ca3cefa71ffe73bafea7f06d8811a60fd8bb6519a3fde8fded40e062e31c7598a6cd1c30ff0128051ccfffbe08609ace4f0c7d6f417d5babfb
+DIST mattermost-desktop-5.7.0-rc.1-linux-x64.tar.gz 104733631 BLAKE2B 
ef59be3439b0e7bb0205b134ed96802be0cc30a7666f8f18bfa02e635f17a56dee0d1d896d8133828595858bacd98a1f063b80fc54c92e8b004a34c1efba306c
 SHA512 
429652afcf4c6a84e530e060b2b1e05c122643fa738da80d724a95df642208cda346f92c513a9638d17640cf3b23e3ed85498246ded6807abd63719f4fa6981b

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.7.0_rc1.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.7.0_rc1.ebuild
new file mode 100644
index ..8db20297843a
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.7.0_rc1.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN%-*}"
+MY_PV="${PV/_rc/-rc.}"
+
+inherit desktop xdg
+
+DESCRIPTION="Mattermost Desktop application"
+HOMEPAGE="https://mattermost.com/;
+
+SRC_URI="
+   amd64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz
 )
+   arm64? ( 
https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz
 )
+"
+S="${WORKDIR}"
+
+LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
+if [[ ${PV} != *rc* ]]; then
+   KEYWORDS="~amd64 ~arm64"
+fi
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2[X]
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-libs/wayland
+   media-libs/alsa-lib
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/glibc
+   x11-libs/cairo
+   x11-libs/gtk+:3[X]
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libdrm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango
+"
+
+QA_PREBUILT="
+   opt/mattermost-desktop/mattermost-desktop
+   opt/mattermost-desktop/libnode.so
+   opt/mattermost-desktop/libffmpeg.so
+   opt/mattermost-desktop/libGLESv2.so
+   opt/mattermost-desktop/libEGL.so
+   opt/mattermost-desktop/libvk_swiftshader.so
+   opt/mattermost-desktop/libvulkan.so.1
+   opt/mattermost-desktop/resources/*
+"
+
+DOCS=(
+   NOTICE.txt
+)
+
+src_install() {
+   if use amd64; then
+   cd mattermost-desktop-${MY_PV}-linux-x64 || die
+   elif use arm64; then
+   cd mattermost-desktop-${MY_PV}-linux-arm64 || die
+   fi
+   newicon app_icon.png ${MY_PN}.png
+
+   insinto "/opt/${MY_PN}/locales"
+   doins locales/*.pak
+
+   insinto 

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

2024-02-17 Thread Patrick Lauer
commit: c7bc4525ba6350face10c0d4c5821bc4d8baf000
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Feb 17 10:09:29 2024 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Feb 17 10:09:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bc4525

sys-apps/syd: add 3.13.1, drop 3.13.0

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

 sys-apps/syd/Manifest | 2 +-
 sys-apps/syd/{syd-3.13.0.ebuild => syd-3.13.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/syd/Manifest b/sys-apps/syd/Manifest
index 3f3c61f2dcd9..9a39bf34df93 100644
--- a/sys-apps/syd/Manifest
+++ b/sys-apps/syd/Manifest
@@ -94,7 +94,7 @@ DIST smallvec-1.13.1.crate 34952 BLAKE2B 
e0dcf1d26883564cd4f5d20a588562404e19307
 DIST strum-0.26.1.crate 5861 BLAKE2B 
dbcfb1e1ae7dd18e26cdcee4be8837a3e94bdc5d86b0cfdc98026e77f120f29d69425e50f24b219df9ae2cf35473fe03370aa5edfa2f953e7d20102206806b1f
 SHA512 
e285c10fb927b5373f0dd64131ea425c5a86b5ba4e60f131fa26f0d8427a99e58192b8a44bb87b76153d67e9625575b699147b966d505e59c7649ebc8ca1d584
 DIST strum_macros-0.26.1.crate 25326 BLAKE2B 
2f52389676e1581abf42995a54d7725b0ece50ba8da2ecba700c359a4bc3dfa3c48440908a57d8f25334a1ab6a844093e131dc351182ecec1cab9bff1b04c407
 SHA512 
f41fc17aaf84385437605ffa751a9f03d19d230780855f86d60b53de4bd1891519a3550c41a31d44312f44b59c3c184286d9181e40c3fdda3aec0c2806385455
 DIST syd-3.12.4.tar.gz 458042 BLAKE2B 
719b46a9d44e5955886032b120b4f50a7feefe3e3066dc25330ce19d78fed3554b72d20dcddda307abaf3e934ce4b9e038f57127ef657ddc894fcb0ccb410240
 SHA512 
086d7f9492d0985675789e305794733b51e7021bd9dc4bc1cecc472956ccb7f964917aa4336baca694f3e9e229011043e56caa56b904ba10d3864d20931efbd7
-DIST syd-3.13.0.tar.gz 459383 BLAKE2B 
7edc04a87d98250e38c665a2284e95528078ef9513a9d98f0800dc17615d10c984ded3bf8aafd90a5bc4ade67fe86bef3e9e1f8b839c83c3f7a6659ff4856af5
 SHA512 
3d7f350d80ea4587c0f76d9a3f4fa7581e0611547726bc6e10f1c815fe4f9c02e57717532c6d78174fc13842a0b4f8508fc3cbc90c820c176db05df091fee88a
+DIST syd-3.13.1.tar.gz 459379 BLAKE2B 
c67af402c5855be6f2865ab58d4a4f7db9b6c93369e26d1c7b53826af62ee62bd007f41862d27fbab8a1d0523e086839d33c608b16d2580c744d7b65ff385b4e
 SHA512 
4866bbdc122a646028e1869ccac0d8bc0f08bc3b8246604b60d726f5dd30c570d09ca6fd40fd4ef753a04dc0d0ebb8df1e0a641c65e9b2a3eae33edf2f95bf93
 DIST syn-2.0.48.crate 250566 BLAKE2B 
e46b0863af76c3116c84d01b654a9820b7edc51f75c9c5301a7967d12284f78da602409f34fc40524728350dc6b998a4d738f08b8868f95236b3e5d24c460580
 SHA512 
926c0ad55cc743df20f9166b6d71fd44421aeb1f073fd86b6ddb53e13cd508b539c0360ce64b07b65597bb14639c8f33acf7e60951e1e9128624517aa3aee325
 DIST syn-2.0.49.crate 250652 BLAKE2B 
989afeb8a654574dc2f56cc9b8f9a5ac6523cf4ccfb07fe9b7420624a45e36cbdf1343c9642e9a5e1073d9db58eba0d026d9e0441d31ecf697a4d49ebb06be1d
 SHA512 
c9e35fa289476c8cc8349ca4850ea60abbb7c920b29c7b736bea210bf3d889c250dd664f44e2d02ed2d2533fd27073567257853e2541e440bb13ae9d5185da7f
 DIST tempfile-3.10.0.crate 33376 BLAKE2B 
303e3bbc2492fd965c5e5ca02229868e94de1b1286175a07b3f9767a174c5a83bb6f6ab59d582f963f9cc4f92362be6a8e898e140397e4314bc18bd8d4e13249
 SHA512 
0f9bb6420105badfaf7e59f9679b53c6e3f875208ad8b08b9bf38cf67a1512742f1e3dc586136ec9cb760d127da6be69e9f9ed55f18722edf1af3a452e7d93fa

diff --git a/sys-apps/syd/syd-3.13.0.ebuild b/sys-apps/syd/syd-3.13.1.ebuild
similarity index 100%
rename from sys-apps/syd/syd-3.13.0.ebuild
rename to sys-apps/syd/syd-3.13.1.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/thumbfast/

2024-02-17 Thread Nickolas Raymond Kaczynski
commit: c12d5217ab715d7e9f0ffc9affa8f886745f7811
Author: NRK  disroot  org>
AuthorDate: Sat Feb 17 10:58:28 2024 +
Commit: Nickolas Raymond Kaczynski  disroot  org>
CommitDate: Sat Feb 17 10:59:51 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c12d5217

mpv-plugin/thumbfast: fix license typpo

Signed-off-by: NRK  disroot.org>

 mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild 
b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
index 0868818c77..0de62af727 100644
--- a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
+++ b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/po5/thumbfast;
 SRC_URI="https://github.com/po5/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
-LICENSE="MPL-2"
+LICENSE="MPL-2.0"
 KEYWORDS="~amd64"
 
 RDEPEND="app-shells/bash"



[gentoo-commits] repo/proj/guru:master commit in: net-news/newsraft/files/, net-news/newsraft/

2024-02-17 Thread Rui Huang
commit: 528ea8992ac1f2322daf9c1689e465e45ee8c8b5
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sat Feb 17 10:46:34 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sat Feb 17 10:46:34 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=528ea899

net-news/newsraft: add 0.23, drop 0.19

Closes: https://bugs.gentoo.org/922032
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 net-news/newsraft/Manifest |  2 +-
 .../files/newsraft-0.23-hardcoded-CC.patch | 25 ++
 .../{newsraft-0.19.ebuild => newsraft-0.23.ebuild} |  8 +++
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/net-news/newsraft/Manifest b/net-news/newsraft/Manifest
index 12e2284641..0c66e2a827 100644
--- a/net-news/newsraft/Manifest
+++ b/net-news/newsraft/Manifest
@@ -1 +1 @@
-DIST newsraft-0.19.tar.gz 175794 BLAKE2B 
6d665c0bf56da68e123e4662cbdc857599206f9a90e753c7d0f16ffdea2b0f67d4a338f7954eb5f5f2426e1ae7238f64623939f11e5a07e37846e7c11d76c293
 SHA512 
d9f59f500891b37ef15796a8ec66a5249c3ef3cc5112d2230bf1f606d78f7332ccc17d5846bf9c30a268951059d3a805de651c2b8c3a607572f59126b3d308f0
+DIST newsraft-0.23.tar.gz 139740 BLAKE2B 
5a98c25b120f79d7ccf518545146ab8ec4e2c86772cc0fb9723b225ff15a8e86761f4d79ce25bdf5182a5fbf282b0ffa9b618e9265e589fc9fcbeac8fb75c325
 SHA512 
e55acd637d55dc5566fa5aed1b7c74b8f7f1b61b8ad4de0db08d0ab32a99d68bbbce2f5f47fdc0c43d7601cc1221fe7ae5ca41b1c3d2d7e44a3621d577dc4edc

diff --git a/net-news/newsraft/files/newsraft-0.23-hardcoded-CC.patch 
b/net-news/newsraft/files/newsraft-0.23-hardcoded-CC.patch
new file mode 100644
index 00..5b04de4c99
--- /dev/null
+++ b/net-news/newsraft/files/newsraft-0.23-hardcoded-CC.patch
@@ -0,0 +1,25 @@
+From 5484f2df40aa362f01859049782a467439325c20 Mon Sep 17 00:00:00 2001
+From: "Haelwenn (lanodan) Monnier" 
+Date: Sat, 17 Feb 2024 11:11:48 +0100
+Subject: [PATCH] run-check.sh: Don't hardcode cc, don't assume a.out output
+
+---
+ tests/run-check.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tests/run-check.sh b/tests/run-check.sh
+index c152289..c24973b 100755
+--- a/tests/run-check.sh
 b/tests/run-check.sh
+@@ -12,7 +12,7 @@
+ for test_file in *.c
+ do
+   tests_count="$((tests_count + 1))"
+-  if cc -Isrc -L. "$test_file" -l:libnewsraft.so && env LD_LIBRARY_PATH=. 
./a.out; then
++  if ${CC:-cc} -Isrc -o ./a.out "$test_file" -L. -l:libnewsraft.so && env 
LD_LIBRARY_PATH=. ./a.out; then
+   echo "[OKAY] $test_file"
+   okays_count="$((okays_count + 1))"
+   else
+-- 
+2.43.0
+

diff --git a/net-news/newsraft/newsraft-0.19.ebuild 
b/net-news/newsraft/newsraft-0.23.ebuild
similarity index 86%
rename from net-news/newsraft/newsraft-0.19.ebuild
rename to net-news/newsraft/newsraft-0.23.ebuild
index 462c5323d8..baeac03acc 100644
--- a/net-news/newsraft/newsraft-0.19.ebuild
+++ b/net-news/newsraft/newsraft-0.23.ebuild
@@ -34,11 +34,19 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}/newsraft-0.23-hardcoded-CC.patch"
+)
+
 src_compile() {
tc-getCC
emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 
+src_test() {
+   emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" check
+}
+
 src_install() {
emake PREFIX="/usr" DESTDIR="${D}" install
einstalldocs



[gentoo-commits] repo/proj/guru:master commit in: net-news/newsraft/

2024-02-17 Thread Rui Huang
commit: 82246f1e39d1f222ccce4edd8bede0fbb79b69f1
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sat Feb 17 10:39:01 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sat Feb 17 10:39:53 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=82246f1e

net-news/newsraft: use toolchain-funcs for default $CC

Closes: https://bugs.gentoo.org/911243
Closes: https://bugs.gentoo.org/911242
Closes: https://bugs.gentoo.org/911241
Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 net-news/newsraft/newsraft-0.19.ebuild | 5 -
 net-news/newsraft/newsraft-.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/net-news/newsraft/newsraft-0.19.ebuild 
b/net-news/newsraft/newsraft-0.19.ebuild
index f2923dc3fc..462c5323d8 100644
--- a/net-news/newsraft/newsraft-0.19.ebuild
+++ b/net-news/newsraft/newsraft-0.19.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="A lightweight feed reader with ncurses user interface inspired by 
Newsboat."
 HOMEPAGE="https://codeberg.org/grisha/newsraft;
 
@@ -33,6 +35,7 @@ BDEPEND="
 "
 
 src_compile() {
+   tc-getCC
emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 

diff --git a/net-news/newsraft/newsraft-.ebuild 
b/net-news/newsraft/newsraft-.ebuild
index 4808d8d113..5ba5912afb 100644
--- a/net-news/newsraft/newsraft-.ebuild
+++ b/net-news/newsraft/newsraft-.ebuild
@@ -35,11 +35,11 @@ BDEPEND="
 "
 
 src_compile() {
+   tc-getCC
emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 
 src_test() {
-   tc-export CC # For run-check.sh
emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" check
 }
 



[gentoo-commits] repo/proj/guru:master commit in: net-news/newsraft/

2024-02-17 Thread Rui Huang
commit: 5bdc77adc9eed7ff16ea011b116a4a78a5939afd
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sat Feb 17 10:32:14 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sat Feb 17 10:33:44 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bdc77ad

net-news/newsraft: Fix tests without native-symlinks

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 net-news/newsraft/newsraft-.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-news/newsraft/newsraft-.ebuild 
b/net-news/newsraft/newsraft-.ebuild
index f2923dc3fc..4808d8d113 100644
--- a/net-news/newsraft/newsraft-.ebuild
+++ b/net-news/newsraft/newsraft-.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="A lightweight feed reader with ncurses user interface inspired by 
Newsboat."
 HOMEPAGE="https://codeberg.org/grisha/newsraft;
 
@@ -36,6 +38,11 @@ src_compile() {
emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 }
 
+src_test() {
+   tc-export CC # For run-check.sh
+   emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" check
+}
+
 src_install() {
emake PREFIX="/usr" DESTDIR="${D}" install
einstalldocs



[gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/thumbfast/

2024-02-17 Thread Rui Huang
commit: c12d5217ab715d7e9f0ffc9affa8f886745f7811
Author: NRK  disroot  org>
AuthorDate: Sat Feb 17 10:58:28 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sat Feb 17 10:59:51 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c12d5217

mpv-plugin/thumbfast: fix license typpo

Signed-off-by: NRK  disroot.org>

 mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild 
b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
index 0868818c77..0de62af727 100644
--- a/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
+++ b/mpv-plugin/thumbfast/thumbfast-2023.12.08.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/po5/thumbfast;
 SRC_URI="https://github.com/po5/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
-LICENSE="MPL-2"
+LICENSE="MPL-2.0"
 KEYWORDS="~amd64"
 
 RDEPEND="app-shells/bash"



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/1password/

2024-02-17 Thread Rui Huang
commit: a4c25685b8c3827d60dfcabd603df5cb3ea6b4d9
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Sat Feb 17 10:56:20 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sat Feb 17 10:56:20 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4c25685

gui-apps/1password: fix LDFLAGS

Closes: https://bugs.gentoo.org/924687
Signed-off-by: Vitaly Zdanevich  ya.ru>

 gui-apps/1password/1password-8.10.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/1password/1password-8.10.16.ebuild 
b/gui-apps/1password/1password-8.10.16.ebuild
index c34eb18443..8db1760aab 100644
--- a/gui-apps/1password/1password-8.10.16.ebuild
+++ b/gui-apps/1password/1password-8.10.16.ebuild
@@ -32,7 +32,7 @@ src_unpack() {
rpm_unpack ${P}.x86_64.rpm
 }
 
-QA_PREBUILT="/usr/bin/${PN}"
+QA_PREBUILT="opt/1Password/*"
 
 QA_SONAME="
 /usr/lib64/libXcomposite.so.1



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

2024-02-17 Thread Jakov Smolić
commit: 25adb69b0d1ca675251206012c158adeecefaedb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 17 12:11:04 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 17 12:11:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25adb69b

media-sound/cava: Stabilize 0.10.1 amd64, #924763

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

 media-sound/cava/cava-0.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/cava/cava-0.10.1.ebuild 
b/media-sound/cava/cava-0.10.1.ebuild
index cef1a79fa28c..3c5f3db90724 100644
--- a/media-sound/cava/cava-0.10.1.ebuild
+++ b/media-sound/cava/cava-0.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 
 LICENSE="MIT Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="alsa jack +ncurses pipewire portaudio pulseaudio sdl sndio"
 
 RDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/slang/files/

2024-02-17 Thread Rui Huang
commit: fc45f8635b7ce82adfad6488ef2ee494c9bb2a9d
Author: Huang Rui  gmail  com>
AuthorDate: Sat Feb 17 12:07:05 2024 +
Commit: Rui Huang  gmail  com>
CommitDate: Sat Feb 17 12:07:05 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc45f863

sci-electronics/slang: add missing patch file to slang-5.0

Signed-off-by: Huang Rui  gmail.com>

 .../files/slang-5.0-fix-gentoo-libfmt-depend.patch | 26 ++
 1 file changed, 26 insertions(+)

diff --git 
a/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch 
b/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch
new file mode 100644
index 00..5a94a3058a
--- /dev/null
+++ b/sci-electronics/slang/files/slang-5.0-fix-gentoo-libfmt-depend.patch
@@ -0,0 +1,26 @@
+From 4be4a956ad1a1ff767dcc91c88fac103d5780578 Mon Sep 17 00:00:00 2001
+From: Huang Rui 
+Date: Fri, 15 Sep 2023 19:38:34 +0800
+Subject: [PATCHv1] external/CMakeLists.txt: fix gentoo libfmt depend
+
+Signed-off-by: Huang Rui 
+---
+ external/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
+index 9341eb2e2ffa..4ea7429a69a8 100644
+--- a/external/CMakeLists.txt
 b/external/CMakeLists.txt
+@@ -4,7 +4,7 @@
+ # ~~~
+ 
+ # Required minimum versions for dependencies
+-set(fmt_min_version "10.1")
++set(fmt_min_version "9.0")
+ set(mimalloc_min_version "2.1")
+ set(catch2_min_version "3.0")
+ 
+-- 
+2.42.0
+



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

2024-02-17 Thread Jakov Smolić
commit: 9d44fc8c68a78a6ee2cd3602917ae29eee06d43d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 17 12:11:08 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 17 12:11:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d44fc8c

app-emulation/ruffle: Stabilize 0_p20240117 amd64, #924766

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

 app-emulation/ruffle/ruffle-0_p20240117.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/ruffle/ruffle-0_p20240117.ebuild 
b/app-emulation/ruffle/ruffle-0_p20240117.ebuild
index cc1c2afe2355..68664bc417aa 100644
--- a/app-emulation/ruffle/ruffle-0_p20240117.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20240117.ebuild
@@ -650,7 +650,7 @@ LICENSE+="
CC0-1.0 ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB curl
 " # crates
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



  1   2   3   4   5   >