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

2024-04-25 Thread Viorel Munteanu
commit: 786b91c73944c7d6714add807d4f3a6ca475daa7
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Apr 25 10:44:12 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Apr 25 10:44:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786b91c7

app-misc/fastfetch: fix pkgcheck warning

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

 app-misc/fastfetch/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-misc/fastfetch/metadata.xml b/app-misc/fastfetch/metadata.xml
index 9285504b61fa..945843bdd491 100644
--- a/app-misc/fastfetch/metadata.xml
+++ b/app-misc/fastfetch/metadata.xml
@@ -14,7 +14,6 @@
Enables support for X.org's 
x11-libs/libdrm
Enables extra support for NVIDIA GPU
Enables offscreen rendering support from 
media-libs/mesa
-   Enables reading GPU via 
sys-apps/pciutils
Enables reading GPU via 
media-libs/vulkan-loader
Enables support for XFCE config
Enables support for Xrandr



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

2024-04-25 Thread Viorel Munteanu
commit: fa6c0cf7c64ae5ab07f793fe4fc4814611e69cf8
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Apr 25 09:12:51 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Apr 25 09:16:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6c0cf7

app-backup/dar: drop 2.7.13

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

 app-backup/dar/Manifest  |  1 -
 app-backup/dar/dar-2.7.13.ebuild | 97 
 2 files changed, 98 deletions(-)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index 110c3d5f8b0c..06ab9425b9ea 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,2 +1 @@
-DIST dar-2.7.13.tar.gz 2425559 BLAKE2B 
321a43b04553505279de6f6b27e332883f4209bbe81e24c418188f028b7ba7a794d4e0f510f2c6a22a57fbdbc0501d4fcf7201aadb8cca3e65c6649bff7cfedf
 SHA512 
e7a4bd89ccefaca1d9251d05c39e80f9861b8154f414cd578ba98c3cf3a9f945738c6225fd007b5e73c2d7c2e4abe547e9a2e2deec2cb7e0ec5860603add64fb
 DIST dar-2.7.14.tar.gz 2443548 BLAKE2B 
a68ad06a2bf53b25a0b393f3e85eef5676382d63bfd86ba77696667786a688e326c118d937cd5dae6b1e78410e40295c67d8ba4677c37f7139bbdd2794c4efeb
 SHA512 
0436c67e0dbd8f5e96e01a0db48a469d80fb81a7c7f37aed98308bd55d60d699b21c755d95fa83891690231fd2510eaa6c6652fb99a1bad9c8210084031391d4

diff --git a/app-backup/dar/dar-2.7.13.ebuild b/app-backup/dar/dar-2.7.13.ebuild
deleted file mode 100644
index 88c8bb47d6cd..
--- a/app-backup/dar/dar-2.7.13.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic
-
-DESCRIPTION="A full featured backup tool, aimed for disks"
-HOMEPAGE="http://dar.linux.free.fr/;
-SRC_URI="https://downloads.sourceforge.net/project/dar/dar/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux"
-IUSE="argon2 curl dar32 dar64 doc gcrypt gpg lz4 lzo nls rsync xattr"
-
-REQUIRED_USE="
-   ?? ( dar32 dar64 )
-   gpg? ( gcrypt )
-"
-
-RESTRICT="test" # need to be run as root
-
-RDEPEND="
-   app-arch/bzip2:=
-   app-arch/xz-utils
-   app-arch/zstd:=
-   dev-libs/libthreadar
-   sys-libs/libcap
-   >=sys-libs/zlib-1.2.3:=
-   argon2? ( app-crypt/argon2:= )
-   curl? ( net-misc/curl )
-   gcrypt? (
-   dev-libs/libgcrypt:0=
-   dev-libs/libgpg-error
-   )
-   gpg? (
-   app-crypt/gpgme:=
-   dev-libs/libassuan
-   )
-   lz4? ( app-arch/lz4:= )
-   lzo? ( dev-libs/lzo:2 )
-   nls? ( virtual/libintl )
-   rsync? ( net-libs/librsync:= )
-   xattr? ( sys-apps/attr )
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
-   doc? ( app-text/doxygen )
-   nls? ( sys-devel/gettext )
-"
-
-QA_PKGCONFIG_VERSION=""#862025 - upstream has a different numbering 
scheme for libdar
-
-src_configure() {
-   # configure.ac is totally funked up regarding the AC_ARG_ENABLE
-   # logic.
-   # For example "--enable-dar-static" causes configure to DISABLE
-   # static builds of dar.
-   # Do _not_ use $(use_enable) until you have verified that the
-   # logic has been fixed by upstream.
-   local myconf=(
-   --disable-dar-static
-   --disable-python-binding
-   --disable-upx
-   $(usev !argon2 --disable-libargon2-linking)
-   $(usev !curl --disable-libcurl-linking)
-   $(usev dar32 --enable-mode=32)
-   $(usev dar64 --enable-mode=64)
-   $(usev !doc --disable-build-html)
-   $(usev !gcrypt --disable-libgcrypt-linking)
-   $(usev !gpg --disable-gpgme-linking)
-   $(usev !lz4 --disable-liblz4-linking)
-   $(usev !lzo --disable-liblzo2-linking)
-   $(usev !nls --disable-nls)
-   $(usev !rsync --disable-librsync-linking)
-   $(usev !xattr --disable-ea-support)
-   )
-
-   # Bug 103741
-   filter-flags -fomit-frame-pointer
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html 
install
-
-   einstalldocs
-
-   find "${ED}" -name "*.la" -delete || die
-
-   # Bug 729150
-   rm "${ED}/usr/share/doc/${PF}/html/samples/MyBackup.sh.tar.gz" || die
-}



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

2024-04-25 Thread Viorel Munteanu
commit: e33ee14268a587a0e159f5e912bcc9b51c399c4d
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Apr 25 09:06:49 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Apr 25 09:16:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33ee142

net-misc/dropbear: drop 2024.84

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

 net-misc/dropbear/Manifest|   2 -
 net-misc/dropbear/dropbear-2024.84.ebuild | 187 --
 2 files changed, 189 deletions(-)

diff --git a/net-misc/dropbear/Manifest b/net-misc/dropbear/Manifest
index 893701b0983a..f3d702c62cb0 100644
--- a/net-misc/dropbear/Manifest
+++ b/net-misc/dropbear/Manifest
@@ -1,6 +1,4 @@
 DIST dropbear-2022.83.tar.bz2 2322904 BLAKE2B 
4e26667458fb068a8c997b44dfd3c4f15146f051713a3ea90980db04c6345174d34214269665d74c863c1c1947d6837034aa4c264101b11971c8a3e97f491393
 SHA512 
c63afa615d64b0c8c5e739c758eb8ae277ecc36a4223b766bf562702de69910904cbc3ea98d22989df478ae419e1f81057fe1ee09616c80cb859f58f44175422
 DIST dropbear-2022.83.tar.bz2.asc 833 BLAKE2B 
7dfcf13804738aed3136c264412f8c2f96cd3ff71482815af736346c9441c8f00adef26f4e8f89082cbbb4033249501adbc545c08f678e1cac4afc88a8fc9ed0
 SHA512 
e5cbd01dcbaeabb04dc473bd11933a422fda03ceb5bc02fb5c99abafd0841e3ac1f436cc1798500b33fbbc81923fa03c2a28c971fa26794ed5888d496fb7e2ad
-DIST dropbear-2024.84.tar.bz2 2306278 BLAKE2B 
ba5a433f2a313aeeabc8e3e3696c4d79e96095dfc5cf045f15e6de5912f2f44bdddee103d86f659ee58fe8013fc9c2fb8c3af9cba089ee415e2f28179a365dca
 SHA512 
254daea819c5aeaa65bb43449386fb964f4aa13e3b3037fe11064120205c6e265925e7ef2d84f7ebe66c6a00cf0a22e6010314c065ed49a3815f47137b7aca44
-DIST dropbear-2024.84.tar.bz2.asc 833 BLAKE2B 
0b8c9fdf8c24836b03f36d3e98b6b906a3aaeda9bd283b3d2001b9b1e363a19e02a536febfe19c3c851c378d32a3efb067910a68dd4a7b2174b96fd8faedf1b3
 SHA512 
69ce84ea8f6ba2c7f7718578befa301c3a0342b7f6acb3ecb5d6ac4b82710fb22d0bc11f5632ae00f222c1cc2b50f48e50d16eee4ebb93bf08069774769ebb13
 DIST dropbear-2024.85.tar.bz2 2304594 BLAKE2B 
631b71733437a256267057a1c4846afa4d520fa9e29d9c14dfa7df09109c30cc2d649ada990a15c615567f7a1d6ff02340799216b7fa41327d72cb43dd9096e0
 SHA512 
09619e9874172658b7fc284823e0a619b6a4346a5db41487d1628768b46c1f8eac962bfd8ef73e2a59e466fc4022395f7a194b4309195c954b0d7e0d13254f67
 DIST dropbear-2024.85.tar.bz2.asc 833 BLAKE2B 
1d0cc37fb1c528c6f7f6e064d3ec3d7c63617b568d8889592ca162171a325a46e84a23f24c16069b5396c806b2270434552833138ba95c7f34c8b5e6e425fcc7
 SHA512 
d2ad10b60f53d8d598a7a57337fe890c26c60bea115fb919f6135a01fe3f8f7e5863b0a7ed6c7eacbd5a3b810169b600c0004251a8d748d4b40584933c2c7383

