[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-09-04 Thread Viorel Munteanu
commit: 26d6127bac42e1fe5eec5886fe9471f671b75673
Author: Alexander Kurakin  mail  ru>
AuthorDate: Sun Sep  3 12:41:48 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Sep  4 15:26:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d6127b

app-dicts/myspell-en: add 20230901

Closes: https://bugs.gentoo.org/913569
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/32581
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20230901.ebuild | 57 +
 2 files changed, 58 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index d06b0ad0c6d0..41513e9c1fbb 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,4 @@
 DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
 DIST dict-en-20230801_lo.oxt 6101620 BLAKE2B 
1f7d1f223e40179ffd844fef48f3994e5be6d4015098b6cd639f8a9dcfb21a43c1da72683b973bb7f1eb4b1bdf1e68392d672dcd82e6a360b1cec3dcb5fecaaa
 SHA512 
9716c6579d8c1121e24896d69d82ececd794f3c9161b82a7fa6405e8f4d5259bbd67ec6f026d95ee5927638b34876f63708e9315a2dbed0089ffb9310c7defd0
+DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2

diff --git a/app-dicts/myspell-en/myspell-en-20230901.ebuild 
b/app-dicts/myspell-en/myspell-en-20230901.ebuild
new file mode 100644
index ..ba549ba9ab85
--- /dev/null
+++ b/app-dicts/myspell-en/myspell-en-20230901.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+DESCRIPTION="English dictionaries for myspell/hunspell"
+HOMEPAGE="
+   https://extensions.libreoffice.org/extensions/english-dictionaries
+   https://proofingtoolgui.org
+   https://github.com/marcoagpinto/aoo-mozilla-en-dict
+"
+SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1693549382/dict-en-20230901_lo.oxt";
+
+LICENSE="BSD MIT LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+
+PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
+IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   if use l10n_en-GB || use l10n_en; then
+   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
+   fi
+   if use l10n_en-US || use l10n_en; then
+   MYSPELL_THES+=(
+   "th_en_US_v2.dat"
+   "th_en_US_v2.idx"
+   )
+   MYSPELL_HYPH+=( "hyph_en_US.dic" )
+   fi
+
+   MYSPELL_DICT=( )
+   for lang in "${PLOCALES[@]}"; do
+   if [[ "${lang}" == "en" ]]; then
+   continue
+   fi
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_en; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   else
+   rm "README_${mylinguas}.txt" || die
+   if [[ ${lang} == "en-US" ]]; then
+   rm "README_hyph_en_US.txt" || die
+   fi
+   if [[ ${lang} == "en-GB" ]]; then
+   rm "README_hyph_en_GB.txt" || die
+   rm "README_en_GB_thes.txt" || die
+   fi
+   fi
+   done
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-en/

2023-09-04 Thread Viorel Munteanu
commit: 34ba9cc62bd08b8d0c572ac43a363f83b271b996
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Sep  5 05:00:53 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Sep  5 05:01:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34ba9cc6

app-dicts/myspell-en: drop 20230601

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

 app-dicts/myspell-en/Manifest   |  1 -
 app-dicts/myspell-en/myspell-en-20230601.ebuild | 57 -
 2 files changed, 58 deletions(-)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 1455861df5f2..efc7ddce58ae 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -1,3 +1,2 @@
-DIST dict-en-20230601_lo.oxt 6101573 BLAKE2B 
22949c952b1545016b298056a46e08f09f5e2865fd7b626df125c03e72f1ba27d6adcbb22cb9340803989ced44158d4e8ceb2344820b3cd8058864568e66
 SHA512 
d8f2ad124cea0356e6b845d94f5df5002852025b28a7217a4d5809069b0c59bb3432766be4b82641e55f17cf76addb5def4669bc41eac4a22ad209453e71
 DIST dict-en-20230701_lo.oxt 6102145 BLAKE2B 
ecf95d76415317fb3dbe4c8e2d30fa37f9d798ae979d83d7e3eaab566264a7db12ed3133e8ed5d1580225171143056edd5189b1685064dab201fadbf59466b7e
 SHA512 
3e495fb7c130d2767d88c4ff21f556c4c64f3739d7b1974355f252329fa526b8ac647a6121f1341396ec9170dda96346463a51b2df06d15e1dcccec4f800593e
 DIST dict-en-20230901_lo.oxt 6102109 BLAKE2B 
d90bb0614217103ad0d4fb4bd411028925311c372047cd88d3075d8480ca1f7d10fa73b3099eea01e06edf22cd85e4cb7aee0e92da89e3e4887a2433ab10bbcb
 SHA512 
76afc82b6d32e1204d36f1fdd602fd4a073b096f49676faab8edd1ab3322f305a4549d07c9e6740463ac4130948dc008181d741d6ebc110bdb87ff1465f03ba2

diff --git a/app-dicts/myspell-en/myspell-en-20230601.ebuild 
b/app-dicts/myspell-en/myspell-en-20230601.ebuild
deleted file mode 100644
index 73287a76b9b2..
--- a/app-dicts/myspell-en/myspell-en-20230601.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit myspell-r2
-
-DESCRIPTION="English dictionaries for myspell/hunspell"
-HOMEPAGE="
-   https://extensions.libreoffice.org/extensions/english-dictionaries
-   https://proofingtoolgui.org
-   https://github.com/marcoagpinto/aoo-mozilla-en-dict
-"
-SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1685594034/dict-en-20230601_lo.oxt";
-
-LICENSE="BSD MIT LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-PLOCALES=( "en-AU" "en-CA" "en-GB" "en-US" "en-ZA" )
-IUSE+="+l10n_en ${PLOCALES[@]/#/l10n_}"
-REQUIRED_USE="|| ( l10n_en ${PLOCALES[@]/#/l10n_} )"
-
-src_prepare() {
-   if use l10n_en-GB || use l10n_en; then
-   MYSPELL_HYPH+=( "hyph_en_GB.dic" )
-   fi
-   if use l10n_en-US || use l10n_en; then
-   MYSPELL_THES+=(
-   "th_en_US_v2.dat"
-   "th_en_US_v2.idx"
-   )
-   MYSPELL_HYPH+=( "hyph_en_US.dic" )
-   fi
-
-   MYSPELL_DICT=( )
-   for lang in "${PLOCALES[@]}"; do
-   if [[ "${lang}" == "en" ]]; then
-   continue
-   fi
-   local mylinguas="${lang//-/_}"
-   if use "l10n_${lang}" || use l10n_en; then
-   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
-   else
-   rm "README_${mylinguas}.txt" || die
-   if [[ ${lang} == "en-US" ]]; then
-   rm "README_hyph_en_US.txt" || die
-   fi
-   if [[ ${lang} == "en-GB" ]]; then
-   rm "README_hyph_en_GB.txt" || die
-   rm "README_en_GB_thes.txt" || die
-   fi
-   fi
-   done
-
-   default
-}



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

2023-09-06 Thread Viorel Munteanu
commit: 24461c810369df072b9a244f7db5dd01bdaba0d5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep  7 04:37:49 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep  7 04:37:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24461c81

media-libs/netpbm: drop 11.3.4

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

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

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 2be57152ed79..451ba05e07d5 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,3 @@
 DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd
 DIST netpbm-11.2.3.tar.xz 3777060 BLAKE2B 
f72546858701e37a33a6a53b2af6dbf31c2730aa99f3453744c3e2f52434a54972a52a41f1b3cd16da95dcfe769c6df61fb3113b6909b7d8493fe412adc88591
 SHA512 
b4d112d8a6bf99875eb03ac497105939ac291e9a10dc77f9f5e19b7cf888076f92f481dc63d5649effc451338dcd8f8be9eec45c87231f17d3bea04f873969f8
-DIST netpbm-11.3.4.tar.xz 3779740 BLAKE2B 
de588a324056a47522d2af03914dfea0b419f27fca79e392505e2a40dad6e6961641a4dca6f8e8c528bca35ffd2acb0e3ee3ffce392f96f55ff85ae8bf949496
 SHA512 
317a8f9b3f024d178f371ec8d2a83bbfab8619cf7d4150da02fa1ed7bc6285ce440e6624d70da5fc63162c8a1223573090c0ee0e9a380e223d077d89b43b8beb
 DIST netpbm-11.3.5.tar.xz 3779776 BLAKE2B 
89fdf74b7107f4c2cb07acad75a3d7fd56906e2465ffd27f7e71f06648234b481ffeb3b1f1fe694536acad6147b7ffadfd7f1c69fbe1a35f71f6cba6570eb1b2
 SHA512 
8e6206ec5f6d7009dcc3ef66c5c1c4dd98c1c81c2c0f3cd50d4e9405af20037dbe86f8d053f32d6ca81ec58bd1138ba08cea9ed091cd3c33cd91c7c0b6b5

diff --git a/media-libs/netpbm/netpbm-11.3.4.ebuild 
b/media-libs/netpbm/netpbm-11.3.4.ebuild
deleted file mode 100644
index 886d2f5cab79..
--- a/media-libs/netpbm/netpbm-11.3.4.ebuild
+++ /dev/null
@@ -1,258 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# 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/advanced.103"
-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
-   sys-devel/flex
-   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 
$(SONAME)';;
-   *)   

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

2023-09-06 Thread Viorel Munteanu
commit: 176a7de65286f076b857438da2cc6d11d0f8d7fe
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep  7 04:29:53 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep  7 04:29:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176a7de6

net-im/mattermost-desktop-bin: add 5.5.0_rc2

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

 net-im/mattermost-desktop-bin/Manifest |  2 +
 .../mattermost-desktop-bin-5.5.0_rc2.ebuild| 94 ++
 2 files changed, 96 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index 42930354c82b..a9509df01eb5 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,3 +2,5 @@ DIST mattermost-desktop-5.3.1-linux-arm64.tar.gz 99877249 
BLAKE2B a519510d2d5e09
 DIST mattermost-desktop-5.3.1-linux-x64.tar.gz 99666315 BLAKE2B 
5d330cc70404e969c9a7e1ed65c0ad6361453c331639e20443ac25d9c7df179667bf55c737b4392eb738ae58cc708d6542ff1de9a53411381321dbdcafebf725
 SHA512 
94959fbd20598c7c13838e5ce8c95ed71756d4f59a377dd98662d23f70f8f600d35f8ac027d2fd0da63ae72af930814322cc57a1be1c43389e90cd58ad3b5cfb
 DIST mattermost-desktop-5.4.0-linux-arm64.tar.gz 98202612 BLAKE2B 
6fdef5720feb73ce11b2ef0ac0e761cbf8e0e2ccc91586cce01d8769e43ab998992430e0cdcd1386fcbd32180a7e536e6a0a3ce8101194740a27423f5d6631ea
 SHA512 
585913994e6ab8d18e1725115c0803ce5104d34646f649943c7aa2345346988cd85e7cf81342ebdb761ae4c25463e1de498e315c53e23587b05e9eaedcd5fd6f
 DIST mattermost-desktop-5.4.0-linux-x64.tar.gz 97476223 BLAKE2B 
469287aa11e2863f427736a099dee8dd96d48739a826eba7785f7c14147a69c16beddc7ff8752cfdc6fade0a4a9aafc166ba867dae2028b0b99db8161b16f3ad
 SHA512 
26239df298b368816b472a69fcc0173f00e9e5123c195989a28ff6158a7c8a98c842dd22b4d74523c0d1ed05d8490a4436261768c55cee4d761325b5178bb62e
+DIST mattermost-desktop-5.5.0-rc.2-linux-arm64.tar.gz 100550599 BLAKE2B 
a046936382ec5869237adceaa00e30ca3fe4aa65d82c806aed9ea296abb2e6e656af1501fc61d4b6536e24b2dac7df1d78dffe12615044a947f2321387727012
 SHA512 
9b6adcd2e1c9959ac049d9571c3098ff11eaefb31d2771c8afd86b046c893e8b826f67e9914884213373274193be2ff615f9d6fb17056bee1b4258d958f11deb
+DIST mattermost-desktop-5.5.0-rc.2-linux-x64.tar.gz 99975998 BLAKE2B 
5a22a5f4499335d805ce9956032ac7b5e8442de89ed3b756c481bf36139f55e07635fb79258a2ab86a0c45d6fa7d54e65a6a479488cd43e21947121eb0e3f8b7
 SHA512 
7910193e28356877bef03cc9f3d6c4bac42daac87728a90af9e2ecf3359650fd1cf31fe01e763bece1e4733f76db6511b2780a3261e81ac25b2409732c520c6e

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.0_rc2.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.0_rc2.ebuild
new file mode 100644
index ..6239ac543889
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.0_rc2.ebuild
@@ -0,0 +1,94 @@
+# 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
 )
+"
+
+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
+)
+
+S="${WORKDIR}"
+
+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
+  

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

2023-09-06 Thread Viorel Munteanu
commit: 2f5c7dcd342789bea95e3a2180e3d9029c25cf2a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep  7 04:37:39 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep  7 04:37:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5c7dcd

media-libs/netpbm: add 11.3.5

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

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

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index ca86dd8ab47a..2be57152ed79 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,3 +1,4 @@
 DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd
 DIST netpbm-11.2.3.tar.xz 3777060 BLAKE2B 
f72546858701e37a33a6a53b2af6dbf31c2730aa99f3453744c3e2f52434a54972a52a41f1b3cd16da95dcfe769c6df61fb3113b6909b7d8493fe412adc88591
 SHA512 
b4d112d8a6bf99875eb03ac497105939ac291e9a10dc77f9f5e19b7cf888076f92f481dc63d5649effc451338dcd8f8be9eec45c87231f17d3bea04f873969f8
 DIST netpbm-11.3.4.tar.xz 3779740 BLAKE2B 
de588a324056a47522d2af03914dfea0b419f27fca79e392505e2a40dad6e6961641a4dca6f8e8c528bca35ffd2acb0e3ee3ffce392f96f55ff85ae8bf949496
 SHA512 
317a8f9b3f024d178f371ec8d2a83bbfab8619cf7d4150da02fa1ed7bc6285ce440e6624d70da5fc63162c8a1223573090c0ee0e9a380e223d077d89b43b8beb
+DIST netpbm-11.3.5.tar.xz 3779776 BLAKE2B 
89fdf74b7107f4c2cb07acad75a3d7fd56906e2465ffd27f7e71f06648234b481ffeb3b1f1fe694536acad6147b7ffadfd7f1c69fbe1a35f71f6cba6570eb1b2
 SHA512 
8e6206ec5f6d7009dcc3ef66c5c1c4dd98c1c81c2c0f3cd50d4e9405af20037dbe86f8d053f32d6ca81ec58bd1138ba08cea9ed091cd3c33cd91c7c0b6b5

diff --git a/media-libs/netpbm/netpbm-11.3.5.ebuild 
b/media-libs/netpbm/netpbm-11.3.5.ebuild
new file mode 100644
index ..886d2f5cab79
--- /dev/null
+++ b/media-libs/netpbm/netpbm-11.3.5.ebuild
@@ -0,0 +1,258 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# 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/advanced.103"
+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
+   sys-devel/flex
+   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 
$(SONAME)';;
+   *)   

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

2023-09-06 Thread Viorel Munteanu
commit: bcfbc8635a33596994e8e2fd49506f38065b62fb
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep  7 04:30:04 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep  7 04:30:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcfbc863

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

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

 net-im/mattermost-desktop-bin/Manifest |  2 -
 .../mattermost-desktop-bin-5.3.1.ebuild| 94 --
 2 files changed, 96 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index a9509df01eb5..ffb385496c28 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,5 +1,3 @@
-DIST mattermost-desktop-5.3.1-linux-arm64.tar.gz 99877249 BLAKE2B 
a519510d2d5e09b053012e10620fcc47418abab6ebb1276a3f4ecdc624a5f29852e61447954f125a23ec1c1e34cda17259ed44fa4381048ed105d4a12ed1db69
 SHA512 
6b047a5a7160957a38201e05df2cfdd395de7d25db2128e5b9f29cbcfb63a3733f4633f323973c334a705747c92be4f79c0ac94caf80af3dda258d8a24a2b3b0
-DIST mattermost-desktop-5.3.1-linux-x64.tar.gz 99666315 BLAKE2B 
5d330cc70404e969c9a7e1ed65c0ad6361453c331639e20443ac25d9c7df179667bf55c737b4392eb738ae58cc708d6542ff1de9a53411381321dbdcafebf725
 SHA512 
94959fbd20598c7c13838e5ce8c95ed71756d4f59a377dd98662d23f70f8f600d35f8ac027d2fd0da63ae72af930814322cc57a1be1c43389e90cd58ad3b5cfb
 DIST mattermost-desktop-5.4.0-linux-arm64.tar.gz 98202612 BLAKE2B 
6fdef5720feb73ce11b2ef0ac0e761cbf8e0e2ccc91586cce01d8769e43ab998992430e0cdcd1386fcbd32180a7e536e6a0a3ce8101194740a27423f5d6631ea
 SHA512 
585913994e6ab8d18e1725115c0803ce5104d34646f649943c7aa2345346988cd85e7cf81342ebdb761ae4c25463e1de498e315c53e23587b05e9eaedcd5fd6f
 DIST mattermost-desktop-5.4.0-linux-x64.tar.gz 97476223 BLAKE2B 
469287aa11e2863f427736a099dee8dd96d48739a826eba7785f7c14147a69c16beddc7ff8752cfdc6fade0a4a9aafc166ba867dae2028b0b99db8161b16f3ad
 SHA512 
26239df298b368816b472a69fcc0173f00e9e5123c195989a28ff6158a7c8a98c842dd22b4d74523c0d1ed05d8490a4436261768c55cee4d761325b5178bb62e
 DIST mattermost-desktop-5.5.0-rc.2-linux-arm64.tar.gz 100550599 BLAKE2B 
a046936382ec5869237adceaa00e30ca3fe4aa65d82c806aed9ea296abb2e6e656af1501fc61d4b6536e24b2dac7df1d78dffe12615044a947f2321387727012
 SHA512 
9b6adcd2e1c9959ac049d9571c3098ff11eaefb31d2771c8afd86b046c893e8b826f67e9914884213373274193be2ff615f9d6fb17056bee1b4258d958f11deb

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.1.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.1.ebuild
deleted file mode 100644
index 6239ac543889..
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.3.1.ebuild
+++ /dev/null
@@ -1,94 +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
 )
-"
-
-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
-)
-
-S="${WORKDIR}"
-
-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"
- 

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

2023-09-06 Thread Viorel Munteanu
commit: e02ba7e58eff9de49ffc7734b2a883aa797d225b
Author: Robert Siebeck  r123  de>
AuthorDate: Wed Sep  6 20:53:31 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep  7 04:45:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02ba7e5

net-im/signal-desktop-bin: remove old version

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/32659
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 -
 .../signal-desktop-bin-6.29.1.ebuild   | 95 --
 2 files changed, 96 deletions(-)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 1061f9f87cf8..15847b43a33f 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1,2 +1 @@
-DIST signal-desktop_6.29.1_amd64.deb 112169936 BLAKE2B 
9cb6f6e5ab8c1b48de142a2b1a67bbbfa1cd413e9f5101d95ca69aa5ab1b2c8e9459b2e9b17957f156deb34957b1052f86f91c7479bd78aab84f6100812e0d1c
 SHA512 
5c1524951ba12bdf18d05484ee6334f0d49b6aa720b83c0ed41dd58c2c5d9755392953b63d2f877d2bc11eb7db66dab1a708fe553096c262153b67223e69d83c
 DIST signal-desktop_6.30.0_amd64.deb 112758350 BLAKE2B 
36f3ffe8ab54dd517bf019f149629bf59de9f0132a2c21399d77b9656c161527ad223ea420ec12609abf8675fc849c600991dd45bd0cbd13ddcfea75adb25ac0
 SHA512 
db002a39fc9869a82d02afd2cfb12da13f868d4a2240fac996d6699b555f38da3143d6282fb6fd524bf84b4b8d1ce35a3205c993f67ff9ba3a0b7cf1cf468685

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-6.29.1.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-6.29.1.ebuild
deleted file mode 100644
index 0e583402923d..
--- a/net-im/signal-desktop-bin/signal-desktop-bin-6.29.1.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/-bin/}"
-
-inherit pax-utils unpacker xdg
-
-DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
-HOMEPAGE="https://signal.org/
-   https://github.com/signalapp/Signal-Desktop";
-SRC_URI="https://updates.signal.org/desktop/apt/pool/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb";
-S="${WORKDIR}"
-
-LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="-* amd64"
-IUSE="+sound"
-RESTRICT="splitdebug"
-
-RDEPEND="
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/mesa[X(+)]
-   net-print/cups
-   sys-apps/dbus[X]
-   x11-libs/cairo
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/pango
-   sound? (
-   || (
-   media-libs/libpulse
-   media-sound/apulse
-   )
-   )
-"
-
-QA_PREBUILT="
-   opt/Signal/chrome_crashpad_handler
-   opt/Signal/chrome-sandbox
-   opt/Signal/libEGL.so
-   opt/Signal/libGLESv2.so
-   opt/Signal/libffmpeg.so
-   opt/Signal/libvk_swiftshader.so
-   opt/Signal/libvulkan.so.1
-   opt/Signal/resources/app.asar.unpacked/node_modules/*
-   opt/Signal/signal-desktop
-   opt/Signal/swiftshader/libEGL.so
-   opt/Signal/swiftshader/libGLESv2.so"
-
-src_prepare() {
-   default
-   sed -e 's| --no-sandbox||g' \
-   -i usr/share/applications/signal-desktop.desktop || die
-   unpack usr/share/doc/signal-desktop/changelog.gz
-}
-
-src_install() {
-   insinto /
-   dodoc changelog
-   doins -r opt
-   insinto /usr/share
-
-   if has_version media-sound/apulse[-sdk] && ! has_version 
media-sound/pulseaudio; then
-   sed -i 's/Exec=/Exec=apulse /g' 
usr/share/applications/signal-desktop.desktop || die
-   fi
-
-   doins -r usr/share/applications
-   doins -r usr/share/icons
-   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
-   fperms u+s /opt/Signal/chrome-sandbox
-   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
-
-   dosym -r /opt/Signal/${MY_PN} /usr/bin/${MY_PN}
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   elog "For using the tray icon on compatible desktop environments, start 
Signal with"
-   elog " '--start-in-tray' or '--use-tray-icon'."
-}



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

2023-09-06 Thread Viorel Munteanu
commit: 9de1a297c29fd2df4e32957dca5eadff30330336
Author: Robert Siebeck  r123  de>
AuthorDate: Wed Sep  6 20:53:31 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep  7 04:45:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9de1a297

net-im/signal-desktop-bin: add new version 6.30.0

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Viorel Munteanu  gentoo.org>

 net-im/signal-desktop-bin/Manifest |  1 +
 .../signal-desktop-bin-6.30.0.ebuild   | 95 ++
 2 files changed, 96 insertions(+)

diff --git a/net-im/signal-desktop-bin/Manifest 
b/net-im/signal-desktop-bin/Manifest
index 6fa05eb264a8..1061f9f87cf8 100644
--- a/net-im/signal-desktop-bin/Manifest
+++ b/net-im/signal-desktop-bin/Manifest
@@ -1 +1,2 @@
 DIST signal-desktop_6.29.1_amd64.deb 112169936 BLAKE2B 
9cb6f6e5ab8c1b48de142a2b1a67bbbfa1cd413e9f5101d95ca69aa5ab1b2c8e9459b2e9b17957f156deb34957b1052f86f91c7479bd78aab84f6100812e0d1c
 SHA512 
5c1524951ba12bdf18d05484ee6334f0d49b6aa720b83c0ed41dd58c2c5d9755392953b63d2f877d2bc11eb7db66dab1a708fe553096c262153b67223e69d83c
+DIST signal-desktop_6.30.0_amd64.deb 112758350 BLAKE2B 
36f3ffe8ab54dd517bf019f149629bf59de9f0132a2c21399d77b9656c161527ad223ea420ec12609abf8675fc849c600991dd45bd0cbd13ddcfea75adb25ac0
 SHA512 
db002a39fc9869a82d02afd2cfb12da13f868d4a2240fac996d6699b555f38da3143d6282fb6fd524bf84b4b8d1ce35a3205c993f67ff9ba3a0b7cf1cf468685

diff --git a/net-im/signal-desktop-bin/signal-desktop-bin-6.30.0.ebuild 
b/net-im/signal-desktop-bin/signal-desktop-bin-6.30.0.ebuild
new file mode 100644
index ..0e583402923d
--- /dev/null
+++ b/net-im/signal-desktop-bin/signal-desktop-bin-6.30.0.ebuild
@@ -0,0 +1,95 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-bin/}"
+
+inherit pax-utils unpacker xdg
+
+DESCRIPTION="Allows you to send and receive messages of Signal Messenger on 
your computer"
+HOMEPAGE="https://signal.org/
+   https://github.com/signalapp/Signal-Desktop";
+SRC_URI="https://updates.signal.org/desktop/apt/pool/s/${MY_PN}/${MY_PN}_${PV}_amd64.deb";
+S="${WORKDIR}"
+
+LICENSE="GPL-3 MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 ISC openssl 
ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="-* amd64"
+IUSE="+sound"
+RESTRICT="splitdebug"
+
+RDEPEND="
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/mesa[X(+)]
+   net-print/cups
+   sys-apps/dbus[X]
+   x11-libs/cairo
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/pango
+   sound? (
+   || (
+   media-libs/libpulse
+   media-sound/apulse
+   )
+   )
+"
+
+QA_PREBUILT="
+   opt/Signal/chrome_crashpad_handler
+   opt/Signal/chrome-sandbox
+   opt/Signal/libEGL.so
+   opt/Signal/libGLESv2.so
+   opt/Signal/libffmpeg.so
+   opt/Signal/libvk_swiftshader.so
+   opt/Signal/libvulkan.so.1
+   opt/Signal/resources/app.asar.unpacked/node_modules/*
+   opt/Signal/signal-desktop
+   opt/Signal/swiftshader/libEGL.so
+   opt/Signal/swiftshader/libGLESv2.so"
+
+src_prepare() {
+   default
+   sed -e 's| --no-sandbox||g' \
+   -i usr/share/applications/signal-desktop.desktop || die
+   unpack usr/share/doc/signal-desktop/changelog.gz
+}
+
+src_install() {
+   insinto /
+   dodoc changelog
+   doins -r opt
+   insinto /usr/share
+
+   if has_version media-sound/apulse[-sdk] && ! has_version 
media-sound/pulseaudio; then
+   sed -i 's/Exec=/Exec=apulse /g' 
usr/share/applications/signal-desktop.desktop || die
+   fi
+
+   doins -r usr/share/applications
+   doins -r usr/share/icons
+   fperms +x /opt/Signal/signal-desktop /opt/Signal/chrome-sandbox
+   fperms u+s /opt/Signal/chrome-sandbox
+   pax-mark m opt/Signal/signal-desktop opt/Signal/chrome-sandbox
+
+   dosym -r /opt/Signal/${MY_PN} /usr/bin/${MY_PN}
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   elog "For using the tray icon on compatible desktop environments, start 
Signal with"
+   elog " '--start-in-tray' or '--use-tray-icon'."
+}



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

2023-09-07 Thread Viorel Munteanu
commit: 87b058f30310d2f0bd43e1ed0075209bf71c9df2
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Sep  7 09:57:20 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Sep  7 09:57:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b058f3

sys-boot/refind: update maintainers

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

 sys-boot/refind/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-boot/refind/metadata.xml b/sys-boot/refind/metadata.xml
index 7a3d471b5fed..7d82e5d26db3 100644
--- a/sys-boot/refind/metadata.xml
+++ b/sys-boot/refind/metadata.xml
@@ -1,14 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   svey...@gmail.com
-   Stéphane Veyret
-   

cea...@gentoo.org
    Viorel Munteanu

+   
+   svey...@gmail.com
+   Stéphane Veyret
+   

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



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

2023-09-11 Thread Viorel Munteanu
commit: b71e686b8a07ba5e66a951933f3f603f7b4b3197
Author: tastytea  tastytea  de>
AuthorDate: Fri Sep  8 18:41:51 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Sep 11 09:37:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71e686b

www-apps/hugo: add 0.118.2

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

 www-apps/hugo/Manifest |  2 +
 .../hugo/files/hugo-0.118.2-skip-some-tests.patch  | 65 ++
 www-apps/hugo/hugo-0.118.2.ebuild  | 98 ++
 3 files changed, 165 insertions(+)

diff --git a/www-apps/hugo/Manifest b/www-apps/hugo/Manifest
index d3e4594b58cd..be5b2f3abdce 100644
--- a/www-apps/hugo/Manifest
+++ b/www-apps/hugo/Manifest
@@ -2,3 +2,5 @@ DIST hugo-0.115.2-vendor.tar.xz 6196068 BLAKE2B 
0d98ed1f3553c5eb28ceb66751c36d4b
 DIST hugo-0.115.2.tar.gz 28547893 BLAKE2B 
18496be5d24be6b0b34ff88806b6621cb361f61641efd67ed11fd413379107aad029b241a7b8730ad016c1eb1469b29feee7af33fbf0b94bb0f2fbe2a209c1bb
 SHA512 
4c35d5d6699de1e675fa0c1dfca0f2436ac3ab7a0c164e7662400fb7b81b16ed23a6961e297f262273c18ef2eaa551b813c7d99a8634d0687e78343b23f275f6
 DIST hugo-0.115.4-vendor.tar.xz 6193628 BLAKE2B 
427dc6c66a726ff944b0c782b443a6ae3d3ec1b916127db33ebb6789dc1a8271daf00a3bf47f4fbd4f18fc01648b632c5ad9978237d4a11aac0c30406626c107
 SHA512 
57d3a421eec9909995453aad032f7775722e6ea72c344a31337c62c0aa7b4b669cf5ba5229e3f6819845eed03712e9972328c13c14f93bee0b97a5392b49779b
 DIST hugo-0.115.4.tar.gz 28554509 BLAKE2B 
b0a8776580b60af5b4e8d023ed2c046fec1d508eaef568fa06f8591653e0f3a2e1bb65352328de421353c02a5856a6cc713d15b6189184150fabc6a5d3a152b9
 SHA512 
b5a00aa6601a6df2d1cc9244899b26abdc92e0b57d7431409b483e1bbd892a8026b181f2b9dbe273385b5ca95c3564ca6128afa54d33cbda584946eba20d2eb5
+DIST hugo-0.118.2-vendor.tar.xz 6633368 BLAKE2B 
a88e3422828a98ae220805a5853402b62c2b602de03909187a3694b1546a3fb27f9cb39651342039b5031840fd57e6f00152d5ff023628c6d491ee33245d3b24
 SHA512 
2e617cccf23931ba20dfac703445c63d0bebdf6178c943315dd7d4983b2a4626c1631751e3bbd925a247599af918638161d13b3e2af474e80ec204aa9ad0e2f6
+DIST hugo-0.118.2.tar.gz 19385307 BLAKE2B 
c5a4e358b37f41cdbadb12df4657570da249fb8ba70f3c18406431cf8a48287d14598e6c36453a53afe156eb2fdd6c177586136f32e1166d23c856a2fab98bc1
 SHA512 
decda9097ae3e9942524457527ecd2a1d0c8555b5909c676f2bcc16ca5052453a64366f3dbe5eeb2ef0930b65edd52d9963c967cf28f0b149fb410aa5811ac78

diff --git a/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch 
b/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch
new file mode 100644
index ..66b5bac5ef87
--- /dev/null
+++ b/www-apps/hugo/files/hugo-0.118.2-skip-some-tests.patch
@@ -0,0 +1,65 @@
+From 416992cf1404a78560a5e718a584c5fa1f2f9143 Mon Sep 17 00:00:00 2001
+From: tastytea 
+Date: Fri, 8 Sep 2023 20:01:03 +0200
+Subject: [PATCH] skip some tests
+
+reasons:
+  - needs to be in a git repo
+  - needs special test dependencies
+  - requires network access
+---
+ modules/client_test.go  | 4 
+ resources/resource_factories/create/integration_test.go | 1 +
+ 2 files changed, 5 insertions(+)
+
+diff --git a/modules/client_test.go b/modules/client_test.go
+index 75e3c2b08..235d6ed32 100644
+--- a/modules/client_test.go
 b/modules/client_test.go
+@@ -68,6 +68,7 @@ github.com/gohugoio/hugoTestModules1_darwin/modh2_2@v1.4.0 
github.com/gohugoio/h
+   }
+ 
+   c.Run("All", func(c *qt.C) {
++  c.Skip("Test dependencies not available")
+   client, clean := newClient(c, func(cfg *ClientConfig) {
+   cfg.ModuleConfig = DefaultModuleConfig
+   }, defaultImport)
+@@ -107,6 +108,7 @@ project 
github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
+   })
+ 
+   c.Run("IgnoreVendor", func(c *qt.C) {
++  c.Skip("Test dependencies not available")
+   client, clean := newClient(
+   c, func(cfg *ClientConfig) {
+   cfg.ModuleConfig = DefaultModuleConfig
+@@ -125,6 +127,7 @@ project 
github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
+   })
+ 
+   c.Run("NoVendor", func(c *qt.C) {
++  c.Skip("Test dependencies not available")
+   mcfg := DefaultModuleConfig
+   mcfg.NoVendor = "**"
+   client, clean := newClient(
+@@ -144,6 +147,7 @@ project 
github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
+   })
+ 
+   c.Run("VendorClosest", func(c *qt.C) {
++  c.Skip("Test dependencies not available")
+   mcfg := DefaultModuleConfig
+   mcfg.VendorClosest = true
+ 
+diff --git a/resources/resource_factories/create/integration_test.go 
b/resources/resource_factories/create/integration_test.go
+index 140c5

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

2023-09-11 Thread Viorel Munteanu
commit: 0771ac7d333a5de1f1f4c3ae8a80a886e5c310b4
Author: tastytea  tastytea  de>
AuthorDate: Fri Sep  8 18:42:38 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Sep 11 09:37:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0771ac7d

www-apps/hugo: drop 0.115.2

Signed-off-by: tastytea  tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/32691
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/hugo/Manifest|  2 -
 www-apps/hugo/hugo-0.115.2.ebuild | 98 ---
 2 files changed, 100 deletions(-)

diff --git a/www-apps/hugo/Manifest b/www-apps/hugo/Manifest
index be5b2f3abdce..50031c4ee0fc 100644
--- a/www-apps/hugo/Manifest
+++ b/www-apps/hugo/Manifest
@@ -1,5 +1,3 @@
-DIST hugo-0.115.2-vendor.tar.xz 6196068 BLAKE2B 
0d98ed1f3553c5eb28ceb66751c36d4b0e6bb5838a37166d1c006e4a05a888bfd850250a77c1786293bc34bad2f731052782e42b0d8c1e6cc158c076d46945d4
 SHA512 
e1eb88cd8fbb01bb86c265e3416bf236cb6b049467218f5ff66e2702f4304eca4ab43edbfbb4d3972d636d4dcf0fd04375fd4ebce2a40b78c1a3de1f27e08049
-DIST hugo-0.115.2.tar.gz 28547893 BLAKE2B 
18496be5d24be6b0b34ff88806b6621cb361f61641efd67ed11fd413379107aad029b241a7b8730ad016c1eb1469b29feee7af33fbf0b94bb0f2fbe2a209c1bb
 SHA512 
4c35d5d6699de1e675fa0c1dfca0f2436ac3ab7a0c164e7662400fb7b81b16ed23a6961e297f262273c18ef2eaa551b813c7d99a8634d0687e78343b23f275f6
 DIST hugo-0.115.4-vendor.tar.xz 6193628 BLAKE2B 
427dc6c66a726ff944b0c782b443a6ae3d3ec1b916127db33ebb6789dc1a8271daf00a3bf47f4fbd4f18fc01648b632c5ad9978237d4a11aac0c30406626c107
 SHA512 
57d3a421eec9909995453aad032f7775722e6ea72c344a31337c62c0aa7b4b669cf5ba5229e3f6819845eed03712e9972328c13c14f93bee0b97a5392b49779b
 DIST hugo-0.115.4.tar.gz 28554509 BLAKE2B 
b0a8776580b60af5b4e8d023ed2c046fec1d508eaef568fa06f8591653e0f3a2e1bb65352328de421353c02a5856a6cc713d15b6189184150fabc6a5d3a152b9
 SHA512 
b5a00aa6601a6df2d1cc9244899b26abdc92e0b57d7431409b483e1bbd892a8026b181f2b9dbe273385b5ca95c3564ca6128afa54d33cbda584946eba20d2eb5
 DIST hugo-0.118.2-vendor.tar.xz 6633368 BLAKE2B 
a88e3422828a98ae220805a5853402b62c2b602de03909187a3694b1546a3fb27f9cb39651342039b5031840fd57e6f00152d5ff023628c6d491ee33245d3b24
 SHA512 
2e617cccf23931ba20dfac703445c63d0bebdf6178c943315dd7d4983b2a4626c1631751e3bbd925a247599af918638161d13b3e2af474e80ec204aa9ad0e2f6

diff --git a/www-apps/hugo/hugo-0.115.2.ebuild 
b/www-apps/hugo/hugo-0.115.2.ebuild
deleted file mode 100644
index b8cc129acc16..
--- a/www-apps/hugo/hugo-0.115.2.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 2018-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module bash-completion-r1
-
-DESCRIPTION="Fast static HTML and CSS website generator"
-HOMEPAGE="https://gohugo.io https://github.com/gohugoio/hugo";
-SRC_URI="
-   https://github.com/gohugoio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-   https://tastytea.de/files/gentoo/${P}-vendor.tar.xz
-"
-
-# NOTE: To create the vendor tarball, run:
-# `go mod vendor && cd .. && tar -caf ${P}-vendor.tar.xz ${P}/vendor`
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="doc +sass test"
-
-BDEPEND="
-   >=dev-lang/go-1.18
-   test? (
-   dev-python/docutils
-   dev-ruby/asciidoctor
-   virtual/pandoc
-   )
-"
-RDEPEND="
-   >=media-libs/libwebp-1.2.3-r1:=
-   sass? ( dev-libs/libsass:= )
-"
-DEPEND="${RDEPEND}"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.96.0-unbundle-libwebp-and-libsass.patch
-   "${FILESDIR}"/${PN}-0.115.2-skip-some-tests.patch
-)
-
-src_configure() {
-   export CGO_ENABLED=1
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export MY_BUILD_FLAGS="$(usev sass "-tags extended")"
-
-   default
-}
-
-src_prepare() {
-   # wants to run command that require network access
-   rm testscripts/commands/mod{,_vendor}.txt || die
-
-   default
-}
-
-src_compile() {
-   mkdir -pv bin || die
-   ego build -ldflags "-X 
github.com/gohugoio/hugo/common/hugo.vendorInfo=gentoo:${PVR}" \
-   ${MY_BUILD_FLAGS} -o "${S}/bin/hugo"
-
-   bin/hugo gen man --dir man || die
-
-   mkdir -pv completions || die
-   bin/hugo completion bash > completions/hugo || die
-   bin/hugo completion fish > completions/hugo.fish || die
-   bin/hugo completion zsh > completions/_hugo || die
-
-   if use doc ; then
-   bin/hugo gen doc --dir doc || die
-   fi
-}
-
-src_test() {
-   

[gentoo-commits] repo/gentoo:master commit in: games-roguelike/FTL-gog/

2023-09-11 Thread Viorel Munteanu
commit: 29979821bd3254f9f73bb39580a88015cfc24070
Author: Finn Rayment  rayment  fr>
AuthorDate: Sat Aug 12 13:08:18 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Sep 11 15:01:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29979821

games-roguelike/FTL-gog: add 1.6.12.2.35269

Signed-off-by: Finn Rayment  rayment.fr>
Signed-off-by: Viorel Munteanu  gentoo.org>

 .../FTL-gog/FTL-gog-1.6.12.2.35269.ebuild  | 64 ++
 games-roguelike/FTL-gog/Manifest   |  1 +
 2 files changed, 65 insertions(+)

diff --git a/games-roguelike/FTL-gog/FTL-gog-1.6.12.2.35269.ebuild 
b/games-roguelike/FTL-gog/FTL-gog-1.6.12.2.35269.ebuild
new file mode 100644
index ..470bc4009a31
--- /dev/null
+++ b/games-roguelike/FTL-gog/FTL-gog-1.6.12.2.35269.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop unpacker
+
+DESCRIPTION="Top-down roguelike space ship simulator"
+HOMEPAGE="https://www.gog.com/game/faster_than_light";
+SRC_URI="ftl_advanced_edition_${PV//./_}.sh"
+RESTRICT="bindist fetch mirror strip test"
+
+LICENSE="GOG-EULA"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+
+BDEPEND="app-arch/unzip"
+RDEPEND="media-libs/freetype
+   media-libs/libsdl[X,sound,opengl,video]
+   media-libs/libpng
+   sys-libs/zlib
+   virtual/opengl"
+
+S="${WORKDIR}/data/noarch"
+
+pkg_nofetch() {
+   einfo "Please buy and download ${SRC_URI} from"
+   einfo "https://www.gog.com/game/faster_than_light";
+   einfo "and place it in your DISTDIR directory."
+}
+
+src_unpack() {
+   unpack_zip "${DISTDIR}/${A}"
+}
+
+src_prepare() {
+   default
+   rm -r support/{xdg*,*.{sh,txt}} || die
+   if ! use x86; then
+   rm game/data/FTL.x86 || die
+   fi
+   if ! use amd64; then
+   rm game/data/FTL.amd64 || die
+   fi
+
+   sed -i start.sh -e '/chmod/d' || die
+}
+
+src_install() {
+   insinto /opt/FTL
+   doins -r .
+   fperms +x /opt/FTL/{start.sh,game/FTL,game/data/FTL}
+
+   if use x86; then
+   fperms +x /opt/FTL/game/data/FTL.x86
+   fi
+   if use amd64; then
+   fperms +x /opt/FTL/game/data/FTL.amd64
+   fi
+
+   make_desktop_entry "/opt/FTL/start.sh" "FTL: Advanced Edition" FTL
+   newicon support/icon.png FTL.png
+}

diff --git a/games-roguelike/FTL-gog/Manifest b/games-roguelike/FTL-gog/Manifest
index 6e6e90bdc56a..6f0c4cec287a 100644
--- a/games-roguelike/FTL-gog/Manifest
+++ b/games-roguelike/FTL-gog/Manifest
@@ -1 +1,2 @@
 DIST ftl_advanced_edition_1_6_9_25330.sh 200833898 BLAKE2B 
9eb048e302158f1cc040492a9fb5bd84038dd9202b8cfdd08ec50a3e55326da18048f4eab0c8b79ecf47229d54b59fca46cebaa107d253eadc0cc5659da4792b
 SHA512 
7b1d87b5def455989290366ef80652361dee9d0fd2838806d2386d8a1df44e0ab125c5538aa07b20382be4aa3054b14b4a489b39b6aa252f3cc00ead8504186c
+DIST ftl_advanced_edition_1_6_12_2_35269.sh 246732960 BLAKE2B 
a26cafabc43b7e80d31d105fb909d867319c4bd900f7558277f17399bb4998b27c3b9f1d18f670ae1092ae872840b0181c3bea81790edd097240d1ee78abc924
 SHA512 
d3e061605069e874ed3e55440e5aae24ab6690977ce477728a46f7e7f487595a09ab4a56ec22c784e454286b0bfe2a3a791d78645fd7dc0feab9649cf282afd2



[gentoo-commits] repo/gentoo:master commit in: games-roguelike/FTL-gog/

2023-09-11 Thread Viorel Munteanu
commit: 1b7ed1ca9b04740ad8934fe8afe8db7257bca7f4
Author: Finn Rayment  rayment  fr>
AuthorDate: Sat Aug 12 13:09:06 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Sep 11 15:01:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7ed1ca

games-roguelike/FTL-gog: drop 1.6.9.25330

Signed-off-by: Finn Rayment  rayment.fr>
Closes: https://github.com/gentoo/gentoo/pull/32271
Signed-off-by: Viorel Munteanu  gentoo.org>

 games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild | 63 --
 games-roguelike/FTL-gog/Manifest   |  1 -
 2 files changed, 64 deletions(-)

diff --git a/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild 
b/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild
deleted file mode 100644
index d06484d8ce7f..
--- a/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop unpacker
-
-DESCRIPTION="Top-down roguelike space ship simulator"
-HOMEPAGE="https://www.gog.com/game/faster_than_light";
-SRC_URI="ftl_advanced_edition_${PV//./_}.sh"
-RESTRICT="bindist fetch mirror strip test"
-
-LICENSE="GOG-EULA"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-BDEPEND="app-arch/unzip"
-RDEPEND="media-libs/freetype
-   media-libs/libsdl[X,sound,opengl,video]
-   media-libs/libpng
-   sys-libs/zlib
-   virtual/opengl"
-
-S="${WORKDIR}/data/noarch"
-
-pkg_nofetch() {
-   elog "Please buy and download ${SRC_URI} from"
-   elog "https://www.gog.com/game/faster_than_light";
-}
-
-src_unpack() {
-   unpack_zip "${DISTDIR}/${A}"
-}
-
-src_prepare() {
-   default
-   rm -r support/{xdg*,*.{sh,txt}} || die
-   if ! use x86; then
-   rm game/data/FTL.x86 || die
-   fi
-   if ! use amd64; then
-   rm game/data/FTL.amd64 || die
-   fi
-
-   sed -i start.sh -e '/chmod/d' || die
-}
-
-src_install() {
-   insinto /opt/gog/FTL
-   doins -r .
-   fperms +x /opt/gog/FTL/{start.sh,game/FTL,game/data/FTL}
-
-   if use x86; then
-   fperms +x /opt/gog/FTL/game/data/FTL.x86
-   fi
-   if use amd64; then
-   fperms +x /opt/gog/FTL/game/data/FTL.amd64
-   fi
-
-   make_desktop_entry "/opt/gog/FTL/start.sh" "FTL: Advanced Edition" FTL
-   newicon support/icon.png FTL.png
-}

diff --git a/games-roguelike/FTL-gog/Manifest b/games-roguelike/FTL-gog/Manifest
index 6f0c4cec287a..eb8cfb556ab7 100644
--- a/games-roguelike/FTL-gog/Manifest
+++ b/games-roguelike/FTL-gog/Manifest
@@ -1,2 +1 @@
-DIST ftl_advanced_edition_1_6_9_25330.sh 200833898 BLAKE2B 
9eb048e302158f1cc040492a9fb5bd84038dd9202b8cfdd08ec50a3e55326da18048f4eab0c8b79ecf47229d54b59fca46cebaa107d253eadc0cc5659da4792b
 SHA512 
7b1d87b5def455989290366ef80652361dee9d0fd2838806d2386d8a1df44e0ab125c5538aa07b20382be4aa3054b14b4a489b39b6aa252f3cc00ead8504186c
 DIST ftl_advanced_edition_1_6_12_2_35269.sh 246732960 BLAKE2B 
a26cafabc43b7e80d31d105fb909d867319c4bd900f7558277f17399bb4998b27c3b9f1d18f670ae1092ae872840b0181c3bea81790edd097240d1ee78abc924
 SHA512 
d3e061605069e874ed3e55440e5aae24ab6690977ce477728a46f7e7f487595a09ab4a56ec22c784e454286b0bfe2a3a791d78645fd7dc0feab9649cf282afd2



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/linode-cli/

2023-09-12 Thread Viorel Munteanu
commit: 08fb0dcaf3a190654d344f9fb738da05eb20727a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Sep 12 18:32:34 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Sep 12 18:32:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=08fb0dca

app-admin/linode-cli: add 5.43.0

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

 app-admin/linode-cli/Manifest |  1 +
 app-admin/linode-cli/linode-cli-5.43.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 46d9b6d80f..f7d95bc609 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1 +1,2 @@
 DIST linode-cli-5.42.1.tar.gz 133000 BLAKE2B 
def5cd7a02c94d9bb809e2da9bc29b631f6d1b65360945ab886a7af724f4e3ef98f96f17f5c8463e1ad772a226b6f1c2a3f3ffb561af1c997546fdb75388f766
 SHA512 
9b19fdfdba712dfa7ccc6d38eb37dab919d3f5e0693fd81362aad2d1bac3c8bbf618629080e13c930fd49e6cf62cfcf2e804997c0be3b5f911ea89ca7293
+DIST linode-cli-5.43.0.tar.gz 124631 BLAKE2B 
9961724935a51a0e6816c4c8d1a7e6b15b0441f60b93439636a2bd3b50c0823e52215d040b45cfce3a2ecc643922b2dbdd07fc2062ef2b5d9fc0d6517c4d9066
 SHA512 
95b43e1fd5541d230641d367fadc06c3c059909f68aa6739e2957f375748de075caa39a7d5974295dd3700f48e9c37b15b5a1d75dc48b8d7128a2eadd5d43960

diff --git a/app-admin/linode-cli/linode-cli-5.43.0.ebuild 
b/app-admin/linode-cli/linode-cli-5.43.0.ebuild
new file mode 100644
index 00..0a5de62d9f
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.43.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+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"
+
+RDEPEND="
+   dev-python/boto3[${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/proj/guru:master commit in: dev-util/eclipse-parallel-bin/

2023-09-12 Thread Viorel Munteanu
commit: c16b47935ef3272b4fdb35b5f9d1724b1615b706
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Sep 12 13:57:26 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Sep 12 13:57:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c16b4793

dev-util/eclipse-parallel-bin: 4.28 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-util/eclipse-parallel-bin/Manifest |  2 +
 .../eclipse-parallel-bin-4.28.ebuild   | 50 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-util/eclipse-parallel-bin/Manifest 
b/dev-util/eclipse-parallel-bin/Manifest
index 834158b305..fab48704d0 100644
--- a/dev-util/eclipse-parallel-bin/Manifest
+++ b/dev-util/eclipse-parallel-bin/Manifest
@@ -1,2 +1,4 @@
 DIST eclipse-parallel-2023-03-R-linux-gtk-aarch64.tar.gz 453078962 BLAKE2B 
b5ccf1b8937c970c8db38b351412d46c63c893734ecdd9c02518f9e1d5925b4ff33cc5621161e831ced5d9762e635aa0323686f28792ace640426925704d9395
 SHA512 
733d5fe2c46fb083714964cf66091cdc52dbc30d763e22e0f6c4eb506b50e7ddc7c0ae33e3dfd4ab2a33b3e9e00513d8c5d826770afd940d02f540884eb37381
 DIST eclipse-parallel-2023-03-R-linux-gtk-x86_64.tar.gz 453309496 BLAKE2B 
531776eb8ab0befbaf3bdef79e99d0c8db656e35452ea893c9b76405a538473abbe7a4f9161fd81b157d030404ea002e8146a61d98ea68f5893c4e467a48fa36
 SHA512 
8c7b5584a6b28a40269280e371a42dcaa8f12873d05506fab4a4f0c7a764f918b281ef7524c55cd2abfd9d2bdff49de0e9e8496a1ba811f6b9008f494f8601ad
+DIST eclipse-parallel-2023-06-R-linux-gtk-aarch64.tar.gz 475847442 BLAKE2B 
5fddc8b30a4862fd92bb01ab4183194d19f5d9ffd3762d57e37c12ef373e92b0426d8691432a992d68d338bea0de9a24dc30e5c56de09ace2a42513d7ba8da63
 SHA512 
1cafc666fdbc9d2f90c35bffa7f798d60a8a9ef1a0b93eef9619eee6d916a98685b0dc2f379351edacfd9f0710aa87c23067f4b8de52106b41fc473aefc6
+DIST eclipse-parallel-2023-06-R-linux-gtk-x86_64.tar.gz 476084495 BLAKE2B 
1cb769efa32b56f0f294dce3fd3dddc2c8c9259e53d836ae88f7ebf98d68337f9809faacc29db68a0b68e12d9a3b84df7dbb0715014b43201c64102499bd997c
 SHA512 
43b86008840bf79aa092537d99da2e13596a346a6a098a4b67b89dbadeb1c2389b8384768ad1227b9d3d7713b27e814627354cc1142cbe8c8886ca6e3cc72624

diff --git a/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.28.ebuild 
b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.28.ebuild
new file mode 100644
index 00..3faf1f6f51
--- /dev/null
+++ b/dev-util/eclipse-parallel-bin/eclipse-parallel-bin-4.28.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop wrapper xdg
+
+MY_PN="eclipse"
+MY_PV="2023-06"
+SRC_BASE="https://www.eclipse.org/downloads/download.php?r=1&file=/technology/epp/downloads/release/${MY_PV}/R/eclipse-parallel-${MY_PV}-R-linux-gtk";
+
+DESCRIPTION="Eclipse IDE for Scientific Computing (C, C++, Fortran)"
+HOMEPAGE="https://www.eclipse.org/";
+SRC_URI="
+   amd64? ( ${SRC_BASE}-x86_64.tar.gz )
+   arm64? ( ${SRC_BASE}-aarch64.tar.gz )
+"
+
+S="${WORKDIR}/${MY_PN}"
+
+LICENSE="EPL-2.0"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm64"
+RESTRICT="mirror"
+
+RDEPEND="
+   || (
+   dev-java/openjdk:11 dev-java/openjdk:17
+   dev-java/openjdk-bin:11 dev-java/openjdk-bin:17
+   dev-java/openjdk-jre-bin:11
+   )
+   x11-libs/gtk+:3
+"
+
+QA_FLAGS_IGNORED=".*"
+
+src_install() {
+   insinto "/opt/${PN}"
+   doins -r "${S}/."
+
+   exeinto "/opt/${PN}"
+   doexe "${S}/${MY_PN}"
+   make_wrapper ${PN%-*} "/opt/${PN}/${MY_PN} -vm /opt/openjdk*/bin/java" 
"" "/opt/${PN}" "/opt/bin"
+
+   for size in {16,24,32,48,64,128,512,1024}; do
+   doicon -s ${size} 
plugins/org.eclipse.platform_4.28.0.v20230605-0440/eclipse${size}.png
+   done
+   make_desktop_entry eclipse-parallel \
+   "Eclipse IDE Parallel ${MY_PV}" eclipse64 "Development;" || die 
"Failed making desktop entry!"
+}



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

