[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-shell-integration/

2022-08-28 Thread Ionen Wolkens
commit: 4a0bad0d4eca4a5aead22bc651b89f8d0dc17d22
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug 29 04:56:27 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug 29 05:00:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0bad0d

x11-terms/kitty-shell-integration: add 0.26.0

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

 x11-terms/kitty-shell-integration/Manifest |  1 +
 .../kitty-shell-integration-0.26.0.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/kitty-shell-integration/Manifest 
b/x11-terms/kitty-shell-integration/Manifest
index 96283c4cadf3..d9ff49c233df 100644
--- a/x11-terms/kitty-shell-integration/Manifest
+++ b/x11-terms/kitty-shell-integration/Manifest
@@ -1 +1,2 @@
 DIST kitty-0.25.2.tar.xz 4681940 BLAKE2B 
9aa43711c833541f364100465dfd1c13251ed59d5777634a5f193cc0544743295a772de85c64b4657e2cbca3d88f77019b0fe26b25c8b0908c1cc108b480ecf6
 SHA512 
ac858b525abbdeb137989a7971c51651d46bffedde048ed572bbb4c31119a4e0f9f424edbdbfd14fe2e043b4a7c8a1a1f8ee6591906e40a655d9f783b21f31a6
+DIST kitty-0.26.0.tar.xz 4719488 BLAKE2B 
02e06ed8dd6bfdca789efe53211a27855582b2baa845558efd454a9ee8d2d6a71749f8baaad6ac6ba3f5b0878b2786302a26be190dec544488c3918de70ab581
 SHA512 
e8e041cb8cbe8560e35126d9f717111e0094ef9dd260ade07017f36d8e8e18fd4198cf186198b78089b8a05baa98a512d273b24b7f3f0d4f9f6d06107eb76c58

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.26.0.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.26.0.ebuild
new file mode 100644
index ..4c3e987c411b
--- /dev/null
+++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.26.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal 
emulator"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
+S="${WORKDIR}/kitty-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+RESTRICT="test" # intended to be ran on the full kitty package
+
+src_compile() { :; }
+
+src_install() {
+   # install the whole directory in the upstream suggested location
+   # for consistency (i.e. less variation between distros if someone
+   # ssh into Gentoo), then set symlinks to autoload where possible
+   # (these exit immediately if KITTY_SHELL_INTEGRATION is unset)
+   insinto /usr/share/kitty
+   doins -r shell-integration
+
+   dosym -r 
{/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash
+
+   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish
+   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish
+
+   dosym -r 
/usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
+   # zsh integration is handled automatically without needing to modify rc 
files,
+   # but may require user intervention depending on zsh invocation or if 
remote
+
+   # this is used internally by the ssh kitten and is not useful there
+   rm -r "${ED}"/usr/share/kitty/shell-integration/ssh || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/

2022-08-28 Thread Ionen Wolkens
commit: 7758cde8df47c3b631da7f4bf8caaa1a9f1ac540
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug 29 04:56:36 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug 29 05:00:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7758cde8

x11-terms/kitty-terminfo: add 0.26.0

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

 x11-terms/kitty-terminfo/Manifest  |  1 +
 .../kitty-terminfo/kitty-terminfo-0.26.0.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/x11-terms/kitty-terminfo/Manifest 
b/x11-terms/kitty-terminfo/Manifest
index 96283c4cadf3..d9ff49c233df 100644
--- a/x11-terms/kitty-terminfo/Manifest
+++ b/x11-terms/kitty-terminfo/Manifest
@@ -1 +1,2 @@
 DIST kitty-0.25.2.tar.xz 4681940 BLAKE2B 
9aa43711c833541f364100465dfd1c13251ed59d5777634a5f193cc0544743295a772de85c64b4657e2cbca3d88f77019b0fe26b25c8b0908c1cc108b480ecf6
 SHA512 
ac858b525abbdeb137989a7971c51651d46bffedde048ed572bbb4c31119a4e0f9f424edbdbfd14fe2e043b4a7c8a1a1f8ee6591906e40a655d9f783b21f31a6
+DIST kitty-0.26.0.tar.xz 4719488 BLAKE2B 
02e06ed8dd6bfdca789efe53211a27855582b2baa845558efd454a9ee8d2d6a71749f8baaad6ac6ba3f5b0878b2786302a26be190dec544488c3918de70ab581
 SHA512 
e8e041cb8cbe8560e35126d9f717111e0094ef9dd260ade07017f36d8e8e18fd4198cf186198b78089b8a05baa98a512d273b24b7f3f0d4f9f6d06107eb76c58

diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.26.0.ebuild 
b/x11-terms/kitty-terminfo/kitty-terminfo-0.26.0.ebuild
new file mode 100644
index ..35ff98034a87
--- /dev/null
+++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.26.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
+S="${WORKDIR}/kitty-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+RESTRICT="test" # intended to be ran on the full kitty package
+
+BDEPEND="sys-libs/ncurses"
+
+src_compile() { :; }
+
+src_install() {
+   dodir /usr/share/terminfo
+   tic -xo "${ED}"/usr/share/terminfo terminfo/kitty.terminfo || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2022-08-28 Thread Ionen Wolkens
commit: 7e9e4f11b80dd818eda2ba760ecee7a2a13b4d9b
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug 29 04:57:54 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug 29 05:01:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9e4f11

x11-terms/kitty: add 0.26.0

Still skipping py3.11 for now. Even if make it ignore
deprecation warning failure, the prewarm tests still fail.

Now using build-launcher for tests, PATH or symlink now confuses tests
(test.py actually has a #!./kitty/launcher shebang rather than python),
and build-launcher is only a single link command after linux-package.

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

 x11-terms/kitty/Manifest|   2 +
 x11-terms/kitty/kitty-0.26.0.ebuild | 131 
 2 files changed, 133 insertions(+)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index 866620661c46..8fa744e12d5a 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,2 +1,4 @@
 DIST kitty-0.25.2.tar.xz 4681940 BLAKE2B 
9aa43711c833541f364100465dfd1c13251ed59d5777634a5f193cc0544743295a772de85c64b4657e2cbca3d88f77019b0fe26b25c8b0908c1cc108b480ecf6
 SHA512 
ac858b525abbdeb137989a7971c51651d46bffedde048ed572bbb4c31119a4e0f9f424edbdbfd14fe2e043b4a7c8a1a1f8ee6591906e40a655d9f783b21f31a6
 DIST kitty-0.25.2.tar.xz.sig 566 BLAKE2B 
38435c7c418b421321ad29e1935f2280b1df215cb95b1025b3c85a0cc7e3279f1a0f79b05af9c698d4121a4f2e23a81774406a3ba77d0b5e669a36e1e58621b6
 SHA512 
cc16d4d22c043a30d9712cee211b4560873aa3e6ddc799881c791c72c6a4bfb7822a01683c62afcf67814889dfbc312d9f8b1f2200ab7f89a937addbf76c99b9
+DIST kitty-0.26.0.tar.xz 4719488 BLAKE2B 
02e06ed8dd6bfdca789efe53211a27855582b2baa845558efd454a9ee8d2d6a71749f8baaad6ac6ba3f5b0878b2786302a26be190dec544488c3918de70ab581
 SHA512 
e8e041cb8cbe8560e35126d9f717111e0094ef9dd260ade07017f36d8e8e18fd4198cf186198b78089b8a05baa98a512d273b24b7f3f0d4f9f6d06107eb76c58
+DIST kitty-0.26.0.tar.xz.sig 566 BLAKE2B 
9f05eb2083ea59f41284dcbf405be46f99fdc910167b522c4d281d8626e59d2e843f82f4526c17d7370e17bf72c3c372e490704702dc851fb3623fae7210db76
 SHA512 
c9057512767a6a93cd2ba1e621a10a1979aa4788a2fb16e5747df915647efe4a981cc1db772588a8f331d1988bb6f4918cc5e071bcd4dbbe86a7fc228d0856c3

diff --git a/x11-terms/kitty/kitty-0.26.0.ebuild 
b/x11-terms/kitty/kitty-0.26.0.ebuild
new file mode 100644
index ..3ee9cbb30121
--- /dev/null
+++ b/x11-terms/kitty/kitty-0.26.0.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit edo optfeature multiprocessing python-single-r1 toolchain-funcs xdg
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
+else
+   inherit verify-sig
+   SRC_URI="
+   
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz
+   verify-sig? ( 
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig )"
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/kovidgoyal.gpg"
+   KEYWORDS="~amd64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Fast, feature-rich, GPU-based terminal"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+X test transfer wayland"
+REQUIRED_USE="
+   || ( X wayland )
+   ${PYTHON_REQUIRED_USE}"
+RESTRICT="!X? ( test ) !test? ( test ) !transfer? ( test ) !wayland? ( test )"
+
+# dlopen: fontconfig,libglvnd
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/openssl:=
+   media-libs/fontconfig
+   media-libs/harfbuzz:=
+   media-libs/lcms:2
+   media-libs/libglvnd[X?]
+   media-libs/libpng:=
+   sys-apps/dbus
+   sys-libs/zlib:=
+   x11-libs/libxkbcommon[X?]
+   x11-misc/xkeyboard-config
+   ~x11-terms/kitty-shell-integration-${PV}
+   ~x11-terms/kitty-terminfo-${PV}
+   X? ( x11-libs/libX11 )
+   transfer? ( net-libs/librsync:= )
+   wayland? ( dev-libs/wayland )"
+DEPEND="
+   ${RDEPEND}
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libXcursor
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   )
+   wayland? ( dev-libs/wayland-protocols )"
+BDEPEND="
+   ${PYTHON_DEPS}
+   sys-libs/ncurses
+   virtual/pkgconfig
+   test? ( $(python_gen_cond_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )
+   wayland? ( dev-util/wayland-scanner )"
+[[ ${PV} ==  ]] || BDEPEND+=" verify-sig? ( 
sec-keys/openpgp-keys-kovidgoyal )"
+
+src_prepare() {
+   default
+
+   # seds unfortunately feel easier on maintainenance than patches here
+   sed -e "s/'x11 wayland'/'$(usev X x11) $(usev wayland)'/" \
+   -e "$(usev !X '/gl_libs =/s/=.*/= []/')" \
+   -e "/num_workers =/s/=.*/= $(makeopts_jobs)/" \
+   -e 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2022-08-28 Thread Ionen Wolkens
commit: 22ca49b09225a22e5cfad9a25b2dce7ad9aa6342
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug 29 05:00:02 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug 29 05:02:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ca49b0

x11-terms/kitty: sync live

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

 x11-terms/kitty/kitty-.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-terms/kitty/kitty-.ebuild 
b/x11-terms/kitty/kitty-.ebuild
index 92a0509aac27..3ee9cbb30121 100644
--- a/x11-terms/kitty/kitty-.ebuild
+++ b/x11-terms/kitty/kitty-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
-inherit optfeature multiprocessing python-single-r1 toolchain-funcs xdg
+inherit edo optfeature multiprocessing python-single-r1 toolchain-funcs xdg
 
 if [[ ${PV} ==  ]] ; then
inherit git-r3
@@ -32,6 +32,7 @@ RESTRICT="!X? ( test ) !test? ( test ) !transfer? ( test ) 
!wayland? ( test )"
 # dlopen: fontconfig,libglvnd
 RDEPEND="
${PYTHON_DEPS}
+   dev-libs/openssl:=
media-libs/fontconfig
media-libs/harfbuzz:=
media-libs/lcms:2
@@ -67,9 +68,10 @@ BDEPEND="
 src_prepare() {
default
 
+   # seds unfortunately feel easier on maintainenance than patches here
sed -e "s/'x11 wayland'/'$(usev X x11) $(usev wayland)'/" \
-e "$(usev !X '/gl_libs =/s/=.*/= []/')" \
-   -e "/num_workers = /s/=.*/= $(makeopts_jobs)/" \
+   -e "/num_workers =/s/=.*/= $(makeopts_jobs)/" \
-e "s/cflags.append.*-O3.*/pass/" -e 's/-O3//' \
-i setup.py || die
 
@@ -92,8 +94,7 @@ src_compile() {
tc-export CC
export PKGCONFIG_EXE=$(tc-getPKG_CONFIG)
 
-   local setup=(
-   ${EPYTHON} setup.py linux-package
+   local conf=(
--disable-link-time-optimization
--ignore-compiler-warnings
--libdir-name=$(get_libdir)
@@ -102,16 +103,15 @@ src_compile() {
--verbose
)
 
-   echo "${setup[*]}"
-   "${setup[@]}" || die "setup.py failed to compile ${PN}"
+   edo ${EPYTHON} setup.py linux-package "${conf[@]}"
+   use test && edo ${EPYTHON} setup.py build-launcher "${conf[@]}"
 
[[ ${PV} ==  ]] || mv linux-package/share/doc/{${PN},${PF}} || die
rm -r linux-package/share/terminfo || die
 }
 
 src_test() {
-   PATH=linux-package/bin:${PATH} KITTY_CONFIG_DIRECTORY=${T} \
-   ${EPYTHON} test.py || die
+   KITTY_CONFIG_DIRECTORY=${T} ./test.py || die # shebang is kitty
 }
 
 src_install() {



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

2022-08-28 Thread Ionen Wolkens
commit: 04fae423d59af0bdeb047d7c37955dd9faa3752d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Aug 29 04:01:14 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Aug 29 05:00:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04fae423

games-emulation/hatari: add 2.4.1

Just a quick bump, haven't looked at lto mismatch issues.

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

 games-emulation/hatari/Manifest|  1 +
 games-emulation/hatari/hatari-2.4.1.ebuild | 98 ++
 2 files changed, 99 insertions(+)

diff --git a/games-emulation/hatari/Manifest b/games-emulation/hatari/Manifest
index f7f6ebc198a6..c2b7a9379001 100644
--- a/games-emulation/hatari/Manifest
+++ b/games-emulation/hatari/Manifest
@@ -1 +1,2 @@
 DIST hatari-2.4.0.tar.bz2 4452205 BLAKE2B 
fe53b4dac688720372386fc83a83996e2cc83d74fd20f71db5e60f773561dc51d33f3560c1625913a896a9592650460604e821c9f7f07e5bd50d1775b49dfea5
 SHA512 
8ec542b2f7e27cd185ff8725e8d31ba7f1de709fa638b6162d17b6f1163158cbd16fc2738aa6b073a71cd990a72f305b5322f754faef34399cdca8685a7bf08c
+DIST hatari-2.4.1.tar.bz2 4446656 BLAKE2B 
0844f14f2161de931ba098d290655152ecde354a80cc9c18b460fda77149759386cf7ed46d0ce1dd36dc303f1f3cfe421f37f169e06d46a06589cef1d601dbc6
 SHA512 
90c555150b0fa86b88e4ba3360384edf6afa05d45b82b3260853178b77fd542da6f31bd2e80c8307380fff9c61f0230545ec987e6e74b8c3d708bc5ef5ca8f42

diff --git a/games-emulation/hatari/hatari-2.4.1.ebuild 
b/games-emulation/hatari/hatari-2.4.1.ebuild
new file mode 100644
index ..db2b63faf515
--- /dev/null
+++ b/games-emulation/hatari/hatari-2.4.1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit cmake python-single-r1 xdg
+
+DESCRIPTION="Atari ST emulator"
+HOMEPAGE="https://hatari.tuxfamily.org/;
+SRC_URI="https://download.tuxfamily.org/hatari/${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="X capsimage gui png portmidi readline udev zlib"
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   png? ( zlib )"
+
+COMMON_DEPEND="
+   media-libs/libsdl2[X?,joystick,sound,video]
+   X? ( x11-libs/libX11 )
+   capsimage? ( >=dev-libs/spsdeclib-5.1-r1 )
+   png? ( media-libs/libpng:= )
+   portmidi? ( media-libs/portmidi )
+   readline? ( sys-libs/readline:= )
+   udev? ( virtual/udev )
+   zlib? ( sys-libs/zlib:= )"
+RDEPEND="
+   ${PYTHON_DEPS}
+   ${COMMON_DEPEND}
+   gui? (
+   $(python_gen_cond_dep 
'dev-python/pygobject:3[${PYTHON_USEDEP}]')
+   x11-libs/gtk+:3[introspection]
+   )
+   >=games-emulation/emutos-1.1.1"
+DEPEND="
+   ${COMMON_DEPEND}
+   X? ( x11-base/xorg-proto )"
+BDEPEND="${PYTHON_DEPS}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.3.1-caps5-include-path.patch
+   "${FILESDIR}"/${PN}-2.3.1-cmake-include-checksym.patch
+)
+
+DOCS=(
+   readme.txt
+   doc/{bugs,changelog,scsi-driver,thanks,video-recording}.txt
+)
+
+src_prepare() {
+   cmake_src_prepare
+
+   sed -i "s/\.1\.gz\b/.1/;T;s/gzip[^\$]*/cat /" {*/,}*/CMakeLists.txt || 
die
+   sed -i "s:doc/${PN}:doc/${PF}/html:" python-ui/uihelpers.py || die
+   sed -e "s/python3/${EPYTHON}/" \
+   -e 's/mkdosfs/mkfs.fat/' \
+   -i tools/atari-hd-image.sh || die
+
+   # use emutos package rather than bundled ROM
+   rm src/tos.img || die
+   cat <<-EOF > hatari.cfg || die
+   [ROM]
+   szTosImageFileName = ${EPREFIX}/usr/share/emutos/etos1024k.img
+   EOF
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=OFF
+   -DDOCDIR="${EPREFIX}"/usr/share/doc/${PF}/html
+   -DETCDIR="${EPREFIX}"/etc
+   $(cmake_use_find_package X X11)
+   $(cmake_use_find_package capsimage CapsImage)
+   $(cmake_use_find_package png PNG)
+   $(cmake_use_find_package portmidi PortMidi)
+   $(cmake_use_find_package readline Readline)
+   $(cmake_use_find_package udev Udev)
+   $(cmake_use_find_package zlib ZLIB)
+   $(usev !gui -DPYTHON_EXECUTABLE=false) # only disables 
python-ui/
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+
+   insinto /etc
+   doins hatari.cfg
+
+   mv "${ED}"/usr/share/doc/${PF}/{html/*.txt,} || die
+
+   python_fix_shebang "${ED}"/usr/bin
+   use gui && python_fix_shebang "${ED}"/usr/share/${PN}/${PN}ui
+}



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

2022-08-28 Thread Dennis Lamm
commit: d3a3f8078f655fc5c9ddc05ddd1069de302ba075
Author: Dennis Lamm  gentoo  org>
AuthorDate: Sun Aug 28 17:53:00 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Aug 29 04:45:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a3f807

media-gfx/prusaslicer: version bump to 2.5.0-rc1

Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/27046
Signed-off-by: Dennis Lamm  gentoo.org>

 media-gfx/prusaslicer/Manifest |  1 +
 .../files/prusaslicer-2.5.0_rc1-cereal-1.3.1.patch | 48 +
 media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild | 83 ++
 3 files changed, 132 insertions(+)

diff --git a/media-gfx/prusaslicer/Manifest b/media-gfx/prusaslicer/Manifest
index 0aa6f5851865..89a7b1db4bb9 100644
--- a/media-gfx/prusaslicer/Manifest
+++ b/media-gfx/prusaslicer/Manifest
@@ -1 +1,2 @@
 DIST prusaslicer-2.5.0_alpha2.tar.gz 48053741 BLAKE2B 
161462ee4dc061ee1816c165b0e85688bcce1ee010451f3d6d724a71526ccea4eb006c9610124ec006ff19b030af2fcb74993016658069222d98152f29660c7e
 SHA512 
8c29d79349e834df284374131659b863d1df592ee5304f2bae7cdbe1825feac465eaf78e0932d4184f4077a44d6add3194db31f12c5202cb064020fbaf4beecd
+DIST prusaslicer-2.5.0_rc1.tar.gz 48525654 BLAKE2B 
7853246d9fbc0709bc88cf3693b088edf70da9adf3d1015f79248f7edbed03b1fff21a396bea485812f08a0927e86797d77c30f150c550665ff2bf0fd660619d
 SHA512 
5a5c2afa3f245ae6fb2486cee72ac78c6905be3e322cbdbd552de88c5220f6b18ae9db03a8e7e5c6e85e5639474d5e564c1b9a63d1e7ad9268fd8f579ba14b90

diff --git 
a/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-cereal-1.3.1.patch 
b/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-cereal-1.3.1.patch
new file mode 100644
index ..29e01422b41f
--- /dev/null
+++ b/media-gfx/prusaslicer/files/prusaslicer-2.5.0_rc1-cereal-1.3.1.patch
@@ -0,0 +1,48 @@
+--- a/src/CMakeLists.txt   (revision 
6690d49beacd48f74bdc75633cb1e7a2280bbcfd)
 b/src/CMakeLists.txt   (date 1661704655632)
+@@ -127,7 +127,7 @@
+ set_target_properties(PrusaSlicer PROPERTIES OUTPUT_NAME "prusa-slicer")
+ endif ()
+
+-target_link_libraries(PrusaSlicer libslic3r cereal)
++target_link_libraries(PrusaSlicer libslic3r cereal::cereal)
+
+ if (APPLE)
+ #add_compile_options(-stdlib=libc++)
+--- a/src/slic3r/CMakeLists.txt(revision 
6690d49beacd48f74bdc75633cb1e7a2280bbcfd)
 b/src/slic3r/CMakeLists.txt(date 1661704724566)
+@@ -260,7 +260,7 @@
+
+ encoding_check(libslic3r_gui)
+
+-target_link_libraries(libslic3r_gui libslic3r avrdude cereal imgui GLEW::GLEW 
OpenGL::GL hidapi libcurl ${wxWidgets_LIBRARIES})
++target_link_libraries(libslic3r_gui libslic3r avrdude cereal::cereal imgui 
GLEW::GLEW OpenGL::GL hidapi libcurl ${wxWidgets_LIBRARIES})
+
+ if (MSVC)
+ target_link_libraries(libslic3r_gui Setupapi.lib)
+--- a/src/libslic3r/CMakeLists.txt (revision 
6690d49beacd48f74bdc75633cb1e7a2280bbcfd)
 b/src/libslic3r/CMakeLists.txt (date 1661704699199)
+@@ -395,7 +395,7 @@
+ target_link_libraries(libslic3r
+ libnest2d
+ admesh
+-cereal
++cereal::cereal
+ libigl
+ miniz
+ boost_libs
+--- a/CMakeLists.txt   (revision 6690d49beacd48f74bdc75633cb1e7a2280bbcfd)
 b/CMakeLists.txt   (date 1661704556468)
+@@ -446,6 +446,12 @@
+
+ # Find the Cereal serialization library
+ find_package(cereal REQUIRED)
++add_library(libcereal INTERFACE)
++if (NOT TARGET cereal::cereal)
++target_link_libraries(libcereal INTERFACE cereal)
++else()
++target_link_libraries(libcereal INTERFACE cereal::cereal)
++endif()
+
+ # l10n
+ set(L10N_DIR "${SLIC3R_RESOURCES_DIR}/localization")

diff --git a/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild
new file mode 100644
index ..f99c7d8cc487
--- /dev/null
+++ b/media-gfx/prusaslicer/prusaslicer-2.5.0_rc1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.0-gtk3"
+MY_PN="PrusaSlicer"
+MY_PV="$(ver_rs 3 -)"
+
+inherit cmake wxwidgets xdg
+
+DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication 
(3D printers)"
+HOMEPAGE="https://www.prusa3d.com/prusaslicer/"FastSweepingDomain
+SRC_URI="https://github.com/prusa3d/PrusaSlicer/archive/refs/tags/version_${MY_PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RESTRICT="test"
+
+RDEPEND="
+   dev-cpp/eigen:3
+   dev-cpp/tbb:=
+   >=dev-libs/boost-1.73.0:=[nls,threads(+)]
+   dev-libs/cereal
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/gmp:=
+   dev-libs/mpfr:=
+   dev-libs/imath:=
+   >=media-gfx/openvdb-8.2:=
+   net-misc/curl[adns]
+   media-libs/glew:0=
+   media-libs/libpng:0=
+   media-libs/qhull:=
+   sci-libs/libigl
+   

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

2022-08-28 Thread Maciej Barć
commit: 16e90c5367a2f5115906ccd58c32aaa26c1c562f
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Aug 29 02:35:49 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Aug 29 02:35:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e90c53

dev-lang/fennel: bump to 1.2.0

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

 dev-lang/fennel/Manifest|  1 +
 dev-lang/fennel/fennel-1.2.0.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-lang/fennel/Manifest b/dev-lang/fennel/Manifest
index 03e035206e58..763df8e82b6c 100644
--- a/dev-lang/fennel/Manifest
+++ b/dev-lang/fennel/Manifest
@@ -1,3 +1,4 @@
 DIST fennel-0.9.1.tar.gz 203441 BLAKE2B 
74f461b3e7a24cdae0c8dde590814cb9753a12ab62e797746cc8753d178007a09084037e443d8309fa11ff309a5c6bf6c2e369942ef357aa0402883cef278542
 SHA512 
87e7ffbef0b49499a93255f50e77f53b9be4faa6d4609d8d65e3a64470bbf07b49a55e7dd547fda4b0e5fe0f4f1e6ece18282cc89955a57ed0a50be8dc01261c
 DIST fennel-1.0.0.tar.gz 243719 BLAKE2B 
07758493c8c96d2d5151a1cb38da9fec002eb2522926dc2cad0a125c3e608daf2035a3d21743a8634a5fd0cab372e78ee0179710388c56888cb9a2fef167ea58
 SHA512 
4ad1635807d244297fdc7bf7c06568ae708ae805dcaac2bb190fad412da21c9e3c3b86a6afa223e343488c725afea94682f213332fb22ba66eb5190e97f18415
 DIST fennel-1.1.0.tar.gz 261279 BLAKE2B 
fc77cc82b164477e3b8ef2b40a14439b49953efbea1395330ae60c1f68989816b8477823e1d8b26813dc492a235b1268124b03c0d6dcb773007c6e8435be5a33
 SHA512 
86e92e399118a3aff8d49098b1a914bca6fdcd898aabcdfda38803a2e69a1d179bd972edece500ce2d912a895d15b8aaf1b05c8840e0062cf6d4043b862457b3
+DIST fennel-1.2.0.tar.gz 270255 BLAKE2B 
b5cacec8bc6b4baf30e1219b55184176b50819c3c71492450b6d0730c249ab8c2d41259ba4cd5e57c67b2f9a6e4651032d8066c42f365a9735b9c90ae8f3ab52
 SHA512 
ec1d967b19244d014f0f960d9eb0643232ccd17ebe3f60f2500d9fc34f9bafcf1a612396f14bb0a240956765d42414072ef3a0540d0618cbd20f612e69eb240e

diff --git a/dev-lang/fennel/fennel-1.2.0.ebuild 
b/dev-lang/fennel/fennel-1.2.0.ebuild
new file mode 100644
index ..f470a84c2717
--- /dev/null
+++ b/dev-lang/fennel/fennel-1.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Fails to build with with lua5-1
+LUA_COMPAT=( lua5-{3,4} luajit )
+
+inherit lua-single
+
+DESCRIPTION="Lisp-like language that compiles to Lua"
+HOMEPAGE="https://fennel-lang.org/;
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~technomancy/${PN};
+else
+   SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="${LUA_DEPS}"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   emake LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" PREFIX="${ED}/usr" install
+
+   rm -r "${ED}"/usr/man || die
+   doman ${PN}.1
+
+   dodoc *.md
+}



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

2022-08-28 Thread Maciej Barć
commit: ed6c9adeaf6338594bb4d403cc3462e82979527f
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Aug 29 02:36:49 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Aug 29 02:36:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6c9ade

dev-lang/fennel: drop old 0.9.1

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

 dev-lang/fennel/Manifest|  1 -
 dev-lang/fennel/fennel-0.9.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-lang/fennel/Manifest b/dev-lang/fennel/Manifest
index 763df8e82b6c..23a6da91fc06 100644
--- a/dev-lang/fennel/Manifest
+++ b/dev-lang/fennel/Manifest
@@ -1,4 +1,3 @@
-DIST fennel-0.9.1.tar.gz 203441 BLAKE2B 
74f461b3e7a24cdae0c8dde590814cb9753a12ab62e797746cc8753d178007a09084037e443d8309fa11ff309a5c6bf6c2e369942ef357aa0402883cef278542
 SHA512 
87e7ffbef0b49499a93255f50e77f53b9be4faa6d4609d8d65e3a64470bbf07b49a55e7dd547fda4b0e5fe0f4f1e6ece18282cc89955a57ed0a50be8dc01261c
 DIST fennel-1.0.0.tar.gz 243719 BLAKE2B 
07758493c8c96d2d5151a1cb38da9fec002eb2522926dc2cad0a125c3e608daf2035a3d21743a8634a5fd0cab372e78ee0179710388c56888cb9a2fef167ea58
 SHA512 
4ad1635807d244297fdc7bf7c06568ae708ae805dcaac2bb190fad412da21c9e3c3b86a6afa223e343488c725afea94682f213332fb22ba66eb5190e97f18415
 DIST fennel-1.1.0.tar.gz 261279 BLAKE2B 
fc77cc82b164477e3b8ef2b40a14439b49953efbea1395330ae60c1f68989816b8477823e1d8b26813dc492a235b1268124b03c0d6dcb773007c6e8435be5a33
 SHA512 
86e92e399118a3aff8d49098b1a914bca6fdcd898aabcdfda38803a2e69a1d179bd972edece500ce2d912a895d15b8aaf1b05c8840e0062cf6d4043b862457b3
 DIST fennel-1.2.0.tar.gz 270255 BLAKE2B 
b5cacec8bc6b4baf30e1219b55184176b50819c3c71492450b6d0730c249ab8c2d41259ba4cd5e57c67b2f9a6e4651032d8066c42f365a9735b9c90ae8f3ab52
 SHA512 
ec1d967b19244d014f0f960d9eb0643232ccd17ebe3f60f2500d9fc34f9bafcf1a612396f14bb0a240956765d42414072ef3a0540d0618cbd20f612e69eb240e

diff --git a/dev-lang/fennel/fennel-0.9.1.ebuild 
b/dev-lang/fennel/fennel-0.9.1.ebuild
deleted file mode 100644
index 856dc1383b01..
--- a/dev-lang/fennel/fennel-0.9.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1,3,4} luajit )
-
-inherit lua-single
-
-DESCRIPTION="Lisp-like language that compiles to Lua"
-HOMEPAGE="https://fennel-lang.org/;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.sr.ht/~technomancy/fennel;
-else
-   SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}"
-DEPEND="${RDEPEND}"
-
-src_install() {
-   emake LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" PREFIX="${ED}/usr" install
-   doman ${PN}.1
-   dodoc *.md
-}



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

2022-08-28 Thread Mike Pagano
commit: 1e5667da18296851da4578a13e6ae34ee9e7
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Aug 28 23:29:42 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Aug 28 23:29:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5667da

sys-kernel/git-sources: add 6.0_rc3

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

 sys-kernel/git-sources/Manifest   |  1 +
 sys-kernel/git-sources/git-sources-6.0_rc3.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index 8044e3918dd1..ca56a611823e 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -1,3 +1,4 @@
 DIST linux-5.19.tar.xz 131581464 BLAKE2B 
4db03a6830a3b3bbf0837e1912182a443d9a4aa8af20a12e6ec814ed708038452d3c0ccee1258cca671c464d76461536363a8adc56e9d098c9a44ae3484a297a
 SHA512 
00313b2f9b82d2dc3fb8294007cf7d7599d254b717ed2de23c81fa7a1bbcbc2798ad286cb94e2f7f5bd54132d1d764facd90d30f79dbcc6616cc7f926adc2623
 DIST patch-6.0-rc1.patch 107038239 BLAKE2B 
bea392cf4596fe326b58c08c20918bfe34d9bfb4ee8fca35b5930c35b44b721771ddd8d82fcb1c39f87b9fd3f072ca4e50417009346f0dcd97b930bcaa09c3fd
 SHA512 
12113138533109c9939c8d1eae8982a4abaccc4c591c8d8f6a76e61a26bb04df94bd9074c2ce70126f712f7db031c6c2c7fdee3ff038e6926cb4aa5b7353e038
 DIST patch-6.0-rc2.patch 107549416 BLAKE2B 
a4fefa99fab946258b1fc4c2cd3e8cd92de4047e53f6695ceaebc67d62d11df267dbc34d8f5e3ed1517dc98fb4cd4d8c8d0ce5cefe9b211b3ce63a6efe60f5c0
 SHA512 
cc950717e1ccc7d3e4b7222db2f368e3a7377bcf7c4c1999b6e921ebfb5c71547747c2dd2465ce4c1880fe966108b1b0474d76d6ea014bfe70493245c644d631
+DIST patch-6.0-rc3.patch 107861796 BLAKE2B 
201851c3bb54d6af7a481b0b88067d738e0bb8c71b4aa422914d20c70a09724a35e0a770dad95143c7718496c30087d912328d8780b3ffa6fe8579526742a547
 SHA512 
f27886b6ccafc2b7dda42f997c960ff2cacdeaf653dbdbc7148cf8286599461c7c716dc0f57b7ead0c609791fa70ba94ee4a7a41e047910bf753ffe921cbdbd8

diff --git a/sys-kernel/git-sources/git-sources-6.0_rc3.ebuild 
b/sys-kernel/git-sources/git-sources-6.0_rc3.ebuild
new file mode 100644
index ..6789923d7615
--- /dev/null
+++ b/sys-kernel/git-sources/git-sources-6.0_rc3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+UNIPATCH_STRICTORDER="yes"
+K_NOUSENAME="yes"
+K_NOSETEXTRAVERSION="yes"
+K_NOUSEPR="yes"
+K_SECURITY_UNSUPPORTED="1"
+K_BASE_VER="5.19"
+K_EXP_GENPATCHES_NOUSE="1"
+K_FROM_GIT="yes"
+K_NODRYRUN="yes"
+ETYPE="sources"
+CKV="${PVR/-r/-git}"
+
+# only use this if it's not an _rc/_pre release
+[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}"
+inherit kernel-2
+detect_version
+
+DESCRIPTION="The very latest -git version of the Linux kernel"
+HOMEPAGE="https://www.kernel.org;
+SRC_URI="${KERNEL_URI}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
+experimental nature. If you have any issues, try a matching vanilla-sources
+ebuild -- if the problem is not there, please contact the upstream kernel
+developers at https://bugzilla.kernel.org and on the linux-kernel mailing list 
to
+report the problem so it can be fixed in time for the next kernel release."
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+   >=sys-devel/patch-2.7.6-r4"
+
+pkg_postinst() {
+   postinst_sources
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/list-remote-forwards/

2022-08-28 Thread Michael Orlitzky
commit: 1127205d30fc54981f75516aa0a25d8237b3b486
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 16:06:27 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1127205d

net-mail/list-remote-forwards: keyword 0.0.1-r2 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 .../list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild| 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild 
b/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
index 9eaad075cb50..5f826c60fefc 100644
--- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
+++ b/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RESTRICT=test # Ambiguous packages: dns-3.0.2 resolv-0.1.1.1
@@ -41,6 +41,11 @@ PATCHES=(
"${FILESDIR}"/${P}-ghc84.patch
 )
 
+src_prepare() {
+   sed -i -e "/-optc-O3/d" -e "/-optc-march=native/d" "${PN}.cabal" || die
+   default
+}
+
 src_install() {
haskell-cabal_src_install
doman "${S}/doc/man1/${PN}.1"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/filemanip/

2022-08-28 Thread Michael Orlitzky
commit: 0b31d3701cf01345ecfbe95bc1d8ff8c572f7810
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 15:29:15 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b31d370

dev-haskell/filemanip: keyword 0.3.6.3 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-haskell/filemanip/filemanip-0.3.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/filemanip/filemanip-0.3.6.3.ebuild 
b/dev-haskell/filemanip/filemanip-0.3.6.3.ebuild
index bc5f91a4df5e..58e0c162de50 100644
--- a/dev-haskell/filemanip/filemanip-0.3.6.3.ebuild
+++ b/dev-haskell/filemanip/filemanip-0.3.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-haskell/mtl:=[profile?]



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

2022-08-28 Thread Michael Orlitzky
commit: b6a0eba8ada006011d2804a08f3163dc92a4cd09
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 28 21:40:03 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a0eba8

net-misc/haeredes: add 0.5.3, drop 0.5.2

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-misc/haeredes/Manifest | 2 +-
 net-misc/haeredes/{haeredes-0.5.2.ebuild => haeredes-0.5.3.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/haeredes/Manifest b/net-misc/haeredes/Manifest
index 249f6bb8f49d..fbc46dda4050 100644
--- a/net-misc/haeredes/Manifest
+++ b/net-misc/haeredes/Manifest
@@ -1 +1 @@
-DIST haeredes-0.5.2.tar.gz 20443 BLAKE2B 
e64926917c98b6b2a5d8dae698dbebf1f38359e0b017b4a47e0ade053d52a826c6400ce76b16f505b6f4654889a74d107e9c312e2c5209ac49ddc7c13a52664b
 SHA512 
81e4e53f8bd3284af5a51f0e1b89ab28aa79111f8e448d0bc35b4010974faa5e719783171fe8b66620dccdef1985fe9dde9f607b00d6535c7bb0650579617fd5
+DIST haeredes-0.5.3.tar.gz 20357 BLAKE2B 
54be7f0a4bd09cd85c0cf7b2baed589258749bb2b05764ca61d4656e6c19832dfbd249d425e6a9ede30fc8f5711392491adca4c025014dc6e05c6009108c98dd
 SHA512 
3bf0a14b45f9c3c929cc97559ca03a3df1c542196daf574917171dacd3c47117a908ed0c849b3527bd2dcf8f99a15228845d3a8ae97e051f707162d62cfccc13

diff --git a/net-misc/haeredes/haeredes-0.5.2.ebuild 
b/net-misc/haeredes/haeredes-0.5.3.ebuild
similarity index 93%
rename from net-misc/haeredes/haeredes-0.5.2.ebuild
rename to net-misc/haeredes/haeredes-0.5.3.ebuild
index 997df4291b3c..a7306b0994cd 100644
--- a/net-misc/haeredes/haeredes-0.5.2.ebuild
+++ b/net-misc/haeredes/haeredes-0.5.3.ebuild
@@ -22,10 +22,10 @@ RDEPEND=">=dev-haskell/cmdargs-0.10:=
>=dev-haskell/dns-1.4:=
>=dev-haskell/iproute-1.2:=
>=dev-haskell/parallel-io-0.3:=
-   >=dev-lang/ghc-7.6.2:=
+   >=dev-lang/ghc-9.0.0:=
 "
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.16.0
+   >=dev-haskell/cabal-3.0.0
test? ( >=dev-haskell/doctest-0.9
>=dev-haskell/filemanip-0.3.6
dev-util/shelltestrunner )



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

2022-08-28 Thread Michael Orlitzky
commit: 8e6da279955ed670694dcf332b2f05c921caf80c
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 28 21:35:02 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6da279

net-misc/hath: add 0.5.7, drop 0.5.0

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-misc/hath/Manifest | 2 +-
 net-misc/hath/{hath-0.5.0.ebuild => hath-0.5.7.ebuild} | 9 ++---
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/net-misc/hath/Manifest b/net-misc/hath/Manifest
index c3ea3a427f3f..feae8c85fb73 100644
--- a/net-misc/hath/Manifest
+++ b/net-misc/hath/Manifest
@@ -1 +1 @@
-DIST hath-0.5.0.tar.gz 31258 BLAKE2B 
496832d35cf88ccda3a8ce394a1b4b17f673d1873c44d6ee112881e1da0431a069feb3612a3d1c00b14005690f4a71898d3755635b4bc444f23fbe23fe6f95b5
 SHA512 
877b95f3b608315f2dd393097747918f20499ae9ffaf69d26f7113639458cb30425a63ecb358cb2cab7f543c658aa7297f3f54b0f500dffe3bda3c9e63647a99
+DIST hath-0.5.7.tar.gz 31087 BLAKE2B 
2449872bae187dfd67ab94da7df55bec7a9735bcd85a9dbd96ef7ce1afdd3f83ed666eb02b6de54719ba32b96de75ff168136f07760023ea2db7bb55bf51f70e
 SHA512 
daa1ae22e8a01f63db6849c7c9e90917051644c681848c66bbd5cb7178326a125868c9f52d506bb5561595fd1bb8b16ae922b91e1be44ccb86e346fc1730a6dd

diff --git a/net-misc/hath/hath-0.5.0.ebuild b/net-misc/hath/hath-0.5.7.ebuild
similarity index 82%
rename from net-misc/hath/hath-0.5.0.ebuild
rename to net-misc/hath/hath-0.5.7.ebuild
index 3eee516d3abc..499eaadef44b 100644
--- a/net-misc/hath/hath-0.5.0.ebuild
+++ b/net-misc/hath/hath-0.5.7.ebuild
@@ -22,18 +22,13 @@ RDEPEND=">=dev-haskell/cmdargs-0.10:=
>=dev-haskell/tasty-0.8:=
>=dev-haskell/tasty-hunit-0.8:=
>=dev-haskell/tasty-quickcheck-0.8.1:=
-   >=dev-lang/ghc-8.0.1:=
+   >=dev-lang/ghc-9.0.0:=
 "
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.24.0.0
+   >=dev-haskell/cabal-3.0.0.0
test? ( dev-util/shelltestrunner )
 "
 
-src_prepare() {
-   sed -i -e '/-optc-O3/d' -e '/-optc-march=native/d' "${PN}.cabal" || die
-   default
-}
-
 src_install() {
cabal_src_install
doman "${S}/doc/man1/${PN}.1"



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailbox-count/

2022-08-28 Thread Michael Orlitzky
commit: 0bc380dfdc5405aeb971d64027d17d69789eb80d
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 28 21:57:24 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc380df

net-mail/mailbox-count: add 0.0.6, drop 0.0.5

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-mail/mailbox-count/Manifest   | 2 +-
 .../{mailbox-count-0.0.5.ebuild => mailbox-count-0.0.6.ebuild}| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/mailbox-count/Manifest b/net-mail/mailbox-count/Manifest
index d732e867fcb3..82e675aa3c26 100644
--- a/net-mail/mailbox-count/Manifest
+++ b/net-mail/mailbox-count/Manifest
@@ -1 +1 @@
-DIST mailbox-count-0.0.5.tar.gz 21476 BLAKE2B 
3ad79233ae1dbb202bc46c60e8a7d13d5d6820f74e090056f37eacb7b37c2f18498f599603d1ee32a7ac43b5f9931f26aba1780ff5160333c66129889ac6812b
 SHA512 
3c63bd9021f64ba745572907eae8bc25e9ddc7d443d5ab84626dd90f95af71267cbffb9d371f0e308988fbdf14f3a126d93a727d55bf9ee3e02037e687267d26
+DIST mailbox-count-0.0.6.tar.gz 21176 BLAKE2B 
655815d463e14ee8c32cc955819d6b95d5359a644fb09433cb8ab303f07a98ce33b4c048be724253f30d8855a921abb5a7a29e62391ef8a1a9288e2f430710fc
 SHA512 
285aeeaa8cfaade6c91a850154772e47aa212f73d1206c3c8262d08a15b95f15ce812152ca5acf79f5390f476ed6af52a73e03af4ab297e1268044a4a9ece6b5

diff --git a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild 
b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild
similarity index 94%
rename from net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
rename to net-mail/mailbox-count/mailbox-count-0.0.6.ebuild
index 93789be780e1..77d6b2bd5bdf 100644
--- a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
+++ b/net-mail/mailbox-count/mailbox-count-0.0.6.ebuild
@@ -24,10 +24,10 @@ RDEPEND="
>=dev-haskell/missingh-1.2
>=dev-haskell/tasty-0.8
>=dev-haskell/tasty-hunit-0.8
-   >=dev-lang/ghc-8.0
+   >=dev-lang/ghc-9.0
 "
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.16.0
+   >=dev-haskell/cabal-3.0.0
test? ( >=dev-haskell/doctest-0.9
>=dev-haskell/filemanip-0.3.6 )"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/list-remote-forwards/files/, net-mail/list-remote-forwards/

2022-08-28 Thread Michael Orlitzky
commit: dc4ac74a14401a57b9f7d85dfaf6d0c073d51004
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Aug 28 21:53:55 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4ac74a

net-mail/list-remote-forwards: add 0.0.3, drop 0.0.1-r2

Signed-off-by: Michael Orlitzky  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/26981

 net-mail/list-remote-forwards/Manifest |  2 +-
 .../files/list-remote-forwards-0.0.1-ghc84.patch   | 26 --
 ...r2.ebuild => list-remote-forwards-0.0.3.ebuild} | 19 
 3 files changed, 5 insertions(+), 42 deletions(-)

diff --git a/net-mail/list-remote-forwards/Manifest 
b/net-mail/list-remote-forwards/Manifest
index 90f3106e81b1..8070a53751a5 100644
--- a/net-mail/list-remote-forwards/Manifest
+++ b/net-mail/list-remote-forwards/Manifest
@@ -1 +1 @@
-DIST list-remote-forwards-0.0.1.tar.gz 25869 BLAKE2B 
decfd8b5d4fcbd5e278f9c58f79687aa33cc91d4d4907ff7a29fe6b745ff49c073e3beaf2876ec071f4ed1099b4575cacb8194049add04c0aa8ebeff3338293e
 SHA512 
b6d8c0e8a72e3dcbc62c00b291da99da6c37c853997c367eb60db128db327c1f862e9dc6d9ad4028aad2e0cec9acc96add28d85d4b22508e1fd00a65bb9b0317
+DIST list-remote-forwards-0.0.3.tar.gz 26495 BLAKE2B 
7bc0a02133dfabe0f27c7ed861bbb994757eadb4d55d369fdd143da7ef03fcadf7d1f11bb034fc8ade7dc879d4b615a3ae5ed44a1ed5af3e10f1aaffcd79210a
 SHA512 
833bb0a3fda76b43d0004d7906c54aa21920f1db8ff50fc2c0d1da6f98dd49310041fa7101050108cb6cb803084fff0673316a1ce86224d35ba09e8060864a9d

diff --git 
a/net-mail/list-remote-forwards/files/list-remote-forwards-0.0.1-ghc84.patch 
b/net-mail/list-remote-forwards/files/list-remote-forwards-0.0.1-ghc84.patch
deleted file mode 100644
index bf21a42d5973..
--- a/net-mail/list-remote-forwards/files/list-remote-forwards-0.0.1-ghc84.patch
+++ /dev/null
@@ -1,26 +0,0 @@
 a/src/OptionalConfiguration.hs
-+++ b/src/OptionalConfiguration.hs
-@@ -31,2 +31,3 @@ import System.IO.Error ( catchIOError )
- import MxList ( MxList(..) )
-+import qualified Data.Semigroup as S
- 
-@@ -59,2 +60,19 @@ merge_maybes (Just _) (Just y) = Just y
- 
-+instance S.Semigroup OptionalConfiguration where
-+  cfg1 <> cfg2 =
-+OptionalConfiguration
-+  (merge_maybes (database cfg1) (database cfg2))
-+  (merge_maybes (domain_query cfg1) (domain_query cfg2))
-+  all_excluded_mx
-+  (merge_maybes (forward_query cfg1) (forward_query cfg2))
-+  (merge_maybes (host cfg1) (host cfg2))
-+  (merge_maybes (password cfg1) (password cfg2))
-+  (merge_maybes (port cfg1) (port cfg2))
-+  (merge_maybes (username cfg1) (username cfg2))
-+where
-+  -- Use only the latter exclude_mx if there are any.
-+  all_excluded_mx =
-+exclude_mx $ if (null (get_mxs $ exclude_mx cfg2))
-+ then cfg1
-+ else cfg2
- 

diff --git a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild 
b/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild
similarity index 76%
rename from net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
rename to net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild
index 5f826c60fefc..3f6ac736d824 100644
--- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.1-r2.ebuild
+++ b/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 # ebuild generated by hackport 0.4.4
 
@@ -12,16 +12,14 @@ DESCRIPTION="List all remote forwards for mail accounts 
stored in a database"
 HOMEPAGE="https://hackage.haskell.org/package/list-remote-forwards;
 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
-LICENSE="GPL-3"
+LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
-RESTRICT=test # Ambiguous packages: dns-3.0.2 resolv-0.1.1.1
-
 RDEPEND=""
 DEPEND="${RDEPEND}
-   >=dev-haskell/cabal-1.16.0
+   >=dev-haskell/cabal-3.0.0
>=dev-haskell/cmdargs-0.10
>=dev-haskell/configurator-0.2
>=dev-haskell/dns-1.4
@@ -32,20 +30,11 @@ DEPEND="${RDEPEND}
>=dev-haskell/tasty-0.8
>=dev-haskell/tasty-hunit-0.8
>=dev-haskell/tasty-quickcheck-0.8
-   >=dev-lang/ghc-7.6.1
+   >=dev-lang/ghc-9.0.0
test? ( >=dev-haskell/doctest-0.9
>=dev-haskell/filemanip-0.3.6 )
 "
 
-PATCHES=(
-   "${FILESDIR}"/${P}-ghc84.patch
-)
-
-src_prepare() {
-   sed -i -e "/-optc-O3/d" -e "/-optc-march=native/d" "${PN}.cabal" || die
-   default
-}
-
 src_install() {
haskell-cabal_src_install
doman "${S}/doc/man1/${PN}.1"



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

2022-08-28 Thread Michael Orlitzky
commit: 01d3466d31ebd63f64685f1b3b09c8a4ae841b90
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 16:18:44 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01d3466d

net-misc/hath: keyword 0.5.0 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-misc/hath/hath-0.5.0.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-misc/hath/hath-0.5.0.ebuild b/net-misc/hath/hath-0.5.0.ebuild
index 3f2f323611b6..3eee516d3abc 100644
--- a/net-misc/hath/hath-0.5.0.ebuild
+++ b/net-misc/hath/hath-0.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/cmdargs-0.10:=
@@ -29,6 +29,11 @@ DEPEND="${RDEPEND}
test? ( dev-util/shelltestrunner )
 "
 
+src_prepare() {
+   sed -i -e '/-optc-O3/d' -e '/-optc-march=native/d' "${PN}.cabal" || die
+   default
+}
+
 src_install() {
cabal_src_install
doman "${S}/doc/man1/${PN}.1"



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hdbc-sqlite3/

2022-08-28 Thread Michael Orlitzky
commit: 75a44d7c2c9a9d305e25548da90a960be833627e
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 15:28:15 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a44d7c

dev-haskell/hdbc-sqlite3: keyword 2.3.3.1-r1 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild 
b/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
index 5cb19571040f..a1f6e8fb6a5c 100644
--- a/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
+++ b/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ 
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="+splitbase"
 
 RDEPEND=">=dev-db/sqlite-3.0



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hdbc/

2022-08-28 Thread Michael Orlitzky
commit: 18a627259560f0dfb38044debc13b30e1e5cff96
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 15:24:59 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a62725

dev-haskell/hdbc: keyword 2.4.0.3 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-haskell/hdbc/hdbc-2.4.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild 
b/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild
index 90831462697a..0211d08448d8 100644
--- a/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild
+++ b/dev-haskell/hdbc/hdbc-2.4.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ 
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="2/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RESTRICT="test" # Requires unmaintaned dev-haskell/testpack



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

2022-08-28 Thread Michael Orlitzky
commit: 773efdb35581f5825c7a5a2da761168eb693549f
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 16:15:08 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773efdb3

net-misc/haeredes: keyword 0.5.2 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-misc/haeredes/haeredes-0.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/haeredes/haeredes-0.5.2.ebuild 
b/net-misc/haeredes/haeredes-0.5.2.ebuild
index dcc46bef668f..997df4291b3c 100644
--- a/net-misc/haeredes/haeredes-0.5.2.ebuild
+++ b/net-misc/haeredes/haeredes-0.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 # The test suite requires network access.



[gentoo-commits] repo/gentoo:master commit in: net-mail/mailbox-count/

2022-08-28 Thread Michael Orlitzky
commit: 4ca1d51d2136783414f16de9a9de05492aa3bf2d
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 16:07:57 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca1d51d

net-mail/mailbox-count: keyword 0.0.5 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 net-mail/mailbox-count/mailbox-count-0.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild 
b/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
index bcdc6ed7c3f7..93789be780e1 100644
--- a/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
+++ b/net-mail/mailbox-count/mailbox-count-0.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/convertible/

2022-08-28 Thread Michael Orlitzky
commit: 81a7d22d90b3d1228789f3cf00fb03a3f5ddd82e
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 15:24:10 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a7d22d

dev-haskell/convertible: keyword 1.1.1.0 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-haskell/convertible/convertible-1.1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/convertible/convertible-1.1.1.0.ebuild 
b/dev-haskell/convertible/convertible-1.1.1.0.ebuild
index f45791f8a35d..c7e8e872d1aa 100644
--- a/dev-haskell/convertible/convertible-1.1.1.0.ebuild
+++ b/dev-haskell/convertible/convertible-1.1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-haskell/mtl:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/configurator/

2022-08-28 Thread Michael Orlitzky
commit: aa34f0deec83d16a79f464f35f93a2159d158665
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 14:41:36 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa34f0de

dev-haskell/configurator: keyword 0.3.0.0-r1 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild 
b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
index 6fbdc4a01a11..4139b3a7ef3b 100644
--- a/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
+++ b/dev-haskell/configurator/configurator-0.3.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/attoparsec-0.10.0.2:=[profile?]



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/hdbc-postgresql/

2022-08-28 Thread Michael Orlitzky
commit: a4956772314c0055c27ad12309d19daba8c7f284
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 15:27:06 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4956772

dev-haskell/hdbc-postgresql: keyword 2.5.0.0 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild 
b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild
index 829c73553edb..fe3a0775516b 100644
--- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild
+++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ 
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="2/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-db/postgresql-7:*



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

2022-08-28 Thread Michael Orlitzky
commit: 6bd0086ec71fc442cab84b1975a6e7fcda868c7b
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 16:14:15 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd0086e

dev-util/shelltestrunner: keyword 1.9 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-util/shelltestrunner/shelltestrunner-1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild 
b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild
index 08c5a41f64ef..72b8f6338c5c 100644
--- a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild
+++ b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-haskell/dns/

2022-08-28 Thread Michael Orlitzky
commit: 7117097bc396a74819f2cc8c04374e387c352a4a
Author: matoro  users  noreply  github  com>
AuthorDate: Tue Aug 23 15:22:04 2022 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Aug 28 22:01:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7117097b

dev-haskell/dns: keyword 4.0.1 for ~ppc64

Signed-off-by: Michael Orlitzky  gentoo.org>

 dev-haskell/dns/dns-4.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-haskell/dns/dns-4.0.1.ebuild b/dev-haskell/dns/dns-4.0.1.ebuild
index 18e2a2d7703f..6b0b8beb8d5c 100644
--- a/dev-haskell/dns/dns-4.0.1.ebuild
+++ b/dev-haskell/dns/dns-4.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE=""
 
 RESTRICT=test # uses internet to test resolver



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

2022-08-28 Thread David Seifert
commit: af52d172e14a773c18e011a94d8c296d50b6d97d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Aug 28 21:42:46 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 28 21:42:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af52d172

app-portage/portage-utils: sync live ebuild

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

 .../portage-utils/portage-utils-.ebuild| 72 --
 1 file changed, 40 insertions(+), 32 deletions(-)

diff --git a/app-portage/portage-utils/portage-utils-.ebuild 
b/app-portage/portage-utils/portage-utils-.ebuild
index c1242cd92bab..b07e43f8a485 100644
--- a/app-portage/portage-utils/portage-utils-.ebuild
+++ b/app-portage/portage-utils/portage-utils-.ebuild
@@ -1,15 +1,13 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Small and fast Portage helper tools written in C"
 HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils;
 
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="nls static openmp +qmanifest +qtegrity"
-
 if [[ ${PV} == * ]]; then
inherit git-r3 autotools
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
@@ -18,50 +16,60 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="openmp +qmanifest +qtegrity static"
+
 RDEPEND="
qmanifest? (
-   openmp? (
-   || (
-   >=sys-devel/gcc-4.2:*[openmp]
-   sys-devel/clang-runtime:*[openmp]
-   )
-   )
-   static? (
-   app-crypt/libb2:=[static-libs]
-   dev-libs/openssl:0=[static-libs]
-   sys-libs/zlib:=[static-libs]
-   app-crypt/gpgme:=[static-libs]
-   )
!static? (
+   app-crypt/gpgme:=
app-crypt/libb2:=
-   dev-libs/openssl:0=
+   dev-libs/openssl:=
sys-libs/zlib:=
-   app-crypt/gpgme:=
)
)
qtegrity? (
-   openmp? (
-   || (
-   >=sys-devel/gcc-4.2:*[openmp]
-   sys-devel/clang-runtime:*[openmp]
-   )
+   !static? (
+   dev-libs/openssl:=
)
+   )"
+DEPEND="${RDEPEND}
+   qmanifest? (
static? (
-   dev-libs/openssl:0=[static-libs]
-   )
-   !static? (
-   dev-libs/openssl:0=
+   app-crypt/gpgme[static-libs]
+   app-crypt/libb2[static-libs]
+   dev-libs/openssl[static-libs]
+   sys-libs/zlib[static-libs]
)
)
-"
-DEPEND="${RDEPEND}"
+   qtegrity? (
+   static? (
+   dev-libs/openssl[static-libs]
+   )
+   )"
+BDEPEND="virtual/pkgconfig"
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_prepare() {
+   default
+   [[ ${PV} == * ]] && eautoreconf
+}
 
 src_configure() {
+   use static && append-ldflags -static
+
econf \
--disable-maintainer-mode \
--with-eprefix="${EPREFIX}" \
$(use_enable qmanifest) \
$(use_enable qtegrity) \
-   $(use_enable openmp) \
-   $(use_enable static)
+   $(use_enable openmp)
 }



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

2022-08-28 Thread David Seifert
commit: 152cba16dd90e36b4e8abd4c4445adee321a37d3
Author: David Seifert  gentoo  org>
AuthorDate: Sun Aug 28 21:42:45 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Aug 28 21:42:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152cba16

app-portage/portage-utils: add 0.94.2

Closes: https://bugs.gentoo.org/867076
Bug: https://bugs.gentoo.org/841898
Signed-off-by: David Seifert  gentoo.org>

 app-portage/portage-utils/Manifest |  1 +
 .../portage-utils/portage-utils-0.94.2.ebuild  | 75 ++
 2 files changed, 76 insertions(+)

diff --git a/app-portage/portage-utils/Manifest 
b/app-portage/portage-utils/Manifest
index 261a59707cc5..3847937d7dcb 100644
--- a/app-portage/portage-utils/Manifest
+++ b/app-portage/portage-utils/Manifest
@@ -1,2 +1,3 @@
 DIST portage-utils-0.93.3.tar.xz 1796828 BLAKE2B 
cfad7ab27ff2d92f631f4e31012e8903c5fa6113485f727338812059379cdd4a9552d80dc3aef6bb91264c361c0554fe9054a12347e274c4c5c3db66fd36008b
 SHA512 
c1245aa78d236263cd266fc8565312c2ac30cb992037a7b0f26da04ecf2dfeebc85bff653784e186cf2c7d7468e4772fb0bd93bcdb3a37d46e493d000933e5a1
 DIST portage-utils-0.94.1.tar.xz 1871688 BLAKE2B 
bec5ddd514b397c157c3b1bff70d61730f15804a6751f56eb69c4030a35fc6a6b11fa1e2bde94332772660f02bf9428623210733ae9e2f1290f29aa3b31a1813
 SHA512 
29fdb4093997eb95703d407da6b00305c949f0a00ae3aa5cfb2c47b66bddc59e034fae114663b40b611f906332066b648018aa4e5bc1b935e61a64f4b4bf1088
+DIST portage-utils-0.94.2.tar.xz 1804152 BLAKE2B 
416e72851744cfe595ff11dc3c39b4b7a2ed243fa59e1b94ba1e94072e8c63382a29256f918af229f4bee0543509108cc7a3f1222a7810e0a9e47a89726cd8e1
 SHA512 
d4fc9d9cbb9ecca3269c1e4bc192e623e1f671be072bac57b6be0a885fa99344f313644d17533f3c062591d2709d36d88f0370479fb488fd4636b42724b8f15f

diff --git a/app-portage/portage-utils/portage-utils-0.94.2.ebuild 
b/app-portage/portage-utils/portage-utils-0.94.2.ebuild
new file mode 100644
index ..b07e43f8a485
--- /dev/null
+++ b/app-portage/portage-utils/portage-utils-0.94.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Small and fast Portage helper tools written in C"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3 autotools
+   EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
+else
+   SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="openmp +qmanifest +qtegrity static"
+
+RDEPEND="
+   qmanifest? (
+   !static? (
+   app-crypt/gpgme:=
+   app-crypt/libb2:=
+   dev-libs/openssl:=
+   sys-libs/zlib:=
+   )
+   )
+   qtegrity? (
+   !static? (
+   dev-libs/openssl:=
+   )
+   )"
+DEPEND="${RDEPEND}
+   qmanifest? (
+   static? (
+   app-crypt/gpgme[static-libs]
+   app-crypt/libb2[static-libs]
+   dev-libs/openssl[static-libs]
+   sys-libs/zlib[static-libs]
+   )
+   )
+   qtegrity? (
+   static? (
+   dev-libs/openssl[static-libs]
+   )
+   )"
+BDEPEND="virtual/pkgconfig"
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp
+}
+
+src_prepare() {
+   default
+   [[ ${PV} == * ]] && eautoreconf
+}
+
+src_configure() {
+   use static && append-ldflags -static
+
+   econf \
+   --disable-maintainer-mode \
+   --with-eprefix="${EPREFIX}" \
+   $(use_enable qmanifest) \
+   $(use_enable qtegrity) \
+   $(use_enable openmp)
+}



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

2022-08-28 Thread Andreas Sturmlechner
commit: 89c272ebe84ccf70ca2e40ccb16ae645454e45ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 18:37:10 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 28 21:23:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c272eb

x11-plugins/wmsysmon: drop 0.7.8, EAPI-6--

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

 x11-plugins/wmsysmon/Manifest  |  1 -
 x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/x11-plugins/wmsysmon/Manifest b/x11-plugins/wmsysmon/Manifest
index 3f36f55d0ec3..adb9c097c63d 100644
--- a/x11-plugins/wmsysmon/Manifest
+++ b/x11-plugins/wmsysmon/Manifest
@@ -1,2 +1 @@
-DIST wmsysmon-0.7.8.tar.gz 23533 BLAKE2B 
830edc78222e8997c6ee23bdd9fcb28729e9b80d92b07f70a53d841065b7377f5c450024c511b4faa92043bd45aa0cc92e89ff900d7d4a53d3c9f4b57b4e6e7e
 SHA512 
b1afd176851e8f89896e39b55d24d6efeb97eb5fdbb9c181cb030320445f1d8b22d31073edc615e6b47b91fd133b381f00b612901c8b312e7da404a4746bb97c
 DIST wmsysmon-0.8.0.tar.gz 21262 BLAKE2B 
50c7e3149fbad711f7505558549eadede78abf4f52d5c2c6eff0bd74bbb9838f85b78d73a7021a3baf9776cdccfb2b8e621de897fdafe5a7af71cd8518933852
 SHA512 
af9f939de5031387abf31d7ad9b4f767056a5f0d1494ee95476fb6c3bafab95ffe78148da74bf004b40a1e0d4ace9616c272bce0f4900491c8983c34531c29e7

diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild 
b/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild
deleted file mode 100644
index 4a1faee41b23..
--- a/x11-plugins/wmsysmon/wmsysmon-0.7.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="a dockapp to monitor: CPU, Memory, Uptime, IRQs, Paging and Swap 
activity"
-HOMEPAGE="https://github.com/voyageur/wmsysmon;
-SRC_URI="https://github.com/voyageur/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXpm"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )
-DOCS=( ../ChangeLog ../README )
-S=${WORKDIR}/${P}/src
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}
-
-src_install() {
-   dobin wmsysmon
-   einstalldocs
-}



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

2022-08-28 Thread Maciej Barć
commit: a134b300b546f628b1a6e6d83e6bec69d4a91918
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Aug 28 21:06:10 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Aug 28 21:06:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a134b300

net-misc/gallery-dl: drop old 1.22.2

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

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.22.2.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index c46df16b4adc..505179ec1522 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,5 +1,4 @@
 DIST gallery-dl-1.21.1.tar.gz 432380 BLAKE2B 
58267dad8af16cb8b03bc7532e934e15c510f8ac36a92cfbf4cf48791634973fa68dc0c1fae8968a5df1a340833980ef032c8c47fc2b2ae4c7b9018bf2d6b197
 SHA512 
6725937e81ef0ff6b3ad2718f51eb7be09ce364584b16be6031e5608f6b58b366aa96cf0616974147d4ec101825cdedbed8c8790970040f4f80e955847772901
 DIST gallery-dl-1.21.2.tar.gz 434114 BLAKE2B 
2f1335d0745c3fd3de95f9f3005fc67f079fec16925b7ac8fb3f2e9c8521139e56bf18675e15e7e0edbad2889cd7fa895552e8b40d9f1cf6bc555894c8d1da48
 SHA512 
11615ebb3cab5a6d9e042a94cf802f3781af6166eb199ac22f70a0d3351299bdc82dda212a3a363c323e0edb6707355fe9b6f3d89a851037a8f6ebc12894558f
-DIST gallery-dl-1.22.2.gh.tar.gz 463977 BLAKE2B 
f84837eaa0bdeccf7a63267c08657dc2fcbb17c218a10ed4b16d8b086f4aabca6097cb4161058b76796e96fa5fc57c8cde2a2f0387a28413cc6b6eab7a3f429b
 SHA512 
b3a9790beed25a362a573b33dfaa18739072503d264044953b97e661e22c4850bfff04803e65f39b6ea9a077d3ffaa96a3c859f580f25890938e4f187c13a527
 DIST gallery-dl-1.22.3.gh.tar.gz 464060 BLAKE2B 
6e9543675bb8118a73f81d1dffdfb20e91b385799a1bd9bbf2b5df331a384e55c4a503d5ac9e2f96e6d9d0f34913a4dcbb078c2b0044f9a418e8504e3b835cf9
 SHA512 
d544218f05a5ffb7eae83aa42bbc916d1b44233a50d11eed7d463c23718edaa144326dd8a88ca317f7fe0e8e1c737d5afc52e4db6d264be1cd3b63dbbfd76755
 DIST gallery-dl-1.22.4.tar.gz 467129 BLAKE2B 
f2f656b3255d091361bd2c80bb2647de47af14c11823fcc0e7e5790ea0b04047195e435a7a4c2b24a645c6e2a27cf53c3ce456a405b97ee014272af1a77ea4a1
 SHA512 
d20535115b464cb51a0fcb6bcd9e64e12fca5a199841cf4e501eae558c842d7d51dda4823b29d7ee2f1e267e59245f8e1cb1a702a96e5c45935918dbf3e6a448

diff --git a/net-misc/gallery-dl/gallery-dl-1.22.2.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.22.2.ebuild
deleted file mode 100644
index 60c3846252ce..
--- a/net-misc/gallery-dl/gallery-dl-1.22.2.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
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite,ssl,xml"
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
-HOMEPAGE="https://github.com/mikf/gallery-dl;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
-else
-   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-# tests require network access
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-python_compile_all() {
-   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
-}
-
-pkg_postinst() {
-   optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
-   optfeature "video downloads" net-misc/youtube-dl
-}



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

2022-08-28 Thread Maciej Barć
commit: 92d6ffd1302448f62843faf5e4a1eb39afcf8729
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Aug 28 21:07:49 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Aug 28 21:07:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d6ffd1

net-misc/gallery-dl: bump to 1.23.0

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

 net-misc/gallery-dl/Manifest |  1 +
 net-misc/gallery-dl/gallery-dl-1.23.0.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 93fa1e21cf63..3809eec3e1ed 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,3 +1,4 @@
 DIST gallery-dl-1.21.1.tar.gz 432380 BLAKE2B 
58267dad8af16cb8b03bc7532e934e15c510f8ac36a92cfbf4cf48791634973fa68dc0c1fae8968a5df1a340833980ef032c8c47fc2b2ae4c7b9018bf2d6b197
 SHA512 
6725937e81ef0ff6b3ad2718f51eb7be09ce364584b16be6031e5608f6b58b366aa96cf0616974147d4ec101825cdedbed8c8790970040f4f80e955847772901
 DIST gallery-dl-1.21.2.tar.gz 434114 BLAKE2B 
2f1335d0745c3fd3de95f9f3005fc67f079fec16925b7ac8fb3f2e9c8521139e56bf18675e15e7e0edbad2889cd7fa895552e8b40d9f1cf6bc555894c8d1da48
 SHA512 
11615ebb3cab5a6d9e042a94cf802f3781af6166eb199ac22f70a0d3351299bdc82dda212a3a363c323e0edb6707355fe9b6f3d89a851037a8f6ebc12894558f
 DIST gallery-dl-1.22.4.tar.gz 467129 BLAKE2B 
f2f656b3255d091361bd2c80bb2647de47af14c11823fcc0e7e5790ea0b04047195e435a7a4c2b24a645c6e2a27cf53c3ce456a405b97ee014272af1a77ea4a1
 SHA512 
d20535115b464cb51a0fcb6bcd9e64e12fca5a199841cf4e501eae558c842d7d51dda4823b29d7ee2f1e267e59245f8e1cb1a702a96e5c45935918dbf3e6a448
+DIST gallery-dl-1.23.0.gh.tar.gz 473431 BLAKE2B 
1f485477ea150585050f24fbe3605195b9b8ffca3d39d3dde5f2160c2ceb3dd75bb691cc14c178d236c690ff6d2effe147242abcb67feda7b77b829f440e2ac4
 SHA512 
8e17532c094c9516593f9009eca7139e60d7474a56c76bb07a68c03eae4e2e8e31c6bd1f167388d05a1104d5964e2d0b62272c506b2b6988b1832a36a492cbf9

diff --git a/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild
new file mode 100644
index ..60c3846252ce
--- /dev/null
+++ b/net-misc/gallery-dl/gallery-dl-1.23.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="sqlite,ssl,xml"
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
+HOMEPAGE="https://github.com/mikf/gallery-dl;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
+else
+   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+# tests require network access
+RESTRICT="test"
+
+RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+python_compile_all() {
+   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
+}
+
+pkg_postinst() {
+   optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
+   optfeature "video downloads" net-misc/youtube-dl
+}



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

2022-08-28 Thread Maciej Barć
commit: a6639455ffdd6ae25897976ee33c7336c9985eb4
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Aug 28 21:06:18 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Aug 28 21:06:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6639455

net-misc/gallery-dl: drop old 1.22.3

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

 net-misc/gallery-dl/Manifest |  1 -
 net-misc/gallery-dl/gallery-dl-1.22.3.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/net-misc/gallery-dl/Manifest b/net-misc/gallery-dl/Manifest
index 505179ec1522..93fa1e21cf63 100644
--- a/net-misc/gallery-dl/Manifest
+++ b/net-misc/gallery-dl/Manifest
@@ -1,4 +1,3 @@
 DIST gallery-dl-1.21.1.tar.gz 432380 BLAKE2B 
58267dad8af16cb8b03bc7532e934e15c510f8ac36a92cfbf4cf48791634973fa68dc0c1fae8968a5df1a340833980ef032c8c47fc2b2ae4c7b9018bf2d6b197
 SHA512 
6725937e81ef0ff6b3ad2718f51eb7be09ce364584b16be6031e5608f6b58b366aa96cf0616974147d4ec101825cdedbed8c8790970040f4f80e955847772901
 DIST gallery-dl-1.21.2.tar.gz 434114 BLAKE2B 
2f1335d0745c3fd3de95f9f3005fc67f079fec16925b7ac8fb3f2e9c8521139e56bf18675e15e7e0edbad2889cd7fa895552e8b40d9f1cf6bc555894c8d1da48
 SHA512 
11615ebb3cab5a6d9e042a94cf802f3781af6166eb199ac22f70a0d3351299bdc82dda212a3a363c323e0edb6707355fe9b6f3d89a851037a8f6ebc12894558f
-DIST gallery-dl-1.22.3.gh.tar.gz 464060 BLAKE2B 
6e9543675bb8118a73f81d1dffdfb20e91b385799a1bd9bbf2b5df331a384e55c4a503d5ac9e2f96e6d9d0f34913a4dcbb078c2b0044f9a418e8504e3b835cf9
 SHA512 
d544218f05a5ffb7eae83aa42bbc916d1b44233a50d11eed7d463c23718edaa144326dd8a88ca317f7fe0e8e1c737d5afc52e4db6d264be1cd3b63dbbfd76755
 DIST gallery-dl-1.22.4.tar.gz 467129 BLAKE2B 
f2f656b3255d091361bd2c80bb2647de47af14c11823fcc0e7e5790ea0b04047195e435a7a4c2b24a645c6e2a27cf53c3ce456a405b97ee014272af1a77ea4a1
 SHA512 
d20535115b464cb51a0fcb6bcd9e64e12fca5a199841cf4e501eae558c842d7d51dda4823b29d7ee2f1e267e59245f8e1cb1a702a96e5c45935918dbf3e6a448

diff --git a/net-misc/gallery-dl/gallery-dl-1.22.3.ebuild 
b/net-misc/gallery-dl/gallery-dl-1.22.3.ebuild
deleted file mode 100644
index 60c3846252ce..
--- a/net-misc/gallery-dl/gallery-dl-1.22.3.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
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="sqlite,ssl,xml"
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Download image galleries and collections from several image 
hosting sites"
-HOMEPAGE="https://github.com/mikf/gallery-dl;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/mikf/${PN}.git;
-else
-   SRC_URI="https://github.com/mikf/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-# tests require network access
-RESTRICT="test"
-
-RDEPEND=">=dev-python/requests-2.11.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py
-
-python_compile_all() {
-   emake PYTHON=${EPYTHON} data/completion/{,_}gallery-dl man
-}
-
-pkg_postinst() {
-   optfeature "Pixiv Ugoira to WebM conversion" media-video/ffmpeg
-   optfeature "video downloads" net-misc/youtube-dl
-}



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

2022-08-28 Thread Maciej Barć
commit: 403b41336f08a7c0bb4217fc41ea9095594ca3bb
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Sun Aug 28 18:26:18 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Aug 28 20:56:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403b4133

games-emulation/ppsspp: update build-system

Added support for system zstd library.
Remove ccache autodetection, build system automagically detects ccache and use 
it in situations where it shouldn't do that.

Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27047
Signed-off-by: Maciej Barć  gentoo.org>

 .../ppsspp-disable-ccache-autodetection.patch  |  26 ++
 games-emulation/ppsspp/ppsspp-1.13-r1.ebuild   | 102 +
 2 files changed, 128 insertions(+)

diff --git 
a/games-emulation/ppsspp/files/ppsspp-disable-ccache-autodetection.patch 
b/games-emulation/ppsspp/files/ppsspp-disable-ccache-autodetection.patch
new file mode 100644
index ..007e64774c20
--- /dev/null
+++ b/games-emulation/ppsspp/files/ppsspp-disable-ccache-autodetection.patch
@@ -0,0 +1,26 @@
+From ca18b1b578ec7215277a73b6658753ff35e677ea Mon Sep 17 00:00:00 2001
+From: "Azamat H. Hackimov" 
+Date: Sun, 28 Aug 2022 17:53:05 +0300
+Subject: [PATCH] Disable ccache autodetection
+
+Build system automagically detects ccache and use it in situations where
+it should'nt do that.
+---
+ CMakeLists.txt | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 376e2c5ad..8c382ce5c 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -111,7 +111,6 @@ if(MACOSX AND NOT USE_SYSTEM_LIBSDL2)
+   set(SDL2_LIBRARY ${CMAKE_SOURCE_DIR}/SDL/macOS/SDL2.framework)
+ endif()
+ 
+-include(ccache)
+ include(GNUInstallDirs)
+ 
+ add_definitions(-DASSETS_DIR="${CMAKE_INSTALL_FULL_DATADIR}/ppsspp/assets/")
+-- 
+2.35.1
+

diff --git a/games-emulation/ppsspp/ppsspp-1.13-r1.ebuild 
b/games-emulation/ppsspp/ppsspp-1.13-r1.ebuild
new file mode 100644
index ..3b1688d5a6d4
--- /dev/null
+++ b/games-emulation/ppsspp/ppsspp-1.13-r1.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg cmake
+
+DESCRIPTION="A PSP emulator written in C++"
+HOMEPAGE="https://www.ppsspp.org/;
+SRC_URI="
+   https://github.com/hrydgard/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   
https://github.com/KhronosGroup/SPIRV-Cross/archive/9acb9ec31f5a8ef80ea6b994bb77be787b08d3d1.tar.gz
 -> ${P}-ext_SPIRV-Cross.tar.gz
+   
https://github.com/Kingcom/armips/archive/7885552b208493a6a0f21663770c446c3ba65576.tar.gz
 -> ${P}-ext_armips.tar.gz
+   
https://github.com/Tencent/rapidjson/archive/73063f5002612c6bf64fe24f851cd5cc0d83eef9.tar.gz
 -> ${P}-ext_rapidjson.tar.gz
+   
https://github.com/hrydgard/glslang/archive/dc11adde23c455a24e13dd54de9b4ede8bdd7db8.tar.gz
 -> ${P}-ext_glslang.tar.gz
+   
https://github.com/hrydgard/miniupnp/archive/3a87be33e797ba947b2b2a5f8d087f6c3ff4d93e.tar.gz
 -> ${P}-ext_miniupnp.tar.gz
+   
https://github.com/hrydgard/ppsspp-freetype/archive/cbea79dc8fef4d9210e2bac7e7b9b5ff3388197a.tar.gz
 -> ${P}-ext_native_tools_prebuilt.tar.gz
+   
https://github.com/hrydgard/ppsspp-lang/archive/3bf6b18eb0ae68861fbfbb7b43cd764771ca42a9.tar.gz
 -> ${P}-assets_lang.tar.gz
+   discord? ( 
https://github.com/discordapp/discord-rpc/archive/963aa9f3e5ce81a4682c6ca3d136cddda614db33.tar.gz
 -> ${P}-ext_discord-rpc.tar.gz )
+"
+
+LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="discord qt5"
+RESTRICT="test"
+
+RDEPEND="
+   app-arch/snappy:=
+   app-arch/zstd:=
+   dev-libs/libzip:=
+   dev-util/glslang:=
+   media-libs/glew:=
+   media-libs/libpng:=
+   media-libs/libsdl2[joystick]
+   media-video/ffmpeg:0/56.58.58
+   sys-libs/zlib:=
+   virtual/opengl
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5[-gles2-only]
+   dev-qt/qtmultimedia:5[-gles2-only]
+   dev-qt/qtopengl:5[-gles2-only]
+   dev-qt/qtwidgets:5[-gles2-only]
+   )
+   !qt5? ( media-libs/libsdl2[X,opengl,sound,video] )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-CMakeLists-flags.patch"
+   "${FILESDIR}/${PN}-disable-ccache-autodetection.patch"
+)
+
+src_unpack() {
+   unpack ${P}.tar.gz
+
+   cd "${S}" || die
+   local list=(
+   assets_lang
+   ext_SPIRV-Cross
+   ext_armips
+   ext_glslang
+   ext_miniupnp
+   ext_native_tools_prebuilt
+   ext_rapidjson
+   )
+   use discord && list+=( ext_discord-rpc )
+
+   local i
+   for i in "${list[@]}" ; do
+   tar xf "${DISTDIR}/${P}-${i}.tar.gz" --strip-components 1 -C 
"${i//_//}" ||
+   die "Failed to unpack 

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

2022-08-28 Thread Arthur Zamarin
commit: 59658c7a4ed059fd5204b01b446868f8a897abe2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59658c7a

x11-plugins/gkrellm-countdown: Stabilize 0.1.2-r2 sparc, #867175

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

 x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild 
b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild
index e67c4488f863..73abd8db5e00 100644
--- a/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild
+++ b/x11-plugins/gkrellm-countdown/gkrellm-countdown-0.1.2-r2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 
 RDEPEND="app-admin/gkrellm:2[X]"
 DEPEND="${RDEPEND}"



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

2022-08-28 Thread Arthur Zamarin
commit: 91d95a2bab3e3c5571384fcffa81508b3d9b868f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d95a2b

x11-plugins/gkrellshoot: Stabilize 0.4.4-r4 sparc, #867175

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

 x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild 
b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
index d5bff5dbad4b..11e4c6eb7840 100644
--- a/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
+++ b/x11-plugins/gkrellshoot/gkrellshoot-0.4.4-r4.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${P/s/S}"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
 
 DEPEND="app-admin/gkrellm:2[X]"
 RDEPEND="



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

2022-08-28 Thread Arthur Zamarin
commit: c004b43721bc2f501279398f2343e502d72065bd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c004b437

x11-plugins/gkrellsun: Stabilize 1.0.0-r5 sparc, #867175

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

 x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild 
b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild
index 4d5e865d0b77..7901504327fa 100644
--- a/x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild
+++ b/x11-plugins/gkrellsun/gkrellsun-1.0.0-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gkrellsun/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc sparc ~x86"
 IUSE="nls"
 
 RDEPEND="app-admin/gkrellm:2[X]"



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

2022-08-28 Thread Arthur Zamarin
commit: 97c92e322e41cffc2ab7ee4f1db1955546aa56e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c92e32

x11-plugins/gkrellmoon: Stabilize 0.6-r3 sparc, #867175

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

 x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild 
b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
index 35005ac0c50a..8533fbf46741 100644
--- a/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
+++ b/x11-plugins/gkrellmoon/gkrellmoon-0.6-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gkrellmoon/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
 
 RDEPEND="
app-admin/gkrellm:2[X]



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

2022-08-28 Thread Arthur Zamarin
commit: 533640c0e95f7f1cbaefc6d12cc093c5ca61fa7f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=533640c0

app-portage/portage-utils: Stabilize 0.94.1 hppa, #867190

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

 app-portage/portage-utils/portage-utils-0.94.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.94.1.ebuild 
b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
index 8c82ca881cb2..43041ae05599 100644
--- a/app-portage/portage-utils/portage-utils-0.94.1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 RDEPEND="



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

2022-08-28 Thread Arthur Zamarin
commit: 220a5b6b5a43f4b8108f6f56df6f8673e6431be9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220a5b6b

x11-plugins/gkrellm-trayicons: Stabilize 1.03-r2 sparc, #867175

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

 x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r2.ebuild 
b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r2.ebuild
index 7cd6220fe5a7..5db20a5199de 100644
--- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r2.ebuild
+++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 
 RDEPEND="app-admin/gkrellm:2[X]"
 DEPEND="${RDEPEND}"



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

2022-08-28 Thread Arthur Zamarin
commit: a1f81c308e57754706c19bfb2c6e30cee142feec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f81c30

x11-plugins/gkrellmlaunch: Stabilize 0.5-r1 sparc, #867175

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

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

diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5-r1.ebuild 
b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5-r1.ebuild
index a3f3ab6d277b..211389e40c8d 100644
--- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5-r1.ebuild
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://gkrellmlaunch.sourceforge.net/;
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
 
 RDEPEND="app-admin/gkrellm:2[X]"
 DEPEND="${RDEPEND}"



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

2022-08-28 Thread Arthur Zamarin
commit: ffaa5b57a4e7b2ccb5d60459006ba560358c0f60
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffaa5b57

x11-plugins/gkrellm-radio: Stabilize 2.0.4-r1 sparc, #867175

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

 x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild 
b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
index d5fcf32c4c2f..ede1053a00c5 100644
--- a/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
+++ b/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4-r1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 IUSE="lirc"
 
 RDEPEND="



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

2022-08-28 Thread Arthur Zamarin
commit: 535a4247b205ddb1d13b0aeb4f413e73fb43dfcf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:45:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:45:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535a4247

x11-plugins/gkrellkam: Stabilize 2.0.0-r1 sparc, #867175

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

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

diff --git a/x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild 
b/x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild
index 951eb4818034..25fd15750759 100644
--- a/x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild
+++ b/x11-plugins/gkrellkam/gkrellkam-2.0.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gkrellkam/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86"
 
 RDEPEND="
app-admin/gkrellm:2[X]



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

2022-08-28 Thread Ben Kohler
commit: e7f443ab9d94395389b54a91dc258679ad4e02c7
Author: Ben Kohler  gentoo  org>
AuthorDate: Sun Aug 28 20:41:00 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Sun Aug 28 20:41:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f443ab

net-misc/connman: add 1.42_pre20220828

Bug: https://bugs.gentoo.org/865621

Signed-off-by: Ben Kohler  gentoo.org>

 net-misc/connman/Manifest|   1 +
 net-misc/connman/connman-1.42_pre20220828.ebuild | 106 +++
 2 files changed, 107 insertions(+)

diff --git a/net-misc/connman/Manifest b/net-misc/connman/Manifest
index c3af10912025..ffdff76ce3e4 100644
--- a/net-misc/connman/Manifest
+++ b/net-misc/connman/Manifest
@@ -1 +1,2 @@
 DIST connman-363e0ed955f605fb0dc919b7ee149b6071af73ee.tar.gz 738158 BLAKE2B 
05315470fe055b6b42330d3aa6e4286c551f1ce43a63e6952f0f0969d3639275eab62da0d90ff6fd756fcfca37e11d16d4ed834f0cf02e1b8cf75be742cc6a75
 SHA512 
e5a66134f4ee99d03aa4c77082817a4886750434e676eecb394ba1aac0475034cadec66aba27704b173151dce74e92f9e77065bcdef9576c9ed3d3cfc13a1d68
+DIST connman-cb05780d86c39cfb5e6d9ac2b288bf3244a95d57.tar.gz 738675 BLAKE2B 
d2c8ee587bdf045e4438a5c4c48475a5ba8ae390032dbdee44ed884273d741e290fcaeb5cee1025a7dec1f7f7034cf01d3e074d08004024dc541bff1b729627c
 SHA512 
3d49f7fad6044c080a5805cc35dbecbdf916d66a2ace0246631936fbf46d80fcfff960df79a8471069caa00975dd74f5fcc17812811ce9c93919e2947ef23f6d

diff --git a/net-misc/connman/connman-1.42_pre20220828.ebuild 
b/net-misc/connman/connman-1.42_pre20220828.ebuild
new file mode 100644
index ..b63e300c6add
--- /dev/null
+++ b/net-misc/connman/connman-1.42_pre20220828.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+inherit autotools systemd tmpfiles
+
+COMMIT=cb05780d86c39cfb5e6d9ac2b288bf3244a95d57
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git;
+else
+   
SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz;
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
+fi
+
+DESCRIPTION="Provides a daemon for managing internet connections"
+HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git/;
+
+LICENSE="GPL-2"
+SLOT="0"
+
+IUSE="bluetooth debug doc +ethernet examples iptables iwd l2tp networkmanager
++nftables ofono openconnect openvpn policykit pptp tools vpnc +wifi wireguard
+wispr"
+
+REQUIRED_USE="^^ ( iptables nftables )"
+BDEPEND="virtual/pkgconfig"
+RDEPEND=">=dev-libs/glib-2.16
+   >=sys-apps/dbus-1.2.24
+   sys-libs/readline:0=
+   bluetooth? ( net-wireless/bluez )
+   iptables? ( >=net-firewall/iptables-1.4.8 )
+   iwd? ( net-wireless/iwd )
+   l2tp? ( net-dialup/xl2tpd )
+   nftables? (
+   >=net-libs/libnftnl-1.0.4:0=
+   >=net-libs/libmnl-1.0.0:0= )
+   ofono? ( net-misc/ofono )
+   openconnect? ( net-vpn/openconnect )
+   openvpn? ( net-vpn/openvpn )
+   policykit? ( sys-auth/polkit )
+   pptp? ( net-dialup/pptpclient )
+   vpnc? ( net-vpn/vpnc )
+   wifi? ( >=net-wireless/wpa_supplicant-2.0[dbus] )
+   wireguard? ( >=net-libs/libmnl-1.0.0:0= )
+   wispr? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+   >=sys-kernel/linux-headers-2.6.39"
+
+PATCHES=( "${FILESDIR}/libresolv-musl-fix.patch" )
+S=${WORKDIR}/${PN}-${COMMIT}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --localstatedir=/var \
+   --runstatedir=/run \
+   --with-systemdunitdir=$(systemd_get_systemunitdir) \
+   --with-tmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \
+   --enable-client \
+   --enable-datafiles \
+   --enable-loopback=builtin \
+   $(use_enable bluetooth bluetooth builtin) \
+   $(use_enable debug) \
+   $(use_enable ethernet ethernet builtin) \
+   $(use_enable examples test) \
+   $(use_enable iwd) \
+   $(use_enable l2tp l2tp builtin) \
+   $(use_enable networkmanager nmcompat) \
+   $(use_enable ofono ofono builtin) \
+   $(use_enable openconnect openconnect builtin) \
+   $(use_enable openvpn openvpn builtin) \
+   $(use_enable policykit polkit builtin) \
+   $(use_enable pptp pptp builtin) \
+   $(use_enable tools) \
+   $(use_enable vpnc vpnc builtin) \
+   $(use_enable wifi wifi builtin) \
+   $(use_enable wireguard) \
+   $(use_enable wispr wispr builtin) \
+   --with-firewall=$(usex iptables "iptables" "nftables" ) \
+   --disable-iospm \
+   --disable-hh2serial-gps
+}
+
+src_install() {
+   default
+

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

2022-08-28 Thread Andreas Sturmlechner
commit: 839fe5bc6f36ee020cc1aa9777e97314d2959358
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 17:44:50 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 28 20:30:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839fe5bc

media-libs/libdvbcsa: drop 1.1.0, EAPI-6--

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

 media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild | 30 -
 1 file changed, 30 deletions(-)

diff --git a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild 
b/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild
deleted file mode 100644
index ac84d04a2b38..
--- a/media-libs/libdvbcsa/libdvbcsa-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Free implementation of the DVB Common Scrambling Algorithm - 
DVB/CSA"
-HOMEPAGE="https://www.videolan.org/developers/libdvbcsa.html;
-SRC_URI="https://download.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.gz;
-
-KEYWORDS="amd64 ~arm ~arm64 x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug cpu_flags_x86_mmx cpu_flags_x86_sse2 static-libs"
-
-src_configure() {
-   econf \
-   $(use_enable ppc altivec) \
-   $(use_enable debug) \
-   $(use_enable cpu_flags_x86_mmx mmx) \
-   $(use_enable cpu_flags_x86_sse2 sse2) \
-   $(use_enable static-libs static) \
-   $(use_enable x86 uint32) \
-   $(use_enable amd64 uint64) \
-   --enable-shared
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



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

2022-08-28 Thread Rui Huang
commit: 5e60b24573024a7649a269f7566a6acf61099157
Author: Huang Rui  gmail  com>
AuthorDate: Sun Aug 28 20:28:00 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Sun Aug 28 20:28:00 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e60b245

sci-electronics/bluespec: add eselect support

Fix symbolic link problem

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

 sci-electronics/bluespec/bluespec-2022.01.ebuild | 10 --
 sci-electronics/bluespec/bluespec-.ebuild| 25 
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/sci-electronics/bluespec/bluespec-2022.01.ebuild 
b/sci-electronics/bluespec/bluespec-2022.01.ebuild
index 1726325a5..68cd0ea61 100644
--- a/sci-electronics/bluespec/bluespec-2022.01.ebuild
+++ b/sci-electronics/bluespec/bluespec-2022.01.ebuild
@@ -59,6 +59,7 @@ BDEPEND="
dev-texlive/texlive-latexrecommended
dev-texlive/texlive-plaingeneric
)
+   sys-apps/coreutils
sys-devel/autoconf
sys-devel/bison
sys-devel/flex
@@ -82,12 +83,10 @@ src_prepare() {
 
 src_compile() {
# NO_DEPS_CHECKS=1: skip the subrepo check (this deriviation uses 
yices.src instead of the subrepo)
-   # NOGIT=1: https://github.com/B-Lang-org/bsc/issues/12
# LDCONFIG=ldconfig: https://github.com/B-Lang-org/bsc/pull/43
# STP_STUB=1: https://github.com/B-Lang-org/bsc/pull/278
emake \
"NO_DEPS_CHECKS=1" \
-   "NOGIT=1" \
"LDCONFIG=ldconfig" \
"STP_STUB=1" \
$(usex doc "" "NOASCIIDOCTOR=1") \
@@ -119,6 +118,13 @@ src_install() {
local INSTALL_PATH=/usr/share/bsc/bsc-"${PV}"
local ED_INSTALL_PATH="${ED}${INSTALL_PATH}"
mkdir -p "${ED_INSTALL_PATH}" || die
+   local f
+   for f in "${S}"/inst/bin/*; do
+   if [[ ! -d "${f}" ]] ; then
+   local b=$(basename ${f})
+   sed -i "s|ABSNAME=.*\$|ABSNAME=\$(readlink -f -- 
\"\$0\")|g" "${f}" || die
+   fi
+   done
cp -dr --preserve=mode,timestamp "${S}"/inst/* "${ED_INSTALL_PATH}"/ || 
die
insinto "${INSTALL_PATH}"/vimfiles
doins -r "${S}"/util/vim/{ftdetect,indent,syntax}

diff --git a/sci-electronics/bluespec/bluespec-.ebuild 
b/sci-electronics/bluespec/bluespec-.ebuild
index 1ac42d567..9bec0c105 100644
--- a/sci-electronics/bluespec/bluespec-.ebuild
+++ b/sci-electronics/bluespec/bluespec-.ebuild
@@ -25,6 +25,7 @@ IUSE="doc test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
+   app-eselect/eselect-bluespec
dev-haskell/old-time:0=
dev-haskell/regex-compat:0=
dev-haskell/split:0=
@@ -58,6 +59,7 @@ BDEPEND="
dev-texlive/texlive-latexrecommended
dev-texlive/texlive-plaingeneric
)
+   sys-apps/coreutils
sys-devel/autoconf
sys-devel/bison
sys-devel/flex
@@ -103,6 +105,14 @@ src_test() {
emake -C testsuite check
 }
 
+# Call eselect vi update with --if-unset
+# to respect user's choice
+eselect_bluespec_update() {
+   ebegin "Calling eselect bluespec update"
+   eselect bluespec update --if-unset
+   eend $?
+}
+
 src_install() {
# From https://github.com/B-Lang-org/bsc/blob/main/INSTALL.md,
# upstream recommend placing the inst directory at
@@ -110,7 +120,22 @@ src_install() {
local INSTALL_PATH=/usr/share/bsc/bsc-"${PV}"
local ED_INSTALL_PATH="${ED}${INSTALL_PATH}"
mkdir -p "${ED_INSTALL_PATH}" || die
+   local f
+   for f in "${S}"/inst/bin/*; do
+   if [[ ! -d "${f}" ]] ; then
+   local b=$(basename ${f})
+   sed -i "s|ABSNAME=.*\$|ABSNAME=\$(readlink -f -- 
\"\$0\")|g" "${f}" || die
+   fi
+   done
cp -dr --preserve=mode,timestamp "${S}"/inst/* "${ED_INSTALL_PATH}"/ || 
die
insinto "${INSTALL_PATH}"/vimfiles
doins -r "${S}"/util/vim/{ftdetect,indent,syntax}
 }
+
+pkg_postinst() {
+   eselect_bluespec_update
+}
+
+pkg_postrm() {
+   eselect_bluespec_update
+}



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

2022-08-28 Thread Arthur Zamarin
commit: ed1e18ea94a99db4fad827f0e4e2d25892201c14
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:15:29 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1e18ea

app-portage/portage-utils: Stabilize 0.94.1 ppc64, #867190

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

 app-portage/portage-utils/portage-utils-0.94.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.94.1.ebuild 
b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
index 0c84ba0a6acd..bdaa537de723 100644
--- a/app-portage/portage-utils/portage-utils-0.94.1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 RDEPEND="



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

2022-08-28 Thread Arthur Zamarin
commit: 88f3a7c79375a07b8324ae75c415d43ab8da0121
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:15:30 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f3a7c7

app-portage/portage-utils: Stabilize 0.94.1 ppc, #867190

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

 app-portage/portage-utils/portage-utils-0.94.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.94.1.ebuild 
b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
index bdaa537de723..8c82ca881cb2 100644
--- a/app-portage/portage-utils/portage-utils-0.94.1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 RDEPEND="



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

2022-08-28 Thread Arthur Zamarin
commit: f14cac77025c81fbd808852d8d300f1541cbae60
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:15:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f14cac77

app-portage/portage-utils: Stabilize 0.94.1 arm64, #867190

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

 app-portage/portage-utils/portage-utils-0.94.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.94.1.ebuild 
b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
index 292c7946347a..0c84ba0a6acd 100644
--- a/app-portage/portage-utils/portage-utils-0.94.1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 RDEPEND="



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

2022-08-28 Thread Arthur Zamarin
commit: a5ce83cbf5bbd1034146df38689c8ce123379714
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:11:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ce83cb

dev-python/flufl-lock: add 7.1

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

 dev-python/flufl-lock/Manifest  |  1 +
 dev-python/flufl-lock/flufl-lock-7.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/flufl-lock/Manifest b/dev-python/flufl-lock/Manifest
index 96bb4bf9f9af..0dc7c21a0e07 100644
--- a/dev-python/flufl-lock/Manifest
+++ b/dev-python/flufl-lock/Manifest
@@ -1 +1,2 @@
 DIST flufl.lock-7.0.tar.gz 33169 BLAKE2B 
72c763e50e0a28f02fe6d9a8d88b1c64626a60310b203f9bbcc82e950f8ac494640748dece4c63542d4b89512a1f98bb1d92bda145028ebd18a8f254c2e2c1eb
 SHA512 
b1c5151d30aa3e9afc12fe0dbd9be05ad1f9133b32f5e3bacf98532fefb08fbf354bf4b9a4b9fc90e448861941eba358e8f67218daf9797eb031b487cc717181
+DIST flufl.lock-7.1.tar.gz 33315 BLAKE2B 
e6a93c4bba8edf65cad505b52d8f57731410b4b3d8e293407123468820d9eba585f09c1683f191c035f5b97d59b8e45a921218107a32e3c49a1acaf20890b997
 SHA512 
6f073ffd7ec825b9483b70e68b86e6f8842056334126bd54778e8182489df5f659afcdfdec103fdc516d7a4a3cf8ba918d337f01816b6b688ef8706d52627314

diff --git a/dev-python/flufl-lock/flufl-lock-7.1.ebuild 
b/dev-python/flufl-lock/flufl-lock-7.1.ebuild
new file mode 100644
index ..1c3d999df72d
--- /dev/null
+++ b/dev-python/flufl-lock/flufl-lock-7.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P=${P/-/.}
+DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems"
+HOMEPAGE="https://gitlab.com/warsaw/flufl.lock;
+SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/atpublic[${PYTHON_USEDEP}]
+   >=dev-python/psutil-5.9.0[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/sybil[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e '/addopts/d' -i pyproject.toml || die
+   distutils-r1_src_prepare
+}



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

2022-08-28 Thread Arthur Zamarin
commit: bbcdb3b723d626191d216eec28812181ba002636
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:04:59 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbcdb3b7

dev-python/atpublic: add 3.1

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

 dev-python/atpublic/Manifest|  1 +
 dev-python/atpublic/atpublic-3.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest
index 0b40a3da9911..1557c5fda80b 100644
--- a/dev-python/atpublic/Manifest
+++ b/dev-python/atpublic/Manifest
@@ -1 +1,2 @@
 DIST atpublic-3.0.1.tar.gz 14131 BLAKE2B 
3912c23c5ee575d7bdec1b598f1f360c54296211600115a413d97c73751b5301b2f3d22152aa62d4d7ac6da9a6cf4202a2deba1de374407ede4358620ee97391
 SHA512 
02c4af8aa02040bba2f09b852e17a0a90c0a6dce8fdabc8362a67c2f326b68369bf5f12f91291f9ff3395685530592561b132f09f9869867516592bd092e0e38
+DIST atpublic-3.1.tar.gz 14328 BLAKE2B 
f163eff6e955412586517617fb28cd090fb37fdce013973ccbc539b1ae4c4a3c8511f08b026678a9e0310c8d245cb52c932422de65c2a70293d070387a413cac
 SHA512 
93778e4ab7e109b2692a385bab180bfb709a01f0bbab5c24308635408d4bc6ea37144375b31f81a36288ec7993971e40b67cfd0f545f72b011b86ceb6d108ffe

diff --git a/dev-python/atpublic/atpublic-3.1.ebuild 
b/dev-python/atpublic/atpublic-3.1.ebuild
new file mode 100644
index ..3985ada854dc
--- /dev/null
+++ b/dev-python/atpublic/atpublic-3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A decorator to populate __all__ and the module globals"
+HOMEPAGE="
+   https://gitlab.com/warsaw/public/
+   https://pypi.org/project/atpublic/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/sybil[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' pyproject.toml || die
+   distutils-r1_src_prepare
+}



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

2022-08-28 Thread Arthur Zamarin
commit: 052377907ebdcf3772e4c275a10be913eaaeaffc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:15:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05237790

app-portage/portage-utils: Stabilize 0.94.1 sparc, #867190

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

 app-portage/portage-utils/portage-utils-0.94.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.94.1.ebuild 
b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
index 5827cd5c5e26..292c7946347a 100644
--- a/app-portage/portage-utils/portage-utils-0.94.1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 RDEPEND="



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

2022-08-28 Thread Arthur Zamarin
commit: 9b7cf0dd8416c5978ec3a92d1f7e5a0c9afa7fdf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 19:36:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7cf0dd

dev-python/PyPDF2: add 2.10.4

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

 dev-python/PyPDF2/Manifest |   1 +
 dev-python/PyPDF2/PyPDF2-2.10.4.ebuild | 132 +
 2 files changed, 133 insertions(+)

diff --git a/dev-python/PyPDF2/Manifest b/dev-python/PyPDF2/Manifest
index 3c6b77a87907..50050300ed18 100644
--- a/dev-python/PyPDF2/Manifest
+++ b/dev-python/PyPDF2/Manifest
@@ -1,6 +1,7 @@
 DIST PyPDF2-2.10.0.gh.tar.gz 6355180 BLAKE2B 
1070e4989609cb1361f966f06a23a972ba0f53d6d02d2f489104a7198111d4e80573e2a54d7446bd85ccc8270ad8cb592c2131f0ba1433b3c1ca246bcd39c466
 SHA512 
dfc543a9cbc4c4e185abc928a64a8aeb5c69d833d3af0983bc994bb6a62b65732a6ea0a7b260bca4de8854639c0a03e0cc6398a5d9ec4df9125ccf7e4b3b264d
 DIST PyPDF2-2.10.2.gh.tar.gz 6434051 BLAKE2B 
36778692fc8fff4c4dba16e94128b09d366a7c10d0f2a73c85f6de1b2baf1c6545fdd816cf633757276b79893087fc983c8a0b8e756fd375a0ae319cb75fe108
 SHA512 
6e19bc2967abfd813f05607126e3ae07daa202428db667c6a729513f12f4d962f0350475dd5806bd36a40fafd7dc6c2073fd7d4db24321061b1a73e93225e78b
 DIST PyPDF2-2.10.3.gh.tar.gz 6435551 BLAKE2B 
2907ef5f8fb7117d895d87326fd8281154cb5a78be54e832489c211f10a2cb2762051eff419279e2f3e70ed773645b08b59d598c9c7edba575c06d9e34fcefa6
 SHA512 
a8b05f280e8aecd9b54a143dc77c6aa5e095485e4d9c38c3d2ab62855e004d4c8333b88c7b663cf282d7a7eeac920595d94e6c3ba7524850272d82cb504a4f7c
+DIST PyPDF2-2.10.4.gh.tar.gz 6435008 BLAKE2B 
00f4b2f65198026715186dbf1ced15e825cb061873f3b8d3d7716d81439d3d44b392ea90d886ce8aad45b1fd29fafcbb917e9aed795d311c98e2752643ae40be
 SHA512 
ac865096ae370626ad7ab243a5c95fafc95e71c31e79c4f89be919205d956726d0147a7b4cf5a2bcddb021999261fa0a73942df64763cf3c8b30620274ea518d
 DIST PyPDF2-2.8.1.gh.tar.gz 5872212 BLAKE2B 
19224d1b38947ad14adfb9b33201e0223f6da43072c6bffb78fae939872d0a025e6d2fd6f1eed0c0b88754a359a5459a45a36130659d81089caa884025a922d1
 SHA512 
6414339017c154610dbb5affcbf94fcda7ab6d1ea78f35cc348a2b8e5fc8c60216c4f20ffc114cb3abd8245ad7a8b40b4cca6161e3a98caff896fb823acc7bea
 DIST PyPDF2-2.9.0.gh.tar.gz 5877910 BLAKE2B 
afea03f9ac21e4b39cd39ce03adf70a8e08b80315f7cdd81440e371396ba48939560a3835de9587be8020e1aab75726409ecec753ef0fb042d69fe7fc6755e80
 SHA512 
fefbc6e6eb7ac0a0154f662044acb66f1c034efc114e878ced109d54a3e5427bb73088cb88d765c4576c2d67459a2daf64415789f8efe9b66cf8ed2bb78ff297
 DIST PyPDF2-sample-files-200644f7219811c3930ad1732ef70c570ece2d16.gh.tar.gz 
5513604 BLAKE2B 
1bfccaf3b50431d32341c24ea7aa203060d40d60a4b3656df35274d056918e7fccf99e11ee2539f65e6de15741ce28acaccd0ddc771ca334a8ba18a8953aee05
 SHA512 
5d2e1aa06e240957e9ec230406208fc653384b45b9e4b6631580c2eb4f08327e192c6ef57c2310ef3ed0604c85015b15f5ade8ef7d9f525e73733e040fe37fe5

diff --git a/dev-python/PyPDF2/PyPDF2-2.10.4.ebuild 
b/dev-python/PyPDF2/PyPDF2-2.10.4.ebuild
new file mode 100644
index ..ff14eca53417
--- /dev/null
+++ b/dev-python/PyPDF2/PyPDF2-2.10.4.ebuild
@@ -0,0 +1,132 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+SAMPLE_COMMIT=b6f4ff3de00745783d79f25cb8803901d1f20d28
+DESCRIPTION="Python library to work with PDF files"
+HOMEPAGE="
+   https://pypi.org/project/PyPDF2/
+   https://github.com/py-pdf/PyPDF2/
+"
+SRC_URI="
+   https://github.com/py-pdf/PyPDF2/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   test? (
+   
https://github.com/py-pdf/sample-files/archive/${SAMPLE_COMMIT}.tar.gz
+   -> ${PN}-sample-files-${SAMPLE_COMMIT}.gh.tar.gz
+   )
+"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/pillow[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # Needs network access
+   tests/test_cmap.py
+   tests/test_filters.py::test_decompress_zlib_error
+   tests/test_filters.py::test_lzw_decode_neg1
+   tests/test_filters.py::test_issue_399
+   tests/test_generic.py::test_dict_read_from_stream
+   tests/test_generic.py::test_parse_content_stream_peek_percentage
+   tests/test_generic.py::test_read_inline_image_no_has_q
+   tests/test_generic.py::test_read_inline_image_loc_neg_1
+   tests/test_generic.py::test_text_string_write_to_stream
+   tests/test_generic.py::test_name_object_read_from_stream_unicode_error
+   tests/test_generic.py::test_bool_repr
+   

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

2022-08-28 Thread Arthur Zamarin
commit: 6dddf457dcfda9b9cce7ed18536854dcffc1f114
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:15:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dddf457

app-portage/portage-utils: Stabilize 0.94.1 arm, #867190

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

 app-portage/portage-utils/portage-utils-0.94.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/portage-utils/portage-utils-0.94.1.ebuild 
b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
index c1242cd92bab..5827cd5c5e26 100644
--- a/app-portage/portage-utils/portage-utils-0.94.1.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.94.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 RDEPEND="



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

2022-08-28 Thread Arthur Zamarin
commit: 31533f8acafdab2389c635afca070778ed4e0cec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 19:35:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31533f8a

dev-python/pyscard: add 2.0.4

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

 dev-python/pyscard/Manifest |  1 +
 dev-python/pyscard/pyscard-2.0.4.ebuild | 35 +
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pyscard/Manifest b/dev-python/pyscard/Manifest
index 91237a3e77b9..421c462fc1a8 100644
--- a/dev-python/pyscard/Manifest
+++ b/dev-python/pyscard/Manifest
@@ -1 +1,2 @@
 DIST pyscard-2.0.3.tar.gz 150092 BLAKE2B 
af7d58266044792987e6f9a2bc708ca043e32c4f87c8622b5662449254e7d6b630d5769479f3eaf59dc9a3a9fa294330953dea3383aee6c216f3d7dcfd26266a
 SHA512 
2f5c762fe4a7d8d3292f335fda58f8f2f88729ea6d33a508e5f461692fef8d006ccc9b761a78750b8416dc5c1f7c6b06c069e3f6e7b19d91621226590bfef708
+DIST pyscard-2.0.4.tar.gz 150740 BLAKE2B 
07849c265bfc764dd227bf041add7d24045f8f6669b596307d8a8644c847ee04a868b7df8e69139dc4d65f10b0406ef0083b833ed9e9dca5f11cb5d662d30801
 SHA512 
6eaae051f22079a73546c78f749dbeedaeee5f776e3f1718cf5ced3ed276d061e2210e2882f74bcaf75de9048fa8f512606a1b4ea0c0d4ecd0a5d6aeac482bc8

diff --git a/dev-python/pyscard/pyscard-2.0.4.ebuild 
b/dev-python/pyscard/pyscard-2.0.4.ebuild
new file mode 100644
index ..d2eab4a194fb
--- /dev/null
+++ b/dev-python/pyscard/pyscard-2.0.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Smart card support in python"
+HOMEPAGE="https://pyscard.sourceforge.io/
+   https://github.com/LudovicRousseau/pyscard
+   https://pypi.org/project/pyscard/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="sys-apps/pcsc-lite"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-lang/swig"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "Gui support" dev-python/wxpython
+   optfeature "Support of remote readers with Pyro" dev-python/Pyro4
+}
+
+python_test() {
+   cd test || die
+   eunittest
+}



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

2022-08-28 Thread Arthur Zamarin
commit: 6e98ad8fbe453b1bbf2e5ef9f08d918cffd5103d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 19:32:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e98ad8f

dev-python/python-nbxmpp: add 3.2.0

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

 dev-python/python-nbxmpp/Manifest  |  1 +
 .../python-nbxmpp/python-nbxmpp-3.2.0.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/python-nbxmpp/Manifest 
b/dev-python/python-nbxmpp/Manifest
index bcd46835457c..030e0e95efd5 100644
--- a/dev-python/python-nbxmpp/Manifest
+++ b/dev-python/python-nbxmpp/Manifest
@@ -1,3 +1,4 @@
 DIST python-nbxmpp-3.1.0.tar.bz2 128551 BLAKE2B 
bbff0bd92b12addb73e661136531df7629baa7936a1d52a86a17b59047681d30744dbc3618143a0b4ff5460bb64ad01a70b1bfb018f32bd78cfd9dc848f18668
 SHA512 
6676da4a21915305952118b9d35d91f3b420a23f1f3bc1fa22ee885face3f9b4474417f58e4a2c6446fec48ff632822ab83343e104df480d33d75f1b46cf8fec
 DIST python-nbxmpp-3.1.1.tar.bz2 128913 BLAKE2B 
938701b95d3b41638d2e9173d52ce69737bc7160b111354e958ee0269a2d209d146a67c7caaf8f4e7aa394549360ecb3ad4c3a1a731b329b10cbc9654109
 SHA512 
9571d890112da8380d55894e52279bfb002151432d6c8103ce62f5ab08b198f847c50cb2c1c4a7502cbefff8c3c77cbb0e86ca24355af86136b0caceb0d75c0f
+DIST python-nbxmpp-3.2.0.tar.bz2 129023 BLAKE2B 
e61cfba5f88511981e1df768d594bc86c576ef1f4b7f88d0d49bb4b86adbcf36bb7821a2332cb2427007dc10134390a24e02b6cbd791331d93cf1f48c5fe8d7b
 SHA512 
6eae6de22829c669ca17b2eaa68f53e161374d491b2f5bf7626ccdd966b0c857388852ff4c08f3d9d7391735b9633a832c7570e332f29dd038485de998d19f54
 DIST python-nbxmpp-nbxmpp-2.0.6.tar.bz2 122203 BLAKE2B 
925604002f4363f1e0b72f05c13742f4652ba565a9faa48faf8d47688f480a7f1d7585c593b0dcf07bded8c4aa3a1d02e9697742a07b9e815daec062dfb93104
 SHA512 
a536b25c8a6298892a51adef4b64b75ffab88ce02fb08fc07ecd1cfe2bc794262d4d58a93248439723e6e0544485da7351bb98189b0e422a1f77b01c6f6d238e

diff --git a/dev-python/python-nbxmpp/python-nbxmpp-3.2.0.ebuild 
b/dev-python/python-nbxmpp/python-nbxmpp-3.2.0.ebuild
new file mode 100644
index ..20ab63a80429
--- /dev/null
+++ b/dev-python/python-nbxmpp/python-nbxmpp-3.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to use Jabber/XMPP networks in a non-blocking way"
+HOMEPAGE="
+   https://dev.gajim.org/gajim/python-nbxmpp/
+   https://pypi.org/project/nbxmpp/
+"
+SRC_URI="
+   https://dev.gajim.org/gajim/python-nbxmpp/-/archive/${PV}/${P}.tar.bz2
+"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   net-libs/libsoup[introspection]
+   dev-python/idna[${PYTHON_USEDEP}]
+   dev-python/precis-i18n[${PYTHON_USEDEP}]
+   dev-python/pygobject[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest



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

2022-08-28 Thread Arthur Zamarin
commit: 8991995e1ff50cc0c2be49cba7537bed9eeca965
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 19:37:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8991995e

dev-python/executing: add 1.0.0

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

 dev-python/executing/Manifest   |  1 +
 dev-python/executing/executing-1.0.0.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/executing/Manifest b/dev-python/executing/Manifest
index 00c0cc7705e3..cbd5786d768e 100644
--- a/dev-python/executing/Manifest
+++ b/dev-python/executing/Manifest
@@ -1,2 +1,3 @@
 DIST executing-0.10.0.gh.tar.gz 507523 BLAKE2B 
5ab17adb1d40b83b0cf294aba350faf124a810b4c95e408e9bd2ba80d918154cb41d8b4d4748cd7d897d47e085883a30f431dedd595b00506beb5038e084f473
 SHA512 
f1ee25679cd1f88f273ee68e8e926a6e98b749a50d063ea3aa73f35ac0d7ea65b13364269f01265f164dba1d775a742cd7cf3594558e06efb39fb1157b3b9f5c
 DIST executing-0.9.1.gh.tar.gz 506644 BLAKE2B 
04d7012a348186c44c892d9f442b33042a9e01951c47b1d9a42ca22195dc7fa0b8f17ebf552ca65e9aa038942a6962941aeafee2d15bdcef834d413d5512c910
 SHA512 
98ba2f155324e05ae927d0a97ec6ff54bcfd8d38551dde872f12aedfefc2297003b50d17e6e32e89a909a9b1e70cec9d474db03d6a4f9fb1814ebcca045bb982
+DIST executing-1.0.0.gh.tar.gz 507720 BLAKE2B 
601ddbd4c7dacd6b72317e9f07d8b8566d14b1c805bb7a2768449d51bf75818945f3b61b67dd0402d1d6171bd74165107ef98e835910529d82b8858bd016ac6d
 SHA512 
912cea61ddb2ef12034432d68fa7239daad3c6365dbcbed72f08121b9fdc07e614b5c2233c53f5f7ee3472fca4f690af3db0944a0ed2c83623de8d682cff0a61

diff --git a/dev-python/executing/executing-1.0.0.ebuild 
b/dev-python/executing/executing-1.0.0.ebuild
new file mode 100644
index ..627bcaa6de17
--- /dev/null
+++ b/dev-python/executing/executing-1.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+# py3.11 not ready - https://github.com/alexmojaki/executing/pull/31
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Get information about what a Python frame is currently doing"
+HOMEPAGE="
+   https://github.com/alexmojaki/executing/
+   https://pypi.org/project/executing/
+"
+SRC_URI="
+   https://github.com/alexmojaki/executing/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+# asttokens is optional runtime dep
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/asttokens[${PYTHON_USEDEP}]
+   dev-python/littleutils[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+   # this test explodes when collected by pytest
+   "${EPYTHON}" tests/test_main.py || die "Tests failed with ${EPYTHON}"
+   epytest tests/test_pytest.py
+}



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

2022-08-28 Thread Arthur Zamarin
commit: 05963a7e676d295be3ad32929620951d7bf95c19
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 20:15:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 20:15:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05963a7e

x11-misc/autocutsel: Stabilize 0.10.1 sparc, #867178

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

 x11-misc/autocutsel/autocutsel-0.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/autocutsel/autocutsel-0.10.1.ebuild 
b/x11-misc/autocutsel/autocutsel-0.10.1.ebuild
index 77f67d12b9ff..714a541d45ff 100644
--- a/x11-misc/autocutsel/autocutsel-0.10.1.ebuild
+++ b/x11-misc/autocutsel/autocutsel-0.10.1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/sigmike/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 
 RDEPEND="
x11-libs/libX11



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

2022-08-28 Thread Andreas Sturmlechner
commit: a77f80881dbd0ed52857f62d6ea9b8c43ca82b81
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 16 20:41:09 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 28 20:15:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77f8088

app-backup/mirdir: drop 2.1-r2, EAPI-6--

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

 app-backup/mirdir/mirdir-2.1-r2.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/app-backup/mirdir/mirdir-2.1-r2.ebuild 
b/app-backup/mirdir/mirdir-2.1-r2.ebuild
deleted file mode 100644
index 97c44d1b6321..
--- a/app-backup/mirdir/mirdir-2.1-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Synchronize two directory trees in a fast way"
-HOMEPAGE="https://sourceforge.net/projects/mirdir/;
-SRC_URI="mirror://sourceforge/${PN}/${P}-Unix.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${P}-UNIX"
-
-src_prepare() {
-   default
-   # Disable stripping, bug 239939
-   sed -i -e 's:strip .*::' Makefile.in || die
-}
-
-src_install() {
-   dobin "bin/${PN}"
-   doman "${PN}.1"
-   einstalldocs
-}



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

2022-08-28 Thread Andreas Sturmlechner
commit: a13ef6c64c48d69d62c2b74a089c6f10ef6572c5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 18:50:26 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 28 19:36:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13ef6c6

x11-plugins/gkrellm-mailwatch: drop 2.4.3-r2, EAPI-6--

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

 .../gkrellm-mailwatch-2.4.3-r2.ebuild  | 34 --
 1 file changed, 34 deletions(-)

diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild 
b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild
deleted file mode 100644
index e02392547a60..
--- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes"
-SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz;
-HOMEPAGE="http://gkrellm.luon.net/mailwatch.php;
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="app-admin/gkrellm:2[X]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-PATCHES=(
-   "${FILESDIR}"/2.4.3-0001-Respect-LDFLAGS.patch
-   "${FILESDIR}"/2.4.3-0002-Use-gkrellm_gkd_string_width.patch
-   "${FILESDIR}"/2.4.3-0003-Remove-a-few-more-GCC-warnings.patch
-   "${FILESDIR}"/2.4.3-0004-Do-not-force-O2-in-CFLAGS.patch
-)
-
-src_configure() {
-   tc-export CC
-
-   PLUGIN_SO=( mailwatch$(get_modname) )
-
-   default
-}



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

2022-08-28 Thread Andreas Sturmlechner
commit: b520e55e605a3727e26e5581bd20062ce615d5a1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 17:21:46 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 28 19:36:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b520e55e

dev-util/tmake: drop 2.12-r1, EAPI-6--

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

 dev-util/tmake/tmake-2.12-r1.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-util/tmake/tmake-2.12-r1.ebuild 
b/dev-util/tmake/tmake-2.12-r1.ebuild
deleted file mode 100644
index 407246fc0453..
--- a/dev-util/tmake/tmake-2.12-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A Cross platform Makefile tool"
-SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
-HOMEPAGE="http://tmake.sourceforge.net;
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5"
-
-src_install() {
-   dobin bin/tmake bin/progen
-   dodir /usr/lib/tmake
-   cp -pPRf "${S}"/lib/* "${ED}"/usr/lib/tmake
-   dodoc README
-   dohtml -r doc/*
-   echo "TMAKEPATH=\"${EPREFIX}/usr/lib/tmake/linux-g++\"" > "${T}"/51tmake
-   doenvd "${T}"/51tmake
-}



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

2022-08-28 Thread Andreas Sturmlechner
commit: 4fa5bd8b847955df6bbb7bfd82a3938fbdc735ee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 18:45:27 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 28 19:36:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa5bd8b

x11-plugins/gkrellm-bgchanger: drop 0.1.11-r2, EAPI-6--

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

 .../gkrellm-bgchanger-0.1.11-r2.ebuild | 32 --
 1 file changed, 32 deletions(-)

diff --git a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild 
b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild
deleted file mode 100644
index fb9bd912a808..
--- a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin toolchain-funcs
-
-MY_PN="gkrellmbgchg2"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Plugin for GKrellM2 to change your desktop background"
-HOMEPAGE="http://www.bender-suhl.de/stefan/english/comp/gkrellmbgchg.html;
-SRC_URI="http://www.bender-suhl.de/stefan/comp/sources/${MY_P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="app-admin/gkrellm:2[X]"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.1.11-fix-build-system.patch )
-
-PLUGIN_DOCS=( bgchg_info.sh kdewallpaper.sh )
-
-src_configure() {
-   tc-export CC
-
-   PLUGIN_SO=( gkrellmbgchg$(get_modname) )
-}



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

2022-08-28 Thread Andreas Sturmlechner
commit: cf2743c32dd64c66fd924982dee4aba21a151f5a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 28 18:48:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 28 19:36:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2743c3

x11-plugins/gkrellm-cpupower: drop 0.2-r1, EAPI-6--

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

 .../gkrellm-cpupower-0.2-r1.ebuild | 39 --
 1 file changed, 39 deletions(-)

diff --git a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild 
b/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild
deleted file mode 100644
index dcf420b95721..
--- a/x11-plugins/gkrellm-cpupower/gkrellm-cpupower-0.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin
-
-MY_P="${P/gkrellm/gkrellm2}"
-
-DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency"
-HOMEPAGE="https://github.com/sainsaar/gkrellm2-cpupower/;
-SRC_URI="https://github.com/sainsaar/gkrellm2-cpupower/archive/${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-admin/gkrellm:2[X]"
-RDEPEND="
-   ${DEPEND}
-   app-admin/sudo
-   sys-power/cpupower"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
-   local PLUGIN_SO=( cpupower$(get_modname) )
-   gkrellm-plugin_src_install
-   emake DESTDIR="${D}" install-sudo
-}
-
-pkg_postinst() {
-   einfo
-   einfo "For changing the governor and CPU frequencies as a user, create 
the \"trusted\""
-   einfo "group, and add those users to that group who should be allowed 
to perform"
-   einfo "these changes."
-   einfo
-}



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

2022-08-28 Thread Michał Górny
commit: e14780c5f79ac114a65c9aff68f224933ed17f1c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 28 17:38:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 28 19:20:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14780c5

dev-python/pypy-exe: Fix translating on musl

Closes: https://bugs.gentoo.org/716328
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy-exe/Manifest  | 2 +-
 dev-python/pypy-exe/pypy-exe-7.3.9.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pypy-exe/Manifest b/dev-python/pypy-exe/Manifest
index 641150301cc2..d80989cc20f1 100644
--- a/dev-python/pypy-exe/Manifest
+++ b/dev-python/pypy-exe/Manifest
@@ -1,2 +1,2 @@
-DIST pypy2.7-gentoo-patches-7.3.9.tar.xz 7428 BLAKE2B 
0a42e3c04ac0e560d56ce7218db81fa55f74ad45a4a033ccda8c5fba34e3a0b1f06587b5b18e947170cc635bd44e5a7799daeec9319c6a09165a73b32554a4b6
 SHA512 
3a52d40ccf8d77f3493a763b51e4bf86a808f6478191ed4eeaa4f2c2ce8b75769c3880d07cbc7614d8af5573f3e8edfe694be41626b947f3d06c321cf4f59abd
+DIST pypy2.7-gentoo-patches-7.3.9_p1.tar.xz 7832 BLAKE2B 
d04fc46ab9dc8b212ed3783c1ce49d72f96dfde754da67cc97ea0c193e7ad7f5f8fdd68561b93ef0b22dde86ec3f848ee8ec8a3d78d925b6d96abd2d88d34c14
 SHA512 
b9d2ab34a5027f68e1429ff6862a0172cf8cc9eaef5e4eaa3eb091d9c2751701dbe1f61481fd84d08cb3d5bafb40a5c753906c17dc2a57bfc28acd673e1a
 DIST pypy2.7-v7.3.9-src.tar.bz2 23328628 BLAKE2B 
50d015439b6a6f15dd24eb4524726a2054f0d8e7ef209b54dc4eb9365b41b333f3dad525422316af3ff19e6ffb5866859db4455e05fc1529a81ce3b6e7c621db
 SHA512 
8d7513d4efe924f2456dd65a45a82dd16171f7962c81ba90f2a168c332cdad78ceffa3ed1af379c09e61082b39d5c2a8385cd77c89b698c47cc75e9df1bb4d2a

diff --git a/dev-python/pypy-exe/pypy-exe-7.3.9.ebuild 
b/dev-python/pypy-exe/pypy-exe-7.3.9.ebuild
index 20c2e0f90ee9..ce14bc331e9a 100644
--- a/dev-python/pypy-exe/pypy-exe-7.3.9.ebuild
+++ b/dev-python/pypy-exe/pypy-exe-7.3.9.ebuild
@@ -8,7 +8,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs
 
 PYPY_PV=${PV%_p*}
 MY_P=pypy2.7-v${PYPY_PV/_}
-PATCHSET="pypy2.7-gentoo-patches-${PV/_}"
+PATCHSET="pypy2.7-gentoo-patches-${PV/_}_p1"
 
 DESCRIPTION="PyPy executable (build from source)"
 HOMEPAGE="https://www.pypy.org/;



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

2022-08-28 Thread Michał Górny
commit: b47eecafad3321f6c34aa63ae7aad61d5386abe8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 28 18:33:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 28 19:20:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47eecaf

dev-python/pypy3-exe: Fix musl build issues

Closes: https://bugs.gentoo.org/839501
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pypy3-exe/Manifest  | 2 +-
 dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pypy3-exe/Manifest b/dev-python/pypy3-exe/Manifest
index a8da98de1d34..296996c1142e 100644
--- a/dev-python/pypy3-exe/Manifest
+++ b/dev-python/pypy3-exe/Manifest
@@ -1,2 +1,2 @@
-DIST pypy3.9-gentoo-patches-7.3.9_p3.tar.xz 5296 BLAKE2B 
2422e7d74c563d7328e5bc5c131d13f0cb41f133e06a514e56ad89d2cc8e0b9c57d4379d0e8810486e5e34ec2807a74e9553768a493ffe54fc27d404977097d3
 SHA512 
3470efdd50ba10e2137b4661c940a3aa807b804ef582a5201507227573637171981bd597b3b40faa3606890f3f51fb8c43ff70628de924a67e2c1226beda9269
+DIST pypy3.9-gentoo-patches-7.3.9_p6.tar.xz 13740 BLAKE2B 
0200eb697f4efb0ee47f7ba053f5d8fe45cad317a665637cad8a429327f084e1d4366c44ead4eeb0c4ead1e3d284bee39b1f3b9665de5882004ca8b0f0b90a64
 SHA512 
961b79074fc1c37e13b8a6cd370b716103fbc942163e2030475317d966c3bedf73876b23751da82dbd759324ff64e06348a167a1ef84adb4b444b2ff1a5b742e
 DIST pypy3.9-v7.3.9-src.tar.bz2 26976726 BLAKE2B 
bf1ed21c575901abac020120aaff07ab57f1404713211b19cbd1eb4d6ffc675b7933be8c6fffc2b69ab467963d6598534cd5aa90c02feddad596611d2a6b6581
 SHA512 
83f8a6a2da351c190d2d224242cbc35e35529c7a8e8d842eaf5c945cbce2e172b02a340f32af3d49df8d5288370d794d5bc95fc12dd4a13d817c925abf06198a

diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild 
b/dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild
index d30798538191..5da06e316e7b 100644
--- a/dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild
+++ b/dev-python/pypy3-exe/pypy3-exe-7.3.9_p3.ebuild
@@ -9,7 +9,7 @@ inherit check-reqs pax-utils python-any-r1 toolchain-funcs
 
 PYPY_PV=${PV%_p*}
 MY_P=pypy3.9-v${PYPY_PV/_}
-PATCHSET="pypy3.9-gentoo-patches-${PV/_rc/rc}"
+PATCHSET="pypy3.9-gentoo-patches-${PV/%_p*}_p6"
 
 DESCRIPTION="PyPy3 executable (build from source)"
 HOMEPAGE="https://www.pypy.org/;



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

2022-08-28 Thread Alfredo Tupone
commit: 4f2704d6d494ca009157a87902a92d4176d93898
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Sun Aug 28 19:02:13 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Sun Aug 28 19:02:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2704d6

dev-util/tkdiff: EAPI 6 removal

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

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

diff --git a/dev-util/tkdiff/Manifest b/dev-util/tkdiff/Manifest
index 1c809b14432b..affb1960d832 100644
--- a/dev-util/tkdiff/Manifest
+++ b/dev-util/tkdiff/Manifest
@@ -1,3 +1,2 @@
-DIST tkdiff-4.2.tar.gz 92063 BLAKE2B 
4c3d1fbbc4bc76c8a39dca454a6630b8022acf33aa11b899db8960534f3df91fa068162fd0a7f16a00c6dde697d8cfd6dbcc4157035a340e162e113ceaf102ac
 SHA512 
6c16475b808a9ac4d51a3e0b348d12739d821743eb205281473408a722ef7329e7dee61b4e0536741fab0c88eb67b00080d84598fca5e3215d4b183a858f6984
 DIST tkdiff-5-1.zip 233467 BLAKE2B 
711d5bf0ea1d919d235e5cfcb76c2597a849293652544a5bc5ed969ca8d1a9720a406504b07d382a1ae84447709984fddf627129e70f4d043648731bea54039e
 SHA512 
76301e74a1396ae540470fd0f4b8c7b4e214bdb4027f5ed52d98e5ea48afd99971a7880d1ec54812f6f13a3f1e92c7cd0d2c4d6d0b6e098e47fd36759fe7a047
 DIST tkdiff-5-2-1.zip 245828 BLAKE2B 
9241224d40aa229c169fe87beca7a276a00c9a37de8c9e92c50103954a56e2fe117e06985f5885ffe0e9a87abbbf1a8098a7832d3b6afd4a44f3457ce83c6e32
 SHA512 
d151c1bc755010f797458db9d8689c727beeff2bede5245dc79239f738fe63e49a95207b5d034dcd69e1ee2e699b78acdc94799f4dc5530c293435c902c387e9

diff --git a/dev-util/tkdiff/tkdiff-4.2.ebuild 
b/dev-util/tkdiff/tkdiff-4.2.ebuild
deleted file mode 100644
index 0da0d38eb1c9..
--- a/dev-util/tkdiff/tkdiff-4.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Graphical front end to the diff program"
-HOMEPAGE="http://tkdiff.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-lang/tk"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}-unix"
-
-src_install() {
-   dobin tkdiff
-   dodoc CHANGELOG.txt
-}



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

2022-08-28 Thread Matt Turner
commit: d1487f5061723ce08264e3c271510d9c397c1a1d
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 28 18:38:12 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 28 18:38:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1487f50

x11-libs/libXaw3d: Use correct configuration option

Closes: https://bugs.gentoo.org/867007
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild 
b/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild
index 798c674fe473..e6fd0a9f029d 100644
--- a/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild
+++ b/x11-libs/libXaw3d/libXaw3d-1.6.4.ebuild
@@ -25,7 +25,7 @@ BDEPEND="
 
 src_configure() {
local XORG_CONFIGURE_OPTIONS=(
-   --enable-unicode
+   --enable-internationalization
$(use_enable xpm multiplane-bitmaps)
--enable-gray-stipples
--enable-arrow-scrollbars



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

2022-08-28 Thread Arthur Zamarin
commit: b5dc694174518917eaac176d2bfa93442dac5edd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:25:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:25:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5dc6941

dev-util/catalyst: Stabilize 3.0.21 arm, #849482

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

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

diff --git a/dev-util/catalyst/catalyst-3.0.21.ebuild 
b/dev-util/catalyst/catalyst-3.0.21.ebuild
index 48e3e2e606d2..a2a90b57634d 100644
--- a/dev-util/catalyst/catalyst-3.0.21.ebuild
+++ b/dev-util/catalyst/catalyst-3.0.21.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == ** ]]; then
EGIT_BRANCH="master"
 else

SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 fi
 
 PYTHON_COMPAT=( python3_{8..10} )



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

2022-08-28 Thread Arthur Zamarin
commit: 18693f1feada61735c0c2636d5dacd4458da0a34
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:20:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:20:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18693f1f

dev-libs/libdbusmenu: Stabilize 16.04.0-r2 ppc64, #867106

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

 dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild 
b/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild
index 89e678fb86e2..7f712ca9cf8b 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc 
~x86"
 IUSE="debug gtk gtk3 +introspection test"
 RESTRICT="!test? ( test )"
 



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

2022-08-28 Thread Arthur Zamarin
commit: 72b49ee73f0e4c8d2900f2f942c0e227d77ba9fe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:20:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:20:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b49ee7

app-crypt/libscrypt: Stabilize 1.22 ppc, #865431

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

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

diff --git a/app-crypt/libscrypt/libscrypt-1.22.ebuild 
b/app-crypt/libscrypt/libscrypt-1.22.ebuild
index b7ffcf4396ff..cc71bda3915e 100644
--- a/app-crypt/libscrypt/libscrypt-1.22.ebuild
+++ b/app-crypt/libscrypt/libscrypt-1.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc ~x86"
 IUSE=""
 
 DEPEND=""



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

2022-08-28 Thread Arthur Zamarin
commit: a8459c18950dd9b129277f38e5b6e6ea6e946b38
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:18:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:18:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8459c18

media-gfx/jp2a: Stabilize 1.1.1 ppc, #867133

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

 media-gfx/jp2a/jp2a-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jp2a/jp2a-1.1.1.ebuild b/media-gfx/jp2a/jp2a-1.1.1.ebuild
index 7a3a06eda619..6e96d47ef711 100644
--- a/media-gfx/jp2a/jp2a-1.1.1.ebuild
+++ b/media-gfx/jp2a/jp2a-1.1.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Talinx/jp2a/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 ~ia64 ppc ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
 IUSE="curl"
 
 # TODO: restore ncurses support?



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

2022-08-28 Thread Arthur Zamarin
commit: 1eba2954268bf025b63ede51f8c85fdf5bd599d1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:18:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:18:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eba2954

dev-libs/dotconf: Stabilize 1.3-r2 ppc64, #867103

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

 dev-libs/dotconf/dotconf-1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dotconf/dotconf-1.3-r2.ebuild 
b/dev-libs/dotconf/dotconf-1.3-r2.ebuild
index 97c44f9eaee9..ad10a4396ea4 100644
--- a/dev-libs/dotconf/dotconf-1.3-r2.ebuild
+++ b/dev-libs/dotconf/dotconf-1.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=">=sys-devel/autoconf-2.58"



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

2022-08-28 Thread Arthur Zamarin
commit: 9daaab41fa00e3cecaa685b54970fb6a69e0f11d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:18:21 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:18:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9daaab41

media-gfx/jp2a: Stabilize 1.1.1 ppc64, #867133

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

 media-gfx/jp2a/jp2a-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/jp2a/jp2a-1.1.1.ebuild b/media-gfx/jp2a/jp2a-1.1.1.ebuild
index de6f24fbd2d7..7a3a06eda619 100644
--- a/media-gfx/jp2a/jp2a-1.1.1.ebuild
+++ b/media-gfx/jp2a/jp2a-1.1.1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://github.com/Talinx/jp2a/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86 ~x64-macos ~x64-solaris"
 IUSE="curl"
 
 # TODO: restore ncurses support?



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

2022-08-28 Thread Arthur Zamarin
commit: 1752af2f472b7ce44d921d746f72361627784656
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:18:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:18:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1752af2f

media-gfx/propaganda: Stabilize 1.0-r2 ppc, #867136

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

 media-gfx/propaganda/propaganda-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/propaganda/propaganda-1.0-r2.ebuild 
b/media-gfx/propaganda/propaganda-1.0-r2.ebuild
index 86662e6c0a08..b0d29da23541 100644
--- a/media-gfx/propaganda/propaganda-1.0-r2.ebuild
+++ b/media-gfx/propaganda/propaganda-1.0-r2.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/Propaganda"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 
 src_prepare() {
default



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

2022-08-28 Thread Arthur Zamarin
commit: a51b0c316a95b8b99e13e77e1d39faab5a48493f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:18:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:18:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51b0c31

media-gfx/propaganda: Stabilize 1.0-r2 ppc64, #867136

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

 media-gfx/propaganda/propaganda-1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/propaganda/propaganda-1.0-r2.ebuild 
b/media-gfx/propaganda/propaganda-1.0-r2.ebuild
index b0d29da23541..77eaa13762f4 100644
--- a/media-gfx/propaganda/propaganda-1.0-r2.ebuild
+++ b/media-gfx/propaganda/propaganda-1.0-r2.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/Propaganda"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 
 src_prepare() {
default



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

2022-08-28 Thread Arthur Zamarin
commit: a46face6b83c12df2945087a9e9aa9d214f1215c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:18:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:18:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46face6

dev-libs/judy: Stabilize 1.0.5-r3 ppc, #865451

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

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

diff --git a/dev-libs/judy/judy-1.0.5-r3.ebuild 
b/dev-libs/judy/judy-1.0.5-r3.ebuild
index f46d3af5da68..3df2afd00123 100644
--- a/dev-libs/judy/judy-1.0.5-r3.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="static-libs"
 DOCS=( AUTHORS ChangeLog README )
 



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

2022-08-28 Thread Arthur Zamarin
commit: 978159d7814c0d46631a88a2b79afe7f233f84eb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:18:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:18:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=978159d7

dev-libs/dotconf: Stabilize 1.3-r2 ppc, #867103

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

 dev-libs/dotconf/dotconf-1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/dotconf/dotconf-1.3-r2.ebuild 
b/dev-libs/dotconf/dotconf-1.3-r2.ebuild
index 7bb112ff701a..97c44f9eaee9 100644
--- a/dev-libs/dotconf/dotconf-1.3-r2.ebuild
+++ b/dev-libs/dotconf/dotconf-1.3-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=">=sys-devel/autoconf-2.58"



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

2022-08-28 Thread Arthur Zamarin
commit: c1b83e1b7e8559563c2dc4406aa217828922feb9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:18:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:18:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b83e1b

net-libs/srt: Stabilize 1.4.3 ppc64, #865179

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

 net-libs/srt/srt-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/srt/srt-1.4.3.ebuild b/net-libs/srt/srt-1.4.3.ebuild
index 65e7d8bb59a5..ceb29df1f719 100644
--- a/net-libs/srt/srt-1.4.3.ebuild
+++ b/net-libs/srt/srt-1.4.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv -sparc 
~x86 ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv -sparc 
~x86 ~ppc-macos ~x64-macos"
 fi
 
 LICENSE="MPL-2.0"



[gentoo-commits] repo/gentoo:master commit in: app-text/html-xml-utils/

2022-08-28 Thread Arthur Zamarin
commit: 92edd445d055eb3465e35fb2eecb0c30121ea4f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:03:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:03:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92edd445

app-text/html-xml-utils: Stabilize 7.8-r1 ppc, #865447

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

 app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild 
b/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild
index 28ec0c74a63f..9d64c38d1c9c 100644
--- a/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild
+++ b/app-text/html-xml-utils/html-xml-utils-7.8-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz;
 
 LICENSE="W3C"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos"
 
 RDEPEND="
net-dns/libidn2:=



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

2022-08-28 Thread Arthur Zamarin
commit: db86f0940b099cdd413afb3167b38ce1cbf99242
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:03:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:03:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db86f094

dev-libs/judy: Stabilize 1.0.5-r3 ppc64, #865451

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

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

diff --git a/dev-libs/judy/judy-1.0.5-r3.ebuild 
b/dev-libs/judy/judy-1.0.5-r3.ebuild
index 5e63d8cb8fad..f46d3af5da68 100644
--- a/dev-libs/judy/judy-1.0.5-r3.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="static-libs"
 DOCS=( AUTHORS ChangeLog README )
 



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

2022-08-28 Thread Arthur Zamarin
commit: 4e727be08db680db0cf05855760d6cbed3722fe6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:03:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:03:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e727be0

media-libs/codec2: Stabilize 1.0.5 ppc, #865173

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

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

diff --git a/media-libs/codec2/codec2-1.0.5.ebuild 
b/media-libs/codec2/codec2-1.0.5.ebuild
index d32862a36eb1..061496ac1790 100644
--- a/media-libs/codec2/codec2-1.0.5.ebuild
+++ b/media-libs/codec2/codec2-1.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="examples test"
 
 # Not yet passing, but infrastructure added to run



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2022-08-28 Thread Arthur Zamarin
commit: 7c4dd9a24edbdd7bdd6deba3e4721aaa5b180e5d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:03:00 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:03:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c4dd9a2

dev-db/mariadb-connector-c: Stabilize 3.2.5 ppc64, #865171

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

 dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
index ce35bebb99c4..84bfe70b61ae 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
@@ -11,7 +11,7 @@ else
MY_PV=${PV/_b/-b}

SRC_URI="https://downloads.mariadb.com/Connectors/c/connector-c-${PV}/${P}-src.tar.gz;
S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv 
~s390 sparc ~x86"
 fi
 
 inherit cmake-multilib toolchain-funcs



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

2022-08-28 Thread Arthur Zamarin
commit: b6bb0d51b9c8c9afad9747fc62ba112f6bdffc79
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:03:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:03:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6bb0d51

app-crypt/libscrypt: Stabilize 1.22 ppc64, #865431

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

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

diff --git a/app-crypt/libscrypt/libscrypt-1.22.ebuild 
b/app-crypt/libscrypt/libscrypt-1.22.ebuild
index a0301d2893ee..b7ffcf4396ff 100644
--- a/app-crypt/libscrypt/libscrypt-1.22.ebuild
+++ b/app-crypt/libscrypt/libscrypt-1.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~riscv sparc ~x86"
 IUSE=""
 
 DEPEND=""



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

2022-08-28 Thread Arthur Zamarin
commit: 39d07bf8198f37d20872047eeb7a7c39eb646029
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 18:03:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 18:03:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39d07bf8

net-libs/srt: Stabilize 1.4.3 ppc, #865179

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

 net-libs/srt/srt-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/srt/srt-1.4.3.ebuild b/net-libs/srt/srt-1.4.3.ebuild
index 2a0bf3f2fe71..65e7d8bb59a5 100644
--- a/net-libs/srt/srt-1.4.3.ebuild
+++ b/net-libs/srt/srt-1.4.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv -sparc 
~x86 ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv -sparc 
~x86 ~ppc-macos ~x64-macos"
 fi
 
 LICENSE="MPL-2.0"



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

2022-08-28 Thread Matt Turner
commit: ad27f80b27b5b6b16395a15044baba864725dec4
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Aug 28 17:59:44 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 28 17:59:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad27f80b

media-gfx/xfig: Call xdg_pkg_postinst in pkg_postinst

Closes: https://bugs.gentoo.org/867037
Signed-off-by: Matt Turner  gentoo.org>

 media-gfx/xfig/xfig-3.2.8b.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-gfx/xfig/xfig-3.2.8b.ebuild 
b/media-gfx/xfig/xfig-3.2.8b.ebuild
index e25f69b210d0..41d99bb28a6a 100644
--- a/media-gfx/xfig/xfig-3.2.8b.ebuild
+++ b/media-gfx/xfig/xfig-3.2.8b.ebuild
@@ -48,5 +48,7 @@ src_configure() {
 }
 
 pkg_postinst() {
+   xdg_pkg_postinst
+
optfeature "GIF support" media-libs/netpbm virtual/imagemagick-tools
 }



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2022-08-28 Thread Matt Turner
commit: c2301c8a6bfce136a18f5196c7bf39505e432c78
Author: Mike Lothian  fireburn  co  uk>
AuthorDate: Sun Aug 28 10:46:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 28 17:57:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2301c8a

profiles: desktop/plasma: Remove forced egl use on mesa-progs

The egl flag has been dropped and is now always enabled

Signed-off-by: Mike Lothian  fireburn.co.uk>
Signed-off-by: Matt Turner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 3ca6c67990fc..205df60ff518 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -39,8 +39,6 @@ media-libs/gd fontconfig
 
 # Required by kde-plasma/kwin
 media-libs/mesa egl wayland
-# Not required, but makes sense in return
-x11-apps/mesa-progs egl
 
 # Required by kde-apps/kdenlive
 media-libs/mlt ffmpeg frei0r rubberband



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

2022-08-28 Thread Matt Turner
commit: a3b801500afcf759326e5923825176988234af14
Author: orbea  riseup  net>
AuthorDate: Fri Aug 26 17:23:50 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 28 17:57:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b80150

x11-libs/libdrm: Update live ebuild

Upstream changed from boolean options to feature options.

Closes: https://github.com/gentoo/gentoo/pull/27024
Signed-off-by: orbea  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libdrm/libdrm-.ebuild | 26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/x11-libs/libdrm/libdrm-.ebuild 
b/x11-libs/libdrm/libdrm-.ebuild
index f7cb26433080..17fce5980bab 100644
--- a/x11-libs/libdrm/libdrm-.ebuild
+++ b/x11-libs/libdrm/libdrm-.ebuild
@@ -46,20 +46,20 @@ multilib_src_configure() {
local emesonargs=(
# Udev is only used by tests now.
-Dudev=false
-   -Dcairo-tests=false
-   $(meson_use video_cards_amdgpu amdgpu)
-   $(meson_use video_cards_exynos exynos)
-   $(meson_use video_cards_freedreno freedreno)
-   $(meson_use video_cards_intel intel)
-   $(meson_use video_cards_nouveau nouveau)
-   $(meson_use video_cards_omap omap)
-   $(meson_use video_cards_radeon radeon)
-   $(meson_use video_cards_tegra tegra)
-   $(meson_use video_cards_vc4 vc4)
-   $(meson_use video_cards_vivante etnaviv)
-   $(meson_use video_cards_vmware vmwgfx)
+   -Dcairo-tests=disabled
+   $(meson_feature video_cards_amdgpu amdgpu)
+   $(meson_feature video_cards_exynos exynos)
+   $(meson_feature video_cards_freedreno freedreno)
+   $(meson_feature video_cards_intel intel)
+   $(meson_feature video_cards_nouveau nouveau)
+   $(meson_feature video_cards_omap omap)
+   $(meson_feature video_cards_radeon radeon)
+   $(meson_feature video_cards_tegra tegra)
+   $(meson_feature video_cards_vc4 vc4)
+   $(meson_feature video_cards_vivante etnaviv)
+   $(meson_feature video_cards_vmware vmwgfx)
# valgrind installs its .pc file to the pkgconfig for the 
primary arch
-   -Dvalgrind=$(usex valgrind auto false)
+   -Dvalgrind=$(usex valgrind auto disabled)
)
meson_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/files/

2022-08-28 Thread Matt Turner
commit: 10a4f9686a67378a3c49aa2297091f420b7a5e4c
Author: Mike Lothian  fireburn  co  uk>
AuthorDate: Sun Aug 28 09:37:15 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 28 17:57:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a4f968

x11-apps/mesa-progs-: Update patch

This allows the patch to apply cleanly

Signed-off-by: Mike Lothian  fireburn.co.uk>
Signed-off-by: Matt Turner  gentoo.org>

 .../files/-Disable-things-we-don-t-want.patch  | 28 +++---
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/x11-apps/mesa-progs/files/-Disable-things-we-don-t-want.patch 
b/x11-apps/mesa-progs/files/-Disable-things-we-don-t-want.patch
index 9d923a9cbc5c..ec3219ae6ce3 100644
--- a/x11-apps/mesa-progs/files/-Disable-things-we-don-t-want.patch
+++ b/x11-apps/mesa-progs/files/-Disable-things-we-don-t-want.patch
@@ -1,21 +1,21 @@
-From caa6f31f1032f21756ab327429702feb4381045e Mon Sep 17 00:00:00 2001
+From e23cb684ce6ca066c73b426d9974a7c823891d88 Mon Sep 17 00:00:00 2001
 From: Matt Turner 
-Date: Mon, 30 May 2022 12:16:24 -0400
+Date: Sun, 28 Aug 2022 10:34:42 +0100
 Subject: [PATCH] Disable things we don't want
 
 ---
  meson.build   | 11 +++
- src/egl/opengl/meson.build| 29 
+ src/egl/opengl/meson.build| 26 -
  src/egl/opengles2/meson.build |  5 -
  src/glad/meson.build  | 17 -
  src/meson.build   |  2 --
  src/util/gl_wrap.h|  2 --
  src/util/meson.build  | 20 ---
  src/xdemos/meson.build| 36 ---
- 8 files changed, 3 insertions(+), 119 deletions(-)
+ 8 files changed, 3 insertions(+), 116 deletions(-)
 
 diff --git a/meson.build b/meson.build
-index e1968fab..9d59c1ec 100644
+index 0c15274b..36276541 100644
 --- a/meson.build
 +++ b/meson.build
 @@ -75,14 +75,7 @@ endif
@@ -44,12 +44,12 @@ index e1968fab..9d59c1ec 100644
  include_directories: glut_incdir,
  prefix : '#include ')
 diff --git a/src/egl/opengl/meson.build b/src/egl/opengl/meson.build
-index ba7cadc3..789b25a5 100644
+index c0d4792b..f27b6885 100644
 --- a/src/egl/opengl/meson.build
 +++ b/src/egl/opengl/meson.build
-@@ -4,41 +4,12 @@ executable(
+@@ -4,32 +4,11 @@ executable(
'eglgears_x11', files('eglgears.c'),
-   dependencies: [_deps, idep_eglut_x11]
+   dependencies: [_deps, dep_glu, idep_eglut_x11]
  )
 -executable(
 -  'egltri_x11', files('egltri.c'),
@@ -63,7 +63,7 @@ index ba7cadc3..789b25a5 100644
 -  'xeglthreads', files('xeglthreads.c'),
 -  dependencies: [_deps, dep_x11]
 -)
--
+ 
  executable(
'eglgears_wayland', files('eglgears.c'),
dependencies: [_deps, dep_glu, idep_eglut_wayland]
@@ -77,13 +77,13 @@ index ba7cadc3..789b25a5 100644
 -  'eglkms', 'eglkms.c',
 -  dependencies: [_deps, dep_drm, dep_gbm, dep_egl]
 -)
--
+ 
  executable(
'eglinfo', 'eglinfo.c',
-   dependencies: [dep_egl],
+@@ -38,8 +17,3 @@ executable(
install: true
  )
--
+ 
 -executable(
 -  'peglgears', 'peglgears.c',
 -  dependencies: [dep_gl, dep_glu, dep_egl, dep_m, idep_util]
@@ -156,7 +156,7 @@ index b2ff9c8f..f482df5e 100644
  
  #ifndef GLAPIENTRY
 diff --git a/src/util/meson.build b/src/util/meson.build
-index 9168aecf..066073cc 100644
+index 959e2170..066073cc 100644
 --- a/src/util/meson.build
 +++ b/src/util/meson.build
 @@ -20,26 +20,6 @@
@@ -250,5 +250,5 @@ index d6d5d5d5..ce26699f 100644
  foreach p : thread_progs
executable(
 -- 
-2.35.1
+2.37.2
 



[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/sunos/solaris/

2022-08-28 Thread Matt Turner
commit: 4b288c08a9d7f35124bf5c68acebf1b116309ff9
Author: Mike Lothian  fireburn  co  uk>
AuthorDate: Sun Aug 28 10:49:24 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 28 17:57:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b288c08

profiles: prefix/sunos: Remove libkms forced use flag from libdrm

The package libdrm no longer has a libkms use flag

Signed-off-by: Mike Lothian  fireburn.co.uk>
Closes: https://github.com/gentoo/gentoo/pull/27041
Signed-off-by: Matt Turner  gentoo.org>

 profiles/prefix/sunos/solaris/package.use.mask | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/prefix/sunos/solaris/package.use.mask 
b/profiles/prefix/sunos/solaris/package.use.mask
index 527f8709bb19..7115be8a606d 100644
--- a/profiles/prefix/sunos/solaris/package.use.mask
+++ b/profiles/prefix/sunos/solaris/package.use.mask
@@ -17,7 +17,3 @@ sys-devel/gcc -libssp
 # Fabian Groffen  (2011-09-05)
 # gir tries to link c++ code using gcc and obviously fails
 app-text/poppler introspection
-
-# Fabian Groffen  (2011-04-24)
-# kms seems linux only, bug #319285
-x11-libs/libdrm libkms



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

2022-08-28 Thread Rui Huang
commit: 8085408945613944e1708aa8a2f19fe9223d2c7c
Author: Huang Rui  gmail  com>
AuthorDate: Sun Aug 28 17:00:31 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Sun Aug 28 17:01:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80854089

sci-electronics/bluespec: add eselect bluespec support

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

 sci-electronics/bluespec/bluespec-2022.01.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/sci-electronics/bluespec/bluespec-2022.01.ebuild 
b/sci-electronics/bluespec/bluespec-2022.01.ebuild
index 1ac42d567..1726325a5 100644
--- a/sci-electronics/bluespec/bluespec-2022.01.ebuild
+++ b/sci-electronics/bluespec/bluespec-2022.01.ebuild
@@ -25,6 +25,7 @@ IUSE="doc test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
+   app-eselect/eselect-bluespec
dev-haskell/old-time:0=
dev-haskell/regex-compat:0=
dev-haskell/split:0=
@@ -103,6 +104,14 @@ src_test() {
emake -C testsuite check
 }
 
+# Call eselect vi update with --if-unset
+# to respect user's choice
+eselect_bluespec_update() {
+   ebegin "Calling eselect bluespec update"
+   eselect bluespec update --if-unset
+   eend $?
+}
+
 src_install() {
# From https://github.com/B-Lang-org/bsc/blob/main/INSTALL.md,
# upstream recommend placing the inst directory at
@@ -114,3 +123,11 @@ src_install() {
insinto "${INSTALL_PATH}"/vimfiles
doins -r "${S}"/util/vim/{ftdetect,indent,syntax}
 }
+
+pkg_postinst() {
+   eselect_bluespec_update
+}
+
+pkg_postrm() {
+   eselect_bluespec_update
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-eselect/eselect-bluespec/

2022-08-28 Thread Rui Huang
commit: 29024143c693b4f641e8d9d5f69e99df21c2a7a2
Author: Huang Rui  gmail  com>
AuthorDate: Sun Aug 28 16:59:47 2022 +
Commit: Rui Huang  gmail  com>
CommitDate: Sun Aug 28 17:01:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=29024143

app-eselect/eselect-bluespec: new package, add 1.0.1

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

 app-eselect/eselect-bluespec/Manifest   |  1 +
 .../eselect-bluespec/eselect-bluespec-1.0.1.ebuild  | 21 +
 app-eselect/eselect-bluespec/metadata.xml   | 11 +++
 3 files changed, 33 insertions(+)

diff --git a/app-eselect/eselect-bluespec/Manifest 
b/app-eselect/eselect-bluespec/Manifest
new file mode 100644
index 0..0206701eb
--- /dev/null
+++ b/app-eselect/eselect-bluespec/Manifest
@@ -0,0 +1 @@
+DIST eselect-bluespec-1.0.1.tar.gz 1922 BLAKE2B 
4b24e4762906f854a888ec21d5ab7768533ab163eb9290d1e50e4e835064235e9583bfc244d7cbada6141934f45e61b0832b4c4d192c3e79856b43cf41027d85
 SHA512 
4692fae610aa758a592ffdc9b13fcf78f1952280f3cc37708854a4bac373ab8a9df54589026355c1f600b8e562d6b8f1cad66ce6b739955c0a679631230042ee

diff --git a/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild 
b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
new file mode 100644
index 0..26f76e071
--- /dev/null
+++ b/app-eselect/eselect-bluespec/eselect-bluespec-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Manages the /usr/bin/vi symlink"
+HOMEPAGE="https://github.com/vowstar/eselect-bluespec;
+SRC_URI="https://github.com/vowstar/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="app-admin/eselect"
+
+src_prepare() {
+   default
+   eautoreconf
+}

diff --git a/app-eselect/eselect-bluespec/metadata.xml 
b/app-eselect/eselect-bluespec/metadata.xml
new file mode 100644
index 0..267252e4d
--- /dev/null
+++ b/app-eselect/eselect-bluespec/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   vows...@gmail.com
+   Huang Rui
+   
+   
+   vowstar/eselect-bluespec
+   
+



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

2022-08-28 Thread Arthur Zamarin
commit: f42c4b88dcf5f71a89edea91997e84d066204889
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42c4b88

app-crypt/libscrypt: Stabilize 1.22 sparc, #865431

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

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

diff --git a/app-crypt/libscrypt/libscrypt-1.22.ebuild 
b/app-crypt/libscrypt/libscrypt-1.22.ebuild
index 5bf0045f6883..a0301d2893ee 100644
--- a/app-crypt/libscrypt/libscrypt-1.22.ebuild
+++ b/app-crypt/libscrypt/libscrypt-1.22.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv sparc ~x86"
 IUSE=""
 
 DEPEND=""



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

2022-08-28 Thread Arthur Zamarin
commit: 95041052ea0bdcb01642daa89665849c6e5c59a2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:45 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95041052

net-libs/srt: Stabilize 1.4.3 arm, #865179

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

 net-libs/srt/srt-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/srt/srt-1.4.3.ebuild b/net-libs/srt/srt-1.4.3.ebuild
index 2f3bf0e6e1d9..215d4d1ba59c 100644
--- a/net-libs/srt/srt-1.4.3.ebuild
+++ b/net-libs/srt/srt-1.4.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
-sparc ~x86 ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
-sparc ~x86 ~ppc-macos ~x64-macos"
 fi
 
 LICENSE="MPL-2.0"



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

2022-08-28 Thread Arthur Zamarin
commit: f460dcad80b1bf4c0be7b533641fc401b4a87cf8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f460dcad

dev-libs/judy: Stabilize 1.0.5-r3 arm64, #865451

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

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

diff --git a/dev-libs/judy/judy-1.0.5-r3.ebuild 
b/dev-libs/judy/judy-1.0.5-r3.ebuild
index 315e5b5dd69f..9abac169aa6a 100644
--- a/dev-libs/judy/judy-1.0.5-r3.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="static-libs"
 DOCS=( AUTHORS ChangeLog README )
 



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

2022-08-28 Thread Arthur Zamarin
commit: 483788736b537161a8d02402d7c3eeedeef7b7fa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48378873

dev-libs/judy: Stabilize 1.0.5-r3 sparc, #865451

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

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

diff --git a/dev-libs/judy/judy-1.0.5-r3.ebuild 
b/dev-libs/judy/judy-1.0.5-r3.ebuild
index 9abac169aa6a..5e63d8cb8fad 100644
--- a/dev-libs/judy/judy-1.0.5-r3.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="static-libs"
 DOCS=( AUTHORS ChangeLog README )
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2022-08-28 Thread Arthur Zamarin
commit: b049b59342a922142907179ad69d92e618bd2356
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b049b593

dev-db/mariadb-connector-c: Stabilize 3.2.5 sparc, #865171

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

 dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
index 6462fa305496..ce35bebb99c4 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
@@ -11,7 +11,7 @@ else
MY_PV=${PV/_b/-b}

SRC_URI="https://downloads.mariadb.com/Connectors/c/connector-c-${PV}/${P}-src.tar.gz;
S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 fi
 
 inherit cmake-multilib toolchain-funcs



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

2022-08-28 Thread Arthur Zamarin
commit: 46d637dbc496194d22bddaaf61f667e7c5413f1c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d637db

dev-libs/judy: Stabilize 1.0.5-r3 arm, #865451

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

 dev-libs/judy/judy-1.0.5-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/judy/judy-1.0.5-r3.ebuild 
b/dev-libs/judy/judy-1.0.5-r3.ebuild
index b730c174159e..315e5b5dd69f 100644
--- a/dev-libs/judy/judy-1.0.5-r3.ebuild
+++ b/dev-libs/judy/judy-1.0.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/judy/Judy-${PV}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="static-libs"
 DOCS=( AUTHORS ChangeLog README )
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2022-08-28 Thread Arthur Zamarin
commit: e4eb1b86f25d97bde85a96b53acdd5ae8fb1e811
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:40 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4eb1b86

dev-db/mariadb-connector-c: Stabilize 3.2.5 arm, #865171

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

 dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
index f31b6bb77e17..b622a6235564 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
@@ -11,7 +11,7 @@ else
MY_PV=${PV/_b/-b}

SRC_URI="https://downloads.mariadb.com/Connectors/c/connector-c-${PV}/${P}-src.tar.gz;
S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 fi
 
 inherit cmake-multilib toolchain-funcs



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

2022-08-28 Thread Arthur Zamarin
commit: 13b50cfd0a072c491b1f66d7369aa340cc20162d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b50cfd

dev-libs/libdbusmenu: Stabilize 16.04.0-r2 sparc, #867106

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

 dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild 
b/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild
index 83e642920aac..89e678fb86e2 100644
--- a/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild
+++ b/dev-libs/libdbusmenu/libdbusmenu-16.04.0-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://launchpad.net/${PN/lib}/${PV%.*}/${PV}/+download/${P}.tar.gz;
 
 LICENSE="LGPL-2.1 LGPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
sparc ~x86"
 IUSE="debug gtk gtk3 +introspection test"
 RESTRICT="!test? ( test )"
 



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

2022-08-28 Thread Arthur Zamarin
commit: a7ac0dfc65c8738eb62b2480aff3321961c912f5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ac0dfc

media-libs/codec2: Stabilize 1.0.5 arm64, #865173

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

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

diff --git a/media-libs/codec2/codec2-1.0.5.ebuild 
b/media-libs/codec2/codec2-1.0.5.ebuild
index e8dfa7ef2823..d32862a36eb1 100644
--- a/media-libs/codec2/codec2-1.0.5.ebuild
+++ b/media-libs/codec2/codec2-1.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="examples test"
 
 # Not yet passing, but infrastructure added to run



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

2022-08-28 Thread Arthur Zamarin
commit: f68874325451ef63720bbfae751cf472ff0a8899
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6887432

media-libs/codec2: Stabilize 1.0.5 arm, #865173

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

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

diff --git a/media-libs/codec2/codec2-1.0.5.ebuild 
b/media-libs/codec2/codec2-1.0.5.ebuild
index fdd5f6ec18cf..e8dfa7ef2823 100644
--- a/media-libs/codec2/codec2-1.0.5.ebuild
+++ b/media-libs/codec2/codec2-1.0.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/drowe67/codec2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0/1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="examples test"
 
 # Not yet passing, but infrastructure added to run



[gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb-connector-c/

2022-08-28 Thread Arthur Zamarin
commit: a812c35794fba4e44414661157ae5a3e391ef26d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Aug 28 16:31:41 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 28 16:31:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a812c357

dev-db/mariadb-connector-c: Stabilize 3.2.5 arm64, #865171

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

 dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild 
b/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
index b622a6235564..6462fa305496 100644
--- a/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
+++ b/dev-db/mariadb-connector-c/mariadb-connector-c-3.2.5.ebuild
@@ -11,7 +11,7 @@ else
MY_PV=${PV/_b/-b}

SRC_URI="https://downloads.mariadb.com/Connectors/c/connector-c-${PV}/${P}-src.tar.gz;
S="${WORKDIR%/}/${PN}-${MY_PV}-src"
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 fi
 
 inherit cmake-multilib toolchain-funcs



  1   2   3   >