diff --git a/net-misc/dropbear/dropbear-2024.84.ebuild 
b/net-misc/dropbear/dropbear-2024.84.ebuild
deleted file mode 100644
index 85944fe6b816..
--- a/net-misc/dropbear/dropbear-2024.84.ebuild
+++ /dev/null
@@ -1,187 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dropbear.asc
-inherit pam python-any-r1 savedconfig verify-sig
-
-DESCRIPTION="Small SSH 2 client/server designed for small memory environments"
-HOMEPAGE="https://matt.ucc.asn.au/dropbear/dropbear.html;
-SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
-   https://matt.ucc.asn.au/dropbear/testing/${P}.tar.bz2;
-SRC_URI+=" verify-sig? (
-   https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2.asc
-   https://matt.ucc.asn.au/dropbear/testing/${P}.tar.bz2.asc
-   )"
-
-LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="bsdpty minimal multicall pam +shadow static +syslog test zlib"
-RESTRICT="!test? ( test )"
-
-LIB_DEPEND="
-   virtual/libcrypt[static-libs(+)]
-   zlib? ( sys-libs/zlib[static-libs(+)] )
-"
-RDEPEND="
-   acct-group/sshd
-   acct-user/sshd
-   !static? (
-   >=dev-libs/libtomcrypt-1.18.2-r2[libtommath]
-   >=dev-libs/libtommath-1.2.0
-   ${LIB_DEPEND//\[static-libs(+)]}
-   )
-   pam? ( sys-libs/pam )
-"
-DEPEND="
-   ${RDEPEND}
-   static? ( ${LIB_DEPEND} )
-"
-RDEPEND+=" pam? ( >=sys-auth/pambase-20080219.1 )"
-BDEPEND="
-   test? (
-   sys-libs/nss_wrapper
-   $(python_gen_any_dep '
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/iniconfig[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/pluggy[${PYTHON_USEDEP}]
-   dev-python/py[${PYTHON_USEDEP}]
-   dev-python/py

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

2024-04-25 Thread Viorel Munteanu
commit: 9c45d997b3ceb2f263a7e802315298893cfa6a18
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Apr 25 09:06:26 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Apr 25 09:16:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c45d997

net-misc/dropbear: add 2024.85

Bugfix release (fix regressions from 2024.84).

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

 net-misc/dropbear/Manifest|   2 +
 net-misc/dropbear/dropbear-2024.85.ebuild | 187 ++
 2 files changed, 189 insertions(+)

diff --git a/net-misc/dropbear/Manifest b/net-misc/dropbear/Manifest
index 34b3afeaf523..893701b0983a 100644
--- a/net-misc/dropbear/Manifest
+++ b/net-misc/dropbear/Manifest
@@ -2,3 +2,5 @@ DIST dropbear-2022.83.tar.bz2 2322904 BLAKE2B 
4e26667458fb068a8c997b44dfd3c4f151
 DIST dropbear-2022.83.tar.bz2.asc 833 BLAKE2B 
7dfcf13804738aed3136c264412f8c2f96cd3ff71482815af736346c9441c8f00adef26f4e8f89082cbbb4033249501adbc545c08f678e1cac4afc88a8fc9ed0
 SHA512 
e5cbd01dcbaeabb04dc473bd11933a422fda03ceb5bc02fb5c99abafd0841e3ac1f436cc1798500b33fbbc81923fa03c2a28c971fa26794ed5888d496fb7e2ad
 DIST dropbear-2024.84.tar.bz2 2306278 BLAKE2B 
ba5a433f2a313aeeabc8e3e3696c4d79e96095dfc5cf045f15e6de5912f2f44bdddee103d86f659ee58fe8013fc9c2fb8c3af9cba089ee415e2f28179a365dca
 SHA512 
254daea819c5aeaa65bb43449386fb964f4aa13e3b3037fe11064120205c6e265925e7ef2d84f7ebe66c6a00cf0a22e6010314c065ed49a3815f47137b7aca44
 DIST dropbear-2024.84.tar.bz2.asc 833 BLAKE2B 
0b8c9fdf8c24836b03f36d3e98b6b906a3aaeda9bd283b3d2001b9b1e363a19e02a536febfe19c3c851c378d32a3efb067910a68dd4a7b2174b96fd8faedf1b3
 SHA512 
69ce84ea8f6ba2c7f7718578befa301c3a0342b7f6acb3ecb5d6ac4b82710fb22d0bc11f5632ae00f222c1cc2b50f48e50d16eee4ebb93bf08069774769ebb13
+DIST dropbear-2024.85.tar.bz2 2304594 BLAKE2B 
631b71733437a256267057a1c4846afa4d520fa9e29d9c14dfa7df09109c30cc2d649ada990a15c615567f7a1d6ff02340799216b7fa41327d72cb43dd9096e0
 SHA512 
09619e9874172658b7fc284823e0a619b6a4346a5db41487d1628768b46c1f8eac962bfd8ef73e2a59e466fc4022395f7a194b4309195c954b0d7e0d13254f67
+DIST dropbear-2024.85.tar.bz2.asc 833 BLAKE2B 
1d0cc37fb1c528c6f7f6e064d3ec3d7c63617b568d8889592ca162171a325a46e84a23f24c16069b5396c806b2270434552833138ba95c7f34c8b5e6e425fcc7
 SHA512 
d2ad10b60f53d8d598a7a57337fe890c26c60bea115fb919f6135a01fe3f8f7e5863b0a7ed6c7eacbd5a3b810169b600c0004251a8d748d4b40584933c2c7383

diff --git a/net-misc/dropbear/dropbear-2024.85.ebuild 
b/net-misc/dropbear/dropbear-2024.85.ebuild
new file mode 100644
index ..85944fe6b816
--- /dev/null
+++ b/net-misc/dropbear/dropbear-2024.85.ebuild
@@ -0,0 +1,187 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/dropbear.asc
+inherit pam python-any-r1 savedconfig verify-sig
+
+DESCRIPTION="Small SSH 2 client/server designed for small memory environments"
+HOMEPAGE="https://matt.ucc.asn.au/dropbear/dropbear.html;
+SRC_URI="https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2
+   https://matt.ucc.asn.au/dropbear/testing/${P}.tar.bz2;
+SRC_URI+=" verify-sig? (
+   https://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2.asc
+   https://matt.ucc.asn.au/dropbear/testing/${P}.tar.bz2.asc
+   )"
+
+LICENSE="MIT GPL-2" # (init script is GPL-2 #426056)
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="bsdpty minimal multicall pam +shadow static +syslog test zlib"
+RESTRICT="!test? ( test )"
+
+LIB_DEPEND="
+   virtual/libcrypt[static-libs(+)]
+   zlib? ( sys-libs/zlib[static-libs(+)] )
+"
+RDEPEND="
+   acct-group/sshd
+   acct-user/sshd
+   !static? (
+   >=dev-libs/libtomcrypt-1.18.2-r2[libtommath]
+   >=dev-libs/libtommath-1.2.0
+   ${LIB_DEPEND//\[static-libs(+)]}
+   )
+   pam? ( sys-libs/pam )
+"
+DEPEND="
+   ${RDEPEND}
+   static? ( ${LIB_DEPEND} )
+"
+RDEPEND+=" pam? ( >=sys-auth/pambase-20080219.1 )"
+BDEPEND="
+   test? (
+   sys-libs/nss_wrapper
+   $(python_gen_any_dep '
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/iniconfig[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pluggy[${PYTHON_USEDEP}]
+   dev-python/py[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   ')
+   )
+   verify-sig? ( sec-keys/openpgp-keys-dr

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

2024-04-25 Thread Viorel Munteanu
commit: 7f6851b030c2fb3787db36d68851521415049c6c
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Apr 25 09:15:29 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Apr 25 09:16:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6851b0

app-misc/fastfetch: drop 2.7.1

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

 app-misc/fastfetch/Manifest   |   1 -
 app-misc/fastfetch/fastfetch-2.7.1.ebuild | 117 --
 2 files changed, 118 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 57344c5b64ca..36e04934dc97 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
 DIST fastfetch-2.10.2.tar.gz 1315785 BLAKE2B 
3fbcd3023a99a2e0ddffaa576982259c3d7f0a80c8934454b1be605607871c3f19c7476e3f1d6d577012ca8dc28467ef4897a68f7332e219478af85ecea1b608
 SHA512 
cb74cbbba00e936f97165d93fce8f4841e73bc047ae1ac7d29343f4038dcf2f43d85ea18d26f097fde4ec09120f99167fc3f669d26c673b321cc7fbe241533d9
-DIST fastfetch-2.7.1.tar.gz 1000565 BLAKE2B 
061d2175bdca879bb4ef1a2f29fd73b99a7325fb8de66f05eb1203008c34ef20ff122e57a785ee0a5abb0251004023958abb1d158bc49cd1b34f9e02f3d1c6bc
 SHA512 
55d897af532141d429aa5b58ab1516347f14597bf249b70f0d5ab27d11e235911858143fc32356255bef201cb44cdd7698e8d49094fb7e61c2e425a6c8ac5fa1
 DIST fastfetch-2.8.10.tar.gz 1290142 BLAKE2B 
7a7ad65891850d96cc12d37b5e89359889afcdba6ccd30d834afd332ed072e00a719378ee3664a32b6e238fdca2fa1dc665768b078701b77837fefdacdce5027
 SHA512 
6b548c22239307f6dfcd90a4f995cbc77904adfd6f7ac809c7cd4c337a6783d768e2fd88d48e12c9b2c576893b74869d0a022f7129ccf37d853695ac3f5d488d
 DIST fastfetch-2.9.2.tar.gz 1294912 BLAKE2B 
858c474d117903e990ecce4f1b9a7422da082beb79a360378ddefac1248224344a431218bb1d84b343f1ee96b044548f842ba4a04285f6e6aaaf442a92f8818b
 SHA512 
be907b3080ff252e6c235798a6e3cb993b178a9ad02b9fd900816df560cff4f0351f212d0f00af31b671430115e5f635226bce004bb5efb7651a76f5e913a946

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

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

2024-04-23 Thread Viorel Munteanu
commit: 57ede22815a45167fcd2e25a264f2728a026b95a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Apr 23 06:26:55 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 06:27:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ede228

app-misc/fastfetch: add 2.10.2

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

 app-misc/fastfetch/Manifest|   1 +
 app-misc/fastfetch/fastfetch-2.10.2.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index ec91ea6d3080..70bf9d6a6baa 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,5 @@
 DIST fastfetch-2.10.1.tar.gz 1315723 BLAKE2B 
32c04836f2cbeab4cd4bdf0d3ae92ac19c5774b557dc4b1263aece03d494874a97743313a7d5a0722f2d37cc7e89968d577ad822a585c2b873e4e18721184712
 SHA512 
06b886afe2644434f7d629b07356d05c9d24382873348ab9b8d5375324fa89b8f0219883e4132e8ac1a7e50051d1f91bfdb9decd5c14f4d504bb17af2ecaabfb
+DIST fastfetch-2.10.2.tar.gz 1315785 BLAKE2B 
3fbcd3023a99a2e0ddffaa576982259c3d7f0a80c8934454b1be605607871c3f19c7476e3f1d6d577012ca8dc28467ef4897a68f7332e219478af85ecea1b608
 SHA512 
cb74cbbba00e936f97165d93fce8f4841e73bc047ae1ac7d29343f4038dcf2f43d85ea18d26f097fde4ec09120f99167fc3f669d26c673b321cc7fbe241533d9
 DIST fastfetch-2.7.1.tar.gz 1000565 BLAKE2B 
061d2175bdca879bb4ef1a2f29fd73b99a7325fb8de66f05eb1203008c34ef20ff122e57a785ee0a5abb0251004023958abb1d158bc49cd1b34f9e02f3d1c6bc
 SHA512 
55d897af532141d429aa5b58ab1516347f14597bf249b70f0d5ab27d11e235911858143fc32356255bef201cb44cdd7698e8d49094fb7e61c2e425a6c8ac5fa1
 DIST fastfetch-2.8.10.tar.gz 1290142 BLAKE2B 
7a7ad65891850d96cc12d37b5e89359889afcdba6ccd30d834afd332ed072e00a719378ee3664a32b6e238fdca2fa1dc665768b078701b77837fefdacdce5027
 SHA512 
6b548c22239307f6dfcd90a4f995cbc77904adfd6f7ac809c7cd4c337a6783d768e2fd88d48e12c9b2c576893b74869d0a022f7129ccf37d853695ac3f5d488d
 DIST fastfetch-2.9.2.tar.gz 1294912 BLAKE2B 
858c474d117903e990ecce4f1b9a7422da082beb79a360378ddefac1248224344a431218bb1d84b343f1ee96b044548f842ba4a04285f6e6aaaf442a92f8818b
 SHA512 
be907b3080ff252e6c235798a6e3cb993b178a9ad02b9fd900816df560cff4f0351f212d0f00af31b671430115e5f635226bce004bb5efb7651a76f5e913a946

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

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

2024-04-23 Thread Viorel Munteanu
commit: c403a2a0433628737654d222b401ce064bad6468
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Apr 23 06:27:04 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 06:27:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c403a2a0

app-misc/fastfetch: drop 2.10.1

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

 app-misc/fastfetch/Manifest|   1 -
 app-misc/fastfetch/fastfetch-2.10.1.ebuild | 116 -
 2 files changed, 117 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 70bf9d6a6baa..57344c5b64ca 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
-DIST fastfetch-2.10.1.tar.gz 1315723 BLAKE2B 
32c04836f2cbeab4cd4bdf0d3ae92ac19c5774b557dc4b1263aece03d494874a97743313a7d5a0722f2d37cc7e89968d577ad822a585c2b873e4e18721184712
 SHA512 
06b886afe2644434f7d629b07356d05c9d24382873348ab9b8d5375324fa89b8f0219883e4132e8ac1a7e50051d1f91bfdb9decd5c14f4d504bb17af2ecaabfb
 DIST fastfetch-2.10.2.tar.gz 1315785 BLAKE2B 
3fbcd3023a99a2e0ddffaa576982259c3d7f0a80c8934454b1be605607871c3f19c7476e3f1d6d577012ca8dc28467ef4897a68f7332e219478af85ecea1b608
 SHA512 
cb74cbbba00e936f97165d93fce8f4841e73bc047ae1ac7d29343f4038dcf2f43d85ea18d26f097fde4ec09120f99167fc3f669d26c673b321cc7fbe241533d9
 DIST fastfetch-2.7.1.tar.gz 1000565 BLAKE2B 
061d2175bdca879bb4ef1a2f29fd73b99a7325fb8de66f05eb1203008c34ef20ff122e57a785ee0a5abb0251004023958abb1d158bc49cd1b34f9e02f3d1c6bc
 SHA512 
55d897af532141d429aa5b58ab1516347f14597bf249b70f0d5ab27d11e235911858143fc32356255bef201cb44cdd7698e8d49094fb7e61c2e425a6c8ac5fa1
 DIST fastfetch-2.8.10.tar.gz 1290142 BLAKE2B 
7a7ad65891850d96cc12d37b5e89359889afcdba6ccd30d834afd332ed072e00a719378ee3664a32b6e238fdca2fa1dc665768b078701b77837fefdacdce5027
 SHA512 
6b548c22239307f6dfcd90a4f995cbc77904adfd6f7ac809c7cd4c337a6783d768e2fd88d48e12c9b2c576893b74869d0a022f7129ccf37d853695ac3f5d488d

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

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

2024-04-22 Thread Viorel Munteanu
commit: 27d495e1b92c6c585c15772eb0dde705b5a34c6e
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Apr 21 23:17:21 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d495e1

dev-python/nbformat: Keyword 5.10.4 loong, #928428

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

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

diff --git a/dev-python/nbformat/nbformat-5.10.4.ebuild 
b/dev-python/nbformat/nbformat-5.10.4.ebuild
index b5a6369a6f4d..a57a73f984eb 100644
--- a/dev-python/nbformat/nbformat-5.10.4.ebuild
+++ b/dev-python/nbformat/nbformat-5.10.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/fastjsonschema-2.15[${PYTHON_USEDEP}]



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

2024-04-22 Thread Viorel Munteanu
commit: ed388ee000e28188a921448bdd0336b2bbb667c2
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Apr 23 01:10:01 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed388ee0

app-crypt/rpm-sequoia: Keyword 1.6.0 sparc, #919936

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild 
b/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild
index 1f0a86d6357b..528cc8d1034b 100644
--- a/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild
+++ b/app-crypt/rpm-sequoia/rpm-sequoia-1.6.0.ebuild
@@ -253,7 +253,7 @@ LICENSE+="
|| ( GPL-2 GPL-3 LGPL-3 )
 "
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~sparc ~x86"
 IUSE="nettle +openssl"
 REQUIRED_USE="^^ ( nettle openssl )"
 



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

2024-04-22 Thread Viorel Munteanu
commit: e2a0139665a5d9a4ea830683e4592862612c4de7
Author: Matoro Mahri  matoro  tk>
AuthorDate: Tue Apr 23 01:10:03 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a01396

app-arch/rpm: Keyword 4.19.1.1 sparc, #919936

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-arch/rpm/rpm-4.19.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/rpm/rpm-4.19.1.1.ebuild b/app-arch/rpm/rpm-4.19.1.1.ebuild
index 32f3334408d4..30fa81d1ff98 100644
--- a/app-arch/rpm/rpm-4.19.1.1.ebuild
+++ b/app-arch/rpm/rpm-4.19.1.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~riscv ~s390 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~riscv ~s390 
~sparc ~x86"
 IUSE="acl audit caps +berkdb doc dbus nls openmp python readline selinux 
+sequoia +sqlite"
 REQUIRED_USE="
${LUA_REQUIRED_USE}



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

2024-04-22 Thread Viorel Munteanu
commit: 9454caea65308c00736898731c2b9f638b2abe6f
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Apr 22 16:28:31 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9454caea

app-arch/rpm: Keyword 4.19.1.1 hppa, #919936

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-arch/rpm/rpm-4.19.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/rpm/rpm-4.19.1.1.ebuild b/app-arch/rpm/rpm-4.19.1.1.ebuild
index 333a28624aab..f21eb47dd235 100644
--- a/app-arch/rpm/rpm-4.19.1.1.ebuild
+++ b/app-arch/rpm/rpm-4.19.1.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~riscv ~s390 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~riscv ~s390 ~x86"
 IUSE="acl audit caps +berkdb doc dbus nls openmp python readline selinux 
+sequoia +sqlite"
 REQUIRED_USE="
${LUA_REQUIRED_USE}



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

2024-04-22 Thread Viorel Munteanu
commit: d0191c52e9a6bb6a23b0d043e277d5f2cce2d54b
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Apr 22 22:53:55 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0191c52

app-arch/rpm: Keyword 4.19.1.1 mips, #919936

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-arch/rpm/rpm-4.19.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/rpm/rpm-4.19.1.1.ebuild b/app-arch/rpm/rpm-4.19.1.1.ebuild
index f21eb47dd235..32f3334408d4 100644
--- a/app-arch/rpm/rpm-4.19.1.1.ebuild
+++ b/app-arch/rpm/rpm-4.19.1.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~riscv ~s390 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~riscv ~s390 
~x86"
 IUSE="acl audit caps +berkdb doc dbus nls openmp python readline selinux 
+sequoia +sqlite"
 REQUIRED_USE="
${LUA_REQUIRED_USE}



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

2024-04-22 Thread Viorel Munteanu
commit: e006925a03b3298749fd5c3e547bd0ccaffdc8e4
Author: Matoro Mahri  matoro  tk>
AuthorDate: Mon Apr 22 23:11:29 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e006925a

sys-cluster/galera: Stabilize 26.4.17 x86, #926188

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

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

diff --git a/sys-cluster/galera/galera-26.4.17.ebuild 
b/sys-cluster/galera/galera-26.4.17.ebuild
index 2920e866dcae..146cc100d7f9 100644
--- a/sys-cluster/galera/galera-26.4.17.ebuild
+++ b/sys-cluster/galera/galera-26.4.17.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="GPL-2 BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ppc64 x86"
 IUSE="garbd ssl"
 
 RDEPEND="



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

2024-04-22 Thread Viorel Munteanu
commit: 040f71970bf2300f77738e070265ad86acd4f21f
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Apr 21 22:27:52 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040f7197

dev-python/nbformat: Keyword 5.10.4 ppc, #928428

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

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

diff --git a/dev-python/nbformat/nbformat-5.10.4.ebuild 
b/dev-python/nbformat/nbformat-5.10.4.ebuild
index b212f8dd5e57..b5a6369a6f4d 100644
--- a/dev-python/nbformat/nbformat-5.10.4.ebuild
+++ b/dev-python/nbformat/nbformat-5.10.4.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/fastjsonschema-2.15[${PYTHON_USEDEP}]



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

2024-04-22 Thread Viorel Munteanu
commit: ad3ff153a36b897eb8928b0ae42ba948ff0313e3
Author: Matoro Mahri  matoro  tk>
AuthorDate: Fri Apr 19 21:07:52 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3ff153

sys-apps/util-linux: Stabilize 2.39.3-r7 x86, #927999

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 sys-apps/util-linux/util-linux-2.39.3-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/util-linux/util-linux-2.39.3-r7.ebuild 
b/sys-apps/util-linux/util-linux-2.39.3-r7.ebuild
index c8676b638700..8b0173d9239e 100644
--- a/sys-apps/util-linux/util-linux-2.39.3-r7.ebuild
+++ b/sys-apps/util-linux/util-linux-2.39.3-r7.ebuild
@@ -22,7 +22,7 @@ else
inherit verify-sig
 
if [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos"
fi
 

SRC_URI="https://www.kernel.org/pub/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz;



[gentoo-commits] repo/gentoo:master commit in: dev-python/hatch-nodejs-version/

2024-04-22 Thread Viorel Munteanu
commit: bb6dde3b059150150a0ecae52a432f8dedb3e56b
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Apr 21 23:17:21 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6dde3b

dev-python/hatch-nodejs-version: Keyword 0.3.2 loong, #928428

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild 
b/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
index 0f2b3641e7af..7da54dddbfea 100644
--- a/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
+++ b/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/hatchling-0.21.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/hatch-nodejs-version/

2024-04-22 Thread Viorel Munteanu
commit: f83079abf498491d9ec3a3813063fbda9c725329
Author: Matoro Mahri  matoro  tk>
AuthorDate: Sun Apr 21 22:27:52 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 23 05:19:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83079ab

dev-python/hatch-nodejs-version: Keyword 0.3.2 ppc, #928428

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild 
b/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
index aeb2f25addc2..0f2b3641e7af 100644
--- a/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
+++ b/dev-python/hatch-nodejs-version/hatch-nodejs-version-0.3.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/hatchling-0.21.0[${PYTHON_USEDEP}]



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

2024-04-22 Thread Viorel Munteanu
commit: 4ec27acff333ec3de1ff4edf3cfd90e04c0c3e47
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 17:19:37 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 17:20:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec27acf

sys-apps/i2c-tools: fix pkgcheck warning

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

 sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild 
b/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
index e249ea0bccd5..e0211bd875af 100644
--- a/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
+++ b/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 BDEPEND="
python? (
${PYTHON_DEPS}
+   ${DISTUTILS_DEPS}
dev-python/setuptools[${PYTHON_USEDEP}]
)"
 



[gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/

2024-04-22 Thread Viorel Munteanu
commit: c90f4447b567861d6c8370b12ecca83b628bce6d
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:36:47 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90f4447

games-util/xboxdrv: drop 0.8.8_p20190118-r2

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

 .../xboxdrv/xboxdrv-0.8.8_p20190118-r2.ebuild  | 83 --
 1 file changed, 83 deletions(-)

diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r2.ebuild 
b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r2.ebuild
deleted file mode 100644
index 8122a3913984..
--- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev
-
-MY_P="${PN}-v$(ver_cut 1-3)"
-DESCRIPTION="Userspace Xbox 360 Controller driver"
-HOMEPAGE="https://xboxdrv.gitlab.io;
-SRC_URI="https://gitlab.com/xboxdrv/${PN}/-/archive/v$(ver_cut 
1-3)/${MY_P}.tar.bz2"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/boost:=
-   dev-libs/dbus-glib
-   dev-libs/glib:2
-   sys-apps/dbus
-   virtual/libudev:=
-   virtual/libusb:1
-   x11-libs/libX11
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-BDEPEND="
-   dev-util/glib-utils
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}/"xboxdrv-0.8.8-some-boost-fix.patch
-   "${FILESDIR}/"xboxdrv-0.8.8-Update-SConstruct-to-python3.patch
-   "${FILESDIR}/"xboxdrv-0.8.8-Updating-python-code-to-python3.patch
-)
-
-CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD"
-
-pkg_setup() {
-   linux-info_pkg_setup
-   python-any-r1_pkg_setup
-}
-
-src_compile() {
-   escons \
-   BUILD=custom \
-   CXX="$(tc-getCXX)" \
-   AR="$(tc-getAR)" \
-   RANLIB="$(tc-getRANLIB)" \
-   CXXFLAGS="-Wall ${CXXFLAGS}" \
-   LINKFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin xboxdrv
-   doman doc/xboxdrv.1
-   dodoc AUTHORS NEWS PROTOCOL README.md TODO
-
-   newinitd "${FILESDIR}"/xboxdrv.initd xboxdrv
-   newconfd "${FILESDIR}"/xboxdrv.confd xboxdrv
-
-   insinto /etc/dbus-1/system.d
-   doins "${FILESDIR}"/org.seul.Xboxdrv.conf
-
-   udev_newrules "${FILESDIR}"/xboxdrv.udev-rules 99-xbox-controller.rules
-   systemd_dounit "${FILESDIR}"/xboxdrv.service
-}
-
-pkg_postinst() {
-   udev_reload
-}
-
-pkg_postrm() {
-   udev_reload
-}



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

2024-04-22 Thread Viorel Munteanu
commit: b530e6c0dd70faadf83a85932b449b9270190892
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:47:23 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b530e6c0

app-portage/tatt: sync live ebuild

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

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

diff --git a/app-portage/tatt/tatt-.ebuild 
b/app-portage/tatt/tatt-.ebuild
index b812e36405f5..805c349c5dd0 100644
--- a/app-portage/tatt/tatt-.ebuild
+++ b/app-portage/tatt/tatt-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Arch testing tool"



[gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/

2024-04-22 Thread Viorel Munteanu
commit: 36603c9c6485d071666b1ece441a027336a6a7c4
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:35:34 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36603c9c

games-util/xboxdrv: update EAPI 7 -> 8

Bump EAPI 7 -> 8
Enable Python 3.12.  It is used only at build.

Closes: https://bugs.gentoo.org/929600
Signed-off-by: Viorel Munteanu  gentoo.org>

 .../xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild  | 83 ++
 1 file changed, 83 insertions(+)

diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild 
b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild
new file mode 100644
index ..45fe2ace917b
--- /dev/null
+++ b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r3.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev
+
+MY_P="${PN}-v$(ver_cut 1-3)"
+DESCRIPTION="Userspace Xbox 360 Controller driver"
+HOMEPAGE="https://xboxdrv.gitlab.io;
+SRC_URI="https://gitlab.com/xboxdrv/${PN}/-/archive/v$(ver_cut 
1-3)/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-libs/boost:=
+   dev-libs/dbus-glib
+   dev-libs/glib:2
+   sys-apps/dbus
+   virtual/libudev:=
+   virtual/libusb:1
+   x11-libs/libX11
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="
+   dev-util/glib-utils
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}/"xboxdrv-0.8.8-some-boost-fix.patch
+   "${FILESDIR}/"xboxdrv-0.8.8-Update-SConstruct-to-python3.patch
+   "${FILESDIR}/"xboxdrv-0.8.8-Updating-python-code-to-python3.patch
+)
+
+CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD"
+
+pkg_setup() {
+   linux-info_pkg_setup
+   python-any-r1_pkg_setup
+}
+
+src_compile() {
+   escons \
+   BUILD=custom \
+   CXX="$(tc-getCXX)" \
+   AR="$(tc-getAR)" \
+   RANLIB="$(tc-getRANLIB)" \
+   CXXFLAGS="-Wall ${CXXFLAGS}" \
+   LINKFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   dobin xboxdrv
+   doman doc/xboxdrv.1
+   dodoc AUTHORS NEWS PROTOCOL README.md TODO
+
+   newinitd "${FILESDIR}"/xboxdrv.initd xboxdrv
+   newconfd "${FILESDIR}"/xboxdrv.confd xboxdrv
+
+   insinto /etc/dbus-1/system.d
+   doins "${FILESDIR}"/org.seul.Xboxdrv.conf
+
+   udev_newrules "${FILESDIR}"/xboxdrv.udev-rules 99-xbox-controller.rules
+   systemd_dounit "${FILESDIR}"/xboxdrv.service
+}
+
+pkg_postinst() {
+   udev_reload
+}
+
+pkg_postrm() {
+   udev_reload
+}



[gentoo-commits] repo/gentoo:master commit in: games-util/xboxdrv/

2024-04-22 Thread Viorel Munteanu
commit: 0b62ed64d22b407ce0d57c1c2ccce76e112dd06f
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:36:52 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b62ed64

games-util/xboxdrv: drop 0.8.8_p20190118-r1

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

 .../xboxdrv/xboxdrv-0.8.8_p20190118-r1.ebuild  | 76 --
 1 file changed, 76 deletions(-)

diff --git a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r1.ebuild 
b/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r1.ebuild
deleted file mode 100644
index 68a29564aeb8..
--- a/games-util/xboxdrv/xboxdrv-0.8.8_p20190118-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit linux-info python-any-r1 scons-utils toolchain-funcs systemd udev
-
-DESCRIPTION="Userspace Xbox 360 Controller driver"
-HOMEPAGE="https://xboxdrv.gitlab.io;
-SRC_URI="https://gitlab.com/xboxdrv/xboxdrv/-/archive/v0.8.8/xboxdrv-v0.8.8.tar.bz2;
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-libs/boost:=
-   dev-libs/dbus-glib
-   dev-libs/glib:2
-   sys-apps/dbus
-   virtual/libudev:=
-   virtual/libusb:1
-   x11-libs/libX11
-"
-
-DEPEND="
-   ${RDEPEND}
-"
-
-BDEPEND="
-   dev-util/glib-utils
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/xboxdrv-v0.8.8"
-
-PATCHES=( "${FILESDIR}/"xboxdrv-0.8.8-some-boost-fix.patch
-   "${FILESDIR}/"xboxdrv-0.8.8-Update-SConstruct-to-python3.patch
-   "${FILESDIR}/"xboxdrv-0.8.8-Updating-python-code-to-python3.patch )
-
-CONFIG_CHECK="~INPUT_EVDEV ~INPUT_JOYDEV ~INPUT_UINPUT ~!JOYSTICK_XPAD"
-
-pkg_setup() {
-   linux-info_pkg_setup
-   python_setup
-}
-
-src_compile() {
-   escons \
-   BUILD=custom \
-   CXX="$(tc-getCXX)" \
-   AR="$(tc-getAR)" \
-   RANLIB="$(tc-getRANLIB)" \
-   CXXFLAGS="-Wall ${CXXFLAGS}" \
-   LINKFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-   dobin xboxdrv
-   doman doc/xboxdrv.1
-   dodoc AUTHORS NEWS PROTOCOL README.md TODO
-
-   newinitd "${FILESDIR}"/xboxdrv.initd xboxdrv
-   newconfd "${FILESDIR}"/xboxdrv.confd xboxdrv
-
-   insinto /etc/dbus-1/system.d
-   doins "${FILESDIR}"/org.seul.Xboxdrv.conf
-
-   udev_newrules "${FILESDIR}"/xboxdrv.udev-rules 99-xbox-controller.rules
-   systemd_dounit "${FILESDIR}"/xboxdrv.service
-}
-
-pkg_postinst() {
-   udev_reload
-}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm/, x11-wm/fvwm/files/

2024-04-22 Thread Viorel Munteanu
commit: e1f71959296911d772d34f341b067ebdcaba1367
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:30:58 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1f71959

x11-wm/fvwm: enable py3.12

Enable python 3.12.  It is used only for one script in bin/ and it works.
Fix installing docs in the proper place.

Closes: https://bugs.gentoo.org/929896
Closes: https://bugs.gentoo.org/927863
Signed-off-by: Viorel Munteanu  gentoo.org>

 x11-wm/fvwm/files/fvwm-2.7.0-fix-docdir.patch |  13 ++
 x11-wm/fvwm/fvwm-2.7.0-r4.ebuild  | 171 ++
 2 files changed, 184 insertions(+)

diff --git a/x11-wm/fvwm/files/fvwm-2.7.0-fix-docdir.patch 
b/x11-wm/fvwm/files/fvwm-2.7.0-fix-docdir.patch
new file mode 100644
index ..b1f5a1db7ea2
--- /dev/null
+++ b/x11-wm/fvwm/files/fvwm-2.7.0-fix-docdir.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/927863
+
+--- a/configure.ac
 b/configure.ac
+@@ -102,7 +102,7 @@
+ PPACKAGE=`echo "${PACKAGE}" | "$SED" -e "${transform}"`
+ FVWM_MODULESUBDIR=/${PPACKAGE}/${VERSION}
+ FVWM_DATASUBDIR=/${PPACKAGE}
+-FVWM_DOCSUBDIR=/doc/${PPACKAGE}
++FVWM_DOCSUBDIR=/doc/${PF}
+ 
+ AC_ARG_ENABLE(package-subdirs,
+   AS_HELP_STRING([--disable-package-subdirs],

diff --git a/x11-wm/fvwm/fvwm-2.7.0-r4.ebuild b/x11-wm/fvwm/fvwm-2.7.0-r4.ebuild
new file mode 100644
index ..349ad4960c6c
--- /dev/null
+++ b/x11-wm/fvwm/fvwm-2.7.0-r4.ebuild
@@ -0,0 +1,171 @@
+# 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 flag-o-matic python-single-r1 desktop
+
+DESCRIPTION="An extremely powerful ICCCM-compliant multiple virtual desktop 
window manager"
+HOMEPAGE="https://www.fvwm.org/;
+SRC_URI="https://github.com/fvwmorg/fvwm/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2+ FVWM"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="bidi debug doc netpbm nls perl png readline stroke svg tk truetype 
+vanilla xinerama lock"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="
+   sys-libs/zlib
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXau
+   x11-libs/libxcb
+   x11-libs/libXcursor
+   x11-libs/libXdmcp
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXpm
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   virtual/libiconv
+   $(python_gen_cond_dep '
+   dev-python/pyxdg[${PYTHON_USEDEP}]
+   ')
+   bidi? ( dev-libs/fribidi )
+   nls? ( virtual/libintl )
+   png? ( media-libs/libpng:0= )
+   readline? (
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   )
+   stroke? ( dev-libs/libstroke )
+   svg? ( gnome-base/librsvg )
+   truetype? (
+   media-libs/fontconfig
+   x11-libs/libXft
+   )
+   xinerama? ( x11-libs/libXinerama )
+"
+RDEPEND="${COMMON_DEPEND}
+   ${PYTHON_DEPS}
+   dev-lang/perl
+   perl? ( tk? (
+   dev-lang/tk
+   dev-perl/Tk
+   >=dev-perl/X11-Protocol-0.56
+   )
+   )
+   lock? ( x11-misc/xlockmore )
+   netpbm? ( media-libs/netpbm )
+"
+DEPEND="${COMMON_DEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   dev-lang/perl
+   dev-libs/libxslt
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   if ! use vanilla; then
+   # Enables fast translucent menus; patch from fvwm-user mailing 
list.
+   eapply -p0 "${FILESDIR}/${PN}-2.5.27-translucent-menus.diff"
+
+   # Allow more mouse buttons, bug #411811
+   eapply -p0 "${FILESDIR}/${PN}-2.6.5-mouse-buttons.patch"
+   fi
+
+   eapply -p0 "${FILESDIR}/${PN}-2.6.5-ar.patch" #474528
+
+   eapply "${FILESDIR}"/fvwm-2.7.0-c99.patch
+   eapply "${FILESDIR}"/fvwm-2.7.0-fix-docdir.patch
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+   
--with-imagepath=/usr/include/X11/bitmaps:/usr/include/X11/pixmaps:/usr/share/icons/fvwm
+   --enable-iconv
+   --enable-package-subdirs
+   --enable-mandoc
+   --without-rplay-library
+   $(use_enable bidi)
+   $(use_enable debug debug-msgs)
+   $(use_enable debug command-log)
+   $(use_enable doc htmldoc)
+   $(use_enable nls)
+   $(use_enable perl perllib)
+ 

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

2024-04-22 Thread Viorel Munteanu
commit: 4a9f56563aa94c172970e8de7d512f482201d463
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:38:09 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9f5656

app-portage/tatt: update EAPI 7 -> 8

Update EAPI 7 -> 8.
Switch to PEP517 mode.
Enable Python 3.12.

Closes: https://bugs.gentoo.org/929357
Closes: https://bugs.gentoo.org/922217
Closes: https://bugs.gentoo.org/909893
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-portage/tatt/tatt-0.11-r1.ebuild | 36 
 1 file changed, 36 insertions(+)

diff --git a/app-portage/tatt/tatt-0.11-r1.ebuild 
b/app-portage/tatt/tatt-0.11-r1.ebuild
new file mode 100644
index ..e781f8042b06
--- /dev/null
+++ b/app-portage/tatt/tatt-0.11-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Arch testing tool"
+HOMEPAGE="https://github.com/gentoo/tatt;
+SRC_URI="https://github.com/gentoo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+IUSE="+templates"
+
+RDEPEND="
+   app-portage/eix
+   app-portage/gentoolkit[${PYTHON_USEDEP}]
+   app-portage/nattka[${PYTHON_USEDEP}]
+   dev-python/configobj[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   www-client/pybugz
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+   if use templates; then
+   insinto "/usr/share/${PN}"
+   doins -r templates
+   fi
+   doman tatt.1
+   doman tatt.5
+}



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

2024-04-22 Thread Viorel Munteanu
commit: b589417009424f2809ff75f9b26b951f1c5b2b45
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:25:10 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5894170

app-misc/fastfetch: sync live ebuilds

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

 app-misc/fastfetch/fastfetch-0.1..ebuild | 3 ++-
 app-misc/fastfetch/fastfetch-0.2..ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-misc/fastfetch/fastfetch-0.1..ebuild 
b/app-misc/fastfetch/fastfetch-0.1..ebuild
index 97a256518745..c3888b1ec46e 100644
--- a/app-misc/fastfetch/fastfetch-0.1..ebuild
+++ b/app-misc/fastfetch/fastfetch-0.1..ebuild
@@ -26,7 +26,7 @@ RESTRICT="!test? ( test )"
 # note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
 # make sure to crank yyjson minimum version to match bundled version
 RDEPEND="
-   >=dev-libs/yyjson-0.8.0:=
+   >=dev-libs/yyjson-0.9.0
sys-libs/zlib
X? ( x11-libs/libX11 )
chafa? ( media-gfx/chafa )
@@ -76,6 +76,7 @@ src_configure() {
-DENABLE_RPM=no
-DENABLE_ZLIB=yes
-DENABLE_SYSTEM_YYJSON=yes
+   -DIS_MUSL=$(usex elibc_musl)
 
-DENABLE_CHAFA=$(usex chafa)
-DENABLE_DBUS=$(usex dbus)

diff --git a/app-misc/fastfetch/fastfetch-0.2..ebuild 
b/app-misc/fastfetch/fastfetch-0.2..ebuild
index 97a256518745..c3888b1ec46e 100644
--- a/app-misc/fastfetch/fastfetch-0.2..ebuild
+++ b/app-misc/fastfetch/fastfetch-0.2..ebuild
@@ -26,7 +26,7 @@ RESTRICT="!test? ( test )"
 # note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
 # make sure to crank yyjson minimum version to match bundled version
 RDEPEND="
-   >=dev-libs/yyjson-0.8.0:=
+   >=dev-libs/yyjson-0.9.0
sys-libs/zlib
X? ( x11-libs/libX11 )
chafa? ( media-gfx/chafa )
@@ -76,6 +76,7 @@ src_configure() {
-DENABLE_RPM=no
-DENABLE_ZLIB=yes
-DENABLE_SYSTEM_YYJSON=yes
+   -DIS_MUSL=$(usex elibc_musl)
 
-DENABLE_CHAFA=$(usex chafa)
-DENABLE_DBUS=$(usex dbus)



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

2024-04-22 Thread Viorel Munteanu
commit: ea216414a914d2caf88f0aa166ed8a127e061d60
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:15:20 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea216414

sys-apps/i2c-tools: enable py3.12

Enable Python 3.12.
Switch to PEP517 mode.
Update license.

Closes: https://bugs.gentoo.org/929813
Closes: https://bugs.gentoo.org/90
Closes: https://bugs.gentoo.org/910032
Closes: https://bugs.gentoo.org/912820
Signed-off-by: Viorel Munteanu  gentoo.org>

 sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild | 63 ++
 1 file changed, 63 insertions(+)

diff --git a/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild 
b/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
new file mode 100644
index ..e249ea0bccd5
--- /dev/null
+++ b/sys-apps/i2c-tools/i2c-tools-4.3-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_OPTIONAL=1
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 flag-o-matic toolchain-funcs
+
+DESCRIPTION="I2C tools for bus probing, chip dumping, EEPROM decoding, and 
more"
+HOMEPAGE="https://www.kernel.org/pub/software/utils/i2c-tools;
+SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz;
+
+LICENSE="LGPL-2.1+ GPL-2+ python? ( GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   python? ( ${PYTHON_DEPS} )"
+BDEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   )"
+
+src_prepare() {
+   default
+   use python && distutils-r1_src_prepare
+}
+
+src_configure() {
+   use python && distutils-r1_src_configure
+
+   export BUILD_DYNAMIC_LIB=1
+   export USE_STATIC_LIB=0
+   export BUILD_STATIC_LIB=0
+}
+
+src_compile() {
+   emake AR="$(tc-getAR)" CC="$(tc-getCC)" EXTRA="eeprog"
+
+   if use python ; then
+   cd py-smbus || die
+   append-cppflags -I../include
+   distutils-r1_src_compile
+   fi
+}
+
+src_install() {
+   emake EXTRA="eeprog" DESTDIR="${D}" libdir="/usr/$(get_libdir)" 
PREFIX="/usr" install
+   dodoc CHANGES README
+
+   if use python ; then
+   cd py-smbus || die
+   docinto py-smbus
+   dodoc README*
+   distutils-r1_src_install
+   fi
+}



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

2024-04-22 Thread Viorel Munteanu
commit: f9805b587853953fdab3756041904d9217d295ad
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:32:43 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9805b58

x11-wm/fvwm: drop 2.7.0-r3

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

 x11-wm/fvwm/fvwm-2.7.0-r3.ebuild | 170 ---
 1 file changed, 170 deletions(-)

diff --git a/x11-wm/fvwm/fvwm-2.7.0-r3.ebuild b/x11-wm/fvwm/fvwm-2.7.0-r3.ebuild
deleted file mode 100644
index db5ff1d5566a..
--- a/x11-wm/fvwm/fvwm-2.7.0-r3.ebuild
+++ /dev/null
@@ -1,170 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit autotools flag-o-matic python-single-r1 desktop
-
-DESCRIPTION="An extremely powerful ICCCM-compliant multiple virtual desktop 
window manager"
-HOMEPAGE="https://www.fvwm.org/;
-SRC_URI="https://github.com/fvwmorg/fvwm/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2+ FVWM"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="bidi debug doc netpbm nls perl png readline stroke svg tk truetype 
+vanilla xinerama lock"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="
-   sys-libs/zlib
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libxcb
-   x11-libs/libXcursor
-   x11-libs/libXdmcp
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXpm
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   virtual/libiconv
-   $(python_gen_cond_dep '
-   dev-python/pyxdg[${PYTHON_USEDEP}]
-   ')
-   bidi? ( dev-libs/fribidi )
-   nls? ( virtual/libintl )
-   png? ( media-libs/libpng:0= )
-   readline? (
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   )
-   stroke? ( dev-libs/libstroke )
-   svg? ( gnome-base/librsvg )
-   truetype? (
-   media-libs/fontconfig
-   x11-libs/libXft
-   )
-   xinerama? ( x11-libs/libXinerama )
-"
-RDEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   dev-lang/perl
-   perl? ( tk? (
-   dev-lang/tk
-   dev-perl/Tk
-   >=dev-perl/X11-Protocol-0.56
-   )
-   )
-   lock? ( x11-misc/xlockmore )
-   netpbm? ( media-libs/netpbm )
-"
-DEPEND="${COMMON_DEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   dev-lang/perl
-   dev-libs/libxslt
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   if ! use vanilla; then
-   # Enables fast translucent menus; patch from fvwm-user mailing 
list.
-   eapply -p0 "${FILESDIR}/${PN}-2.5.27-translucent-menus.diff"
-
-   # Allow more mouse buttons, bug #411811
-   eapply -p0 "${FILESDIR}/${PN}-2.6.5-mouse-buttons.patch"
-   fi
-
-   eapply -p0 "${FILESDIR}/${PN}-2.6.5-ar.patch" #474528
-
-   eapply "${FILESDIR}"/fvwm-2.7.0-c99.patch
-
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-   
--with-imagepath=/usr/include/X11/bitmaps:/usr/include/X11/pixmaps:/usr/share/icons/fvwm
-   --enable-iconv
-   --enable-package-subdirs
-   --enable-mandoc
-   --without-rplay-library
-   $(use_enable bidi)
-   $(use_enable debug debug-msgs)
-   $(use_enable debug command-log)
-   $(use_enable doc htmldoc)
-   $(use_enable nls)
-   $(use_enable perl perllib)
-   $(use_enable png)
-   $(use_with readline readline-library)
-   $(use_with stroke stroke-library)
-   $(use_enable svg rsvg)
-   $(use_enable truetype xft)
-   $(use_enable xinerama)
-   )
-
-   # Non-upstream email where bugs should be sent; used in fvwm-bug.
-   export FVWM_BUGADDR="maintainer-nee...@gentoo.org"
-
-   # Recommended by upstream, reference 
-   append-flags -fno-strict-aliasing
-
-   # Signed chars are required.
-   use ppc && append-flags -fsigned-char
-
-   use readline && myeconfargs+=( --without-termcap-library )
-
-   export ac_cv_path_PYTHON="${PYTHON}"
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-   make_session_desktop fvwm /usr/bin/fvwm
-
-   if ! use lock; then
-   find "${D}" -name '*fvwm-menu-xlock' -exec rm -f '{}' \; 
2

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

2024-04-22 Thread Viorel Munteanu
commit: bb2e78f8c1d5f0a9eb7bc7b31e26fa6b28645e96
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:11:57 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2e78f8

dev-libs/libcec: enable py3.12

Closes: https://bugs.gentoo.org/929414
Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-libs/libcec/libcec-6.0.2-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libcec/libcec-6.0.2-r2.ebuild 
b/dev-libs/libcec/libcec-6.0.2-r2.ebuild
index 9d3d2bf12bb9..44b6038bfb33 100644
--- a/dev-libs/libcec/libcec-6.0.2-r2.ebuild
+++ b/dev-libs/libcec/libcec-6.0.2-r2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 MY_PV=${PV/_p/-}
 MY_P=${PN}-${MY_PV}
 
-inherit cmake linux-info python-single-r1 toolchain-funcs udev
+inherit cmake linux-info python-single-r1 udev
 
 DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC 
Adaptor"
 HOMEPAGE="https://libcec.pulse-eight.com;



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

2024-04-22 Thread Viorel Munteanu
commit: 6b258729bdac916ff6e9a7d8c97b5fb7130edb86
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:10:27 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b258729

app-misc/fastfetch: add 2.10.1

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

 app-misc/fastfetch/Manifest|   1 +
 app-misc/fastfetch/fastfetch-2.10.1.ebuild | 116 +
 2 files changed, 117 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 7ae1e46c6937..ec91ea6d3080 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,4 @@
+DIST fastfetch-2.10.1.tar.gz 1315723 BLAKE2B 
32c04836f2cbeab4cd4bdf0d3ae92ac19c5774b557dc4b1263aece03d494874a97743313a7d5a0722f2d37cc7e89968d577ad822a585c2b873e4e18721184712
 SHA512 
06b886afe2644434f7d629b07356d05c9d24382873348ab9b8d5375324fa89b8f0219883e4132e8ac1a7e50051d1f91bfdb9decd5c14f4d504bb17af2ecaabfb
 DIST fastfetch-2.7.1.tar.gz 1000565 BLAKE2B 
061d2175bdca879bb4ef1a2f29fd73b99a7325fb8de66f05eb1203008c34ef20ff122e57a785ee0a5abb0251004023958abb1d158bc49cd1b34f9e02f3d1c6bc
 SHA512 
55d897af532141d429aa5b58ab1516347f14597bf249b70f0d5ab27d11e235911858143fc32356255bef201cb44cdd7698e8d49094fb7e61c2e425a6c8ac5fa1
 DIST fastfetch-2.8.10.tar.gz 1290142 BLAKE2B 
7a7ad65891850d96cc12d37b5e89359889afcdba6ccd30d834afd332ed072e00a719378ee3664a32b6e238fdca2fa1dc665768b078701b77837fefdacdce5027
 SHA512 
6b548c22239307f6dfcd90a4f995cbc77904adfd6f7ac809c7cd4c337a6783d768e2fd88d48e12c9b2c576893b74869d0a022f7129ccf37d853695ac3f5d488d
 DIST fastfetch-2.9.2.tar.gz 1294912 BLAKE2B 
858c474d117903e990ecce4f1b9a7422da082beb79a360378ddefac1248224344a431218bb1d84b343f1ee96b044548f842ba4a04285f6e6aaaf442a92f8818b
 SHA512 
be907b3080ff252e6c235798a6e3cb993b178a9ad02b9fd900816df560cff4f0351f212d0f00af31b671430115e5f635226bce004bb5efb7651a76f5e913a946

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

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

2024-04-22 Thread Viorel Munteanu
commit: bfdb1c4306aae7e44e99145a6023d8f8e3153f96
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 16:13:17 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 16:51:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdb1c43

sys-apps/i2c-tools: drop 4.2

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

 sys-apps/i2c-tools/Manifest |  1 -
 sys-apps/i2c-tools/i2c-tools-4.2.ebuild | 73 -
 2 files changed, 74 deletions(-)

diff --git a/sys-apps/i2c-tools/Manifest b/sys-apps/i2c-tools/Manifest
index 7d5824b262f6..a632d9274602 100644
--- a/sys-apps/i2c-tools/Manifest
+++ b/sys-apps/i2c-tools/Manifest
@@ -1,2 +1 @@
-DIST i2c-tools-4.2.tar.xz 87600 BLAKE2B 
89f84ad07f4c042f67c308d48a402aa9ed46352062ddad3456d048730019e099e6eef626d487d802e07b100ae2c836e9aa6b2345950ff8744cbc0fe1a22616fb
 SHA512 
5e230be4983c5c9c5718491d3ce9ee2e6205edea75c4097735eb32a25e522e37a074ef4cb61d2492707efebf0cb1b75ff65f1b2ae8c0bc1684a169526809a096
 DIST i2c-tools-4.3.tar.xz 81276 BLAKE2B 
c7300224c8d32785cd067b632bf0e9591f05264b1572f44aebda5f30a95164732d606710c13739ccb7899476219ceb3033beaf95b718ed7e18122f9181dc13fc
 SHA512 
8a6cc12d927d6291b9baf407bc15807280539a7048ec5c2edf77414432eab43b28353c42bc0e45b7b481502aa4c5588def08f130d97fc275f635d1f77488f501

diff --git a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild 
b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
deleted file mode 100644
index ed58d716a310..
--- a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9,10} )
-DISTUTILS_OPTIONAL="1"
-
-inherit distutils-r1 flag-o-matic toolchain-funcs
-
-DESCRIPTION="I2C tools for bus probing, chip dumping, EEPROM decoding, and 
more"
-HOMEPAGE="https://www.kernel.org/pub/software/utils/i2c-tools;
-SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv sparc x86"
-IUSE="perl python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   python? ( ${PYTHON_DEPS} )"
-DEPEND="${RDEPEND}"
-RDEPEND+="
-   perl? ( dev-lang/perl )"
-
-src_prepare() {
-   default
-   use python && distutils-r1_src_prepare
-
-   # Cut out the eeprom/ & stub/ dirs as only perl scripts live there.
-   if ! use perl ; then
-   sed -i '/^SRCDIRS/s: eeprom stub : :g' Makefile || die
-   fi
-}
-
-src_configure() {
-   use python && distutils-r1_src_configure
-
-   export BUILD_DYNAMIC_LIB=1
-   export USE_STATIC_LIB=0
-   export BUILD_STATIC_LIB=0
-}
-
-src_compile() {
-   emake AR="$(tc-getAR)" CC="$(tc-getCC)" all-lib # parallel make
-   emake CC="$(tc-getCC)"
-   emake -C eepromer CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-
-   if use python ; then
-   cd py-smbus || die
-   append-cppflags -I../include
-   distutils-r1_src_compile
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" libdir="/usr/$(get_libdir)" PREFIX="/usr" 
install-lib install
-   dosbin eepromer/eeprom{,er}
-   dodoc CHANGES README
-   local d
-   for d in $(usex perl eeprom '') eepromer ; do
-   docinto "${d}"
-   dodoc "${d}"/README*
-   done
-
-   if use python ; then
-   cd py-smbus || die
-   docinto py-smbus
-   dodoc README*
-   distutils-r1_src_install
-   fi
-}



[gentoo-commits] repo/proj/guru:master commit in: app-office/obsidian/

2024-04-22 Thread Viorel Munteanu
commit: ea85967f855e063a22c8f90a2a1ac9dfada41828
Author: Artemis Everfree  artemis  sh>
AuthorDate: Mon Apr 22 05:34:15 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:34:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ea85967f

app-office/obsidian: add 1.5.12, drop 1.5.8

Signed-off-by: Artemis Everfree  artemis.sh>

 app-office/obsidian/Manifest| 6 +++---
 .../obsidian/{obsidian-1.5.8.ebuild => obsidian-1.5.12.ebuild}  | 0
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-office/obsidian/Manifest b/app-office/obsidian/Manifest
index 161b987306..28702d8efc 100644
--- a/app-office/obsidian/Manifest
+++ b/app-office/obsidian/Manifest
@@ -1,6 +1,6 @@
 DIST obsidian-1.5.11-amd64.tar.gz 107180896 BLAKE2B 
f4508b0123ccfd64acd113490ed591205e4b204ea837e1c320a9e4c9c5a30e68d27df19dfe213ac12bbc57219a00680adecab4a31a6a36853632d95e95b3f62c
 SHA512 
bf1e9b52afa0c48347d532bc47b9625fa6c03ac884c899882e73e3464b257d8dfd89e32a5551d89b054e906c2e5078f2152af16ad16a746437e330ffe48dab7a
 DIST obsidian-1.5.11-arm64.tar.gz 106911612 BLAKE2B 
438119f8eea0cd14578704eab899f9493b2ecb6b5e0abe48e97914215bc74259d32dff82c96f4b40553d0b2905c34f94d041b1cab934fe30b7bc0d3027552327
 SHA512 
9336bfe16c076dd83514bcd86137616d260bb0a2bd430504beb83ca5a92fc24af09bdd00a2b89bffb831099504947dd94efc8d972fa4c1da451e742745f89bb6
 DIST obsidian-1.5.11.gh.deb 78667536 BLAKE2B 
7daa4827fc45573ea07f6bd93f9f9523a7c32286b06478ceb332b83d54edc9dcbc989d81e24d2a4f8d2393a87efe607c9eef5c392f8a9d408eb763bc29d6
 SHA512 
ac7b1edb3c377130ef6086cad419db5f602014160c7fe857b7552a1e84415c0e4a4c022c63fadf9c69ef9420fd516ff04f4c4db3003ef0650e6be9b751d1dfc4
-DIST obsidian-1.5.8-amd64.tar.gz 107058177 BLAKE2B 
508e8241a40392efcceaed00fe5221afa9f9311b74d8704c92a45765eee2c3e5482676bf634fc537dd49ff3a77e8a2c7909416c1769bf1b8fa61801cbc9b22bb
 SHA512 
1569c6b238fddbbd0be03e0d1935aa7d4d19ea580aceb3fef5165144c6accd39e82eefbc7c801e8bdf64313dbcca3607ca3df6dee01663a9a01f7a1ab57ca82d
-DIST obsidian-1.5.8-arm64.tar.gz 106789020 BLAKE2B 
024327f2d55dbd7779672e4a51583d3997be0903c785ff990742afe1b7e5fd536c9ff2637168d7c9a3815cc67c77215c1b772db4a96cfb270af147bda620b5ff
 SHA512 
ebdd067e058728409d24f0710da374e8a904ae4a66f1eb20b09f8ba1d9768176e19c1c22e08384f866510c294dc7f05715e2e10da32606b18979f3ceeb510c44
-DIST obsidian-1.5.8.gh.deb 78625030 BLAKE2B 
e4bb164b484072b3ea1c70242e60e89022101475191fc5ae3933c7596b78e5bed9ed840abec394653616777222b8e66e5b504789fe888dbed581518ce83ca94c
 SHA512 
f5308bd94a80d70e1eb74862f54dc8ce5a0818544c2fd329f3fd7818d6748ecdbeac710ac4438d677e742c955161a7a5513afbe99303e54ba20ee65da3c62bd0
+DIST obsidian-1.5.12-amd64.tar.gz 107180662 BLAKE2B 
52dd5a7f818629ba57cadec4a0c6b4f75d99c19ceaf1537b4f6b7dc0f9901c52b78318587b1f2a273ad6345475026e45c805d8978e7c0558a2487b9b2bf33376
 SHA512 
643409760fd99c6863679ca93b740a5f9a3d331144a82889c0a2f85bd53af4dcc0d5960840f8b7fa06216796fb5fc10522a769c27d8218bb32fb79370524b324
+DIST obsidian-1.5.12-arm64.tar.gz 106911948 BLAKE2B 
484128a6d790e5d7cf7c02df3ba192ea8a571b760b1b0e1719aa652237b586ceb281ca73e268cce200365a79fc711fb5b67966601be69e5b370fcebf59531de5
 SHA512 
b0bea43efd0be464a33847d23f8c3e5f204a9e76621cc17f37d852e9ebc5f6cddd82ac1ac65d6c847d4d1453dc9615a89bb7cf16739e08444ae2c502240a571b
+DIST obsidian-1.5.12.gh.deb 78651254 BLAKE2B 
22b3596a9bb098b4a15a79ed39a302526dd8f2294b85227a06a95ceaf2e597d2ab5e1d689dd6f3e497ed2acc2e0689bf79949b1337e4b34998bdb3f1b93b96ca
 SHA512 
f0cdb88d54c0ae3ab8dc62dab7df21b6617ce4973d81798d344cac5608689cc0a2618345dcdec1c08750194d2d02118c81b2edf8a308547bbbde56dbf6100528

diff --git a/app-office/obsidian/obsidian-1.5.8.ebuild 
b/app-office/obsidian/obsidian-1.5.12.ebuild
similarity index 100%
rename from app-office/obsidian/obsidian-1.5.8.ebuild
rename to app-office/obsidian/obsidian-1.5.12.ebuild



[gentoo-commits] repo/proj/guru:master commit in: www-apps/forgejo/

2024-04-22 Thread Viorel Munteanu
commit: f2636c5d98669e91cef4b529e55cbd306d8f4b00
Author: Artemis Everfree  artemis  sh>
AuthorDate: Mon Apr 22 05:24:38 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:26:32 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2636c5d

www-apps/forgejo: add 1.21.11.1, drop 1.21.7.0

Signed-off-by: Artemis Everfree  artemis.sh>

 www-apps/forgejo/Manifest  | 2 +-
 www-apps/forgejo/{forgejo-1.21.7.0.ebuild => forgejo-1.21.11.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/forgejo/Manifest b/www-apps/forgejo/Manifest
index 40c76a80a9..50821162d3 100644
--- a/www-apps/forgejo/Manifest
+++ b/www-apps/forgejo/Manifest
@@ -1,3 +1,3 @@
 DIST forgejo-1.20.6.0.tar.gz 55539743 BLAKE2B 
d44fcaec52b164099a221f2172faab8fe078b5fdaf8c9910042278f6276f4ff557d2a527a5159a0bb157f773ffcc91595d2183e1be53b97187cb35ee684fa7ce
 SHA512 
047b41b3192053df8c0f37675c087bc5fbed9967e8f23cab35bede76071129e6f18ec0561a0415a2eaa2010877dedfd15a231f050a1738fca1a5e437f89e93b5
-DIST forgejo-1.21.7.0.tar.gz 58802779 BLAKE2B 
da03bc3fead3b477a6a5492c02223f546275145531843f9301de914e054e35e22cb2a1decf573f874467bd03689abf79a2b898174359ee5e5483463d4857329b
 SHA512 
dbcb43b0e36c19e20e09c594b84656f06ae901cb4d298827c48fccdd0879383a1da8119c7bd3ce4f832a1588673c33e1bd382813bc37d1ffda41f3f7a22ec538
+DIST forgejo-1.21.11.1.tar.gz 58893566 BLAKE2B 
cf3541682de609d63f079922610cc7ae338b7736634a6bc767e310f4ea9fc21fd8c6928b2de4693be6619b49d7e0cbf3b0effd58b681a0cd5e95d4ba21c29141
 SHA512 
c461d8690a7d2eb3a4955487223391daac58f3236481c0b963a208184ed06fc96372fe8082fbb4a7d9a64b01b2c468d43d1559dd081ec65e65c9f9bc043f9af4
 DIST forgejo-1.21.8.0.tar.gz 58828827 BLAKE2B 
ad42b0bcd0c147b62a3b63a954d7af36ec88c4a0c14b42d6217b7d6c4f05627cd57176a9758624a179c4e353a463291cea4d9b184007cc1ce8a1cca3b2b403c4
 SHA512 
3a5dc87f9e2866cbc78bcb8d68b9a530835b3ebf1de06d66549353bc87f13de70e188b7dc95610bb216a0c80e0981445ca240ab345cfa492071c0dca3f8ef2af

diff --git a/www-apps/forgejo/forgejo-1.21.7.0.ebuild 
b/www-apps/forgejo/forgejo-1.21.11.1.ebuild
similarity index 100%
rename from www-apps/forgejo/forgejo-1.21.7.0.ebuild
rename to www-apps/forgejo/forgejo-1.21.11.1.ebuild



[gentoo-commits] repo/proj/guru:master commit in: app-office/obsidian/

2024-04-22 Thread Viorel Munteanu
commit: dbb73f12d005a5730d7db153c050d2f2e1157616
Author: Artemis Everfree  artemis  sh>
AuthorDate: Mon Apr 22 05:38:47 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:38:47 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbb73f12

app-office/obsidian: make pkgcheck happy

Signed-off-by: Artemis Everfree  artemis.sh>

 app-office/obsidian/obsidian-1.5.11.ebuild | 14 ++
 app-office/obsidian/obsidian-1.5.12.ebuild | 14 ++
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/app-office/obsidian/obsidian-1.5.11.ebuild 
b/app-office/obsidian/obsidian-1.5.11.ebuild
index daf1bfd3df..168968ddb8 100644
--- a/app-office/obsidian/obsidian-1.5.11.ebuild
+++ b/app-office/obsidian/obsidian-1.5.11.ebuild
@@ -25,13 +25,17 @@ SRC_URI="
arm64? ( 
https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P}-arm64.tar.gz
 )
 "
 
-RESTRICT="mirror strip bindist"
+DIR="/opt/${PN^}"
 
-LICENSE="Obsidian-EULA"
+# deb gets extracted to WORKDIR. actual program gets extracted to its own dir
+# which depends on CPU arch.
+S="${WORKDIR}"
 
+LICENSE="Obsidian-EULA"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 IUSE="appindicator"
+RESTRICT="mirror strip bindist"
 
 RDEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
@@ -65,12 +69,6 @@ RDEPEND="
appindicator? ( dev-libs/libayatana-appindicator )
 "
 
-DIR="/opt/${PN^}"
-
-# deb gets extracted to WORKDIR. actual program gets extracted to its own dir
-# which depends on CPU arch.
-S="${WORKDIR}"
-
 QA_PREBUILT="*"
 
 CONFIG_CHECK="~USER_NS"

diff --git a/app-office/obsidian/obsidian-1.5.12.ebuild 
b/app-office/obsidian/obsidian-1.5.12.ebuild
index daf1bfd3df..168968ddb8 100644
--- a/app-office/obsidian/obsidian-1.5.12.ebuild
+++ b/app-office/obsidian/obsidian-1.5.12.ebuild
@@ -25,13 +25,17 @@ SRC_URI="
arm64? ( 
https://github.com/obsidianmd/obsidian-releases/releases/download/v${PV}/${P}-arm64.tar.gz
 )
 "
 
-RESTRICT="mirror strip bindist"
+DIR="/opt/${PN^}"
 
-LICENSE="Obsidian-EULA"
+# deb gets extracted to WORKDIR. actual program gets extracted to its own dir
+# which depends on CPU arch.
+S="${WORKDIR}"
 
+LICENSE="Obsidian-EULA"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
 IUSE="appindicator"
+RESTRICT="mirror strip bindist"
 
 RDEPEND="
>=app-accessibility/at-spi2-core-2.46.0:2
@@ -65,12 +69,6 @@ RDEPEND="
appindicator? ( dev-libs/libayatana-appindicator )
 "
 
-DIR="/opt/${PN^}"
-
-# deb gets extracted to WORKDIR. actual program gets extracted to its own dir
-# which depends on CPU arch.
-S="${WORKDIR}"
-
 QA_PREBUILT="*"
 
 CONFIG_CHECK="~USER_NS"



[gentoo-commits] repo/proj/guru:master commit in: www-apps/forgejo/

2024-04-22 Thread Viorel Munteanu
commit: 45de72be2258755a4ffe1dc084fa82a50131aae7
Author: Artemis Everfree  artemis  sh>
AuthorDate: Mon Apr 22 05:30:01 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:30:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45de72be

www-apps/forgejo: make pkgcheck happy

Signed-off-by: Artemis Everfree  artemis.sh>

 www-apps/forgejo/forgejo-1.20.6.0.ebuild  | 5 +++--
 www-apps/forgejo/forgejo-1.21.11.1.ebuild | 5 +++--
 www-apps/forgejo/forgejo-1.21.8.0.ebuild  | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/www-apps/forgejo/forgejo-1.20.6.0.ebuild 
b/www-apps/forgejo/forgejo-1.20.6.0.ebuild
index 5ec0496a5f..96b07e64e5 100644
--- a/www-apps/forgejo/forgejo-1.20.6.0.ebuild
+++ b/www-apps/forgejo/forgejo-1.20.6.0.ebuild
@@ -10,11 +10,12 @@ DESCRIPTION="A self-hosted lightweight software forge"
 HOMEPAGE="https://forgejo.org/ https://codeberg.org/forgejo/forgejo;
 
 
SRC_URI="https://codeberg.org/forgejo/forgejo/releases/download/v${MY_PV}/forgejo-src-${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 S="${WORKDIR}/${PN}-src-${MY_PV}"
-
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
 SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
 IUSE="+acct pam sqlite pie"
 
 DEPEND="

diff --git a/www-apps/forgejo/forgejo-1.21.11.1.ebuild 
b/www-apps/forgejo/forgejo-1.21.11.1.ebuild
index 96b0995014..68c5354b8c 100644
--- a/www-apps/forgejo/forgejo-1.21.11.1.ebuild
+++ b/www-apps/forgejo/forgejo-1.21.11.1.ebuild
@@ -10,11 +10,12 @@ DESCRIPTION="A self-hosted lightweight software forge"
 HOMEPAGE="https://forgejo.org/ https://codeberg.org/forgejo/forgejo;
 
 
SRC_URI="https://codeberg.org/forgejo/forgejo/releases/download/v${MY_PV}/forgejo-src-${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 S="${WORKDIR}/${PN}-src-${MY_PV}"
-
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
 SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
 IUSE="+acct pam sqlite pie"
 
 DEPEND="

diff --git a/www-apps/forgejo/forgejo-1.21.8.0.ebuild 
b/www-apps/forgejo/forgejo-1.21.8.0.ebuild
index 96b0995014..68c5354b8c 100644
--- a/www-apps/forgejo/forgejo-1.21.8.0.ebuild
+++ b/www-apps/forgejo/forgejo-1.21.8.0.ebuild
@@ -10,11 +10,12 @@ DESCRIPTION="A self-hosted lightweight software forge"
 HOMEPAGE="https://forgejo.org/ https://codeberg.org/forgejo/forgejo;
 
 
SRC_URI="https://codeberg.org/forgejo/forgejo/releases/download/v${MY_PV}/forgejo-src-${MY_PV}.tar.gz
 -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 S="${WORKDIR}/${PN}-src-${MY_PV}"
-
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
 SLOT="0"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
 IUSE="+acct pam sqlite pie"
 
 DEPEND="



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

2024-04-22 Thread Viorel Munteanu
commit: 8f68c4625c1b44375299d604fb8372c13a202156
Author: Huang Rui  gmail  com>
AuthorDate: Mon Apr 22 02:25:41 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 02:27:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f68c462

sci-electronics/slang: add 6.0

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

 sci-electronics/slang/Manifest |  1 +
 .../files/slang-6.0-fix-gentoo-libfmt-depend.patch | 26 +
 sci-electronics/slang/slang-6.0.ebuild | 66 ++
 3 files changed, 93 insertions(+)

diff --git a/sci-electronics/slang/Manifest b/sci-electronics/slang/Manifest
index c1278ad217..b37ddbc2f7 100644
--- a/sci-electronics/slang/Manifest
+++ b/sci-electronics/slang/Manifest
@@ -1,2 +1,3 @@
 DIST slang-4.0.tar.gz 1308308 BLAKE2B 
99029a26b3fe86942abc33381f8f9ba050c09b390ed7fc54404f4054eb34a83e168d53096cad2e8f037954770a95009c701c86b1e59e1e9d02e1709fd120164c
 SHA512 
043c053452b2d452875b2e3ed96be5b96275544e2a692bec8b170e01cefec6e5648a6681e3cac3afd2a68c8ec57f6461a9a73394d74abbc8627d49b66978808e
 DIST slang-5.0.tar.gz 1334032 BLAKE2B 
08981f86d0be6a4a7d391a2b65d8f4e5bdab8e3ba50f6e847e2b25fec9d9345e806045faae3c74fd71db90f939d8668ff775465ea1e8433d660a0a53f20a358a
 SHA512 
a1b7b9aac7357a9a7cc1818adbb5e9622234f607aba452ca57e3d28b31779339bb19557137cf37cdcc2abb2aba15eb6d2f580169322caf075a2518b3d8634a26
+DIST slang-6.0.tar.gz 1401115 BLAKE2B 
77c6359e8de39216bef553ec832a643397e83847146223acf2512efbbb2cd15eb0b874ff8f021adb72472ce5bb77ca33648ed8c392b21df7ed349110f5654d17
 SHA512 
bd9e24abc6e83ca2ca0527271754bd0312e094c040feccbf95852a84dba486addd2ed0a40e5a855c1b41918061a6a7c34ca1a4f6610b1e941e50e1b74402cb5c

diff --git 
a/sci-electronics/slang/files/slang-6.0-fix-gentoo-libfmt-depend.patch 
b/sci-electronics/slang/files/slang-6.0-fix-gentoo-libfmt-depend.patch
new file mode 100644
index 00..59d9166d18
--- /dev/null
+++ b/sci-electronics/slang/files/slang-6.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.2")
++set(fmt_min_version "9.0")
+ set(mimalloc_min_version "2.1")
+ set(catch2_min_version "3.0")
+ 
+-- 
+2.42.0
+

diff --git a/sci-electronics/slang/slang-6.0.ebuild 
b/sci-electronics/slang/slang-6.0.ebuild
new file mode 100644
index 00..a1660d0a4b
--- /dev/null
+++ b/sci-electronics/slang/slang-6.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit cmake python-single-r1
+
+DESCRIPTION="SystemVerilog compiler and language services"
+HOMEPAGE="
+   https://sv-lang.com
+   https://github.com/MikePopoloski/slang
+"
+
+if [[ "${PV}" == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/MikePopoloski/${PN}.git;
+else
+   SRC_URI="https://github.com/MikePopoloski/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+   S="${WORKDIR}/${P}"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="python test"
+REQUIRED_USE=" ${PYTHON_REQUIRED_USE} "
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   >=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
+   ')
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/libfmt-9.1.0
+   test? ( >=dev-cpp/catch-3.0.1 )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-6.0-fix-gentoo-libfmt-depend.patch"
+)
+
+src_configure() {
+   python_setup
+   local mycmakeargs=(
+   -D CMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+   -D BUILD_SHARED_LIBS=ON
+   -D SLANG_INCLUDE_PYLIB=$(usex python)
+   -D SLANG_INCLUDE_TESTS=$(usex test)
+   -D SLANG_USE_MIMALLOC=OFF
+   )
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   if use python; then
+   # fix python unexpected paths QA
+   mkdir -p "${D}/$(python_get_sitedir)" || die
+   mv "${D}"/usr/pyslang* "${D}/$(python_get_sitedir)" || die
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-libs/xdg-desktop-portal-hyprland/files/, ...

2024-04-22 Thread Viorel Munteanu
commit: 41b304c25c983bbe251cf791bc3336b7c06a27ec
Author: Anthony Ruhier  mailbox  org>
AuthorDate: Sun Apr 21 22:10:01 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 21 22:10:01 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41b304c2

gui-libs/xdg-desktop-portal-hyprland: fix systemd path

Add patch from
https://github.com/hyprwm/xdg-desktop-portal-hyprland/commit/24fa87b939539a1d13696718490ff5642ab12509
to fix the path of systemd service from /usr/lib64/systemd to
/usr/lib/systemd.

Signed-off-by: Anthony Ruhier  mailbox.org>

 ...top-portal-hyprland-1.3.1_fix_systemd_path.patch | 21 +
 .../xdg-desktop-portal-hyprland-1.3.1-r1.ebuild |  1 +
 2 files changed, 22 insertions(+)

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/files/xdg-desktop-portal-hyprland-1.3.1_fix_systemd_path.patch
 
b/gui-libs/xdg-desktop-portal-hyprland/files/xdg-desktop-portal-hyprland-1.3.1_fix_systemd_path.patch
new file mode 100644
index 00..36d0b2ba82
--- /dev/null
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/files/xdg-desktop-portal-hyprland-1.3.1_fix_systemd_path.patch
@@ -0,0 +1,21 @@
+From 24fa87b939539a1d13696718490ff5642ab12509 Mon Sep 17 00:00:00 2001
+From: Pavel Solovev 
+Date: Sun, 7 Jan 2024 22:17:24 +0300
+Subject: [PATCH] Cmake: Do not use CMAKE_INSTALL_LIBDIR for the systemd
+ service
+
+In some distros CMAKE_INSTALL_LIBDIR is lib64, but systemd services are always 
in lib (not lib64)
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 73f429b..2eb7cfb 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -104,4 +104,4 @@ install(TARGETS xdg-desktop-portal-hyprland DESTINATION 
${CMAKE_INSTALL_LIBEXECD
+ 
+ install(FILES hyprland.portal DESTINATION 
"${CMAKE_INSTALL_DATAROOTDIR}/xdg-desktop-portal/portals")
+ install(FILES 
${CMAKE_BINARY_DIR}/org.freedesktop.impl.portal.desktop.hyprland.service 
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/dbus-1/services")
+-install(FILES 
${CMAKE_BINARY_DIR}/contrib/systemd/xdg-desktop-portal-hyprland.service 
DESTINATION "${CMAKE_INSTALL_LIBDIR}/systemd/user")
++install(FILES 
${CMAKE_BINARY_DIR}/contrib/systemd/xdg-desktop-portal-hyprland.service 
DESTINATION "lib/systemd/user")

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.1-r1.ebuild
 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.1-r1.ebuild
index f09bf0c356..85d3f8f44a 100644
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.1-r1.ebuild
+++ 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.3.1-r1.ebuild
@@ -89,6 +89,7 @@ src_unpack() {
 
 src_prepare() {
eapply 
"${FILESDIR}/xdg-desktop-portal-hyprland-1.3.1_use_sys_sdbus-c++.patch"
+   eapply 
"${FILESDIR}/xdg-desktop-portal-hyprland-1.3.1_fix_systemd_path.patch"
sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die
cmake_src_prepare
 }



[gentoo-commits] repo/proj/guru:master commit in: profiles/, licenses/

2024-04-22 Thread Viorel Munteanu
commit: 258ef589833c781a8f5d4cd36028a30aa5ce78dd
Author: David Roman  gmail  com>
AuthorDate: Sun Apr 21 23:49:43 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 21 23:49:43 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=258ef589

licenses: add OSL-3.0

also add it to FSF-APPROVED and OSI-APPROVED-FREE groups

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

 licenses/OSL-3.0| 172 
 profiles/license_groups |   2 +
 2 files changed, 174 insertions(+)

diff --git a/licenses/OSL-3.0 b/licenses/OSL-3.0
new file mode 100644
index 00..95230e3614
--- /dev/null
+++ b/licenses/OSL-3.0
@@ -0,0 +1,172 @@
+Open Software License ("OSL") v. 3.0
+
+This Open Software License (the "License") applies to any original work of
+authorship (the "Original Work") whose owner (the "Licensor") has placed the
+following licensing notice adjacent to the copyright notice for the Original
+Work:
+
+Licensed under the Open Software License version 3.0
+
+1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free,
+non-exclusive, sublicensable license, for the duration of the copyright, to do
+the following:
+
+  a) to reproduce the Original Work in copies, either alone or as part of a
+  collective work;
+
+  b) to translate, adapt, alter, transform, modify, or arrange the Original
+  Work, thereby creating derivative works ("Derivative Works") based upon the
+  Original Work;
+
+  c) to distribute or communicate copies of the Original Work and Derivative
+  Works to the public, with the proviso that copies of Original Work or
+  Derivative Works that You distribute or communicate shall be licensed under
+  this Open Software License;
+
+  d) to perform the Original Work publicly; and
+
+  e) to display the Original Work publicly.
+
+2) Grant of Patent License. Licensor grants You a worldwide, royalty-free,
+non-exclusive, sublicensable license, under patent claims owned or controlled
+by the Licensor that are embodied in the Original Work as furnished by the
+Licensor, for the duration of the patents, to make, use, sell, offer for sale,
+have made, and import the Original Work and Derivative Works.
+
+3) Grant of Source Code License. The term "Source Code" means the preferred
+form of the Original Work for making modifications to it and all available
+documentation describing how to modify the Original Work. Licensor agrees to
+provide a machine-readable copy of the Source Code of the Original Work along
+with each copy of the Original Work that Licensor distributes. Licensor
+reserves the right to satisfy this obligation by placing a machine-readable
+copy of the Source Code in an information repository reasonably calculated to
+permit inexpensive and convenient access by You for as long as Licensor
+continues to distribute the Original Work.
+
+4) Exclusions From License Grant. Neither the names of Licensor, nor the names
+of any contributors to the Original Work, nor any of their trademarks or
+service marks, may be used to endorse or promote products derived from this
+Original Work without express prior permission of the Licensor. Except as
+expressly stated herein, nothing in this License grants any license to
+Licensor's trademarks, copyrights, patents, trade secrets or any other
+intellectual property. No patent license is granted to make, use, sell, offer
+for sale, have made, or import embodiments of any patent claims other than the
+licensed claims defined in Section 2. No license is granted to the trademarks
+of Licensor even if such marks are included in the Original Work. Nothing in
+this License shall be interpreted to prohibit Licensor from licensing under
+terms different from this License any Original Work that Licensor otherwise
+would have a right to license.
+
+5) External Deployment. The term "External Deployment" means the use,
+distribution, or communication of the Original Work or Derivative Works in any
+way such that the Original Work or Derivative Works may be used by anyone
+other than You, whether those works are distributed or communicated to those
+persons or made available as an application intended for use over a network.
+As an express condition for the grants of license hereunder, You must treat
+any External Deployment by You of the Original Work or a Derivative Work as a
+distribution under section 1(c).
+
+6) Attribution Rights. You must retain, in the Source Code of any Derivative
+Works that You create, all copyright, patent, or trademark notices from the
+Source Code of the Original Work, as well as any notices of licensing and any
+descriptive text identified therein as an "Attribution Notice." You must cause
+the Source Code for any Derivative Works that You create to carry a prominent
+Attribution Notice reasonably calculated to inform recipients that You have
+modi

[gentoo-commits] repo/proj/guru:master commit in: app-admin/s-tui/

2024-04-22 Thread Viorel Munteanu
commit: 8b6eb58994c3162b49962a2c8cb5fac8e67a7036
Author: Joe Kappus  wt  gd>
AuthorDate: Sun Apr 21 22:38:28 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 21 22:38:28 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b6eb589

app-admin/s-tui: add 1.1.6

Signed-off-by: Joe Kappus  wt.gd>

 app-admin/s-tui/Manifest   |  1 +
 app-admin/s-tui/metadata.xml   |  2 +-
 app-admin/s-tui/s-tui-1.1.6.ebuild | 34 ++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/app-admin/s-tui/Manifest b/app-admin/s-tui/Manifest
index 0dc193c776..0fabdf54bf 100644
--- a/app-admin/s-tui/Manifest
+++ b/app-admin/s-tui/Manifest
@@ -1 +1,2 @@
 DIST s-tui-1.1.4.gh.tar.gz 2608449 BLAKE2B 
80dfc8c4dbce181cf50a5fe3bf05b553401f0cd17b184b9123e61807ee1e5c06bdbdf543fc86a0aca8f7aa4aa508e76756047a121e5d6ddbce167e097938a870
 SHA512 
20adfb27bae6467650a901211f4b58d0351d756a5b9465922953feb3711969c6d647782f99479475499b4658ef65da6283ad4e55ce72839d36c08f8a7f244322
+DIST s-tui-1.1.6.gh.tar.gz 2608253 BLAKE2B 
64815def105ad3c57f2103841ad09948ec6205bda09f4afca7dcca3bb9586c3e8d08aa0524d42f086f589f613bd79b389fca0f55182391bf20679b4d040eb087
 SHA512 
73412b55175ca2a5e98e410a3c9b5ce9aa1cffc13eb9af26e834d0ea784c06f6a9f81bb1be028b8cf94046ff0a8b20fff5b1191c949d49a72cecf3abd6a1fc38

diff --git a/app-admin/s-tui/metadata.xml b/app-admin/s-tui/metadata.xml
index becc7655c0..3431d6b870 100644
--- a/app-admin/s-tui/metadata.xml
+++ b/app-admin/s-tui/metadata.xml
@@ -3,7 +3,7 @@
 

j...@wt.gd
-   joecool
+   Joe Kappus


amanusk/s-tui

diff --git a/app-admin/s-tui/s-tui-1.1.6.ebuild 
b/app-admin/s-tui/s-tui-1.1.6.ebuild
new file mode 100644
index 00..c980717745
--- /dev/null
+++ b/app-admin/s-tui/s-tui-1.1.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Stress-Terminal UI monitoring tool"
+HOMEPAGE="https://amanusk.github.io/s-tui/;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/amanusk/${PN}.git;
+   EGIT_SUBMODULES=()
+else
+   SRC_URI="https://github.com/amanusk/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/psutil-5.9.1[${PYTHON_USEDEP}]
+   >=dev-python/urwid-2.0.1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "Stress options in program menu" app-benchmarks/stress
+}



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

2024-04-22 Thread Viorel Munteanu
commit: 8399ad2b82085397c59b75edfb000b2d54ad2ebd
Author: Huang Rui  gmail  com>
AuthorDate: Mon Apr 22 02:30:47 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 02:32:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8399ad2b

sci-electronics/slang: disable py3.9, fix ebuild format

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

 sci-electronics/slang/slang-4.0.ebuild  |  4 ++--
 sci-electronics/slang/slang-5.0.ebuild  |  2 +-
 sci-electronics/slang/slang-.ebuild | 15 +++
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/sci-electronics/slang/slang-4.0.ebuild 
b/sci-electronics/slang/slang-4.0.ebuild
index 8cf3c6e986..6ce4a98d17 100644
--- a/sci-electronics/slang/slang-4.0.ebuild
+++ b/sci-electronics/slang/slang-4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-single-r1
 
 DESCRIPTION="SystemVerilog compiler and language services"

diff --git a/sci-electronics/slang/slang-5.0.ebuild 
b/sci-electronics/slang/slang-5.0.ebuild
index 671133d46c..6bba9883c2 100644
--- a/sci-electronics/slang/slang-5.0.ebuild
+++ b/sci-electronics/slang/slang-5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-single-r1
 
 DESCRIPTION="SystemVerilog compiler and language services"

diff --git a/sci-electronics/slang/slang-.ebuild 
b/sci-electronics/slang/slang-.ebuild
index 1e128f55cd..a040c292e6 100644
--- a/sci-electronics/slang/slang-.ebuild
+++ b/sci-electronics/slang/slang-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-single-r1
 
 DESCRIPTION="SystemVerilog compiler and language services"
@@ -29,16 +29,14 @@ RESTRICT="!test? ( test )"
 
 RDEPEND="
${PYTHON_DEPS}
-   >=dev-cpp/catch-3.0.1
-   >=dev-libs/libfmt-9.1.0
-   >=dev-libs/mimalloc-2.1.2
$(python_gen_cond_dep '
>=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
')
 "
-
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/libfmt-9.1.0
+   test? ( >=dev-cpp/catch-3.0.1 )
 "
 
 src_configure() {
@@ -48,6 +46,7 @@ src_configure() {
-D BUILD_SHARED_LIBS=ON
-D SLANG_INCLUDE_PYLIB=$(usex python)
-D SLANG_INCLUDE_TESTS=$(usex test)
+   -D SLANG_USE_MIMALLOC=OFF
)
cmake_src_configure
 }



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/dataclasses-json/, dev-python/dataclasses_json/

2024-04-21 Thread Viorel Munteanu
commit: 8fd5b09b737017a3a72b84f2249ccdd03d363434
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 05:53:19 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:58:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fd5b09b

dev-python/dataclasses-json: actually rename the package

Rename dev-python/dataclasses_json to dev-python/dataclasses-json.

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

 dev-python/dataclasses-json/Manifest | 1 +
 .../dataclasses-json-0.5.14.ebuild}  | 0
 dev-python/{dataclasses_json => dataclasses-json}/metadata.xml   | 0
 dev-python/dataclasses_json/Manifest | 1 -
 4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dataclasses-json/Manifest 
b/dev-python/dataclasses-json/Manifest
new file mode 100644
index 00..c011b221ef
--- /dev/null
+++ b/dev-python/dataclasses-json/Manifest
@@ -0,0 +1 @@
+DIST dataclasses-json-0.5.14.gh.tar.gz 72513 BLAKE2B 
f45ca18030388efcc21ca9c939bf2298f891de66d62dc0f8042a3d0e26cc0bae63c7c5a02c839b07282c3110d6e5752979e3abea361b215b86b354984901c77c
 SHA512 
5ec21843ef29a8e6e9511922698f42c115c7e641ca9ae5e47a58c6f0697a51928fd462f6342190263469baa70b76a302ad1d27954f50b9457b97149586f35703

diff --git a/dev-python/dataclasses_json/dataclasses_json-0.5.14.ebuild 
b/dev-python/dataclasses-json/dataclasses-json-0.5.14.ebuild
similarity index 100%
rename from dev-python/dataclasses_json/dataclasses_json-0.5.14.ebuild
rename to dev-python/dataclasses-json/dataclasses-json-0.5.14.ebuild

diff --git a/dev-python/dataclasses_json/metadata.xml 
b/dev-python/dataclasses-json/metadata.xml
similarity index 100%
rename from dev-python/dataclasses_json/metadata.xml
rename to dev-python/dataclasses-json/metadata.xml

diff --git a/dev-python/dataclasses_json/Manifest 
b/dev-python/dataclasses_json/Manifest
deleted file mode 100644
index 1f0d170792..00
--- a/dev-python/dataclasses_json/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dataclasses_json-0.5.14.tar.gz 72513 BLAKE2B 
f45ca18030388efcc21ca9c939bf2298f891de66d62dc0f8042a3d0e26cc0bae63c7c5a02c839b07282c3110d6e5752979e3abea361b215b86b354984901c77c
 SHA512 
5ec21843ef29a8e6e9511922698f42c115c7e641ca9ae5e47a58c6f0697a51928fd462f6342190263469baa70b76a302ad1d27954f50b9457b97149586f35703



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

2024-04-21 Thread Viorel Munteanu
commit: 2b41288af2b9d3641b0fe9d0b75b77d619d7f0a7
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 05:34:59 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:58:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b41288a

Revert "dev-python/typing_inspect: treeclean"

This reverts commit 4f242210b7143838340c07f3dc263fe82558cc0f.

No longer in ::gentoo

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

 dev-python/typing_inspect/Manifest |  1 +
 dev-python/typing_inspect/metadata.xml |  9 ++
 .../typing_inspect/typing_inspect-0.9.0.ebuild | 32 ++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/typing_inspect/Manifest 
b/dev-python/typing_inspect/Manifest
new file mode 100644
index 00..013f920d56
--- /dev/null
+++ b/dev-python/typing_inspect/Manifest
@@ -0,0 +1 @@
+DIST typing_inspect-0.9.0.tar.gz 13825 BLAKE2B 
599ec6a99fd040ac5ee83ef20deee86a8255dd116c8d8defe67d99291088984efc3b639986a9d350b26200028a309cfe6590a3f75dc4b9e0306bdc13bb65641e
 SHA512 
5d46e6632895fa0a59007779f49a5812beff09f59e359a81af93bfee7bb5f4c2025566efbd27422299a614baa4d9c22da2317377090b0ad1cdd89fca73e9ee5a

diff --git a/dev-python/typing_inspect/metadata.xml 
b/dev-python/typing_inspect/metadata.xml
new file mode 100644
index 00..33a8fb3b88
--- /dev/null
+++ b/dev-python/typing_inspect/metadata.xml
@@ -0,0 +1,9 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   ilevkivskyi/typing_inspect
+   typing_inspect
+   
+

diff --git a/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild 
b/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild
new file mode 100644
index 00..5ace518964
--- /dev/null
+++ b/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Runtime inspection utilities for Python typing module"
+HOMEPAGE="https://github.com/ilevkivskyi/typing_inspect;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/mypy_extensions-0.3.0[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # https://github.com/ilevkivskyi/typing_inspect/issues/84
+   local EPYTEST_DESELECT=( 
'test_typing_inspect.py::GetUtilityTestCase::test_typed_dict_typing_extension' )
+   epytest
+}



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

2024-04-21 Thread Viorel Munteanu
commit: 27c5e3a90e4a03afdc95c0e1506d8f8db9940534
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 05:47:38 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:58:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27c5e3a9

Revert "dev-python/dataclasses_json: treeclean"

This reverts commit 5ed0801048c01147c5da1de0637e2bf3854e9e22.

No longer in ::gentoo.

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

 dev-python/dataclasses_json/Manifest   |  1 +
 .../dataclasses_json-0.5.14.ebuild | 35 ++
 dev-python/dataclasses_json/metadata.xml   |  8 +
 3 files changed, 44 insertions(+)

diff --git a/dev-python/dataclasses_json/Manifest 
b/dev-python/dataclasses_json/Manifest
new file mode 100644
index 00..1f0d170792
--- /dev/null
+++ b/dev-python/dataclasses_json/Manifest
@@ -0,0 +1 @@
+DIST dataclasses_json-0.5.14.tar.gz 72513 BLAKE2B 
f45ca18030388efcc21ca9c939bf2298f891de66d62dc0f8042a3d0e26cc0bae63c7c5a02c839b07282c3110d6e5752979e3abea361b215b86b354984901c77c
 SHA512 
5ec21843ef29a8e6e9511922698f42c115c7e641ca9ae5e47a58c6f0697a51928fd462f6342190263469baa70b76a302ad1d27954f50b9457b97149586f35703

diff --git a/dev-python/dataclasses_json/dataclasses_json-0.5.14.ebuild 
b/dev-python/dataclasses_json/dataclasses_json-0.5.14.ebuild
new file mode 100644
index 00..df47d15315
--- /dev/null
+++ b/dev-python/dataclasses_json/dataclasses_json-0.5.14.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Easily serialize Data Classes to and from JSON"
+HOMEPAGE="https://github.com/lidatong/dataclasses-json;
+SRC_URI="https://github.com/lidatong/dataclasses-json/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P/_/-}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-python/marshmallow-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/marshmallow_enum-1.5.1[${PYTHON_USEDEP}]
+   >=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   >=dev-python/mypy-0.710[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/dataclasses_json/metadata.xml 
b/dev-python/dataclasses_json/metadata.xml
new file mode 100644
index 00..851a5b4c01
--- /dev/null
+++ b/dev-python/dataclasses_json/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   lidatong/dataclasses-json
+   
+



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

2024-04-21 Thread Viorel Munteanu
commit: 9b730c392648e7d053c417a44791b15b1f7ef160
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 05:57:36 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:58:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b730c39

dev-python/dataclasses-json: update SRC_URI

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

 dev-python/dataclasses-json/dataclasses-json-0.5.14.ebuild | 4 ++--
 dev-python/dataclasses-json/metadata.xml   | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/dataclasses-json/dataclasses-json-0.5.14.ebuild 
b/dev-python/dataclasses-json/dataclasses-json-0.5.14.ebuild
index df47d15315..c73da7eae6 100644
--- a/dev-python/dataclasses-json/dataclasses-json-0.5.14.ebuild
+++ b/dev-python/dataclasses-json/dataclasses-json-0.5.14.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="Easily serialize Data Classes to and from JSON"
 HOMEPAGE="https://github.com/lidatong/dataclasses-json;
-SRC_URI="https://github.com/lidatong/dataclasses-json/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/lidatong/dataclasses-json/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 S="${WORKDIR}/${P/_/-}"
 
 LICENSE="MIT"
@@ -22,7 +22,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="
>=dev-python/marshmallow-3.3.0[${PYTHON_USEDEP}]
>=dev-python/marshmallow_enum-1.5.1[${PYTHON_USEDEP}]
-   >=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/typing-inspect-0.4.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}

diff --git a/dev-python/dataclasses-json/metadata.xml 
b/dev-python/dataclasses-json/metadata.xml
index 851a5b4c01..f0e2e72391 100644
--- a/dev-python/dataclasses-json/metadata.xml
+++ b/dev-python/dataclasses-json/metadata.xml
@@ -4,5 +4,6 @@


lidatong/dataclasses-json
+   dataclasses-json

 



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

2024-04-21 Thread Viorel Munteanu
commit: d2131038975bfacac3ab35a8e93773adf318ab6d
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 05:56:03 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:58:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2131038

dev-python/python-skywater-pdk: update renamed dependency

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

 .../python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild 
b/dev-python/python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild
index baa8ff5582..8317f6d9c4 100644
--- a/dev-python/python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild
+++ b/dev-python/python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild
@@ -20,7 +20,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="dev-python/dataclasses_json[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/dataclasses-json[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 src_prepare() {



[gentoo-commits] repo/proj/guru:dev commit in: profiles/updates/, dev-python/libcst/

2024-04-21 Thread Viorel Munteanu
commit: a31f8d244105c65bc046f57ac27c8f1f3c968fae
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 05:37:23 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:58:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31f8d24

Reapply "dev-python/typing_inspect: add package move"

This reverts commit 66579a3a146835d21b03627ffbf976d31e172d65.

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

 dev-python/libcst/libcst-0.4.3_p20220607.ebuild | 2 +-
 profiles/updates/2Q-2024| 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild 
b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
index e9d473f64d..e0a909b555 100644
--- a/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
+++ b/dev-python/libcst/libcst-0.4.3_p20220607.ebuild
@@ -132,7 +132,7 @@ RDEPEND="
>=dev-python/pyyaml-5.2[${PYTHON_USEDEP}]
>=dev-python/setuptools-rust-0.12.1[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}]
-   >=dev-python/typing_inspect-0.4.0[${PYTHON_USEDEP}]
+   >=dev-python/typing-inspect-0.4.0[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"
 #  test? (

diff --git a/profiles/updates/2Q-2024 b/profiles/updates/2Q-2024
index 1e16447374..e5cc206d62 100644
--- a/profiles/updates/2Q-2024
+++ b/profiles/updates/2Q-2024
@@ -5,3 +5,4 @@ move dev-python/dataclasses_json dev-python/dataclasses-json
 move media-gfx/heatshrink dev-libs/heatshrink
 move sys-apps/sdate app-misc/sdate
 move gui-libs/webp-pixbuf-loader gui-libs/gdk-pixbuf-loader-webp
+move dev-python/typing_inspect dev-python/typing-inspect



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

2024-04-21 Thread Viorel Munteanu
commit: 1c75e7770a156e6d21a3096470db556ff80b0e1e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 05:49:05 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:58:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c75e777

Revert "dev-python/dataclasses_json: add package move"

This reverts commit a46989114cafd0564f096394beacbe5fba88d0b5.

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

 .../python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild 
b/dev-python/python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild
index bec014964b..baa8ff5582 100644
--- a/dev-python/python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild
+++ b/dev-python/python-skywater-pdk/python-skywater-pdk-0.0.0_p20220424.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_10 ) # python3_11 depends on 
dev-python/dataclasses_json
 
 MY_PN="skywater-pdk"
 MY_REV=5a57f505cd4cd65d10e9f37dd2d259a526bc9bf7