2023-08-18 Thread Viorel Munteanu
commit: 4c4c9ee031b04ee3dc6cc629bcd1eaba0592a174
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 18 16:47:11 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 18 16:47:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4c9ee0

net-misc/turbovnc: add 3.0.91, drop 3.0.90

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

 net-misc/turbovnc/Manifest   | 4 ++--
 net-misc/turbovnc/{turbovnc-3.0.90.ebuild => turbovnc-3.0.91.ebuild} | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/turbovnc/Manifest b/net-misc/turbovnc/Manifest
index 607fd79cb7ce..e2224660913b 100644
--- a/net-misc/turbovnc/Manifest
+++ b/net-misc/turbovnc/Manifest
@@ -1,4 +1,4 @@
 DIST turbovnc-3.0.3.tar.gz 8693682 BLAKE2B 
cdb10b3f16be542a214e16329914eaf97a5646f96b47da5a738f7c16355284b100af3755f046a6975233c31ce662a939db01aa5825ebcf944e64eacca2f57a2f
 SHA512 
e9cece436f70f2b75683eb8f21ffc985797a36c76efb6829ba5fac75849d1c9f35d636431a0fb28066ed17717800d6d6029f2fda863e650f39d6d64eef1e30de
 DIST turbovnc-3.0.3.tar.gz.sig 543 BLAKE2B 
14df4d080b587125f82151c457b69324b993b169550e95beec74344705ad77a2c9886deaed59d0c487c8995c34fca1e4004fb4f50b836c3aff373cecd911a6a9
 SHA512 
0ecc236823c78cb16876f2cc6ac07ec14a099974b0f1ac4d2f45fdc1c53c6adbede924553cc42431cc95a5c4185f1cc9991053d72bb41ddbe1fc8c3f85120489
-DIST turbovnc-3.0.90.tar.gz 9028660 BLAKE2B 
3c4b67894a3cc1f855018932c2b03ea3efbcb38af8eaeed86f95bdb21605e64c87ff6d51652bfedd1520b89040e97a11e3bf2f117bc78f9225fb56f4f7687795
 SHA512 
f3eff5109bd33fc8ded1ed5eab4df5537ea56c71c7fcf7fb471f9ac4e77a04fcde588423885cf781f2bbd2be4f25b2959e20b71df1d0de465d26910018ccd899
-DIST turbovnc-3.0.90.tar.gz.sig 543 BLAKE2B 
60cd24db3b5338230bba0ead18f1f0e784fcd6bc9eef10a01edd17a9c3cee2a611f77db46f9e3b3bb1f70cb25a3ed829d0dae0a568dd68ec514cd6c954eda4f3
 SHA512 
1fe886fb5118d5a1cfbba1a9cbb7960a08b3dfcb5ec3bd36a10c4c0f0dd5acf47dba8a83fb9cb8db07c8b91a046077c23b67e85115c91cdf55283beb457d38d9
+DIST turbovnc-3.0.91.tar.gz 9026159 BLAKE2B 
9601979d81a69ee8a0e8b2039a09bfc2226f870162254b49592a0f5224eba24fc22ddbb1ec16c02217b8bf4a61eaa72a81f4a791559eb0d843f07310b7a1b211
 SHA512 
5abc3fb5f71cc957d1c9ee390f2e3bb9a41fccf5b20f06c0452a659aaea15bc6a01a74c57ecf04866ea427edc0f49355b70f3d83cb6827e5fc1de5437c8ab0fc
+DIST turbovnc-3.0.91.tar.gz.sig 543 BLAKE2B 
3892123d5e8cfe6a3e33b1887dd9a853b735ea9e653787d19147f26975d22ef3e4af846e3be0fb376b846c3a98c5288fa8d63bf6457b80503de60121376b569a
 SHA512 
0bc1e78d928a88d2e363aaf8b024092fa6356ab66336f218e8dbbec3985f51220d37007342cf2bf9923134c2e6b020fd6511d897be1d4392f97930edbc438fa3

diff --git a/net-misc/turbovnc/turbovnc-3.0.90.ebuild 
b/net-misc/turbovnc/turbovnc-3.0.91.ebuild
similarity index 98%
rename from net-misc/turbovnc/turbovnc-3.0.90.ebuild
rename to net-misc/turbovnc/turbovnc-3.0.91.ebuild
index 81c62a2918f2..78b797e4455f 100644
--- a/net-misc/turbovnc/turbovnc-3.0.90.ebuild
+++ b/net-misc/turbovnc/turbovnc-3.0.91.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 JAVA_PKG_OPT_USE=viewer
 inherit cmake desktop java-pkg-opt-2 verify-sig
 
-MY_PV="3.0.90%20%283.1%20beta1%29"
+MY_PV="3.0.91%20%283.1%20beta2%29"
 
 DESCRIPTION="A fast replacement for TigerVNC"
 HOMEPAGE="https://www.turbovnc.org/";



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

2023-08-18 Thread Viorel Munteanu
commit: 47c42840da8a7a0074b6be397f1a8aae0af7c19a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 19 06:19:17 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 19 06:26:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c42840

media-libs/netpbm: drop 11.2.1

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

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

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index e608cbd31eb7..b6ef70632c3e 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,3 @@
 DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd
-DIST netpbm-11.2.1.tar.xz 3776588 BLAKE2B 
7605e3001140557de668c396575f8a415a8c071820a0e009a944d3128a9a5e0a12f7b3ef59ebdcc5bd39930499006f357c7569939bd5358f6b471c8488ad7cb4
 SHA512 
6974cc41dfa838bcb9c13977b20e1df697315f5f3f6f9040e62f180a2959ca538014418d305b300fb700509dfea1fb9ad49b4a5b6e923a1309599741ed596e5f
 DIST netpbm-11.2.2.tar.xz 3777148 BLAKE2B 
19a965e196c02c572508cc27c1b6919133dcf404b4b10db12a2a2be4ff3b1acf793b37a18ae8f36348827581f582ac4092caacd1e27e78a4de6c7a93b436dd85
 SHA512 
df86ce44cec5523519e9d74d0f70d4b78c5ea126a4dba2cd9d68f6ca728b15b4be9b06a80441e03a8742ab9bd1451998cac4fb3820d4a8acc4727e993b4e0275
 DIST netpbm-11.3.2.tar.xz 3779196 BLAKE2B 
360d993042dcfd00bdb6a784d1d38b1feffc07a9b304338f516b8b644a3c5a3cc7e00318987a1c5dba3b14e2a79eb9c32813c0a84067677c0812b31491a6
 SHA512 
38589a47aa823c0ae3ee8187b9ac6bc036c47ab9b882e8e9e2867daffc6b37db7cfb6617f8adc43506bd68c9aaeda382cf55300c307bc8dae5fca092bf9811d2

diff --git a/media-libs/netpbm/netpbm-11.2.1.ebuild 
b/media-libs/netpbm/netpbm-11.2.1.ebuild
deleted file mode 100644
index e22e58d3b22b..
--- a/media-libs/netpbm/netpbm-11.2.1.ebuild
+++ /dev/null
@@ -1,258 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# 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.102"
-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
-   sys-devel/flex
-   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 
$(SONAME)';;
-   *)   

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

2023-08-18 Thread Viorel Munteanu
commit: c90d6d384844f270173df04d8885b3805d9c8bd9
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 19 06:19:08 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 19 06:26:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90d6d38

media-libs/netpbm: add 11.2.2

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

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

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index ecd5b8acb66e..e608cbd31eb7 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,3 +1,4 @@
 DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd
 DIST netpbm-11.2.1.tar.xz 3776588 BLAKE2B 
7605e3001140557de668c396575f8a415a8c071820a0e009a944d3128a9a5e0a12f7b3ef59ebdcc5bd39930499006f357c7569939bd5358f6b471c8488ad7cb4
 SHA512 
6974cc41dfa838bcb9c13977b20e1df697315f5f3f6f9040e62f180a2959ca538014418d305b300fb700509dfea1fb9ad49b4a5b6e923a1309599741ed596e5f
+DIST netpbm-11.2.2.tar.xz 3777148 BLAKE2B 
19a965e196c02c572508cc27c1b6919133dcf404b4b10db12a2a2be4ff3b1acf793b37a18ae8f36348827581f582ac4092caacd1e27e78a4de6c7a93b436dd85
 SHA512 
df86ce44cec5523519e9d74d0f70d4b78c5ea126a4dba2cd9d68f6ca728b15b4be9b06a80441e03a8742ab9bd1451998cac4fb3820d4a8acc4727e993b4e0275
 DIST netpbm-11.3.2.tar.xz 3779196 BLAKE2B 
360d993042dcfd00bdb6a784d1d38b1feffc07a9b304338f516b8b644a3c5a3cc7e00318987a1c5dba3b14e2a79eb9c32813c0a84067677c0812b31491a6
 SHA512 
38589a47aa823c0ae3ee8187b9ac6bc036c47ab9b882e8e9e2867daffc6b37db7cfb6617f8adc43506bd68c9aaeda382cf55300c307bc8dae5fca092bf9811d2

diff --git a/media-libs/netpbm/netpbm-11.2.2.ebuild 
b/media-libs/netpbm/netpbm-11.2.2.ebuild
new file mode 100644
index ..e22e58d3b22b
--- /dev/null
+++ b/media-libs/netpbm/netpbm-11.2.2.ebuild
@@ -0,0 +1,258 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# 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.102"
+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
+   sys-devel/flex
+   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 
$(SONAME)';;
+   *)   

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

2023-08-18 Thread Viorel Munteanu
commit: e599cbb5c1a37288532ff702cb9a53719d76e77f
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 19 06:26:05 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 19 06:26:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e599cbb5

media-libs/netpbm: drop 11.3.2

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

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

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index bbe9dbd5895c..43b14ee888bb 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,3 @@
 DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd
 DIST netpbm-11.2.2.tar.xz 3777148 BLAKE2B 
19a965e196c02c572508cc27c1b6919133dcf404b4b10db12a2a2be4ff3b1acf793b37a18ae8f36348827581f582ac4092caacd1e27e78a4de6c7a93b436dd85
 SHA512 
df86ce44cec5523519e9d74d0f70d4b78c5ea126a4dba2cd9d68f6ca728b15b4be9b06a80441e03a8742ab9bd1451998cac4fb3820d4a8acc4727e993b4e0275
-DIST netpbm-11.3.2.tar.xz 3779196 BLAKE2B 
360d993042dcfd00bdb6a784d1d38b1feffc07a9b304338f516b8b644a3c5a3cc7e00318987a1c5dba3b14e2a79eb9c32813c0a84067677c0812b31491a6
 SHA512 
38589a47aa823c0ae3ee8187b9ac6bc036c47ab9b882e8e9e2867daffc6b37db7cfb6617f8adc43506bd68c9aaeda382cf55300c307bc8dae5fca092bf9811d2
 DIST netpbm-11.3.3.tar.xz 3779916 BLAKE2B 
cb6259360d5c9ed3568d55a5bd0e537f5c2c95c71f45f15e5b95a0235798b74f19c1e19b818795932c39a4ee015a4178ccd3d1260a48ca5be2b7c1426bb1c877
 SHA512 
e1067109effcad5fc65c32d03d084699bf6cfa6a10cf2c5ab644fca9ed318789b0c8d083019d66d3e0a7b9340e595443f50c2a412bb9bcc85c3f781eaf476e65

diff --git a/media-libs/netpbm/netpbm-11.3.2.ebuild 
b/media-libs/netpbm/netpbm-11.3.2.ebuild
deleted file mode 100644
index 886d2f5cab79..
--- a/media-libs/netpbm/netpbm-11.3.2.ebuild
+++ /dev/null
@@ -1,258 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# 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/advanced.103"
-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
-   sys-devel/flex
-   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 
$(SONAME)';;
-   *)   

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

2023-08-18 Thread Viorel Munteanu
commit: c1d02547ba92199d33f9cf5b5bd753c707455b94
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 19 06:25:59 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 19 06:26:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d02547

media-libs/netpbm: add 11.3.3

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

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

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index b6ef70632c3e..bbe9dbd5895c 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,3 +1,4 @@
 DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd
 DIST netpbm-11.2.2.tar.xz 3777148 BLAKE2B 
19a965e196c02c572508cc27c1b6919133dcf404b4b10db12a2a2be4ff3b1acf793b37a18ae8f36348827581f582ac4092caacd1e27e78a4de6c7a93b436dd85
 SHA512 
df86ce44cec5523519e9d74d0f70d4b78c5ea126a4dba2cd9d68f6ca728b15b4be9b06a80441e03a8742ab9bd1451998cac4fb3820d4a8acc4727e993b4e0275
 DIST netpbm-11.3.2.tar.xz 3779196 BLAKE2B 
360d993042dcfd00bdb6a784d1d38b1feffc07a9b304338f516b8b644a3c5a3cc7e00318987a1c5dba3b14e2a79eb9c32813c0a84067677c0812b31491a6
 SHA512 
38589a47aa823c0ae3ee8187b9ac6bc036c47ab9b882e8e9e2867daffc6b37db7cfb6617f8adc43506bd68c9aaeda382cf55300c307bc8dae5fca092bf9811d2
+DIST netpbm-11.3.3.tar.xz 3779916 BLAKE2B 
cb6259360d5c9ed3568d55a5bd0e537f5c2c95c71f45f15e5b95a0235798b74f19c1e19b818795932c39a4ee015a4178ccd3d1260a48ca5be2b7c1426bb1c877
 SHA512 
e1067109effcad5fc65c32d03d084699bf6cfa6a10cf2c5ab644fca9ed318789b0c8d083019d66d3e0a7b9340e595443f50c2a412bb9bcc85c3f781eaf476e65

diff --git a/media-libs/netpbm/netpbm-11.3.3.ebuild 
b/media-libs/netpbm/netpbm-11.3.3.ebuild
new file mode 100644
index ..886d2f5cab79
--- /dev/null
+++ b/media-libs/netpbm/netpbm-11.3.3.ebuild
@@ -0,0 +1,258 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# 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/advanced.103"
+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
+   sys-devel/flex
+   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 
$(SONAME)';;
+   *)   

[gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/

2023-08-19 Thread Viorel Munteanu
commit: e57df5e1a1e1b4dc54d9329b4a804fa8bae9b8f1
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 19 17:07:42 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 06:24:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57df5e1

net-dialup/minicom: fix installation without gettext

If gettext is not installed, eautoreconf breaks the package.  Embed
required m4 files to fix this.

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

 net-dialup/minicom/Manifest  |  1 +
 net-dialup/minicom/minicom-2.8-r3.ebuild | 68 
 2 files changed, 69 insertions(+)

diff --git a/net-dialup/minicom/Manifest b/net-dialup/minicom/Manifest
index 56424c22667d..d3663f81bd2c 100644
--- a/net-dialup/minicom/Manifest
+++ b/net-dialup/minicom/Manifest
@@ -1 +1,2 @@
 DIST minicom-2.8.tar.gz 948015 BLAKE2B 
007a2975a996e2dd2390b1cf20e1a70c4bb1b57d224211d30e8d83a9d02a45c147df34bf409961a20ad3746cb6b5551c1e0702a05bb0a0a3f7f042d251b553be
 SHA512 
5ced0ff79cec11464154561130ddc6a38865170d4e4d80185ada540ba173fe89e35703b6d7fd0cf86caef6e020fcad1d7b1fdb4d4f55e3ddb906aea6a4b81b36
+DIST minicom-m4-2.8.tar.bz2 26016 BLAKE2B 
0cff0bc3ca134b417fdabb5e2994afebaf89224b95c0b3843ec57e815f43778c8eab1f8df6098d756616a0c494812d9fabc4292eaeaa9c09afb62821ce852438
 SHA512 
d09e141b1b83f215dc11dcd33d0cd62000c46384ea86084edfb07b04a4d30c0d9e2dce49e5e8e78f3f70fb646737f1e55a9c1158906312575ca2f02db6283994

diff --git a/net-dialup/minicom/minicom-2.8-r3.ebuild 
b/net-dialup/minicom/minicom-2.8-r3.ebuild
new file mode 100644
index ..cd9a960d5175
--- /dev/null
+++ b/net-dialup/minicom/minicom-2.8-r3.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Serial Communication Program"
+HOMEPAGE="https://salsa.debian.org/minicom-team/minicom";
+SRC_URI="
+   https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${P}.tar.gz
+   https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-m4-${PV}.tar.bz2
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="nls"
+
+DEPEND="sys-libs/ncurses:="
+
+RDEPEND="
+   ${DEPEND}
+   net-dialup/lrzsz
+"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.8-gentoo-runscript.patch
+   "${FILESDIR}"/${PN}-2.8-lockdir.patch
+)
+
+src_prepare() {
+   default
+
+   # 912459
+   # Embed the needed m4 macros if gettext is not installed
+   mv "${WORKDIR}"/m4 . || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # Lockdir must exist if not manually specified.
+   # '/var/lock' is created by OpenRC.
+   local myeconfargs=(
+   # See bug #788142
+   --sysconfdir="${EPREFIX}"/etc/${PN}
+
+   --disable-rpath
+   --enable-lock-dir="/var/lock"
+   $(use_enable nls)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # Needs to match --sysconfdir above
+   insinto /etc/minicom
+   doins "${FILESDIR}"/minirc.dfl
+}



[gentoo-commits] repo/gentoo:master commit in: net-dialup/lrzsz/files/, net-dialup/lrzsz/

2023-08-19 Thread Viorel Munteanu
commit: b71db11c9c7b4b0d79de03f603f4398f3cf2f3a3
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 19 16:34:27 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 06:24:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b71db11c

net-dialup/lrzsz: fix installation without gettext

If gettext is not installed, eautoreconf breaks the package.  Embed
required m4 files to fix this.

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

 net-dialup/lrzsz/Manifest  |  1 +
 .../lrzsz/files/lrzsz-0.12.20-disable-nls.patch| 25 
 net-dialup/lrzsz/lrzsz-0.12.20-r7.ebuild   | 74 ++
 3 files changed, 100 insertions(+)

diff --git a/net-dialup/lrzsz/Manifest b/net-dialup/lrzsz/Manifest
index 77293a9cd1d0..7e386a9ee3bb 100644
--- a/net-dialup/lrzsz/Manifest
+++ b/net-dialup/lrzsz/Manifest
@@ -1 +1,2 @@
 DIST lrzsz-0.12.20.tar.gz 280938 BLAKE2B 
86511ab112da849f5894f18c045f2c8a9dd4c4e97426c1d98c5b91aade6c39e26f4a7e5674e057c9596a240dfd3ef32053fcdc8ee58b33654cf15eec64779b1e
 SHA512 
9bce64036f1f1c65f5910f19802aecaf3dc5ffeab0feeca10fa8d2fe1b83e212391cce23056d22fd0eda52df89e12ede68eb5d22ffcf22f935910d2af7399f12
+DIST lrzsz-m4-0.12.20.tar.bz2 23959 BLAKE2B 
933e43f80a40478baef77d69f81fcb04947f2d0afb87f777b0c000ea4223408bf3e55d687cf625ab4835fb30e274f7058ff09ee3b51ad90e09723cd3053ee038
 SHA512 
c8818381f2e5271bc2dd7d469c0a33a6b22d42d3159b41f168223473a8b03322f3ff91a49ce398e3ef5abe7b355d92b83b1429d0c6d450d19985a60e2e1190d4

diff --git a/net-dialup/lrzsz/files/lrzsz-0.12.20-disable-nls.patch 
b/net-dialup/lrzsz/files/lrzsz-0.12.20-disable-nls.patch
new file mode 100644
index ..b0f290e71564
--- /dev/null
+++ b/net-dialup/lrzsz/files/lrzsz-0.12.20-disable-nls.patch
@@ -0,0 +1,25 @@
+This package does not contain the m4 macros from gettext, so if gettext is not
+installed the macros are lost when running eautoreconf.
+
+Embed the required m4 files and add the directory to configure.ac.
+
+--- a/Makefile.am
 b/Makefile.am
+@@ -5,6 +5,7 @@
+ noinst_SCRIPTS=systype
+ PR=@PACKAGE@-@VERSION@
+ CLEAN_FILES=fastcheck.done
++AC_CONFIG_MACRO_DIR=-I m4
+ 
+ dist-hook:
+   mkdir $(distdir)/debian
+--- a/configure.in
 b/configure.in
+@@ -3,6 +3,7 @@
+ AC_INIT(src/crctab.c)
+ AM_INIT_AUTOMAKE(lrzsz, 0.12.20)
+ AC_CONFIG_HEADERS([config.h])
++AC_CONFIG_MACRO_DIR([m4])
+ 
+ 
+ dnl AC_C_CROSS is in AC_PROG_CC since 2.12

diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r7.ebuild 
b/net-dialup/lrzsz/lrzsz-0.12.20-r7.ebuild
new file mode 100644
index ..252debc21c72
--- /dev/null
+++ b/net-dialup/lrzsz/lrzsz-0.12.20-r7.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Communication package providing the X, Y, and ZMODEM file 
transfer protocols"
+HOMEPAGE="https://www.ohse.de/uwe/software/lrzsz.html";
+SRC_URI="
+   https://www.ohse.de/uwe/releases/${P}.tar.gz
+   https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-m4-${PV}.tar.bz2
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="nls"
+
+DEPEND="nls? ( virtual/libintl )"
+BDEPEND="nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-autotools.patch
+   "${FILESDIR}"/${PN}-implicit-decl.patch
+   "${FILESDIR}"/${P}-automake-1.12.patch
+   "${FILESDIR}"/${P}-automake-1.13.patch
+   "${FILESDIR}"/${P}-gettext-0.20.patch
+   "${FILESDIR}"/${P}-AR.patch
+   "${FILESDIR}"/${P}-configure-clang16.patch
+   "${FILESDIR}"/${P}-gettext-0.22.patch
+   "${FILESDIR}"/${P}-disable-nls.patch
+)
+
+DOCS=( AUTHORS COMPATABILITY ChangeLog NEWS \
+   README{,.cvs,.gettext,.isdn4linux,.tests} THANKS TODO )
+
+src_prepare() {
+   default
+
+   # automake is unhappy if this is missing
+   >> config.rpath || die
+   # This is too old.  Remove it so automake puts in a newer copy.
+   rm missing || die
+   # Autoheader does not like seeing this file.
+   rm acconfig.h || die
+   # embed default m4 files in case gettext is not installed
+   mv "${WORKDIR}"/m4 . || die
+
+   eautoreconf
+}
+
+src_configure() {
+   tc-export CC
+
+   econf $(use_enable nls)
+}
+
+src_test() {
+   # Don't use check target.
+   # See bug #120748 before changing this function.
+   emake vcheck
+}
+
+src_install() {
+   default
+
+   local x
+   for x in {r,s}{b,x,z} ; do
+   dosym l${x} /usr/bin/${x}
+   dosym l${x:0:1}z.1 /usr/share/man/man1/${x}.1
+   [ "${x:1:1}" = "z" ] || dosym l${x:0:1}z.1 
/usr/share/man/man1/l${x}.1
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: net-dialup/lrzsz/

2023-08-19 Thread Viorel Munteanu
commit: 41d761df9135b89d0bee2bcb657fb314a9fe8854
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 19 16:35:53 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 06:24:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d761df

net-dialup/lrzsz: drop 0.12.20-r6

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

 net-dialup/lrzsz/lrzsz-0.12.20-r6.ebuild | 67 
 1 file changed, 67 deletions(-)

diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r6.ebuild 
b/net-dialup/lrzsz/lrzsz-0.12.20-r6.ebuild
deleted file mode 100644
index 08671484501a..
--- a/net-dialup/lrzsz/lrzsz-0.12.20-r6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="Communication package providing the X, Y, and ZMODEM file 
transfer protocols"
-HOMEPAGE="https://www.ohse.de/uwe/software/lrzsz.html";
-SRC_URI="https://www.ohse.de/uwe/releases/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls"
-
-DEPEND="nls? ( virtual/libintl )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-autotools.patch
-   "${FILESDIR}"/${PN}-implicit-decl.patch
-   "${FILESDIR}"/${P}-automake-1.12.patch
-   "${FILESDIR}"/${P}-automake-1.13.patch
-   "${FILESDIR}"/${P}-gettext-0.20.patch
-   "${FILESDIR}"/${P}-AR.patch
-   "${FILESDIR}"/${P}-configure-clang16.patch
-   "${FILESDIR}"/${P}-gettext-0.22.patch
-)
-
-DOCS=( AUTHORS COMPATABILITY ChangeLog NEWS \
-   README{,.cvs,.gettext,.isdn4linux,.tests} THANKS TODO )
-
-src_prepare() {
-   default
-
-   # automake is unhappy if this is missing
-   >> config.rpath || die
-   # This is too old.  Remove it so automake puts in a newer copy.
-   rm missing || die
-   # Autoheader does not like seeing this file.
-   rm acconfig.h || die
-
-   eautoreconf
-}
-
-src_configure() {
-   tc-export CC
-
-   econf $(use_enable nls)
-}
-
-src_test() {
-   # Don't use check target.
-   # See bug #120748 before changing this function.
-   emake vcheck
-}
-
-src_install() {
-   default
-
-   local x
-   for x in {r,s}{b,x,z} ; do
-   dosym l${x} /usr/bin/${x}
-   dosym l${x:0:1}z.1 /usr/share/man/man1/${x}.1
-   [ "${x:1:1}" = "z" ] || dosym l${x:0:1}z.1 
/usr/share/man/man1/l${x}.1
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/jal/files/, dev-embedded/jal/

2023-08-20 Thread Viorel Munteanu
commit: ef2703f95f0ced3d2668226b9097a9e638054283
Author: Brahmajit Das  gmail  com>
AuthorDate: Fri Jul 28 18:55:56 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 09:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2703f9

dev-embedded/jal: Fix incompatible integer to pointer conversion

Closes: https://bugs.gentoo.org/883243
Signed-off-by: Brahmajit Das  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32025
Signed-off-by: Viorel Munteanu  gentoo.org>

 ...x-incompatible-integer-to-pointer-clang16.patch | 23 ++
 dev-embedded/jal/jal-0.4.62-r1.ebuild  | 18 +
 2 files changed, 41 insertions(+)

diff --git 
a/dev-embedded/jal/files/jal-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
 
b/dev-embedded/jal/files/jal-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
new file mode 100644
index ..10bef3a4c573
--- /dev/null
+++ 
b/dev-embedded/jal/files/jal-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
@@ -0,0 +1,23 @@
+Bug: https://bugs.gentoo.org/883243
+--- a/jal/treerep.c
 b/jal/treerep.c
+@@ -892,7 +892,7 @@ tree new_asm(loc_t loc, opcode_t opcode, tree arg1, int 
arg2)
+ 
+ 
+ if (code_has(p->opcode, field_flabel)) {
+-assert_pointer(NULL, arg2);
++assert_pointer(NULL, (void *)arg2);
+ p->next = new_const(new_value(type_universal, arg2));
+ }
+ 
+--- a/jal/treetools.c
 b/jal/treetools.c
+@@ -600,7 +600,7 @@ tree arg(tree p, int n, boolean must_find)
+ #endif
+ assert_kind(p->loc, p, node_procedure);
+ /*jal_assert(p->loc, n > 0); */
+-assert_pointer(p->loc, n > 0);
++assert_pointer(p->loc, (void *)( n > 0 ));
+ p = p->first;
+ assert_pointer(NULL, p);
+ 

diff --git a/dev-embedded/jal/jal-0.4.62-r1.ebuild 
b/dev-embedded/jal/jal-0.4.62-r1.ebuild
new file mode 100644
index ..efadbb6cadd9
--- /dev/null
+++ b/dev-embedded/jal/jal-0.4.62-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A high-level language for Microchip PIC and Ubicom SX 
microcontrollers"
+HOMEPAGE="https://jal.sourceforge.net/";
+SRC_URI="mirror://sourceforge/jal/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN}"
+
+PATCHES=(
+   
"${FILESDIR}"/${PN}-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
+)



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

2023-08-20 Thread Viorel Munteanu
commit: fe453a409dd2b034da85b391dcb8b7b8920bb573
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Aug 20 09:25:53 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 09:32:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe453a40

dev-embedded/jal: fix clang-16 issue

Update EAPI 7 -> 8.
Add autoreconf to fix autoconf failure with clang-16.

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

 dev-embedded/jal/jal-0.4.62-r1.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-embedded/jal/jal-0.4.62-r1.ebuild 
b/dev-embedded/jal/jal-0.4.62-r1.ebuild
index efadbb6cadd9..92343e68b945 100644
--- a/dev-embedded/jal/jal-0.4.62-r1.ebuild
+++ b/dev-embedded/jal/jal-0.4.62-r1.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit autotools
 
 DESCRIPTION="A high-level language for Microchip PIC and Ubicom SX 
microcontrollers"
 HOMEPAGE="https://jal.sourceforge.net/";
@@ -16,3 +18,8 @@ S="${WORKDIR}/${PN}"
 PATCHES=(

"${FILESDIR}"/${PN}-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
 )
+
+src_prepare() {
+   default
+   eautoreconf
+}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/sdcc/, dev-embedded/sdcc/files/

2023-08-20 Thread Viorel Munteanu
commit: 15974072b734f58a9169e8f6757c6b4f17fd14e8
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Aug 20 08:25:10 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 09:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15974072

dev-embedded/sdcc: fix compilation of live version

Update patches, create an empty directory.

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

 .../sdcc/files/sdcc-4.3.2-override-override.patch  | 62 ++
 dev-embedded/sdcc/sdcc-.ebuild |  5 +-
 2 files changed, 65 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/sdcc/files/sdcc-4.3.2-override-override.patch 
b/dev-embedded/sdcc/files/sdcc-4.3.2-override-override.patch
new file mode 100644
index ..8a0e587f5f6b
--- /dev/null
+++ b/dev-embedded/sdcc/files/sdcc-4.3.2-override-override.patch
@@ -0,0 +1,62 @@
+https://bugs.gentoo.org/911463
+
+--- a/support/sdbinutils/config/override.m4
 b/support/sdbinutils/config/override.m4
+@@ -27,27 +27,6 @@
+ m4_copy_force([_AC_PREREQ], [AC_PREREQ])
+ 
+ 
+-dnl Ensure exactly this Autoconf version is used
+-m4_ifndef([_GCC_AUTOCONF_VERSION],
+-  [m4_define([_GCC_AUTOCONF_VERSION], [2.69])])
+-
+-dnl Test for the exact version when AC_INIT is expanded.
+-dnl This allows one to update the tree in steps (for testing)
+-dnl by putting
+-dnl   m4_define([_GCC_AUTOCONF_VERSION], [X.Y])
+-dnl in configure.ac before AC_INIT,
+-dnl without rewriting this file.
+-dnl Or for updating the whole tree at once with the definition above.
+-AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK],
+-[m4_if(m4_defn([_GCC_AUTOCONF_VERSION]),
+-  m4_defn([m4_PACKAGE_VERSION]), [],
+-  [m4_fatal([Please use exactly Autoconf ]_GCC_AUTOCONF_VERSION[ instead of 
]m4_defn([m4_PACKAGE_VERSION])[.])])
+-])
+-m4_define([AC_INIT], m4_defn([AC_INIT])[
+-_GCC_AUTOCONF_VERSION_CHECK
+-])
+-
+-
+ dnl Ensure we do not use a buggy M4.
+ m4_if(m4_index([..wi.d.], [.d.]), [-1],
+   [m4_fatal(m4_do([m4 with buggy strstr detected.  Please install
+--- a/support/cpp/config/override.m4
 b/support/cpp/config/override.m4
+@@ -27,27 +27,6 @@
+ m4_copy_force([_AC_PREREQ], [AC_PREREQ])
+ 
+ 
+-dnl Ensure exactly this Autoconf version is used
+-m4_ifndef([_GCC_AUTOCONF_VERSION],
+-  [m4_define([_GCC_AUTOCONF_VERSION], [2.69])])
+-
+-dnl Test for the exact version when AC_INIT is expanded.
+-dnl This allows to update the tree in steps (for testing)
+-dnl by putting
+-dnl   m4_define([_GCC_AUTOCONF_VERSION], [X.Y])
+-dnl in configure.ac before AC_INIT,
+-dnl without rewriting this file.
+-dnl Or for updating the whole tree at once with the definition above.
+-AC_DEFUN([_GCC_AUTOCONF_VERSION_CHECK],
+-[m4_if(m4_defn([_GCC_AUTOCONF_VERSION]),
+-  m4_defn([m4_PACKAGE_VERSION]), [],
+-  [m4_fatal([Please use exactly Autoconf ]_GCC_AUTOCONF_VERSION[ instead of 
]m4_defn([m4_PACKAGE_VERSION])[.])])
+-])
+-m4_define([AC_INIT], m4_defn([AC_INIT])[
+-_GCC_AUTOCONF_VERSION_CHECK
+-])
+-
+-
+ dnl Ensure we do not use a buggy M4.
+ m4_if(m4_index([..wi.d.], [.d.]), [-1],
+   [m4_fatal(m4_do([m4 with buggy strstr detected.  Please install

diff --git a/dev-embedded/sdcc/sdcc-.ebuild 
b/dev-embedded/sdcc/sdcc-.ebuild
index dc4655403f3d..f2689c566ba0 100644
--- a/dev-embedded/sdcc/sdcc-.ebuild
+++ b/dev-embedded/sdcc/sdcc-.ebuild
@@ -62,8 +62,7 @@ DEPEND="
dev-util/gperf
 "
 PATCHES=(
-   "${FILESDIR}"/sdcc-3.8.0-override-override.patch
-   "${FILESDIR}"/sdcc-4.2.0-link-tinfo.patch
+   "${FILESDIR}"/sdcc-4.3.2-override-override.patch
 )
 
 src_prepare() {
@@ -84,6 +83,8 @@ src_prepare() {
# Make sure timestamps don't get messed up.
[[ ${PV} == "" ]] && find "${S}" -type f -exec touch -r . {} +
 
+   mkdir -p support/sdbinutils/bfd/doc || die
+
default
eautoreconf
 



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

2023-08-20 Thread Viorel Munteanu
commit: 7c4d9fce2a0c213e1b431059ff4347203e230127
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Aug 20 09:14:00 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 09:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4d9fce

dev-embedded/libftdi: fix slots collision

Man pages collide between slots, but they are only installed with
USE=doc.  So block both slots from having `doc` at the same time.

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

 dev-embedded/libftdi/libftdi-0.20-r2.ebuild | 1 +
 dev-embedded/libftdi/libftdi-1.5-r5.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/dev-embedded/libftdi/libftdi-0.20-r2.ebuild 
b/dev-embedded/libftdi/libftdi-0.20-r2.ebuild
index 3629e22a7d0d..ac275e480542 100644
--- a/dev-embedded/libftdi/libftdi-0.20-r2.ebuild
+++ b/dev-embedded/libftdi/libftdi-0.20-r2.ebuild
@@ -25,6 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RDEPEND="
virtual/libusb:0
cxx? ( dev-libs/boost )
+   doc? ( !dev-embedded/libftdi:1[doc] )
python? ( ${PYTHON_DEPS} )
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-embedded/libftdi/libftdi-1.5-r5.ebuild 
b/dev-embedded/libftdi/libftdi-1.5-r5.ebuild
index 5dcfc99db973..9a02e144fac7 100644
--- a/dev-embedded/libftdi/libftdi-1.5-r5.ebuild
+++ b/dev-embedded/libftdi/libftdi-1.5-r5.ebuild
@@ -34,6 +34,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 RDEPEND="
virtual/libusb:1
cxx? ( dev-libs/boost )
+   doc? ( !dev-embedded/libftdi:0[doc] )
python? ( ${PYTHON_DEPS} )
tools? ( dev-libs/confuse:= )
 "



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

2023-08-20 Thread Viorel Munteanu
commit: 29b220ce1f48c5407c3cd73395b6caf610c416b7
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Aug 20 08:30:10 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 09:32:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b220ce

dev-embedded/jal: remove an assert

That assert is obviously wrong, and the fix doesn't look right.

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

 .../files/jal-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/dev-embedded/jal/files/jal-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
 
b/dev-embedded/jal/files/jal-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
index 10bef3a4c573..77536e0fefac 100644
--- 
a/dev-embedded/jal/files/jal-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
+++ 
b/dev-embedded/jal/files/jal-0.4.62-fix-incompatible-integer-to-pointer-clang16.patch
@@ -12,12 +12,11 @@ Bug: https://bugs.gentoo.org/883243
  
 --- a/jal/treetools.c
 +++ b/jal/treetools.c
-@@ -600,7 +600,7 @@ tree arg(tree p, int n, boolean must_find)
+@@ -600,7 +600,6 @@ tree arg(tree p, int n, boolean must_find)
  #endif
  assert_kind(p->loc, p, node_procedure);
  /*jal_assert(p->loc, n > 0); */
 -assert_pointer(p->loc, n > 0);
-+assert_pointer(p->loc, (void *)( n > 0 ));
  p = p->first;
  assert_pointer(NULL, p);
  



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

2023-08-20 Thread Viorel Munteanu
commit: 6607bc2de587b7e51df1f0f939f04d3b85678720
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Aug 20 09:31:12 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 09:32:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6607bc2d

dev-embedded/libftdi: disable py3.9

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

 dev-embedded/libftdi/libftdi-0.20-r2.ebuild | 2 +-
 dev-embedded/libftdi/libftdi-1.5-r5.ebuild  | 2 +-
 dev-embedded/libftdi/libftdi-.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-embedded/libftdi/libftdi-0.20-r2.ebuild 
b/dev-embedded/libftdi/libftdi-0.20-r2.ebuild
index ac275e480542..c5ab304a8316 100644
--- a/dev-embedded/libftdi/libftdi-0.20-r2.ebuild
+++ b/dev-embedded/libftdi/libftdi-0.20-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit cmake python-single-r1
 
 if [[ ${PV} == * ]] ; then

diff --git a/dev-embedded/libftdi/libftdi-1.5-r5.ebuild 
b/dev-embedded/libftdi/libftdi-1.5-r5.ebuild
index 9a02e144fac7..c31c7bedca6a 100644
--- a/dev-embedded/libftdi/libftdi-1.5-r5.ebuild
+++ b/dev-embedded/libftdi/libftdi-1.5-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit cmake python-single-r1
 
 MY_P="${PN}1-${PV}"

diff --git a/dev-embedded/libftdi/libftdi-.ebuild 
b/dev-embedded/libftdi/libftdi-.ebuild
index 263ee7edc9ea..a18f57a18c92 100644
--- a/dev-embedded/libftdi/libftdi-.ebuild
+++ b/dev-embedded/libftdi/libftdi-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 inherit cmake python-single-r1
 
 MY_P="${PN}1-${PV}"



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

2023-08-20 Thread Viorel Munteanu
commit: 4f9660913ab956d5c8c4b5f014764bba61a0e977
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Aug 20 17:50:00 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 17:50:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f966091

media-libs/netpbm: add 11.3.4

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

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

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 43b14ee888bb..012b969a2891 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,3 +1,4 @@
 DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd
 DIST netpbm-11.2.2.tar.xz 3777148 BLAKE2B 
19a965e196c02c572508cc27c1b6919133dcf404b4b10db12a2a2be4ff3b1acf793b37a18ae8f36348827581f582ac4092caacd1e27e78a4de6c7a93b436dd85
 SHA512 
df86ce44cec5523519e9d74d0f70d4b78c5ea126a4dba2cd9d68f6ca728b15b4be9b06a80441e03a8742ab9bd1451998cac4fb3820d4a8acc4727e993b4e0275
 DIST netpbm-11.3.3.tar.xz 3779916 BLAKE2B 
cb6259360d5c9ed3568d55a5bd0e537f5c2c95c71f45f15e5b95a0235798b74f19c1e19b818795932c39a4ee015a4178ccd3d1260a48ca5be2b7c1426bb1c877
 SHA512 
e1067109effcad5fc65c32d03d084699bf6cfa6a10cf2c5ab644fca9ed318789b0c8d083019d66d3e0a7b9340e595443f50c2a412bb9bcc85c3f781eaf476e65
+DIST netpbm-11.3.4.tar.xz 3779740 BLAKE2B 
de588a324056a47522d2af03914dfea0b419f27fca79e392505e2a40dad6e6961641a4dca6f8e8c528bca35ffd2acb0e3ee3ffce392f96f55ff85ae8bf949496
 SHA512 
317a8f9b3f024d178f371ec8d2a83bbfab8619cf7d4150da02fa1ed7bc6285ce440e6624d70da5fc63162c8a1223573090c0ee0e9a380e223d077d89b43b8beb

diff --git a/media-libs/netpbm/netpbm-11.3.4.ebuild 
b/media-libs/netpbm/netpbm-11.3.4.ebuild
new file mode 100644
index ..886d2f5cab79
--- /dev/null
+++ b/media-libs/netpbm/netpbm-11.3.4.ebuild
@@ -0,0 +1,258 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic multilib toolchain-funcs
+
+# 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/advanced.103"
+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
+   sys-devel/flex
+   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 
$(SONAME)';;
+   *)   

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

2023-08-20 Thread Viorel Munteanu
commit: 66d719771372ea603d6dd3f904c445a576bdf86a
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Aug 20 17:50:08 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Aug 20 17:50:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d71977

media-libs/netpbm: drop 11.3.3

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

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

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 012b969a2891..5cf93b898491 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,4 +1,3 @@
 DIST netpbm-11.2.0.tar.xz 3777372 BLAKE2B 
d9a2de49db61f642df75fe1c1fcda752f837535ac7cc698fb50e7c2c93dacfe3894fc46b402af30d07e3617f0f421a36d8d6a3d846c07d6b3526724dce93283b
 SHA512 
70bde6e6112ae595e18be588ea95d2b2acb08e42bb36d0fc93b9584c4b2adf72e35f80ff87823a8e3d98a8ffd0ff907401d351533b9170d7a11a28515c10fdbd
 DIST netpbm-11.2.2.tar.xz 3777148 BLAKE2B 
19a965e196c02c572508cc27c1b6919133dcf404b4b10db12a2a2be4ff3b1acf793b37a18ae8f36348827581f582ac4092caacd1e27e78a4de6c7a93b436dd85
 SHA512 
df86ce44cec5523519e9d74d0f70d4b78c5ea126a4dba2cd9d68f6ca728b15b4be9b06a80441e03a8742ab9bd1451998cac4fb3820d4a8acc4727e993b4e0275
-DIST netpbm-11.3.3.tar.xz 3779916 BLAKE2B 
cb6259360d5c9ed3568d55a5bd0e537f5c2c95c71f45f15e5b95a0235798b74f19c1e19b818795932c39a4ee015a4178ccd3d1260a48ca5be2b7c1426bb1c877
 SHA512 
e1067109effcad5fc65c32d03d084699bf6cfa6a10cf2c5ab644fca9ed318789b0c8d083019d66d3e0a7b9340e595443f50c2a412bb9bcc85c3f781eaf476e65
 DIST netpbm-11.3.4.tar.xz 3779740 BLAKE2B 
de588a324056a47522d2af03914dfea0b419f27fca79e392505e2a40dad6e6961641a4dca6f8e8c528bca35ffd2acb0e3ee3ffce392f96f55ff85ae8bf949496
 SHA512 
317a8f9b3f024d178f371ec8d2a83bbfab8619cf7d4150da02fa1ed7bc6285ce440e6624d70da5fc63162c8a1223573090c0ee0e9a380e223d077d89b43b8beb

diff --git a/media-libs/netpbm/netpbm-11.3.3.ebuild 
b/media-libs/netpbm/netpbm-11.3.3.ebuild
deleted file mode 100644
index 886d2f5cab79..
--- a/media-libs/netpbm/netpbm-11.3.3.ebuild
+++ /dev/null
@@ -1,258 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-# 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/advanced.103"
-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
-   sys-devel/flex
-   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 
$(SONAME)';;
-   *)   

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

2023-08-20 Thread Viorel Munteanu
commit: 3c1913e2a2da08cec51b804f0d5b6256d6aa180b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Aug 21 05:33:09 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Aug 21 05:33:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c1913e2

app-misc/fastfetch: add 2.0.1

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.0.1.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 2734a521d15c..d7e8ecf0aded 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,2 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.0.0.tar.gz 663049 BLAKE2B 
5836a04bd0cec14321810e5512d136b02b1aea68eb5a481a79426b9eef75dcf2c93008a6ac9b7877ce1a3b2758b4d53ddc52bd7b2fca0faad26834281f5da954
 SHA512 
bdd440130314b7865391b74105871842fb5241d858b5808a5e2e9091f1a2f7cdad4ff485d92bb6108dd4b3d09a847adbf4c90493623c974902d8d9bcf2abbc81
+DIST fastfetch-2.0.1.tar.gz 770261 BLAKE2B 
e3998bf4ad38d67d3831481d14378eea3097aaddf3956b1e962f91c573db30faca17ac1621b9a7b662bcca23fab654656336c9ec0c179f4f587e70986de5bc47
 SHA512 
c65bf027b58ddf6cde961a1cef0d147e3cdba3a4fd844de6b88639d556b84811ccfeb7e4601094e60309779232553b1387f255a612971bf0f05ed7cc0381f4a6

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

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

2023-08-22 Thread Viorel Munteanu
commit: 234d01cc04ac68a743ddae74ab87095dae1afa34
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Aug 22 11:39:43 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Aug 22 11:40:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234d01cc

app-misc/fastfetch: drop 2.0.0

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

 app-misc/fastfetch/Manifest   |   1 -
 app-misc/fastfetch/fastfetch-2.0.0.ebuild | 106 --
 2 files changed, 107 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index a92672f7b8a5..6f641474c7fe 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
-DIST fastfetch-2.0.0.tar.gz 663049 BLAKE2B 
5836a04bd0cec14321810e5512d136b02b1aea68eb5a481a79426b9eef75dcf2c93008a6ac9b7877ce1a3b2758b4d53ddc52bd7b2fca0faad26834281f5da954
 SHA512 
bdd440130314b7865391b74105871842fb5241d858b5808a5e2e9091f1a2f7cdad4ff485d92bb6108dd4b3d09a847adbf4c90493623c974902d8d9bcf2abbc81
 DIST fastfetch-2.0.1.tar.gz 770261 BLAKE2B 
e3998bf4ad38d67d3831481d14378eea3097aaddf3956b1e962f91c573db30faca17ac1621b9a7b662bcca23fab654656336c9ec0c179f4f587e70986de5bc47
 SHA512 
c65bf027b58ddf6cde961a1cef0d147e3cdba3a4fd844de6b88639d556b84811ccfeb7e4601094e60309779232553b1387f255a612971bf0f05ed7cc0381f4a6
 DIST fastfetch-2.0.2.tar.gz 770569 BLAKE2B 
154ef8ddc13cc9385d633a6813b3babaf7dd9b50acb2d04da9c71aac62e3c85f10bb47f94e7e781b2ff99a10ba7d1d5187876919e6c639ef67e8c30cbab8e80f
 SHA512 
d77bfef0169276d815cf8134d23c2cdb91e4e40ef449644c817cc81caaa35e26672616fd52f157932450df142e9fd81c0e11551cbe0a936b066696a2823fd527

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

2023-08-22 Thread Viorel Munteanu
commit: c1c0c1f527aac3023811d4d72b56d9f024d605dd
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Aug 22 11:39:34 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Aug 22 11:40:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c0c1f5

app-misc/fastfetch: add 2.0.2

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.0.2.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index d7e8ecf0aded..a92672f7b8a5 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,4 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.0.0.tar.gz 663049 BLAKE2B 
5836a04bd0cec14321810e5512d136b02b1aea68eb5a481a79426b9eef75dcf2c93008a6ac9b7877ce1a3b2758b4d53ddc52bd7b2fca0faad26834281f5da954
 SHA512 
bdd440130314b7865391b74105871842fb5241d858b5808a5e2e9091f1a2f7cdad4ff485d92bb6108dd4b3d09a847adbf4c90493623c974902d8d9bcf2abbc81
 DIST fastfetch-2.0.1.tar.gz 770261 BLAKE2B 
e3998bf4ad38d67d3831481d14378eea3097aaddf3956b1e962f91c573db30faca17ac1621b9a7b662bcca23fab654656336c9ec0c179f4f587e70986de5bc47
 SHA512 
c65bf027b58ddf6cde961a1cef0d147e3cdba3a4fd844de6b88639d556b84811ccfeb7e4601094e60309779232553b1387f255a612971bf0f05ed7cc0381f4a6
+DIST fastfetch-2.0.2.tar.gz 770569 BLAKE2B 
154ef8ddc13cc9385d633a6813b3babaf7dd9b50acb2d04da9c71aac62e3c85f10bb47f94e7e781b2ff99a10ba7d1d5187876919e6c639ef67e8c30cbab8e80f
 SHA512 
d77bfef0169276d815cf8134d23c2cdb91e4e40ef449644c817cc81caaa35e26672616fd52f157932450df142e9fd81c0e11551cbe0a936b066696a2823fd527

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

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

2023-08-24 Thread Viorel Munteanu
commit: d9a92c88a905200f58b88d4d71b178774cbe56fc
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Aug 24 11:33:45 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Aug 24 11:38:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a92c88

app-misc/fastfetch: add 2.0.3

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.0.3.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 6f641474c7fe..790e4d3f0a23 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,4 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.0.1.tar.gz 770261 BLAKE2B 
e3998bf4ad38d67d3831481d14378eea3097aaddf3956b1e962f91c573db30faca17ac1621b9a7b662bcca23fab654656336c9ec0c179f4f587e70986de5bc47
 SHA512 
c65bf027b58ddf6cde961a1cef0d147e3cdba3a4fd844de6b88639d556b84811ccfeb7e4601094e60309779232553b1387f255a612971bf0f05ed7cc0381f4a6
 DIST fastfetch-2.0.2.tar.gz 770569 BLAKE2B 
154ef8ddc13cc9385d633a6813b3babaf7dd9b50acb2d04da9c71aac62e3c85f10bb47f94e7e781b2ff99a10ba7d1d5187876919e6c639ef67e8c30cbab8e80f
 SHA512 
d77bfef0169276d815cf8134d23c2cdb91e4e40ef449644c817cc81caaa35e26672616fd52f157932450df142e9fd81c0e11551cbe0a936b066696a2823fd527
+DIST fastfetch-2.0.3.tar.gz 771351 BLAKE2B 
7a17792dc9cce97de6d1363f5b5a224fbbf11e968ba7d2d2f9e226df319c01a2338d373e5ea3439c77e79b0b5dc490aab4f2fca0f4bba7276de750d9a6513807
 SHA512 
7a944b80feb46ab8151ffbc90482412eb6321aa3e19cf9531102f665e035ef1e1fe9d66655c61721991c0c50af2d51d48973299885b31cef44ee0631d42d4d49

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

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

2023-08-24 Thread Viorel Munteanu
commit: 6a2aa1006ef89e9e8745584d2b217db0a3b85b24
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Aug 24 11:33:54 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Aug 24 11:38:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2aa100

app-misc/fastfetch: drop 2.0.1

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

 app-misc/fastfetch/Manifest   |   1 -
 app-misc/fastfetch/fastfetch-2.0.1.ebuild | 105 --
 2 files changed, 106 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 790e4d3f0a23..c416957e61d4 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
-DIST fastfetch-2.0.1.tar.gz 770261 BLAKE2B 
e3998bf4ad38d67d3831481d14378eea3097aaddf3956b1e962f91c573db30faca17ac1621b9a7b662bcca23fab654656336c9ec0c179f4f587e70986de5bc47
 SHA512 
c65bf027b58ddf6cde961a1cef0d147e3cdba3a4fd844de6b88639d556b84811ccfeb7e4601094e60309779232553b1387f255a612971bf0f05ed7cc0381f4a6
 DIST fastfetch-2.0.2.tar.gz 770569 BLAKE2B 
154ef8ddc13cc9385d633a6813b3babaf7dd9b50acb2d04da9c71aac62e3c85f10bb47f94e7e781b2ff99a10ba7d1d5187876919e6c639ef67e8c30cbab8e80f
 SHA512 
d77bfef0169276d815cf8134d23c2cdb91e4e40ef449644c817cc81caaa35e26672616fd52f157932450df142e9fd81c0e11551cbe0a936b066696a2823fd527
 DIST fastfetch-2.0.3.tar.gz 771351 BLAKE2B 
7a17792dc9cce97de6d1363f5b5a224fbbf11e968ba7d2d2f9e226df319c01a2338d373e5ea3439c77e79b0b5dc490aab4f2fca0f4bba7276de750d9a6513807
 SHA512 
7a944b80feb46ab8151ffbc90482412eb6321aa3e19cf9531102f665e035ef1e1fe9d66655c61721991c0c50af2d51d48973299885b31cef44ee0631d42d4d49

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

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/linode-cli/

2023-08-24 Thread Viorel Munteanu
commit: f5ec0d39b99485b6c5ca865c345c7babacac7e67
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 25 05:22:46 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 05:22:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5ec0d39

app-admin/linode-cli: add 5.42.0

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

 app-admin/linode-cli/Manifest |  1 +
 app-admin/linode-cli/linode-cli-5.42.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 5f24134ce8..332f71e154 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1 +1,2 @@
 DIST linode-cli-5.41.3.tar.gz 106163 BLAKE2B 
7e8a11960e163d0979410ded574cc29a576ff60ccfe120d397668fcef87dfc093c99de234164b6a9e5d3b93fc1008cde6153c83b3c1018e8eba757e97367a20b
 SHA512 
a04c5f9143835d2fd6dde50a4a2faabad50b74bc9cba581a3c3ab1c5d75855c6a6fec5e04904ec4fc53c017e1c59faeb81d0fa532f6aee0841dec354c52eb974
+DIST linode-cli-5.42.0.tar.gz 132460 BLAKE2B 
1c0b176b48e9d1ee8d307992bdf47a3d9a3eb604f3e631cd2cb0f6b0813167e9c776dc72e97e2edc009486e56949b92826aaece84b0b5c09c2ef2d9537af53d1
 SHA512 
d329c4e3475cf177cfb089841a5192a561636c4d8defc334e5c492c282f27e3ac8e4395d362bb264bf64eff8ff0a4c3e9bb534f5bbb0e45d08aaff9a83261d65

diff --git a/app-admin/linode-cli/linode-cli-5.42.0.ebuild 
b/app-admin/linode-cli/linode-cli-5.42.0.ebuild
new file mode 100644
index 00..0a5de62d9f
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.42.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+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"
+
+RDEPEND="
+   dev-python/boto3[${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/proj/guru:dev commit in: dev-python/openapi3/

2023-08-24 Thread Viorel Munteanu
commit: ed0c2b82d95ea7af305d3ba8ca4ba4bd3b1104a5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 25 05:22:36 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 05:22:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed0c2b82

dev-python/openapi3: new package, add 1.8.1

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

 dev-python/openapi3/Manifest  |  1 +
 dev-python/openapi3/metadata.xml  | 11 +++
 dev-python/openapi3/openapi3-1.8.1.ebuild | 24 
 3 files changed, 36 insertions(+)

diff --git a/dev-python/openapi3/Manifest b/dev-python/openapi3/Manifest
new file mode 100644
index 00..a579005159
--- /dev/null
+++ b/dev-python/openapi3/Manifest
@@ -0,0 +1 @@
+DIST openapi3-1.8.1.tar.gz 23192 BLAKE2B 
0eb53cdc7c9da8be53eb4d5c9904616757d7845983018f866834e31184252d576d01aa44425383ba97f4a2434d419cf1c319b30697aeb2e2f7c0109074f1cf34
 SHA512 
de111c56c9f8b3c6539f8ae5498b2d42ae127ec3d3746cf2c3b7d7e0945157039c17d393ee5bb16add1e4a1948cc7a521fa7de08161cfa9e4816ab5fe7890900

diff --git a/dev-python/openapi3/metadata.xml b/dev-python/openapi3/metadata.xml
new file mode 100644
index 00..b0af68e225
--- /dev/null
+++ b/dev-python/openapi3/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   cea...@gentoo.org
+   
+   
+   openapi3
+   Dorthu/openapi3
+   
+

diff --git a/dev-python/openapi3/openapi3-1.8.1.ebuild 
b/dev-python/openapi3/openapi3-1.8.1.ebuild
new file mode 100644
index 00..2c4eafab82
--- /dev/null
+++ b/dev-python/openapi3/openapi3-1.8.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 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 pypi
+
+DESCRIPTION="Python OpenAPI 3 Specification client and validator"
+HOMEPAGE="
+   https://pypi.org/project/openapi3/
+   https://github.com/Dorthu/openapi3
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/linode-cli/

2023-08-24 Thread Viorel Munteanu
commit: 3435eb0e8d8a31b6f2857aedf014be77a12f3f7b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 25 05:22:53 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 05:22:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3435eb0e

app-admin/linode-cli: drop 5.41.3

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

 app-admin/linode-cli/Manifest |  1 -
 app-admin/linode-cli/linode-cli-5.41.3.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 332f71e154..a4bcce8c31 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,2 +1 @@
-DIST linode-cli-5.41.3.tar.gz 106163 BLAKE2B 
7e8a11960e163d0979410ded574cc29a576ff60ccfe120d397668fcef87dfc093c99de234164b6a9e5d3b93fc1008cde6153c83b3c1018e8eba757e97367a20b
 SHA512 
a04c5f9143835d2fd6dde50a4a2faabad50b74bc9cba581a3c3ab1c5d75855c6a6fec5e04904ec4fc53c017e1c59faeb81d0fa532f6aee0841dec354c52eb974
 DIST linode-cli-5.42.0.tar.gz 132460 BLAKE2B 
1c0b176b48e9d1ee8d307992bdf47a3d9a3eb604f3e631cd2cb0f6b0813167e9c776dc72e97e2edc009486e56949b92826aaece84b0b5c09c2ef2d9537af53d1
 SHA512 
d329c4e3475cf177cfb089841a5192a561636c4d8defc334e5c492c282f27e3ac8e4395d362bb264bf64eff8ff0a4c3e9bb534f5bbb0e45d08aaff9a83261d65

diff --git a/app-admin/linode-cli/linode-cli-5.41.3.ebuild 
b/app-admin/linode-cli/linode-cli-5.41.3.ebuild
deleted file mode 100644
index 9a2809d40b..00
--- a/app-admin/linode-cli/linode-cli-5.41.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-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"
-
-RDEPEND="
-   dev-python/boto3
-   dev-python/packaging
-   dev-python/pyyaml
-   dev-python/requests
-   dev-python/rich
-   

[gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/files/, net-dialup/minicom/

2023-08-25 Thread Viorel Munteanu
commit: e02b7e3f9edf22d3de1efb9f1bd9f7655da866e3
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 25 07:45:13 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 07:46:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02b7e3f

net-dialup/minicom: add large file support

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

 .../files/minicom-2.8-enable-large-file.patch  | 30 ++
 net-dialup/minicom/minicom-2.8-r4.ebuild   | 69 ++
 2 files changed, 99 insertions(+)

diff --git a/net-dialup/minicom/files/minicom-2.8-enable-large-file.patch 
b/net-dialup/minicom/files/minicom-2.8-enable-large-file.patch
new file mode 100644
index ..11489b50c690
--- /dev/null
+++ b/net-dialup/minicom/files/minicom-2.8-enable-large-file.patch
@@ -0,0 +1,30 @@
+https://bugs.gentoo.org/912680
+https://salsa.debian.org/minicom-team/minicom/-/commit/4ed314c504bc95d8ccef81d7c68684d5ac31e9db.patch
+
+From 4ed314c504bc95d8ccef81d7c68684d5ac31e9db Mon Sep 17 00:00:00 2001
+From: Adam Lackorzynski 
+Date: Sat, 19 Aug 2023 12:52:02 +0200
+Subject: [PATCH] configure.ac: Enable large file support
+
+Add AC_SYS_LARGEFILE to enable large file support in a portable way.
+Thanks the ChromeOS team and Raul Rangel for hinting at this.
+---
+ configure.ac | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/configure.ac b/configure.ac
+index 7b3f0df..6424a3f 100644
+--- a/configure.ac
 b/configure.ac
+@@ -16,6 +16,8 @@ dnl Checks for programs.
+ AC_PROG_CC
+ AM_PROG_AR
+ 
++AC_SYS_LARGEFILE
++
+ AC_USE_SYSTEM_EXTENSIONS
+ AC_USE_SYSTEM_EXTENSIONS
+ 
+-- 
+GitLab
+

diff --git a/net-dialup/minicom/minicom-2.8-r4.ebuild 
b/net-dialup/minicom/minicom-2.8-r4.ebuild
new file mode 100644
index ..98e6c105afa7
--- /dev/null
+++ b/net-dialup/minicom/minicom-2.8-r4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Serial Communication Program"
+HOMEPAGE="https://salsa.debian.org/minicom-team/minicom";
+SRC_URI="
+   https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${P}.tar.gz
+   https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-m4-${PV}.tar.bz2
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="nls"
+
+DEPEND="sys-libs/ncurses:="
+
+RDEPEND="
+   ${DEPEND}
+   net-dialup/lrzsz
+"
+
+BDEPEND="
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.8-gentoo-runscript.patch
+   "${FILESDIR}"/${PN}-2.8-lockdir.patch
+   "${FILESDIR}"/${PN}-2.8-enable-large-file.patch
+)
+
+src_prepare() {
+   default
+
+   # 912459
+   # Embed the needed m4 macros if gettext is not installed
+   mv "${WORKDIR}"/m4 . || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # Lockdir must exist if not manually specified.
+   # '/var/lock' is created by OpenRC.
+   local myeconfargs=(
+   # See bug #788142
+   --sysconfdir="${EPREFIX}"/etc/${PN}
+
+   --disable-rpath
+   --enable-lock-dir="/var/lock"
+   $(use_enable nls)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   # Needs to match --sysconfdir above
+   insinto /etc/minicom
+   doins "${FILESDIR}"/minirc.dfl
+}



[gentoo-commits] repo/gentoo:master commit in: net-dialup/minicom/

2023-08-25 Thread Viorel Munteanu
commit: 33de6798ac9a071c5d79971e64816fb103ae8c99
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 25 07:45:36 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 07:46:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33de6798

net-dialup/minicom: drop 2.8-r3

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

 net-dialup/minicom/minicom-2.8-r3.ebuild | 68 
 1 file changed, 68 deletions(-)

diff --git a/net-dialup/minicom/minicom-2.8-r3.ebuild 
b/net-dialup/minicom/minicom-2.8-r3.ebuild
deleted file mode 100644
index cd9a960d5175..
--- a/net-dialup/minicom/minicom-2.8-r3.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 autotools
-
-DESCRIPTION="Serial Communication Program"
-HOMEPAGE="https://salsa.debian.org/minicom-team/minicom";
-SRC_URI="
-   https://salsa.debian.org/${PN}-team/${PN}/-/archive/${PV}/${P}.tar.gz
-   https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-m4-${PV}.tar.bz2
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="nls"
-
-DEPEND="sys-libs/ncurses:="
-
-RDEPEND="
-   ${DEPEND}
-   net-dialup/lrzsz
-"
-
-BDEPEND="
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.8-gentoo-runscript.patch
-   "${FILESDIR}"/${PN}-2.8-lockdir.patch
-)
-
-src_prepare() {
-   default
-
-   # 912459
-   # Embed the needed m4 macros if gettext is not installed
-   mv "${WORKDIR}"/m4 . || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # Lockdir must exist if not manually specified.
-   # '/var/lock' is created by OpenRC.
-   local myeconfargs=(
-   # See bug #788142
-   --sysconfdir="${EPREFIX}"/etc/${PN}
-
-   --disable-rpath
-   --enable-lock-dir="/var/lock"
-   $(use_enable nls)
-   )
-
-   econf "${myeconfargs[@]}"
-}
-
-src_install() {
-   default
-
-   # Needs to match --sysconfdir above
-   insinto /etc/minicom
-   doins "${FILESDIR}"/minirc.dfl
-}



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

2023-08-25 Thread Viorel Munteanu
commit: c891e4147089ed4002c92ce78377d1c23eb5
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 25 08:06:22 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 08:06:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c891e414

app-misc/fastfetch: drop 2.0.2

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

 app-misc/fastfetch/Manifest   |   1 -
 app-misc/fastfetch/fastfetch-2.0.2.ebuild | 105 --
 2 files changed, 106 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index bc49466a5839..b7844309693c 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
-DIST fastfetch-2.0.2.tar.gz 770569 BLAKE2B 
154ef8ddc13cc9385d633a6813b3babaf7dd9b50acb2d04da9c71aac62e3c85f10bb47f94e7e781b2ff99a10ba7d1d5187876919e6c639ef67e8c30cbab8e80f
 SHA512 
d77bfef0169276d815cf8134d23c2cdb91e4e40ef449644c817cc81caaa35e26672616fd52f157932450df142e9fd81c0e11551cbe0a936b066696a2823fd527
 DIST fastfetch-2.0.3.tar.gz 771351 BLAKE2B 
7a17792dc9cce97de6d1363f5b5a224fbbf11e968ba7d2d2f9e226df319c01a2338d373e5ea3439c77e79b0b5dc490aab4f2fca0f4bba7276de750d9a6513807
 SHA512 
7a944b80feb46ab8151ffbc90482412eb6321aa3e19cf9531102f665e035ef1e1fe9d66655c61721991c0c50af2d51d48973299885b31cef44ee0631d42d4d49
 DIST fastfetch-2.0.4.tar.gz 771440 BLAKE2B 
496a6ccf0b121c3a27f3919b82207e517bec0554bc2e16ba114650d1f5fa9f8141b6f2eee5385fe4a21df1f5c2d3da49db5263f294279a0f05d3aa951bd14469
 SHA512 
8912cd3b469b5bfcfe51b68229957c0ec09f32f6223e0230a9b9625d1a72ad3a55ff0b538e6ea5cf43acae31e20ea58e6499136051674585fbd2a3d7f428fef6

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

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

2023-08-25 Thread Viorel Munteanu
commit: effc0ac2b46faf9e18abd7adf34b3bc0478dca40
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Aug 25 08:06:17 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 08:06:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=effc0ac2

app-misc/fastfetch: add 2.0.4

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.0.4.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index c416957e61d4..bc49466a5839 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,4 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.0.2.tar.gz 770569 BLAKE2B 
154ef8ddc13cc9385d633a6813b3babaf7dd9b50acb2d04da9c71aac62e3c85f10bb47f94e7e781b2ff99a10ba7d1d5187876919e6c639ef67e8c30cbab8e80f
 SHA512 
d77bfef0169276d815cf8134d23c2cdb91e4e40ef449644c817cc81caaa35e26672616fd52f157932450df142e9fd81c0e11551cbe0a936b066696a2823fd527
 DIST fastfetch-2.0.3.tar.gz 771351 BLAKE2B 
7a17792dc9cce97de6d1363f5b5a224fbbf11e968ba7d2d2f9e226df319c01a2338d373e5ea3439c77e79b0b5dc490aab4f2fca0f4bba7276de750d9a6513807
 SHA512 
7a944b80feb46ab8151ffbc90482412eb6321aa3e19cf9531102f665e035ef1e1fe9d66655c61721991c0c50af2d51d48973299885b31cef44ee0631d42d4d49
+DIST fastfetch-2.0.4.tar.gz 771440 BLAKE2B 
496a6ccf0b121c3a27f3919b82207e517bec0554bc2e16ba114650d1f5fa9f8141b6f2eee5385fe4a21df1f5c2d3da49db5263f294279a0f05d3aa951bd14469
 SHA512 
8912cd3b469b5bfcfe51b68229957c0ec09f32f6223e0230a9b9625d1a72ad3a55ff0b538e6ea5cf43acae31e20ea58e6499136051674585fbd2a3d7f428fef6

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

[gentoo-commits] repo/proj/guru:master commit in: media-sound/g4music/

2023-08-26 Thread Viorel Munteanu
commit: a79c2f29f634134343f1054d3592cf2e82114523
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Fri Aug 25 17:33:21 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 17:33:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a79c2f29

media-sound/g4music: remove gnome.post_install() from meson.build

Closes: https://bugs.gentoo.org/912991
Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-sound/g4music/g4music-3.2.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/media-sound/g4music/g4music-3.2.ebuild 
b/media-sound/g4music/g4music-3.2.ebuild
index 402956a91e..8a3c1b796c 100644
--- a/media-sound/g4music/g4music-3.2.ebuild
+++ b/media-sound/g4music/g4music-3.2.ebuild
@@ -31,6 +31,11 @@ src_prepare() {
default
vala_setup
xdg_environment_reset
+
+   sed -i \
+   -e '/^gnome.post_install(/,/)/d' \
+   meson.build \
+   || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/proj/guru:master commit in: media-video/kooha/

2023-08-26 Thread Viorel Munteanu
commit: 00d549ec0277a8a92c6d9f3b3076c11619e825e4
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Fri Aug 25 18:12:58 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 18:12:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00d549ec

media-video/kooha: remove unneeded line (QA)

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-video/kooha/kooha-2.2.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-video/kooha/kooha-2.2.3.ebuild 
b/media-video/kooha/kooha-2.2.3.ebuild
index 12f1119c20..8300a3ebb5 100644
--- a/media-video/kooha/kooha-2.2.3.ebuild
+++ b/media-video/kooha/kooha-2.2.3.ebuild
@@ -183,7 +183,6 @@ BDEPEND=">=dev-util/meson-1.1.1
 >=virtual/rust-1.69.0
 "
 
-
 # rust does not use *FLAGS from make.conf, silence portage warning
 # update with proper path to binaries this crate installs, omit leading /
 QA_FLAGS_IGNORED="usr/bin/${PN}"



[gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-templates/

2023-08-26 Thread Viorel Munteanu
commit: a8153d818bfc4c0e469721b67cf3a50fda6a6ee6
Author: Huang Rui  gmail  com>
AuthorDate: Sat Aug 26 05:55:50 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 05:55:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8153d81

dev-ruby/prawn-templates: enable ruby32

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

 dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild 
b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
index 38a8ae9cbf..6c54e594b7 100644
--- a/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
+++ b/dev-ruby/prawn-templates/prawn-templates-0.1.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/proj/guru:master commit in: media-sound/g4music/

2023-08-26 Thread Viorel Munteanu
commit: 99927103a73478f41fca9b53bf324be6d5d8a34e
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Fri Aug 25 15:33:33 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 15:35:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99927103

media-sound/g4music: add build dependency for appstream-util command

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-sound/g4music/g4music-3.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/g4music/g4music-3.2.ebuild 
b/media-sound/g4music/g4music-3.2.ebuild
index 2f4669628e..402956a91e 100644
--- a/media-sound/g4music/g4music-3.2.ebuild
+++ b/media-sound/g4music/g4music-3.2.ebuild
@@ -21,6 +21,7 @@ IDEPEND=">=gui-libs/gtk-4.6
 >=media-libs/gstreamer-1.20.6[introspection]
 >=media-plugins/gst-plugins-taglib-1.20.6
 >=dev-lang/vala-0.56.8
+>=dev-libs/appstream-glib-0.8.2
 pipewire? ( media-video/pipewire[gstreamer] )"
 DEPEND=""
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-svg/

2023-08-26 Thread Viorel Munteanu
commit: bd1e5ecd7b05e44a7ff74b5d131d1e532338ea7f
Author: Huang Rui  gmail  com>
AuthorDate: Sat Aug 26 05:56:23 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 05:56:23 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd1e5ecd

dev-ruby/prawn-svg: enable ruby32

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

 dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild 
b/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
index 4ab80437a9..db9d6a76e5 100644
--- a/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
+++ b/dev-ruby/prawn-svg/prawn-svg-0.32.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/proj/guru:master commit in: media-video/kooha/

2023-08-26 Thread Viorel Munteanu
commit: 1b8beb7834fcd1666329dd59018112d7a830ecb4
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Fri Aug 25 18:11:34 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Aug 25 18:11:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b8beb78

media-video/kooha: remove gnome.post_install() from meson.build

Closes: https://bugs.gentoo.org/912990
Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-video/kooha/kooha-2.2.3.ebuild | 48 
 1 file changed, 32 insertions(+), 16 deletions(-)

diff --git a/media-video/kooha/kooha-2.2.3.ebuild 
b/media-video/kooha/kooha-2.2.3.ebuild
index 00c7b40734..12f1119c20 100644
--- a/media-video/kooha/kooha-2.2.3.ebuild
+++ b/media-video/kooha/kooha-2.2.3.ebuild
@@ -164,23 +164,25 @@ KEYWORDS="~amd64"
 IUSE="x264 vaapi test"
 RESTRICT="!test? ( test )"
 
-IDEPEND=">=dev-util/meson-1.1.1
->=dev-util/ninja-1.11.1-r2
->=dev-libs/appstream-glib-0.8.2
->=virtual/rust-1.69.0
-x264? ( >=media-libs/x264-0.0.20220222
-   >=media-libs/gst-plugins-ugly-1.20.6 )
->=media-libs/gstreamer-1.20.6
->=media-libs/gst-plugins-base-1.20.6
-vaapi? ( >=media-plugins/gst-plugins-vaapi-1.20.6 )
->=dev-libs/glib-2.76.3
->=gui-libs/gtk-4.10.4
->=gui-libs/libadwaita-1.3.3
->=media-libs/libpulse-15.0[glib]"
-DEPEND=">=media-video/pipewire-0.3.77-r1[gstreamer]
->=sys-apps/xdg-desktop-portal-1.16.0-r1"
+DEPEND="x264? ( >=media-libs/x264-0.0.20220222
+   >=media-libs/gst-plugins-ugly-1.20.6 )
+   >=media-libs/gstreamer-1.20.6
+   >=media-libs/gst-plugins-base-1.20.6
+   vaapi? ( >=media-plugins/gst-plugins-vaapi-1.20.6 )
+   >=dev-libs/glib-2.76.3
+   >=gui-libs/gtk-4.10.4
+   >=gui-libs/libadwaita-1.3.3
+   >=media-libs/libpulse-15.0[glib]
+   >=media-video/pipewire-0.3.77-r1[gstreamer]
+   >=sys-apps/xdg-desktop-portal-1.16.0-r1
+"
 RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND=">=dev-util/meson-1.1.1
+>=dev-util/ninja-1.11.1-r2
+>=dev-libs/appstream-glib-0.8.2
+>=virtual/rust-1.69.0
+"
+
 
 # rust does not use *FLAGS from make.conf, silence portage warning
 # update with proper path to binaries this crate installs, omit leading /
@@ -188,6 +190,20 @@ QA_FLAGS_IGNORED="usr/bin/${PN}"
 
 BUILD_DIR="${S}/build"
 
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/^gnome.post_install(/,/)/d' \
+   meson.build \
+   || die
+
+   sed -i \
+   -e '/^test(/,/time\n\t)/d' \
+   src/meson.build \
+   || die
+}
+
 pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update



[gentoo-commits] repo/proj/guru:master commit in: dev-ruby/prawn-icon/

2023-08-26 Thread Viorel Munteanu
commit: f16a08d3af0ea36c97fc7eab0794d10b1e29bd74
Author: Huang Rui  gmail  com>
AuthorDate: Sat Aug 26 05:56:40 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 05:56:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f16a08d3

dev-ruby/prawn-icon: enable ruby32

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

 dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild 
b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
index 7052fe4ff2..2c4ac05619 100644
--- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
+++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby31"
+USE_RUBY="ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_DOC="yard"
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"



[gentoo-commits] repo/proj/guru:master commit in: media-video/kooha/

2023-08-26 Thread Viorel Munteanu
commit: 1d3d45ca125e6a7b991b05dbfc14221f108ad475
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Sat Aug 26 06:02:51 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 06:03:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d3d45ca

media-video/kooha: remove sed for src/meson.build

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-video/kooha/kooha-2.2.3.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/media-video/kooha/kooha-2.2.3.ebuild 
b/media-video/kooha/kooha-2.2.3.ebuild
index 8300a3ebb5..324f5886c5 100644
--- a/media-video/kooha/kooha-2.2.3.ebuild
+++ b/media-video/kooha/kooha-2.2.3.ebuild
@@ -196,11 +196,6 @@ src_prepare() {
-e '/^gnome.post_install(/,/)/d' \
meson.build \
|| die
-
-   sed -i \
-   -e '/^test(/,/time\n\t)/d' \
-   src/meson.build \
-   || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/proj/guru:master commit in: net-misc/toot/

2023-08-26 Thread Viorel Munteanu
commit: bb6173e142a5c3baeba42d88ee334131a2cad623
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Sat Aug 26 06:09:01 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 06:09:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb6173e1

net-misc/toot: add tabs before depenedencies

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 6e1db62ccd..4e9ee26cad 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -16,13 +16,15 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=">=dev-python/urwid-2.1.2-r1
->=dev-python/wcwidth-0.2.6
->=media-fonts/symbola-13.00
->=dev-python/beautifulsoup4-4.12.2
->=dev-python/tomlkit-0.11.8
-test? ( dev-python/psycopg:2
->=dev-python/pytest-7.4.0 )"
+DEPEND="
+   >=dev-python/urwid-2.1.2-r1
+   >=dev-python/wcwidth-0.2.6
+   >=media-fonts/symbola-13.00
+   >=dev-python/beautifulsoup4-4.12.2
+   >=dev-python/tomlkit-0.11.8
+   test? ( dev-python/psycopg:2
+   >=dev-python/pytest-7.4.0 )
+"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 



[gentoo-commits] repo/proj/guru:master commit in: media-video/kooha/

2023-08-26 Thread Viorel Munteanu
commit: 209077f51af2b21a4824f8e03abbc0bd21232d77
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Sat Aug 26 06:28:33 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 06:28:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=209077f5

media-video/kooha: add cargo clippy testing dependency

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-video/kooha/kooha-2.2.3.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-video/kooha/kooha-2.2.3.ebuild 
b/media-video/kooha/kooha-2.2.3.ebuild
index f4c2e19c6f..712b882e16 100644
--- a/media-video/kooha/kooha-2.2.3.ebuild
+++ b/media-video/kooha/kooha-2.2.3.ebuild
@@ -183,6 +183,8 @@ BDEPEND="
>=dev-util/ninja-1.11.1-r2
>=dev-libs/appstream-glib-0.8.2
>=virtual/rust-1.69.0
+   test? ( || ( dev-lang/rust[clippy]
+dev-lang/rust-bin[clippy] ) )
 "
 
 # rust does not use *FLAGS from make.conf, silence portage warning



[gentoo-commits] repo/proj/guru:master commit in: media-video/kooha/

2023-08-26 Thread Viorel Munteanu
commit: c82e3b3cb7404e59a35b326c8f57f61641e19c74
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Sat Aug 26 06:07:58 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 06:07:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c82e3b3c

media-video/kooha: add tabs before depenedencies

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-video/kooha/kooha-2.2.3.ebuild | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/media-video/kooha/kooha-2.2.3.ebuild 
b/media-video/kooha/kooha-2.2.3.ebuild
index 324f5886c5..f4c2e19c6f 100644
--- a/media-video/kooha/kooha-2.2.3.ebuild
+++ b/media-video/kooha/kooha-2.2.3.ebuild
@@ -164,7 +164,8 @@ KEYWORDS="~amd64"
 IUSE="x264 vaapi test"
 RESTRICT="!test? ( test )"
 
-DEPEND="x264? ( >=media-libs/x264-0.0.20220222
+DEPEND="
+   x264? ( >=media-libs/x264-0.0.20220222
>=media-libs/gst-plugins-ugly-1.20.6 )
>=media-libs/gstreamer-1.20.6
>=media-libs/gst-plugins-base-1.20.6
@@ -177,10 +178,11 @@ DEPEND="x264? ( >=media-libs/x264-0.0.20220222
>=sys-apps/xdg-desktop-portal-1.16.0-r1
 "
 RDEPEND="${DEPEND}"
-BDEPEND=">=dev-util/meson-1.1.1
->=dev-util/ninja-1.11.1-r2
->=dev-libs/appstream-glib-0.8.2
->=virtual/rust-1.69.0
+BDEPEND="
+   >=dev-util/meson-1.1.1
+   >=dev-util/ninja-1.11.1-r2
+   >=dev-libs/appstream-glib-0.8.2
+   >=virtual/rust-1.69.0
 "
 
 # rust does not use *FLAGS from make.conf, silence portage warning



[gentoo-commits] repo/proj/guru:master commit in: media-sound/g4music/

2023-08-26 Thread Viorel Munteanu
commit: 81a33e98ce823c015aee45bdb555868ceb6d2643
Author: Konstantin Tutsch  konstantintutsch  de>
AuthorDate: Sat Aug 26 06:05:47 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 06:05:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81a33e98

media-sound/g4music: add tabs before depenedencies

Signed-off-by: Konstantin Tutsch  konstantintutsch.de>

 media-sound/g4music/g4music-3.2.ebuild | 16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/media-sound/g4music/g4music-3.2.ebuild 
b/media-sound/g4music/g4music-3.2.ebuild
index 8a3c1b796c..4aef449d3d 100644
--- a/media-sound/g4music/g4music-3.2.ebuild
+++ b/media-sound/g4music/g4music-3.2.ebuild
@@ -16,13 +16,15 @@ KEYWORDS="~amd64"
 
 IUSE="pipewire"
 
-IDEPEND=">=gui-libs/gtk-4.6
->=gui-libs/libadwaita-1
->=media-libs/gstreamer-1.20.6[introspection]
->=media-plugins/gst-plugins-taglib-1.20.6
->=dev-lang/vala-0.56.8
->=dev-libs/appstream-glib-0.8.2
-pipewire? ( media-video/pipewire[gstreamer] )"
+IDEPEND="
+   >=gui-libs/gtk-4.6
+   >=gui-libs/libadwaita-1
+   >=media-libs/gstreamer-1.20.6[introspection]
+   >=media-plugins/gst-plugins-taglib-1.20.6
+   >=dev-lang/vala-0.56.8
+   >=dev-libs/appstream-glib-0.8.2
+   pipewire? ( media-video/pipewire[gstreamer] )
+"
 DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND="$(vala_depend)"



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

2023-08-26 Thread Viorel Munteanu
commit: 93ab26a36f5d15fef87efa4db2a26ec844289bdc
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 26 11:31:58 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 11:50:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ab26a3

app-emulation/virtualbox: install python vboxapi

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

 ...box-.ebuild => virtualbox-7.0.10-r1.ebuild} | 85 ++
 app-emulation/virtualbox/virtualbox-.ebuild| 22 +-
 2 files changed, 58 insertions(+), 49 deletions(-)

diff --git a/app-emulation/virtualbox/virtualbox-.ebuild 
b/app-emulation/virtualbox/virtualbox-7.0.10-r1.ebuild
similarity index 92%
copy from app-emulation/virtualbox/virtualbox-.ebuild
copy to app-emulation/virtualbox/virtualbox-7.0.10-r1.ebuild
index 3479b65025f4..d663f08829a9 100644
--- a/app-emulation/virtualbox/virtualbox-.ebuild
+++ b/app-emulation/virtualbox/virtualbox-7.0.10-r1.ebuild
@@ -3,15 +3,6 @@
 
 EAPI=8
 
-# Important!
-# This compiles the latest svn version.
-# It also compiles the kernel modules.  Does not depend on virtualbox-modules.
-# It is not meant to be used, might be very unstable.
-# Upstream seem to have added support for python 3.12; I haven't checked it 
yet.
-#
-# USE=doc does not work for now.
-#
-#
 # To add a new Python here:
 # 1. Patch src/libs/xpcom18a4/python/Makefile.kmk (copy the previous impl's 
logic)
 #Do NOT skip this part. It'll end up silently not-building the Python 
extension
@@ -24,26 +15,26 @@ EAPI=8
 #  trunk branch but not release branch.
 #
 #  See bug #785835, bug #856121.
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 
-inherit desktop edo flag-o-matic java-pkg-opt-2 linux-mod-r1 multilib 
optfeature pax-utils \
-   python-single-r1 subversion tmpfiles toolchain-funcs udev xdg
+inherit desktop edo flag-o-matic java-pkg-opt-2 linux-info multilib optfeature 
pax-utils \
+   python-single-r1 tmpfiles toolchain-funcs udev xdg
 
 MY_PN="VirtualBox"
-BASE_PV=7.0.8
 MY_P=${MY_PN}-${PV}
 
 DESCRIPTION="Family of powerful x86 virtualization products for enterprise and 
home use"
 HOMEPAGE="https://www.virtualbox.org/";
-ESVN_REPO_URI="https://www.virtualbox.org/svn/vbox/trunk";
 SRC_URI="
-   
https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.0.10_pre20230615.tar.bz2
-   gui? ( !doc? ( 
https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-help-${BASE_PV}.tar.xz ) 
)
+   https://download.virtualbox.org/virtualbox/${PV}/${MY_P}.tar.bz2
+   
https://gitweb.gentoo.org/proj/virtualbox-patches.git/snapshot/virtualbox-patches-7.0.8.tar.bz2
+   gui? ( !doc? ( 
https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${PN}-help-${PV}.tar.xz ) )
 "
-S="${WORKDIR}/trunk"
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-2+ GPL-3 LGPL-2.1 MIT dtrace? ( CDDL )"
 SLOT="0/$(ver_cut 1-2)"
+KEYWORDS="~amd64"
 IUSE="alsa dbus debug doc dtrace +gui java lvm nls pam pch pulseaudio +opengl 
python +sdk +sdl +udev vboxwebsrv vde vnc"
 
 unset WATCOM #856769
@@ -51,6 +42,7 @@ unset WATCOM #856769
 COMMON_DEPEND="
${PYTHON_DEPS}
acct-group/vboxusers
+   ~app-emulation/virtualbox-modules-${PV}
dev-libs/libtpms
dev-libs/libxml2
dev-libs/openssl:0=
@@ -134,7 +126,6 @@ RDEPEND="
 "
 BDEPEND="
${PYTHON_DEPS}
-   app-arch/makeself
>=app-arch/tar-1.34-r2
>=dev-lang/yasm-0.6.2
dev-libs/libIDL
@@ -211,18 +202,15 @@ PATCHES=(
"${FILESDIR}"/${PN}-6.1.36-fcf-protection.patch
 
"${FILESDIR}"/${PN}-7.0.0-fix-compilation-clang.patch
-   "${FILESDIR}"/${PN}-7.0.9-python.patch
+   "${FILESDIR}"/${PN}-7.0.10-python.patch
"${FILESDIR}"/${PN}-7.0.6-gcc-13.patch
"${FILESDIR}"/${PN}-7.0.8-mtune-keep-size.patch
+   "${FILESDIR}"/${PN}-7.0.6-fix-libxml2.patch
 
# Downloaded patchset
-   "${WORKDIR}"/virtualbox-patches-7.0.10_pre20230615/patches
+   "${WORKDIR}"/virtualbox-patches-7.0.8/patches
 )
 
-DOCS=()# Don't install the default README file during einstalldocs
-
-CONFIG_CHECK="~!SPINLOCK JUMP_LABEL"
-
 pkg_pretend() {
if ! use gui; then
einfo "No USE=\"gui\" selected, this build will not include any 
Qt frontend."
@@ -254,12 +242,6 @@ pkg_pretend() {
 pkg_setup() {
java-pkg-opt-2_pkg_setup
python-single-r1_pkg_setup
-   linux-mod-r1_pkg_setup
-}
-
-src_unpack() {
-   subversion_src_unpack
-   default
 }
 
 src_prepare() {
@@ -511,21 +493,9 @@ src_compile() {
fi
 
MAKE="kmk" emake &quo

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

2023-08-26 Thread Viorel Munteanu
commit: a4467ff86d4d5cdb19b8f5fca5ccc1d0644aecfa
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 26 12:59:57 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 13:00:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4467ff8

app-misc/fastfetch: add 2.0.5

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.0.5.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index b7844309693c..5195ed8852f7 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,4 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.0.3.tar.gz 771351 BLAKE2B 
7a17792dc9cce97de6d1363f5b5a224fbbf11e968ba7d2d2f9e226df319c01a2338d373e5ea3439c77e79b0b5dc490aab4f2fca0f4bba7276de750d9a6513807
 SHA512 
7a944b80feb46ab8151ffbc90482412eb6321aa3e19cf9531102f665e035ef1e1fe9d66655c61721991c0c50af2d51d48973299885b31cef44ee0631d42d4d49
 DIST fastfetch-2.0.4.tar.gz 771440 BLAKE2B 
496a6ccf0b121c3a27f3919b82207e517bec0554bc2e16ba114650d1f5fa9f8141b6f2eee5385fe4a21df1f5c2d3da49db5263f294279a0f05d3aa951bd14469
 SHA512 
8912cd3b469b5bfcfe51b68229957c0ec09f32f6223e0230a9b9625d1a72ad3a55ff0b538e6ea5cf43acae31e20ea58e6499136051674585fbd2a3d7f428fef6
+DIST fastfetch-2.0.5.tar.gz 772840 BLAKE2B 
f8eb5a662455ac1599eea5b6486ea2208487b363464c23a94ca9f1c19e275ab81f3b033789527bb7137b8379f74b52a313e593c9a4dd590acafb5a2af77e383b
 SHA512 
91c506407538f1e59c38ade63d7112be9d1040e5b322d578698e3e35e857d7f473a13805760548a49b0e0757a93c54339b6a9b09a3675e0d7e86f1527b9b2cde

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

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

2023-08-26 Thread Viorel Munteanu
commit: 6bc5cf4a5db092327b873ce78b77c768a5538e42
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Aug 26 13:00:06 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Aug 26 13:00:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc5cf4a

app-misc/fastfetch: drop 2.0.3

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

 app-misc/fastfetch/Manifest   |   1 -
 app-misc/fastfetch/fastfetch-2.0.3.ebuild | 105 --
 2 files changed, 106 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 5195ed8852f7..c6b73b2de7a8 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,4 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
-DIST fastfetch-2.0.3.tar.gz 771351 BLAKE2B 
7a17792dc9cce97de6d1363f5b5a224fbbf11e968ba7d2d2f9e226df319c01a2338d373e5ea3439c77e79b0b5dc490aab4f2fca0f4bba7276de750d9a6513807
 SHA512 
7a944b80feb46ab8151ffbc90482412eb6321aa3e19cf9531102f665e035ef1e1fe9d66655c61721991c0c50af2d51d48973299885b31cef44ee0631d42d4d49
 DIST fastfetch-2.0.4.tar.gz 771440 BLAKE2B 
496a6ccf0b121c3a27f3919b82207e517bec0554bc2e16ba114650d1f5fa9f8141b6f2eee5385fe4a21df1f5c2d3da49db5263f294279a0f05d3aa951bd14469
 SHA512 
8912cd3b469b5bfcfe51b68229957c0ec09f32f6223e0230a9b9625d1a72ad3a55ff0b538e6ea5cf43acae31e20ea58e6499136051674585fbd2a3d7f428fef6
 DIST fastfetch-2.0.5.tar.gz 772840 BLAKE2B 
f8eb5a662455ac1599eea5b6486ea2208487b363464c23a94ca9f1c19e275ab81f3b033789527bb7137b8379f74b52a313e593c9a4dd590acafb5a2af77e383b
 SHA512 
91c506407538f1e59c38ade63d7112be9d1040e5b322d578698e3e35e857d7f473a13805760548a49b0e0757a93c54339b6a9b09a3675e0d7e86f1527b9b2cde

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

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

2023-10-11 Thread Viorel Munteanu
commit: 635cc83528acd667c25e3a135d2e689425f7518d
Author: Jannis Achstetter  kripserver  net>
AuthorDate: Tue Sep  5 17:03:09 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Oct 11 10:03:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635cc835

app-misc/qlcplus: add 4.12.7

Bug: https://bugs.gentoo.org/863323
Bug: https://bugs.gentoo.org/863557
Signed-off-by: Jannis Achstetter  kripserver.net>
Closes: https://github.com/gentoo/gentoo/pull/32638
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-misc/qlcplus/Manifest  |  1 +
 app-misc/qlcplus/qlcplus-4.12.7.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/app-misc/qlcplus/Manifest b/app-misc/qlcplus/Manifest
index cfa1f1f6dcea..12ffd18650b4 100644
--- a/app-misc/qlcplus/Manifest
+++ b/app-misc/qlcplus/Manifest
@@ -1,2 +1,3 @@
 DIST QLC+_4.12.6.tar.gz 11345674 BLAKE2B 
6035f29f22dd214c1190bd13fbdf5e4bd7b4fb3e3cf20f5556fe31aa318dc1490ffe5159f00e3accd88bff8cdb4bb2763e29e318073a3bf2f00ca3676fff266a
 SHA512 
80869bc0c1682aeb81f5463253be595aa4745d3c4b5e20a1c8ae1c3d9ceabbbf251b52bebb723d9e0297bc712cc75fe2dd472182b79bef84b351cd4795231765
+DIST QLC+_4.12.7.tar.gz 11603681 BLAKE2B 
52e257842e4892f04f7f45ea7747beb89c95a40d9d55d2e3629d4b3f7eed0e621936ff8af5c3b440e3237569cc0f44856cea9ceda61234e0b8ea35005c529b42
 SHA512 
26b3f17d25b0f34d41c701d1902e88eceb553f8d35d7d732581523a1066338bc8bd391fbb7b966ab5fe43114f405f9a8cef2d3c0da4d7b76bbe91bf0f64eae49
 DIST QLC+_5.0.0_beta1.tar.gz 11170124 BLAKE2B 
aebc0ddbd2ee9b4dd242d4766a708a9e83621c1f5ab6a69ab4ad4884f10eae954ad5a7d6aaef908ec4d1c725705231676ec77a3f65f0bcee73099344540bae00
 SHA512 
f831be1e31a995151768a09d1cdeb8815086d2ce3fc8c4e0abf12aefe6eb02870c6d86ae87cd7061ec353ce1d23ac7f73cd7646f3c2f00ddde45c25ff36ec884

diff --git a/app-misc/qlcplus/qlcplus-4.12.7.ebuild 
b/app-misc/qlcplus/qlcplus-4.12.7.ebuild
new file mode 100644
index ..63d949d616d7
--- /dev/null
+++ b/app-misc/qlcplus/qlcplus-4.12.7.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qmake-utils udev virtualx xdg
+
+DESCRIPTION="A software to control DMX or analog lighting systems"
+HOMEPAGE="https://www.qlcplus.org/";
+SRC_URI="https://github.com/mcallegari/${PN}/archive/QLC+_${PV}.tar.gz";
+S="${WORKDIR}/qlcplus-QLC-_${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+"
+RDEPEND="
+   dev-embedded/libftdi:=
+   dev-libs/glib:2
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtmultimedia:5[widgets]
+   dev-qt/qtnetwork:5
+   dev-qt/qtscript:5
+   dev-qt/qtwidgets:5
+   media-libs/alsa-lib
+   media-libs/libmad
+   media-libs/libsndfile
+   sci-libs/fftw:3.0
+   virtual/libusb:0
+   virtual/libusb:1
+   virtual/udev
+"
+IDEPEND="
+   dev-util/desktop-file-utils
+"
+DEPEND="${RDEPEND}
+   dev-qt/qttest:5
+"
+
+src_prepare() {
+   default
+
+   sed -e "/UDEVRULESDIR/s:/etc/udev/rules.d:$(get_udevdir)/rules.d:" \
+   -i variables.pri || die
+
+   ## Remove Werror-flag since there are some warnings with gcc-9.x
+   sed -e "s/QMAKE_CXXFLAGS += -Werror/#&/g" \
+   -i variables.pri || die
+}
+
+src_configure() {
+   eqmake5
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+}
+
+pkg_postinst() {
+   udev_reload
+
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+src_test() {
+   virtx emake check
+}
+
+pkg_postrm() {
+   udev_reload
+
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-simulation/simutrans/

2023-10-11 Thread Viorel Munteanu
commit: 5d4c53037902a82343636ebca2c00a37152f1e6e
Author: tastytea  tastytea  de>
AuthorDate: Fri Sep  8 20:26:28 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Oct 11 11:02:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4c5303

games-simulation/simutrans: make midi support optional

Closes: https://bugs.gentoo.org/913715
Signed-off-by: tastytea  tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/32693
Signed-off-by: Viorel Munteanu  gentoo.org>

 games-simulation/simutrans/metadata.xml|   1 +
 .../simutrans/simutrans-123.0.1-r2.ebuild  | 109 +
 2 files changed, 110 insertions(+)

diff --git a/games-simulation/simutrans/metadata.xml 
b/games-simulation/simutrans/metadata.xml
index bdfc12b3f89d..e4089ed1e978 100644
--- a/games-simulation/simutrans/metadata.xml
+++ b/games-simulation/simutrans/metadata.xml
@@ -15,5 +15,6 @@


Don't install any PakSets (scenario 
data)
+   support for background MIDI music via 
media-sound/fluidsynth

 

diff --git a/games-simulation/simutrans/simutrans-123.0.1-r2.ebuild 
b/games-simulation/simutrans/simutrans-123.0.1-r2.ebuild
new file mode 100644
index ..0fafadd3255d
--- /dev/null
+++ b/games-simulation/simutrans/simutrans-123.0.1-r2.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools desktop flag-o-matic optfeature toolchain-funcs xdg
+
+MY_PV=${PV//./-}
+MY_PAK_64="simupak64-123-0.zip"
+# Required for network games, published in release announcement.
+MY_SVN_REVISION="10421"
+
+DESCRIPTION="A free Transport Tycoon clone"
+HOMEPAGE="https://www.simutrans.com/";
+SRC_URI="
+   mirror://sourceforge/simutrans/simutrans-src-${MY_PV}.zip
+   !minimal? ( mirror://sourceforge/simutrans/${MY_PAK_64} -> 
simutrans_${MY_PAK_64} )
+   https://tastytea.de/files/simutrans_language_pack-Base+texts-${PV}.zip
+   https://github.com/aburch/simutrans/raw/9c84822/simutrans.svg
+"
+S=${WORKDIR}
+
+# NOTE: Get the latest language pack from:
+# 
https://simutrans-germany.com/translator/data/tab/language_pack-Base+texts.zip
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="minimal +midi truetype upnp zstd"
+
+DEPEND="
+   app-arch/bzip2
+   media-libs/libpng:0=
+   media-libs/libsdl2[sound,video]
+   sys-libs/zlib
+   midi? ( media-sound/fluidsynth:=[sdl] )
+   truetype? ( media-libs/freetype )
+   upnp? ( net-libs/miniupnpc:= )
+   zstd? ( app-arch/zstd )
+"
+RDEPEND="
+   ${DEPEND}
+   midi? ( media-sound/fluid-soundfont )
+"
+BDEPEND="
+   app-arch/unzip
+   virtual/pkgconfig
+"
+RESTRICT="test" # Opens the program and doesn't close it.
+
+PATCHES=( "${FILESDIR}"/${PN}-123.0.1-silence-svn-and-git-errors.patch )
+
+src_unpack() {
+   unpack "simutrans-src-${MY_PV}.zip"
+   use minimal || unpack "simutrans_${MY_PAK_64}"
+
+   # Bundled text files are incomplete, bug #580948
+   cd "${S}/simutrans/text" || die
+   unpack "simutrans_language_pack-Base+texts-${PV}.zip"
+}
+
+src_prepare() {
+   default
+   xdg_environment_reset
+
+   strip-flags # bug #293927
+   append-flags -fno-strict-aliasing # bug #859229
+
+   eautoreconf
+
+   # Make it look for the data in the right directory.
+   sed -i -e "s:argv\[0\]:\"/usr/share/${PN}/\":" simmain.cc || die
+}
+
+src_configure() {
+   default
+
+   cat > config.default <<-EOF || die
+   BACKEND=sdl2
+   OSTYPE=linux
+   OPTIMISE=0
+   STATIC=0
+   MULTI_THREAD=1
+   USE_UPNP=$(usex upnp 1 0)
+   USE_FREETYPE=$(usex truetype 1 0)
+   USE_ZSTD=$(usex zstd 1 0)
+   USE_FLUIDSYNTH_MIDI=$(usex midi 1 0)
+   VERBOSE=1
+   FLAGS := -DREVISION="${MY_SVN_REVISION}"
+
+   HOSTCC = $(tc-getCC)
+   HOSTCXX = $(tc-getCXX)
+   EOF
+}
+
+src_install() {
+   newbin build/default/sim ${PN}
+   insinto usr/share/${PN}
+   doins -r simutrans/*
+   doicon "${DISTDIR}"/${PN}.svg
+   domenu "${FILESDIR}"/${PN}.desktop
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   optfeature_header "Since 123.0 this ebuild only installs the Pak64 
PakSet. You can install"
+   optfeature "other PakSets" games-simulation/simutrans-paksets
+}



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

2023-10-12 Thread Viorel Munteanu
commit: 4a2d34eadca55500af9f0ec0b3a8ab78fde9b080
Author: Pascal Jäger  leimstift  de>
AuthorDate: Fri Sep 15 08:22:00 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct 12 12:06:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2d34ea

sys-devel/bin86: fix implicit int declarations

Closes: https://bugs.gentoo.org/880797
Signed-off-by: Pascal Jäger  leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/32795
Signed-off-by: Viorel Munteanu  gentoo.org>

 sys-devel/bin86/bin86-0.16.21-r2.ebuild|  36 +
 .../bin86-0.16.21-fix-build-for-clang16.patch  | 145 +
 2 files changed, 181 insertions(+)

diff --git a/sys-devel/bin86/bin86-0.16.21-r2.ebuild 
b/sys-devel/bin86/bin86-0.16.21-r2.ebuild
new file mode 100644
index ..4cabadfd2b2a
--- /dev/null
+++ b/sys-devel/bin86/bin86-0.16.21-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Assembler and loader used to create kernel bootsector"
+HOMEPAGE="http://v3.sk/~lkundrak/dev86/";
+SRC_URI="http://v3.sk/~lkundrak/dev86/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.16.21-amd64-build.patch
+ "${FILESDIR}"/${PN}-0.16.21-fix-build-for-clang16.patch
+)
+
+src_prepare() {
+   use elibc_musl && CPPFLAGS="${CPPFLAGS} -U__linux__"
+   sed -i \
+   -e '/^PREFIX/s|=.*|=$(DESTDIR)/usr|' \
+   -e '/^MANDIR/s|)/man/man1|)/share/man/man1|' \
+   -e '/^INSTALL_OPTS/s|-s||' \
+   -e "/^CFLAGS/s|=.*|=${CFLAGS} -D_POSIX_SOURCE ${CPPFLAGS}|" \
+   -e "/^LDFLAGS/s|=.*|=${LDFLAGS}|" \
+   Makefile || die
+   tc-export CC
+   default
+}
+
+src_install() {
+   dodir /usr/bin /usr/share/man/man1
+   default
+}

diff --git a/sys-devel/bin86/files/bin86-0.16.21-fix-build-for-clang16.patch 
b/sys-devel/bin86/files/bin86-0.16.21-fix-build-for-clang16.patch
new file mode 100644
index ..9b821ca35850
--- /dev/null
+++ b/sys-devel/bin86/files/bin86-0.16.21-fix-build-for-clang16.patch
@@ -0,0 +1,145 @@
+Subject: [PATCH] fix build for clang 16
+
+clang 16 does not allow implicit int in function declarations
+
+Bug: https://bugs.gentoo.org/880797
+Upstream PR: https://github.com/lkundrak/dev86/pull/26
+
+Signed-off-by: Pascal Jäger 
+---
+ ld/catimage.c | 32 +++-
+ ld/objchop.c  | 16 
+ 2 files changed, 27 insertions(+), 21 deletions(-)
+
+diff --git a/ld/catimage.c b/ld/catimage.c
+index 1f5e160..47161b9 100644
+--- a/ld/catimage.c
 b/ld/catimage.c
+@@ -24,6 +24,7 @@
+ #ifdef __STDC__
+ #include 
+ #include 
++#include 
+ #endif
+ #include "x86_aout.h"
+ 
+@@ -39,9 +40,14 @@ FILE * ofd;
+ FILE * ifd = 0;
+ struct exec header;
+ 
+-main(argc, argv)
+-int argc;
+-char ** argv;
++void open_obj(char * fname);
++void copy_segment(long out_offset,long in_offset,long length);
++void patch_bin(long file_off, int value);
++void read_symtable(void);
++void fatal(char * str);
++
++int
++main(int argc, char ** argv)
+ {
+long image_offset, text_off;
+int  image_id;
+@@ -100,8 +106,8 @@ char ** argv;
+exit(0);
+ }
+ 
+-open_obj(fname)
+-char * fname;
++void
++open_obj(char * fname)
+ {
+input_file = fname;
+ 
+@@ -117,8 +123,8 @@ char * fname;
+   fatal("Input file has bad magic number");
+ }
+ 
+-copy_segment(out_offset, in_offset, length)
+-long out_offset, in_offset, length;
++void
++copy_segment(long out_offset,long in_offset,long length)
+ {
+char buffer[1024];
+int ssize;
+@@ -143,9 +149,8 @@ long out_offset, in_offset, length;
+}
+ }
+ 
+-patch_bin(file_off, value)
+-long file_off;
+-int value;
++void
++patch_bin(long file_off, int value)
+ {
+char wbuf[4];
+if( file_off > 0 )
+@@ -163,7 +168,8 @@ int value;
+}
+ }
+ 
+-read_symtable()
++void
++read_symtable(void)
+ {
+struct nlist item;
+int nitems;
+@@ -234,8 +240,8 @@ read_symtable()
+}
+ }
+ 
+-fatal(str)
+-char * str;
++void
++fatal(char * str)
+ {
+fprintf(stderr, "catimage:%s: %s\n", input_file, str);
+exit(2);
+diff --git a/ld/objchop.c b/ld/objchop.c
+index c7631c1..495df75 100644
+--- a/ld/objchop.c
 b/ld/objchop.c
+@@ -16,12 +16,13 @@ main()
+ 
+ #else
+ 
++void fatal(char* str);
++void write_file(char *fname, long bsize);
++
+ FILE * ifd;
+ struct exec header;
+ 
+-main(argc, argv)
+-int argc;
+-char ** argv;
++int main(int argc, char** argv)
+ {
+FILE * ofd;
+if( argc != 5 ) fatal("Usage: objchop a.out text.bin data.bin sizes.asm");
+@@ -56,9 +57,8 

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

2023-10-12 Thread Viorel Munteanu
commit: 1a5e0b5249ded9d433cf3dcbe021cb69adb9f436
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Oct 13 05:41:32 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Oct 13 05:42:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5e0b52

www-apps/wordpress: add 6.3.2

Security update.

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

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

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index b7ff3156a01b..8e668dbc3c8d 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1 +1,2 @@
 DIST wordpress-6.3.1.tar.gz 23447259 BLAKE2B 
081662cab27632410b69cfbae6dad8e14119125f0fcaecf7b48c3d53659996569fd742b181daf2ef8aabcd5a8fe1487aec5e6934c017aa2298db74e1df820d44
 SHA512 
786abd032f2c245f2af4974a3b11cfbc541754a12cbb1bfa2339ab68b469711d5d8bf9394ff12fd7b6b7a5b4006d72aeecd34dc8fbed531b39df287e878e2da9
+DIST wordpress-6.3.2.tar.gz 23465047 BLAKE2B 
d1fe6e7822394051dab99bd854095429ae115f6c41a558805276c8c7a5440e8279ae3ca89f5b2da789550bc0d40ecab44000de8e39a753fa1b3a01f4c8e6194f
 SHA512 
68fade6d608b8be4f35c7b7d0e8d73658b8690f3548d5374ca8a16a7b18affb9bcea54c1357fb442a1928cc0826ab40cabfd6ad91f0b4a5c00451036bea78747

diff --git a/www-apps/wordpress/wordpress-6.3.2.ebuild 
b/www-apps/wordpress/wordpress-6.3.2.ebuild
new file mode 100644
index ..b6c209d75a8c
--- /dev/null
+++ b/www-apps/wordpress/wordpress-6.3.2.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 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/

2023-10-12 Thread Viorel Munteanu
commit: 0acb00a95d7b9e875d890b6443b154f48dc2e137
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Oct 13 05:41:50 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Oct 13 05:42:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acb00a9

www-apps/wordpress: drop 6.3.1

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

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

diff --git a/www-apps/wordpress/Manifest b/www-apps/wordpress/Manifest
index 8e668dbc3c8d..80fb675ae67f 100644
--- a/www-apps/wordpress/Manifest
+++ b/www-apps/wordpress/Manifest
@@ -1,2 +1 @@
-DIST wordpress-6.3.1.tar.gz 23447259 BLAKE2B 
081662cab27632410b69cfbae6dad8e14119125f0fcaecf7b48c3d53659996569fd742b181daf2ef8aabcd5a8fe1487aec5e6934c017aa2298db74e1df820d44
 SHA512 
786abd032f2c245f2af4974a3b11cfbc541754a12cbb1bfa2339ab68b469711d5d8bf9394ff12fd7b6b7a5b4006d72aeecd34dc8fbed531b39df287e878e2da9
 DIST wordpress-6.3.2.tar.gz 23465047 BLAKE2B 
d1fe6e7822394051dab99bd854095429ae115f6c41a558805276c8c7a5440e8279ae3ca89f5b2da789550bc0d40ecab44000de8e39a753fa1b3a01f4c8e6194f
 SHA512 
68fade6d608b8be4f35c7b7d0e8d73658b8690f3548d5374ca8a16a7b18affb9bcea54c1357fb442a1928cc0826ab40cabfd6ad91f0b4a5c00451036bea78747

diff --git a/www-apps/wordpress/wordpress-6.3.1.ebuild 
b/www-apps/wordpress/wordpress-6.3.1.ebuild
deleted file mode 100644
index b6c209d75a8c..
--- a/www-apps/wordpress/wordpress-6.3.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 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: app-emulation/virtualbox-guest-additions/, ...

2023-10-13 Thread Viorel Munteanu
commit: de33d876895296128d4fedbfc6e4a97ccde3e2a2
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Fri Oct 13 09:43:32 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Fri Oct 13 09:43:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de33d876

app-emulation/virtualbox-guest-additions: fix building with kernel 5.5

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

 ...box-guest-additions-7.0.10-fix-kernel-6.5.patch |  35 +++
 .../virtualbox-guest-additions-7.0.10-r1.ebuild| 295 +
 2 files changed, 330 insertions(+)

diff --git 
a/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-7.0.10-fix-kernel-6.5.patch
 
b/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-7.0.10-fix-kernel-6.5.patch
new file mode 100644
index ..5c537bd7ddb7
--- /dev/null
+++ 
b/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-7.0.10-fix-kernel-6.5.patch
@@ -0,0 +1,35 @@
+https://www.virtualbox.org/pipermail/vbox-dev/2023-September/010224.html
+
+From: vbox-dev  on behalf of Larry Finger 
via vbox-dev 
+Sent: Friday, August 11, 2023 12:23 AM
+To: vbox-dev at virtualbox.org
+Subject: [vbox-dev] Fix for kernel 6.5 build of VB 7.0.10
+
+Hi,
+
+The 7.0.10 release fixed most problems with kernel 6.5. The first exception was
+the problem with extensible arrays in the kernel's vboxsf module that I
+described earlier. There were some hiccups, but that fix should be in kernel
+6.5-rc6.
+
+One other problem showed up in the compilation of vbox_fb.c. The patch for 
that,
+released under the MIT license, is shown below:
+
+Index: VirtualBox-7.0.10/src/VBox/Additions/linux/drm/vbox_fb.c
+===
+--- a/src/VBox/Additions/linux/drm/vbox_fb.c
 b/src/VBox/Additions/linux/drm/vbox_fb.c
+@@ -196,9 +196,13 @@
+   .owner = THIS_MODULE,
+   .fb_check_var = drm_fb_helper_check_var,
+   .fb_set_par = drm_fb_helper_set_par,
++#if RTLNX_VER_MIN(6, 5, 0)
++  FB_DEFAULT_SYS_OPS,
++#else
+   .fb_fillrect = drm_fb_helper_sys_fillrect,
+   .fb_copyarea = drm_fb_helper_sys_copyarea,
+   .fb_imageblit = drm_fb_helper_sys_imageblit,
++#endif
+   .fb_pan_display = drm_fb_helper_pan_display,
+   .fb_blank = drm_fb_helper_blank,
+   .fb_setcmap = drm_fb_helper_setcmap,

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.10-r1.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.10-r1.ebuild
new file mode 100644
index ..7c0370a2380b
--- /dev/null
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-7.0.10-r1.ebuild
@@ -0,0 +1,295 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo linux-mod-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.8.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-util/kbuild-0.1.9998.3127
+   sys-devel/bin86
+   sys-power/iasl
+"
+PDEPEND="
+   gui? ( x11-drivers/xf86-video-vboxvideo )
+"
+
+PATCHES=(
+   "${FILESDIR}"/virtualbox-guest-additions-7.0.8-fix-gcc13.patch
+   "${FILESDIR}"/virtualbox-guest-additions-7.0.10-fix-kerne

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

2023-10-14 Thread Viorel Munteanu
commit: 02384db3cb549ee1945d6e37a6b0482f37a84876
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Oct 14 14:39:56 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Oct 14 14:39:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02384db3

app-misc/fastfetch: drop 2.1.0-r1

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

 app-misc/fastfetch/Manifest  |   1 -
 app-misc/fastfetch/fastfetch-2.1.0-r1.ebuild | 106 ---
 2 files changed, 107 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 8bd1753a1295..495b0ccb341d 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,2 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
-DIST fastfetch-2.1.0.tar.gz 793673 BLAKE2B 
3d974f80ff014b951388124e1c6e61f10cca75ba7480341c1d7341a31710c71883b043bd423457f3908cabffaef2b28daadba6d8c6489141fe394bcd059ad8b3
 SHA512 
6163f31e5424e2750a6e5cd0f8573ceb88bc31426e81ca02c19f5ed6348f2572626e33b68709c6947067c7611dbbb73024d5087e1408c2343609b5716c47fb88
 DIST fastfetch-2.1.1.tar.gz 806413 BLAKE2B 
232d87905bd993515007131cfaefa4f0de59d89aa6b926800165ec48c257e6936f5918a43402742caf80dc8db37ecc9a62cfafd334abfd57b4ee1e5680cabb0c
 SHA512 
7cb103c1cab871cae4a338971d18d838eb67d21de48063011fd93c7326d1785ceca32bd3c5216a63972307a7b196f9f3f1432a9fe28081ea1727628e616ab8bb

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

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

2023-10-14 Thread Viorel Munteanu
commit: c0a6b990bd50871c4fbb822bb1f1c3f71d6811a6
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sat Oct 14 14:39:42 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sat Oct 14 14:39:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0a6b990

app-misc/fastfetch: add 2.1.1

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.1.1.ebuild | 106 ++
 2 files changed, 107 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 437879139129..8bd1753a1295 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,2 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.1.0.tar.gz 793673 BLAKE2B 
3d974f80ff014b951388124e1c6e61f10cca75ba7480341c1d7341a31710c71883b043bd423457f3908cabffaef2b28daadba6d8c6489141fe394bcd059ad8b3
 SHA512 
6163f31e5424e2750a6e5cd0f8573ceb88bc31426e81ca02c19f5ed6348f2572626e33b68709c6947067c7611dbbb73024d5087e1408c2343609b5716c47fb88
+DIST fastfetch-2.1.1.tar.gz 806413 BLAKE2B 
232d87905bd993515007131cfaefa4f0de59d89aa6b926800165ec48c257e6936f5918a43402742caf80dc8db37ecc9a62cfafd334abfd57b4ee1e5680cabb0c
 SHA512 
7cb103c1cab871cae4a338971d18d838eb67d21de48063011fd93c7326d1785ceca32bd3c5216a63972307a7b196f9f3f1432a9fe28081ea1727628e616ab8bb

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

[gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/files/, app-text/mupdf/

2023-10-15 Thread Viorel Munteanu
commit: c2d5f763e01c478515a9b6d416b1b68a3858672c
Author: Philipp Rösner  protonmail  com>
AuthorDate: Thu Sep 14 14:36:37 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Oct 15 08:47:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2d5f763

app-text/mupdf: add 1.23.3

Signed-off-by: Philipp Rösner  protonmail.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-text/mupdf/Manifest|   1 +
 .../mupdf/files/mupdf-1.23.3-cross-fixes.patch | 120 +++
 app-text/mupdf/files/mupdf-1.23.3-darwin.patch |  45 ++
 .../mupdf/files/mupdf-1.23.3-openssl-x11.patch |  19 +++
 app-text/mupdf/mupdf-1.23.3.ebuild | 164 +
 5 files changed, 349 insertions(+)

diff --git a/app-text/mupdf/Manifest b/app-text/mupdf/Manifest
index add0b2b8ea22..8380bb69f1e2 100644
--- a/app-text/mupdf/Manifest
+++ b/app-text/mupdf/Manifest
@@ -2,3 +2,4 @@ DIST mupdf-1.19.1-source.tar.xz 64884172 BLAKE2B 
a0dc3783c70cee1b7eb48d1658eb481
 DIST mupdf-1.21.0-source.tar.gz 54753613 BLAKE2B 
bb531f165a9dd8af22aa6e1d65b57d7900bb5128d0c8ad235518ed0b1e446234b147fdd3937f3dd49f627ed2cfb49c4e325baf320f698adbbde68de466f61660
 SHA512 
a711489e236437e4e7c21373d8624118a5308941148be31cd57a0bbed708b44b1d4030aed71ccb82143159fc3a23e5524738e7fc6177058e6bdaf94a36beaf64
 DIST mupdf-1.21.1-source.tar.gz 57243762 BLAKE2B 
9ec79e380af40020d37e4a2a6372175f19b63a47e9f6f55cff777a827f0fba89507d19d4f86394e13209ca8eb9d812c2fc4664f44ed012c91727c9c442bce97c
 SHA512 
11eeea409e0b44d3f754a44b00b15522c2ae2d94171b8c7067efa7acbb1d597eefe1e27607fab90a56bf6c73579bbfb77b7599080fc2504a5881aaf7cc1957c7
 DIST mupdf-1.22.0-source.tar.gz 55043552 BLAKE2B 
745a2fd1d0406acf4fa696585bcd21a4ff36e7539c1d45f886dfe5c9bbf966169e5183e89940d81e88db3014f1ebb0446ae1732b6c2fa25a135251853b71f1f7
 SHA512 
ba073b977306420343c969e6fec37cca4559031ad06cfdee2356edfdfa013ebe7654175aff931684fa48a935bf87f68537754b5e83f767517bc428ac07709a59
+DIST mupdf-1.23.3-source.tar.gz 55144800 BLAKE2B 
816e2bf46c2431df9726976efeaa0d7ebd8809cbdd9331a747cca32088aaf21b70e9522614d1dc20c856cc597003be6285f866eae8bbde3098e702acfdea8465
 SHA512 
37fbebd07680d79a38d289264a4028396ee58fad52c541efa37463e63a45ed8bab71188d6c05eb15e602964d89ee6633575dceb972f7bd8b0b5efdde5af9b737

diff --git a/app-text/mupdf/files/mupdf-1.23.3-cross-fixes.patch 
b/app-text/mupdf/files/mupdf-1.23.3-cross-fixes.patch
new file mode 100644
index ..02fa3bfdd45c
--- /dev/null
+++ b/app-text/mupdf/files/mupdf-1.23.3-cross-fixes.patch
@@ -0,0 +1,120 @@
+Refreshed patches based on:
+https://sources.debian.org/patches/mupdf/1.17.0+ds1-1/0004-MuPDF-crossbuild-use-target-arch-pkg-config.patch/
+https://sources.debian.org/patches/mupdf/1.17.0+ds1-1/0005-MuPDF-crossbuild-use-host-cc-for-utils.patch/
+--- a/Makerules
 b/Makerules
+@@ -9,6 +9,9 @@ ifeq ($(OS),)
+   OS := $(OS:Darwin=MACOS)
+ endif
+ 
++PKG_CONFIG ?= pkg-config
++CC_FOR_BUILD ?= $(CC)
++
+ WARNING_CFLAGS := -Wall -Wsign-compare
+ 
+ # Feature configuration options
+@@ -190,51 +193,51 @@ else ifeq ($(OS),Linux)
+ LDFLAGS += -sTOTAL_MEMORY=48MB
+   endif
+ 
+-  ifeq ($(shell pkg-config --exists freetype2 && echo yes),yes)
+-  SYS_FREETYPE_CFLAGS := $(shell pkg-config --cflags freetype2)
+-  SYS_FREETYPE_LIBS := $(shell pkg-config --libs freetype2)
++  ifeq ($(shell $(PKG_CONFIG) --exists freetype2 && echo yes),yes)
++  SYS_FREETYPE_CFLAGS := $(shell $(PKG_CONFIG) --cflags freetype2)
++  SYS_FREETYPE_LIBS := $(shell $(PKG_CONFIG) --libs freetype2)
+   endif
+-  ifeq ($(shell pkg-config --exists gumbo && echo yes),yes)
+-  SYS_GUMBO_CFLAGS := $(shell pkg-config --cflags gumbo)
+-  SYS_GUMBO_LIBS := $(shell pkg-config --libs gumbo)
++  ifeq ($(shell $(PKG_CONFIG) --exists gumbo && echo yes),yes)
++  SYS_GUMBO_CFLAGS := $(shell $(PKG_CONFIG) --cflags gumbo)
++  SYS_GUMBO_LIBS := $(shell $(PKG_CONFIG) --libs gumbo)
+   endif
+-  ifeq ($(shell pkg-config --exists harfbuzz && echo yes),yes)
+-  SYS_HARFBUZZ_CFLAGS := $(shell pkg-config --cflags harfbuzz)
+-  SYS_HARFBUZZ_LIBS := $(shell pkg-config --libs harfbuzz)
++  ifeq ($(shell $(PKG_CONFIG) --exists harfbuzz && echo yes),yes)
++  SYS_HARFBUZZ_CFLAGS := $(shell $(PKG_CONFIG) --cflags harfbuzz)
++  SYS_HARFBUZZ_LIBS := $(shell $(PKG_CONFIG) --libs harfbuzz)
+   endif
+-  ifeq ($(shell pkg-config --exists lcms2 && echo yes),yes)
+-  SYS_LCMS2_CFLAGS := $(shell pkg-config --cflags lcms2)
+-  SYS_LCMS2_LIBS := $(shell pkg-config --libs lcms2)
++  ifeq ($(shell $(PKG_CONFIG) --exists lcms2 && echo yes),yes)
++  SYS_LCMS2_CFLAGS := $(shell $(PKG_CONFIG) --cflags lcms2)
++  SYS_LCMS2_LIBS := $(shell $(PKG_CONFIG) --libs lcms2)
+   endif
+-  ifeq ($(shell pkg-config --exists libjpeg && echo yes),yes)
+-  SYS_LIBJPEG_CFLAGS := $(shell pkg-config --cfl

[gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/files/, app-text/mupdf/

2023-10-15 Thread Viorel Munteanu
commit: 0c858240680739e3a08b1957340afe8f6c7eef6a
Author: Philipp Rösner  protonmail  com>
AuthorDate: Fri Oct 13 19:42:20 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Oct 15 08:47:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c858240

app-text/mupdf: drop 1.21.0, 1.21.1-r1

Signed-off-by: Philipp Rösner  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32779
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-text/mupdf/Manifest|   2 -
 .../mupdf-1.10a-add-desktop-pc-xpm-files.patch | 533 -
 .../files/mupdf-1.21.1-fix-url-processing.patch|  25 -
 app-text/mupdf/mupdf-1.21.0.ebuild | 159 --
 app-text/mupdf/mupdf-1.21.1-r1.ebuild  | 167 ---
 5 files changed, 886 deletions(-)

diff --git a/app-text/mupdf/Manifest b/app-text/mupdf/Manifest
index 8380bb69f1e2..5898141302e2 100644
--- a/app-text/mupdf/Manifest
+++ b/app-text/mupdf/Manifest
@@ -1,5 +1,3 @@
 DIST mupdf-1.19.1-source.tar.xz 64884172 BLAKE2B 
a0dc3783c70cee1b7eb48d1658eb48186e35a42513aa9e98f7155bb82ed771ed0c5d5032013d09d93cdca4f49deda65553fe0e1af7645893722dafa855b2c958
 SHA512 
d6bc5b6adb6a418de50021864f4b3a75da653fa534eeedbfe9875cb202efeb13efdec66b4d108ca8fa6b0dc76733468b214e5fdf331bebc35fc6f722203fa3f7
-DIST mupdf-1.21.0-source.tar.gz 54753613 BLAKE2B 
bb531f165a9dd8af22aa6e1d65b57d7900bb5128d0c8ad235518ed0b1e446234b147fdd3937f3dd49f627ed2cfb49c4e325baf320f698adbbde68de466f61660
 SHA512 
a711489e236437e4e7c21373d8624118a5308941148be31cd57a0bbed708b44b1d4030aed71ccb82143159fc3a23e5524738e7fc6177058e6bdaf94a36beaf64
-DIST mupdf-1.21.1-source.tar.gz 57243762 BLAKE2B 
9ec79e380af40020d37e4a2a6372175f19b63a47e9f6f55cff777a827f0fba89507d19d4f86394e13209ca8eb9d812c2fc4664f44ed012c91727c9c442bce97c
 SHA512 
11eeea409e0b44d3f754a44b00b15522c2ae2d94171b8c7067efa7acbb1d597eefe1e27607fab90a56bf6c73579bbfb77b7599080fc2504a5881aaf7cc1957c7
 DIST mupdf-1.22.0-source.tar.gz 55043552 BLAKE2B 
745a2fd1d0406acf4fa696585bcd21a4ff36e7539c1d45f886dfe5c9bbf966169e5183e89940d81e88db3014f1ebb0446ae1732b6c2fa25a135251853b71f1f7
 SHA512 
ba073b977306420343c969e6fec37cca4559031ad06cfdee2356edfdfa013ebe7654175aff931684fa48a935bf87f68537754b5e83f767517bc428ac07709a59
 DIST mupdf-1.23.3-source.tar.gz 55144800 BLAKE2B 
816e2bf46c2431df9726976efeaa0d7ebd8809cbdd9331a747cca32088aaf21b70e9522614d1dc20c856cc597003be6285f866eae8bbde3098e702acfdea8465
 SHA512 
37fbebd07680d79a38d289264a4028396ee58fad52c541efa37463e63a45ed8bab71188d6c05eb15e602964d89ee6633575dceb972f7bd8b0b5efdde5af9b737

diff --git a/app-text/mupdf/files/mupdf-1.10a-add-desktop-pc-xpm-files.patch 
b/app-text/mupdf/files/mupdf-1.10a-add-desktop-pc-xpm-files.patch
deleted file mode 100644
index decab5015bf5..
--- a/app-text/mupdf/files/mupdf-1.10a-add-desktop-pc-xpm-files.patch
+++ /dev/null
@@ -1,533 +0,0 @@
 /dev/null
-+++ ./platform/debian/mupdf.desktop
-@@ -0,0 +1,15 @@
-+[Desktop Entry]
-+Name=MuPDF
-+GenericName=PDF file viewer
-+Exec=mupdf %f
-+TryExec=mupdf
-+Icon=mupdf
-+Terminal=false
-+Type=Application
-+MimeType=application/pdf;application/x-pdf;application/x-cbz;application/oxps;application/vnd.ms-xpsdocument;image/jpeg;image/pjpeg;image/png;image/tiff;image/x-tiff;
-+Categories=Viewer;Graphics;
-+Actions=View;
-+
-+[Desktop Action View]
-+Name=View with mupdf
-+Exec=mupdf %f
 /dev/null
-+++ ./platform/debian/mupdf.pc
-@@ -0,0 +1,12 @@
-+prefix=/usr
-+exec_prefix=${prefix}
-+libdir=${exec_prefix}/lib
-+includedir=${prefix}/include
-+
-+Name: mupdf
-+Description: Library for rendering PDF documents
-+Requires: freetype2 libopenjp2 libcrypto
-+Version: 0.5.0
-+Libs: -L${libdir} -lmupdf
-+Libs.private: -lmupdf-js-none
-+Cflags: -I${includedir}
 /dev/null
-+++ ./platform/debian/mupdf.xpm
-@@ -0,0 +1,497 @@
-+/* XPM */
-+static char *mupdf[] = {
-+/* width height ncolors chars_per_pixel */
-+"48 48 442 2",
-+/* colors */
-+"   c #00",
-+" . c #2E4558",
-+" X c #252121",
-+" o c #AFAFAF",
-+" O c #28313B",
-+" + c #231F1F",
-+" @ c #68",
-+" # c #98BDD7",
-+" $ c #201B1C",
-+" % c #7CABCC",
-+" & c #4487B6",
-+" * c #DFDEDE",
-+" = c #4285B4",
-+" - c #615E5F",
-+" ; c #605E5E",
-+" : c #23262C",
-+" > c #D9D8D8",
-+" , c #F7FAFC",
-+" < c #D7D6D6",
-+" 1 c #BFD6E6",
-+" 2 c #6BA0C5",
-+" 3 c #232122",
-+" 4 c #555253",
-+" 5 c #CD",
-+" 6 c #E7EFF6",
-+" 7 c #4786B2",
-+" 8 c #CADDEA",
-+" 9 c #4085B5",
-+" 0 c #AECBDF",
-+" q c #CBCACA",
-+" w c #92B9D4",
-+" e c #365F7D",
-+" r c #5A95BE",
-+" t c #3E83B3",
-+" y c #304B60",
-+&

[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/

2023-10-15 Thread Viorel Munteanu
commit: d3eb76f05a26ae4e618ecf4d8c1fa537b6e47038
Author: Philipp Rösner  protonmail  com>
AuthorDate: Wed Sep 27 20:38:43 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Oct 15 08:50:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3eb76f0

app-text/zathura-pdf-mupdf: add 0.4.1

Signed-off-by: Philipp Rösner  protonmail.com>
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-text/zathura-pdf-mupdf/Manifest|  1 +
 .../zathura-pdf-mupdf-0.4.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/app-text/zathura-pdf-mupdf/Manifest 
b/app-text/zathura-pdf-mupdf/Manifest
index e2061a022609..7e556152d028 100644
--- a/app-text/zathura-pdf-mupdf/Manifest
+++ b/app-text/zathura-pdf-mupdf/Manifest
@@ -1,3 +1,4 @@
 DIST zathura-pdf-mupdf-0.3.8.tar.gz 9198 BLAKE2B 
b873d3352d4f324d5dfceebe0ca1cd13e5e5b9bbedf89a5fdae553a2d2cf59ece455bbe931fc021310a7be3c765663ef73931016d48abaedaf2d3488f96d0866
 SHA512 
5742f22fc919af390a8a42f64640c36aaf1499a20d1c6603e70cc47b3f6634dafc94a31bfbb30c88524ac0c18c040f0fd6c63d236dbb556784cb17a9b0446374
 DIST zathura-pdf-mupdf-0.3.9.tar.gz 9201 BLAKE2B 
a74621e6330889363e25875e25984d8f9d9250a654ddb628849a8750fc4730cb6707d1959d0d28189d99af6bc041e1806036737b3daaa739373e632e304d
 SHA512 
12537ca4c579be6dfa4c94195eafea09e45a08207eb131ed806ab868a71d781dbe6fef5e4442f77bcc0a70921d44654d97d48a6f4bfdbe28e0bdb9fec67f69b1
 DIST zathura-pdf-mupdf-0.4.0.tar.gz 9323 BLAKE2B 
e633e2d52080dc017cd59be184fc52f52b21f9bfa1cecb48c83b4383366226f8e65fcd92503493e8df568847f84a39f2f7d8e4a87df44c66ec121c246557e10a
 SHA512 
44a8d72f54adf29cc853c636f2387edb52e253522c82175533a2f80a6afc45ca88a785785bb840bf81e368ef8f35e31f5e9bf7648ee6a13d394eb4133585c060
+DIST zathura-pdf-mupdf-0.4.1.tar.gz 9346 BLAKE2B 
f1998acf00696fd40577f6e53b597258e519d3862c5b6b29bec292aaa732acf0b7a80ddf1b2f62d95d9462fe811a73cd912009106394bf1aadfa76be9c6d1adc
 SHA512 
bf3360cdf6195af3cace4c769536a49f1cf2167c70a65b560410db1a0098119d726e73baeea98ca7100653c17248056c484fc436558e52a8dc12e7b83ce789b1

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild 
b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild
new file mode 100644
index ..53bd172f9007
--- /dev/null
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.4.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git";
+   EGIT_BRANCH="develop"
+else
+   KEYWORDS="~amd64 ~arm ~x86"
+   SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz";
+fi
+
+DESCRIPTION="PDF plug-in for zathura"
+HOMEPAGE="https://git.pwmt.org/pwmt/zathura-pdf-mupdf";
+
+LICENSE="ZLIB"
+SLOT="0"
+IUSE="+javascript"
+
+DEPEND="
+   >=app-text/mupdf-1.20.0:=[javascript?]
+   >=app-text/zathura-0.5.2:=
+   dev-libs/girara
+   dev-libs/glib:2
+   x11-libs/cairo
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.4.0-meson-mupdfthird.patch"
+)
+
+src_prepare() (
+   default
+
+   if ! use javascript ; then
+   sed -i -e '/mujs/d' meson.build || die
+   fi
+)



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/

2023-10-15 Thread Viorel Munteanu
commit: cd750f7c562d1946b595c5e66f3e771f048ab6c0
Author: Philipp Rösner  protonmail  com>
AuthorDate: Wed Sep 27 20:40:31 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Oct 15 08:50:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd750f7c

app-text/zathura-pdf-mupdf: drop 0.3.8-r2, 0.3.9

Signed-off-by: Philipp Rösner  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33092
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-text/zathura-pdf-mupdf/Manifest|  2 --
 .../zathura-pdf-mupdf-0.3.8-r2.ebuild  | 38 --
 .../zathura-pdf-mupdf-0.3.9.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/app-text/zathura-pdf-mupdf/Manifest 
b/app-text/zathura-pdf-mupdf/Manifest
index 7e556152d028..5de3781f22b8 100644
--- a/app-text/zathura-pdf-mupdf/Manifest
+++ b/app-text/zathura-pdf-mupdf/Manifest
@@ -1,4 +1,2 @@
-DIST zathura-pdf-mupdf-0.3.8.tar.gz 9198 BLAKE2B 
b873d3352d4f324d5dfceebe0ca1cd13e5e5b9bbedf89a5fdae553a2d2cf59ece455bbe931fc021310a7be3c765663ef73931016d48abaedaf2d3488f96d0866
 SHA512 
5742f22fc919af390a8a42f64640c36aaf1499a20d1c6603e70cc47b3f6634dafc94a31bfbb30c88524ac0c18c040f0fd6c63d236dbb556784cb17a9b0446374
-DIST zathura-pdf-mupdf-0.3.9.tar.gz 9201 BLAKE2B 
a74621e6330889363e25875e25984d8f9d9250a654ddb628849a8750fc4730cb6707d1959d0d28189d99af6bc041e1806036737b3daaa739373e632e304d
 SHA512 
12537ca4c579be6dfa4c94195eafea09e45a08207eb131ed806ab868a71d781dbe6fef5e4442f77bcc0a70921d44654d97d48a6f4bfdbe28e0bdb9fec67f69b1
 DIST zathura-pdf-mupdf-0.4.0.tar.gz 9323 BLAKE2B 
e633e2d52080dc017cd59be184fc52f52b21f9bfa1cecb48c83b4383366226f8e65fcd92503493e8df568847f84a39f2f7d8e4a87df44c66ec121c246557e10a
 SHA512 
44a8d72f54adf29cc853c636f2387edb52e253522c82175533a2f80a6afc45ca88a785785bb840bf81e368ef8f35e31f5e9bf7648ee6a13d394eb4133585c060
 DIST zathura-pdf-mupdf-0.4.1.tar.gz 9346 BLAKE2B 
f1998acf00696fd40577f6e53b597258e519d3862c5b6b29bec292aaa732acf0b7a80ddf1b2f62d95d9462fe811a73cd912009106394bf1aadfa76be9c6d1adc
 SHA512 
bf3360cdf6195af3cace4c769536a49f1cf2167c70a65b560410db1a0098119d726e73baeea98ca7100653c17248056c484fc436558e52a8dc12e7b83ce789b1

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.8-r2.ebuild 
b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.8-r2.ebuild
deleted file mode 100644
index e7aecbc89e4e..
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.8-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git";
-   EGIT_BRANCH="develop"
-else
-   KEYWORDS="amd64 arm x86"
-   SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz";
-fi
-
-DESCRIPTION="PDF plug-in for zathura"
-HOMEPAGE="https://git.pwmt.org/pwmt/zathura-pdf-mupdf";
-
-LICENSE="ZLIB"
-SLOT="0"
-
-DEPEND="~app-text/mupdf-1.19.1:=
-   >=app-text/zathura-0.3.9
-   dev-libs/girara
-   dev-libs/glib:2
-   x11-libs/cairo"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="app-text/tesseract
-   dev-lang/mujs
-   media-libs/leptonica
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch"
-)

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild 
b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild
deleted file mode 100644
index 22828fa1fcc3..
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git";
-   EGIT_BRANCH="develop"
-else
-   KEYWORDS="amd64 arm x86"
-   SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz";
-fi
-
-DESCRIPTION="PDF plug-in for zathura"
-HOMEPAGE="https://git.pwmt.org/pwmt/zathura-pdf-mupdf";
-
-LICENSE="ZLIB"
-SLOT="0"
-
-DEPEND=">=app-text/mupdf-1.20.0:=
-   >=app-text/zathura-0.3.9
-   dev-libs/girara
-   dev-libs/glib:2
-   x11-libs/cairo"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="app-text/tesseract
-   dev-lang/mujs
-   media-libs/leptonica
-   virtual/pkgconfig"
-
-PATCHES=(
-   "${FILESDIR}/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch"
-)



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

2023-10-15 Thread Viorel Munteanu
commit: aab69fa6c5a71a900f35b15d2b3ac379fe9efc67
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Oct 15 09:51:48 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Oct 15 09:51:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab69fa6

app-misc/fastfetch: add 2.1.2

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.1.2.ebuild | 106 ++
 2 files changed, 107 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 495b0ccb341d..4aaac9fbf768 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,2 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.1.1.tar.gz 806413 BLAKE2B 
232d87905bd993515007131cfaefa4f0de59d89aa6b926800165ec48c257e6936f5918a43402742caf80dc8db37ecc9a62cfafd334abfd57b4ee1e5680cabb0c
 SHA512 
7cb103c1cab871cae4a338971d18d838eb67d21de48063011fd93c7326d1785ceca32bd3c5216a63972307a7b196f9f3f1432a9fe28081ea1727628e616ab8bb
+DIST fastfetch-2.1.2.tar.gz 806365 BLAKE2B 
458d286b24dc37560d0b5331fd915abc7307c58ebe92d348dca1e7c5d4bfdafd9f6db582eeba286e150d264e6ef2b8c0e5581eaafec6c14e1344fa1d87a3345e
 SHA512 
7d710357dc27c237ee6c0ac21df34ca1d6aa7be3d0adc91abe1e444cc0200daadebf2de1cb9be6f7fc144e85cf72788263147eba1f55fd3fb8bd8e5e0ee16021

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

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

2023-10-15 Thread Viorel Munteanu
commit: 019433876541c29c3b282a68a9053d6747aed3df
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Sun Oct 15 09:51:55 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Oct 15 09:51:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01943387

app-misc/fastfetch: drop 2.1.1

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

 app-misc/fastfetch/Manifest   |   1 -
 app-misc/fastfetch/fastfetch-2.1.1.ebuild | 106 --
 2 files changed, 107 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 4aaac9fbf768..0765376b510a 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,2 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
-DIST fastfetch-2.1.1.tar.gz 806413 BLAKE2B 
232d87905bd993515007131cfaefa4f0de59d89aa6b926800165ec48c257e6936f5918a43402742caf80dc8db37ecc9a62cfafd334abfd57b4ee1e5680cabb0c
 SHA512 
7cb103c1cab871cae4a338971d18d838eb67d21de48063011fd93c7326d1785ceca32bd3c5216a63972307a7b196f9f3f1432a9fe28081ea1727628e616ab8bb
 DIST fastfetch-2.1.2.tar.gz 806365 BLAKE2B 
458d286b24dc37560d0b5331fd915abc7307c58ebe92d348dca1e7c5d4bfdafd9f6db582eeba286e150d264e6ef2b8c0e5581eaafec6c14e1344fa1d87a3345e
 SHA512 
7d710357dc27c237ee6c0ac21df34ca1d6aa7be3d0adc91abe1e444cc0200daadebf2de1cb9be6f7fc144e85cf72788263147eba1f55fd3fb8bd8e5e0ee16021

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

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/files/, x11-plugins/astime/

2023-10-15 Thread Viorel Munteanu
commit: d475d108d33110a89a72332e35543c2448315be0
Author: Pascal Jäger  leimstift  de>
AuthorDate: Mon Sep 18 12:28:06 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct 16 06:09:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d475d108

x11-plugins/astime: revbump, fix build for clang16

EAPI bump
Fix homepage

Closes: https://bugs.gentoo.org/874714
Closes: https://bugs.gentoo.org/882175
Closes: https://bugs.gentoo.org/898458
Signed-off-by: Pascal Jäger  leimstift.de>
Closes: https://github.com/gentoo/gentoo/pull/32902
Signed-off-by: Viorel Munteanu  gentoo.org>

 x11-plugins/astime/astime-2.8-r3.ebuild| 48 ++
 .../astime-2.8-fix-implicit-function-decl.patch| 17 
 ...time-2.8-remove-double-config.h-autotools.patch | 27 
 3 files changed, 92 insertions(+)

diff --git a/x11-plugins/astime/astime-2.8-r3.ebuild 
b/x11-plugins/astime/astime-2.8-r3.ebuild
new file mode 100644
index ..1c7add6ea8eb
--- /dev/null
+++ b/x11-plugins/astime/astime-2.8-r3.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools toolchain-funcs
+
+DESCRIPTION="Analogue clock utility for X Windows"
+HOMEPAGE="https://tigr.net/afterstep/applets/ http://www.afterstep.org/";
+SRC_URI="http://www.tigr.net/afterstep/download/${PN}/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="jpeg"
+
+RDEPEND="x11-libs/libXpm
+   x11-libs/libSM
+   jpeg? ( media-libs/libjpeg-turbo:0 )"
+
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+
+PATCHES=(
+   "${FILESDIR}/${P}-remove-double-config.h-autotools.patch"
+   "${FILESDIR}/${P}-fix-implicit-function-decl.patch"
+)
+
+src_prepare() {
+   default
+   cd "${S}/autoconf" || die
+   eautoreconf
+   cp "${S}/autoconf/configure" "${S}/" || die
+}
+
+src_configure() {
+   econf $(use_enable jpeg) --with-xpm-library=/usr/$(get_libdir)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   dobin "${PN}"
+   newman "${PN}.man" "${PN}.1"
+   einstalldocs
+}

diff --git 
a/x11-plugins/astime/files/astime-2.8-fix-implicit-function-decl.patch 
b/x11-plugins/astime/files/astime-2.8-fix-implicit-function-decl.patch
new file mode 100644
index ..2db4db842685
--- /dev/null
+++ b/x11-plugins/astime/files/astime-2.8-fix-implicit-function-decl.patch
@@ -0,0 +1,17 @@
+File uses implicit declaration of a library function. This is not allow with 
clang16s default settings.
+
+Bug: https://bugs.gentoo.org/882175
+Patch has been sent to upstream via mail
+
+#  Pascal Jäger  (2023-09-18)
+
+--- a/astime_x.c
 b/astime_x.c
+@@ -11,6 +11,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ 

diff --git 
a/x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch 
b/x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch
new file mode 100644
index ..bcfba897fcb8
--- /dev/null
+++ b/x11-plugins/astime/files/astime-2.8-remove-double-config.h-autotools.patch
@@ -0,0 +1,27 @@
+In order to do a full eautoreconf we need to remove the double declarations of 
config.h in configure.in
+
+Bug: https://bugs.gentoo.org/874714
+Bug: https://bugs.gentoo.org/898458
+Patch has been sent to upstream via mail
+
+#  Pascal Jäger  (2023-09-18)
+
+--- a/autoconf/configure.in
 b/autoconf/configure.in
+@@ -60,7 +60,6 @@ AC_PATH_XTRA
+ AC_CHECK_HEADERS(sys/wait.h sys/time.h)
+ AC_CHECK_HEADERS(sys/statvfs.h sys/vfs.h sys/mount.h ustat.h)
+ AC_CHECK_HEADERS(machine/soundcard.h linux/soundcard.h linux/radio.h)
+-AC_CONFIG_HEADER(config.h)
+ 
+ dnl# Check for X
+ 
+@@ -120,8 +119,6 @@ AC_SUBST(with_afterdir)
+ 
+ dnl# Write results
+ 
+-AC_CONFIG_HEADER(config.h)
+-
+ dnl# Common parts of the Makefile
+ MAKEFILEDEFINES=./autoconf/Makefile.defines
+ MAKEFILECOMMON=./autoconf/Makefile.common



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/astime/, x11-plugins/astime/files/

2023-10-15 Thread Viorel Munteanu
commit: 919eee1ce689419a9809ba65fbfce4e2e8d1a6f1
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Oct 16 06:04:58 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct 16 06:09:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919eee1c

x11-plugins/astime: fix QA issue

Fix LDFLAGS QA issue.
Rename the patch.
Add some missing dependencies.

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

 x11-plugins/astime/astime-2.8-r2.ebuild  |  4 ++--
 x11-plugins/astime/astime-2.8-r3.ebuild  | 16 
 ...ct-ldflags.patch => astime-2.8-respect-ldflags.patch} |  0
 3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/x11-plugins/astime/astime-2.8-r2.ebuild 
b/x11-plugins/astime/astime-2.8-r2.ebuild
index 030c08793e3d..423b8d075323 100644
--- a/x11-plugins/astime/astime-2.8-r2.ebuild
+++ b/x11-plugins/astime/astime-2.8-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,7 @@ RDEPEND="x11-libs/libXpm
 DEPEND="${RDEPEND}
x11-base/xorg-proto"
 
-PATCHES=( "${FILESDIR}/respect-ldflags.patch" )
+PATCHES=( "${FILESDIR}/${P}-respect-ldflags.patch" )
 
 src_configure() {
econf $(use_enable jpeg)

diff --git a/x11-plugins/astime/astime-2.8-r3.ebuild 
b/x11-plugins/astime/astime-2.8-r3.ebuild
index 1c7add6ea8eb..418ad38751ca 100644
--- a/x11-plugins/astime/astime-2.8-r3.ebuild
+++ b/x11-plugins/astime/astime-2.8-r3.ebuild
@@ -14,14 +14,22 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="jpeg"
 
-RDEPEND="x11-libs/libXpm
+RDEPEND="
+   x11-libs/libICE
x11-libs/libSM
-   jpeg? ( media-libs/libjpeg-turbo:0 )"
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXpm
+   jpeg? ( media-libs/libjpeg-turbo:= )
+"
 
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
 
 PATCHES=(
+   "${FILESDIR}/${P}-respect-ldflags.patch"
"${FILESDIR}/${P}-remove-double-config.h-autotools.patch"
"${FILESDIR}/${P}-fix-implicit-function-decl.patch"
 )

diff --git a/x11-plugins/astime/files/respect-ldflags.patch 
b/x11-plugins/astime/files/astime-2.8-respect-ldflags.patch
similarity index 100%
rename from x11-plugins/astime/files/respect-ldflags.patch
rename to x11-plugins/astime/files/astime-2.8-respect-ldflags.patch



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/linode-cli/

2023-10-16 Thread Viorel Munteanu
commit: 1cd0432c4864bb5649a344c13c39856f631890c4
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Oct 17 04:09:21 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Oct 17 04:09:21 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cd0432c

app-admin/linode-cli: add 5.45.0

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

 app-admin/linode-cli/Manifest |  1 +
 app-admin/linode-cli/linode-cli-5.45.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 3f2f5b5100..d2a9f2d1e0 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,3 +1,4 @@
 DIST linode-cli-5.42.1.tar.gz 133000 BLAKE2B 
def5cd7a02c94d9bb809e2da9bc29b631f6d1b65360945ab886a7af724f4e3ef98f96f17f5c8463e1ad772a226b6f1c2a3f3ffb561af1c997546fdb75388f766
 SHA512 
9b19fdfdba712dfa7ccc6d38eb37dab919d3f5e0693fd81362aad2d1bac3c8bbf618629080e13c930fd49e6cf62cfcf2e804997c0be3b5f911ea89ca7293
 DIST linode-cli-5.43.0.tar.gz 124631 BLAKE2B 
9961724935a51a0e6816c4c8d1a7e6b15b0441f60b93439636a2bd3b50c0823e52215d040b45cfce3a2ecc643922b2dbdd07fc2062ef2b5d9fc0d6517c4d9066
 SHA512 
95b43e1fd5541d230641d367fadc06c3c059909f68aa6739e2957f375748de075caa39a7d5974295dd3700f48e9c37b15b5a1d75dc48b8d7128a2eadd5d43960
 DIST linode-cli-5.44.3.tar.gz 125352 BLAKE2B 
b713df9a9a167c063824863b8e78d4ad028c9c2f39ee488c7475bd7254894b11e3617845a4c04e0972697bfe2d374ecf714d570596b7d30c47394db5b8ae01ba
 SHA512 
cca2a3cf6c02a068dd300a36708e1dab9cc794f5882dadac4ab64611926855da787785a9c8836777045c3daaafa8bb7657c1fc7e75fc6a783e380516f737e3c6
+DIST linode-cli-5.45.0.tar.gz 125904 BLAKE2B 
e4f995c9695223117dd9d995bd963285507da44c57cb957652c94b1b127404d2623a51d0cacbcca55b4fd8b3bfd474ec5d405b40066f3ac65aa2d7a06016670d
 SHA512 
09e397c4510e301e0352f4d62dd6d266d640483afaac2b2c05f4876ec125ba8534d66cf6af8e4eecc7a3641a888cb41f29b1d262a0e3e32845659463b3902f09

diff --git a/app-admin/linode-cli/linode-cli-5.45.0.ebuild 
b/app-admin/linode-cli/linode-cli-5.45.0.ebuild
new file mode 100644
index 00..0a5de62d9f
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.45.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+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"
+
+RDEPEND="
+   dev-python/boto3[${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/proj/guru:master commit in: net-im/mautrix-discord/

2023-10-16 Thread Viorel Munteanu
commit: 53c959e3aeb15fa49236968a181d16ce83191a71
Author: Julien Roy  jroy  ca>
AuthorDate: Mon Oct 16 21:19:09 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct 16 21:19:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53c959e3

net-im/mautrix-discord: add 0.6.3

Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-discord/Manifest|  2 +
 .../mautrix-discord/mautrix-discord-0.6.3.ebuild   | 65 ++
 2 files changed, 67 insertions(+)

diff --git a/net-im/mautrix-discord/Manifest b/net-im/mautrix-discord/Manifest
index 72a709d8c9..aec19cf272 100644
--- a/net-im/mautrix-discord/Manifest
+++ b/net-im/mautrix-discord/Manifest
@@ -2,3 +2,5 @@ DIST mautrix-discord-0.5.0.gh.tar.gz 111287 BLAKE2B 
f184f1fb978bb63b1e1136160ac4
 DIST mautrix-discord-0.5.0.tar.xz 61305864 BLAKE2B 
2bf0d892c2e241a2bdf2bdc0431d1676daa56390097df75636a829899ea8c83520d6bbee281bb40ea588f3a99c68b811949c8a0e69e44204acfca5341674beea
 SHA512 
8012831832b89b83ff82e74b7010b91ba304aa3158e026cc512b38874b62c81e0f04be1fd1d0d5e549e7e70bf6d27064d3e4b48714a0a06e8de7b1f20e5f1451
 DIST mautrix-discord-0.6.2.gh.tar.gz 113457 BLAKE2B 
0f2b142cba038e2f86dbf1d0133c01ab3f1c6ccaacc931adacca31e5c5061a45e678273b6bd8c5a134b0466ffd25088fe79a0e9214484356d953eb5f0a2689cd
 SHA512 
2990964fd7aae20fdfc0689c9a90986093f64a646ee476c4d63c3b9c5b164283d830e83230c68ca732d32f7f0f525ff38ec968b41464c8c2e5ff319a504d613a
 DIST mautrix-discord-0.6.2.tar.xz 67543704 BLAKE2B 
c803893b1d666c14e181b60d31378acbba940639b71a3af55c3b24ee0697ff58b84a9b8365ff0acef1939f7bc1ccb4deeac6def1a7e1d065079e0c169670f396
 SHA512 
ee291a97141800d0791cb1074840782ab649c15b78aac865f312b2a02dee6f03007ab0e1ce51472fe23b2223db89da276e4d9d4ee8d6e4e40e361360957ca2fb
+DIST mautrix-discord-0.6.3.gh.tar.gz 113655 BLAKE2B 
a9570c2b0cbba9f1d82efffe729cf5d50966d5b7a0fff9a233637f61f34801145de8b9ea2ea2a309035e3c5c0c803c240acb16b4b46668588b31cd51bfac966f
 SHA512 
ff6462bae3d53331cd2fccf9037fc34d11a89e37d52d5bf1e5b10249952036fa7f8182354f2834a8051eb84a1e886872b3698fdec51f2f271946d4a8743a8870
+DIST mautrix-discord-0.6.3.tar.xz 117364608 BLAKE2B 
4619146a6180898a11ba396e535a8320b5a51fa70bb72a5dd16f67edd4e7240004c9186e768c3081fb4f5c18e5fdee1af94ee731501417e443c9b0137e8e969c
 SHA512 
168d7279752bc6f4b3682e3909ff58f45b81057b421ec9635a3963d88083507f9dbfef4057fad5012bea91f283bacff201241dc7355b0cd17414774029204666

diff --git a/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild 
b/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild
new file mode 100644
index 00..c282376a5d
--- /dev/null
+++ b/net-im/mautrix-discord/mautrix-discord-0.6.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd
+
+DESCRIPTION="A Matrix-Discord puppeting bridge"
+HOMEPAGE="https://github.com/mautrix/discord";
+SRC_URI="https://github.com/mautrix/discord/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
+   https://jroy.ca/dist/${P}.tar.xz
+"
+S="${WORKDIR}/discord-${PV}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   acct-user/${PN}
+   dev-libs/olm
+   dev-util/lottieconverter
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-lang/go-1.20.0"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin mautrix-discord
+
+   keepdir /var/log/mautrix/discord
+   fowners -R root:mautrix /var/log/mautrix
+   fperms -R 770 /var/log/mautrix
+   sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" 
|| die
+
+   insinto "/etc/mautrix"
+   newins "example-config.yaml" "${PN/-/_}.yaml"
+
+   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
+   systemd_dounit "${FILESDIR}/${PN}.service"
+
+   fowners -R root:mautrix /etc/mautrix
+   fperms -R 770 /etc/mautrix
+}
+
+pkg_postinst() {
+   einfo
+   elog ""
+   elog "Before you can use ${PN}, you must configure it correctly"
+   elog "The configuration file is located at 
\"/etc/mautrix/${PN/-/_}.yaml\""
+   elog "When done, run the following command: emerge --config 
${CATEGORY}/${PN}"
+   elog "Then, you must register the bridge with your homeserver"
+   elog "Refer your homeserver's documentation for instructions"
+   elog "The registration file is located at 
/var/lib/${PN/-/\/}/registration.yaml"
+   elog "Finally, you may start the ${PN} daemon"
+   einfo
+}
+
+pkg_config() {
+   su - "${PN}" -s /bin/sh -c \
+   "/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r 
/var/lib/${PN/-/\/}/registration.yaml"
+}



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

2023-10-16 Thread Viorel Munteanu
commit: 5726929221c6380249acc647279accc34da1e834
Author: Artemis Everfree  artemis  sh>
AuthorDate: Tue Oct 17 02:38:09 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Oct 17 02:38:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57269292

app-office/obsidian: add 1.4.16, drop 1.4.14

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

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

diff --git a/app-office/obsidian/Manifest b/app-office/obsidian/Manifest
index b2b906e234..7d107d8af7 100644
--- a/app-office/obsidian/Manifest
+++ b/app-office/obsidian/Manifest
@@ -1,4 +1,4 @@
 DIST obsidian-1.3.5.gh.deb 72916766 BLAKE2B 
d44e9f8db6fc55e6dc7096b2a9bbcb2d68fb3a0eca06028cd0a9bbc7470dc98a05501ca3f81d15197da389f882167ce134b824961684bc8567ea7fa95907e4af
 SHA512 
2047450ab04179be4c95e33fa35731700dbe5961795b8f11dda5410fdbc199486161a6a7abfcc1a3f555f352d014ac3515d1eeb5da984da4f0cdd4adf0e51bbe
-DIST obsidian-1.4.14-amd64.tar.gz 99705283 BLAKE2B 
d8fc907cfda7acbd707a4ed2fb4ca6c96a2d98b98924249320925eca41511414211ac9a88515db575e1c7ab723ca45679644e251822ca5604d94ec7fae7574e5
 SHA512 
45f8d9cac7481612fbb98a3f31eb1ec1ad30fe0c888790c43065e19b7f5043b7fafe21929b14399102193457dcdce7b3a4199934c78d783cb6cd6247f47336da
-DIST obsidian-1.4.14-arm64.tar.gz 100139051 BLAKE2B 
5fe93a8c5790dd5bdcadae90bb1ff73f645aa786b41f10d04ca73776d06d3addcb431d829f1f2ef75a5ee219511062b3cf4b82c5e7680c148e5509d67f0b65a9
 SHA512 
2c0ac5fe11ea82deb3013534d8f78d23fd9f5e9b349abbd0c8ee3e914ff7832569018ca5c3897844521a132b02db13220d287a60ccb9935b7abf54f9962f
-DIST obsidian-1.4.14.gh.deb 73334984 BLAKE2B 
d90b619b485c4de820f47f18ce41ee47ce2c73ea085aa05eae82ba99a10cf1e197f3e0cfcc1d76e7b24ba07dfe0184bd0bdcfc7006a455d99ddfcbdf9d7386eb
 SHA512 
0630f64e0e1e2c6b1346987de9998cad95a5789fced9517fa5cd2320ffc992d2d52f75e540e842fceab2845f4198314f7006d9c80e30d2cc1e9188087b0c8fc3
+DIST obsidian-1.4.16-amd64.tar.gz 99705807 BLAKE2B 
dd3297f3e81d096f0f480dbbda6b57f3a286643c3724232c65b64ff1cf2b26aa7df9290837da5e056095bf121b87a0d6cd6195de78ff4894a5f0d1b3c7c652da
 SHA512 
ee51369c2067cc99b8c3351fc91f05e9b9edbc35f84d5c1bdcdab6c144fe95e8b4443d0223562fae595c53c23fc30abb4bf65f2f36e5b85d190009c49452ce0c
+DIST obsidian-1.4.16-arm64.tar.gz 100139135 BLAKE2B 
2f49e5e6d3424c8c6bd617279da75c808744742ce5c27785b3856150023d0e514d09d9a315284b851d904886cac6499d00c8df98ab0a9eb72acc52bf5aa9b38a
 SHA512 
140b3c26df79c95ed23d82b3b6859114f0ff74f9b92715e915b8b6b2733cb18d0233053ce4497ca0703a6cdb3df2d2f22110ca873720fb66e4e7e248efcd89dc
+DIST obsidian-1.4.16.gh.deb 73362498 BLAKE2B 
15a2631dc22f8833fe79166ed09f5da9013a89ba9f28acd8bb819a75b3ed2393162fab070ea810257224b6d0ef30e439b831c63d198c1a941587f8254a461b33
 SHA512 
3b691188a05e20e0d1792a6b135076d3dabe33106e541ae4614703fdea44bcb64fc52bbd62808325c381f28348e37cbde0e3d072e4e1b077fb2b9728c43edb05

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



[gentoo-commits] repo/proj/guru:master commit in: games-arcade/SpaceCadetPinball/

2023-10-16 Thread Viorel Munteanu
commit: 9249b3ba6fec76cc2aa78258eac16da78e3b12d5
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Mon Oct 16 15:06:10 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct 16 15:06:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9249b3ba

games-arcade/SpaceCadetPinball: add 2.1.0

Signed-off-by: Nicola Smaniotto  gmail.com>

 games-arcade/SpaceCadetPinball/Manifest|  1 +
 .../SpaceCadetPinball-2.1.0.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/games-arcade/SpaceCadetPinball/Manifest 
b/games-arcade/SpaceCadetPinball/Manifest
index 95cb3a26e3..da733fd063 100644
--- a/games-arcade/SpaceCadetPinball/Manifest
+++ b/games-arcade/SpaceCadetPinball/Manifest
@@ -1,2 +1,3 @@
 DIST SpaceCadetPinball-2.0.1.tar.gz 1882629 BLAKE2B 
55b2c4232880b065bad30371ad4c170ee2fbc485d2673d25d3afa82144d17bc6a74f70cee7dcc365992df61e95d65a97b57924e54a140b98790ee6e75b06cefd
 SHA512 
b8a23c650a6251838c531a7f1427284199ba859fbdf8715a974404dbef3485503dffa723839f6b41d335e2afc73a85bd0fe0d670ebb7fc1462f089250f1f546f
 DIST SpaceCadetPinball-2.0.tar.gz 933826 BLAKE2B 
b4a079ca856ebf315202eaae59a825d4c7022acfff7f38907ffd750f0e146da6d7c4f03286ef5c59ee5e3c725d938e30c2aad2f7269d9f18e8ae8f6807af80e1
 SHA512 
29b3f886d6ec6507c12a59b0c2877cbb51c54eee0163d0537588bb1e0fa0eb08b530d5684e8753598a823430559d5b3b9490be40ca9a3310043dac71912994c7
+DIST SpaceCadetPinball-2.1.0.tar.gz 3219590 BLAKE2B 
93bbfb33cf4e4a05132764dab503a5e4f4db0295716279f9f0e077dcff145cd024fb626c6777dad888496590b81d9d999f928e5ea9a344effcf77484572a486e
 SHA512 
0fff9049953af83b1a274fd5d845e2f19531cafae33b9fb337745169057f1a28b6eaaa1042a912fc5732eb10bb70e5ede174f2ca7873a267f368b8841bfa055d

diff --git a/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild 
b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
new file mode 100644
index 00..68d1514392
--- /dev/null
+++ b/games-arcade/SpaceCadetPinball/SpaceCadetPinball-2.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Decompilation of 3D Pinball for Windows - Space Cadet"
+HOMEPAGE="https://github.com/k4zmu2a/SpaceCadetPinball";
+SRC_URI="https://github.com/k4zmu2a/${PN}/archive/refs/tags/Release_${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   media-libs/libsdl2
+   media-libs/sdl2-mixer[midi]
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-Release_${PV}"
+
+pkg_postinst(){
+   ewarn "This game is distributed without the data files."
+   ewarn "To play, copy the original DAT and SOUND files from a Windows or"
+   ewarn 'Full Tilt! installation and place them in 
$XDG_DATA_HOME/'"${PN}/"
+   ewarn "(usually: ~/.local/share/${PN}/)"
+
+   xdg_pkg_postinst
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/tulir-telethon/

2023-10-16 Thread Viorel Munteanu
commit: dc28be34ee0b80d8f9e219f1e30bb3ae8ece7a89
Author: Julien Roy  jroy  ca>
AuthorDate: Mon Oct 16 21:13:57 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct 16 21:13:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dc28be34

dev-python/tulir-telethon: add 1.32.0_alpha1

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/tulir-telethon/Manifest |  1 +
 .../tulir-telethon-1.32.0_alpha1.ebuild| 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/tulir-telethon/Manifest 
b/dev-python/tulir-telethon/Manifest
index 9a54057895..e5ce28c36e 100644
--- a/dev-python/tulir-telethon/Manifest
+++ b/dev-python/tulir-telethon/Manifest
@@ -1,2 +1,3 @@
 DIST tulir-telethon-1.29.0_alpha2.gh.tar.gz 491082 BLAKE2B 
d965e4e6116ccff86cd6a0f561bd25a0af9bee85c314cae358f47eef30e17345c1b770088875717699b584649652a136be7ccc7da370434aa545d7620a2b9ac9
 SHA512 
f3e97bbc1bf50581965206f65f25224508d623bc5cffefea5743ba21c2b8c94afd60c7da2a7854e86cde52557a3609fe22c9fb888ea52ed286d555d3fdbf
 DIST tulir-telethon-1.30.0_alpha2.gh.tar.gz 493240 BLAKE2B 
dd7d464c187a08b71d3a7578922c6da91cb4878b6a29d36cbe9211f7978a10b9b397ea799b11aa144cdb1e458bd0bc6f80acc9b844d5efda63752f75ecc98c53
 SHA512 
6f472f7c48ea6b5602c0fb1898fc08be8f8336a7b6cec671b49d7e81255a5e52b2442cb38a8aab342a26aef107ef73f242a4c967249d8a013deb584340c71826
+DIST tulir-telethon-1.32.0_alpha1.gh.tar.gz 494851 BLAKE2B 
e34cb8dcfca3cce6ad34b2ff4c09c627b0bb742169b6ac74301a65de0887a7f6e75ef8a6968b2e5d6b496ffe3a7aee718ce53bccbe0367c4434223ee60dec175
 SHA512 
48e43fa0e713e779ac676db8906120df846463ea99c79833ae85181f12d7e2e494398e3c0fb05f2b2f313ab845f5aba8db768986c8a8a1af727bddae1b29a48d

diff --git a/dev-python/tulir-telethon/tulir-telethon-1.32.0_alpha1.ebuild 
b/dev-python/tulir-telethon/tulir-telethon-1.32.0_alpha1.ebuild
new file mode 100644
index 00..afaba4efa4
--- /dev/null
+++ b/dev-python/tulir-telethon/tulir-telethon-1.32.0_alpha1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022-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
+
+MY_PV="${PV/_alph/}"
+DESCRIPTION="Pure Python 3 MTProto API Telegram client library, for bots too!"
+HOMEPAGE="https://github.com/tulir/Telethon/";
+SRC_URI="https://github.com/tulir/Telethon/archive/v${MY_PV}.tar.gz -> 
${P}.gh.tar.gz"
+S="${WORKDIR}/Telethon-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/cryptg[${PYTHON_USEDEP}]
+   dev-python/hachoir[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pyaes[${PYTHON_USEDEP}]
+   dev-python/PySocks[${PYTHON_USEDEP}]
+   dev-python/python-socks[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   
tests/readthedocs/quick_references/test_client_reference.py::test_all_methods_present
+)



[gentoo-commits] repo/proj/guru:master commit in: dev-python/tulir-telethon/

2023-10-16 Thread Viorel Munteanu
commit: 34bf729f91062774689f61b43867bd23e0f27564
Author: Julien Roy  jroy  ca>
AuthorDate: Mon Oct 16 21:14:13 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct 16 21:14:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34bf729f

dev-python/tulir-telethon: drop 1.29.0_alpha2

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/tulir-telethon/Manifest |  1 -
 .../tulir-telethon-1.29.0_alpha2.ebuild| 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-python/tulir-telethon/Manifest 
b/dev-python/tulir-telethon/Manifest
index e5ce28c36e..21832d66fa 100644
--- a/dev-python/tulir-telethon/Manifest
+++ b/dev-python/tulir-telethon/Manifest
@@ -1,3 +1,2 @@
-DIST tulir-telethon-1.29.0_alpha2.gh.tar.gz 491082 BLAKE2B 
d965e4e6116ccff86cd6a0f561bd25a0af9bee85c314cae358f47eef30e17345c1b770088875717699b584649652a136be7ccc7da370434aa545d7620a2b9ac9
 SHA512 
f3e97bbc1bf50581965206f65f25224508d623bc5cffefea5743ba21c2b8c94afd60c7da2a7854e86cde52557a3609fe22c9fb888ea52ed286d555d3fdbf
 DIST tulir-telethon-1.30.0_alpha2.gh.tar.gz 493240 BLAKE2B 
dd7d464c187a08b71d3a7578922c6da91cb4878b6a29d36cbe9211f7978a10b9b397ea799b11aa144cdb1e458bd0bc6f80acc9b844d5efda63752f75ecc98c53
 SHA512 
6f472f7c48ea6b5602c0fb1898fc08be8f8336a7b6cec671b49d7e81255a5e52b2442cb38a8aab342a26aef107ef73f242a4c967249d8a013deb584340c71826
 DIST tulir-telethon-1.32.0_alpha1.gh.tar.gz 494851 BLAKE2B 
e34cb8dcfca3cce6ad34b2ff4c09c627b0bb742169b6ac74301a65de0887a7f6e75ef8a6968b2e5d6b496ffe3a7aee718ce53bccbe0367c4434223ee60dec175
 SHA512 
48e43fa0e713e779ac676db8906120df846463ea99c79833ae85181f12d7e2e494398e3c0fb05f2b2f313ab845f5aba8db768986c8a8a1af727bddae1b29a48d

diff --git a/dev-python/tulir-telethon/tulir-telethon-1.29.0_alpha2.ebuild 
b/dev-python/tulir-telethon/tulir-telethon-1.29.0_alpha2.ebuild
deleted file mode 100644
index afaba4efa4..00
--- a/dev-python/tulir-telethon/tulir-telethon-1.29.0_alpha2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022-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
-
-MY_PV="${PV/_alph/}"
-DESCRIPTION="Pure Python 3 MTProto API Telegram client library, for bots too!"
-HOMEPAGE="https://github.com/tulir/Telethon/";
-SRC_URI="https://github.com/tulir/Telethon/archive/v${MY_PV}.tar.gz -> 
${P}.gh.tar.gz"
-S="${WORKDIR}/Telethon-${MY_PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/cryptg[${PYTHON_USEDEP}]
-   dev-python/hachoir[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/pyaes[${PYTHON_USEDEP}]
-   dev-python/PySocks[${PYTHON_USEDEP}]
-   dev-python/python-socks[${PYTHON_USEDEP}]
-   dev-python/rsa[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   
tests/readthedocs/quick_references/test_client_reference.py::test_all_methods_present
-)



[gentoo-commits] repo/proj/guru:master commit in: net-im/mautrix-discord/

2023-10-16 Thread Viorel Munteanu
commit: 5e9910bf6e62f7f2e82e8ee406408222828feb37
Author: Julien Roy  jroy  ca>
AuthorDate: Mon Oct 16 21:19:18 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct 16 21:19:18 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e9910bf

net-im/mautrix-discord: drop 0.5.0-r1

Signed-off-by: Julien Roy  jroy.ca>

 net-im/mautrix-discord/Manifest|  2 -
 .../mautrix-discord-0.5.0-r1.ebuild| 64 --
 2 files changed, 66 deletions(-)

diff --git a/net-im/mautrix-discord/Manifest b/net-im/mautrix-discord/Manifest
index aec19cf272..c0edca350d 100644
--- a/net-im/mautrix-discord/Manifest
+++ b/net-im/mautrix-discord/Manifest
@@ -1,5 +1,3 @@
-DIST mautrix-discord-0.5.0.gh.tar.gz 111287 BLAKE2B 
f184f1fb978bb63b1e1136160ac483237b6caa317be31718c33f54c88cbc9f77a5112c5cdb779f27e9f4f544f15a7d319cfd69ebd07c36c4d0e0582956c50468
 SHA512 
f471077818efaeac178eb11383aadf488aaea575aad2bac55fbfd866363c91ff2f8c47ae9317dbb7f89a1a44302e6aff54a1d2487872fec15bc077581ee92f24
-DIST mautrix-discord-0.5.0.tar.xz 61305864 BLAKE2B 
2bf0d892c2e241a2bdf2bdc0431d1676daa56390097df75636a829899ea8c83520d6bbee281bb40ea588f3a99c68b811949c8a0e69e44204acfca5341674beea
 SHA512 
8012831832b89b83ff82e74b7010b91ba304aa3158e026cc512b38874b62c81e0f04be1fd1d0d5e549e7e70bf6d27064d3e4b48714a0a06e8de7b1f20e5f1451
 DIST mautrix-discord-0.6.2.gh.tar.gz 113457 BLAKE2B 
0f2b142cba038e2f86dbf1d0133c01ab3f1c6ccaacc931adacca31e5c5061a45e678273b6bd8c5a134b0466ffd25088fe79a0e9214484356d953eb5f0a2689cd
 SHA512 
2990964fd7aae20fdfc0689c9a90986093f64a646ee476c4d63c3b9c5b164283d830e83230c68ca732d32f7f0f525ff38ec968b41464c8c2e5ff319a504d613a
 DIST mautrix-discord-0.6.2.tar.xz 67543704 BLAKE2B 
c803893b1d666c14e181b60d31378acbba940639b71a3af55c3b24ee0697ff58b84a9b8365ff0acef1939f7bc1ccb4deeac6def1a7e1d065079e0c169670f396
 SHA512 
ee291a97141800d0791cb1074840782ab649c15b78aac865f312b2a02dee6f03007ab0e1ce51472fe23b2223db89da276e4d9d4ee8d6e4e40e361360957ca2fb
 DIST mautrix-discord-0.6.3.gh.tar.gz 113655 BLAKE2B 
a9570c2b0cbba9f1d82efffe729cf5d50966d5b7a0fff9a233637f61f34801145de8b9ea2ea2a309035e3c5c0c803c240acb16b4b46668588b31cd51bfac966f
 SHA512 
ff6462bae3d53331cd2fccf9037fc34d11a89e37d52d5bf1e5b10249952036fa7f8182354f2834a8051eb84a1e886872b3698fdec51f2f271946d4a8743a8870

diff --git a/net-im/mautrix-discord/mautrix-discord-0.5.0-r1.ebuild 
b/net-im/mautrix-discord/mautrix-discord-0.5.0-r1.ebuild
deleted file mode 100644
index e0b34adae8..00
--- a/net-im/mautrix-discord/mautrix-discord-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module systemd
-
-DESCRIPTION="A Matrix-Discord puppeting bridge"
-HOMEPAGE="https://github.com/mautrix/discord";
-SRC_URI="https://github.com/mautrix/discord/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-   https://jroy.ca/dist/${P}.tar.xz
-"
-S="${WORKDIR}/discord-${PV}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   acct-user/${PN}
-   dev-libs/olm
-   dev-util/lottieconverter
-"
-DEPEND="${RDEPEND}"
-
-src_compile() {
-   ego build
-}
-
-src_install() {
-   dobin mautrix-discord
-
-   keepdir /var/log/mautrix/discord
-   fowners -R root:mautrix /var/log/mautrix
-   fperms -R 770 /var/log/mautrix
-   sed -i -e "s/\.\/logs/\/var\/log\/${PN/-/\\\/}/" "example-config.yaml" 
|| die
-
-   insinto "/etc/mautrix"
-   newins "example-config.yaml" "${PN/-/_}.yaml"
-
-   newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-
-   fowners -R root:mautrix /etc/mautrix
-   fperms -R 770 /etc/mautrix
-}
-
-pkg_postinst() {
-   einfo
-   elog ""
-   elog "Before you can use ${PN}, you must configure it correctly"
-   elog "The configuration file is located at 
\"/etc/mautrix/${PN/-/_}.yaml\""
-   elog "When done, run the following command: emerge --config 
${CATEGORY}/${PN}"
-   elog "Then, you must register the bridge with your homeserver"
-   elog "Refer your homeserver's documentation for instructions"
-   elog "The registration file is located at 
/var/lib/${PN/-/\/}/registration.yaml"
-   elog "Finally, you may start the ${PN} daemon"
-   einfo
-}
-
-pkg_config() {
-   su - "${PN}" -s /bin/sh -c \
-   "/usr/bin/${PN} -c /etc/mautrix/${PN/-/_}.yaml -g -r 
/var/lib/${PN/-/\/}/registration.yaml"
-}



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/mission-center/

2023-10-16 Thread Viorel Munteanu
commit: 3df453b5dde93bc54c16a2a113eced09937df4bb
Author: brettalcox  gmail  com>
AuthorDate: Tue Oct 17 02:43:10 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Oct 17 02:43:10 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3df453b5

sys-apps/mission-center: fixing broken debug build

Signed-off-by: brettalcox  gmail.com>

 sys-apps/mission-center/mission-center-0.3.3.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/sys-apps/mission-center/mission-center-0.3.3.ebuild 
b/sys-apps/mission-center/mission-center-0.3.3.ebuild
index 76cfc83f34..66ca90aa98 100644
--- a/sys-apps/mission-center/mission-center-0.3.3.ebuild
+++ b/sys-apps/mission-center/mission-center-0.3.3.ebuild
@@ -364,14 +364,17 @@ BDEPEND="
 src_unpack() {
unpack ${P}.tar.bz2
unpack nvtop-${NVTOP_COMMIT}.tar.gz
-   mkdir -p 
"${BUILD_DIR}/src/sys_info_v2/gatherer/src/release/build/native" || die
-   mv nvtop-${NVTOP_COMMIT} 
"${BUILD_DIR}/src/sys_info_v2/gatherer/src/release/build/native" || die
+   
+   GATHERER_BUILD_DIR=$(usex debug debug release)
+   mkdir -p 
"${BUILD_DIR}/src/sys_info_v2/gatherer/src/${GATHERER_BUILD_DIR}/build/native" 
|| die
+   mv nvtop-${NVTOP_COMMIT} 
"${BUILD_DIR}/src/sys_info_v2/gatherer/src/${GATHERER_BUILD_DIR}/build/native" 
|| die
cargo_src_unpack
 }
 
 src_prepare() {
eapply_user
-   cd 
"${BUILD_DIR}/src/sys_info_v2/gatherer/src/release/build/native/nvtop-${NVTOP_COMMIT}"
 || die
+   GATHERER_BUILD_DIR=$(usex debug debug release)
+   cd 
"${BUILD_DIR}/src/sys_info_v2/gatherer/src/${GATHERER_BUILD_DIR}/build/native/nvtop-${NVTOP_COMMIT}"
 || die
find "${S}/src/sys_info_v2/gatherer/3rdparty/nvtop/patches" -type f 
-name 'nvtop-*' -exec sh -c 'patch -p1 < {}' \; || die
 }
 



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

2023-10-01 Thread Viorel Munteanu
commit: cea42a65013a85aedbd84b33bfb42f386a3ff5fa
Author: Henning Schild  hennsch  de>
AuthorDate: Thu Sep 28 20:18:00 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Sun Oct  1 16:21:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea42a65

www-apps/rutorrent: bump version to 4.2.6

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

 www-apps/rutorrent/Manifest   |  1 +
 www-apps/rutorrent/rutorrent-4.2.6.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/www-apps/rutorrent/Manifest b/www-apps/rutorrent/Manifest
index 5f87ef9396c4..70e79a73e6eb 100644
--- a/www-apps/rutorrent/Manifest
+++ b/www-apps/rutorrent/Manifest
@@ -1 +1,2 @@
 DIST rutorrent-4.1.6.tar.gz 2256263 BLAKE2B 
7767d4c79473239303cda844e95804e5ff02bae3a037e83caf619c02fb16172057226d426d1b8ba7155dc8dc8602d59a631f9336271979d463bf7478cfa529a1
 SHA512 
e6c38712c1cb2836fe5172212294382431832359dec9f60f2654d5ce934a7ff3164b86b846db5db0541737d1133e1bbc7c61e688e28f02eece3837cd1d201d1a
+DIST rutorrent-4.2.6.tar.gz 2360873 BLAKE2B 
810dc7e237114df6f013b2a663c29ea581c27518415f6abb0c8ae0648bb18a352caa236bc877627d2145833c7e23cf39d55c15221285598d1a05ab223c3fed7d
 SHA512 
0c561ae738f88990e1d374ad55de02cd9e842a9a674a6dd221711a8f52e1ce2ce627e151461fcf7286a8459960dc897858f24c2fe3671f705ed90b63f60123fb

diff --git a/www-apps/rutorrent/rutorrent-4.2.6.ebuild 
b/www-apps/rutorrent/rutorrent-4.2.6.ebuild
new file mode 100644
index ..f7dbb6ae40d3
--- /dev/null
+++ b/www-apps/rutorrent/rutorrent-4.2.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp optfeature
+
+DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client 
rTorrent"
+HOMEPAGE="https://github.com/Novik/ruTorrent";
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Novik/ruTorrent.git";
+else
+   SRC_URI="https://github.com/Novik/ruTorrent/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+   S="${WORKDIR}/ruTorrent-${PV}"
+fi
+
+LICENSE="GPL-2+ MIT"
+
+RDEPEND="
+   dev-lang/php[xml,gd]
+   virtual/httpd-php
+"
+
+need_httpd_cgi
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   rm -r .github || die
+   find . \( -name .gitignore -o -name .gitmodules \) -type f -delete || 
die
+   if [[ ${PV} ==  ]]; then
+   rm -r .git .gitattributes || die
+   fi
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # can not use fperms beacuse of globbing
+   chmod +x "${ED}${MY_HTDOCSDIR}"/plugins/*/*.sh \
+   "${ED}${MY_HTDOCSDIR}"/php/test.sh || die "chmod failed"
+
+   keepdir "${MY_HTDOCSDIR}"/conf/users
+   keepdir "${MY_HTDOCSDIR}"/share/settings
+   keepdir "${MY_HTDOCSDIR}"/share/torrents
+   keepdir "${MY_HTDOCSDIR}"/share/users
+
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/conf
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/share
+
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/.htaccess
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/config.php
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/access.ini
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/plugins.ini
+   webapp_configfile "${MY_HTDOCSDIR}"/share/.htaccess
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+
+   optfeature "Show audio file spectogram" media-sound/sox
+   optfeature "Display media file information" media-video/mediainfo
+   optfeature "Scrape Cloudflare based sites" dev-python/cloudscraper
+}



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

2023-10-02 Thread Viorel Munteanu
commit: 121689093bcf65df73cae263b754fa70654acca6
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Oct  2 12:45:20 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct  2 12:45:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12168909

app-misc/fastfetch: add 2.1.0

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

 app-misc/fastfetch/Manifest   |   1 +
 app-misc/fastfetch/fastfetch-2.1.0.ebuild | 105 ++
 2 files changed, 106 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index f0e97c8be656..6b797b743b7a 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,2 +1,3 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
 DIST fastfetch-2.0.5.tar.gz 772840 BLAKE2B 
f8eb5a662455ac1599eea5b6486ea2208487b363464c23a94ca9f1c19e275ab81f3b033789527bb7137b8379f74b52a313e593c9a4dd590acafb5a2af77e383b
 SHA512 
91c506407538f1e59c38ade63d7112be9d1040e5b322d578698e3e35e857d7f473a13805760548a49b0e0757a93c54339b6a9b09a3675e0d7e86f1527b9b2cde
+DIST fastfetch-2.1.0.tar.gz 793673 BLAKE2B 
3d974f80ff014b951388124e1c6e61f10cca75ba7480341c1d7341a31710c71883b043bd423457f3908cabffaef2b28daadba6d8c6489141fe394bcd059ad8b3
 SHA512 
6163f31e5424e2750a6e5cd0f8573ceb88bc31426e81ca02c19f5ed6348f2572626e33b68709c6947067c7611dbbb73024d5087e1408c2343609b5716c47fb88

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

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

2023-10-02 Thread Viorel Munteanu
commit: 1748bd0291b2c16377339c75cedfcf875d1b8a2b
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Mon Oct  2 12:49:03 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Mon Oct  2 12:49:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1748bd02

app-misc/fastfetch: drop 2.0.5-r1

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

 app-misc/fastfetch/Manifest  |   1 -
 app-misc/fastfetch/fastfetch-2.0.5-r1.ebuild | 105 ---
 2 files changed, 106 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 6b797b743b7a..437879139129 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,3 +1,2 @@
 DIST fastfetch-1.12.2.tar.gz 538194 BLAKE2B 
bc6badbc7f690dacbe1408479286a0d42ec687526f776ff4d2ec7b0eb767032e5781cbbe37778f4dc03a5d386979a9ae2aab84c466be997b82d9a9a6c81ea78f
 SHA512 
a82a7c7ae365335c20d659a82215cf320c4c6b07ff127c4dad322a0a01f7ec57e34d229f4953108daadcd0d243c84f8504a3b4367df5e255e5a06e685fd6739a
-DIST fastfetch-2.0.5.tar.gz 772840 BLAKE2B 
f8eb5a662455ac1599eea5b6486ea2208487b363464c23a94ca9f1c19e275ab81f3b033789527bb7137b8379f74b52a313e593c9a4dd590acafb5a2af77e383b
 SHA512 
91c506407538f1e59c38ade63d7112be9d1040e5b322d578698e3e35e857d7f473a13805760548a49b0e0757a93c54339b6a9b09a3675e0d7e86f1527b9b2cde
 DIST fastfetch-2.1.0.tar.gz 793673 BLAKE2B 
3d974f80ff014b951388124e1c6e61f10cca75ba7480341c1d7341a31710c71883b043bd423457f3908cabffaef2b28daadba6d8c6489141fe394bcd059ad8b3
 SHA512 
6163f31e5424e2750a6e5cd0f8573ceb88bc31426e81ca02c19f5ed6348f2572626e33b68709c6947067c7611dbbb73024d5087e1408c2343609b5716c47fb88

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

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

2023-10-03 Thread Viorel Munteanu
commit: 3cd92830dd1ee730ae345998a9639506f02d5d71
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Oct  3 18:12:30 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Oct  3 18:17:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd92830

net-im/mattermost-desktop-bin: add 5.5.1

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

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

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index ccb1eb82881d..20e5a2e0826c 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,4 +1,6 @@
 DIST mattermost-desktop-5.5.0-linux-arm64.tar.gz 100549584 BLAKE2B 
fd66d80c2086c6d27988de8673f430fefe1c77673e92cde34aff42249b1188f83d90d63120d2bed9f138190f61bfa3ab143c80dc93388af0f36818cbc03abed4
 SHA512 
91975d410a2de844367be43eeb0fc5d030b528792e519e3315a571341753e3b06107fc2f7ecf42bb553137fc869f40a28adbb938894b2f73a4ddd82314b12b9f
 DIST mattermost-desktop-5.5.0-linux-x64.tar.gz 99975458 BLAKE2B 
7cf6080425446bc9359e754cb74cd16f21fdb79ef71741b05d3adb2a480da42db16437211d5c523380524faface12e0d211af15bfa3aab57edaebc53eccdc73f
 SHA512 
ecd6338e8ceffae98087af0e882f0c69aa45e3b24990f015580ba15ef246862521965084bde18b35030c1e172f7d5f21d7690fab3439b1d470f56942e9616efe
+DIST mattermost-desktop-5.5.1-linux-arm64.tar.gz 100458081 BLAKE2B 
2a58b40ef0ca5ad7d76a21bebab928817e49cf21a8b3fd61b59824a7382eb3fdd107dc02d20bdd118259530c07995105209096b40d49b9a73fbeb26e52278fc8
 SHA512 
2c680709a397475ec3ecf51249988bd9f104a51d70bf5947f4dbc7340bdebe05ed9d020c01eaf519bf80b104c27eda5901ce6477a16d7dec765a21864e1e4f83
+DIST mattermost-desktop-5.5.1-linux-x64.tar.gz 99899822 BLAKE2B 
da8bb0c3932f32ff12abc90e07d69d70e0f4d8ee86bd1881b5311496462630f3e43813acece1957027cf1968f7c7d532dd9892049e42761ee5ef437dc4cdd817
 SHA512 
fcb3f9c213323b5ede9f21765af8bb8ace9ed7f9469de13f05ffe44a8ce251d7305b978133142473c813bf94ffd50e7b5323bac64a7c585c01e803f15abdc46f
 DIST mattermost-desktop-5.5.1-rc.4-linux-arm64.tar.gz 100458820 BLAKE2B 
a7f321e381b29ecc533560d8ba09345b472ea93cad63d42ea85be1e0347106daec0301ba3f0d285af5daf6c2039569866e0b38da5838260a0ee10fbe2487ced7
 SHA512 
83a0db97433377fcdee48f4536ffaedd879c8b138fff10da8f6a576ffaff95eabedd129f92fda87ebd8d244c0674e7ede4cedcc1b939f2681fac3c0784ddb413
 DIST mattermost-desktop-5.5.1-rc.4-linux-x64.tar.gz 99900558 BLAKE2B 
5f4dce188345061d47fbc9092caded1b19ed82d9a410877a4186573242a4cf301f60e472d8d32aedd989fba4b505c68823827fbbe793f9972d8279573d612d82
 SHA512 
9431d9404394851ac4881d9a93011e2392b5b4ce68da4706c9b3fa23d5ca1118098fb311b780e038763e8d5dbdb00b7eda1bd73dfe181ba989ac3f316db4b807

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1.ebuild
new file mode 100644
index ..339810206271
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1.ebuild
@@ -0,0 +1,93 @@
+# 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=(
+   N

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

2023-10-03 Thread Viorel Munteanu
commit: e2c12293a467344ec0b9fdb0facc325c8e8815c2
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Oct  3 18:12:47 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Oct  3 18:17:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c12293

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

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

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

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index ea4a9b347ed6..8891f913e2ba 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,4 +1,2 @@
-DIST mattermost-desktop-5.5.0-linux-arm64.tar.gz 100549584 BLAKE2B 
fd66d80c2086c6d27988de8673f430fefe1c77673e92cde34aff42249b1188f83d90d63120d2bed9f138190f61bfa3ab143c80dc93388af0f36818cbc03abed4
 SHA512 
91975d410a2de844367be43eeb0fc5d030b528792e519e3315a571341753e3b06107fc2f7ecf42bb553137fc869f40a28adbb938894b2f73a4ddd82314b12b9f
-DIST mattermost-desktop-5.5.0-linux-x64.tar.gz 99975458 BLAKE2B 
7cf6080425446bc9359e754cb74cd16f21fdb79ef71741b05d3adb2a480da42db16437211d5c523380524faface12e0d211af15bfa3aab57edaebc53eccdc73f
 SHA512 
ecd6338e8ceffae98087af0e882f0c69aa45e3b24990f015580ba15ef246862521965084bde18b35030c1e172f7d5f21d7690fab3439b1d470f56942e9616efe
 DIST mattermost-desktop-5.5.1-linux-arm64.tar.gz 100458081 BLAKE2B 
2a58b40ef0ca5ad7d76a21bebab928817e49cf21a8b3fd61b59824a7382eb3fdd107dc02d20bdd118259530c07995105209096b40d49b9a73fbeb26e52278fc8
 SHA512 
2c680709a397475ec3ecf51249988bd9f104a51d70bf5947f4dbc7340bdebe05ed9d020c01eaf519bf80b104c27eda5901ce6477a16d7dec765a21864e1e4f83
 DIST mattermost-desktop-5.5.1-linux-x64.tar.gz 99899822 BLAKE2B 
da8bb0c3932f32ff12abc90e07d69d70e0f4d8ee86bd1881b5311496462630f3e43813acece1957027cf1968f7c7d532dd9892049e42761ee5ef437dc4cdd817
 SHA512 
fcb3f9c213323b5ede9f21765af8bb8ace9ed7f9469de13f05ffe44a8ce251d7305b978133142473c813bf94ffd50e7b5323bac64a7c585c01e803f15abdc46f

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.0.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.0.ebuild
deleted file mode 100644
index 339810206271..
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.0.ebuild
+++ /dev/null
@@ -1,93 +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"
-   doins locales/*.pak
-
-   insinto "/opt/${MY_PN}/resources"
-   doins -r resources/*.asar*
-
-   insinto "/opt/${MY_PN}"
-   doins *.pak *.bin *.dat
-   exeinto "/opt/${MY_PN}"
-   doexe *.so *.so.* "${MY_PN}"
-
-   dosym -r "/opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}"
-
-   make_desktop_entry "${MY_PN} --enable-features=WaylandWindowDecorations 
--ozone-platform-hint=auto" \
-   Mattermost "${MY_PN}"
-
-   einstalldocs
-}



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

2023-10-03 Thread Viorel Munteanu
commit: 323b15b5767d0ff59b2f4806a023f39703daedfc
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Tue Oct  3 18:12:37 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Tue Oct  3 18:17:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323b15b5

net-im/mattermost-desktop-bin: drop 5.5.1_rc4

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

 net-im/mattermost-desktop-bin/Manifest |  2 -
 .../mattermost-desktop-bin-5.5.1_rc4.ebuild| 93 --
 2 files changed, 95 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index 20e5a2e0826c..ea4a9b347ed6 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -2,5 +2,3 @@ DIST mattermost-desktop-5.5.0-linux-arm64.tar.gz 100549584 
BLAKE2B fd66d80c2086c
 DIST mattermost-desktop-5.5.0-linux-x64.tar.gz 99975458 BLAKE2B 
7cf6080425446bc9359e754cb74cd16f21fdb79ef71741b05d3adb2a480da42db16437211d5c523380524faface12e0d211af15bfa3aab57edaebc53eccdc73f
 SHA512 
ecd6338e8ceffae98087af0e882f0c69aa45e3b24990f015580ba15ef246862521965084bde18b35030c1e172f7d5f21d7690fab3439b1d470f56942e9616efe
 DIST mattermost-desktop-5.5.1-linux-arm64.tar.gz 100458081 BLAKE2B 
2a58b40ef0ca5ad7d76a21bebab928817e49cf21a8b3fd61b59824a7382eb3fdd107dc02d20bdd118259530c07995105209096b40d49b9a73fbeb26e52278fc8
 SHA512 
2c680709a397475ec3ecf51249988bd9f104a51d70bf5947f4dbc7340bdebe05ed9d020c01eaf519bf80b104c27eda5901ce6477a16d7dec765a21864e1e4f83
 DIST mattermost-desktop-5.5.1-linux-x64.tar.gz 99899822 BLAKE2B 
da8bb0c3932f32ff12abc90e07d69d70e0f4d8ee86bd1881b5311496462630f3e43813acece1957027cf1968f7c7d532dd9892049e42761ee5ef437dc4cdd817
 SHA512 
fcb3f9c213323b5ede9f21765af8bb8ace9ed7f9469de13f05ffe44a8ce251d7305b978133142473c813bf94ffd50e7b5323bac64a7c585c01e803f15abdc46f
-DIST mattermost-desktop-5.5.1-rc.4-linux-arm64.tar.gz 100458820 BLAKE2B 
a7f321e381b29ecc533560d8ba09345b472ea93cad63d42ea85be1e0347106daec0301ba3f0d285af5daf6c2039569866e0b38da5838260a0ee10fbe2487ced7
 SHA512 
83a0db97433377fcdee48f4536ffaedd879c8b138fff10da8f6a576ffaff95eabedd129f92fda87ebd8d244c0674e7ede4cedcc1b939f2681fac3c0784ddb413
-DIST mattermost-desktop-5.5.1-rc.4-linux-x64.tar.gz 99900558 BLAKE2B 
5f4dce188345061d47fbc9092caded1b19ed82d9a410877a4186573242a4cf301f60e472d8d32aedd989fba4b505c68823827fbbe793f9972d8279573d612d82
 SHA512 
9431d9404394851ac4881d9a93011e2392b5b4ce68da4706c9b3fa23d5ca1118098fb311b780e038763e8d5dbdb00b7eda1bd73dfe181ba989ac3f316db4b807

diff --git 
a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1_rc4.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1_rc4.ebuild
deleted file mode 100644
index 339810206271..
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.5.1_rc4.ebuild
+++ /dev/null
@@ -1,93 +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
-  

[gentoo-commits] repo/proj/guru:dev commit in: app-admin/linode-cli/

2023-10-04 Thread Viorel Munteanu
commit: 3f75171bfe5e08679ae394e4630dccb20bc65c83
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Oct  5 05:29:31 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 05:29:31 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f75171b

app-admin/linode-cli: add 5.44.2

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

 app-admin/linode-cli/Manifest |  1 +
 app-admin/linode-cli/linode-cli-5.44.2.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index b67ed9d8a2..37588177d6 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,3 +1,4 @@
 DIST linode-cli-5.42.1.tar.gz 133000 BLAKE2B 
def5cd7a02c94d9bb809e2da9bc29b631f6d1b65360945ab886a7af724f4e3ef98f96f17f5c8463e1ad772a226b6f1c2a3f3ffb561af1c997546fdb75388f766
 SHA512 
9b19fdfdba712dfa7ccc6d38eb37dab919d3f5e0693fd81362aad2d1bac3c8bbf618629080e13c930fd49e6cf62cfcf2e804997c0be3b5f911ea89ca7293
 DIST linode-cli-5.43.0.tar.gz 124631 BLAKE2B 
9961724935a51a0e6816c4c8d1a7e6b15b0441f60b93439636a2bd3b50c0823e52215d040b45cfce3a2ecc643922b2dbdd07fc2062ef2b5d9fc0d6517c4d9066
 SHA512 
95b43e1fd5541d230641d367fadc06c3c059909f68aa6739e2957f375748de075caa39a7d5974295dd3700f48e9c37b15b5a1d75dc48b8d7128a2eadd5d43960
 DIST linode-cli-5.44.1.tar.gz 124767 BLAKE2B 
0010864e2ecff81b7785585369a25f27747f768d6c37511f1f94e308b2abea1345d25c16d641d8ebc41d2123405827595d4bf542ddad3ee27bb0db418d76164d
 SHA512 
bb87c873181dbbd2cf63dfbb4a957148bef089d1d46567fb744d4cbe4318906fc66112823f681449f00f6a6711efd95d4d0eaf5dbb932943da8b7af0f7b75ec3
+DIST linode-cli-5.44.2.tar.gz 124201 BLAKE2B 
b1ea9bcd75b7fdbefaceb8d1183253c211513f8419daa751e510ff7f70ae7999fed20722a003dd1d70f1265fb0e1d1b8de9a28098ce5e0b35524e1ac0d580c44
 SHA512 
8c131bb6661d1407311a7a323674e081f29d2a288265a526ab4069e237394e980dbf7353ce55a5bf24460b01f6f256a5a88969bf8c61f79cd6f3df1e1c78

diff --git a/app-admin/linode-cli/linode-cli-5.44.2.ebuild 
b/app-admin/linode-cli/linode-cli-5.44.2.ebuild
new file mode 100644
index 00..0a5de62d9f
--- /dev/null
+++ b/app-admin/linode-cli/linode-cli-5.44.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+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"
+
+RDEPEND="
+   dev-python/boto3[${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/proj/guru:dev commit in: app-admin/linode-cli/

2023-10-04 Thread Viorel Munteanu
commit: fd8a7f4c0b06c2474cbb747e85185786e90a61c7
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Oct  5 05:29:37 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 05:29:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd8a7f4c

app-admin/linode-cli: drop 5.44.1

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

 app-admin/linode-cli/Manifest |  1 -
 app-admin/linode-cli/linode-cli-5.44.1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-admin/linode-cli/Manifest b/app-admin/linode-cli/Manifest
index 37588177d6..79447a4c89 100644
--- a/app-admin/linode-cli/Manifest
+++ b/app-admin/linode-cli/Manifest
@@ -1,4 +1,3 @@
 DIST linode-cli-5.42.1.tar.gz 133000 BLAKE2B 
def5cd7a02c94d9bb809e2da9bc29b631f6d1b65360945ab886a7af724f4e3ef98f96f17f5c8463e1ad772a226b6f1c2a3f3ffb561af1c997546fdb75388f766
 SHA512 
9b19fdfdba712dfa7ccc6d38eb37dab919d3f5e0693fd81362aad2d1bac3c8bbf618629080e13c930fd49e6cf62cfcf2e804997c0be3b5f911ea89ca7293
 DIST linode-cli-5.43.0.tar.gz 124631 BLAKE2B 
9961724935a51a0e6816c4c8d1a7e6b15b0441f60b93439636a2bd3b50c0823e52215d040b45cfce3a2ecc643922b2dbdd07fc2062ef2b5d9fc0d6517c4d9066
 SHA512 
95b43e1fd5541d230641d367fadc06c3c059909f68aa6739e2957f375748de075caa39a7d5974295dd3700f48e9c37b15b5a1d75dc48b8d7128a2eadd5d43960
-DIST linode-cli-5.44.1.tar.gz 124767 BLAKE2B 
0010864e2ecff81b7785585369a25f27747f768d6c37511f1f94e308b2abea1345d25c16d641d8ebc41d2123405827595d4bf542ddad3ee27bb0db418d76164d
 SHA512 
bb87c873181dbbd2cf63dfbb4a957148bef089d1d46567fb744d4cbe4318906fc66112823f681449f00f6a6711efd95d4d0eaf5dbb932943da8b7af0f7b75ec3
 DIST linode-cli-5.44.2.tar.gz 124201 BLAKE2B 
b1ea9bcd75b7fdbefaceb8d1183253c211513f8419daa751e510ff7f70ae7999fed20722a003dd1d70f1265fb0e1d1b8de9a28098ce5e0b35524e1ac0d580c44
 SHA512 
8c131bb6661d1407311a7a323674e081f29d2a288265a526ab4069e237394e980dbf7353ce55a5bf24460b01f6f256a5a88969bf8c61f79cd6f3df1e1c78

diff --git a/app-admin/linode-cli/linode-cli-5.44.1.ebuild 
b/app-admin/linode-cli/linode-cli-5.44.1.ebuild
deleted file mode 100644
index 0a5de62d9f..00
--- a/app-admin/linode-cli/linode-cli-5.44.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-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"
-
-RDEPEND="
-   dev-python/boto3[${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/proj/guru:master commit in: games-util/xivlauncher/

2023-10-04 Thread Viorel Munteanu
commit: 9c9beb804a602c93befebafe4ca371e9f7c30d2a
Author: Anna (navi) Figueiredo Gomes  vlhl  dev>
AuthorDate: Wed Oct  4 22:19:27 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Oct  4 22:19:27 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c9beb80

games-util/xivlauncher: add 1.0.6, drop 1.0.5

Signed-off-by: Anna (navi) Figueiredo Gomes  vlhl.dev>

 games-util/xivlauncher/Manifest   | 4 ++--
 .../{xivlauncher-1.0.5.ebuild => xivlauncher-1.0.6.ebuild}| 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-util/xivlauncher/Manifest b/games-util/xivlauncher/Manifest
index b6deed0f86..993ad6d6fc 100644
--- a/games-util/xivlauncher/Manifest
+++ b/games-util/xivlauncher/Manifest
@@ -1,4 +1,4 @@
-DIST FFXIVQuickLauncher-5e1022893d0aa52da84680b7c0694bdd5d560b32.tar.gz 
5266640 BLAKE2B 
5e9fb5df090184c0422936d4c62af1f73ea03c447adb7ba00717ce40fe09086713b6be1708158bb0112ea8c9e6324acd2705caaea414c32314c35fb446a2bf5d
 SHA512 
1c7a2790da8e3350ee74ed60935753f971b5166993694d313f31d7b245a7a39bc96c0f33c92d00a3adc6d600dfb4a4fe07e8b16f28e86808d11b9dfbb2b08bf0
+DIST FFXIVQuickLauncher-e8e22c32969a858343b751dbbda4777606ba5717.tar.gz 
5267549 BLAKE2B 
f143db989db4c47a8012040a34298b6293fe48732b3f43780f04b2530ca13bd75df4c9511c104b05897a787f6f915c14d958a3b7bde9ea99c7e4060f3bdca3c9
 SHA512 
128f170822eaa5277c4788ef838ca4f0bda75c17f3456922d4e3d68ef607687d9fe38b55024003c64400d3a486db595a6a317b731f82c4054974a49c9584c71e
 DIST castle.core.4.4.1.nupkg 919111 BLAKE2B 
5ee1245ef79f00b89fd03957b260337b4af242667c10cd9189540853344d062e27dee224989ef6a29544083f9a8416a197b9d97ba38ee1ace4630e89893355e7
 SHA512 
b27c340df07622abda8543a48c057eb936c9b02b7ed2d6f58e09e33bd5a5f70c7a2ee867127a05697e5a4127ba40494a17ea40080482578328aa8a33ae97aa3a
 DIST cheaploc.1.1.6.nupkg 17585 BLAKE2B 
1ed77a02342449f2b20fc97f0dfca7122637beb9f5f08854dc3d6c4f3676340686e49ac46173945f90dc56e7f41bc719d1976b5b4e61f1b25ced0b94cdb6a29d
 SHA512 
ff2d6e19a08b54d288eced17cafe2dca9943bc7b0fab131c477f9ce7d8390762b11949228bc4193e661490432828ea8596ccb3d0d01ce2e990c346caa4cbb8fa
 DIST commandlineparser.2.9.1.nupkg 496069 BLAKE2B 
e2c4b38841f83d6bc10432b8055af90369f1fe0a10105a58b51b44cd48e5d84cb0b5e4b19f444d8c81b38646a62c7c4d11cbd710e92fea68be3ebea6ab98e3f1
 SHA512 
4f364e45c9668c7e7cc6a922b488f3fa523033c20d7a432694f0a6af05ce528ea0481d8375e2f4f1032c6990347b4803ce9a0e48068c6fe15ec46fb1254f085d
@@ -185,4 +185,4 @@ DIST vortice.direct3d11.2.1.0.nupkg 764570 BLAKE2B 
0bacd329d8a582ecbf8d762b209df
 DIST vortice.directx.2.1.0.nupkg 240511 BLAKE2B 
0fefe0ee66eac71d05eb3f4e93f09e445042005a2db44cba52692ce018207dceb5a1c4c1e1d04e8510fecaa52e1f9ab19f10a3f00e36781f5e0204ab645694fa
 SHA512 
03e8beeb88c81f1e158ae7804feb84d17191356c17438de5332bbc8d3b96cb12c4ac5d84296751fda2c6b1f50a688336c9c5b14509c3f3e3fa410927a79afd76
 DIST vortice.dxgi.2.1.0.nupkg 84022 BLAKE2B 
1e6e550a4c9752db0204d2c6dace2f70190bb562faaa5f59074a1d5b3fe511426f7a776d80d9d847adb3bcbc28da4fa7124aa0abe1c4970f1c8eb70f2f0a2d56
 SHA512 
cf1e4e46608209a0809d9103dc65b614afaae12b1195ed279ef639f3475c2e2ecaca627b8fef9dba780edfc70a78c441cf2881a4ea3d70d524d58f556ae23c7f
 DIST vortice.mathematics.1.3.24.nupkg 115105 BLAKE2B 
077d18cbc13b6fe6c5aee95680cb1d80b5927c58ae0061cd487c6b4f4f1ad732f6238f5cc5b1971fffcba8ac9d982f107af1c133c3226e8ca150a2c4b514f4bf
 SHA512 
601b828fd182e2a77d989581ccd2e90f150155267f09f10eaf8af0e77a6ba4fc34cc040c42adb4b57c9e809bae7f96f5c21b0f10d73bde0d8d3c9d0414693d08
-DIST xivlauncher-1.0.5.tar.gz 18456312 BLAKE2B 
657e86f0da27c69578a99731677d0c3daec83fba8cd74460ef77ae123dfbcfb02c6231037fab51910e4090c1bed06f4733de50ca34bebabb90a1e9612286e09a
 SHA512 
20b814283cc1b36c10d28d63e3b8f28dc456f670182129fba26f722ec6fb069eb94609675186c8e8cfb277c29897383070be66d8f9348c7a1b681856b2ef7de3
+DIST xivlauncher-1.0.6.tar.gz 18456404 BLAKE2B 
c37a5cc05070ce1914b6d784f2742ec9ff4adea9370605b1605db7093ed3e5bde3e57f5d5098770317d43fded51cfab3723208a273d07b885dad91489dbce8a7
 SHA512 
90ef341ec64eb03f1d0efdf60b42f53b22d3b7e747341312e248ef7dba34d83b45b98ab0973ec575352208ba3074bd0daf03b6d16371e5af571277fbdfeb2e7a

diff --git a/games-util/xivlauncher/xivlauncher-1.0.5.ebuild 
b/games-util/xivlauncher/xivlauncher-1.0.6.ebuild
similarity index 99%
rename from games-util/xivlauncher/xivlauncher-1.0.5.ebuild
rename to games-util/xivlauncher/xivlauncher-1.0.6.ebuild
index 66fc37f919..a3685faea7 100644
--- a/games-util/xivlauncher/xivlauncher-1.0.5.ebuild
+++ b/games-util/xivlauncher/xivlauncher-1.0.6.ebuild
@@ -217,7 +217,7 @@ RDEPEND="
x11-libs/libSM
 "
 
-XIVQL_COMMIT="5e1022893d0aa52da84680b7c0694bdd5d560b32"
+XIVQL_COMMIT="e8e22c32969a858343b751dbbda4777606ba5717"
 
 SRC_URI="

https://github.com/goatcorp/XIVLauncher.Core/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz



[gentoo-commits] repo/proj/guru:master commit in: net-libs/syndication-domination/

2023-10-04 Thread Viorel Munteanu
commit: 1f0e8450b351f67f4289d06f9eecc305d8c5bcf2
Author: brettalcox  gmail  com>
AuthorDate: Thu Oct  5 03:11:14 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 03:11:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f0e8450

net-libs/syndication-domination: new package, add 

Signed-off-by: brettalcox  gmail.com>

 net-libs/syndication-domination/metadata.xml   | 15 ++
 .../syndication-domination-.ebuild | 54 ++
 2 files changed, 69 insertions(+)

diff --git a/net-libs/syndication-domination/metadata.xml 
b/net-libs/syndication-domination/metadata.xml
new file mode 100644
index 00..81cf0cee77
--- /dev/null
+++ b/net-libs/syndication-domination/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   brettal...@gmail.com
+   
+   
+   GabMus/syndication-domination
+   
+   
+   
+   Builds a binary executable instead of python bindings 
+   
+   
+

diff --git a/net-libs/syndication-domination/syndication-domination-.ebuild 
b/net-libs/syndication-domination/syndication-domination-.ebuild
new file mode 100644
index 00..92791e1b5f
--- /dev/null
+++ b/net-libs/syndication-domination/syndication-domination-.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="An RSS/Atom parser, because there's nothing else out there."
+HOMEPAGE="https://gitlab.com/gabmus/syndication-domination";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.com/gabmus/syndication-domination.git";
+else
+   KEYWORDS="~amd64"
+   
SRC_URI="https://gitlab.com/gabmus/syndication-domination/-/archive/${PV}/${P}.tar.bz2";
+fi
+
+LICENSE="AGPL-3"
+SLOT="0"
+IUSE="debug json-binary +python"
+REQUIRED_USE="
+   ^^ ( python json-binary )
+"
+DEPEND="
+   app-text/htmltidy
+   dev-libs/libfmt
+   dev-libs/pugixml
+   python? (
+   >=dev-lang/python-3.11
+   dev-python/pybind11
+   )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_configure() {
+   local emesonargs=(
+   --buildtype $(usex debug debug release)
+   --prefix=/usr
+   -DHTML_SUPPORT=true
+   $(meson_use python PYTHON_BINDINGS)
+   $(meson_use json-binary TO_JSON_BINARY)
+   )
+   meson_src_configure
+}
+
+src_compile() {
+   meson_src_compile
+}
+
+src_install() {
+   meson_src_install
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/mission-center/

2023-10-04 Thread Viorel Munteanu
commit: 0fa586e1d308e9ae75a7934e5da031d5d9cbf530
Author: brettalcox  gmail  com>
AuthorDate: Wed Oct  4 17:04:34 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Oct  4 17:04:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0fa586e1

sys-apps/mission-center: new package, add 0.3.2

Signed-off-by: brettalcox  gmail.com>

 sys-apps/mission-center/Manifest   | 257 +++
 sys-apps/mission-center/metadata.xml   |  11 +
 .../mission-center/mission-center-0.3.2.ebuild | 357 +
 3 files changed, 625 insertions(+)

diff --git a/sys-apps/mission-center/Manifest b/sys-apps/mission-center/Manifest
new file mode 100644
index 00..186c5e4acf
--- /dev/null
+++ b/sys-apps/mission-center/Manifest
@@ -0,0 +1,257 @@
+DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
+DIST ahash-0.3.8.crate 28650 BLAKE2B 
93dcd622dc4497d0ce436461349119e96266c25278a7252a8cd295ced922b430895041ec767b6cbfdef57ada69e9b7bc67cce5155a6bdac9fe3c87c25e3a9e74
 SHA512 
dfd49903b0950a4fd3bf7432108f687322fd3771bce59126e2aee2a6ed5c2d8b31199090e96f31d549092b957f2cf470f201f2d65b1b838f7a182aee8a750a25
+DIST ahash-0.8.3.crate 42416 BLAKE2B 
84836a4e33451012ff32c1a1a90500d87eb7ce649b60dff4eecfb0d25b9782a186376c154673c3121b154ff4616016d1718dfd687b88f4772c2c89eeb2f119b6
 SHA512 
cf2d2f1201ac0969cf4e2a0c47090bee971b2287ac44b5e091c90a9eced03cf6ff56d7900cc0f529d4acedc30bd400261c15e50efabdd1731f79951b449af53e
+DIST aho-corasick-1.0.2.crate 167694 BLAKE2B 
fa5323cbe6cb73594dfa4c327c64676bc1e006dadc0b9def325974c83b9a769beba02d59a4657ec7a2d0cc511a7b7cc6f72cf57b8f9e639206d1c2bf13107a52
 SHA512 
5c75451f96fbbd670e6af0e1f54df2bdb57259dfe6898495ac46a5b2fc04f316a4698fd5cfd4ec31a94c298661937a8de08ce97cab3890fb3c015e4a2a67bb7b
+DIST allocator-api2-0.2.15.crate 58998 BLAKE2B 
555b4250a1e78a4398053d4381587c8a77c6147faba9588dbd03ebc07a3c138dcb78fab7080fe0d9d8ded1886ad589c37642097d669a671886d111708a0a25a1
 SHA512 
5ea76c2351f751f86226e39971c6229cdf22c471184ebdf9189b7fb36081f8471ab9227a06d09d1aba4d3cc2eec0cb18c34cae178e7293128958b514a332b0f9
+DIST anyhow-1.0.71.crate 43808 BLAKE2B 
1ec6b440758e26b2328738bab7c6b1fe8670959793cc24f61cecd0d8b0ebe60b9855ee1cdac9b5f5a5b238daf796eae5b7c82b903e7c822a5625d95130f8b61f
 SHA512 
401b1c5d04fa0581f303395fcb3af5e7684ead367e2a173b4d90db9c04ac20010c5330a686f3ba91a541e1526a7185091b7dbfddce5134b5a74cc749b0338da5
+DIST anyhow-1.0.72.crate 43837 BLAKE2B 
1547c158882e50579a568a14e6e5cd162feb6cf291835266c9dae0c1c4df05a7872bceb02bbc8a13ab5bb84d299a94892057f54eeade7fa095ff8f897f6fe9d8
 SHA512 
25d8d4cfcc9679c9125fe03c7ce5a46462ca66e7457d45cd7838b7867f3461a899f75b22d76dfb04caa09c013c3b702313ffb6373f92b2798119a30199c38a98
+DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
+DIST arrayvec-0.7.4.crate 29856 BLAKE2B 
81ffac1db340e919618351819def3880ab1ef70d0acc47d680f15298eb749bcbc3bf7944ba14159be46b1e734c91b4c0f8cbaf774fd864c17caa3c9fb1fc2e9b
 SHA512 
91e8f70330c515c966d78ae235e890594f9607381ac738a2c3586b53f01411e98d1687494f39ccc365948ae60497df3dfb2be18e26ab7e69bc0966b6c250e1ac
+DIST async-channel-1.9.0.crate 13664 BLAKE2B 
52455c1c9f82bede902a96de0526ce4563184a9da303477110b556b4c877b563c21c32bfd9c6ded446ea0bad416af81a07e5df5a62e7c8f40c8183c1d09ac4f5
 SHA512 
cc624b87dbf34e4be4e219a82b96036396b92042025eeed2362d91f414ca17884365470fca5014b02659be44b77f20530ca33236dc427f0a2fcff2704c46c3dc
+DIST async-lock-2.7.0.crate 23631 BLAKE2B 
90814a489eef98a773ed5dfca5fc3e6b8e2b7a2c37e18f289292f46efce496d4378321327c947dce219add2b7aaf199b96beb9d19cf22536f1ff99b932e50314
 SHA512 
b151aa4a7fe4ad7dd68559dfef203dcfdd2084e175a6fe414298bd28c632ef422631d49c821fe075ec6f549269e0c0cefc16ea56741d3d8317a99489ed638bb9
+DIST async-task-4.4.0.crate 35178 BLAKE2B 
6dc05e0e121d42779e00914fbec5027a2f280acfb4a4c72c66f0ba8e5e9705ef8f0032a5452d9a90e1909e4f828c32cf1fbb1d686877893c7991334ce40566e1
 SHA512 
713620c4aa948f8da61b6587fa3c24e523c42268d59c77ed0481788066b543933e2e68df969315d3cef5d59ef1e9fc1b0f9f293e1a6af9ff31ea8ddd86a5a260
+DIST atomic-waker-1.1.1.crate 11551 BLAKE2B 
83d329f1e95a2d859d842a3553464636c8000df359d03f7ee8e7c11ac6c14b7eddd176514c1b3405cac93c37ba50ba8d90f90b6ae1ea122589ae3cbafec554bc
 SHA512 
a42d21849d9b4569b099eca63c9d0f383439e382a0c2b7d0bcc42af988db9c8cd77c941af7d6839b6b4445c95782739f07f526daef36b3f4d885410e260be0e3
+DIST autocfg-1.1.0.crate 1327

[gentoo-commits] repo/proj/guru:master commit in: games-util/xivlauncher/

2023-10-04 Thread Viorel Munteanu
commit: 39d4970a0c2ff70ceb35ae2618d252751052c0dd
Author: Anna (navi) Figueiredo Gomes  vlhl  dev>
AuthorDate: Wed Oct  4 20:47:04 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Wed Oct  4 20:52:48 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39d4970a

games-util/xivlauncher: drop 1.0.4, add 1.0.5

Signed-off-by: Anna (navi) Figueiredo Gomes  vlhl.dev>

 games-util/xivlauncher/Manifest|  30 +--
 games-util/xivlauncher/metadata.xml|   2 -
 games-util/xivlauncher/xivlauncher-1.0.4-r2.ebuild | 278 -
 games-util/xivlauncher/xivlauncher-1.0.5.ebuild| 254 +++
 4 files changed, 260 insertions(+), 304 deletions(-)

diff --git a/games-util/xivlauncher/Manifest b/games-util/xivlauncher/Manifest
index 913967df56..b6deed0f86 100644
--- a/games-util/xivlauncher/Manifest
+++ b/games-util/xivlauncher/Manifest
@@ -1,4 +1,4 @@
-DIST FFXIVQuickLauncher-77115d3f7d920179ce83f0708ec97ba2450ce795.tar.gz 
5288268 BLAKE2B 
9cfad06eeb53d4552ccf656da5f21c5c810abb3ca18e941791532f6b2f99d2449cefba5f6cb850ff1ab66883a97b61b4b2849d29ba34de6d39cf0a27212ddff0
 SHA512 
e7124653828584d53e2ab06b6d766efe2ca5803f7e63c8eadac79d5a9f563e62572650819ee20039f6eb26fadc479ebcc144a92df71f368e55be0b23eac3e2f5
+DIST FFXIVQuickLauncher-5e1022893d0aa52da84680b7c0694bdd5d560b32.tar.gz 
5266640 BLAKE2B 
5e9fb5df090184c0422936d4c62af1f73ea03c447adb7ba00717ce40fe09086713b6be1708158bb0112ea8c9e6324acd2705caaea414c32314c35fb446a2bf5d
 SHA512 
1c7a2790da8e3350ee74ed60935753f971b5166993694d313f31d7b245a7a39bc96c0f33c92d00a3adc6d600dfb4a4fe07e8b16f28e86808d11b9dfbb2b08bf0
 DIST castle.core.4.4.1.nupkg 919111 BLAKE2B 
5ee1245ef79f00b89fd03957b260337b4af242667c10cd9189540853344d062e27dee224989ef6a29544083f9a8416a197b9d97ba38ee1ace4630e89893355e7
 SHA512 
b27c340df07622abda8543a48c057eb936c9b02b7ed2d6f58e09e33bd5a5f70c7a2ee867127a05697e5a4127ba40494a17ea40080482578328aa8a33ae97aa3a
 DIST cheaploc.1.1.6.nupkg 17585 BLAKE2B 
1ed77a02342449f2b20fc97f0dfca7122637beb9f5f08854dc3d6c4f3676340686e49ac46173945f90dc56e7f41bc719d1976b5b4e61f1b25ced0b94cdb6a29d
 SHA512 
ff2d6e19a08b54d288eced17cafe2dca9943bc7b0fab131c477f9ce7d8390762b11949228bc4193e661490432828ea8596ccb3d0d01ce2e990c346caa4cbb8fa
 DIST commandlineparser.2.9.1.nupkg 496069 BLAKE2B 
e2c4b38841f83d6bc10432b8055af90369f1fe0a10105a58b51b44cd48e5d84cb0b5e4b19f444d8c81b38646a62c7c4d11cbd710e92fea68be3ebea6ab98e3f1
 SHA512 
4f364e45c9668c7e7cc6a922b488f3fa523033c20d7a432694f0a6af05ce528ea0481d8375e2f4f1032c6990347b4803ce9a0e48068c6fe15ec46fb1254f085d
@@ -14,43 +14,24 @@ DIST goaaats.veldrid.sdl2.4.9.0-beta1-g70f642e82e.nupkg 
1480273 BLAKE2B a0919921
 DIST goaaats.veldrid.startuputilities.4.9.0-beta1-g70f642e82e.nupkg 27873 
BLAKE2B 
8cf5bcc6841533fcd4cf24410a532b455a8264b105f1863a605ce728be9353a977dac87b9e9d52e906c18e2dafeb87d2ed73e448cd80253f051fd8c3bfdaed78
 SHA512 
18ca2ee4328c369273ff0f89608af4bfd6bf287d13a7498ebd0024ae9de4d6e61018426b64649dbb80a0de9acb903fc61e102636661e7ee3777e142c757ec759
 DIST imgui.net.1.87.2.nupkg 2532510 BLAKE2B 
81afc68d85afb9c3b3995774d2a7d4e82cbdc8dec5c11a865c1386a40479e5703b3df5702784997a9ab439378c1a9f1fea6e48b0b7d33c8be6e2410545bdde8e
 SHA512 
79244d3ee0dbb332452c8a0d7fe7e9ae42dc80945815290acdb1a95d2f43f700ceaaca7b7a937bb82e77310805aeacccb587b5480cdc2b895678fbf317ca1085
 DIST keysharp.1.0.5.nupkg 83058 BLAKE2B 
a5622d01e18e9433ff86fe3287d3caae2fbd81f83ba17bf302d82c8f2e77f1087ba261da7d455b6552d1399577954f6e98bb8c555999bb3b3b74505d4e581df1
 SHA512 
dcdfd91333a299c5c846d34429992bde26d2e03c9c7d6f1a258ca809f409c2d833df5c41e928b07084b63bf661cfff1dd62bef5f90b189c315fdb795bfa4beb4
-DIST microsoft.aspnetcore.app.runtime.linux-arm.6.0.10.nupkg 10089887 BLAKE2B 
88b7d6c875642358253514fa37f39a2ead7243633b77489a4f6f6d9e2e16a6def6ce392fa2dd3bdeddcb9333be29e4dc5996a942cec330657b5855bc0f73
 SHA512 
3b85af7a52c3cf603a45e5bf47934f5671cc5b23c8d4f62d41788f215aeb2f63219951918fe392a8380a2c4891b5c31408e1de653e821de76ea0fe42fc6ac60d
-DIST microsoft.aspnetcore.app.runtime.linux-arm64.6.0.10.nupkg 9858859 BLAKE2B 
9bf86012f62b54d82c85deed67d4db1faadd1093726f8275450d7892b526095c9ca46ca24a2bdf447bc981a592144aec43e6c48869787842af2d44f838c81abd
 SHA512 
8a92c5595028a9ef81fd1ba32f20bd1a8b7dc4d7609b05e7381f15d8777d84952712fb67fc0beb380146007fd71b0575cb258b72e9ff7d1eb4b12821cc557969
-DIST microsoft.aspnetcore.app.runtime.linux-musl-arm.6.0.10.nupkg 10091308 
BLAKE2B 
a356963fd4b6f0b18ec76a63147229c99dea46caaac41c6c8c049436735c04ba5e775ea70c719cc5629dd2f33d2e0a7e2a7d39774bbdbfd5b89b95418e4760c2
 SHA512 
795c63d8222096b20b49e800940d6ce05824d073af9eae35a589db1de6d84ff13c5c96a159f925bbd2d41ac28b0c396a4f119e9c5696c0a99e6ba994ef5bd1c8
-DIST microsoft.aspnetcore.app.runtime.linux-musl-arm64.6.0.10.nupkg 9860220 
BLAKE2B 
68def043eb256be639d8a6600f9059b097fe0469b436294f929ed17ecfc2525073706ceeb1fb78106e3f46d6fe42e3d9a0d316d603f46882cbc2c7115a2a4b1

[gentoo-commits] repo/proj/guru:dev commit in: dev-crystal/webless/, dev-crystal/exception_page/, net-misc/ooni-probe-cli/, ...

2023-10-05 Thread Viorel Munteanu
commit: 9945d109525dd5c72a0aeb858ca133883d2b7499
Author: Viorel Munteanu  gentoo  org>
AuthorDate: Thu Oct  5 14:01:04 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 14:04:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9945d109

*/*: reassign cybertailor's packages

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

 acct-group/fedigroup/metadata.xml  | 5 +
 acct-group/gemini/metadata.xml | 5 +
 acct-group/gotosocial/metadata.xml | 5 +
 acct-group/honk/metadata.xml   | 5 +
 acct-group/invidious/metadata.xml  | 5 +
 acct-group/nitter/metadata.xml | 5 +
 acct-group/snac/metadata.xml   | 5 +
 acct-user/fedigroup/metadata.xml   | 5 +
 acct-user/gemini/metadata.xml  | 5 +
 acct-user/gotosocial/metadata.xml  | 5 +
 acct-user/honk/metadata.xml| 5 +
 acct-user/invidious/metadata.xml   | 5 +
 acct-user/nitter/metadata.xml  | 5 +
 acct-user/snac/metadata.xml| 5 +
 app-accessibility/rhvoice/metadata.xml | 5 +
 app-accessibility/speakup-tools/metadata.xml   | 5 +
 app-admin/akita/metadata.xml   | 5 +
 app-admin/i2pd-tools/metadata.xml  | 5 +
 app-crypt/certbot-dns-desec/metadata.xml   | 5 +
 app-crypt/ifcplugin-bin/metadata.xml   | 5 +
 app-doc/openbsd-manpages/metadata.xml  | 5 +
 app-misc/mangadesk/metadata.xml| 5 +
 app-misc/pup/metadata.xml  | 5 +
 app-text/komikku/metadata.xml  | 5 +
 app-vim/ale/metadata.xml   | 6 +-
 app-vim/apkbuild-vim/metadata.xml  | 5 +
 app-vim/bracketed-paste/metadata.xml   | 5 +
 app-vim/css-color/metadata.xml | 5 +
 app-vim/dracula/metadata.xml   | 5 +
 app-vim/gemini-vim/metadata.xml| 5 +
 app-vim/nerdtree-git/metadata.xml  | 5 +
 app-vim/nim-syntax/metadata.xml| 5 +
 app-vim/openbsd-style/metadata.xml | 5 +
 app-vim/qt-support/metadata.xml| 4 
 app-vim/rainbow/metadata.xml   | 5 +
 app-vim/tempus/metadata.xml| 5 +
 app-vim/tex-conceal/metadata.xml   | 5 +
 app-vim/themis/metadata.xml| 5 +
 app-vim/vader/metadata.xml | 5 +
 app-vim/vim-crystal/metadata.xml   | 5 +
 app-vim/vim-sensible/metadata.xml  | 5 +
 app-vim/yats/metadata.xml  | 5 +
 dev-cpp/indicators/metadata.xml| 5 +
 dev-cpp/pcg-cpp/metadata.xml   | 5 +
 dev-crystal/athena-negotiation/metadata.xml| 5 +
 dev-crystal/athena-spec/metadata.xml   | 5 +
 dev-crystal/backtracer/metadata.xml| 5 +
 dev-crystal/crikey/metadata.xml| 5 +
 dev-crystal/crustache/metadata.xml | 5 +
 dev-crystal/crystal-db/metadata.xml| 5 +
 dev-crystal/crystal-fnv/metadata.xml   | 5 +
 dev-crystal/crystal-html5/metadata.xml | 5 +
 dev-crystal/crystal-pg/metadata.xml| 5 +
 dev-crystal/crystal-sqlite3/metadata.xml   | 5 +
 dev-crystal/crystal-xpath2/metadata.xml| 5 +
 dev-crystal/crystar/metadata.xml   | 5 +
 dev-crystal/exception_page/metadata.xml| 5 +
 dev-crystal/habitat/metadata.xml   | 5 +
 dev-crystal/inflector/metadata.xml | 5 +
 dev-crystal/jbuilder/metadata.xml  | 5 +
 dev-crystal/json_mapping/metadata.xml  | 5 +
 dev-crystal/kemal/metadata.xml | 5 +
 dev-crystal/kilt/metadata.xml  | 5 +
 dev-crystal/liquid/metadata.xml| 5 +
 dev-crystal/lucky_flow/metadata.xml| 5 +
 dev-crystal/protodec/metadata.xml  | 5 +
 dev-crystal/radix/metadata.xml | 5 +
 dev-crystal/selenium/metadata.xml  | 5 +
 dev-crystal/slang/metadata.xml | 5 +
 dev-crystal/spectator/metadata.xml | 5 +
 dev-crystal/water/metadata.xml | 5 +
 dev-crystal/webdrivers/metadata.xml| 5 +
 dev-crystal/webless/metadata.xml   | 5 +
 dev-lang/crystal-bin/metadata.xml  | 5 +
 dev

[gentoo-commits] repo/proj/guru:master commit in: eclass/

2023-10-05 Thread Viorel Munteanu
commit: b7fb055a13af12299ecab8ba34b451ee2a0bd8b7
Author: David Roman  gmail  com>
AuthorDate: Thu Oct  5 13:09:58 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 13:09:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7fb055a

eclass: rename deprecated ECLASS-VARIABLE to ECLASS_VARIABLE

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

 eclass/mix.eclass | 10 +-
 eclass/octaveforge.eclass |  8 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/eclass/mix.eclass b/eclass/mix.eclass
index b5071e94d8..a1f079f77f 100644
--- a/eclass/mix.eclass
+++ b/eclass/mix.eclass
@@ -36,13 +36,13 @@ DEPEND="${RDEPEND}"
 # differences is present
 BDEPEND="!<${CATEGORY}/${P} !>${CATEGORY}/${PF}"
 
-# @ECLASS-VARIABLE: HEX_OFFLINE
+# @ECLASS_VARIABLE: HEX_OFFLINE
 HEX_OFFLINE=1
 
-# @ECLASS-VARIABLE: MIX_ENV
+# @ECLASS_VARIABLE: MIX_ENV
 MIX_ENV="prod"
 
-# @ECLASS-VARIABLE: MIX_NO_DEPS
+# @ECLASS_VARIABLE: MIX_NO_DEPS
 MIX_NO_DEPS=1
 
 # @FUNCTION: emix
@@ -57,10 +57,10 @@ emix() {
MIX_ENV="${MIX_ENV}" mix "$@" || die -n "mix $@ failed"
 }
 
-# @ECLASS-VARIABLE: MIX_REWRITE
+# @ECLASS_VARIABLE: MIX_REWRITE
 MIX_REWRITE=""
 
-# @ECLASS-VARIABLE: MIX_BUILD_NAME
+# @ECLASS_VARIABLE: MIX_BUILD_NAME
 MIX_BUILD_NAME="${MIX_ENV}"
 
 # @FUNCTION: mix_src_prepare

diff --git a/eclass/octaveforge.eclass b/eclass/octaveforge.eclass
index 0e2c166046..0528d2d907 100644
--- a/eclass/octaveforge.eclass
+++ b/eclass/octaveforge.eclass
@@ -19,24 +19,24 @@ esac
 
 EXPORT_FUNCTIONS src_unpack src_prepare src_compile src_install src_test 
pkg_postinst pkg_prerm pkg_postrm
 
-# @ECLASS-VARIABLE: REPO_URI
+# @ECLASS_VARIABLE: REPO_URI
 # @DESCRIPTION:
 # URI to the sourceforge octave-forge repository
 REPO_URI="http://svn.code.sf.net/p/octave/code/trunk/octave-forge";
 
 # defining some paths
 
-# @ECLASS-VARIABLE: OCT_ROOT
+# @ECLASS_VARIABLE: OCT_ROOT
 # @DESCRIPTION:
 # full path to octave share
 OCT_ROOT="/usr/share/octave"
 
-# @ECLASS-VARIABLE: OCT_PKGDIR
+# @ECLASS_VARIABLE: OCT_PKGDIR
 # @DESCRIPTION:
 # path to octave pkgdir
 OCT_PKGDIR="${OCT_ROOT}/packages"
 
-# @ECLASS-VARIABLE: OCT_BIN
+# @ECLASS_VARIABLE: OCT_BIN
 # @DESCRIPTION:
 # octave binary name
 OCT_BIN="octave"



[gentoo-commits] repo/proj/guru:master commit in: profiles/, sci-mathematics/frama-c-wp/

2023-10-05 Thread Viorel Munteanu
commit: 6be487bc1d2b4adb46aa5b0580b72f2653f121d8
Author: David Roman  gmail  com>
AuthorDate: Thu Oct  5 12:29:04 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 12:29:04 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6be487bc

sci-mathematics/frama-c-wp: treeclean

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

 profiles/package.mask |  4 --
 sci-mathematics/frama-c-wp/Manifest   |  3 --
 sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild | 52 ---
 sci-mathematics/frama-c-wp/frama-c-wp-24.0.ebuild | 52 ---
 sci-mathematics/frama-c-wp/frama-c-wp-25.0.ebuild | 48 -
 sci-mathematics/frama-c-wp/metadata.xml   | 11 -
 6 files changed, 170 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3dc52ade29..fe0cfc8289 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -25,10 +25,6 @@ net-news/communique
 # Removal in 30 days if no one else wants to maintain it.
 games-rpg/airshipper
 
-# Anna Vyalkova  (2023-07-18)
-# Depends on removed  (2023-06-07)
 # Does not work on no-multilib profiles and cannot be masked per profile
 # (See also top comment)

diff --git a/sci-mathematics/frama-c-wp/Manifest 
b/sci-mathematics/frama-c-wp/Manifest
deleted file mode 100644
index 5f2f4bc6e4..00
--- a/sci-mathematics/frama-c-wp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST frama-c-23.1-Vanadium.tar.gz 6945715 BLAKE2B 
aa39c5263c3dd5f407eb97ae56cd734b6209d8dd9b976e67cfa2d3d9879463e47c6ca7b9c4760e111ffa6175e3c8abe698c0bbf7f54098bd7cdd90c704a53e62
 SHA512 
a96ef705479971991fcdee5440f07c0f30dcf434c7a855cdc894dc03275241599036aa1475b10f062b35045f7749e5d242b930e25ad2fd9e1708e29fca024c9e
-DIST frama-c-24.0-Chromium.tar.gz 7495244 BLAKE2B 
249739b55f7d25c75175d31e1703bd3dc160399bc2f10157b09528ec82c7487455b4aef3d248da94e89b7a027c073ad4d8674361899159084e7d84dfa00664a4
 SHA512 
3ab3070104c7e521c7e94492f85522e6dee4433b1ebed6f5c0d63f4329f8eb66a8f91d467cbd877da138936dfdde1b5b9abcb6bcf01ba0a551fc83c748fac235
-DIST frama-c-25.0-Manganese.tar.gz 7670862 BLAKE2B 
74c6ed8b0ca25053876da9433f5fde23d535bbd451e2e419ffe4b4dd40b08914172ae9edecd556e9d1badea5f08b92a760bb49cf9b4149b7f545b7f128e7cbef
 SHA512 
8fdc71ee252e7dd0ca5782d16d54df8d126a3fbcc324cf250dd96bcb5b743a4a387ec65fe633583a976d6b692d147f657faf49160ccbd519e04a2664b0d68f0f

diff --git a/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild 
b/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild
deleted file mode 100644
index 9a9a78dbee..00
--- a/sci-mathematics/frama-c-wp/frama-c-wp-23.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools findlib toolchain-funcs
-
-DESCRIPTION="Deductive proof of ACSL contracts (WP) plugin for frama-c"
-HOMEPAGE="https://frama-c.com";
-NAME="Vanadium"
-SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="coq gtk +ocamlopt"
-RESTRICT="strip"
-
-RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk=,ocamlopt?]
-   ~sci-mathematics/frama-c-qed-${PV}:=[gtk=,ocamlopt?]
-   ~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]
-   >=sci-mathematics/why3-1.4.0
-   https://frama-c.com";
-NAME="Chromium"
-SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="coq gtk +ocamlopt"
-RESTRICT="strip"
-
-RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk=,ocamlopt?]
-   ~sci-mathematics/frama-c-qed-${PV}:=[gtk=,ocamlopt?]
-   ~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]
-   >=sci-mathematics/why3-1.4.0
-   https://frama-c.com";
-NAME="Manganese"
-SRC_URI="https://frama-c.com/download/frama-c-${PV}-${NAME}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="gtk +ocamlopt"
-RESTRICT="strip"
-
-RDEPEND="~sci-mathematics/frama-c-${PV}:=[gtk=,ocamlopt?]
-   ~sci-mathematics/frama-c-qed-${PV}:=[gtk=,ocamlopt?]
-   ~sci-mathematics/frama-c-rtegen-${PV}:=[ocamlopt?]
-   >=sci-mathematics/why3-1.5.0
-   
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   François-Xavier Carton
-   fx.carto...@gmail.com
-   
-   
-   Precompile coq libraries
-   
-



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

2023-10-05 Thread Viorel Munteanu
commit: 93be285237b8cb8ad13adeb28c88428a393dafc8
Author: David Roman  gmail  com>
AuthorDate: Thu Oct  5 13:05:56 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 13:05:56 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93be2852

profiles: remove deprecated package.use entry

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

 profiles/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/package.use b/profiles/package.use
deleted file mode 100644
index 5d9f47c730..00
--- a/profiles/package.use
+++ /dev/null
@@ -1,3 +0,0 @@
-# Lucio Sauer  (2022-09-16)
-# Upstream recommendation.
-app-misc/anki-bin python_single_target_python3_9



[gentoo-commits] repo/proj/guru:master commit in: sys-libs/iceoryx/

2023-10-05 Thread Viorel Munteanu
commit: dcd7747e832f188c0cbf567a69ae80e4a82bc74d
Author: David Roman  gmail  com>
AuthorDate: Thu Oct  5 12:02:11 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 12:02:41 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dcd7747e

sys-libs/iceoryx: fix network sandbox violation

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

 sys-libs/iceoryx/iceoryx-2.0.3.ebuild | 39 ++-
 sys-libs/iceoryx/iceoryx-.ebuild  | 34 +++---
 sys-libs/iceoryx/metadata.xml | 11 ++
 3 files changed, 39 insertions(+), 45 deletions(-)

diff --git a/sys-libs/iceoryx/iceoryx-2.0.3.ebuild 
b/sys-libs/iceoryx/iceoryx-2.0.3.ebuild
index 91a29125be..318d809ee5 100644
--- a/sys-libs/iceoryx/iceoryx-2.0.3.ebuild
+++ b/sys-libs/iceoryx/iceoryx-2.0.3.ebuild
@@ -3,26 +3,26 @@
 
 EAPI=8
 
-inherit cmake 
-
+inherit cmake
 
 if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/eclipse-iceoryx/iceoryx";
-   inherit git-r3  
+   inherit git-r3
 else
SRC_URI="https://github.com/eclipse-iceoryx/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64"
 fi
 
-S="${WORKDIR}/${P}"
-B="${WORKDIR}/${P}_build"
 DESCRIPTION="Eclipse Iceoryx zero copy IPC"
 HOMEPAGE="https://iceoryx.io";
 
 LICENSE="Apache-2.0"
 SLOT="0/$(ver_cut 1-2)"
 IUSE="test doc examples ccache"
-RESTRICT="!test? ( test )"
+
+# restricted because itt violates network sandbox
+# In next version wee can use GTest_DIR to skip downloading gtest from github
+RESTRICT="test"
 
 RDEPEND=(
"doc? ( app-doc/doxygen )"
@@ -32,30 +32,23 @@ RDEPEND=(
 
 DEPEND="${RDEPEND[@]}"
 
-CMAKE_BUILD_TYPE=Release
-
-PATCHES=()
-
 src_prepare() {
-
CMAKE_USE_DIR=${S}/${PN}_meta
-   BUILD_DIR=${B}
+   BUILD_DIR="${S}_build"
cmake_src_prepare
 }
 
 src_configure() {
-   
local mycmakeargs=(
--DBUILD_DOC= $(usex doc)
--DBUILD_ALL=OFF
--DBINDING_C=ON
--DEXAMPLES=$(usex examples)
--DBUILD_TEST=$(usex test)
--DCLANG_TIDY=OFF
--DDOWNLOAD_TOML_LIB=OFF
--DCMAKE_MODULE_PATH="/usr/lib/cmake/cpptoml"
--DCCACHE=$(usex ccache)
-
+   -DBUILD_DOC= $(usex doc)
+   -DBUILD_ALL=OFF
+   -DBINDING_C=ON
+   -DEXAMPLES=$(usex examples)
+   -DBUILD_TEST=OFF
+   -DCLANG_TIDY=OFF
+   -DDOWNLOAD_TOML_LIB=OFF
+   -DCMAKE_MODULE_PATH="/usr/lib/cmake/cpptoml"
+   -DCCACHE=$(usex ccache)
)
 
cmake_src_configure

diff --git a/sys-libs/iceoryx/iceoryx-.ebuild 
b/sys-libs/iceoryx/iceoryx-.ebuild
index 91a29125be..5255470435 100644
--- a/sys-libs/iceoryx/iceoryx-.ebuild
+++ b/sys-libs/iceoryx/iceoryx-.ebuild
@@ -3,19 +3,16 @@
 
 EAPI=8
 
-inherit cmake 
-
+inherit cmake
 
 if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/eclipse-iceoryx/iceoryx";
-   inherit git-r3  
+   inherit git-r3
 else
SRC_URI="https://github.com/eclipse-iceoryx/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
KEYWORDS="~amd64"
 fi
 
-S="${WORKDIR}/${P}"
-B="${WORKDIR}/${P}_build"
 DESCRIPTION="Eclipse Iceoryx zero copy IPC"
 HOMEPAGE="https://iceoryx.io";
 
@@ -32,30 +29,23 @@ RDEPEND=(
 
 DEPEND="${RDEPEND[@]}"
 
-CMAKE_BUILD_TYPE=Release
-
-PATCHES=()
-
 src_prepare() {
-
CMAKE_USE_DIR=${S}/${PN}_meta
-   BUILD_DIR=${B}
+   BUILD_DIR="${S}_build"
cmake_src_prepare
 }
 
 src_configure() {
-   
local mycmakeargs=(
--DBUILD_DOC= $(usex doc)
--DBUILD_ALL=OFF
--DBINDING_C=ON
--DEXAMPLES=$(usex examples)
--DBUILD_TEST=$(usex test)
--DCLANG_TIDY=OFF
--DDOWNLOAD_TOML_LIB=OFF
--DCMAKE_MODULE_PATH="/usr/lib/cmake/cpptoml"
--DCCACHE=$(usex ccache)
-
+   -DBUILD_DOC= $(usex doc)
+   -DBUILD_ALL=OFF
+   -DBINDING_C=ON
+   -DEXAMPLES=$(usex examples)
+   -DBUILD_TEST=$(usex test)
+   -DCLANG_TIDY=OFF
+   -DDOWNLOAD_TOML_LIB=OFF
+   -DCMAKE_MODULE_PATH="/usr/lib/cmake/cpptoml"
+   -DCCACHE=$(usex ccache)
)
 
cmake_src_configure

diff --git a/sys-libs/iceoryx/metadata.xml b/sys-libs/iceoryx/metadata.xml
new file mode 100644
index 00..1b9eff5a19
--- /dev/null
+++ b/sys-libs/iceoryx/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   
+   eclipse-iceoryx/iceoryx
+   
+   
+   Enable ccache support
+   
+



[gentoo-commits] repo/proj/guru:master commit in: net-p2p/p2pool/

2023-10-05 Thread Viorel Munteanu
commit: 23c37c322bb1629bc957425f525c8cdc8e2a50e2
Author: David Roman  gmail  com>
AuthorDate: Thu Oct  5 13:18:14 2023 +
Commit:     Viorel Munteanu  gentoo  org>
CommitDate: Thu Oct  5 13:18:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23c37c32

net-p2p/p2pool: drop 2.7, 3.0, 3.1, 3.2, 3.3, 3.4

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

 net-p2p/p2pool/Manifest  |  45 
 net-p2p/p2pool/p2pool-2.7.ebuild | 104 
 net-p2p/p2pool/p2pool-3.0.ebuild | 104 
 net-p2p/p2pool/p2pool-3.1.ebuild | 104 
 net-p2p/p2pool/p2pool-3.2.ebuild | 110 ---
 net-p2p/p2pool/p2pool-3.3.ebuild | 110 ---
 net-p2p/p2pool/p2pool-3.4.ebuild | 110 ---
 7 files changed, 687 deletions(-)

diff --git a/net-p2p/p2pool/Manifest b/net-p2p/p2pool/Manifest
index 45280e2632..3939fdfd99 100644
--- a/net-p2p/p2pool/Manifest
+++ b/net-p2p/p2pool/Manifest
@@ -1,48 +1,3 @@
-DIST p2pool-2.7-cppzmq.tar.gz 46998 BLAKE2B 
fde029a8cecb1f3e7d901225bad1b32fde8d6848c80d7bd1a34025d63ab2288d8a3ef1335268ec6dc6ba3d4fdbb8cc8ff167c2a35112e3322afcd16a6a6d3fc5
 SHA512 
c9615558a5001e2d2772aeb452a1e5d0fbeb13d05e34ad0ee37e85dbff192d03ad4530a7f0a341f72d30062c4e8f34b8545a2c299d7180a8aa4a814b113e6fcd
-DIST p2pool-2.7-curl.tar.gz 3020843 BLAKE2B 
3d927d332be2ee99169fbf9525a1ccdb6efa56c80d657fba46eb66b50c225efc914a2f80dc5032b35eae1ceb8be630bfd1d3338fbf978e0050f720c4f654e85f
 SHA512 
caf7576ab3058dfe29b87686d8b8272303829121c8bdd59fa61385fb61a2314c9d3f320b5dfffd8e4022aba72159a33d66de1888c8028c8d1428b1953b150847
-DIST p2pool-2.7-libuv.tar.gz 1309503 BLAKE2B 
c02adce321775480d832f45d26c42e0eb1e6abee3f1b70f15e1c1d6c808a763d8bdb6b54264e676a9964532c58a96bcf0f4b159b62c8fbea9b50a9befdf979df
 SHA512 
4b63745d48c5318d75ef3580fc6d6288b1ca26a25f69fbef2af4b6fe1d1fe1255986cbb1fb5124e1ba6cd324868ebccdc6f6965e08e3e0fbde29f22e7e20ce89
-DIST p2pool-2.7-randomx.tar.gz 165732 BLAKE2B 
3616eee591e14a18b7ea84811911f938b0031420938e662edfbc82dd04b1da65065e650793544ffeb78cd4e3cca023ba5e3f63c53b9080b08443741fe7fad6be
 SHA512 
a674e8bc603a42679fc552922865bccdf38622b1fec1bd34c7949744210f03896a5977d2f61ec83e964b71ab15b23872f8f99aeb339bd8c5e3080fefbb925a48
-DIST p2pool-2.7-rapidjson.tar.gz 1107920 BLAKE2B 
1cc96842788014d08637e8cec9c1ef507a0f6ade03ede190accea7950980e317ca40846e5124963290b51046e3063c5198873a22e528a8495d2c9f9aec4ff96d
 SHA512 
58900db212b0b700571b4d4bd6e77f3ecb60f914d8f96cab83aed44c82dd45687aca62326d4d024f837200d1261a52782e772532ff9dc512ac3fe72a9a48137c
-DIST p2pool-2.7-robin-hood-hashing.tar.gz 177642 BLAKE2B 
e66b8388fcd1f6294f67a18bbc45ac8083b9e8fd8d304a35963645934c9054c98c54b10dd8185e72da4d88e3825f7daed8f503f75589e799717aa4a3e1e101f9
 SHA512 
c569727678600d7c7ca0fd436e1fffbefab129455d12c57e01d74c57bf5d470f6e0aefe15e35831f1c31166e1a39398995403b1b5e346547549a819be202cd7a
-DIST p2pool-2.7.tar.gz 45643775 BLAKE2B 
20b265430962a2bd57f6ea31525bf48447ab76336a86040786e2aa9fb4d2a030b5702ba9c3a7c2860aff01760f57410a032548fd553d742d41072ec410a2c59a
 SHA512 
001984a9e9f7c05b138fbebe1f8f30927ae4cee4c7767e56bbe0b93c2db846e545cf30e3dd3c74acc2d984c4f96ac041c774616f13f03fc5addead346c4d7427
-DIST p2pool-3.0-cppzmq.tar.gz 46998 BLAKE2B 
fde029a8cecb1f3e7d901225bad1b32fde8d6848c80d7bd1a34025d63ab2288d8a3ef1335268ec6dc6ba3d4fdbb8cc8ff167c2a35112e3322afcd16a6a6d3fc5
 SHA512 
c9615558a5001e2d2772aeb452a1e5d0fbeb13d05e34ad0ee37e85dbff192d03ad4530a7f0a341f72d30062c4e8f34b8545a2c299d7180a8aa4a814b113e6fcd
-DIST p2pool-3.0-curl.tar.gz 3050766 BLAKE2B 
7cbfbb3d58739105d7166d635d12b1d3c38a56e538817a50fe4831d0abe53115ac190d6a5fdc71f52b4edec8164a0fc5559ed64aaab46365c18d09b7238caa65
 SHA512 
a1225cf5368648290f15ae4e695497797c8ac227f316e2d33c01d29fff30f4af5032ac7c1a05d614196b600e5aed65926e553cbbc32414a04802a14e2e92eef8
-DIST p2pool-3.0-libuv.tar.gz 1309251 BLAKE2B 
57c916c5f84a80077a7f8155ec37438c009542513c39109d6c5c19d670e6c12abcea3c57d289211db6329b8fef2ecdabd4e0004ed32053e73fc1385a2e5cdb11
 SHA512 
7dbb54d678d53a8c840fb49ec9b618b77ff58dcc14109af7aa42797e4b24b0e62f586ecdeef4f7dd416bddcd08c0075e20146ec5579fc1d7a45135faaa16694c
-DIST p2pool-3.0-randomx.tar.gz 165715 BLAKE2B 
428ced5e0dca9a1d4b1f839a3367034548c9ca9f92117285b73687efd416925bf60f184c26909bdfe6e2b4bb42c686449404a701fc13af48079efa34eb643099
 SHA512 
78dab5590358e4ea153608859cd8f7764b430b2fa2e942644a06ef9268e5db606012b56d4fb132bc0e7898cfa8d7867a0ddcf445c0390d49c7df9b4ab6cb6369
-DIST p2pool-3.0-rapidjson.tar.gz 1107920 BLAKE2B 
1cc96842788014d08637e8cec9c1ef507a0f6ade03ede190accea7950980e317ca40846e5124963290b51046e3063c5198873a22e528a8495d2c9f9aec4ff96d
 SHA512 
58900db212b0b700571b4d4bd6e77f3ecb60f914d8f96cab83aed44c82dd45687aca62326d4d024f837200d1261a52782e772532ff9dc512ac3fe72a9a48137c
-DIST p2pool-3.0-robin-hood-hashing.tar.gz 17764

<    2   3   4   5   6   7   8   9   10   11   >