@@ -20,7 +20,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="dev-python/dataclasses-json[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/dataclasses_json[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 src_prepare() {



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/typing-inspect/, dev-python/typing_inspect/

2024-04-21 Thread Viorel Munteanu
commit: c0ea18661b6091cef514580e5abe6c96cda347d8
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 22 05:44:12 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 22 05:58:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0ea1866

dev-python/typing-inspect: actually rename the package

Rename dev-python/typing_inspect to dev-python/typing-inspect.

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

 dev-python/{typing_inspect => typing-inspect}/Manifest  | 0
 dev-python/{typing_inspect => typing-inspect}/metadata.xml  | 2 +-
 .../typing-inspect-0.9.0.ebuild}| 0
 3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typing_inspect/Manifest 
b/dev-python/typing-inspect/Manifest
similarity index 100%
rename from dev-python/typing_inspect/Manifest
rename to dev-python/typing-inspect/Manifest

diff --git a/dev-python/typing_inspect/metadata.xml 
b/dev-python/typing-inspect/metadata.xml
similarity index 83%
rename from dev-python/typing_inspect/metadata.xml
rename to dev-python/typing-inspect/metadata.xml
index 33a8fb3b88..4905763b14 100644
--- a/dev-python/typing_inspect/metadata.xml
+++ b/dev-python/typing-inspect/metadata.xml
@@ -4,6 +4,6 @@


ilevkivskyi/typing_inspect
-   typing_inspect
+   typing-inspect

 

diff --git a/dev-python/typing_inspect/typing_inspect-0.9.0.ebuild 
b/dev-python/typing-inspect/typing-inspect-0.9.0.ebuild
similarity index 100%
rename from dev-python/typing_inspect/typing_inspect-0.9.0.ebuild
rename to dev-python/typing-inspect/typing-inspect-0.9.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/

2024-04-21 Thread Viorel Munteanu
commit: a29b90354124cbb1cd6aa12eed77303845cea348
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Apr 21 07:54:14 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 21 08:26:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29b9035

sci-calculators/units: add 2.23

Closes: https://bugs.gentoo.org/929996
Closes: https://bugs.gentoo.org/929755
Closes: https://bugs.gentoo.org/881639
Signed-off-by: Viorel Munteanu  gentoo.org>

 sci-calculators/units/Manifest  |  1 +
 sci-calculators/units/metadata.xml  | 20 ++-
 sci-calculators/units/units-2.23.ebuild | 59 +
 3 files changed, 72 insertions(+), 8 deletions(-)

diff --git a/sci-calculators/units/Manifest b/sci-calculators/units/Manifest
index 62a5de36de3f..2f123aa654f9 100644
--- a/sci-calculators/units/Manifest
+++ b/sci-calculators/units/Manifest
@@ -1 +1,2 @@
 DIST units-2.21.tar.gz 1308533 BLAKE2B 
0a02979eafa21af759128ec72b11e1f532640c9d0e88ae8f389a1beb52d5a400cbd6294042aa4c7d8786c06c8ac4106a77c302805b8c5e3bb84d4134805fd517
 SHA512 
34bacff606f12aa5b2e59170f6b2142277aa1121d79610a51b57f07f17ae2dbdfbbb0e60be34522f367679cc152408f77c1ebb551016224d23f81c21f4b3ba62
+DIST units-2.23.tar.gz 1423494 BLAKE2B 
9a835ec3862b7c09149d5726084fb3068acb9d01b3a8234647cd47805a559b75131046bfe407152dec9f2e06c6c3315686dd0db0694d2c5ef0173e6ee64ce378
 SHA512 
628aac3a560ed728f1aba91841f9fccc0b145375a0b8953b98ac00c71bcc7f647377d16c6ba7b59e987a6e7a74b44038a62f2576f757a43d7564be469be81ee8

diff --git a/sci-calculators/units/metadata.xml 
b/sci-calculators/units/metadata.xml
index 0f742b8f2221..09b6ba2b5614 100644
--- a/sci-calculators/units/metadata.xml
+++ b/sci-calculators/units/metadata.xml
@@ -1,11 +1,15 @@
-
+
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-  
-Install the units_cur python script that updates 
currencies
-  
-  
-units
-  
+   
+   cea...@gentoo.org
+       Viorel Munteanu
+   
+   
+   Install the units_cur python script that 
updates currencies
+   
+   
+   units
+   mailto:adri...@gnu.org
+   
 

diff --git a/sci-calculators/units/units-2.23.ebuild 
b/sci-calculators/units/units-2.23.ebuild
new file mode 100644
index ..4d4fecb58392
--- /dev/null
+++ b/sci-calculators/units/units-2.23.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit python-r1
+
+DESCRIPTION="Unit conversion program"
+HOMEPAGE="https://www.gnu.org/software/units/units.html;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="FDL-1.3 GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+IUSE="+units-cur"
+REQUIRED_USE="units-cur? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   sys-libs/readline:=
+   units-cur? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/requests[${PYTHON_USEDEP}]
+   ')
+   )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.20-readerror.patch
+)
+
+DOCS=( NEWS README )
+
+src_configure() {
+   local myconf=(
+   --sharedstatedir="${EPREFIX}"/var/lib
+   ac_cv_path_PYTHON=no
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_compile() {
+   emake ${PN}
+}
+
+src_install() {
+   default
+
+   if use units-cur; then
+   sed \
+   -e 
"/^outfile/s|'.*'|'/usr/share/units/currency.units'|g" \
+   -e 's|^#!|&/usr/bin/python|g' \
+   units_cur_inst > units_cur || die
+   python_foreach_impl python_doscript units_cur
+   fi
+}



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

2024-04-21 Thread Viorel Munteanu
commit: 3e29e0df686c3cb43b6e684e5274abd536fdb6fe
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Apr 21 08:16:58 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 21 08:26:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e29e0df

x11-misc/fbpanel: enable py3.12

Enable Python 3.12.  Only used at build, still works.
Update license.

Closes: https://bugs.gentoo.org/795591
Closes: https://bugs.gentoo.org/929884
Signed-off-by: Viorel Munteanu  gentoo.org>

 x11-misc/fbpanel/fbpanel-7.0-r4.ebuild | 70 ++
 1 file changed, 70 insertions(+)

diff --git a/x11-misc/fbpanel/fbpanel-7.0-r4.ebuild 
b/x11-misc/fbpanel/fbpanel-7.0-r4.ebuild
new file mode 100644
index ..04f05780e684
--- /dev/null
+++ b/x11-misc/fbpanel/fbpanel-7.0-r4.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit edo python-any-r1 toolchain-funcs
+
+DESCRIPTION="Light-weight X11 desktop panel"
+HOMEPAGE="https://aanatoly.github.io/fbpanel/;
+SRC_URI="https://github.com/aanatoly/fbpanel/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT LGPL-2+ GPL-2+"   # bug #795591
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE="alsa"
+
+RDEPEND="
+   dev-libs/glib:2
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:2
+   x11-libs/libX11
+   alsa? ( media-libs/alsa-lib )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-6.1-underlinking.patch
+   "${FILESDIR}"/${PN}-7.0-clang.patch
+   "${FILESDIR}"/${PN}-7.0-fno-common.patch
+   "${FILESDIR}"/${PN}-7.0-images.patch
+   "${FILESDIR}"/${PN}-7.0-python3-shebangs.patch
+   "${FILESDIR}"/${PN}-7.0-remove-gdk-pixbuf-xlib.h.patch
+   "${FILESDIR}"/${PN}-7.0-python3.10.patch
+)
+
+src_prepare() {
+   default
+   2to3 -n -w --no-diffs configure .config/*.py || die
+}
+
+src_configure() {
+   tc-export CC
+
+   # not autotools based
+   local confargs=(
+   V=1
+   --mandir="${EPREFIX}"/usr/share/man/man1
+   --datadir="${EPREFIX}"/usr/share/${PN}
+   --prefix="${EPREFIX}"/usr
+   --libdir="${EPREFIX}"/usr/$(get_libdir)/${PN}
+   $(usex alsa --sound --no-sound)
+   )
+
+   edo ./configure "${confargs[@]}"
+}
+
+pkg_postinst() {
+   elog "For the volume plugin to work, you need to configure your kernel"
+   elog "with CONFIG_SND_MIXER_OSS or CONFIG_SOUND_PRIME or some other 
means"
+   elog "that provide the /dev/mixer device node."
+}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/

2024-04-20 Thread Viorel Munteanu
commit: 64a76907fb19980476a40fd2ae8230af2fe9126b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 19:36:33 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 19:47:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a76907

dev-embedded/libftdi: enable py3.12

Require >=dev-lang/swig-4.2.0 because that's where they added support
for Python 3.12 in swig.  In this case this is not strictly required,
because swig-4.1.1 generates the same files, so the requirement can
be relaxed if needed.

Closes: https://bugs.gentoo.org/929394
Signed-off-by: Viorel Munteanu  gentoo.org>

 ...{libftdi-.ebuild => libftdi-0.20-r3.ebuild} | 63 +++---
 .../{libftdi-.ebuild => libftdi-1.5-r6.ebuild} |  5 +-
 dev-embedded/libftdi/libftdi-.ebuild   |  4 +-
 3 files changed, 37 insertions(+), 35 deletions(-)

diff --git a/dev-embedded/libftdi/libftdi-.ebuild 
b/dev-embedded/libftdi/libftdi-0.20-r3.ebuild
similarity index 60%
copy from dev-embedded/libftdi/libftdi-.ebuild
copy to dev-embedded/libftdi/libftdi-0.20-r3.ebuild
index bb804f1f7033..da4a55f0c65e 100644
--- a/dev-embedded/libftdi/libftdi-.ebuild
+++ b/dev-embedded/libftdi/libftdi-0.20-r3.ebuild
@@ -3,80 +3,79 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-single-r1
 
-MY_P="${PN}1-${PV}"
 if [[ ${PV} == * ]] ; then
inherit git-r3
EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
 else
-   
SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2;
-   S="${WORKDIR}/${MY_P}"
-
-   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
-
-   PATCHES=(
-   "${FILESDIR}"/${P}-tests-no-cxx.patch
-   "${FILESDIR}"/${P}-cmake-cxx.patch
-   )
+   
SRC_URI="https://www.intra2net.com/en/developer/${PN}/download/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 DESCRIPTION="Userspace access to FTDI USB interface chips"
 HOMEPAGE="https://www.intra2net.com/en/developer/libftdi/;
 
 LICENSE="LGPL-2"
-SLOT="1"
-IUSE="cxx doc examples python test tools"
-RESTRICT="!test? ( test )"
+SLOT="0"
+IUSE="cxx doc examples python static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 RDEPEND="
-   virtual/libusb:1
+   virtual/libusb:0
cxx? ( dev-libs/boost )
+   doc? ( !dev-embedded/libftdi:1[doc] )
python? ( ${PYTHON_DEPS} )
-   tools? ( dev-libs/confuse:= )
-"
-DEPEND="${RDEPEND}
-   test? ( dev-libs/boost )
 "
+DEPEND="${RDEPEND}"
 BDEPEND="
doc? ( app-text/doxygen )
-   python? ( dev-lang/swig )
+   python? ( >=dev-lang/swig-4.2.0 )
 "
 
+PATCHES=(
+   "${FILESDIR}"/${P}-cmake-include.patch
+   "${FILESDIR}"/${P}-cmake-version.patch
+)
+
 pkg_setup() {
use python && python-single-r1_pkg_setup
 }
 
+src_prepare() {
+   if use python; then
+   sed -i \
+   -e 
"s:[$]{PYTHON_LIB_INSTALL}/../site-packages:$(python_get_sitedir):" \
+   bindings/CMakeLists.txt || die
+   fi
+   sed -i \
+   -e '/SET(LIB_SUFFIX /d' \
+   CMakeLists.txt || die
+
+   cmake_src_prepare
+}
+
 src_configure() {
local mycmakeargs=(
-DFTDIPP=$(usex cxx)
-DDOCUMENTATION=$(usex doc)
-DEXAMPLES=$(usex examples)
-DPYTHON_BINDINGS=$(usex python)
-   -DBUILD_TESTS=$(usex test)
-   -DFTDI_EEPROM=$(usex tools)
-DCMAKE_SKIP_BUILD_RPATH=ON
-   -DSTATICLIBS=OFF
)
-   cmake_src_configure
-}
 
-src_test() {
-   cd "${BUILD_DIR}/test" || die
-   LD_LIBRARY_PATH="${BUILD_DIR}/src" ./test_libftdi1 -l all || die
+   cmake_src_configure
 }
 
 src_install() {
cmake_src_install
-
use python && python_optimize
-   dodoc AUTHORS ChangeLog README TODO
+   dodoc ChangeLog README
 
if use doc ; then
# Clean up man pages with too generic names. #356369
-   rm -vf "${BUILD_DIR}"/doc/man/man3/_* || die
+   rm -vf "${BUILD_DIR}"/doc/man/man3/{_,usb_,deprecated}* || die
 
doman "${BUILD_DIR}"/doc/man/man3/*
dodoc -r "${BUILD_DIR}"/doc/html
@@ -86,4 +85,6 @@ src_install() {
docinto examples
dodoc examples/*.c
fi
+
+   use static-libs || rm "${ED}"/usr/$(get_libdir)/${PN}.a || die
 }

diff --git a/dev-embedded/libftdi/libftdi-

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

2024-04-20 Thread Viorel Munteanu
commit: 291452cf5af3c024892ed7a841e8d795013971a3
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 18:54:05 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 19:47:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291452cf

sys-block/bmap-tools: enable py3.12

Closes: https://bugs.gentoo.org/929827
Signed-off-by: Viorel Munteanu  gentoo.org>

 sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild 
b/sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild
index 5a474a6f2428..52160c499c6a 100644
--- a/sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild
+++ b/sys-block/bmap-tools/bmap-tools-3.6-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/

2024-04-20 Thread Viorel Munteanu
commit: cde37edad8e9f002c0560f96b7be909ee72071a5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 17:40:22 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 17:40:22 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cde37eda

net-misc/maestral: drop 1.9.2

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

 net-misc/maestral/Manifest  |  1 -
 net-misc/maestral/maestral-1.9.2.ebuild | 55 -
 2 files changed, 56 deletions(-)

diff --git a/net-misc/maestral/Manifest b/net-misc/maestral/Manifest
index e0f8a73194..9ea4a7d8ed 100644
--- a/net-misc/maestral/Manifest
+++ b/net-misc/maestral/Manifest
@@ -1,4 +1,3 @@
 DIST maestral-1.8.0.gh.tar.gz 8125310 BLAKE2B 
14880a6ced1d1cea203741875f4eb4a8520daf7103efaca19476c21674f9a10edc2d8959d86fc916ba2cbafbca4e33dd393986f08e844b0e7f85d1c833ea7af6
 SHA512 
e6dff6b8685e78f10ea03b88cfc3d307d0a5873935b43cf4e04c5876009ca1ce88aa782da37a17b9ea092335a3835f2fe2fbf388c861c5da36500a781d10a17b
 DIST maestral-1.9.1.gh.tar.gz 8126257 BLAKE2B 
dfa87be18d1a82c434ed2710a41d3da5376f035c80349053aa73016da654cc2f698caef8cf7c47bba8e6e09da87e14efe75627524302259017b38fcfdad6fbd3
 SHA512 
b8cc78d644024dc4848e217cbbc38a0d2342022e68c1da22bfa9301fe926fcfd2a60a34a2073c55d24e5b5c41fa075bb8cff41563148ddea38c3b0cffbc1
-DIST maestral-1.9.2.gh.tar.gz 8126622 BLAKE2B 
2ba3a10e54e308d48b20c85cf389faa3715c43ed384958dc92ed9c8652265c336d5241620943d2f09e955950d5e747a89d2f8e1f458f4f727e7440e234fd3134
 SHA512 
70aa32f0070d0d8d646f530b3ab7bc9ebcdf7f301d27d097feeef56aed14661df4f1105ce3e1f42d1dd9afd38cce70e25a4e191b8000bca2bf66120168a22091
 DIST maestral-1.9.3.gh.tar.gz 8126807 BLAKE2B 
1e4a4e0d39d31b81d6894b3d46100eaa96e2bb99576f59c4e8a784ade14d09e273e8c16d154bd54d883270e30ec7d7a882307584d3ed1f77e8e1710eb94daae7
 SHA512 
6d66cc0929dffb8221ef186d9fd7a639725e50782092710fc74b05e5e678055a1fc75da6d0299315ffc6f8107ec24d1039d72973b73da0def41839a35eca1f03

diff --git a/net-misc/maestral/maestral-1.9.2.ebuild 
b/net-misc/maestral/maestral-1.9.2.ebuild
deleted file mode 100644
index ec2891669b..00
--- a/net-misc/maestral/maestral-1.9.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 xdg
-
-MY_PV=${PV/_rc/.dev}
-DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
-HOMEPAGE="https://maestral.app;
-SRC_URI="https://github.com/samschott/maestral/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="MIT"
-SLOT="0"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
-   >=dev-python/desktop-notifier-3.3.0[${PYTHON_USEDEP}]
-   =dev-python/dropbox-11*[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.15[${PYTHON_USEDEP}]
-   dev-python/importlib-metadata[${PYTHON_USEDEP}]
-   >=dev-python/keyring-22.0.0[${PYTHON_USEDEP}]
-   >=dev-python/keyrings-alt-3.1.0[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.5.8[${PYTHON_USEDEP}]
-   >=dev-python/Pyro5-5.10[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.16.2[${PYTHON_USEDEP}]
-   dev-python/rich[${PYTHON_USEDEP}]
-   dev-python/survey[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   >=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}]
-   dev-python/xattr[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/build[${PYTHON_USEDEP}]
-"
-
-EPYTEST_DESELECT=(
-   # requires dev-python/pytest-benchmark not available for py3.11
-   tests/offline/test_clean_local_events.py::test_performance
-
-   # requires systemd
-   tests/offline/test_cli.py::test_autostart
-
-   # requires network
-   tests/offline/test_main.py::test_check_for_updates
-)
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/

2024-04-20 Thread Viorel Munteanu
commit: bfb132e39f20b53c6ef7aba58995011d91f41164
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 17:40:29 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 17:40:29 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfb132e3

net-misc/maestral: drop 1.8.0

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

 net-misc/maestral/Manifest  |  1 -
 net-misc/maestral/maestral-1.8.0.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/net-misc/maestral/Manifest b/net-misc/maestral/Manifest
index d29e26b0ae..089c4945ef 100644
--- a/net-misc/maestral/Manifest
+++ b/net-misc/maestral/Manifest
@@ -1,2 +1 @@
-DIST maestral-1.8.0.gh.tar.gz 8125310 BLAKE2B 
14880a6ced1d1cea203741875f4eb4a8520daf7103efaca19476c21674f9a10edc2d8959d86fc916ba2cbafbca4e33dd393986f08e844b0e7f85d1c833ea7af6
 SHA512 
e6dff6b8685e78f10ea03b88cfc3d307d0a5873935b43cf4e04c5876009ca1ce88aa782da37a17b9ea092335a3835f2fe2fbf388c861c5da36500a781d10a17b
 DIST maestral-1.9.3.gh.tar.gz 8126807 BLAKE2B 
1e4a4e0d39d31b81d6894b3d46100eaa96e2bb99576f59c4e8a784ade14d09e273e8c16d154bd54d883270e30ec7d7a882307584d3ed1f77e8e1710eb94daae7
 SHA512 
6d66cc0929dffb8221ef186d9fd7a639725e50782092710fc74b05e5e678055a1fc75da6d0299315ffc6f8107ec24d1039d72973b73da0def41839a35eca1f03

diff --git a/net-misc/maestral/maestral-1.8.0.ebuild 
b/net-misc/maestral/maestral-1.8.0.ebuild
deleted file mode 100644
index 772464ac1d..00
--- a/net-misc/maestral/maestral-1.8.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 xdg
-
-MY_PV=${PV/_rc/.dev}
-DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
-HOMEPAGE="https://maestral.app;
-SRC_URI="https://github.com/samschott/maestral/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="MIT"
-SLOT="0"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
-   >=dev-python/desktop-notifier-3.3.0[${PYTHON_USEDEP}]
-   =dev-python/dropbox-11*[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.15[${PYTHON_USEDEP}]
-   dev-python/importlib-metadata[${PYTHON_USEDEP}]
-   >=dev-python/keyring-22.0.0[${PYTHON_USEDEP}]
-   >=dev-python/keyrings-alt-3.1.0[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.5.8[${PYTHON_USEDEP}]
-   >=dev-python/Pyro5-5.10[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.16.2[${PYTHON_USEDEP}]
-   dev-python/rich[${PYTHON_USEDEP}]
-   =dev-python/survey-4*[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   >=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/build[${PYTHON_USEDEP}]
-"
-
-EPYTEST_DESELECT=(
-   # requires dev-python/pytest-benchmark not available for py3.11
-   tests/offline/test_clean_local_events.py::test_performance
-
-   # requires systemd
-   tests/offline/test_cli.py::test_autostart
-
-   # requires network
-   tests/offline/test_main.py::test_check_for_updates
-)
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/

2024-04-20 Thread Viorel Munteanu
commit: 48cedb8669895536ee8c5639c55ee3656262d524
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 17:40:25 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 17:40:25 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48cedb86

net-misc/maestral: drop 1.9.1

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

 net-misc/maestral/Manifest  |  1 -
 net-misc/maestral/maestral-1.9.1.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/net-misc/maestral/Manifest b/net-misc/maestral/Manifest
index 9ea4a7d8ed..d29e26b0ae 100644
--- a/net-misc/maestral/Manifest
+++ b/net-misc/maestral/Manifest
@@ -1,3 +1,2 @@
 DIST maestral-1.8.0.gh.tar.gz 8125310 BLAKE2B 
14880a6ced1d1cea203741875f4eb4a8520daf7103efaca19476c21674f9a10edc2d8959d86fc916ba2cbafbca4e33dd393986f08e844b0e7f85d1c833ea7af6
 SHA512 
e6dff6b8685e78f10ea03b88cfc3d307d0a5873935b43cf4e04c5876009ca1ce88aa782da37a17b9ea092335a3835f2fe2fbf388c861c5da36500a781d10a17b
-DIST maestral-1.9.1.gh.tar.gz 8126257 BLAKE2B 
dfa87be18d1a82c434ed2710a41d3da5376f035c80349053aa73016da654cc2f698caef8cf7c47bba8e6e09da87e14efe75627524302259017b38fcfdad6fbd3
 SHA512 
b8cc78d644024dc4848e217cbbc38a0d2342022e68c1da22bfa9301fe926fcfd2a60a34a2073c55d24e5b5c41fa075bb8cff41563148ddea38c3b0cffbc1
 DIST maestral-1.9.3.gh.tar.gz 8126807 BLAKE2B 
1e4a4e0d39d31b81d6894b3d46100eaa96e2bb99576f59c4e8a784ade14d09e273e8c16d154bd54d883270e30ec7d7a882307584d3ed1f77e8e1710eb94daae7
 SHA512 
6d66cc0929dffb8221ef186d9fd7a639725e50782092710fc74b05e5e678055a1fc75da6d0299315ffc6f8107ec24d1039d72973b73da0def41839a35eca1f03

diff --git a/net-misc/maestral/maestral-1.9.1.ebuild 
b/net-misc/maestral/maestral-1.9.1.ebuild
deleted file mode 100644
index 7d9147..00
--- a/net-misc/maestral/maestral-1.9.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 xdg
-
-MY_PV=${PV/_rc/.dev}
-DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
-HOMEPAGE="https://maestral.app;
-SRC_URI="https://github.com/samschott/maestral/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="MIT"
-SLOT="0"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
-   >=dev-python/desktop-notifier-3.3.0[${PYTHON_USEDEP}]
-   =dev-python/dropbox-11*[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.15[${PYTHON_USEDEP}]
-   dev-python/importlib-metadata[${PYTHON_USEDEP}]
-   >=dev-python/keyring-22.0.0[${PYTHON_USEDEP}]
-   >=dev-python/keyrings-alt-3.1.0[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.5.8[${PYTHON_USEDEP}]
-   >=dev-python/Pyro5-5.10[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.16.2[${PYTHON_USEDEP}]
-   dev-python/rich[${PYTHON_USEDEP}]
-   dev-python/survey[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   >=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/build[${PYTHON_USEDEP}]
-"
-
-EPYTEST_DESELECT=(
-   # requires dev-python/pytest-benchmark not available for py3.11
-   tests/offline/test_clean_local_events.py::test_performance
-
-   # requires systemd
-   tests/offline/test_cli.py::test_autostart
-
-   # requires network
-   tests/offline/test_main.py::test_check_for_updates
-)
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/

2024-04-20 Thread Viorel Munteanu
commit: 50bde48e6ae2cd2633a44be77cb26f62a67e44f1
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 17:40:05 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 17:40:05 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50bde48e

net-misc/maestral-qt: drop 1.8.0

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

 net-misc/maestral-qt/Manifest |  1 -
 net-misc/maestral-qt/maestral-qt-1.8.0.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/net-misc/maestral-qt/Manifest b/net-misc/maestral-qt/Manifest
index a8ab8cf9b9..c571435545 100644
--- a/net-misc/maestral-qt/Manifest
+++ b/net-misc/maestral-qt/Manifest
@@ -1,2 +1 @@
-DIST maestral-qt-1.8.0.gh.tar.gz 1219570 BLAKE2B 
83c3d67b169f04553f3885e3ae008fe04284bb9fd9a7b2888e2146e298e85cc15f639d83359165a957f8832bb34d3bf129ddd850d58b6e808e257d5784a2e1b4
 SHA512 
2cf19185fce01b5d1884215522987ba77484e6d6cb9a3745503fd2bc66c796db839ee7dc863fb3b8e3b55b95af013bf23b00bc60cb7106d265766ca813482bdd
 DIST maestral-qt-1.9.3.gh.tar.gz 1219610 BLAKE2B 
819a0f88571e64a633e09b7c200c9a983a8e359bc574df570be7d1011853184dc88fa789e806ed204862b92f84d8cd6d7e5b0c03631d6e11159143dcaf1b0fd6
 SHA512 
3f1dbdbf93eb64e01ff01ab308e46b0320162a7e6aaa027d277b216dc0ba73ae2eee33e68add356e3fb14ffcad1f789bc02d948d48067eea1a5cb5b9208f200b

diff --git a/net-misc/maestral-qt/maestral-qt-1.8.0.ebuild 
b/net-misc/maestral-qt/maestral-qt-1.8.0.ebuild
deleted file mode 100644
index f9462a0bb4..00
--- a/net-misc/maestral-qt/maestral-qt-1.8.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit desktop distutils-r1
-
-MY_PV=${PV/_rc/.dev}
-DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
-HOMEPAGE="https://maestral.app;
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${MY_PV}.tar.gz 
-> ${P}.gh.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="MIT"
-SLOT="0"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
-   dev-python/markdown2[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/PyQt6[widgets,gui,svg,${PYTHON_USEDEP}]
-   >=net-misc/maestral-${PV%_rc*}_rc0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/build[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   domenu src/maestral_qt/resources/maestral.desktop
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/

2024-04-20 Thread Viorel Munteanu
commit: b0424e70e2c195f853e9262edee2a133a2a7135f
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 17:40:00 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 17:40:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0424e70

net-misc/maestral-qt: drop 1.9.1

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

 net-misc/maestral-qt/Manifest |  1 -
 net-misc/maestral-qt/maestral-qt-1.9.1.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/net-misc/maestral-qt/Manifest b/net-misc/maestral-qt/Manifest
index 6b14947aea..a8ab8cf9b9 100644
--- a/net-misc/maestral-qt/Manifest
+++ b/net-misc/maestral-qt/Manifest
@@ -1,3 +1,2 @@
 DIST maestral-qt-1.8.0.gh.tar.gz 1219570 BLAKE2B 
83c3d67b169f04553f3885e3ae008fe04284bb9fd9a7b2888e2146e298e85cc15f639d83359165a957f8832bb34d3bf129ddd850d58b6e808e257d5784a2e1b4
 SHA512 
2cf19185fce01b5d1884215522987ba77484e6d6cb9a3745503fd2bc66c796db839ee7dc863fb3b8e3b55b95af013bf23b00bc60cb7106d265766ca813482bdd
-DIST maestral-qt-1.9.1.gh.tar.gz 1219592 BLAKE2B 
31ac7bf91499c46ae0cbab508e7c9e9591c0a0f766b6de00f2d4f19f3d0ebb6c513c4f2785c0b31210f7401ae59b98eaa7b753676953206e4a295d2783950ed4
 SHA512 
ff1ade8625655be61b0c10ad5a66c1d53984852cb9346d6ca552bb3783f451fae46a2277598d2d8c9cd3e96db0fbdef1dc38f23c2e6c99806b634a73b8589ba5
 DIST maestral-qt-1.9.3.gh.tar.gz 1219610 BLAKE2B 
819a0f88571e64a633e09b7c200c9a983a8e359bc574df570be7d1011853184dc88fa789e806ed204862b92f84d8cd6d7e5b0c03631d6e11159143dcaf1b0fd6
 SHA512 
3f1dbdbf93eb64e01ff01ab308e46b0320162a7e6aaa027d277b216dc0ba73ae2eee33e68add356e3fb14ffcad1f789bc02d948d48067eea1a5cb5b9208f200b

diff --git a/net-misc/maestral-qt/maestral-qt-1.9.1.ebuild 
b/net-misc/maestral-qt/maestral-qt-1.9.1.ebuild
deleted file mode 100644
index c15493aa2e..00
--- a/net-misc/maestral-qt/maestral-qt-1.9.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit desktop distutils-r1
-
-MY_PV=${PV/_rc/.dev}
-DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
-HOMEPAGE="https://maestral.app;
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${MY_PV}.tar.gz 
-> ${P}.gh.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="MIT"
-SLOT="0"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
-   dev-python/markdown2[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/PyQt6[widgets,gui,svg,${PYTHON_USEDEP}]
-   >=net-misc/maestral-${PV%_rc*}_rc0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/build[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   domenu src/maestral_qt/resources/maestral.desktop
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/

2024-04-20 Thread Viorel Munteanu
commit: 45ce6ba0e290946f6333e754aef01c375cb57805
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 17:39:55 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 17:39:55 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45ce6ba0

net-misc/maestral-qt: drop 1.9.2

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

 net-misc/maestral-qt/Manifest |  1 -
 net-misc/maestral-qt/maestral-qt-1.9.2.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/net-misc/maestral-qt/Manifest b/net-misc/maestral-qt/Manifest
index bb0e4a72e0..6b14947aea 100644
--- a/net-misc/maestral-qt/Manifest
+++ b/net-misc/maestral-qt/Manifest
@@ -1,4 +1,3 @@
 DIST maestral-qt-1.8.0.gh.tar.gz 1219570 BLAKE2B 
83c3d67b169f04553f3885e3ae008fe04284bb9fd9a7b2888e2146e298e85cc15f639d83359165a957f8832bb34d3bf129ddd850d58b6e808e257d5784a2e1b4
 SHA512 
2cf19185fce01b5d1884215522987ba77484e6d6cb9a3745503fd2bc66c796db839ee7dc863fb3b8e3b55b95af013bf23b00bc60cb7106d265766ca813482bdd
 DIST maestral-qt-1.9.1.gh.tar.gz 1219592 BLAKE2B 
31ac7bf91499c46ae0cbab508e7c9e9591c0a0f766b6de00f2d4f19f3d0ebb6c513c4f2785c0b31210f7401ae59b98eaa7b753676953206e4a295d2783950ed4
 SHA512 
ff1ade8625655be61b0c10ad5a66c1d53984852cb9346d6ca552bb3783f451fae46a2277598d2d8c9cd3e96db0fbdef1dc38f23c2e6c99806b634a73b8589ba5
-DIST maestral-qt-1.9.2.gh.tar.gz 1219612 BLAKE2B 
36b8bcbcdfbcb9462df359716da08f9b25e27a5a8aeb0cf4e1321efca301d3a5d3dac51bc2f0593f3e76efc68e09ecd6a709dcc8ad70e36633e07f2c08738c1e
 SHA512 
18499ef44875d24ef63e0c9355bf584191a7752bebb5b2db7bc79e95c777d3706eec9b760da2aaa4928ba04180ac4978aed50643593c25c8a7ecc143fe1d6b7f
 DIST maestral-qt-1.9.3.gh.tar.gz 1219610 BLAKE2B 
819a0f88571e64a633e09b7c200c9a983a8e359bc574df570be7d1011853184dc88fa789e806ed204862b92f84d8cd6d7e5b0c03631d6e11159143dcaf1b0fd6
 SHA512 
3f1dbdbf93eb64e01ff01ab308e46b0320162a7e6aaa027d277b216dc0ba73ae2eee33e68add356e3fb14ffcad1f789bc02d948d48067eea1a5cb5b9208f200b

diff --git a/net-misc/maestral-qt/maestral-qt-1.9.2.ebuild 
b/net-misc/maestral-qt/maestral-qt-1.9.2.ebuild
deleted file mode 100644
index c15493aa2e..00
--- a/net-misc/maestral-qt/maestral-qt-1.9.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit desktop distutils-r1
-
-MY_PV=${PV/_rc/.dev}
-DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
-HOMEPAGE="https://maestral.app;
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${MY_PV}.tar.gz 
-> ${P}.gh.tar.gz"
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-LICENSE="MIT"
-SLOT="0"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64"
-fi
-
-RDEPEND="
-   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
-   dev-python/markdown2[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/PyQt6[widgets,gui,svg,${PYTHON_USEDEP}]
-   >=net-misc/maestral-${PV%_rc*}_rc0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/build[${PYTHON_USEDEP}]
-"
-
-python_install_all() {
-   distutils-r1_python_install_all
-
-   domenu src/maestral_qt/resources/maestral.desktop
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral/

2024-04-20 Thread Viorel Munteanu
commit: b6afaa02c5c6a6ea50d755198d361a1fe05d4a2e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 17:34:15 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 17:34:15 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6afaa02

net-misc/maestral: add 1.9.3

Closes: https://bugs.gentoo.org/927982
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-misc/maestral/Manifest  |  1 +
 net-misc/maestral/maestral-1.9.3.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/net-misc/maestral/Manifest b/net-misc/maestral/Manifest
index 81c2db8d83..e0f8a73194 100644
--- a/net-misc/maestral/Manifest
+++ b/net-misc/maestral/Manifest
@@ -1,3 +1,4 @@
 DIST maestral-1.8.0.gh.tar.gz 8125310 BLAKE2B 
14880a6ced1d1cea203741875f4eb4a8520daf7103efaca19476c21674f9a10edc2d8959d86fc916ba2cbafbca4e33dd393986f08e844b0e7f85d1c833ea7af6
 SHA512 
e6dff6b8685e78f10ea03b88cfc3d307d0a5873935b43cf4e04c5876009ca1ce88aa782da37a17b9ea092335a3835f2fe2fbf388c861c5da36500a781d10a17b
 DIST maestral-1.9.1.gh.tar.gz 8126257 BLAKE2B 
dfa87be18d1a82c434ed2710a41d3da5376f035c80349053aa73016da654cc2f698caef8cf7c47bba8e6e09da87e14efe75627524302259017b38fcfdad6fbd3
 SHA512 
b8cc78d644024dc4848e217cbbc38a0d2342022e68c1da22bfa9301fe926fcfd2a60a34a2073c55d24e5b5c41fa075bb8cff41563148ddea38c3b0cffbc1
 DIST maestral-1.9.2.gh.tar.gz 8126622 BLAKE2B 
2ba3a10e54e308d48b20c85cf389faa3715c43ed384958dc92ed9c8652265c336d5241620943d2f09e955950d5e747a89d2f8e1f458f4f727e7440e234fd3134
 SHA512 
70aa32f0070d0d8d646f530b3ab7bc9ebcdf7f301d27d097feeef56aed14661df4f1105ce3e1f42d1dd9afd38cce70e25a4e191b8000bca2bf66120168a22091
+DIST maestral-1.9.3.gh.tar.gz 8126807 BLAKE2B 
1e4a4e0d39d31b81d6894b3d46100eaa96e2bb99576f59c4e8a784ade14d09e273e8c16d154bd54d883270e30ec7d7a882307584d3ed1f77e8e1710eb94daae7
 SHA512 
6d66cc0929dffb8221ef186d9fd7a639725e50782092710fc74b05e5e678055a1fc75da6d0299315ffc6f8107ec24d1039d72973b73da0def41839a35eca1f03

diff --git a/net-misc/maestral/maestral-1.9.3.ebuild 
b/net-misc/maestral/maestral-1.9.3.ebuild
new file mode 100644
index 00..eb4351f03d
--- /dev/null
+++ b/net-misc/maestral/maestral-1.9.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1 xdg
+
+MY_PV=${PV/_rc/.dev}
+DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
+HOMEPAGE="https://maestral.app;
+SRC_URI="https://github.com/samschott/maestral/archive/refs/tags/v${MY_PV}.tar.gz
 -> ${P}.gh.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+LICENSE="MIT"
+SLOT="0"
+if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
+   >=dev-python/desktop-notifier-3.3.0[${PYTHON_USEDEP}]
+   =dev-python/dropbox-11*[${PYTHON_USEDEP}]
+   >=dev-python/fasteners-0.15[${PYTHON_USEDEP}]
+   dev-python/importlib-metadata[${PYTHON_USEDEP}]
+   >=dev-python/keyring-22.0.0[${PYTHON_USEDEP}]
+   >=dev-python/keyrings-alt-3.1.0[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.5.8[${PYTHON_USEDEP}]
+   >=dev-python/Pyro5-5.10[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.16.2[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   dev-python/survey[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-2.0.1[${PYTHON_USEDEP}]
+   dev-python/xattr[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/build[${PYTHON_USEDEP}]
+"
+
+EPYTEST_DESELECT=(
+   # requires dev-python/pytest-benchmark not available for py3.11
+   tests/offline/test_clean_local_events.py::test_performance
+
+   # requires systemd
+   tests/offline/test_cli.py::test_autostart
+
+   # requires network
+   tests/offline/test_main.py::test_check_for_updates
+
+   # may fail if the filesystem does not support xattrs
+   # https://bugs.gentoo.org/927982
+   tests/offline/utils/test_path.py::test_move_preserves_xattrs
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/maestral-qt/

2024-04-20 Thread Viorel Munteanu
commit: 1bf0c9c0f932caf9a99843a5b4d6d46c7e4ad0f5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 17:35:00 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 17:35:00 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bf0c9c0

net-misc/maestral-qt: add 1.9.3

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

 net-misc/maestral-qt/Manifest |  1 +
 net-misc/maestral-qt/maestral-qt-1.9.3.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/net-misc/maestral-qt/Manifest b/net-misc/maestral-qt/Manifest
index 189cda556c..bb0e4a72e0 100644
--- a/net-misc/maestral-qt/Manifest
+++ b/net-misc/maestral-qt/Manifest
@@ -1,3 +1,4 @@
 DIST maestral-qt-1.8.0.gh.tar.gz 1219570 BLAKE2B 
83c3d67b169f04553f3885e3ae008fe04284bb9fd9a7b2888e2146e298e85cc15f639d83359165a957f8832bb34d3bf129ddd850d58b6e808e257d5784a2e1b4
 SHA512 
2cf19185fce01b5d1884215522987ba77484e6d6cb9a3745503fd2bc66c796db839ee7dc863fb3b8e3b55b95af013bf23b00bc60cb7106d265766ca813482bdd
 DIST maestral-qt-1.9.1.gh.tar.gz 1219592 BLAKE2B 
31ac7bf91499c46ae0cbab508e7c9e9591c0a0f766b6de00f2d4f19f3d0ebb6c513c4f2785c0b31210f7401ae59b98eaa7b753676953206e4a295d2783950ed4
 SHA512 
ff1ade8625655be61b0c10ad5a66c1d53984852cb9346d6ca552bb3783f451fae46a2277598d2d8c9cd3e96db0fbdef1dc38f23c2e6c99806b634a73b8589ba5
 DIST maestral-qt-1.9.2.gh.tar.gz 1219612 BLAKE2B 
36b8bcbcdfbcb9462df359716da08f9b25e27a5a8aeb0cf4e1321efca301d3a5d3dac51bc2f0593f3e76efc68e09ecd6a709dcc8ad70e36633e07f2c08738c1e
 SHA512 
18499ef44875d24ef63e0c9355bf584191a7752bebb5b2db7bc79e95c777d3706eec9b760da2aaa4928ba04180ac4978aed50643593c25c8a7ecc143fe1d6b7f
+DIST maestral-qt-1.9.3.gh.tar.gz 1219610 BLAKE2B 
819a0f88571e64a633e09b7c200c9a983a8e359bc574df570be7d1011853184dc88fa789e806ed204862b92f84d8cd6d7e5b0c03631d6e11159143dcaf1b0fd6
 SHA512 
3f1dbdbf93eb64e01ff01ab308e46b0320162a7e6aaa027d277b216dc0ba73ae2eee33e68add356e3fb14ffcad1f789bc02d948d48067eea1a5cb5b9208f200b

diff --git a/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild 
b/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild
new file mode 100644
index 00..c15493aa2e
--- /dev/null
+++ b/net-misc/maestral-qt/maestral-qt-1.9.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+inherit desktop distutils-r1
+
+MY_PV=${PV/_rc/.dev}
+DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
+HOMEPAGE="https://maestral.app;
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${MY_PV}.tar.gz 
-> ${P}.gh.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_PV}
+
+LICENSE="MIT"
+SLOT="0"
+if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64"
+fi
+
+RDEPEND="
+   >=dev-python/click-8.0.2[${PYTHON_USEDEP}]
+   dev-python/markdown2[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/PyQt6[widgets,gui,svg,${PYTHON_USEDEP}]
+   >=net-misc/maestral-${PV%_rc*}_rc0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/build[${PYTHON_USEDEP}]
+"
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   domenu src/maestral_qt/resources/maestral.desktop
+}



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

2024-04-20 Thread Viorel Munteanu
commit: 96ee24a19f411ea77994dc2b38b87e229b078ec2
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 12:05:55 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 12:06:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ee24a1

www-apps/roundup: add 2.3.0

Closes: https://bugs.gentoo.org/910044
Closes: https://bugs.gentoo.org/923584
Closes: https://bugs.gentoo.org/929875
Closes: https://bugs.gentoo.org/903697
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/roundup/Manifest |  1 +
 www-apps/roundup/roundup-2.3.0.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index d0fc2e60a971..8163a9198eaa 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1 +1,2 @@
 DIST roundup-2.2.0.tar.gz 3722236 BLAKE2B 
f9f36ff2a49c769dcce38dd59fd88825cb3a6560fbfc2a7bbf6d2abf1388bb328da5aa7de2934ae2469163bb4f125b4438b07f1eff9082458768012b4eda7687
 SHA512 
dbaf7c4a5e7fb75f0e401f39962c8f5a3b088036a0f2c9efb2910f3941df35df6c345c2051c37cbdcc9a2049d82d09bcb4e15b368f8c4c77fa4b4bf80c6dc844
+DIST roundup-2.3.0.tar.gz 3880745 BLAKE2B 
a6ed278352a91893cd5706b8e5c9fcbed76fc35364cb3709371187ba27b459efa4676ed8a342c937fcd2b637f21714379acdec21631e6c9012ab6a8bf3cebfcd
 SHA512 
83c659ce8d268f4f7f16f10731371ed6320564635e2620e2502e600c4ddbcae92f5c46722a33c66aceef5a8af99f5c556bce5512f03b97ff0cfb88e8bafe7cb6

diff --git a/www-apps/roundup/roundup-2.3.0.ebuild 
b/www-apps/roundup/roundup-2.3.0.ebuild
new file mode 100644
index ..e8fc8857ed1f
--- /dev/null
+++ b/www-apps/roundup/roundup-2.3.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Issue-tracking system with command-line, web, and e-mail 
interfaces"
+HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/;
+
+LICENSE="MIT ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown test"
+
+RDEPEND="
+   jinja? ( dev-python/jinja[${PYTHON_USEDEP}] )
+   markdown? (
+   || (
+   dev-python/markdown[${PYTHON_USEDEP}]
+   dev-python/markdown2[${PYTHON_USEDEP}]
+   dev-python/mistune[${PYTHON_USEDEP}]
+   )
+   )
+   mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )
+   postgres? ( dev-python/psycopg:0[${PYTHON_USEDEP}] )
+   pyjwt? ( dev-python/pyjwt[${PYTHON_USEDEP}] )
+   sqlite? ( $(python_gen_impl_dep sqlite) )
+   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
+   test? ( dev-python/mock[${PYTHON_USEDEP}] )
+   tz? ( dev-python/pytz[${PYTHON_USEDEP}] )
+   whoosh? ( >=dev-python/whoosh-2.5.7[${PYTHON_USEDEP}] )
+   xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,${PYTHON_USEDEP}] )
+"
+
+DOCS="CHANGES.txt doc/*.txt"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # tries to connect to non-running server
+   test/test_liveserver.py::TestPostgresWsgiServer
+   test/test_sqlite.py::sqliteSessionTest
+   test/test_sqlite.py::sqliteSpecialActionTestCase::testInnerMain
+   # automagic, assumes a postgresql server is available
+   test/test_config.py::TrackerConfig::testLoadSessionDbRedis
+
+   # upstream issue:  https://issues.roundup-tracker.org/issue2551335
+   
test/test_templating.py::Markdown2TestCase::test_markdown_hyperlinked_url
+   # upstream issue:  https://issues.roundup-tracker.org/issue2551336
+   
test/test_templating.py::Markdown2TestCase::test_string_markdown_link_item
+)
+
+python_install() {
+   distutils-r1_python_install
+   if [[ -d "${ED}"/usr/share ]]; then
+   rm -r "${D}$(python_get_sitedir)"/usr
+   else
+   mv "${D}$(python_get_sitedir)"/usr/share "${ED}"/usr/ || die
+   dodir /usr/share/doc/${PF}
+   mv "${ED}"/usr/share/doc/${PN}/html 
"${ED}"/usr/share/doc/${PF}/ || die
+   rmdir "${ED}"/usr/share/doc/${PN} || die
+   rmdir "${D}$(python_get_sitedir)"/usr || die
+   fi
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   find "${ED}"/usr/share/roundup -name __pycache__ -type d -exec rm -r {} 
+
+}
+
+pkg_postinst() {
+   ewarn "See installation.txt for initialisation instructions."
+   ewarn "See upgrading.txt for upgrading instructions."
+}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-launchers/, dev-python/pyfiglet/, app-misc/navi/, ...

2024-04-20 Thread Viorel Munteanu
commit: bd1e11e1d6f02c7b7ffb0c0fdf6e9a537fb80d72
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 06:52:03 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 06:52:17 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd1e11e1

*/*: drop inactive maintainer

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

 app-misc/fetsh/metadata.xml| 5 +
 app-misc/navi/metadata.xml | 5 +
 app-misc/ufetch/metadata.xml   | 5 +
 dev-python/ascim/metadata.xml  | 5 +
 dev-python/colored/metadata.xml| 5 +
 dev-python/pyfiglet/metadata.xml   | 5 +
 gui-apps/mpvpaper/metadata.xml | 5 +
 gui-apps/nwg-launchers/metadata.xml| 5 +
 gui-apps/swaylock-effects/metadata.xml | 5 +
 gui-apps/wdisplays/metadata.xml| 5 +
 gui-wm/cage/metadata.xml   | 5 +
 media-sound/pulseaudio-virtualmic/metadata.xml | 5 +
 media-video/wlrobs/metadata.xml| 5 +
 sys-fs/diskonaut/metadata.xml  | 5 +
 14 files changed, 14 insertions(+), 56 deletions(-)

diff --git a/app-misc/fetsh/metadata.xml b/app-misc/fetsh/metadata.xml
index ec0f1753cd..e5029e2264 100644
--- a/app-misc/fetsh/metadata.xml
+++ b/app-misc/fetsh/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   coppens.matthias@gmail.com
-   Matthias Coppens
-   
+   

6gk/fet.sh
https://github.com/6gk/fet.sh/issues

diff --git a/app-misc/navi/metadata.xml b/app-misc/navi/metadata.xml
index 4f10405368..9cf2cb78be 100644
--- a/app-misc/navi/metadata.xml
+++ b/app-misc/navi/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   coppens.matthias@gmail.com
-   Matthias Coppens
-   
+   

https://github.com/denisidoro/navi/issues
https://github.com/denisidoro/navi#usage

diff --git a/app-misc/ufetch/metadata.xml b/app-misc/ufetch/metadata.xml
index f0581647e2..f91956970b 100644
--- a/app-misc/ufetch/metadata.xml
+++ b/app-misc/ufetch/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-coppens.matthias@gmail.com
-Matthias Coppens
-
+
 
 https://gitlab.com/jschx/ufetch/-/issues
 jschx/ufetch

diff --git a/dev-python/ascim/metadata.xml b/dev-python/ascim/metadata.xml
index f23bdaea21..870a9ad63c 100644
--- a/dev-python/ascim/metadata.xml
+++ b/dev-python/ascim/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-coppens.matthias@gmail.com
-Matthias Coppens
-
+
 
 https://github.com/fakefred/ascim#usage
 https://github.com/fakefred/ascim/issues

diff --git a/dev-python/colored/metadata.xml b/dev-python/colored/metadata.xml
index 25ea1712a2..a49e676e87 100644
--- a/dev-python/colored/metadata.xml
+++ b/dev-python/colored/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-coppens.matthias@gmail.com
-Matthias Coppens
-
+
 
 Very simple Python library for color and formatting in terminal.
 Collection of color codes and names for 256 color terminal setups.

diff --git a/dev-python/pyfiglet/metadata.xml b/dev-python/pyfiglet/metadata.xml
index 4a5167c469..a7da40097b 100644
--- a/dev-python/pyfiglet/metadata.xml
+++ b/dev-python/pyfiglet/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-coppens.matthias@gmail.com
-Matthias Coppens
-
+
 
 pwaller/pyfiglet
 pyfiglet

diff --git a/gui-apps/mpvpaper/metadata.xml b/gui-apps/mpvpaper/metadata.xml
index 080bf4..241aed893a 100644
--- a/gui-apps/mpvpaper/metadata.xml
+++ b/gui-apps/mpvpaper/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   Matthias Coppens
-   coppens.matthias@gmail.com
-   
+   

MPVPaper is a wallpaper program for wlroots based wayland 
compositors,
such as sway. That allows you to play videos with mpv as your 
wallpaper.

diff --git a/gui-apps/nwg-launchers/metadata.xml 
b/gui-apps/nwg-launchers/metadata.xml
index 5d0f670068..ccfe9e4c86 100644
--- a/gui-apps/nwg-launchers/metadata.xml
+++ b/gui-apps/nwg-launchers/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-coppens.matthias@gmail.com
-Matthias Coppens
-
+
 
 Installs nwgbar,
 a horizontal or vertical button bar.

diff --git a/gui-apps/swaylock-effects/metadata.xml 
b/gui-apps/swaylock-effects/metadata.xml
in

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

2024-04-20 Thread Viorel Munteanu
commit: 32df9c72a62da35ce825d4737b3bce23ba011699
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 06:24:50 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 06:26:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32df9c72

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

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

 net-im/mattermost-desktop-bin/Manifest |  2 +
 .../mattermost-desktop-bin-5.8.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 742466595f29..f51d75d96dab 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,3 +2,5 @@ DIST mattermost-desktop-5.6.0-linux-arm64.tar.gz 103186982 
BLAKE2B a36a010cde797
 DIST mattermost-desktop-5.6.0-linux-x64.tar.gz 102835133 BLAKE2B 
4ef34c12ad2b8fefd224237aedf7c7a68844d37b6ca2fca517ffa109c6de9a99709f8accd969964dab3246289d642203e1a84a9b05ef9ca87ca0f0e5305fd949
 SHA512 
3a6e09dbacb65c1200932c652fab1dafbb136ee7596034efbfeaadea2ee2bd16476d231fb01357a6ec4fbdd392c955e79dc1e03b61dfc67dbaeb10f5167b5d14
 DIST mattermost-desktop-5.7.0-linux-arm64.tar.gz 104464404 BLAKE2B 
08caa572a986826f212dde6235c8ab36a31e559d14ca5a4e1a5e1e9024efc7f6a4126e56f96ad9f6dbc0fcc5798c466328791d9dccc6a5dcd83e0e0b80664930
 SHA512 
8e83d2105daa5a701b0f067203f7a0466a440962be2764f59ad7fa7ad892d6dcc07a1df8d5d924456b4038fae568a65efd52adc2c6f5c953f5ee7106468d526a
 DIST mattermost-desktop-5.7.0-linux-x64.tar.gz 104733209 BLAKE2B 
3da6c25a3b197f60169b8178208e7dd2d14585c8d1e83247720f1cebd71e7f8a663df1ad479cca47931abcb016f3d576ece435ea6ab9a9ea3dbef9d653216d88
 SHA512 
e993f30d19adc5ee619f2708b0e7e91872b07ff8d4cba102097239e8928ea6464efd87d80a66d39219a79393719fe5db7d7b28df7fd9d53fae3a72e84ee7e718
+DIST mattermost-desktop-5.8.0-rc.1-linux-arm64.tar.gz 103062689 BLAKE2B 
cfe5c2e3dd8f6a8fb4e792fb8539b37364126ba4cea1d89692ed770c1c36bdeb6b4d737e1fab111942a2277ec33c6ce173a1b52c99b57ca2760df5b4e8c8ce52
 SHA512 
272c1d4fe9213450e1e77a9551d2f991aad775b9b7fbf737655ee27336e559d9f629fa0c5e0c286b4bbb7a455fceb6fe2c41dfe7a4657475000b8f2875ce5433
+DIST mattermost-desktop-5.8.0-rc.1-linux-x64.tar.gz 103008224 BLAKE2B 
f02c619df0ed714961e1ec145e46ee403ee20d3107eb5367809046711ce9049c756abea1679b6f15b2f63241fb19c12c0b2b96e71eea946284cb9dab614b56d9
 SHA512 
7129b253b2e56757cd31787f1c4468050f68f023a2795f05a7f14826e33187346894c5fd7650c8d64d003205b1ca4ffd351290a939b88354f4811ef732ca02f0

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.8.0_rc1.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.8.0_rc1.ebuild
new file mode 100644
index ..8db20297843a
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.8.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
+   newi

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

2024-04-20 Thread Viorel Munteanu
commit: da6c09837c44714e934085374a00899444274c58
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Apr 20 06:25:03 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Apr 20 06:26:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6c0983

net-im/mattermost-desktop-bin: drop 5.6.0

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

 net-im/mattermost-desktop-bin/Manifest |  2 -
 .../mattermost-desktop-bin-5.6.0.ebuild| 95 --
 2 files changed, 97 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index f51d75d96dab..e7ff804a5cb5 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,5 +1,3 @@
-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-linux-arm64.tar.gz 104464404 BLAKE2B 
08caa572a986826f212dde6235c8ab36a31e559d14ca5a4e1a5e1e9024efc7f6a4126e56f96ad9f6dbc0fcc5798c466328791d9dccc6a5dcd83e0e0b80664930
 SHA512 
8e83d2105daa5a701b0f067203f7a0466a440962be2764f59ad7fa7ad892d6dcc07a1df8d5d924456b4038fae568a65efd52adc2c6f5c953f5ee7106468d526a
 DIST mattermost-desktop-5.7.0-linux-x64.tar.gz 104733209 BLAKE2B 
3da6c25a3b197f60169b8178208e7dd2d14585c8d1e83247720f1cebd71e7f8a663df1ad479cca47931abcb016f3d576ece435ea6ab9a9ea3dbef9d653216d88
 SHA512 
e993f30d19adc5ee619f2708b0e7e91872b07ff8d4cba102097239e8928ea6464efd87d80a66d39219a79393719fe5db7d7b28df7fd9d53fae3a72e84ee7e718
 DIST mattermost-desktop-5.8.0-rc.1-linux-arm64.tar.gz 103062689 BLAKE2B 
cfe5c2e3dd8f6a8fb4e792fb8539b37364126ba4cea1d89692ed770c1c36bdeb6b4d737e1fab111942a2277ec33c6ce173a1b52c99b57ca2760df5b4e8c8ce52
 SHA512 
272c1d4fe9213450e1e77a9551d2f991aad775b9b7fbf737655ee27336e559d9f629fa0c5e0c286b4bbb7a455fceb6fe2c41dfe7a4657475000b8f2875ce5433

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.6.0.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.6.0.ebuild
deleted file mode 100644
index 75064aceabf4..
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.6.0.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2023 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"
-   doi

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

2024-04-19 Thread Viorel Munteanu
commit: 3746c513b73fb69ad4c9111889243ac69c49d3d8
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 19 07:08:43 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 19 07:12:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3746c513

app-emulation/virtualbox: update live ebuild patchset

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

 app-emulation/virtualbox/Manifest   | 3 +--
 app-emulation/virtualbox/virtualbox-.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/app-emulation/virtualbox/Manifest 
b/app-emulation/virtualbox/Manifest
index 71b80cb3a37a..ef90c918e514 100644
--- a/app-emulation/virtualbox/Manifest
+++ b/app-emulation/virtualbox/Manifest
@@ -3,11 +3,10 @@ DIST VirtualBox-6.1.50.tar.bz2 165959648 BLAKE2B 
e244c4fa2ffe86216664104473e27e8
 DIST VirtualBox-7.0.12.tar.bz2 175644088 BLAKE2B 
507cbf7b1a8a807bd2602e74bc19a59cb177b9b2bdefa1be582e520666360a42510ca501f20c354746a0f1dadf61fe29135e3edc867e611bfe60a9405cb2bbce
 SHA512 
9fe4511442eba788d02f932f5e98cfcc5aa4ebed41c00bd7333cf7e3f5de787e458f1f56930978283f041f403652c803143335fe9120ab63a2c113ca7b3f588f
 DIST VirtualBox-7.0.14.tar.bz2 175654864 BLAKE2B 
99f4942b864ce481d69983af31393d763452c5b55697ab642b43c155f5fbc2a9963fbe1b7744baef620d0b351e1ac73c1ef978698b9a7e77897bb9cbc18dc17c
 SHA512 
6a82933bbf51ff255d17cb61ae6ddfb791a2200e3dff705f181cd06c6031b48cf15faa5e8202a65daef0fb20b7fd9e33d40dbd0f9cc3f49af49fff04a1cb0a73
 DIST VirtualBox-7.0.16.tar.bz2 170897951 BLAKE2B 
6b436c38df63621723db94677a0efef5de2ac1eacec73571bc658955f23fff347fa60c37ec78c58bf94b82b8f9a95fb26c07ef4becc7e9f535af069151f5
 SHA512 
1b8ba08bec144cbd1f2e9aa0929cdf60a0b99930f1dd80567094fba75097d87661aef3da2cc24f4abff6b6db8f186e251c5f693a2a93943cc39909d5f1e1bce5
-DIST virtualbox-help-7.0.10.tar.xz 3941196 BLAKE2B 
fa6667e0cf12e2e05b896a7d9d7e1f78d43bb4618f35b3c81f5ccf5f227d1181b0c8fb1f6dc02a8619550b193a73d4094c5d3f0d43514392f9ed563085068789
 SHA512 
fab2dff812a438f3e78dbace24741d91b317bbbc7362f082a18f3871e3c6fd8af7744cf1b3fd3b82cf5135e03d521de05a7a5bc98ec19aacfa1b4e5392e60f30
 DIST virtualbox-help-7.0.12.tar.xz 3945920 BLAKE2B 
7f2201f3baf6d27d95dc9f878426e34a27c9f9e113d55348f57703b1bd4878df8c6f02492412b779896c48224fb2df224c953b425dde9c99d2b4dbfda1d80d4f
 SHA512 
ddf429a984fe433c4bcbdf87930b3cc16075d4f4725d2e571e9bf05d820d26eb6f88dd6f2bd3992927b261377c84ac4e35a929113b3294e3b2887760fe7a0b52
 DIST virtualbox-help-7.0.14.tar.xz 3944832 BLAKE2B 
95079e4da8c960c41cee799142779a6c2587e0e8af7956ca551cb5a4c0f36f313189dfe08afba83a0c32886866a7f9903b5e370008d6b3ce6283fb2288866b06
 SHA512 
e2f1acdd7577a93047e220300b1996d2855ddef20053c01294f8295fde0840645c41b75632d71dd2fc276219084fe4105fd057623f39375542358796425a2d03
 DIST virtualbox-help-7.0.16.tar.xz 3948696 BLAKE2B 
5c5937313ea0e5cb4764b8a61fd1587e88a4afc965ef00862c5a265a15253929d35e0635231b6be5656f26f600bc4b70a2fa2ebc0f33b35d35c184b57e5acef8
 SHA512 
b9baca57118a82e3489c8445f0988671f16f75de60cc2d929d5e3b0c4c9e3ceacd796a72a81bba88d69eb4b4559835a13775c18d7782ae7dbe8ad202e247db0c
 DIST virtualbox-patches-6.1.36.tar.bz2 2733 BLAKE2B 
dcfebfeca4873d382441515d48b4dfee9343bc7c83ea3cbb5002dbf7975143a79fae9a701b67dc35505e9ca03ff1b6293cb7c3279c4fdfda8ad21ba5fb9b7e87
 SHA512 
1bed5cdefbf8e7c4b0d9092ba4961ecf2262f27f35c71a91ef6f2e8fe8a1d92ed74f06bafbf58d70ba7165d933997f58073f4d4f4051e3ba5c0339b729066f57
 DIST virtualbox-patches-7.0.14.tar.bz2 6937 BLAKE2B 
da5f18efbba2a8f4701b3d29dc00784e4e80e18a18b029e5dce8c142eb4dc97637069bfc5081422064a7dc59dfacf503ebbdc3421caa96430dc53fa72988aa20
 SHA512 
57cc34b92e4626de5c445e34ae025da7ec0d752a60618c619a55c28bf7d6b1cc9dc81ea059b949b0f3e625568207e8084f9462faf487ca0daf2794e7f1feac36
 DIST virtualbox-patches-7.0.16.tar.bz2 6808 BLAKE2B 
d15fa2ca306375142c3e25d4759d2790b2bb9eb69e333a8773ad500b29dd127b401943abf59ca59d01858a3ed5551fb3a6c93c4c893c8de971a714ce5306d577
 SHA512 
a488cbc6660fe8637c44cd79d87156609af089988239a7e76fea8a3c7e6319512c574bef2e942b354b14ce671a8e75ab8b2160abf7c40963795ee8a545ecd992
-DIST virtualbox-patches-7.1.0_pre20240210.tar.bz2 5479 BLAKE2B 
98bfc9391e756df139e0dd88ca2dd5c9f6cd9c0ce5b5e770dbe28d2e6acbfd04a26b06414c2640894bd3bbd2f10a80f6053d0c6f18d27752a05cadf773e50f19
 SHA512 
51b0fe68f23a73d20ec3a93b1fc8c073e0bc2bfe4e2e267de6ee6f103abc44c35bb50a96f3842a1e46049418336a3327ab291972a17b8a29b596ba9be4bdb962
+DIST virtualbox-patches-7.1.0_pre20240419.tar.bz2 5316 BLAKE2B 
1a890b7d19cb252c7801b68c299676e2cd7a209a57a03cb39025e1a969a1c73142eb96154dae8469405f93d61969154428ea0fe3950a00d8a0a69dc8aefb4fc9
 SHA512 
ce4f850ce87652ef4eab039332048333949c94f0627bec8eb00d9689d7f8edcce372e2185ef8bbda9aef97781a2008b7c6464468cc38f3454dee862efc0ecdc9

diff --git a/app-emulation/virtualbox/virtualbox-.ebuild 
b/app-emulation/virtualbox/virtualbox-.ebuild
index fa51d3f6c124..7c503c7ea1c8 100644
--- a/app-emulation/virtualbox/virtualbox-.ebuild
+++ b/app-emulation/virtualbox/virtualbox-99

[gentoo-commits] proj/virtualbox-patches: New tag: v7.1.0_pre20240419

2024-04-19 Thread Viorel Munteanu
commit: 
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 19 07:03:07 2024 +

New tag: v7.1.0_pre20240419




[gentoo-commits] proj/virtualbox-patches:branch-7.1 commit in: patches/

2024-04-19 Thread Viorel Munteanu
commit: b9b44ce66013e1b517cff46a01fc6b2ec0a194c0
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 19 07:00:02 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 19 07:00:02 2024 +
URL:
https://gitweb.gentoo.org/proj/virtualbox-patches.git/commit/?id=b9b44ce6

Backport libxml2 patch from 7.0.16 to live

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

 patches/021_virtualbox-7.0.14-libxml2-2.12.patch   | 43 --
 patches/021_virtualbox-7.0.16-libxml2-2.12.5.patch | 33 +
 2 files changed, 33 insertions(+), 43 deletions(-)

diff --git a/patches/021_virtualbox-7.0.14-libxml2-2.12.patch 
b/patches/021_virtualbox-7.0.14-libxml2-2.12.patch
deleted file mode 100644
index a523bad..000
--- a/patches/021_virtualbox-7.0.14-libxml2-2.12.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Bug: https://bugs.gentoo.org/922445
-
-The change in libxml2 is not backwards compatibe.
-A patch like the one in arch does not work with 2.11, so just cast the 
argument to maintain compatibility with both.
-
-The upstream change is in include/libxml/xmlerror.h:
-
- typedef xmlError *xmlErrorPtr;
-
--typedef void (*xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error);
-+typedef void (*xmlStructuredErrorFunc) (void *userData, const xmlError 
*error);
-
-See also: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/blob/main/019-libxml-2-12.patch?ref_type=heads
-
 a/src/VBox/Runtime/r3/xml.cpp
-+++ b/src/VBox/Runtime/r3/xml.cpp
-@@ -1870,7 +1870,7 @@
- throw std::bad_alloc();
- /* per-thread so it must be here */
- xmlSetGenericErrorFunc(NULL, xmlParserBaseGenericError);
--xmlSetStructuredErrorFunc(NULL, xmlParserBaseStructuredError);
-+xmlSetStructuredErrorFunc(NULL, 
(xmlStructuredErrorFunc)xmlParserBaseStructuredError);
- }
- 
- XmlParserBase::~XmlParserBase()
-@@ -1931,7 +1931,7 @@
-   pcszFilename,
-   NULL,   // encoding = 
auto
-   options)))
--throw XmlError(xmlCtxtGetLastError(m_ctxt));
-+throw XmlError((xmlErrorPtr)xmlCtxtGetLastError(m_ctxt));
- 
- doc.refreshInternals();
- }
-@@ -2191,7 +2191,7 @@
-   pcszFilename,
-   NULL,   // encoding = auto
-   options)))
--throw XmlError(xmlCtxtGetLastError(m_ctxt));
-+throw XmlError((xmlErrorPtr)xmlCtxtGetLastError(m_ctxt));
- 
- doc.refreshInternals();
- }

diff --git a/patches/021_virtualbox-7.0.16-libxml2-2.12.5.patch 
b/patches/021_virtualbox-7.0.16-libxml2-2.12.5.patch
new file mode 100644
index 000..2ef7557
--- /dev/null
+++ b/patches/021_virtualbox-7.0.16-libxml2-2.12.5.patch
@@ -0,0 +1,33 @@
+Bug: https://bugs.gentoo.org/922445
+
+The change in libxml2 is not backwards compatibe.
+
+The upstream change is in include/libxml/xmlerror.h:
+
+ typedef xmlError *xmlErrorPtr;
+
+-typedef void (*xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error);
++typedef void (*xmlStructuredErrorFunc) (void *userData, const xmlError 
*error);
+
+Upstream fixed it for dev-libs/libxml2-2.12.6, but we need the fix for 2.12.5 
as well.
+
+--- a/src/VBox/Runtime/r3/xml.cpp
 b/src/VBox/Runtime/r3/xml.cpp
+@@ -1856,7 +1856,7 @@
+ va_end(args);
+ }
+ 
+-#if LIBXML_VERSION >= 21206
++#if LIBXML_VERSION >= 21205
+ static void xmlStructuredErrorFunc(void *userData, const xmlError *error)  
RT_NOTHROW_DEF
+ {
+ NOREF(userData);
+@@ -1878,7 +1878,7 @@
+ throw std::bad_alloc();
+ /* per-thread so it must be here */
+ xmlSetGenericErrorFunc(NULL, xmlParserBaseGenericError);
+-#if LIBXML_VERSION >= 21206
++#if LIBXML_VERSION >= 21205
+ xmlSetStructuredErrorFunc(NULL, xmlStructuredErrorFunc);
+ #else
+ xmlSetStructuredErrorFunc(NULL, xmlParserBaseStructuredError);



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-extpack-oracle/

2024-04-17 Thread Viorel Munteanu
commit: 4540fb20065d52561edfa173726e5cfb115e2b03
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 17 18:54:52 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 19:56:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4540fb20

app-emulation/virtualbox-extpack-oracle: add 7.0.16

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

 app-emulation/virtualbox-extpack-oracle/Manifest   |  1 +
 .../virtualbox-extpack-oracle-7.0.16.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/app-emulation/virtualbox-extpack-oracle/Manifest 
b/app-emulation/virtualbox-extpack-oracle/Manifest
index 646d0c4dc960..a93f2331cba2 100644
--- a/app-emulation/virtualbox-extpack-oracle/Manifest
+++ b/app-emulation/virtualbox-extpack-oracle/Manifest
@@ -2,3 +2,4 @@ DIST Oracle_VM_VirtualBox_Extension_Pack-6.1.48.tar.gz 11166368 
BLAKE2B 5c1ced17
 DIST Oracle_VM_VirtualBox_Extension_Pack-6.1.50.tar.gz 11175855 BLAKE2B 
898ef92a91dbfb39079f8dfa5f4c1e6d91df66e92deb00849ba1da8a2278e3adcfd5754bf70acc6d8b6d7d6273923999860b71c01de3eaabf4d487d718aa14ef
 SHA512 
818f0564a8ee1266f2d03d6e0d5df44278746067ae86279f6e884f519ad3e923382c7b987b3a58fe95e2aa4f0a53b98d553106b0250923e88989e5fdaa9dc3ae
 DIST Oracle_VM_VirtualBox_Extension_Pack-7.0.12.tar.gz 18245684 BLAKE2B 
6a55307034da5510d47bbf57bf557308be5c0459bbb21d0c79cc769a0f1ebae1e26c3202e23da17cd900b0ca88dbc653d2be0297817b79b61f426c6c5880c43a
 SHA512 
0d311ed94a52d02634050f309886d6c5b627151b7e85a50e81a602c02c9400f01c1dfc21a7f52f33e50c2e27df96213f5b97cb3edc82f784ef171796c3ae6d56
 DIST Oracle_VM_VirtualBox_Extension_Pack-7.0.14.tar.gz 18331089 BLAKE2B 
278341be074c7bb276b90034355da3a55e2ef5efd89ad9a26a8f53b6743890772e1486ed5552ec131a8c80a710405dac284789d71a6c3bbec2dd79cf0e7e0459
 SHA512 
9301300dd1c2a178c730045128574b99a4a6cd1c2dd3f6a5782a78fa08588a4c5fd9c9ff6b2dbeba04747de915e3342ebbd08a4b9ed4641ff60f90f6a5c7fc3d
+DIST Oracle_VM_VirtualBox_Extension_Pack-7.0.16.tar.gz 18331063 BLAKE2B 
efacd03316b4a71e98fe41509851fe00227d6a935dbf5f8834e6aa32d5b0added25bc9282fdeff9f046ffba7775dc49d8ebc3fef497f88dc6cdbcc720f92c077
 SHA512 
50ca8f0961fcb7a7db1864faad99b9e0b00e06f9f7e1e377897d92353029e3d7d4a9acf07a2f7abd304fed1fa38e2acdad67b4ca73d645196feddf81c54366eb

diff --git 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-7.0.16.ebuild
 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-7.0.16.ebuild
new file mode 100644
index ..8c44669215ab
--- /dev/null
+++ 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-7.0.16.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="$(ver_cut 1-3)"
+MY_PN="Oracle_VM_VirtualBox_Extension_Pack"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="PUEL extensions for VirtualBox"
+HOMEPAGE="https://www.virtualbox.org/;
+SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.vbox-extpack
 -> ${MY_P}.tar.gz"
+S="${WORKDIR}"
+
+LICENSE="PUEL-11"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   || (
+   =app-emulation/virtualbox-${MY_PV}*
+   =app-emulation/virtualbox-kvm-${MY_PV}*
+   )
+"
+
+QA_PREBUILT="usr/lib*/virtualbox/ExtensionPacks/${MY_PN}/*"
+
+src_install() {
+   insinto /usr/$(get_libdir)/virtualbox/ExtensionPacks/${MY_PN}
+   doins -r linux.${ARCH}
+   doins ExtPack* PXE-Intel.rom
+}



[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2024-04-17 Thread Viorel Munteanu
commit: fd2d38e3065e73915e47a8246fa76edb3066c6a4
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 17 18:54:16 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 19:55:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2d38e3

app-emulation/virtualbox-guest-additions: add 7.0.16

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

 app-emulation/virtualbox-guest-additions/Manifest  |   2 +
 .../virtualbox-guest-additions-7.0.16.ebuild   | 290 +
 2 files changed, 292 insertions(+)

diff --git a/app-emulation/virtualbox-guest-additions/Manifest 
b/app-emulation/virtualbox-guest-additions/Manifest
index e66fdc8bd12a..94862e2eeed7 100644
--- a/app-emulation/virtualbox-guest-additions/Manifest
+++ b/app-emulation/virtualbox-guest-additions/Manifest
@@ -2,6 +2,8 @@ DIST VirtualBox-6.1.48.tar.bz2 165960987 BLAKE2B 
c981e390ae518b829970827f6032fb1
 DIST VirtualBox-6.1.50.tar.bz2 165959648 BLAKE2B 
e244c4fa2ffe86216664104473e27e8ddbad86aae3bc26612d18204a4e67cece91d1fa3aa9e70f1c39f915bf5e4a1e6a14bbb19162c3ae2ff554373df95bce51
 SHA512 
ee2ec352e020f07262bf2120278d0d9807c501cd7c4d621d4e12ce18a821b134d48eb852bc7136008cfa77ed709703d3c2835b7a7177c325d989e8f433aff73f
 DIST VirtualBox-7.0.12.tar.bz2 175644088 BLAKE2B 
507cbf7b1a8a807bd2602e74bc19a59cb177b9b2bdefa1be582e520666360a42510ca501f20c354746a0f1dadf61fe29135e3edc867e611bfe60a9405cb2bbce
 SHA512 
9fe4511442eba788d02f932f5e98cfcc5aa4ebed41c00bd7333cf7e3f5de787e458f1f56930978283f041f403652c803143335fe9120ab63a2c113ca7b3f588f
 DIST VirtualBox-7.0.14.tar.bz2 175654864 BLAKE2B 
99f4942b864ce481d69983af31393d763452c5b55697ab642b43c155f5fbc2a9963fbe1b7744baef620d0b351e1ac73c1ef978698b9a7e77897bb9cbc18dc17c
 SHA512 
6a82933bbf51ff255d17cb61ae6ddfb791a2200e3dff705f181cd06c6031b48cf15faa5e8202a65daef0fb20b7fd9e33d40dbd0f9cc3f49af49fff04a1cb0a73
+DIST VirtualBox-7.0.16.tar.bz2 170897951 BLAKE2B 
6b436c38df63621723db94677a0efef5de2ac1eacec73571bc658955f23fff347fa60c37ec78c58bf94b82b8f9a95fb26c07ef4becc7e9f535af069151f5
 SHA512 
1b8ba08bec144cbd1f2e9aa0929cdf60a0b99930f1dd80567094fba75097d87661aef3da2cc24f4abff6b6db8f186e251c5f693a2a93943cc39909d5f1e1bce5
 DIST virtualbox-patches-6.1.36.tar.bz2 2733 BLAKE2B 
dcfebfeca4873d382441515d48b4dfee9343bc7c83ea3cbb5002dbf7975143a79fae9a701b67dc35505e9ca03ff1b6293cb7c3279c4fdfda8ad21ba5fb9b7e87
 SHA512 
1bed5cdefbf8e7c4b0d9092ba4961ecf2262f27f35c71a91ef6f2e8fe8a1d92ed74f06bafbf58d70ba7165d933997f58073f4d4f4051e3ba5c0339b729066f57
 DIST virtualbox-patches-7.0.14.tar.bz2 6937 BLAKE2B 
da5f18efbba2a8f4701b3d29dc00784e4e80e18a18b029e5dce8c142eb4dc97637069bfc5081422064a7dc59dfacf503ebbdc3421caa96430dc53fa72988aa20
 SHA512 
57cc34b92e4626de5c445e34ae025da7ec0d752a60618c619a55c28bf7d6b1cc9dc81ea059b949b0f3e625568207e8084f9462faf487ca0daf2794e7f1feac36
+DIST virtualbox-patches-7.0.16.tar.bz2 6808 BLAKE2B 
d15fa2ca306375142c3e25d4759d2790b2bb9eb69e333a8773ad500b29dd127b401943abf59ca59d01858a3ed5551fb3a6c93c4c893c8de971a714ce5306d577
 SHA512 
a488cbc6660fe8637c44cd79d87156609af089988239a7e76fea8a3c7e6319512c574bef2e942b354b14ce671a8e75ab8b2160abf7c40963795ee8a545ecd992
 DIST virtualbox-patches-7.0.8.tar.bz2 2733 BLAKE2B 
044dfe02a5bd5e757091318b394b0e5918677b5bbce9caef4a18d4d8df54821559f0df6ffbdd6f52d4934bc4018e9c9d908571c5d3d8804fd3b0f22a7a1aed84
 SHA512 
93a06aa3f9508d3a8743ca8494a958159b5bc3fd7a0a08ff23414d05c4f31084cf0f1c82a3866e222c83e6996ba004546f0bd33c6eb9a90eec8e548b8b3f2fbf

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.16.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.16.ebuild
new file mode 100644
index ..f704b0857188
--- /dev/null
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.16.ebuild
@@ -0,0 +1,290 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo linux-mod-r1 readme.gentoo-r1 systemd toolchain-funcs udev
+
+MY_PN="VirtualBox"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="VirtualBox kernel modules and user-space tools for Gentoo guests"
+HOMEPAGE="https://www.virtualbox.org/;
+SRC_URI="https://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2
+   
https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.0.16.tar.bz2;
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+# Reminder: see the LICENSE related comment in 
app-emulation/virtualbox-additions ebuild
+LICENSE="GPL-3 LGPL-2.1+ MIT || ( GPL-3 CDDL )"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus gui"
+
+# automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist
+# TODO: find out what this is, remove comment if obsolete
+
+RDEPEND="
+   acct-group/vboxguest
+   acct-group/vboxsf
+   acct-user/vboxguest
+  

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

2024-04-17 Thread Viorel Munteanu
commit: 7db1a1df087abab6e8184813e8814ed098c48e2b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 17 19:53:57 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 19:56:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db1a1df

app-emulation/virtualbox-kvm: add 7.0.16_pre20240325

No new release from upstream yet, but I checked it against virtualbox
7.0.16 and it works.
Switch live to 7.0.16 too.

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

 app-emulation/virtualbox-kvm/Manifest | 4 
 ...albox-kvm-.ebuild => virtualbox-kvm-7.0.16_pre20240325.ebuild} | 2 +-
 app-emulation/virtualbox-kvm/virtualbox-kvm-.ebuild   | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-emulation/virtualbox-kvm/Manifest 
b/app-emulation/virtualbox-kvm/Manifest
index edb795f0f5c8..d5721453e7b7 100644
--- a/app-emulation/virtualbox-kvm/Manifest
+++ b/app-emulation/virtualbox-kvm/Manifest
@@ -1,4 +1,8 @@
 DIST VirtualBox-7.0.14.tar.bz2 175654864 BLAKE2B 
99f4942b864ce481d69983af31393d763452c5b55697ab642b43c155f5fbc2a9963fbe1b7744baef620d0b351e1ac73c1ef978698b9a7e77897bb9cbc18dc17c
 SHA512 
6a82933bbf51ff255d17cb61ae6ddfb791a2200e3dff705f181cd06c6031b48cf15faa5e8202a65daef0fb20b7fd9e33d40dbd0f9cc3f49af49fff04a1cb0a73
+DIST VirtualBox-7.0.16.tar.bz2 170897951 BLAKE2B 
6b436c38df63621723db94677a0efef5de2ac1eacec73571bc658955f23fff347fa60c37ec78c58bf94b82b8f9a95fb26c07ef4becc7e9f535af069151f5
 SHA512 
1b8ba08bec144cbd1f2e9aa0929cdf60a0b99930f1dd80567094fba75097d87661aef3da2cc24f4abff6b6db8f186e251c5f693a2a93943cc39909d5f1e1bce5
 DIST virtualbox-help-7.0.14.tar.xz 3944832 BLAKE2B 
95079e4da8c960c41cee799142779a6c2587e0e8af7956ca551cb5a4c0f36f313189dfe08afba83a0c32886866a7f9903b5e370008d6b3ce6283fb2288866b06
 SHA512 
e2f1acdd7577a93047e220300b1996d2855ddef20053c01294f8295fde0840645c41b75632d71dd2fc276219084fe4105fd057623f39375542358796425a2d03
+DIST virtualbox-help-7.0.16.tar.xz 3948696 BLAKE2B 
5c5937313ea0e5cb4764b8a61fd1587e88a4afc965ef00862c5a265a15253929d35e0635231b6be5656f26f600bc4b70a2fa2ebc0f33b35d35c184b57e5acef8
 SHA512 
b9baca57118a82e3489c8445f0988671f16f75de60cc2d929d5e3b0c4c9e3ceacd796a72a81bba88d69eb4b4559835a13775c18d7782ae7dbe8ad202e247db0c
 DIST virtualbox-kvm-7.0.14_pre20240325.tar.gz 134926 BLAKE2B 
3e707b272219b2c5703d91d1f6a2f0a6c54fe29eeb6e91e5830949f7260e5b409e3425c38daea568725cb7fd10ddee234af6b72d747206e0a98ac1e33a10028c
 SHA512 
e30291e1d7e2649057a9b38ea907f22f62b0367f33d88af10fdaaa49333890be2b719626103f9800836a3833368a018f5fc63a46577dd1d83178d7406bf8c494
+DIST virtualbox-kvm-7.0.16_pre20240325.tar.gz 134926 BLAKE2B 
3e707b272219b2c5703d91d1f6a2f0a6c54fe29eeb6e91e5830949f7260e5b409e3425c38daea568725cb7fd10ddee234af6b72d747206e0a98ac1e33a10028c
 SHA512 
e30291e1d7e2649057a9b38ea907f22f62b0367f33d88af10fdaaa49333890be2b719626103f9800836a3833368a018f5fc63a46577dd1d83178d7406bf8c494
 DIST virtualbox-patches-7.0.14.tar.bz2 6937 BLAKE2B 
da5f18efbba2a8f4701b3d29dc00784e4e80e18a18b029e5dce8c142eb4dc97637069bfc5081422064a7dc59dfacf503ebbdc3421caa96430dc53fa72988aa20
 SHA512 
57cc34b92e4626de5c445e34ae025da7ec0d752a60618c619a55c28bf7d6b1cc9dc81ea059b949b0f3e625568207e8084f9462faf487ca0daf2794e7f1feac36
+DIST virtualbox-patches-7.0.16.tar.bz2 6808 BLAKE2B 
d15fa2ca306375142c3e25d4759d2790b2bb9eb69e333a8773ad500b29dd127b401943abf59ca59d01858a3ed5551fb3a6c93c4c893c8de971a714ce5306d577
 SHA512 
a488cbc6660fe8637c44cd79d87156609af089988239a7e76fea8a3c7e6319512c574bef2e942b354b14ce671a8e75ab8b2160abf7c40963795ee8a545ecd992

diff --git a/app-emulation/virtualbox-kvm/virtualbox-kvm-.ebuild 
b/app-emulation/virtualbox-kvm/virtualbox-kvm-7.0.16_pre20240325.ebuild
similarity index 99%
copy from app-emulation/virtualbox-kvm/virtualbox-kvm-.ebuild
copy to app-emulation/virtualbox-kvm/virtualbox-kvm-7.0.16_pre20240325.ebuild
index 34dd04078029..f501f05d7084 100644
--- a/app-emulation/virtualbox-kvm/virtualbox-kvm-.ebuild
+++ b/app-emulation/virtualbox-kvm/virtualbox-kvm-7.0.16_pre20240325.ebuild
@@ -20,7 +20,7 @@ PYTHON_COMPAT=( python3_{10..11} )
 inherit desktop edo flag-o-matic java-pkg-opt-2 linux-info multilib optfeature 
pax-utils \
python-single-r1 tmpfiles toolchain-funcs udev xdg
 
-PATCHES_PV="7.0.14"
+PATCHES_PV="7.0.16"
 ORIGIN_PN="VirtualBox"
 ORIGIN_PV=${PATCHES_PV}
 

diff --git a/app-emulation/virtualbox-kvm/virtualbox-kvm-.ebuild 
b/app-emulation/virtualbox-kvm/virtualbox-kvm-.ebuild
index 34dd04078029..f501f05d7084 100644
--- a/app-emulation/virtualbox-kvm/virtualbox-kvm-.ebuild
+++ b/app-emulation/virtualbox-kvm/virtualbox-kvm-.ebuild
@@ -20,7 +20,7 @@ PYTHON_COMPAT=( python3_{10..11} )
 inherit desktop edo flag-o-matic java-pkg-opt-2 linux-info multilib optfeature 
pax-utils \
python-single-r1 tmpfiles toolchain-funcs udev xdg
 
-PATCHES_PV="7.0.14"
+PATCHES_PV="7.0.16"
 ORIGIN_PN="VirtualBox"
 ORIGIN_PV=${PATCHES_PV}
 



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

2024-04-17 Thread Viorel Munteanu
commit: 16037faca00c11ec40da39c35007ad57fc774016
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 17 18:55:09 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 19:56:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16037fac

app-admin/linode-cli: add 5.48.4

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

 app-admin/linode-cli/Manifest |  1 +
 app-admin/linode-cli/linode-cli-5.48.4.ebuild | 30 +++
 2 files changed, 31 insertions(+)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 7097ac2abad7..822bb234b6ca 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,2 +1,3 @@
 DIST linode-cli-5.47.1.tar.gz 128364 BLAKE2B 
db21cdd9a1bfbe17fb17b8b0e27ca36bb15c7d3b16ddde4dcc59a9ce64cd34d644d3d5d120efb88bb146767cf9b2c3ee820a847a2fcff487a11bc3abd6973870
 SHA512 
b61ac1e7c97a1395b150227fe822bc2e7199ed15a44c6d93d71bfdbc2f919827e87e89cf41a47b069be06144a849f5ab11c9dd7f38d138f80ce80563f55bf75a
 DIST linode-cli-5.48.3.tar.gz 142927 BLAKE2B 
48ae197d780f77a7a4dbf54d4e9959d28c117d90e052f401f563f1557dc11155afc5d16da1140e9ed2828fa3e19243e91205759636247d2fb893383975d89f43
 SHA512 
9efd3f0392848ebcd896becff191e94c90cbec01cc2b805c0262ecb3c40c51346d0b42891ddaadb9191d75e379083f68e4c9aa35f9ba7c6309c74ae3febbde7a
+DIST linode_cli-5.48.4.tar.gz 142928 BLAKE2B 
28b1c90bb0709afc594b7023ef846b6d59e0376730f05d9701ebbc6744376f33536ad5a6f53b7b26a25805b258dc58378a76b0e6a4157e149f83e691d862dec8
 SHA512 
b07a3612afc329fc346b523412ac03932c84213d6bc23726f4c0e5edc737100bf65ec84f8131943439444fee268646789dc4d135cd61b2362311d1ab18601c3e

diff --git a/app-admin/linode-cli/linode-cli-5.48.4.ebuild 
b/app-admin/linode-cli/linode-cli-5.48.4.ebuild
new file mode 100644
index ..0e1692e8e982
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.48.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Linode Command Line Interface"
+HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Tests require network, a linode account and an API key.
+# WARNING: tests will incur costs and will wipe the account.
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/boto3[${PYTHON_USEDEP}]
+   dev-python/linode-metadata[${PYTHON_USEDEP}]
+   dev-python/openapi3[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/rich[${PYTHON_USEDEP}]
+   

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

2024-04-17 Thread Viorel Munteanu
commit: ddd439fabebf5c1a68561515403aafaffedff16e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 17 18:53:59 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 19:55:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd439fa

app-emulation/virtualbox: add 7.0.16

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

 app-emulation/virtualbox/Manifest |   3 +
 app-emulation/virtualbox/virtualbox-7.0.16.ebuild | 740 ++
 2 files changed, 743 insertions(+)

diff --git a/app-emulation/virtualbox/Manifest 
b/app-emulation/virtualbox/Manifest
index 58ec0cc3b542..71b80cb3a37a 100644
--- a/app-emulation/virtualbox/Manifest
+++ b/app-emulation/virtualbox/Manifest
@@ -2,9 +2,12 @@ DIST VirtualBox-6.1.48.tar.bz2 165960987 BLAKE2B 
c981e390ae518b829970827f6032fb1
 DIST VirtualBox-6.1.50.tar.bz2 165959648 BLAKE2B 
e244c4fa2ffe86216664104473e27e8ddbad86aae3bc26612d18204a4e67cece91d1fa3aa9e70f1c39f915bf5e4a1e6a14bbb19162c3ae2ff554373df95bce51
 SHA512 
ee2ec352e020f07262bf2120278d0d9807c501cd7c4d621d4e12ce18a821b134d48eb852bc7136008cfa77ed709703d3c2835b7a7177c325d989e8f433aff73f
 DIST VirtualBox-7.0.12.tar.bz2 175644088 BLAKE2B 
507cbf7b1a8a807bd2602e74bc19a59cb177b9b2bdefa1be582e520666360a42510ca501f20c354746a0f1dadf61fe29135e3edc867e611bfe60a9405cb2bbce
 SHA512 
9fe4511442eba788d02f932f5e98cfcc5aa4ebed41c00bd7333cf7e3f5de787e458f1f56930978283f041f403652c803143335fe9120ab63a2c113ca7b3f588f
 DIST VirtualBox-7.0.14.tar.bz2 175654864 BLAKE2B 
99f4942b864ce481d69983af31393d763452c5b55697ab642b43c155f5fbc2a9963fbe1b7744baef620d0b351e1ac73c1ef978698b9a7e77897bb9cbc18dc17c
 SHA512 
6a82933bbf51ff255d17cb61ae6ddfb791a2200e3dff705f181cd06c6031b48cf15faa5e8202a65daef0fb20b7fd9e33d40dbd0f9cc3f49af49fff04a1cb0a73
+DIST VirtualBox-7.0.16.tar.bz2 170897951 BLAKE2B 
6b436c38df63621723db94677a0efef5de2ac1eacec73571bc658955f23fff347fa60c37ec78c58bf94b82b8f9a95fb26c07ef4becc7e9f535af069151f5
 SHA512 
1b8ba08bec144cbd1f2e9aa0929cdf60a0b99930f1dd80567094fba75097d87661aef3da2cc24f4abff6b6db8f186e251c5f693a2a93943cc39909d5f1e1bce5
 DIST virtualbox-help-7.0.10.tar.xz 3941196 BLAKE2B 
fa6667e0cf12e2e05b896a7d9d7e1f78d43bb4618f35b3c81f5ccf5f227d1181b0c8fb1f6dc02a8619550b193a73d4094c5d3f0d43514392f9ed563085068789
 SHA512 
fab2dff812a438f3e78dbace24741d91b317bbbc7362f082a18f3871e3c6fd8af7744cf1b3fd3b82cf5135e03d521de05a7a5bc98ec19aacfa1b4e5392e60f30
 DIST virtualbox-help-7.0.12.tar.xz 3945920 BLAKE2B 
7f2201f3baf6d27d95dc9f878426e34a27c9f9e113d55348f57703b1bd4878df8c6f02492412b779896c48224fb2df224c953b425dde9c99d2b4dbfda1d80d4f
 SHA512 
ddf429a984fe433c4bcbdf87930b3cc16075d4f4725d2e571e9bf05d820d26eb6f88dd6f2bd3992927b261377c84ac4e35a929113b3294e3b2887760fe7a0b52
 DIST virtualbox-help-7.0.14.tar.xz 3944832 BLAKE2B 
95079e4da8c960c41cee799142779a6c2587e0e8af7956ca551cb5a4c0f36f313189dfe08afba83a0c32886866a7f9903b5e370008d6b3ce6283fb2288866b06
 SHA512 
e2f1acdd7577a93047e220300b1996d2855ddef20053c01294f8295fde0840645c41b75632d71dd2fc276219084fe4105fd057623f39375542358796425a2d03
+DIST virtualbox-help-7.0.16.tar.xz 3948696 BLAKE2B 
5c5937313ea0e5cb4764b8a61fd1587e88a4afc965ef00862c5a265a15253929d35e0635231b6be5656f26f600bc4b70a2fa2ebc0f33b35d35c184b57e5acef8
 SHA512 
b9baca57118a82e3489c8445f0988671f16f75de60cc2d929d5e3b0c4c9e3ceacd796a72a81bba88d69eb4b4559835a13775c18d7782ae7dbe8ad202e247db0c
 DIST virtualbox-patches-6.1.36.tar.bz2 2733 BLAKE2B 
dcfebfeca4873d382441515d48b4dfee9343bc7c83ea3cbb5002dbf7975143a79fae9a701b67dc35505e9ca03ff1b6293cb7c3279c4fdfda8ad21ba5fb9b7e87
 SHA512 
1bed5cdefbf8e7c4b0d9092ba4961ecf2262f27f35c71a91ef6f2e8fe8a1d92ed74f06bafbf58d70ba7165d933997f58073f4d4f4051e3ba5c0339b729066f57
 DIST virtualbox-patches-7.0.14.tar.bz2 6937 BLAKE2B 
da5f18efbba2a8f4701b3d29dc00784e4e80e18a18b029e5dce8c142eb4dc97637069bfc5081422064a7dc59dfacf503ebbdc3421caa96430dc53fa72988aa20
 SHA512 
57cc34b92e4626de5c445e34ae025da7ec0d752a60618c619a55c28bf7d6b1cc9dc81ea059b949b0f3e625568207e8084f9462faf487ca0daf2794e7f1feac36
+DIST virtualbox-patches-7.0.16.tar.bz2 6808 BLAKE2B 
d15fa2ca306375142c3e25d4759d2790b2bb9eb69e333a8773ad500b29dd127b401943abf59ca59d01858a3ed5551fb3a6c93c4c893c8de971a714ce5306d577
 SHA512 
a488cbc6660fe8637c44cd79d87156609af089988239a7e76fea8a3c7e6319512c574bef2e942b354b14ce671a8e75ab8b2160abf7c40963795ee8a545ecd992
 DIST virtualbox-patches-7.1.0_pre20240210.tar.bz2 5479 BLAKE2B 
98bfc9391e756df139e0dd88ca2dd5c9f6cd9c0ce5b5e770dbe28d2e6acbfd04a26b06414c2640894bd3bbd2f10a80f6053d0c6f18d27752a05cadf773e50f19
 SHA512 
51b0fe68f23a73d20ec3a93b1fc8c073e0bc2bfe4e2e267de6ee6f103abc44c35bb50a96f3842a1e46049418336a3327ab291972a17b8a29b596ba9be4bdb962

diff --git a/app-emulation/virtualbox/virtualbox-7.0.16.ebuild 
b/app-emulation/virtualbox/virtualbox-7.0.16.ebuild
new file mode 100644
index ..eb51ad77cc44
--- /dev/null
+++ b/app-emulation/virtualbox/virtualbox-7.0.16.ebuild
@@ -0,0 +1,740 @@
+# Copyright 2022-20

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

2024-04-17 Thread Viorel Munteanu
commit: 7061c438e287a776d6a1a6e34e014a8a5f092788
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 17 18:54:31 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 19:55:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7061c438

app-emulation/virtualbox-additions: add 7.0.16

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

 app-emulation/virtualbox-additions/Manifest|  1 +
 .../virtualbox-additions-7.0.16.ebuild | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/app-emulation/virtualbox-additions/Manifest 
b/app-emulation/virtualbox-additions/Manifest
index 4b74aa52a0cd..51342efb7f18 100644
--- a/app-emulation/virtualbox-additions/Manifest
+++ b/app-emulation/virtualbox-additions/Manifest
@@ -2,3 +2,4 @@ DIST VBoxGuestAdditions_6.1.48.iso 63969280 BLAKE2B 
7bba272d427a6a91cd4d63c5d494
 DIST VBoxGuestAdditions_6.1.50.iso 64051200 BLAKE2B 
9eff4a3643579ee0426dbe2b62247b8c89321be495e61469628574445fedc06ff2fb9afa108705cbaf24a13db99b4e6e850c61e5c97343095549f444831fcf62
 SHA512 
d74ce912dbbcef7f644a9f3ba9917782336cbee8e0756727a8753ffc17486a75e833adaa869e205531bc3b81b9cb26aa9b50f44210e78dceece966687122f6c6
 DIST VBoxGuestAdditions_7.0.12.iso 53448704 BLAKE2B 
1b738c648c902c1a98d83dc9525c7e091cd2234aa67f464a4beb3d6bd9bbb6893fe02eee4a37a05eae8e880efc6c834931a7ec7f08ae7b1615b1a622117767a2
 SHA512 
7f5db8f73bc2c89ad798fd2ec3543c460aa3fd3e44f02c04c334539172699af08c16312d96b6fdd5c561bc3d8133fc7a3662e51a86f82980d692f050286e0e7e
 DIST VBoxGuestAdditions_7.0.14.iso 53526528 BLAKE2B 
2ec95d9261d3a7f762f333c1e3eb36f7b75cfd7cf722d1bdcd5c0b38a3a311db82b728fe800aed79b41b979ec345cd2586e3fd8c2d2c54f8b83516061d81d304
 SHA512 
5aa80b04c567d383793c560eb535babd1ebc4f472aaa51753867dbee00e1f5a3efeb5dd4c9eb1a48149ff0fa2e7598aa68792d3da9959709b619d234c2b57544
+DIST VBoxGuestAdditions_7.0.16.iso 53528576 BLAKE2B 
a57b056f540e949574f78cee476240b9bab8a151a32f90412d9dd8acfaa40407c45bee037eb14192a0304a30ff0938625df586c48be9997cf545809cb30fa300
 SHA512 
12aead8c363d7ca33c3cc52d84ee86cfbd2db98ab84942d24fd5aa841dd2aaa0fb3075aa9b7188db3df1cac11de475c4e56d270ea9dc9f6663c9e9e7236bf9fe

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-7.0.16.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-7.0.16.ebuild
new file mode 100644
index ..92124a9f779e
--- /dev/null
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-7.0.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=VBoxGuestAdditions
+MY_P=${MY_PN}_${PV}
+
+DESCRIPTION="CD image containing guest additions for VirtualBox"
+HOMEPAGE="https://www.virtualbox.org/;
+SRC_URI="https://download.virtualbox.org/virtualbox/${PV}/${MY_P}.iso;
+S="${WORKDIR}"
+
+LICENSE="GPL-3 || ( GPL-3 CDDL )"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+
+src_unpack() {
+   return 0
+}
+
+src_install() {
+   insinto /usr/share/${PN/-additions}
+   newins "${DISTDIR}"/${MY_P}.iso ${MY_PN}.iso
+}



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

2024-04-17 Thread Viorel Munteanu
commit: 934541a2292b07d830e2be0e3be4be836b41d277
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 17 18:53:36 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 19:55:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934541a2

app-emulation/virtualbox-modules: add 7.0.16

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

 app-emulation/virtualbox-modules/Manifest  |  1 +
 .../virtualbox-modules-7.0.16.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/app-emulation/virtualbox-modules/Manifest 
b/app-emulation/virtualbox-modules/Manifest
index 58665361fd1c..6e8fa5a56f51 100644
--- a/app-emulation/virtualbox-modules/Manifest
+++ b/app-emulation/virtualbox-modules/Manifest
@@ -2,3 +2,4 @@ DIST vbox-kernel-module-src-6.1.48.tar.xz 680552 BLAKE2B 
243cd013a7e027634b7f633
 DIST vbox-kernel-module-src-6.1.50.tar.xz 680700 BLAKE2B 
c3a10ce8f3eb7e6c0c05f81cd3c072296557b9f9f6f501bb0aec3f04aabfe1fbb67b553510104139cef290c09ff9e67161085781b8d28c968dfafd15958a1b1a
 SHA512 
7822e421b595263cbdaae08103255742360ca7ab0c385818ec895f10570c5b9ed5c7614742d8fa8bc2414cd426907cd1c49d735cde8caf9d2b7692898058f592
 DIST vbox-kernel-module-src-7.0.12.tar.xz 718284 BLAKE2B 
8b427f9764ad7cb216d3b8dcfa05e8b564a8b67cf3beb7ec048b2529a31580eb59eb0e41a887bb85503542cae18d873d91108a522fc0ba106d119a73ce629f34
 SHA512 
0b64ad2ddc6eaf56759e636aa6c8e5dba998e232ec42a7bf0cf92dc00e7a6c0ebb11e9d7500a8a407e0c92a162ebb71cdb15cbfd4f570c1860641a7fdba21bd0
 DIST vbox-kernel-module-src-7.0.14.tar.xz 718532 BLAKE2B 
64df92802ab5e9fa3fdf9ba3e3b13004dc687dd2d5f3d41d24354f116a79000fe6ea07bfa8877113ab263d4f75210b600e61d983616f66b6e96324b3ea6a4b2d
 SHA512 
2a0b9a0bbcb0a21a58309be3a71722ee3cb9a63a5e12cd0d8a391b3832a6cc92ff806f8ca4b5fcb80fed02a44aa4de6a2d49f4583d704cec0902572a68bb
+DIST vbox-kernel-module-src-7.0.16.tar.xz 719888 BLAKE2B 
df78a70f677384be47f9ca28c1d473680dfbc491f2c4dcdccf05e0d80f46177db808adf81bc2af4539aeca10046edbc67a561a62870d2233af5e8fbeccc3ee43
 SHA512 
c4858c20f557bec7893d3604a9a572068999e60bceeceb65b1ccc9dc92ad2531a8e5bded91b55caa1d55ddf06c0f72672bccf73f5e86546a804ff1ecee413164

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-7.0.16.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-7.0.16.ebuild
new file mode 100644
index ..08e22e5e0379
--- /dev/null
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-7.0.16.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# XXX: the tarball here is just the kernel modules split out of the binary
+#  package that comes from VirtualBox-*.run
+# XXX: update: now it is split from virtualbox-*-Debian~bullseye_amd64.deb
+
+EAPI=8
+
+inherit linux-mod-r1
+
+MY_P="vbox-kernel-module-src-${PV}"
+DESCRIPTION="Kernel Modules for Virtualbox"
+HOMEPAGE="https://www.virtualbox.org/;
+SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${MY_P}.tar.xz;
+S="${WORKDIR}"
+
+LICENSE="GPL-3"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
+
+CONFIG_CHECK="~!SPINLOCK JUMP_LABEL"
+
+src_compile() {
+   local modlist=( {vboxdrv,vboxnetflt,vboxnetadp}=misc )
+   local modargs=( KERN_DIR="${KV_OUT_DIR}" KERN_VER="${KV_FULL}" )
+   linux-mod-r1_src_compile
+}
+
+src_install() {
+   linux-mod-r1_src_install
+   insinto /usr/lib/modules-load.d/
+   newins "${FILESDIR}"/virtualbox.conf-r1 virtualbox.conf
+}



[gentoo-commits] proj/virtualbox-patches: New tag: v7.0.16

2024-04-17 Thread Viorel Munteanu
commit: 
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 17:29:45 2024 +

New tag: v7.0.16




[gentoo-commits] proj/virtualbox-patches:branch-7.0 commit in: patches/

2024-04-17 Thread Viorel Munteanu
commit: 7e52af8fb2961fe9f6a74af359254b3cf17bace0
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 17 17:26:52 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 17 17:26:52 2024 +
URL:
https://gitweb.gentoo.org/proj/virtualbox-patches.git/commit/?id=7e52af8f

Update patches for virtualbox 7.0.16

Update Python patch 020
Update libxml2 patch 021

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

 ...on.patch => 020_virtualbox-7.0.16-python.patch} | 14 ---
 patches/021_virtualbox-7.0.14-libxml2-2.12.patch   | 43 --
 patches/021_virtualbox-7.0.16-libxml2-2.12.5.patch | 33 +
 3 files changed, 41 insertions(+), 49 deletions(-)

diff --git a/patches/020_virtualbox-7.0.10-python.patch 
b/patches/020_virtualbox-7.0.16-python.patch
similarity index 55%
rename from patches/020_virtualbox-7.0.10-python.patch
rename to patches/020_virtualbox-7.0.16-python.patch
index f972580..d96788e 100644
--- a/patches/020_virtualbox-7.0.10-python.patch
+++ b/patches/020_virtualbox-7.0.16-python.patch
@@ -4,15 +4,17 @@ use it.
 
 --- a/src/libs/xpcom18a4/python/Makefile.kmk
 +++ b/src/libs/xpcom18a4/python/Makefile.kmk
-@@ -693,11 +693,6 @@
-VBoxPython3_EXTENDS   = VBoxPythonBase
+@@ -711,13 +711,6 @@
 VBoxPython3_DEFS  = $(filter-out 
VBOX_PYXPCOM_VERSIONED,$(VBoxPythonBase_DEFS)) Py_LIMITED_API=0x0303
 VBoxPython3_INCS  = $(VBoxPythonBase_INCS) 
$(VBOX_PYTHON$(VBOX_PYTHON_LIMITED_API_VER)_INC)
+VBoxPython3_LDFLAGS.darwin = -undefined dynamic_lookup
 -
--   DLLS += VBoxPython3m
--   VBoxPython3m_EXTENDS  = VBoxPythonBase_m
--   VBoxPython3m_DEFS = $(filter-out 
VBOX_PYXPCOM_VERSIONED,$(VBoxPythonBase_m_DEFS)) Py_LIMITED_API=0x0303
--   VBoxPython3m_INCS = $(VBoxPythonBase_m_INCS) 
$(VBOX_PYTHON$(VBOX_PYTHON_LIMITED_API_VER)_INC)
+-   ifneq ($(KBUILD_TARGET),darwin)
+-DLLS += VBoxPython3m
+-VBoxPython3m_EXTENDS  = VBoxPythonBase_m
+-VBoxPython3m_DEFS = $(filter-out 
VBOX_PYXPCOM_VERSIONED,$(VBoxPythonBase_m_DEFS)) Py_LIMITED_API=0x0303
+-VBoxPython3m_INCS = $(VBoxPythonBase_m_INCS) 
$(VBOX_PYTHON$(VBOX_PYTHON_LIMITED_API_VER)_INC)
+-   endif
endif
   endif # VBOX_WITH_PYTHON_LIMITED_API
  

diff --git a/patches/021_virtualbox-7.0.14-libxml2-2.12.patch 
b/patches/021_virtualbox-7.0.14-libxml2-2.12.patch
deleted file mode 100644
index a523bad..000
--- a/patches/021_virtualbox-7.0.14-libxml2-2.12.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-Bug: https://bugs.gentoo.org/922445
-
-The change in libxml2 is not backwards compatibe.
-A patch like the one in arch does not work with 2.11, so just cast the 
argument to maintain compatibility with both.
-
-The upstream change is in include/libxml/xmlerror.h:
-
- typedef xmlError *xmlErrorPtr;
-
--typedef void (*xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error);
-+typedef void (*xmlStructuredErrorFunc) (void *userData, const xmlError 
*error);
-
-See also: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/blob/main/019-libxml-2-12.patch?ref_type=heads
-
 a/src/VBox/Runtime/r3/xml.cpp
-+++ b/src/VBox/Runtime/r3/xml.cpp
-@@ -1870,7 +1870,7 @@
- throw std::bad_alloc();
- /* per-thread so it must be here */
- xmlSetGenericErrorFunc(NULL, xmlParserBaseGenericError);
--xmlSetStructuredErrorFunc(NULL, xmlParserBaseStructuredError);
-+xmlSetStructuredErrorFunc(NULL, 
(xmlStructuredErrorFunc)xmlParserBaseStructuredError);
- }
- 
- XmlParserBase::~XmlParserBase()
-@@ -1931,7 +1931,7 @@
-   pcszFilename,
-   NULL,   // encoding = 
auto
-   options)))
--throw XmlError(xmlCtxtGetLastError(m_ctxt));
-+throw XmlError((xmlErrorPtr)xmlCtxtGetLastError(m_ctxt));
- 
- doc.refreshInternals();
- }
-@@ -2191,7 +2191,7 @@
-   pcszFilename,
-   NULL,   // encoding = auto
-   options)))
--throw XmlError(xmlCtxtGetLastError(m_ctxt));
-+throw XmlError((xmlErrorPtr)xmlCtxtGetLastError(m_ctxt));
- 
- doc.refreshInternals();
- }

diff --git a/patches/021_virtualbox-7.0.16-libxml2-2.12.5.patch 
b/patches/021_virtualbox-7.0.16-libxml2-2.12.5.patch
new file mode 100644
index 000..2ef7557
--- /dev/null
+++ b/patches/021_virtualbox-7.0.16-libxml2-2.12.5.patch
@@ -0,0 +1,33 @@
+Bug: https://bugs.gentoo.org/922445
+
+The change in libxml2 is not backwards compatibe.
+
+The upstream change is in include/libxml/xmlerror.h:
+
+ typedef xmlError *xmlErrorPtr;
+
+-typedef void (*xmlStructuredErrorFunc) (void *userData, xmlErrorPtr error);
++typedef void (*xmlStructuredErrorFunc) (void *userData, const xmlError 
*error);
+
+Upstream fixed it for dev-libs/libxml2-2.12.6, but we need the fi

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

2024-04-15 Thread Viorel Munteanu
commit: b0513e9ba7b126915f9cc81d97f7259b070f8ff3
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Apr 16 04:35:07 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 16 04:35:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0513e9b

app-misc/fastfetch: drop 2.9.1

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

 app-misc/fastfetch/Manifest   |   1 -
 app-misc/fastfetch/fastfetch-2.9.1.ebuild | 115 --
 2 files changed, 116 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index e4f675365b6e..7ae1e46c6937 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
 DIST fastfetch-2.7.1.tar.gz 1000565 BLAKE2B 
061d2175bdca879bb4ef1a2f29fd73b99a7325fb8de66f05eb1203008c34ef20ff122e57a785ee0a5abb0251004023958abb1d158bc49cd1b34f9e02f3d1c6bc
 SHA512 
55d897af532141d429aa5b58ab1516347f14597bf249b70f0d5ab27d11e235911858143fc32356255bef201cb44cdd7698e8d49094fb7e61c2e425a6c8ac5fa1
 DIST fastfetch-2.8.10.tar.gz 1290142 BLAKE2B 
7a7ad65891850d96cc12d37b5e89359889afcdba6ccd30d834afd332ed072e00a719378ee3664a32b6e238fdca2fa1dc665768b078701b77837fefdacdce5027
 SHA512 
6b548c22239307f6dfcd90a4f995cbc77904adfd6f7ac809c7cd4c337a6783d768e2fd88d48e12c9b2c576893b74869d0a022f7129ccf37d853695ac3f5d488d
-DIST fastfetch-2.9.1.tar.gz 1291072 BLAKE2B 
37269611614d36c2a3a0bbb650c9998c835223c6e593c7f8d139c5b90273c59dabf05632db8b6538836000eeac82d3b526b0499c3e0a5c99dc938a4f9340
 SHA512 
735a95af973cfb8680cdd7c0a6eaaeaabfa394ce3708d9836f49673d0331a9f4d4779a09516add1c7e5f817a05d175d7725144a3f8f040fac17ae3fbeeadad6a
 DIST fastfetch-2.9.2.tar.gz 1294912 BLAKE2B 
858c474d117903e990ecce4f1b9a7422da082beb79a360378ddefac1248224344a431218bb1d84b343f1ee96b044548f842ba4a04285f6e6aaaf442a92f8818b
 SHA512 
be907b3080ff252e6c235798a6e3cb993b178a9ad02b9fd900816df560cff4f0351f212d0f00af31b671430115e5f635226bce004bb5efb7651a76f5e913a946

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

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

2024-04-15 Thread Viorel Munteanu
commit: 7921e6268e2d11f2bc8d9b0001763e08c0fe5d13
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Apr 16 04:35:00 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr 16 04:35:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7921e626

app-misc/fastfetch: add 2.9.2

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.9.2.ebuild | 115 ++
 2 files changed, 116 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index fc1995e0dfda..e4f675365b6e 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,4 @@
 DIST fastfetch-2.7.1.tar.gz 1000565 BLAKE2B 
061d2175bdca879bb4ef1a2f29fd73b99a7325fb8de66f05eb1203008c34ef20ff122e57a785ee0a5abb0251004023958abb1d158bc49cd1b34f9e02f3d1c6bc
 SHA512 
55d897af532141d429aa5b58ab1516347f14597bf249b70f0d5ab27d11e235911858143fc32356255bef201cb44cdd7698e8d49094fb7e61c2e425a6c8ac5fa1
 DIST fastfetch-2.8.10.tar.gz 1290142 BLAKE2B 
7a7ad65891850d96cc12d37b5e89359889afcdba6ccd30d834afd332ed072e00a719378ee3664a32b6e238fdca2fa1dc665768b078701b77837fefdacdce5027
 SHA512 
6b548c22239307f6dfcd90a4f995cbc77904adfd6f7ac809c7cd4c337a6783d768e2fd88d48e12c9b2c576893b74869d0a022f7129ccf37d853695ac3f5d488d
 DIST fastfetch-2.9.1.tar.gz 1291072 BLAKE2B 
37269611614d36c2a3a0bbb650c9998c835223c6e593c7f8d139c5b90273c59dabf05632db8b6538836000eeac82d3b526b0499c3e0a5c99dc938a4f9340
 SHA512 
735a95af973cfb8680cdd7c0a6eaaeaabfa394ce3708d9836f49673d0331a9f4d4779a09516add1c7e5f817a05d175d7725144a3f8f040fac17ae3fbeeadad6a
+DIST fastfetch-2.9.2.tar.gz 1294912 BLAKE2B 
858c474d117903e990ecce4f1b9a7422da082beb79a360378ddefac1248224344a431218bb1d84b343f1ee96b044548f842ba4a04285f6e6aaaf442a92f8818b
 SHA512 
be907b3080ff252e6c235798a6e3cb993b178a9ad02b9fd900816df560cff4f0351f212d0f00af31b671430115e5f635226bce004bb5efb7651a76f5e913a946

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

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

2024-04-15 Thread Viorel Munteanu
commit: e0dec3d48e60d0f4d1e19a0da482933394639649
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 15 17:28:06 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 15 17:43:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0dec3d4

app-admin/webapp-config: enable py3.12

Closes: https://bugs.gentoo.org/929277
Signed-off-by: Viorel Munteanu  gentoo.org>

 .../webapp-config-1.55-py3.122-invalid-escape-sequence.patch  | 11 +++
 ...webapp-config-.ebuild => webapp-config-1.55-r4.ebuild} |  8 ++--
 app-admin/webapp-config/webapp-config-.ebuild |  8 ++--
 3 files changed, 23 insertions(+), 4 deletions(-)

diff --git 
a/app-admin/webapp-config/files/webapp-config-1.55-py3.122-invalid-escape-sequence.patch
 
b/app-admin/webapp-config/files/webapp-config-1.55-py3.122-invalid-escape-sequence.patch
new file mode 100644
index ..cb1ba1a8593e
--- /dev/null
+++ 
b/app-admin/webapp-config/files/webapp-config-1.55-py3.122-invalid-escape-sequence.patch
@@ -0,0 +1,11 @@
+--- a/WebappConfig/protect.py
 b/WebappConfig/protect.py
+@@ -78,7 +78,7 @@
+ 
+ numbers = []
+ prefix  = self.protect_prefix
+-rep = re.compile(prefix.replace('.','\.') + '(\d{4})_')
++rep = re.compile(prefix.replace('.',r'\.') + r'(\d{4})_')
+ 
+ for i in entries:
+ rem = rep.match(i)

diff --git a/app-admin/webapp-config/webapp-config-.ebuild 
b/app-admin/webapp-config/webapp-config-1.55-r4.ebuild
similarity index 93%
copy from app-admin/webapp-config/webapp-config-.ebuild
copy to app-admin/webapp-config/webapp-config-1.55-r4.ebuild
index 76caefb23e6d..cc2e8028b578 100644
--- a/app-admin/webapp-config/webapp-config-.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 prefix
 
@@ -29,6 +29,10 @@ DEPEND="app-text/xmlto
 RDEPEND="
portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"
 
+PATCHES=(
+   "${FILESDIR}"/webapp-config-1.55-py3.122-invalid-escape-sequence.patch
+)
+
 python_prepare_all() {
# make the source from svn mirror the one in the tarball
if [[ ${PV} == * ]]; then

diff --git a/app-admin/webapp-config/webapp-config-.ebuild 
b/app-admin/webapp-config/webapp-config-.ebuild
index 76caefb23e6d..cc2e8028b578 100644
--- a/app-admin/webapp-config/webapp-config-.ebuild
+++ b/app-admin/webapp-config/webapp-config-.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 prefix
 
@@ -29,6 +29,10 @@ DEPEND="app-text/xmlto
 RDEPEND="
portage? ( sys-apps/portage[${PYTHON_USEDEP}] )"
 
+PATCHES=(
+   "${FILESDIR}"/webapp-config-1.55-py3.122-invalid-escape-sequence.patch
+)
+
 python_prepare_all() {
# make the source from svn mirror the one in the tarball
if [[ ${PV} == * ]]; then



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

2024-04-15 Thread Viorel Munteanu
commit: d9d8cf759bfbb7727bcb4fb5daa9ad6c21a54a5e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Apr 15 17:32:56 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Apr 15 17:43:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d8cf75

www-apps/cgit: enable py3.12

Enable python 3.12
Enable lua 5.3, 5.4
Fix VariableScope

Closes: https://bugs.gentoo.org/929871
Closes: https://bugs.gentoo.org/836118
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/cgit/{cgit-1.2.3-r202.ebuild => cgit-1.2.3-r203.ebuild} | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/www-apps/cgit/cgit-1.2.3-r202.ebuild 
b/www-apps/cgit/cgit-1.2.3-r203.ebuild
similarity index 93%
rename from www-apps/cgit/cgit-1.2.3-r202.ebuild
rename to www-apps/cgit/cgit-1.2.3-r203.ebuild
index dc581d8b548c..8499426633d8 100644
--- a/www-apps/cgit/cgit-1.2.3-r202.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r203.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-LUA_COMPAT=( lua5-{1..2} luajit )
+LUA_COMPAT=( lua5-{1..4} luajit )
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 WEBAPP_MANUAL_SLOT="yes"
 
@@ -64,7 +64,6 @@ src_configure() {
echo "CGIT_SCRIPT_PATH = ${MY_CGIBINDIR}" >> cgit.conf || die "echo 
CGIT_SCRIPT_PATH failed"
echo "CGIT_DATA_PATH = ${MY_HTDOCSDIR}" >> cgit.conf || die "echo 
CGIT_DATA_PATH failed"
echo "CACHE_ROOT = ${CGIT_CACHEDIR}" >> cgit.conf || die "echo 
CACHE_ROOT failed"
-   echo "DESTDIR = ${D}" >> cgit.conf || die "echo DESTDIR failed"
if use lua; then
echo "LUA_PKGCONFIG = ${ELUA}" >> cgit.conf || die "echo 
LUA_PKGCONFIG failed"
else
@@ -80,7 +79,7 @@ src_compile() {
 src_install() {
webapp_src_preinst
 
-   emake V=1 AR="$(tc-getAR)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" 
LDFLAGS="${LDFLAGS}" install
+   emake V=1 AR="$(tc-getAR)" CC="$(tc-getCC)" CFLAGS="${CFLAGS}" 
LDFLAGS="${LDFLAGS}" DESTDIR="${D}" install
 
insinto /etc
doins "${FILESDIR}"/cgitrc



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

2024-04-14 Thread Viorel Munteanu
commit: 238f35c6a9023f074235b7e235d14af08a456812
Author: Henning Schild  hennsch  de>
AuthorDate: Sat Apr 13 23:27:16 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 14 09:19:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=238f35c6

www-apps/radicale: bump to 3.1.9

Closes: https://bugs.gentoo.org/929874
Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/36246
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/radicale/Manifest  |  1 +
 www-apps/radicale/radicale-3.1.9.ebuild | 90 +
 2 files changed, 91 insertions(+)

diff --git a/www-apps/radicale/Manifest b/www-apps/radicale/Manifest
index 49ec7c1605e8..36bece61faa7 100644
--- a/www-apps/radicale/Manifest
+++ b/www-apps/radicale/Manifest
@@ -1 +1,2 @@
 DIST Radicale-3.1.8.gh.tar.gz 137123 BLAKE2B 
ec855138aa18508da5375c5bde854cee4d4110fb75437cc1472afd3b589dfa523031cdd1b8a51a0f6a74dfe819308acd068b979acde32c05941d113d9d289f1e
 SHA512 
5c4b55ee9cfc5060a0e0cf1f284d2c5a354bcabd7a088214e917fabb0083bcd172fd92aeb59b1f869f34e04f8c276efbed15c2a3ff2fdbc81b2220586bbaf31b
+DIST Radicale-3.1.9.gh.tar.gz 141258 BLAKE2B 
6d74eabd7e09b1804a6a3c556a9f629fb72c4685fdf5d96d0d53ffaf5db712968b054678be866002ab4ceafaf1d3d8ad3f52aae7a9a4ecabbc129149c96ab9b6
 SHA512 
f4d0b26149c331b4bc02f01bb637cea1d29e1d563a4133c4293ec13990f1553988181582c2e726ce33b563403a14e9ec863403f86e66b13fd8cfd62cf74439e4

diff --git a/www-apps/radicale/radicale-3.1.9.ebuild 
b/www-apps/radicale/radicale-3.1.9.ebuild
new file mode 100644
index ..7c3557675f25
--- /dev/null
+++ b/www-apps/radicale/radicale-3.1.9.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 systemd
+
+MY_P=${P^}
+DESCRIPTION="A simple CalDAV calendar server"
+HOMEPAGE="https://radicale.org/;
+SRC_URI="
+   https://github.com/Kozea/Radicale/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="
+   >=acct-user/radicale-0-r2
+   acct-group/radicale
+   dev-python/bcrypt[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   dev-python/passlib[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/vobject[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   sys-apps/util-linux
+"
+
+BDEPEND="
+   test? (
+   

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

2024-04-14 Thread Viorel Munteanu
commit: 00b5d3f0e37ddc41faf2009d815abb38cd6f65ba
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Apr 14 09:52:38 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 14 09:52:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00b5d3f0

dev-util/clion: remove aarch64 libraries

Closes: https://bugs.gentoo.org/888135
Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-util/clion/clion-2023.3.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/clion/clion-2023.3.4.ebuild 
b/dev-util/clion/clion-2023.3.4.ebuild
index 0eed75134d39..1f15c35c12e0 100644
--- a/dev-util/clion/clion-2023.3.4.ebuild
+++ b/dev-util/clion/clion-2023.3.4.ebuild
@@ -64,11 +64,13 @@ src_prepare() {
bin/gdb/linux
bin/lldb/linux
bin/ninja
+   lib/async-profiler/aarch64/libasyncProfiler.so
plugins/cwm-plugin/quiche-native/darwin-aarch64
plugins/cwm-plugin/quiche-native/darwin-x86-64
plugins/cwm-plugin/quiche-native/linux-aarch64
plugins/cwm-plugin/quiche-native/win32-x86-64
plugins/remote-dev-server/selfcontained
+   
plugins/python-ce/helpers/pydev/pydevd_attach_to_process/attach_linux_aarch64.so
)
 
rm -rv "${remove_me[@]}" || die



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

2024-04-14 Thread Viorel Munteanu
commit: 3e1756224167b77b09ec9106577e69a470edcbfa
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Apr 14 09:54:21 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 14 09:54:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e175622

profiles/arch/x86: remove obsolete dev-util/clion mask

Closes: https://bugs.gentoo.org/887831
Signed-off-by: Viorel Munteanu  gentoo.org>

 profiles/arch/x86/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask
index 580b0657bf6b..9c933318d030 100644
--- a/profiles/arch/x86/package.mask
+++ b/profiles/arch/x86/package.mask
@@ -83,8 +83,3 @@ sci-mathematics/rkward:5
 sci-visualization/labplot:5
 www-client/falkon
 www-client/otter
-
-# Viorel Munteanu  (2022-12-22)
-# The x86 build is broken and no longer available.  Bug #887831
-# Removal on 2023-01-22.
-dev-util/clion



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

2024-04-14 Thread Viorel Munteanu
commit: b8269477ca45d0ff30d7c8052d710c591f88b02e
Author: Robert Greener  r0bert  dev>
AuthorDate: Mon Apr  1 14:58:28 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Apr 14 09:40:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8269477

dev-util/clion: add 2023.3.4

Signed-off-by: Robert Greener  r0bert.dev>
Closes: https://github.com/gentoo/gentoo/pull/36044
Signed-off-by: Viorel Munteanu  gentoo.org>

 dev-util/clion/Manifest  |   1 +
 dev-util/clion/clion-2023.3.4.ebuild | 106 +++
 2 files changed, 107 insertions(+)

diff --git a/dev-util/clion/Manifest b/dev-util/clion/Manifest
index d05ec83d3126..c003bcbcf783 100644
--- a/dev-util/clion/Manifest
+++ b/dev-util/clion/Manifest
@@ -1,2 +1,3 @@
 DIST CLion-2022.3.2.tar.gz 847111855 BLAKE2B 
7e1814bcc683126f51eefd350b3d171a22d320ec658bc24b8831db1198756c59ee1be951665d10f2c3e76831f0d8ab55c0ae5fd9abeae0acf4e7009ce00f1faa
 SHA512 
7ca87933323c0e1a4800eb75fbe40d179af987f33de51bca0e6b35264aaffea991712187719b837e07bd11457f8891f9f6038fb10f4e3157170d7818179b7531
 DIST CLion-2023.1.4.tar.gz 858589459 BLAKE2B 
aed16b6cd6f88279f772fd38f63ff27019998ed1f7e63c1fcaba16fd1b43277d112806dd8ba4ff5e08a23fb5d80b0b80e24b7ef693e19a38220a7129c71d2d98
 SHA512 
b50ebcdb0b85ec00a9caaad6a309c8f37524a62115a8efeaa8b05819849bdda2d81bf2fae4a723d7d378fb32910a45af26aa5303006aff2e1ad96d5a4749ba90
+DIST CLion-2023.3.4.tar.gz 907669083 BLAKE2B 
ed0571341141e58b102cffbf3b96c7e6625f628b6092d93cc80c4d9ed5f47f25be3665ff26553e6c6584e41a519e102eceabe576986c44795a5257312dad1b76
 SHA512 
f5ab02ed8a3f854dc75483e7766267f043c7a493730900786a3a304e3f2fddaf12375eb6760e9438e8184b7a5405131a2e3ea7536be8b7a7ce0509b0901afc09

diff --git a/dev-util/clion/clion-2023.3.4.ebuild 
b/dev-util/clion/clion-2023.3.4.ebuild
new file mode 100644
index ..0eed75134d39
--- /dev/null
+++ b/dev-util/clion/clion-2023.3.4.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop wrapper
+
+DESCRIPTION="A complete toolset for C and C++ development"
+HOMEPAGE="https://www.jetbrains.com/clion/;
+SRC_URI="https://download.jetbrains.com/cpp/CLion-${PV}.tar.gz;
+
+LICENSE="|| ( IDEA IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal )
+   Apache-1.1 Apache-2.0 BSD BSD-2 CC0-1.0 CDDL-1.1 CPL-0.5 CPL-1.0
+   EPL-1.0 EPL-2.0 GPL-2 GPL-2-with-classpath-exception GPL-3 ISC JDOM
+   LGPL-2.1+ LGPL-3 MIT MPL-1.0 MPL-1.1 OFL public-domain PSF-2 UoI-NCSA 
ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="bindist mirror splitdebug"
+
+BDEPEND="dev-util/patchelf"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-debug/gdb
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   dev-libs/wayland
+   dev-build/cmake
+   app-alternatives/ninja
+   media-libs/alsa-lib
+   media-libs/freetype:2
+   media-libs/mesa
+   net-print/cups
+   sys-apps/dbus
+   sys-libs/zlib
+   x11-libs/cairo
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXtst
+   x11-libs/libXxf86vm
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/pango"
+
+QA_PREBUILT="opt/${PN}/*"
+
+src_prepare() {
+   default
+
+   local remove_me=(
+   Install-Linux-tar.txt
+   help/ReferenceCardForMac.pdf
+   bin/cmake
+   bin/gdb/linux
+   bin/lldb/linux
+   bin/ninja
+   plugins/cwm-plugin/quiche-native/darwin-aarch64
+   plugins/cwm-plugin/quiche-native/darwin-x86-64
+   plugins/cwm-plugin/quiche-native/linux-aarch64
+   plugins/cwm-plugin/quiche-native/win32-x86-64
+   plugins/remote-dev-server/selfcontained
+   )
+
+   rm -rv "${remove_me[@]}" || die
+
+   for file in "jbr/lib/{libjcef.so,jcef_helper}"
+   do
+   if [[ -f "${file}" ]]; then
+   patchelf --set-rpath '$ORIGIN' "${file}" || die
+   fi
+   done
+}
+
+src_install() {
+   local dir="/opt/${PN}"
+
+   insinto "${dir}"
+   doins -r *
+   fperms 755 
"${dir}"/bin/{clion.sh,format.sh,fsnotifier,inspect.sh,jetbrains_client.sh,ltedit.sh,remote-dev-server.sh,repair,restarter,clang/linux/x64/{clangd,clang-tidy,clazy-standalone,llvm-symbolizer}}
+
+   if [[ -d jbr ]]; then
+   fperms 755 
"${dir}"/jbr/bin/{java,javac,javadoc,jcmd,jdb,jfr

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

2024-04-12 Thread Viorel Munteanu
commit: 767b1858b6e42a550309b1daff116f1dda1ba4f4
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 10:01:01 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 10:04:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767b1858

media-libs/netpbm: fix build with gcc-14

Closes: https://bugs.gentoo.org/929019
Signed-off-by: Viorel Munteanu  gentoo.org>

 .../files/netpbm-11.6.1-incompatible-pointer-types.patch| 13 +
 .../{netpbm-11.2.9.ebuild => netpbm-11.2.9-r1.ebuild}   |  1 +
 .../{netpbm-11.6.1.ebuild => netpbm-11.6.1-r1.ebuild}   |  1 +
 3 files changed, 15 insertions(+)

diff --git 
a/media-libs/netpbm/files/netpbm-11.6.1-incompatible-pointer-types.patch 
b/media-libs/netpbm/files/netpbm-11.6.1-incompatible-pointer-types.patch
new file mode 100644
index ..785ca247719c
--- /dev/null
+++ b/media-libs/netpbm/files/netpbm-11.6.1-incompatible-pointer-types.patch
@@ -0,0 +1,13 @@
+https://bugs.gentoo.org/929019
+
+--- a/converter/other/pnmtorle.c
 b/converter/other/pnmtorle.c
+@@ -374,7 +374,7 @@
+ if (cmdline.header) {
+ skipData(ifP, width, height, maxval, format);
+ } else {
+-rle_addhist(argv, NULL, );
++rle_addhist((char**)argv, NULL, );
+ writeRleHeader(cmdline.alpha, format, width, height, );
+ writeRleData(verbose, cmdline.alpha, ifP, ,
+  width, height, maxval, format);

diff --git a/media-libs/netpbm/netpbm-11.2.9.ebuild 
b/media-libs/netpbm/netpbm-11.2.9-r1.ebuild
similarity index 99%
rename from media-libs/netpbm/netpbm-11.2.9.ebuild
rename to media-libs/netpbm/netpbm-11.2.9-r1.ebuild
index ed27be399d6c..042c3ac90c65 100644
--- a/media-libs/netpbm/netpbm-11.2.9.ebuild
+++ b/media-libs/netpbm/netpbm-11.2.9-r1.ebuild
@@ -58,6 +58,7 @@ PATCHES=(
"${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
"${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
"${FILESDIR}"/netpbm-11.2.7-fix-pnmcolormap2-test.patch
+   "${FILESDIR}"/netpbm-11.6.1-incompatible-pointer-types.patch
 )
 
 netpbm_libtype() {

diff --git a/media-libs/netpbm/netpbm-11.6.1.ebuild 
b/media-libs/netpbm/netpbm-11.6.1-r1.ebuild
similarity index 99%
rename from media-libs/netpbm/netpbm-11.6.1.ebuild
rename to media-libs/netpbm/netpbm-11.6.1-r1.ebuild
index 56896f092bd3..b63b5a302d37 100644
--- a/media-libs/netpbm/netpbm-11.6.1.ebuild
+++ b/media-libs/netpbm/netpbm-11.6.1-r1.ebuild
@@ -57,6 +57,7 @@ PATCHES=(
"${FILESDIR}"/netpbm-10.86.21-build.patch
"${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
"${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
+   "${FILESDIR}"/netpbm-11.6.1-incompatible-pointer-types.patch
 )
 
 netpbm_libtype() {



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

2024-04-12 Thread Viorel Munteanu
commit: abd641d83aa6137645e83d78d2833236fb1201d9
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:25:34 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd641d8

www-apps/drupal: drop 10.0.11

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

 www-apps/drupal/Manifest  |  1 -
 www-apps/drupal/drupal-10.0.11.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index 84381c414856..60c59728366d 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -1,4 +1,3 @@
-DIST drupal-10.0.11.tar.gz 17461226 BLAKE2B 
cb0002fb00447923f84202e0e4703eba5bb82c89fb349b015da1ce98cc85b223fdad88c8ac19bae6c7488f23643465613708e78b83aeec127fa40035cd148e5a
 SHA512 
574ed4d82ba31145add7e2bb18a9cbf19afa7c4d015468317747be2d438b0a4a75807669ba95c9593c2853e3cab44757741a54265da305f2df00a80626566e47
 DIST drupal-10.1.8.tar.gz 18292624 BLAKE2B 
0b636ab54732ba73392098969b3445aafeaf0421a2d3e3f823e0ec12ae4334652c07c2587c37d18bff88d87f6ade5daf5e77e716f0e93679721e9247dd48286d
 SHA512 
422c9e31bbc3ff84746e90a012c5ca4cfd40b645257b68f27125e6647a62759d42245d59efaa9e3bce28403d32d8ebcd96b60b7c80aaa31372e81a0034a6757b
 DIST drupal-10.2.2.tar.gz 18950678 BLAKE2B 
9a5e14547ba66bf0f9690e992b2ac3efd4e87144adfdb6dff7a85cc6c195d5457c1cee68ce42fc870025a79afe3bb9364849f9349ad29524122a7636f98feef7
 SHA512 
5c2cb49147fb6e2b5113586eece1e6ad51ac9af546ec3c15031551371053e846c4348fae545bd37783dacf25f8718cce52c9558fc679dddc4255bd53549d43b0
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb

diff --git a/www-apps/drupal/drupal-10.0.11.ebuild 
b/www-apps/drupal/drupal-10.0.11.ebuild
deleted file mode 100644
index 6a27404d4a84..
--- a/www-apps/drupal/drupal-10.0.11.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-# upstream supports php 8.1+, but dev-php/pecl-uploadprogress does not have 8.2
-# limit php to 8.1 for now
-RDEPEND="
-   dev-lang/php:8.1[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress[php_targets_php8-1] )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt \
-   core/USAGE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-10 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



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

2024-04-12 Thread Viorel Munteanu
commit: 25e725f47107ff6abf4d376f7ff33b39afd72ef2
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:24:49 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25e725f4

media-libs/netpbm: add 11.6.1

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

 media-libs/netpbm/Manifest |   1 +
 media-libs/netpbm/netpbm-11.6.1.ebuild | 259 +
 2 files changed, 260 insertions(+)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index dc7ff1d3a22e..2e078e1c6103 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -2,3 +2,4 @@ DIST netpbm-11.2.7.tar.xz 3780372 BLAKE2B 
8a6a75bd0358acf21faa3defd2b3ca886aacd3
 DIST netpbm-11.2.9.tar.xz 3782172 BLAKE2B 
b5acec8306c820e7b0ac2dec21ab5df8f2cdbec01d3d59f82b307d90111954e81e1b01ad7d8e25e8fbd0ea7cf61e8b023e3dfaed6d1cab71b51f7e367d792e56
 SHA512 
02961bb2ac4a4292e028ed5dbd05daf89ac795f50d36d97be67c49a61be0cbd977e954aa9266c4649d9a46de3fbe7c4b2b51c8363cc7bee322926dd4a9af2ab1
 DIST netpbm-11.5.3.tar.xz 3783400 BLAKE2B 
45a0169865922dcdd2cba0d91e347aa753153e7a9496c8469ac40039628dc3bf13adbf67f30e6af929f4bb582c09769eac579f7086ee78fa206b564b736492c9
 SHA512 
f7e58fa086e6f549bb350ca9592ad5df2cdacd80c8cb0f508ab17b5f85c9358df56306d293e5b88bdcb3d2b350731bd7def0098437fdfea2711921b1caa95b95
 DIST netpbm-11.6.0.tar.xz 3792264 BLAKE2B 
482e27df7aca081851b5e87cbd2e54d851c73922553a570223c22b4074178caef2e3018c8c2bab8a301bc35a645ea6ce8ac3bb7eb1001c0ca977f53182e0e19f
 SHA512 
911912b0d6b9817ffdf3b9183c51305bc5418497865cd48cb7fad8bc5212e7092df7b2c0714b05f7459123f6ff10bcd128ffabcf2343c503e430d04aff1a837f
+DIST netpbm-11.6.1.tar.xz 3792940 BLAKE2B 
e48ec658708baac53708c96feb7aac94c32debae675d8f9114393aaccabc1f59309bf577bff98d252fecab37fb0faa1cc29955269636f736563a859edbdd947d
 SHA512 
844256dc61d29c4f1ba164d5c1ec0b7c6cb8e97c4c6c04cf7b92cd7c118b4cf7dda4a256f35ef575cb718a7a7f253468b60ba567733a613da8102d23bebf

diff --git a/media-libs/netpbm/netpbm-11.6.1.ebuild 
b/media-libs/netpbm/netpbm-11.6.1.ebuild
new file mode 100644
index ..56896f092bd3
--- /dev/null
+++ b/media-libs/netpbm/netpbm-11.6.1.ebuild
@@ -0,0 +1,259 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
+# They only provide a tarball for super stable, but super stable is a bit 
lagging.
+# So we package the stable branch of their svn (currently versions 11.2.xx) on 
SLOT "0/stable"
+# and the advanced branch of their svn (currently versions 11.6.yy) on SLOT 
"0/advanced".
+# The stable branch is stabilized according to usual Gentoo rules, while the
+# advanced branch will not be stabilized.
+# A detailed explanation is here https://netpbm.sourceforge.net/release.html
+
+DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
+HOMEPAGE="https://netpbm.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
+
+LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
+SLOT="0/advanced"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
+
+# app-text/ghostscript-gpl is really needed for postscript
+# some utilities execute /usr/bin/gs
+# some installed programs are perl scripts
+RDEPEND="
+   dev-lang/perl
+   jbig? ( media-libs/jbigkit:= )
+   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
+   png? (
+   >=media-libs/libpng-1.4:0=
+   sys-libs/zlib
+   )
+   postscript? (
+   app-text/ghostscript-gpl
+   sys-libs/zlib
+   )
+   rle? ( media-libs/urt:= )
+   svga? ( media-libs/svgalib )
+   tiff? ( >=media-libs/tiff-3.5.5:= )
+   xml? ( dev-libs/libxml2 )
+   X? ( x11-libs/libX11 )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   app-arch/xz-utils
+   app-alternatives/lex
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/netpbm-10.86.21-build.patch
+   "${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
+   "${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
+)
+
+netpbm_libtype() {
+   case ${CHOST} in
+   *-darwin*) echo dylib;;
+   *) echo unixshared;;
+   esac
+}
+
+netpbm_libsuffix() {
+   local suffix=$(get_libname)
+   echo ${suffix//\.}
+}
+
+netpbm_ldshlib() {
+   case ${CHOST} in
+   *-darwin*) echo '$(LDFLAGS) -dynamiclib -install_name 

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

2024-04-12 Thread Viorel Munteanu
commit: d1ac99de7249ed04d023d94b8dbf023e56dd8e55
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:25:26 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ac99de

www-apps/drupal: drop 9.5.11

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

 www-apps/drupal/Manifest |  1 -
 www-apps/drupal/drupal-9.5.11.ebuild | 68 
 2 files changed, 69 deletions(-)

diff --git a/www-apps/drupal/Manifest b/www-apps/drupal/Manifest
index c5f5870dc56e..84381c414856 100644
--- a/www-apps/drupal/Manifest
+++ b/www-apps/drupal/Manifest
@@ -2,4 +2,3 @@ DIST drupal-10.0.11.tar.gz 17461226 BLAKE2B 
cb0002fb00447923f84202e0e4703eba5bb8
 DIST drupal-10.1.8.tar.gz 18292624 BLAKE2B 
0b636ab54732ba73392098969b3445aafeaf0421a2d3e3f823e0ec12ae4334652c07c2587c37d18bff88d87f6ade5daf5e77e716f0e93679721e9247dd48286d
 SHA512 
422c9e31bbc3ff84746e90a012c5ca4cfd40b645257b68f27125e6647a62759d42245d59efaa9e3bce28403d32d8ebcd96b60b7c80aaa31372e81a0034a6757b
 DIST drupal-10.2.2.tar.gz 18950678 BLAKE2B 
9a5e14547ba66bf0f9690e992b2ac3efd4e87144adfdb6dff7a85cc6c195d5457c1cee68ce42fc870025a79afe3bb9364849f9349ad29524122a7636f98feef7
 SHA512 
5c2cb49147fb6e2b5113586eece1e6ad51ac9af546ec3c15031551371053e846c4348fae545bd37783dacf25f8718cce52c9558fc679dddc4255bd53549d43b0
 DIST drupal-7.97.tar.gz 3381082 BLAKE2B 
3997305b91330db16843ee17927435b1bba4b080b72b36c1c90508e9edc0379f33aad3fae31fd637034d7ddeae425d75bd2252ed733ee00a6d9e12a75b909979
 SHA512 
2ea4ae63f9dc87043f3743f7e426c2fe940ca930a764c9eff0cb19e25fb3117599350c8fab92fc1bc45c2e6719ae20caba039180d63672cb1616f7526b798dcb
-DIST drupal-9.5.11.tar.gz 22593304 BLAKE2B 
b978bed98649eb43999c414d11c1f168eca9800e65016e5e444799c9be75f6dd3914287e6845b9b9f698d3c0a3e368ac48f35b9b9cf989e23ad8f3abd70f028a
 SHA512 
a8fe6756d4540c95af6d615d8eb2a063f79a502920d609db15ef07ede05727a933f5720e5ca64fe5d70c71d7d6971217633135675bb7f27db2130bbd01d8094d

diff --git a/www-apps/drupal/drupal-9.5.11.ebuild 
b/www-apps/drupal/drupal-9.5.11.ebuild
deleted file mode 100644
index 1d37e5385429..
--- a/www-apps/drupal/drupal-9.5.11.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-MY_PV=${PV:0:3}.0
-MY_P=${P/_/-}
-
-DESCRIPTION="PHP-based open-source platform and content management system"
-HOMEPAGE="https://www.drupal.org/;
-SRC_URI="https://ftp.drupal.org/files/projects/${MY_P}.tar.gz;
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+mysql postgres sqlite +uploadprogress"
-
-RDEPEND="
-   dev-lang/php[gd,hash(+),mysql?,pdo,postgres?,simplexml,sqlite?,xml]
-   virtual/httpd-php
-   uploadprogress? ( dev-php/pecl-uploadprogress )
-"
-
-need_httpd_cgi
-
-REQUIRED_USE="|| ( mysql postgres sqlite )"
-
-src_install() {
-   webapp_src_preinst
-
-   local docs="LICENSE.txt README.md core/MAINTAINERS.txt core/INSTALL.txt 
core/CHANGELOG.txt \
-   core/INSTALL.mysql.txt core/INSTALL.pgsql.txt 
core/INSTALL.sqlite.txt core/UPDATE.txt "
-
-   dodoc ${docs}
-   rm ${docs} core/COPYRIGHT.txt core/LICENSE.txt || die
-
-   cp sites/default/{default.settings.php,settings.php} || die
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   dodir "${MY_HTDOCSDIR}"/files
-   webapp_serverowned "${MY_HTDOCSDIR}"/files
-
-   webapp_configfile "${MY_HTDOCSDIR}"/sites/default/settings.php
-   webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-
-   webapp_src_install
-}
-
-pkg_postinst() {
-   echo
-   ewarn "SECURITY NOTICE"
-   ewarn "If you plan on using SSL on your Drupal site, please consult the 
postinstall information:"
-   ewarn "\t# webapp-config --show-postinst ${PN} ${PV}"
-   echo
-   ewarn "If this is a new install, unless you want anyone with network 
access to your server to be"
-   ewarn "able to run the setup, you'll have to configure your web server 
to limit access to it."
-   echo
-   ewarn "If you're doing a new drupal-9 install, you'll have to copy 
/sites/default/default.services.yml"
-   ewarn "to /sites/default/services.yml and grant it write permissions to 
your web server."
-   ewarn "Just follow the instructions of the drupal setup and be sure to 
resolve any permissions issue"
-   ewarn "reported by the setup."
-   echo
-}



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

2024-04-12 Thread Viorel Munteanu
commit: 104ef1018f04d31170d113cca390af22ec83e604
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:25:05 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=104ef101

media-libs/netpbm: drop 11.5.3

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

 media-libs/netpbm/Manifest |   1 -
 media-libs/netpbm/netpbm-11.5.3.ebuild | 260 -
 2 files changed, 261 deletions(-)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index eb006f57a059..f01b140099cd 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,3 @@
 DIST netpbm-11.2.7.tar.xz 3780372 BLAKE2B 
8a6a75bd0358acf21faa3defd2b3ca886aacd38a28a1f8b65280a9d6c1667102a47efb734fe2ff2dfae38a5d0995b5efaa4b3ec70138bac7ad07e3e6e79c6063
 SHA512 
3fb00524b958d97304066749d4117b11ce5e23b7c8e08e68bfb5109575cc40a52dbe0f44559e6c0832a4397298efbea50a8ed0b9d2b57e41a09275729574bace
 DIST netpbm-11.2.9.tar.xz 3782172 BLAKE2B 
b5acec8306c820e7b0ac2dec21ab5df8f2cdbec01d3d59f82b307d90111954e81e1b01ad7d8e25e8fbd0ea7cf61e8b023e3dfaed6d1cab71b51f7e367d792e56
 SHA512 
02961bb2ac4a4292e028ed5dbd05daf89ac795f50d36d97be67c49a61be0cbd977e954aa9266c4649d9a46de3fbe7c4b2b51c8363cc7bee322926dd4a9af2ab1
-DIST netpbm-11.5.3.tar.xz 3783400 BLAKE2B 
45a0169865922dcdd2cba0d91e347aa753153e7a9496c8469ac40039628dc3bf13adbf67f30e6af929f4bb582c09769eac579f7086ee78fa206b564b736492c9
 SHA512 
f7e58fa086e6f549bb350ca9592ad5df2cdacd80c8cb0f508ab17b5f85c9358df56306d293e5b88bdcb3d2b350731bd7def0098437fdfea2711921b1caa95b95
 DIST netpbm-11.6.1.tar.xz 3792940 BLAKE2B 
e48ec658708baac53708c96feb7aac94c32debae675d8f9114393aaccabc1f59309bf577bff98d252fecab37fb0faa1cc29955269636f736563a859edbdd947d
 SHA512 
844256dc61d29c4f1ba164d5c1ec0b7c6cb8e97c4c6c04cf7b92cd7c118b4cf7dda4a256f35ef575cb718a7a7f253468b60ba567733a613da8102d23bebf

diff --git a/media-libs/netpbm/netpbm-11.5.3.ebuild 
b/media-libs/netpbm/netpbm-11.5.3.ebuild
deleted file mode 100644
index 1870cbbec2ed..
--- a/media-libs/netpbm/netpbm-11.5.3.ebuild
+++ /dev/null
@@ -1,260 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
-# They only provide a tarball for super stable, but super stable is a bit 
lagging.
-# So we package the stable branch of their svn (currently versions 11.2.xx) on 
SLOT "0/stable[.rev]"
-# and the advanced branch of their svn (currently versions 11.4.yy) on SLOT 
"0/advanced[.rev]".
-# The stable branch is stabilized according to usual Gentoo rules, while the
-# advanced branch will not be stabilized.
-# A detailed explanation is here https://netpbm.sourceforge.net/release.html
-
-DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
-HOMEPAGE="https://netpbm.sourceforge.net/;
-SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
-
-LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
-SLOT="0/advanced"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
-
-# app-text/ghostscript-gpl is really needed for postscript
-# some utilities execute /usr/bin/gs
-# some installed programs are perl scripts
-RDEPEND="
-   dev-lang/perl
-   jbig? ( media-libs/jbigkit:= )
-   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
-   png? (
-   >=media-libs/libpng-1.4:0=
-   sys-libs/zlib
-   )
-   postscript? (
-   app-text/ghostscript-gpl
-   sys-libs/zlib
-   )
-   rle? ( media-libs/urt:= )
-   svga? ( media-libs/svgalib )
-   tiff? ( >=media-libs/tiff-3.5.5:= )
-   xml? ( dev-libs/libxml2 )
-   X? ( x11-libs/libX11 )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   app-arch/xz-utils
-   app-alternatives/lex
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/netpbm-10.86.21-build.patch
-   "${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
-   "${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
-   "${FILESDIR}"/netpbm-11.5.2-fix-tests-musl.patch
-)
-
-netpbm_libtype() {
-   case ${CHOST} in
-   *-darwin*) echo dylib;;
-   *) echo unixshared;;
-   esac
-}
-
-netpbm_libsuffix() {
-   local suffix=$(get_libname)
-   echo ${suffix//\.}
-}
-
-netpbm_ldshlib() {
-   case ${CHOST} in
-   *-darwin*) echo '$(LDFLAGS) -dynamiclib -install

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

2024-04-12 Thread Viorel Munteanu
commit: b4566bbfafdd2359686122e7216c6599cca0b8fc
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:24:56 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4566bbf

media-libs/netpbm: drop 11.6.0

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

 media-libs/netpbm/Manifest |   1 -
 media-libs/netpbm/netpbm-11.6.0.ebuild | 259 -
 2 files changed, 260 deletions(-)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 2e078e1c6103..eb006f57a059 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,5 +1,4 @@
 DIST netpbm-11.2.7.tar.xz 3780372 BLAKE2B 
8a6a75bd0358acf21faa3defd2b3ca886aacd38a28a1f8b65280a9d6c1667102a47efb734fe2ff2dfae38a5d0995b5efaa4b3ec70138bac7ad07e3e6e79c6063
 SHA512 
3fb00524b958d97304066749d4117b11ce5e23b7c8e08e68bfb5109575cc40a52dbe0f44559e6c0832a4397298efbea50a8ed0b9d2b57e41a09275729574bace
 DIST netpbm-11.2.9.tar.xz 3782172 BLAKE2B 
b5acec8306c820e7b0ac2dec21ab5df8f2cdbec01d3d59f82b307d90111954e81e1b01ad7d8e25e8fbd0ea7cf61e8b023e3dfaed6d1cab71b51f7e367d792e56
 SHA512 
02961bb2ac4a4292e028ed5dbd05daf89ac795f50d36d97be67c49a61be0cbd977e954aa9266c4649d9a46de3fbe7c4b2b51c8363cc7bee322926dd4a9af2ab1
 DIST netpbm-11.5.3.tar.xz 3783400 BLAKE2B 
45a0169865922dcdd2cba0d91e347aa753153e7a9496c8469ac40039628dc3bf13adbf67f30e6af929f4bb582c09769eac579f7086ee78fa206b564b736492c9
 SHA512 
f7e58fa086e6f549bb350ca9592ad5df2cdacd80c8cb0f508ab17b5f85c9358df56306d293e5b88bdcb3d2b350731bd7def0098437fdfea2711921b1caa95b95
-DIST netpbm-11.6.0.tar.xz 3792264 BLAKE2B 
482e27df7aca081851b5e87cbd2e54d851c73922553a570223c22b4074178caef2e3018c8c2bab8a301bc35a645ea6ce8ac3bb7eb1001c0ca977f53182e0e19f
 SHA512 
911912b0d6b9817ffdf3b9183c51305bc5418497865cd48cb7fad8bc5212e7092df7b2c0714b05f7459123f6ff10bcd128ffabcf2343c503e430d04aff1a837f
 DIST netpbm-11.6.1.tar.xz 3792940 BLAKE2B 
e48ec658708baac53708c96feb7aac94c32debae675d8f9114393aaccabc1f59309bf577bff98d252fecab37fb0faa1cc29955269636f736563a859edbdd947d
 SHA512 
844256dc61d29c4f1ba164d5c1ec0b7c6cb8e97c4c6c04cf7b92cd7c118b4cf7dda4a256f35ef575cb718a7a7f253468b60ba567733a613da8102d23bebf

diff --git a/media-libs/netpbm/netpbm-11.6.0.ebuild 
b/media-libs/netpbm/netpbm-11.6.0.ebuild
deleted file mode 100644
index 80e083e89bc2..
--- a/media-libs/netpbm/netpbm-11.6.0.ebuild
+++ /dev/null
@@ -1,259 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
-# They only provide a tarball for super stable, but super stable is a bit 
lagging.
-# So we package the stable branch of their svn (currently versions 11.2.xx) on 
SLOT "0/stable[.rev]"
-# and the advanced branch of their svn (currently versions 11.4.yy) on SLOT 
"0/advanced[.rev]".
-# The stable branch is stabilized according to usual Gentoo rules, while the
-# advanced branch will not be stabilized.
-# A detailed explanation is here https://netpbm.sourceforge.net/release.html
-
-DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
-HOMEPAGE="https://netpbm.sourceforge.net/;
-SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
-
-LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
-SLOT="0/advanced"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
-
-# app-text/ghostscript-gpl is really needed for postscript
-# some utilities execute /usr/bin/gs
-# some installed programs are perl scripts
-RDEPEND="
-   dev-lang/perl
-   jbig? ( media-libs/jbigkit:= )
-   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
-   png? (
-   >=media-libs/libpng-1.4:0=
-   sys-libs/zlib
-   )
-   postscript? (
-   app-text/ghostscript-gpl
-   sys-libs/zlib
-   )
-   rle? ( media-libs/urt:= )
-   svga? ( media-libs/svgalib )
-   tiff? ( >=media-libs/tiff-3.5.5:= )
-   xml? ( dev-libs/libxml2 )
-   X? ( x11-libs/libX11 )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   app-arch/xz-utils
-   app-alternatives/lex
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/netpbm-10.86.21-build.patch
-   "${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
-   "${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
-)
-
-netpbm_libtype() {
-   case ${CHOST} in
-   *-darwin*) echo dylib;;
-

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

2024-04-12 Thread Viorel Munteanu
commit: aebce2b4ee15e54a14a0c21d03f9aa5fbac35e24
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:04:43 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebce2b4

media-libs/netpbm: drop 11.2.8

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

 media-libs/netpbm/Manifest |   1 -
 media-libs/netpbm/netpbm-11.2.8.ebuild | 264 -
 2 files changed, 265 deletions(-)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index fe8c09b19c5d..dc7ff1d3a22e 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,5 +1,4 @@
 DIST netpbm-11.2.7.tar.xz 3780372 BLAKE2B 
8a6a75bd0358acf21faa3defd2b3ca886aacd38a28a1f8b65280a9d6c1667102a47efb734fe2ff2dfae38a5d0995b5efaa4b3ec70138bac7ad07e3e6e79c6063
 SHA512 
3fb00524b958d97304066749d4117b11ce5e23b7c8e08e68bfb5109575cc40a52dbe0f44559e6c0832a4397298efbea50a8ed0b9d2b57e41a09275729574bace
-DIST netpbm-11.2.8.tar.xz 3781396 BLAKE2B 
cb74b79b61a88d739071ab85e0ca96a0e51140e9398aba4bd1a8c918b26580acb81b4653863127676ee1d032251e8e9968500fe5fee72a4cf65c5e5064f55fb1
 SHA512 
8bfd0f08ae62515be18f0b6b8ef610dc72dda2dd063d2732096f540cbadb27314d2ea20b1a79ed5ea9442a9f8cee10f445f16caaef1227b486e16a4ebf8412f1
 DIST netpbm-11.2.9.tar.xz 3782172 BLAKE2B 
b5acec8306c820e7b0ac2dec21ab5df8f2cdbec01d3d59f82b307d90111954e81e1b01ad7d8e25e8fbd0ea7cf61e8b023e3dfaed6d1cab71b51f7e367d792e56
 SHA512 
02961bb2ac4a4292e028ed5dbd05daf89ac795f50d36d97be67c49a61be0cbd977e954aa9266c4649d9a46de3fbe7c4b2b51c8363cc7bee322926dd4a9af2ab1
 DIST netpbm-11.5.3.tar.xz 3783400 BLAKE2B 
45a0169865922dcdd2cba0d91e347aa753153e7a9496c8469ac40039628dc3bf13adbf67f30e6af929f4bb582c09769eac579f7086ee78fa206b564b736492c9
 SHA512 
f7e58fa086e6f549bb350ca9592ad5df2cdacd80c8cb0f508ab17b5f85c9358df56306d293e5b88bdcb3d2b350731bd7def0098437fdfea2711921b1caa95b95
 DIST netpbm-11.6.0.tar.xz 3792264 BLAKE2B 
482e27df7aca081851b5e87cbd2e54d851c73922553a570223c22b4074178caef2e3018c8c2bab8a301bc35a645ea6ce8ac3bb7eb1001c0ca977f53182e0e19f
 SHA512 
911912b0d6b9817ffdf3b9183c51305bc5418497865cd48cb7fad8bc5212e7092df7b2c0714b05f7459123f6ff10bcd128ffabcf2343c503e430d04aff1a837f

diff --git a/media-libs/netpbm/netpbm-11.2.8.ebuild 
b/media-libs/netpbm/netpbm-11.2.8.ebuild
deleted file mode 100644
index 72ada702ad14..
--- a/media-libs/netpbm/netpbm-11.2.8.ebuild
+++ /dev/null
@@ -1,264 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
-# They only provide a tarball for super stable, but super stable is a bit 
lagging.
-# So we package the stable branch of their svn (currently versions 11.2.xx) on 
SLOT "0/stable[.rev]"
-# and the advanced branch of their svn (currently versions 11.3.yy) on SLOT 
"0/advanced[.rev]".
-# The stable branch is stabilized according to usual Gentoo rules, while the
-# advanced branch will not be stabilized.
-# A detailed explanation is here https://netpbm.sourceforge.net/release.html
-
-DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
-HOMEPAGE="https://netpbm.sourceforge.net/;
-SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
-
-LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
-SLOT="0/stable"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
-
-# app-text/ghostscript-gpl is really needed for postscript
-# some utilities execute /usr/bin/gs
-# some installed programs are perl scripts
-RDEPEND="
-   dev-lang/perl
-   jbig? ( media-libs/jbigkit:= )
-   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
-   png? (
-   >=media-libs/libpng-1.4:0=
-   sys-libs/zlib
-   )
-   postscript? (
-   app-text/ghostscript-gpl
-   sys-libs/zlib
-   )
-   rle? ( media-libs/urt:= )
-   svga? ( media-libs/svgalib )
-   tiff? ( >=media-libs/tiff-3.5.5:= )
-   xml? ( dev-libs/libxml2 )
-   X? ( x11-libs/libX11 )
-"
-DEPEND="
-   ${RDEPEND}
-   x11-base/xorg-proto
-"
-BDEPEND="
-   app-arch/xz-utils
-   app-alternatives/lex
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/netpbm-10.86.21-build.patch
-   "${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
-   "${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
-   "${FILESDIR}"/netpbm-11.2.7-fix-pnmcolormap2-test.patch
-)
-
-netpbm_libtype() {
-

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

2024-04-12 Thread Viorel Munteanu
commit: 1048cc5bff65a01bd6f70e029261efa63fc0a28b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Apr 12 06:04:36 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Apr 12 06:34:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1048cc5b

media-libs/netpbm: add 11.2.9

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

 media-libs/netpbm/Manifest |   1 +
 media-libs/netpbm/netpbm-11.2.9.ebuild | 264 +
 2 files changed, 265 insertions(+)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 5b8bfc6bad8e..fe8c09b19c5d 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,5 @@
 DIST netpbm-11.2.7.tar.xz 3780372 BLAKE2B 
8a6a75bd0358acf21faa3defd2b3ca886aacd38a28a1f8b65280a9d6c1667102a47efb734fe2ff2dfae38a5d0995b5efaa4b3ec70138bac7ad07e3e6e79c6063
 SHA512 
3fb00524b958d97304066749d4117b11ce5e23b7c8e08e68bfb5109575cc40a52dbe0f44559e6c0832a4397298efbea50a8ed0b9d2b57e41a09275729574bace
 DIST netpbm-11.2.8.tar.xz 3781396 BLAKE2B 
cb74b79b61a88d739071ab85e0ca96a0e51140e9398aba4bd1a8c918b26580acb81b4653863127676ee1d032251e8e9968500fe5fee72a4cf65c5e5064f55fb1
 SHA512 
8bfd0f08ae62515be18f0b6b8ef610dc72dda2dd063d2732096f540cbadb27314d2ea20b1a79ed5ea9442a9f8cee10f445f16caaef1227b486e16a4ebf8412f1
+DIST netpbm-11.2.9.tar.xz 3782172 BLAKE2B 
b5acec8306c820e7b0ac2dec21ab5df8f2cdbec01d3d59f82b307d90111954e81e1b01ad7d8e25e8fbd0ea7cf61e8b023e3dfaed6d1cab71b51f7e367d792e56
 SHA512 
02961bb2ac4a4292e028ed5dbd05daf89ac795f50d36d97be67c49a61be0cbd977e954aa9266c4649d9a46de3fbe7c4b2b51c8363cc7bee322926dd4a9af2ab1
 DIST netpbm-11.5.3.tar.xz 3783400 BLAKE2B 
45a0169865922dcdd2cba0d91e347aa753153e7a9496c8469ac40039628dc3bf13adbf67f30e6af929f4bb582c09769eac579f7086ee78fa206b564b736492c9
 SHA512 
f7e58fa086e6f549bb350ca9592ad5df2cdacd80c8cb0f508ab17b5f85c9358df56306d293e5b88bdcb3d2b350731bd7def0098437fdfea2711921b1caa95b95
 DIST netpbm-11.6.0.tar.xz 3792264 BLAKE2B 
482e27df7aca081851b5e87cbd2e54d851c73922553a570223c22b4074178caef2e3018c8c2bab8a301bc35a645ea6ce8ac3bb7eb1001c0ca977f53182e0e19f
 SHA512 
911912b0d6b9817ffdf3b9183c51305bc5418497865cd48cb7fad8bc5212e7092df7b2c0714b05f7459123f6ff10bcd128ffabcf2343c503e430d04aff1a837f

diff --git a/media-libs/netpbm/netpbm-11.2.9.ebuild 
b/media-libs/netpbm/netpbm-11.2.9.ebuild
new file mode 100644
index ..ed27be399d6c
--- /dev/null
+++ b/media-libs/netpbm/netpbm-11.2.9.ebuild
@@ -0,0 +1,264 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# Upstream has 3 flavors of netpbm: super stable, stable and advanced.
+# They only provide a tarball for super stable, but super stable is a bit 
lagging.
+# So we package the stable branch of their svn (currently versions 11.2.xx) on 
SLOT "0/stable"
+# and the advanced branch of their svn (currently versions 11.6.yy) on SLOT 
"0/advanced".
+# The stable branch is stabilized according to usual Gentoo rules, while the
+# advanced branch will not be stabilized.
+# A detailed explanation is here https://netpbm.sourceforge.net/release.html
+
+DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
+HOMEPAGE="https://netpbm.sourceforge.net/;
+SRC_URI="https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}.tar.xz;
+
+LICENSE="Artistic BSD GPL-2 IJG LGPL-2.1 MIT public-domain"
+SLOT="0/stable"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
+
+# app-text/ghostscript-gpl is really needed for postscript
+# some utilities execute /usr/bin/gs
+# some installed programs are perl scripts
+RDEPEND="
+   dev-lang/perl
+   jbig? ( media-libs/jbigkit:= )
+   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
+   png? (
+   >=media-libs/libpng-1.4:0=
+   sys-libs/zlib
+   )
+   postscript? (
+   app-text/ghostscript-gpl
+   sys-libs/zlib
+   )
+   rle? ( media-libs/urt:= )
+   svga? ( media-libs/svgalib )
+   tiff? ( >=media-libs/tiff-3.5.5:= )
+   xml? ( dev-libs/libxml2 )
+   X? ( x11-libs/libX11 )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   app-arch/xz-utils
+   app-alternatives/lex
+   virtual/pkgconfig
+"
+
+PATCHES=(
+   "${FILESDIR}"/netpbm-10.86.21-build.patch
+   "${FILESDIR}"/netpbm-11.0.0-misc-deps.patch
+   "${FILESDIR}"/netpbm-11.1.0-fix-clang-O2.patch
+   "${FILESDIR}"/netpbm-11.2.7-fix-pnmcolormap2-test.patch
+)
+
+netpbm_libtype() {
+   case ${CHOS

[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2024-04-10 Thread Viorel Munteanu
commit: 460a3ddc55b91f01f61d41f87f3019aafb23c00b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 10 17:20:57 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 10 18:17:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460a3ddc

app-emulation/virtualbox-guest-additions: remove a dependency

Same changes as for 7.0.14:
Remove dependency on x11-drivers/xf86-video-vboxvideo.
Move the long elog sequence to readme.gentoo-r1.
Add more warnings and kernel checks.

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

 .../virtualbox-guest-additions-6.1.50-r1.ebuild| 292 +
 1 file changed, 292 insertions(+)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.50-r1.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.50-r1.ebuild
new file mode 100644
index ..60c236597e5a
--- /dev/null
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.50-r1.ebuild
@@ -0,0 +1,292 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo linux-mod-r1 readme.gentoo-r1 systemd toolchain-funcs udev
+
+MY_PN="VirtualBox"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="VirtualBox kernel modules and user-space tools for Gentoo guests"
+HOMEPAGE="https://www.virtualbox.org/;
+SRC_URI="https://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2
+   
https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-6.1.36.tar.bz2;
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="X +dbus"
+
+# automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist
+RDEPEND="
+   acct-group/vboxguest
+   acct-group/vboxsf
+   acct-user/vboxguest
+   sys-libs/pam
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   X? (
+   x11-apps/xrandr
+   x11-apps/xrefresh
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   )
+"
+BDEPEND="
+   >=dev-build/kbuild-0.1.9998.3127
+   <=dev-build/kbuild-0.1.9998.3500
+   >=dev-lang/yasm-0.6.2
+   sys-devel/bin86
+   sys-power/iasl
+"
+
+PATCHES=(
+   "${FILESDIR}"/virtualbox-guest-additions-7.0.8-fix-gcc13.patch
+)
+
+DOCS=()# Don't install the default README file during einstalldocs
+
+VBOX_MOD_SRC_DIR="out/linux.${ARCH}/release/bin/additions/src"
+CONFIG_CHECK="~DRM_TTM ~DRM_VMWGFX"
+WARNING_DRM_TTM="DRM_TTM is needed for running the vboxvideo driver."
+WARNING_DRM_VMWGFX="DRM_VMWGFX is the recommended driver for VMSVGA."
+
+DOC_CONTENTS="\n
+Please add users to the \"vboxguest\" group so they can\n
+benefit from seamless mode, auto-resize and clipboard.\n
+\n
+The vboxsf group has been added to make automount services work.\n
+These services are part of the shared folders support.\n
+\n
+Please add:\n
+   /etc/init.d/virtualbox-guest-additions\n
+to the default runlevel in order to start\n
+needed services.\n
+\n
+An autostart .desktop file has been installed to start\n
+VBoxClient in desktop sessions.\n
+\n
+You can mount shared folders with:\n
+   mount -t vboxsf  \n
+\n
+Warning:\n
+   this ebuild is only needed if you are running gentoo\n
+   inside a VirtualBox Virtual Machine, you don't need\n
+   it to run VirtualBox itself.\n
+\n"
+
+src_prepare() {
+   eapply "${PATCHES[@]}"
+
+   # Remove shipped binaries (kBuild,yasm), see bug #232775
+   rm -r kBuild/bin tools || die
+
+   # Provide kernel sources
+   pushd src/VBox/Additions &>/dev/null || die
+   ebegin "Extracting guest kernel module sources"
+   kmk GuestDrivers-src vboxguest-src vboxsf-src vboxvideo-src &>/dev/null
+   eend $? || die
+   popd &>/dev/null || die
+
+   # PaX fixes (see bug #298988)
+   eapply -d "${VBOX_MOD_SRC_DIR}" -- 
"${FILESDIR}"/vboxguest-6.1.36-log-use-c99.patch
+
+   # Disable things unused or splitted into separate ebuilds
+   cp "${FILESDIR}/${PN}-5-localconfig" LocalConfig.kmk || die
+   if ! use X; then
+   echo "VBOX_WITH_X11_ADDITIONS :=" >> LocalConfig.kmk || die
+   fi
+
+   # Remove pointless GCC version check
+   sed -e '/^check_gcc$/d' -i configure || die
+
+   # Respect LDFLAGS (bug

[gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/

2024-04-10 Thread Viorel Munteanu
commit: 0eacf0664dad7d850038c2afc9ded15fe881f5b9
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 10 16:35:33 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 10 18:17:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eacf066

app-emulation/virtualbox-guest-additions: remove a dependency

Remove dependency on x11-drivers/xf86-video-vboxvideo.
Move the long elog sequence to readme.gentoo-r1.
Add more warnings and kernel checks.

Closes: https://bugs.gentoo.org/929007
Signed-off-by: Viorel Munteanu  gentoo.org>

 .../virtualbox-guest-additions-7.0.14-r3.ebuild| 297 +
 1 file changed, 297 insertions(+)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.14-r3.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.14-r3.ebuild
new file mode 100644
index ..92c9fb95c5c6
--- /dev/null
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.14-r3.ebuild
@@ -0,0 +1,297 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo linux-mod-r1 readme.gentoo-r1 systemd toolchain-funcs udev
+
+MY_PN="VirtualBox"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="VirtualBox kernel modules and user-space tools for Gentoo guests"
+HOMEPAGE="https://www.virtualbox.org/;
+SRC_URI="https://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2
+   
https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.0.14.tar.bz2;
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+# Reminder: see the LICENSE related comment in 
app-emulation/virtualbox-additions ebuild
+LICENSE="GPL-3 LGPL-2.1+ MIT || ( GPL-3 CDDL )"
+SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus gui"
+
+# automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist
+# TODO: find out what this is, remove comment if obsolete
+
+RDEPEND="
+   acct-group/vboxguest
+   acct-group/vboxsf
+   acct-user/vboxguest
+   sys-libs/pam
+   sys-libs/zlib
+   dbus? ( sys-apps/dbus )
+   gui? (
+   x11-apps/xrandr
+   x11-apps/xrefresh
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXmu
+   x11-libs/libXt
+   )
+"
+# some libs here are indirect dependencies, and also needed at compile time.
+# keeping them in DEPEND to avoid warnings from qa-vdb.
+DEPEND="
+   ${RDEPEND}
+   gui? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXau
+   x11-libs/libXdmcp
+   x11-base/xorg-proto
+   )
+"
+BDEPEND="
+   >=dev-lang/yasm-0.6.2
+   >=dev-build/kbuild-0.1.9998.3127
+   sys-devel/bin86
+   sys-power/iasl
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-7.0.8-fix-gcc13.patch
+   "${FILESDIR}"/${PN}-7.0.14-kernel-6.8.patch
+)
+
+DOCS=()# Don't install the default README file during einstalldocs
+
+VBOX_MOD_SRC_DIR="out/linux.${ARCH}/release/bin/additions/src"
+CONFIG_CHECK="~DRM_TTM ~DRM_VMWGFX"
+WARNING_DRM_TTM="DRM_TTM is needed for running the vboxvideo driver."
+WARNING_DRM_VMWGFX="DRM_VMWGFX is the recommended driver for VMSVGA."
+
+DOC_CONTENTS="\n
+Please add users to the \"vboxguest\" group so they can\n
+benefit from seamless mode, auto-resize and clipboard.\n
+\n
+The vboxsf group has been added to make automount services work.\n
+These services are part of the shared folders support.\n
+\n
+Please add:\n
+   /etc/init.d/virtualbox-guest-additions\n
+to the default runlevel in order to start\n
+needed services.\n
+\n
+An autostart .desktop file has been installed to start\n
+VBoxClient in desktop sessions.\n
+\n
+You can mount shared folders with:\n
+   mount -t vboxsf  \n
+\n
+Warning:\n
+   this ebuild is only needed if you are running gentoo\n
+   inside a VirtualBox Virtual Machine, you don't need\n
+   it to run VirtualBox itself.\n
+\n"
+
+src_prepare() {
+   eapply "${PATCHES[@]}"
+
+   # Remove shipped binaries (kBuild,yasm), see bug #232775
+   rm -r kBuild/bin tools || die
+
+   # Provide kernel sources
+   pushd src/VBox/Additions &>/dev/null || die
+   ebegin "Extracting guest kernel module sources"
+   kmk GuestDrivers-src vboxguest-src vboxsf-src vboxvideo-src &>/dev/null
+   eend $? || die
+   popd &>/dev/null || die
+
+   # PaX fixes (see bug #298988)
+   eapply -d "${VBOX_MOD_SRC_DIR}" -- 
"${FILESDIR}"/vboxguest-6.1.36-log-use-c99.patch
+
+   # Disable things unused or splitted into separate ebuilds
+   cp &qu

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

2024-04-10 Thread Viorel Munteanu
commit: 6cdea9d8e524f128dd5b0bd6f7c45826e5757dad
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 10 06:41:52 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 10 06:52:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdea9d8

www-apps/wordpress: add 6.5.2

Security release.

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

 www-apps/wordpress/Manifest   |  1 +
 www-apps/wordpress/wordpress-6.5.2.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 54ebc779e093..823028ee0a00 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,2 +1,3 @@
 DIST wordpress-6.4.3.tar.gz 24482912 BLAKE2B 
bf48e86884342af021fa6fd01190f10e1a3d83718f818e6d5e4f1b1d67c3cc63c920eea850905ac406f4460e11312feb74b7deaf1b255b75eaa36439ce907a9c
 SHA512 
a3602f1b7c046b6463d03d74a4f091434e5251518a4a11146675a5836f75a532d04e9b0fad9474bd9c53ed3e2adb06a2cfb0121fde017180e120ebb58cb643eb
+DIST wordpress-6.5.2.tar.gz 24697732 BLAKE2B 
f2aff4316d2b049a3a92f30437ff5f1e0e7955abf5ce643d727743463c3782cd6865255c2e3e130778ef1939cf9e48554455dfb088c960c1469683b12cf97482
 SHA512 
51da72c4a5aeac0ae7ce968a7f05340d4af46095f7c615dc865bd4fafe855c481df2ca31657c4a705307aaf2b1b941a4246847f1bdb934a49d1e626cb7fb
 DIST wordpress-6.5.tar.gz 24696382 BLAKE2B 
f4cea5cf575161ff7d7c1e0c0f2176323374429b899ad64e84059578bb827ccb8a7668c36bbf48238c66b6006c0292cbf5f0866aa97858f78a012845184ebf46
 SHA512 
39ab557bfd4c2af7a5289f379cc4ee62a6720f2f41cefeb5328cf1a053a3f53d471ce081998debe7f4143ed11dcec6cc8c71da8867a3493c83d1b3742a99a9d4

diff --git a/www-apps/wordpress/wordpress-6.5.2.ebuild 
b/www-apps/wordpress/wordpress-6.5.2.ebuild
new file mode 100644
index ..aedc91ade73a
--- /dev/null
+++ b/www-apps/wordpress/wordpress-6.5.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
+HOMEPAGE="https://wordpress.org/;
+SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
+S=${WORKDIR}/${PN}
+
+LICENSE="GPL-2+"
+if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+RDEPEND="virtual/httpd-php
+   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
+
+need_httpd_cgi
+
+IUSE="+akismet examples +themes vhosts"
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc readme.html
+   rm readme.html license.txt || die
+
+   if use !akismet ; then
+   rm -R wp-content/plugins/akismet/ || die
+   fi
+   if use !examples ; then
+   rm wp-content/plugins/hello.php || die
+   fi
+   if use !themes ; then
+   rm -R wp-content/themes/*/ || die
+   fi
+
+   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
+   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
+   webapp_serverowned "${MY_HTDOCSDIR}"
+   # allows plugins update if allowed within WP
+   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
+
+   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
+
+   webapp_src_install
+}



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

2024-04-10 Thread Viorel Munteanu
commit: 214ce5e32be53d3080d72cb6d032dcefa69acf6e
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 10 06:48:58 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 10 06:52:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214ce5e3

www-apps/wordpress: add 6.4.4

Security release.

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

 www-apps/wordpress/Manifest   |  1 +
 www-apps/wordpress/wordpress-6.4.4.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index cfeba6142f67..13af46e51be7 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,2 +1,3 @@
 DIST wordpress-6.4.3.tar.gz 24482912 BLAKE2B 
bf48e86884342af021fa6fd01190f10e1a3d83718f818e6d5e4f1b1d67c3cc63c920eea850905ac406f4460e11312feb74b7deaf1b255b75eaa36439ce907a9c
 SHA512 
a3602f1b7c046b6463d03d74a4f091434e5251518a4a11146675a5836f75a532d04e9b0fad9474bd9c53ed3e2adb06a2cfb0121fde017180e120ebb58cb643eb
+DIST wordpress-6.4.4.tar.gz 24480617 BLAKE2B 
60856beddbbb2ba25e56eb9aaa5af0b857b4f318309d87ff5ffecee909ceec6fee0a6df0e10d2c8580af670c8b7132d4e64d6756083ecd2d16736dcf3afc01be
 SHA512 
c369567ecdde465e063127b21de55136d37f35d959944708b2fdf05ac9fa876bbf30395783ce0435ecb68f0662bedfb83900463ebe0b442c57ac02491b5e87a4
 DIST wordpress-6.5.2.tar.gz 24697732 BLAKE2B 
f2aff4316d2b049a3a92f30437ff5f1e0e7955abf5ce643d727743463c3782cd6865255c2e3e130778ef1939cf9e48554455dfb088c960c1469683b12cf97482
 SHA512 
51da72c4a5aeac0ae7ce968a7f05340d4af46095f7c615dc865bd4fafe855c481df2ca31657c4a705307aaf2b1b941a4246847f1bdb934a49d1e626cb7fb

diff --git a/www-apps/wordpress/wordpress-6.4.4.ebuild 
b/www-apps/wordpress/wordpress-6.4.4.ebuild
new file mode 100644
index ..aedc91ade73a
--- /dev/null
+++ b/www-apps/wordpress/wordpress-6.4.4.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp
+
+DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
+HOMEPAGE="https://wordpress.org/;
+SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
+S=${WORKDIR}/${PN}
+
+LICENSE="GPL-2+"
+if [[ ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+RDEPEND="virtual/httpd-php
+   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
+
+need_httpd_cgi
+
+IUSE="+akismet examples +themes vhosts"
+
+src_install() {
+   webapp_src_preinst
+
+   dodoc readme.html
+   rm readme.html license.txt || die
+
+   if use !akismet ; then
+   rm -R wp-content/plugins/akismet/ || die
+   fi
+   if use !examples ; then
+   rm wp-content/plugins/hello.php || die
+   fi
+   if use !themes ; then
+   rm -R wp-content/themes/*/ || die
+   fi
+
+   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
+   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
+   webapp_serverowned "${MY_HTDOCSDIR}"
+   # allows plugins update if allowed within WP
+   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
+
+   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
+
+   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
+   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
+
+   webapp_src_install
+}



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

2024-04-10 Thread Viorel Munteanu
commit: ffc2832c61a2012b8130aac35278df31726afe33
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 10 06:49:22 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 10 06:52:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc2832c

www-apps/wordpress: drop 6.4.3

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

 www-apps/wordpress/Manifest   |  1 -
 www-apps/wordpress/wordpress-6.4.3.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 13af46e51be7..a640e087c7ca 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,3 +1,2 @@
-DIST wordpress-6.4.3.tar.gz 24482912 BLAKE2B 
bf48e86884342af021fa6fd01190f10e1a3d83718f818e6d5e4f1b1d67c3cc63c920eea850905ac406f4460e11312feb74b7deaf1b255b75eaa36439ce907a9c
 SHA512 
a3602f1b7c046b6463d03d74a4f091434e5251518a4a11146675a5836f75a532d04e9b0fad9474bd9c53ed3e2adb06a2cfb0121fde017180e120ebb58cb643eb
 DIST wordpress-6.4.4.tar.gz 24480617 BLAKE2B 
60856beddbbb2ba25e56eb9aaa5af0b857b4f318309d87ff5ffecee909ceec6fee0a6df0e10d2c8580af670c8b7132d4e64d6756083ecd2d16736dcf3afc01be
 SHA512 
c369567ecdde465e063127b21de55136d37f35d959944708b2fdf05ac9fa876bbf30395783ce0435ecb68f0662bedfb83900463ebe0b442c57ac02491b5e87a4
 DIST wordpress-6.5.2.tar.gz 24697732 BLAKE2B 
f2aff4316d2b049a3a92f30437ff5f1e0e7955abf5ce643d727743463c3782cd6865255c2e3e130778ef1939cf9e48554455dfb088c960c1469683b12cf97482
 SHA512 
51da72c4a5aeac0ae7ce968a7f05340d4af46095f7c615dc865bd4fafe855c481df2ca31657c4a705307aaf2b1b941a4246847f1bdb934a49d1e626cb7fb

diff --git a/www-apps/wordpress/wordpress-6.4.3.ebuild 
b/www-apps/wordpress/wordpress-6.4.3.ebuild
deleted file mode 100644
index aedc91ade73a..
--- a/www-apps/wordpress/wordpress-6.4.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
-HOMEPAGE="https://wordpress.org/;
-SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
-S=${WORKDIR}/${PN}
-
-LICENSE="GPL-2+"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-RDEPEND="virtual/httpd-php
-   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
-
-need_httpd_cgi
-
-IUSE="+akismet examples +themes vhosts"
-
-src_install() {
-   webapp_src_preinst
-
-   dodoc readme.html
-   rm readme.html license.txt || die
-
-   if use !akismet ; then
-   rm -R wp-content/plugins/akismet/ || die
-   fi
-   if use !examples ; then
-   rm wp-content/plugins/hello.php || die
-   fi
-   if use !themes ; then
-   rm -R wp-content/themes/*/ || die
-   fi
-
-   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
-   webapp_serverowned "${MY_HTDOCSDIR}"
-   # allows plugins update if allowed within WP
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
-
-   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
-
-   webapp_src_install
-}



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

2024-04-10 Thread Viorel Munteanu
commit: d49b0dcf63aefe97cc7ba05da1cd587aeb69edf5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Wed Apr 10 06:42:47 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Apr 10 06:52:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49b0dcf

www-apps/wordpress: drop 6.5

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

 www-apps/wordpress/Manifest |  1 -
 www-apps/wordpress/wordpress-6.5.ebuild | 58 -
 2 files changed, 59 deletions(-)

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 823028ee0a00..cfeba6142f67 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,3 +1,2 @@
 DIST wordpress-6.4.3.tar.gz 24482912 BLAKE2B 
bf48e86884342af021fa6fd01190f10e1a3d83718f818e6d5e4f1b1d67c3cc63c920eea850905ac406f4460e11312feb74b7deaf1b255b75eaa36439ce907a9c
 SHA512 
a3602f1b7c046b6463d03d74a4f091434e5251518a4a11146675a5836f75a532d04e9b0fad9474bd9c53ed3e2adb06a2cfb0121fde017180e120ebb58cb643eb
 DIST wordpress-6.5.2.tar.gz 24697732 BLAKE2B 
f2aff4316d2b049a3a92f30437ff5f1e0e7955abf5ce643d727743463c3782cd6865255c2e3e130778ef1939cf9e48554455dfb088c960c1469683b12cf97482
 SHA512 
51da72c4a5aeac0ae7ce968a7f05340d4af46095f7c615dc865bd4fafe855c481df2ca31657c4a705307aaf2b1b941a4246847f1bdb934a49d1e626cb7fb
-DIST wordpress-6.5.tar.gz 24696382 BLAKE2B 
f4cea5cf575161ff7d7c1e0c0f2176323374429b899ad64e84059578bb827ccb8a7668c36bbf48238c66b6006c0292cbf5f0866aa97858f78a012845184ebf46
 SHA512 
39ab557bfd4c2af7a5289f379cc4ee62a6720f2f41cefeb5328cf1a053a3f53d471ce081998debe7f4143ed11dcec6cc8c71da8867a3493c83d1b3742a99a9d4

diff --git a/www-apps/wordpress/wordpress-6.5.ebuild 
b/www-apps/wordpress/wordpress-6.5.ebuild
deleted file mode 100644
index aedc91ade73a..
--- a/www-apps/wordpress/wordpress-6.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit webapp
-
-DESCRIPTION="Wordpress PHP and MySQL based content management system (CMS)"
-HOMEPAGE="https://wordpress.org/;
-SRC_URI="https://wordpress.org/${P/_rc/-RC}.tar.gz;
-S=${WORKDIR}/${PN}
-
-LICENSE="GPL-2+"
-if [[ ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-fi
-
-RDEPEND="virtual/httpd-php
-   || ( dev-lang/php[mysql] dev-lang/php[mysqli] )"
-
-need_httpd_cgi
-
-IUSE="+akismet examples +themes vhosts"
-
-src_install() {
-   webapp_src_preinst
-
-   dodoc readme.html
-   rm readme.html license.txt || die
-
-   if use !akismet ; then
-   rm -R wp-content/plugins/akismet/ || die
-   fi
-   if use !examples ; then
-   rm wp-content/plugins/hello.php || die
-   fi
-   if use !themes ; then
-   rm -R wp-content/themes/*/ || die
-   fi
-
-   [[ -f wp-config.php ]] || cp wp-config-sample.php wp-config.php
-
-   insinto "${MY_HTDOCSDIR}"
-   doins -r .
-
-   webapp_serverowned "${MY_HTDOCSDIR}"/index.php
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/menu.php
-   webapp_serverowned "${MY_HTDOCSDIR}"
-   # allows plugins update if allowed within WP
-   webapp_serverowned "${MY_HTDOCSDIR}"/wp-admin/includes/file.php
-
-   webapp_configfile  "${MY_HTDOCSDIR}"/wp-config.php
-
-   webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
-   webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
-
-   webapp_src_install
-}



[gentoo-commits] repo/proj/guru:master commit in: x11-wm/firefox-i3-workspaces/

2024-04-09 Thread Viorel Munteanu
commit: 340a815b68ff576fe26c1eb85d3028756dd09024
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Tue Apr  9 14:14:04 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr  9 14:14:04 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=340a815b

x11-wm/firefox-i3-workspaces: windowS workspaceS to windows workspaces

Signed-off-by: Vitaly Zdanevich  ya.ru>

 x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild 
b/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild
index 473488147c..adbaa09892 100644
--- a/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild
+++ b/x11-wm/firefox-i3-workspaces/firefox-i3-workspaces-0.10.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-DESCRIPTION="Restore Firefox windowS to correct i3 workspaceS, helper web 
extension is needed"
+DESCRIPTION="Restore Firefox windows to correct i3 workspaces, helper web 
extension is needed"
 HOMEPAGE="https://github.com/yurikhan/firefox-i3-workspaces;
 SRC_URI="https://github.com/yurikhan/$PN/archive/refs/tags/$PV.tar.gz;
 



[gentoo-commits] repo/proj/guru:master commit in: dev-embedded/qdl/, dev-embedded/qdl/files/

2024-04-09 Thread Viorel Munteanu
commit: 7188d3e8f978ff24d8740977fddebd110a5581a6
Author: Quincy Fleming  protonmail  com>
AuthorDate: Tue Apr  9 15:12:36 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr  9 15:12:36 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7188d3e8

dev-embedded/qdl: update, remove stdlib patch

Signed-off-by: Quincy Fleming  protonmail.com>

 dev-embedded/qdl/Manifest  |  2 +-
 dev-embedded/qdl/files/include_stdlib.patch| 33 --
 .../{qdl-20230411.ebuild => qdl-2024.4.9.ebuild}   |  3 +-
 dev-embedded/qdl/qdl-.ebuild   |  1 -
 4 files changed, 2 insertions(+), 37 deletions(-)

diff --git a/dev-embedded/qdl/Manifest b/dev-embedded/qdl/Manifest
index e8e3e0b1c2..ab581535da 100644
--- a/dev-embedded/qdl/Manifest
+++ b/dev-embedded/qdl/Manifest
@@ -1 +1 @@
-DIST qdl-20230411.tar.gz 14561 BLAKE2B 
6e80a2e6b8509abd1678dfda244130499655dd9a5a923149f41c22791b1f52ecc6166d09012f1cf1cb4ec954dc20669aa0e566956750b381827e8dd1df829ed3
 SHA512 
ebd45bfdec65c7a9c0c8a0e187b73940342988bb3ca3bfd7cf84f08cef90afa5c5331f0ccb047f580d9209ded7f4e4ca4146c7f9a4fe4a7ab3a88c2406c7903d
+DIST qdl-2024.4.9.tar.gz 14576 BLAKE2B 
4eba1733b62114d77c41076b9830d6158aea2ab2a707a33fa2a22135827d17929d11fe4667ba97d97e55725e6fdff08173dc9030e581b435b53d6d2904dfcf3a
 SHA512 
467f7f06eba1b32ac25a36f001743fda55a1a4b91cff63a22966383505ccc1a15fa5bde4f848c1962a38f6395080c192a372d6168b5075acfe42073af181345c

diff --git a/dev-embedded/qdl/files/include_stdlib.patch 
b/dev-embedded/qdl/files/include_stdlib.patch
deleted file mode 100644
index f2e34743fc..00
--- a/dev-embedded/qdl/files/include_stdlib.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-#Created by Quincy Fleming
-#Failure to compile without include ""
-#Bug: https://bugs.gentoo.org/927801
 a/patch.c
-+++ b/patch.c
-@@ -30,6 +30,7 @@
-  */
- #include 
- #include 
-+#include 
- #include 
- #include 
- 
 a/program.c
-+++ b/program.c
-@@ -31,6 +31,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
 a/util.c
-+++ b/util.c
-@@ -31,6 +31,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

diff --git a/dev-embedded/qdl/qdl-20230411.ebuild 
b/dev-embedded/qdl/qdl-2024.4.9.ebuild
similarity index 88%
rename from dev-embedded/qdl/qdl-20230411.ebuild
rename to dev-embedded/qdl/qdl-2024.4.9.ebuild
index 1b463b9645..dcba98c9b0 100644
--- a/dev-embedded/qdl/qdl-20230411.ebuild
+++ b/dev-embedded/qdl/qdl-2024.4.9.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit toolchain-funcs
 
 DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms"
-COMMIT_ID="3b22df2bc7de02d867334af3a7aa8606db4f8cdd"
+COMMIT_ID="a629f43428ebd17080f55543f893d45694234f75"
 HOMEPAGE="https://github.com/andersson/qdl;
 SRC_URI="https://github.com/linux-msm/qdl/archive/${COMMIT_ID}.tar.gz -> 
${P}.tar.gz"
 
@@ -23,7 +23,6 @@ BDEPEND="virtual/libudev
 
 PATCHES=(
"${FILESDIR}/makefile.patch"
-   "${FILESDIR}/include_stdlib.patch"
 )
 
 src_compile() {

diff --git a/dev-embedded/qdl/qdl-.ebuild b/dev-embedded/qdl/qdl-.ebuild
index 263372f242..748d9684f1 100644
--- a/dev-embedded/qdl/qdl-.ebuild
+++ b/dev-embedded/qdl/qdl-.ebuild
@@ -19,7 +19,6 @@ BDEPEND="virtual/libudev
 
 PATCHES=(
"${FILESDIR}/makefile.patch"
-   "${FILESDIR}/include_stdlib.patch"
 )
 
 src_compile() {



[gentoo-commits] repo/proj/guru:master commit in: app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/

2024-04-09 Thread Viorel Munteanu
commit: 752ac19df1614a3c156f7001953b79619abfbdb8
Author: Vitaly Zdanevich  ya  ru>
AuthorDate: Tue Apr  9 12:13:44 2024 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Apr  9 12:13:44 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752ac19d

app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: Syntax fix typo

Signed-off-by: Vitaly Zdanevich  ya.ru>

 .../watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
 
b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
index c067fe6978..9157f37d78 100644
--- 
a/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
+++ 
b/app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars/watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DESCRIPTION="Monitor a tree for files with spaces in name - and replace to 
underscores"
-HOMEPAGE=""https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars
+HOMEPAGE="https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars;
 SRC_URI="https://gitlab.com/vitaly-zdanevich/$PN/-/archive/$PV/$P.tar.bz2;
 
 LICENSE="Apache-2.0"



  1   2   3   4   5   6   7   8   9   10   >