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

2023-03-08 Thread Sam James
commit: 0f4239472630f8ae6a47e1c810af21a34ea8cc8b
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 07:57:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 07:57:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f423947

media-libs/jbig2dec: add github upstream metadata

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

 media-libs/jbig2dec/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-libs/jbig2dec/metadata.xml b/media-libs/jbig2dec/metadata.xml
index f22e80b0fd93..72a1ba67bc0c 100644
--- a/media-libs/jbig2dec/metadata.xml
+++ b/media-libs/jbig2dec/metadata.xml
@@ -7,5 +7,6 @@
   
   
 jbig2dec
+ArtifexSoftware/jbig2dec
   
 



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

2023-03-08 Thread Sam James
commit: 1a42873a89ec5ac94f727e3d0dbd96b16f2e37a2
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 07:40:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 07:57:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a42873a

media-libs/jbig2enc: drop 0.28-r1

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

 media-libs/jbig2enc/Manifest|  1 -
 media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/media-libs/jbig2enc/Manifest b/media-libs/jbig2enc/Manifest
index a8fb8d779ab9..b32bfc6f2416 100644
--- a/media-libs/jbig2enc/Manifest
+++ b/media-libs/jbig2enc/Manifest
@@ -1,2 +1 @@
-DIST jbig2enc-0.28.tar.gz 39879 BLAKE2B 
08cbb2f2a5277085a592d18a8db529d2e5f79f69eaa5392f2b06b920f7d1651c3c73795ba2e43ae843fd5720a1406633b5429ab0b1fe260a6308da4cf10868b9
 SHA512 
81d194fb648fe7a866302796fd5e2adbb213d52193a279a94dbc5918ce3480561ea204e8497125eed5d6c6e4c6d089f7f35a89ef98bc484ca753ffde23e444c6
 DIST jbig2enc-0.29.tar.gz 1108212 BLAKE2B 
44efc2afecb2ca581711c58e9abfed7ae790053e6a725012cb6e68c5c52b6d89d071a115bf1fb9ea2c15de64e03e889dd47d9d36a0e707f039de55029d33633a
 SHA512 
aa50cdaf61ef0ae473c8139d8da2a4c374450f8d0d31e2260031e8086dab9201c303c86d50cd51427135bef500718cbc3a53baabf2bf505f8908c22a3d361c51

diff --git a/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild 
b/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild
deleted file mode 100644
index f6949b5e887e..
--- a/media-libs/jbig2enc/jbig2enc-0.28-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="JBIG2 Encoder and libs"
-HOMEPAGE="https://github.com/agl/jbig2enc;
-SRC_URI="https://github.com/agl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-macos"
-IUSE="gif jpeg png tiff webp"
-
-RDEPEND="media-libs/leptonica[gif?,jpeg?,png?,tiff?,webp?]"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${P}-leptonica-1.70.patch"
-)
-
-src_prepare() {
-   default
-
-   # remove -Werror
-   sed -i -e '/AM_INIT_AUTOMAKE/s/-Werror//' configure.ac || die 'sed on 
configure.ac failed'
-   # prevent static linking and QA notice about insecure RUNPATHs
-   sed -i -e '/jbig2_LDFLAGS/d' src/Makefile.am || die 'sed on 
src/Makefile.am failed'
-
-   eautoreconf
-}
-
-src_install() {
-   default
-
-   find "${ED}" -name '*.la' -delete || die
-   find "${ED}" -name '*.a' -delete || die
-}



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

2023-03-08 Thread Sam James
commit: f63a3a1a0e141824838672a679413e0243273a59
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 07:39:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 07:57:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63a3a1a

media-libs/jbig2dec: enable py3.11

Closes: https://bugs.gentoo.org/896998
Signed-off-by: Sam James  gentoo.org>

 media-libs/jbig2dec/jbig2dec-0.19.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/media-libs/jbig2dec/jbig2dec-0.19.ebuild 
b/media-libs/jbig2dec/jbig2dec-0.19.ebuild
index 72981df9aafa..4279502e8dfc 100644
--- a/media-libs/jbig2dec/jbig2dec-0.19.ebuild
+++ b/media-libs/jbig2dec/jbig2dec-0.19.ebuild
@@ -3,14 +3,15 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
-
+PYTHON_COMPAT=( python3_{9..11} )
 inherit autotools python-any-r1
 
 DESCRIPTION="A decoder implementation of the JBIG2 image compression format"
 HOMEPAGE="https://jbig2dec.com/;
-SRC_URI="https://github.com/ArtifexSoftware/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   test? ( http://jbig2dec.sourceforge.net/ubc/jb2streams.zip )"
+SRC_URI="
+   https://github.com/ArtifexSoftware/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   test? ( http://jbig2dec.sourceforge.net/ubc/jb2streams.zip )
+"
 
 LICENSE="AGPL-3"
 SLOT="0/$(ver_cut 1-2)" #698428
@@ -24,8 +25,7 @@ BDEPEND="
${PYTHON_DEPS}
)
 "
-
-RDEPEND="png? ( media-libs/libpng:0= )"
+RDEPEND="png? ( media-libs/libpng:= )"
 DEPEND="${RDEPEND}"
 
 DOCS=( CHANGES README )
@@ -51,7 +51,6 @@ src_prepare() {
|| die "failed to modify autogen.sh"
 
./autogen.sh || die
-
eautoreconf
 }
 



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

2023-03-08 Thread Sam James
commit: 14987e26ae1a504170cf40d14ab357f7011c9eec
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 07:56:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 07:57:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14987e26

media-gfx/imagemagick: add note re SLOT & ABI

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

 media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild | 4 +++-
 media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild  | 4 +++-
 media-gfx/imagemagick/imagemagick-.ebuild  | 6 --
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild
index e059d3f73ad6..b8d2fa1c3ff7 100644
--- a/media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild
+++ b/media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild
@@ -23,7 +23,9 @@ DESCRIPTION="A collection of tools and libraries for many 
image formats"
 HOMEPAGE="https://www.imagemagick.org/;
 
 LICENSE="imagemagick"
-SLOT="0/6.9.12-58"
+# Please check this on bumps, SONAME is often not updated! Use abidiff on 
old/new.
+# If ABI is broken, change the bit after the '-'.
+SLOT="0/$(ver_cut 1-3)-58"
 IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
 
 REQUIRED_USE="corefonts? ( truetype )

diff --git a/media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild 
b/media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild
index 568ce31eb232..516ae1cca24a 100644
--- a/media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild
+++ b/media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild
@@ -23,7 +23,9 @@ DESCRIPTION="A collection of tools and libraries for many 
image formats"
 HOMEPAGE="https://www.imagemagick.org/;
 
 LICENSE="imagemagick"
-SLOT="0/7.1.0-43"
+# Please check this on bumps, SONAME is often not updated! Use abidiff on 
old/new.
+# If ABI is broken, change the bit after the '-'.
+SLOT="0/$(ver_cut 1-3)-43"
 IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zip zlib"
 
 REQUIRED_USE="corefonts? ( truetype )

diff --git a/media-gfx/imagemagick/imagemagick-.ebuild 
b/media-gfx/imagemagick/imagemagick-.ebuild
index 0b385cf01cad..516ae1cca24a 100644
--- a/media-gfx/imagemagick/imagemagick-.ebuild
+++ b/media-gfx/imagemagick/imagemagick-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,7 +23,9 @@ DESCRIPTION="A collection of tools and libraries for many 
image formats"
 HOMEPAGE="https://www.imagemagick.org/;
 
 LICENSE="imagemagick"
-SLOT="0/7.1.0-43"
+# Please check this on bumps, SONAME is often not updated! Use abidiff on 
old/new.
+# If ABI is broken, change the bit after the '-'.
+SLOT="0/$(ver_cut 1-3)-43"
 IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zip zlib"
 
 REQUIRED_USE="corefonts? ( truetype )



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

2023-03-08 Thread Sam James
commit: be3b16b8435f258fb3a4f3751dd9833e72816349
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 07:44:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 07:57:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3b16b8

media-libs/jbig2enc: EAPI 8, fix build w/ newer leptonica

Closes: https://bugs.gentoo.org/814473
Signed-off-by: Sam James  gentoo.org>

 .../files/jbig2enc-0.29-leptonica-1.83.patch   | 81 ++
 ...big2enc-0.29.ebuild => jbig2enc-0.29-r1.ebuild} |  8 ++-
 2 files changed, 87 insertions(+), 2 deletions(-)

diff --git a/media-libs/jbig2enc/files/jbig2enc-0.29-leptonica-1.83.patch 
b/media-libs/jbig2enc/files/jbig2enc-0.29-leptonica-1.83.patch
new file mode 100644
index ..dfa43a6214af
--- /dev/null
+++ b/media-libs/jbig2enc/files/jbig2enc-0.29-leptonica-1.83.patch
@@ -0,0 +1,81 @@
+https://github.com/agl/jbig2enc/commit/a614bdb580d65653dbfe5c9925940797a065deac
+https://github.com/agl/jbig2enc/commit/d211d8c9c65fbc103594580484a3b7fa0249e160
+
+From a614bdb580d65653dbfe5c9925940797a065deac Mon Sep 17 00:00:00 2001
+From: Federico <19206300+qu...@users.noreply.github.com>
+Date: Sun, 8 Jan 2023 14:12:51 +0100
+Subject: [PATCH] Fix build with Leptonica >=1.83
+
+From leptonica 1.83 release notes:
+ * Use stdatomic.h to make cloning string safe. Remove all *GetRefcount() and 
*ChangeRefcount() accessors.
+ * Remove information about fields in many structs from the public interface 
allheaders.h, instead putting them in internal files pix_internal.h, 
array_internal.h and ccbord_internal.h.
+--- a/src/jbig2.cc
 b/src/jbig2.cc
+@@ -29,6 +29,9 @@
+ #endif
+ 
+ #include 
++#if (LIBLEPT_MAJOR_VERSION == 1 && LIBLEPT_MINOR_VERSION >= 83) || 
LIBLEPT_MAJOR_VERSION > 1
++#include "leptonica/pix_internal.h"
++#endif
+ 
+ #include "jbig2enc.h"
+ 
+--- a/src/jbig2enc.cc
 b/src/jbig2enc.cc
+@@ -24,6 +24,10 @@
+ #include 
+ 
+ #include 
++#if (LIBLEPT_MAJOR_VERSION == 1 && LIBLEPT_MINOR_VERSION >= 83) || 
LIBLEPT_MAJOR_VERSION > 1
++#include "leptonica/pix_internal.h"
++#include "leptonica/array_internal.h"
++#endif
+ 
+ #include 
+ #if defined(sun)
+@@ -206,7 +210,11 @@ unite_templates(struct jbig2ctx *ctx,
+ numaSetValue(ctx->classer->naclass, i, new_representant);
+   }
+ }
++#if (LIBLEPT_MAJOR_VERSION == 1 && LIBLEPT_MINOR_VERSION >= 83) || 
LIBLEPT_MAJOR_VERSION > 1
++ctx->classer->pixat->pix[new_representant]->refcount += 
ctx->classer->pixat->pix[second_template]->refcount;
++#else
+ 
pixChangeRefcount(ctx->classer->pixat->pix[new_representant],pixGetRefcount(ctx->classer->pixat->pix[second_template]));
++#endif
+   }
+   return 0;
+ }
+--- a/src/jbig2sym.cc
 b/src/jbig2sym.cc
+@@ -29,6 +29,10 @@
+ #include 
+ 
+ #include 
++#if (LIBLEPT_MAJOR_VERSION == 1 && LIBLEPT_MINOR_VERSION >= 83) || 
LIBLEPT_MAJOR_VERSION > 1
++#include "leptonica/pix_internal.h"
++#include "leptonica/array_internal.h"
++#endif
+ 
+ #include 
+ 
+
+From d211d8c9c65fbc103594580484a3b7fa0249e160 Mon Sep 17 00:00:00 2001
+From: Federico <19206300+qu...@users.noreply.github.com>
+Date: Sun, 8 Jan 2023 20:15:45 +0100
+Subject: [PATCH] Fix autotools with leptonica >= 1.83
+
+From leptonica 1.83 release notes:
+* Rename the autotools generated libraries from liblept to libleptonica
+--- a/configure.ac
 b/configure.ac
+@@ -73,7 +73,7 @@ AC_CONFIG_COMMANDS([libtool-rpath-patch],
+   fi],
+ [libtool_patch_use_rpath=$enable_rpath])
+ 
+-AC_CHECK_LIB([lept], [findFileFormatStream], [], [
++AC_CHECK_LIB([leptonica], [findFileFormatStream], [], [
+   echo "Error! Leptonica not detected."
+   exit -1
+   ])
+

diff --git a/media-libs/jbig2enc/jbig2enc-0.29.ebuild 
b/media-libs/jbig2enc/jbig2enc-0.29-r1.ebuild
similarity index 89%
rename from media-libs/jbig2enc/jbig2enc-0.29.ebuild
rename to media-libs/jbig2enc/jbig2enc-0.29-r1.ebuild
index fa9f4ee5a609..44791b8f43cf 100644
--- a/media-libs/jbig2enc/jbig2enc-0.29.ebuild
+++ b/media-libs/jbig2enc/jbig2enc-0.29-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
@@ -17,6 +17,10 @@ IUSE="gif jpeg png tiff webp"
 RDEPEND="media-libs/leptonica[gif?,jpeg?,png?,tiff?,webp?]"
 DEPEND="${RDEPEND}"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-leptonica-1.83.patch
+)
+
 src_prepare() {
default
 



[gentoo-commits] repo/proj/guru:dev commit in: app-backup/b2/

2023-03-08 Thread Anna Vyalkova
commit: f47258a370f943c04011da50c5cc7edcb7e21c29
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Mar  9 07:52:26 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Mar  9 07:52:26 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f47258a3

app-backup/b2: drop 3.0.3

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-backup/b2/Manifest|  1 -
 app-backup/b2/b2-3.0.3.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/app-backup/b2/Manifest b/app-backup/b2/Manifest
index 1c9c1877a..939d66585 100644
--- a/app-backup/b2/Manifest
+++ b/app-backup/b2/Manifest
@@ -1,2 +1 @@
-DIST b2-3.0.3.tar.gz 78692 BLAKE2B 
b216b40e7d3bb0a7b5564418ea463bf9e143a0f1a1408ebe2312869943e5bfbae175afa75aadbe203c05b71026f0fc8fa8f6031b7c3a636ba9b9b6017e2e17be
 SHA512 
61ef1dd1d406f04b50b0d8bb3df921127d996465d53f00dc4cf77d5b6e63ce15fdb9a2d1fc5d7d1c01e734c93fe3e4fe316ca43f420aa6c31f7e3d88e134b659
 DIST b2-3.4.0.tar.gz 86706 BLAKE2B 
2aa1f4934db0bcf8c1334a5def94fd74824a9ca19d293b201b29f8c4511e8d423fd77d71734c386aeb41e60747ea71d36d8c049676cf6fcd3e101354440da8cc
 SHA512 
5b0f411301f9b022c066ab3a1170d2ef3b21a76fe9c4e668d1da0cbd07334d11614f93d283e5c0482cb4f6985466d28b0fe59b4c058a87643218dd7a96857418

diff --git a/app-backup/b2/b2-3.0.3.ebuild b/app-backup/b2/b2-3.0.3.ebuild
deleted file mode 100644
index 7d0fd5735..0
--- a/app-backup/b2/b2-3.0.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1
-
-DESCRIPTION="Command-line tool for BackBlaze's B2 product"
-HOMEPAGE="https://github.com/Backblaze/B2_Command_Line_Tool;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.5.0-nameclash.patch"
-   "${FILESDIR}/${PN}-2.5.0-disable-pip-requirement-installs.patch"
-)
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   >=dev-python/arrow-0.8.0[${PYTHON_USEDEP}]
-   >=dev-python/b2sdk-1.12.0[${PYTHON_USEDEP}]
-   >=dev-python/docutils-0.16[${PYTHON_USEDEP}]
-   >=dev-python/phx-class-registry-3.0.5[${PYTHON_USEDEP}]
-   >=dev-python/rst2ansi-0.1.5[${PYTHON_USEDEP}]
-   ')
-   $(python_gen_cond_dep '
-   =dev-python/importlib_metadata-3.3.0[${PYTHON_USEDEP}]
-   ' pypy3 python3_8)
-"
-
-distutils_enable_tests pytest
-
-# - integration tests require an application key and id (which is # reasonable)
-# - sync tests require network access
-# - Per https://github.com/Backblaze/B2_Command_Line_Tool/issues/687 , the
-#   parse_millis test is broken due to an upstream issue
-python_test() {
-   epytest \
-   --deselect 
test/integration/test_b2_command_line.py::test_integration \
-   --deselect 
test/unit/test_console_tool.py::TestConsoleTool::test_sync_exclude_if_modified_after_exact
 \
-   --deselect 
test/unit/test_console_tool.py::TestConsoleTool::test_sync_exclude_if_modified_after_in_range
 \
-   --deselect 
test/unit/test_arg_parser.py::TestCustomArgTypes::test_parse_millis_from_float_timestamp
-}
-
-pkg_postinst() {
-   elog "The b2 executable has been renamed to backblaze2 in order to"
-   elog "avoid a name clash with b2 from boost-build"
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/

2023-03-08 Thread Anna Vyalkova
commit: 752d73bfbb8bfc9b199d0131815528d2e4dad2cf
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Mar  9 06:27:42 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Mar  9 07:46:04 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752d73bf

net-client/offpunk: add 1.9.1, drop 1.9

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 net-client/offpunk/Manifest | 2 +-
 net-client/offpunk/{offpunk-1.9.ebuild => offpunk-1.9.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index ce446f0a5..3da266abd 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
 DIST offpunk-1.8.tar.gz 210217 BLAKE2B 
574bb06700247be57e440ab9b45d5373831d28fd2eff16a28309759946dfe9046c01f0730cc83159a50a817e92f1bf4a9f05ede5f718c483274f0e204c2cd83a
 SHA512 
452c5707a3c0b7c935d5a4bd9e28606756a6dc395a18c12414fe077daa39c5128dca6a734f0dfaa7cdf2d5994a5bf3214c6788d706a9549c0ad0c1de3c6ca331
-DIST offpunk-1.9.tar.gz 210066 BLAKE2B 
e517e1109ef724c07c0d06eba085fadd4b9a08aa8d0d99aab20f32e7e4514d5892949bfcef2b874f98845aa8bc9f4b5d4db8279b75cfb8332b929f5460106154
 SHA512 
d9f5c41d6c64d867587c39206fb1df67e55fddb58b3d0213fe6ab275375fa74fb72b3898fb317382dd32645c1a61b7385254ea06e85bd5c13da1942644d93d4e
+DIST offpunk-1.9.1.tar.gz 210135 BLAKE2B 
ade7ec4e2bd51e1279ded8aa639884d489f35cbc7d6ec058db28f918c6de604be2185e0f8a5e8a45bb033f3918789eed6104a806b46ee8812d6f4dd9f32c0714
 SHA512 
8b61302490907673002cabead825f54859cb2aa0ea588cb59790c3926f8213ec5653756f392f847e753efa88c2eeba0f5dea696e71ef3210a009d3c9f37cd688

diff --git a/net-client/offpunk/offpunk-1.9.ebuild 
b/net-client/offpunk/offpunk-1.9.1.ebuild
similarity index 100%
rename from net-client/offpunk/offpunk-1.9.ebuild
rename to net-client/offpunk/offpunk-1.9.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-irc/irker/

2023-03-08 Thread Arthur Zamarin
commit: ffa9662702b65dc3a0cd6d77abcf05f97e90935e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 07:38:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:38:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa96627

net-irc/irker: Stabilize 2.23 ALLARCHES, #900449

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

 net-irc/irker/irker-2.23.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/irker/irker-2.23.ebuild b/net-irc/irker/irker-2.23.ebuild
index cdf11156b821..5eee7c8e9cf3 100644
--- a/net-irc/irker/irker-2.23.ebuild
+++ b/net-irc/irker/irker-2.23.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.catb.org/esr/${PN}/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Dependency notes:



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

2023-03-08 Thread Arthur Zamarin
commit: 8ba50d035e22b4e0d2ee4a1aa291ccd3ec83fe99
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 07:38:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba50d03

net-libs/libpcap: Stabilize 1.10.3 arm, #900445

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

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

diff --git a/net-libs/libpcap/libpcap-1.10.3.ebuild 
b/net-libs/libpcap/libpcap-1.10.3.ebuild
index 9bda8d87fb64..abd07e94dfba 100644
--- a/net-libs/libpcap/libpcap-1.10.3.ebuild
+++ b/net-libs/libpcap/libpcap-1.10.3.ebuild
@@ -18,7 +18,7 @@ else
SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz;
SRC_URI+=" verify-sig? ( 
https://www.tcpdump.org/release/${P}.tar.gz.sig )"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x86-solaris"
 fi
 
 LICENSE="BSD"



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

2023-03-08 Thread Arthur Zamarin
commit: 59c075aa6c8766e04abbe15184893da8219544a9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 07:38:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:38:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c075aa

app-admin/gkrellm: Stabilize 2.3.11-r4 arm, #900457

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

 app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
index a978bc39106d..82eb584092a0 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r4.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" ==  ]] ; then
EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git;
 else
SRC_URI="http://gkrellm.srcbox.net/releases/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 LICENSE="GPL-3+"
 SLOT="2"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/tcpdump/

2023-03-08 Thread Arthur Zamarin
commit: e9ae815f2855ce5dd832150e31cae1423833d1cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 07:38:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:38:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ae815f

net-analyzer/tcpdump: Stabilize 4.99.3 arm, #900451

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

 net-analyzer/tcpdump/tcpdump-4.99.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpdump/tcpdump-4.99.3.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.99.3.ebuild
index 8d03b876b291..3221076022ad 100644
--- a/net-analyzer/tcpdump/tcpdump-4.99.3.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.99.3.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz;
SRC_URI+=" verify-sig? ( 
https://www.tcpdump.org/release/${P}.tar.gz.sig )"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/

2023-03-08 Thread Arthur Zamarin
commit: 45a56752cda11db2c2358485ed0e466f7acea9cc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 07:38:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:38:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a56752

net-dns/dnscrypt-proxy: Stabilize 2.1.3 arm, #900455

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

 net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild
index cb37a3d211ee..423eae4ebd0b 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else

SRC_URI="https://github.com/DNSCrypt/dnscrypt-proxy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+   KEYWORDS="~amd64 arm ~arm64 ~ppc64 ~x86"
 fi
 
 LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"



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

2023-03-08 Thread Arthur Zamarin
commit: 7b0ec358a7c9e5459f592edfce10239a873edc42
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:17:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0ec358

games-emulation/m64py: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 games-emulation/m64py/m64py-0.2.5.ebuild   | 5 -
 games-emulation/m64py/m64py-0.2.5_p20211222.ebuild | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/games-emulation/m64py/m64py-0.2.5.ebuild 
b/games-emulation/m64py/m64py-0.2.5.ebuild
index 692e723d5d43..8038f2a4c122 100644
--- a/games-emulation/m64py/m64py-0.2.5.ebuild
+++ b/games-emulation/m64py/m64py-0.2.5.ebuild
@@ -8,7 +8,10 @@ PYTHON_COMPAT=( python3_9 )
 inherit distutils-r1 xdg-utils
 
 DESCRIPTION="A frontend for Mupen64Plus"
-HOMEPAGE="http://m64py.sourceforge.net/;
+HOMEPAGE="
+   https://m64py.sourceforge.net/
+   https://github.com/mupen64plus/mupen64plus-ui-python/
+"
 SRC_URI="https://downloads.sourceforge.net/project/m64py/${P}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3 public-domain GPL-2 BSD CC-BY-SA-3.0"

diff --git a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild 
b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
index d1f0c8dcc660..f2e428948905 100644
--- a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
+++ b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
@@ -13,7 +13,7 @@ MY_P=mupen64plus-ui-python-${EGIT_COMMIT}
 
 DESCRIPTION="A frontend for Mupen64Plus"
 HOMEPAGE="
-   http://m64py.sourceforge.net/
+   https://m64py.sourceforge.net/
https://github.com/mupen64plus/mupen64plus-ui-python/
 "
 SRC_URI="



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

2023-03-08 Thread Arthur Zamarin
commit: ad680fe0bf8c42a491e1521329b0993416e289bd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:12:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad680fe0

dev-python/pymountboot: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pymountboot/metadata.xml| 4 ++--
 dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pymountboot/metadata.xml 
b/dev-python/pymountboot/metadata.xml
index 6afeceba23ae..3af1939a291c 100644
--- a/dev-python/pymountboot/metadata.xml
+++ b/dev-python/pymountboot/metadata.xml
@@ -10,7 +10,7 @@
   mgo...@gentoo.org
   Michał Górny
 
-https://github.com/mgorny/pymountboot/issues/
-mgorny/pymountboot
+https://github.com/projg2/pymountboot/issues/
+projg2/pymountboot
   
 

diff --git a/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild 
b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
index cf4345c9068d..d231773799fe 100644
--- a/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
+++ b/dev-python/pymountboot/pymountboot-0.2.3-r1.ebuild
@@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python extension module to (re)mount /boot"
-HOMEPAGE="https://github.com/mgorny/pymountboot/;
+HOMEPAGE="https://github.com/projg2/pymountboot/;
 SRC_URI="
-   https://github.com/mgorny/pymountboot/archive/v${PV}.tar.gz
+   https://github.com/projg2/pymountboot/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
 LICENSE="BSD"



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

2023-03-08 Thread Arthur Zamarin
commit: 45b724924c5aff443422122be2649f07d3b141e0
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:18:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b72492

net-misc/autoupnp: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29960
Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/autoupnp/autoupnp-0.4.7.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/autoupnp/autoupnp-0.4.7.ebuild 
b/net-misc/autoupnp/autoupnp-0.4.7.ebuild
index c418eecc98a7..787951d2ea25 100644
--- a/net-misc/autoupnp/autoupnp-0.4.7.ebuild
+++ b/net-misc/autoupnp/autoupnp-0.4.7.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="Automatic open port forwarder using UPnP"
-HOMEPAGE="https://github.com/mgorny/autoupnp/;
-SRC_URI="https://github.com/mgorny/autoupnp/releases/download/v${PV}/${P}.tar.bz2;
+HOMEPAGE="https://github.com/projg2/autoupnp/;
+SRC_URI="https://github.com/projg2/autoupnp/releases/download/v${PV}/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"



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

2023-03-08 Thread Arthur Zamarin
commit: ed0ed176687d15da88899236f4af91ed8f4f51dd
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:10:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0ed176

app-misc/votrify: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/votrify/metadata.xml| 2 +-
 app-misc/votrify/votrify-5-r1.ebuild | 4 ++--
 app-misc/votrify/votrify-5.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-misc/votrify/metadata.xml b/app-misc/votrify/metadata.xml
index cb57e8bc4008..f1f74f15305a 100644
--- a/app-misc/votrify/metadata.xml
+++ b/app-misc/votrify/metadata.xml
@@ -7,6 +7,6 @@



-   mgorny/votrify
+   projg2/votrify

 

diff --git a/app-misc/votrify/votrify-5-r1.ebuild 
b/app-misc/votrify/votrify-5-r1.ebuild
index 2128726838ff..3b1e35ab8a2a 100644
--- a/app-misc/votrify/votrify-5-r1.ebuild
+++ b/app-misc/votrify/votrify-5-r1.ebuild
@@ -8,9 +8,9 @@ PYTHON_COMPAT=( python3_{9..11} )
 inherit python-single-r1
 
 DESCRIPTION="Tool for community verification of Gentoo elections"
-HOMEPAGE="https://github.com/mgorny/votrify/;
+HOMEPAGE="https://github.com/projg2/votrify/;
 SRC_URI="
-   https://github.com/mgorny/votrify/archive/v${PV}.tar.gz
+   https://github.com/projg2/votrify/archive/v${PV}.tar.gz
-> ${P}.tar.gz
 "
 

diff --git a/app-misc/votrify/votrify-5.ebuild 
b/app-misc/votrify/votrify-5.ebuild
index 279c9bc6b841..673bbaad1dc5 100644
--- a/app-misc/votrify/votrify-5.ebuild
+++ b/app-misc/votrify/votrify-5.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python3_9 )
 inherit python-single-r1
 
 DESCRIPTION="Tool for community verification of Gentoo elections"
-HOMEPAGE="https://github.com/mgorny/votrify;
-SRC_URI="https://github.com/mgorny/votrify/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/projg2/votrify;
+SRC_URI="https://github.com/projg2/votrify/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"



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

2023-03-08 Thread Arthur Zamarin
commit: 828a0bf05b5a701fb113dffced26a40473f0dd30
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:05:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828a0bf0

app-crypt/glep63-check: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-crypt/glep63-check/glep63-check-10.ebuild | 4 ++--
 app-crypt/glep63-check/glep63-check-11.ebuild | 4 ++--
 app-crypt/glep63-check/metadata.xml   | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-crypt/glep63-check/glep63-check-10.ebuild 
b/app-crypt/glep63-check/glep63-check-10.ebuild
index 22fdbc524b63..930674a97cc8 100644
--- a/app-crypt/glep63-check/glep63-check-10.ebuild
+++ b/app-crypt/glep63-check/glep63-check-10.ebuild
@@ -9,9 +9,9 @@ DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1
 
 DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
-HOMEPAGE="https://github.com/mgorny/glep63-check/;
+HOMEPAGE="https://github.com/projg2/glep63-check/;
 SRC_URI="
-   https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz
+   https://github.com/projg2/glep63-check/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"

diff --git a/app-crypt/glep63-check/glep63-check-11.ebuild 
b/app-crypt/glep63-check/glep63-check-11.ebuild
index 512ac29425fa..634b94e0c1c4 100644
--- a/app-crypt/glep63-check/glep63-check-11.ebuild
+++ b/app-crypt/glep63-check/glep63-check-11.ebuild
@@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="GLEP 63 compliance checker for OpenPGP keys"
-HOMEPAGE="https://github.com/mgorny/glep63-check/;
+HOMEPAGE="https://github.com/projg2/glep63-check/;
 SRC_URI="
-   https://github.com/mgorny/glep63-check/archive/v${PV}.tar.gz
+   https://github.com/projg2/glep63-check/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
 LICENSE="BSD-2"

diff --git a/app-crypt/glep63-check/metadata.xml 
b/app-crypt/glep63-check/metadata.xml
index f9e2668ce048..2965f529ee3b 100644
--- a/app-crypt/glep63-check/metadata.xml
+++ b/app-crypt/glep63-check/metadata.xml
@@ -11,7 +11,7 @@
mgo...@gentoo.org
Michał Górny

-   
https://github.com/mgorny/glep63-check/issues/
-   mgorny/glep63-check
+   
https://github.com/projg2/glep63-check/issues/
+   projg2/glep63-check

 



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

2023-03-08 Thread Arthur Zamarin
commit: 3ff803f288b2d2385e9f1a6143a10f4c83dc3051
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:13:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff803f2

dev-util/shadowman: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-util/shadowman/metadata.xml   | 2 +-
 dev-util/shadowman/shadowman-3.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/shadowman/metadata.xml b/dev-util/shadowman/metadata.xml
index 9ea869089df9..6564b821d855 100644
--- a/dev-util/shadowman/metadata.xml
+++ b/dev-util/shadowman/metadata.xml
@@ -6,6 +6,6 @@
Michał Górny


-   mgorny/shadowman
+   projg2/shadowman

 

diff --git a/dev-util/shadowman/shadowman-3.ebuild 
b/dev-util/shadowman/shadowman-3.ebuild
index 726b5ca3aef4..8cf0a250d137 100644
--- a/dev-util/shadowman/shadowman-3.ebuild
+++ b/dev-util/shadowman/shadowman-3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="Unified compiler shadow link directory updater"
-HOMEPAGE="https://github.com/mgorny/shadowman;
-SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+HOMEPAGE="https://github.com/projg2/shadowman;
+SRC_URI="https://github.com/projg2/shadowman/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/unittest-or-fail/

2023-03-08 Thread Arthur Zamarin
commit: 32e53f1c98f2af02db173e49fbb92ac9aa79875c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:13:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e53f1c

dev-python/unittest-or-fail: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/unittest-or-fail/metadata.xml  | 2 +-
 dev-python/unittest-or-fail/unittest-or-fail-2.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/unittest-or-fail/metadata.xml 
b/dev-python/unittest-or-fail/metadata.xml
index 662f8d0104c2..ea822a7564ad 100644
--- a/dev-python/unittest-or-fail/metadata.xml
+++ b/dev-python/unittest-or-fail/metadata.xml
@@ -11,6 +11,6 @@



-   mgorny/unittest-or-fail
+   projg2/unittest-or-fail

 

diff --git a/dev-python/unittest-or-fail/unittest-or-fail-2.ebuild 
b/dev-python/unittest-or-fail/unittest-or-fail-2.ebuild
index 836c19f34702..1887c7ff8366 100644
--- a/dev-python/unittest-or-fail/unittest-or-fail-2.ebuild
+++ b/dev-python/unittest-or-fail/unittest-or-fail-2.ebuild
@@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Run unittests or fail if no tests were found"
-HOMEPAGE="https://github.com/mgorny/unittest-or-fail/;
+HOMEPAGE="https://github.com/projg2/unittest-or-fail/;
 SRC_URI="
-   https://github.com/mgorny/unittest-or-fail/archive/v${PV}.tar.gz
+   https://github.com/projg2/unittest-or-fail/archive/v${PV}.tar.gz
-> ${P}.tar.gz
 "
 



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

2023-03-08 Thread Arthur Zamarin
commit: 47ac9a30422b453e6cf6a13ac3b3c2c54549027a
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:11:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ac9a30

dev-python/pyh2o: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyh2o/metadata.xml  | 4 ++--
 dev-python/pyh2o/pyh2o-1-r1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyh2o/metadata.xml b/dev-python/pyh2o/metadata.xml
index 5ffe7a9cc626..c569b84fd6d0 100644
--- a/dev-python/pyh2o/metadata.xml
+++ b/dev-python/pyh2o/metadata.xml
@@ -10,8 +10,8 @@
mgo...@gentoo.org
Michał Górny

-   https://github.com/mgorny/pyh2o/issues/
-   mgorny/pyh2o
+   https://github.com/projg2/pyh2o/issues/
+   projg2/pyh2o
pyh2o

 

diff --git a/dev-python/pyh2o/pyh2o-1-r1.ebuild 
b/dev-python/pyh2o/pyh2o-1-r1.ebuild
index 0797772c060c..f5a399f4401d 100644
--- a/dev-python/pyh2o/pyh2o-1-r1.ebuild
+++ b/dev-python/pyh2o/pyh2o-1-r1.ebuild
@@ -9,9 +9,9 @@ PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python API for sci-libs/libh2o"
-HOMEPAGE="https://github.com/mgorny/pyh2o/;
+HOMEPAGE="https://github.com/projg2/pyh2o/;
 SRC_URI="
-   https://github.com/mgorny/pyh2o/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://github.com/projg2/pyh2o/archive/v${PV}.tar.gz -> ${P}.tar.gz
 "
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: app-doc/eclass-manpages/

2023-03-08 Thread Arthur Zamarin
commit: 5b8478a9fff321ae636b8672a880bd2ed3d9f476
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:09:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8478a9

app-doc/eclass-manpages: update HOMEPAGE, update remote-id

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-doc/eclass-manpages/eclass-manpages-20220824.ebuild | 6 +++---
 app-doc/eclass-manpages/eclass-manpages-20220925.ebuild | 6 +++---
 app-doc/eclass-manpages/eclass-manpages-20230110.ebuild | 4 ++--
 app-doc/eclass-manpages/eclass-manpages-20230222.ebuild | 4 ++--
 app-doc/eclass-manpages/eclass-manpages-.ebuild | 8 
 app-doc/eclass-manpages/metadata.xml| 3 +++
 6 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/app-doc/eclass-manpages/eclass-manpages-20220824.ebuild 
b/app-doc/eclass-manpages/eclass-manpages-20220824.ebuild
index e4b5e442181a..ab672a12df02 100644
--- a/app-doc/eclass-manpages/eclass-manpages-20220824.ebuild
+++ b/app-doc/eclass-manpages/eclass-manpages-20220824.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 # Instructions to make a dist tarball:
-# git clone https://github.com/mgorny/eclass-to-manpage.git
+# git clone https://github.com/projg2/eclass-to-manpage.git
 # cd eclass-to-manpage
 # make dist ECLASSDIR=~/g/eclass/
 
 DESCRIPTION="Collection of Gentoo eclass manpages"
-HOMEPAGE="https://github.com/mgorny/eclass-to-manpage;
+HOMEPAGE="https://github.com/projg2/eclass-to-manpage;
 SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"

diff --git a/app-doc/eclass-manpages/eclass-manpages-20220925.ebuild 
b/app-doc/eclass-manpages/eclass-manpages-20220925.ebuild
index e4b5e442181a..ab672a12df02 100644
--- a/app-doc/eclass-manpages/eclass-manpages-20220925.ebuild
+++ b/app-doc/eclass-manpages/eclass-manpages-20220925.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 # Instructions to make a dist tarball:
-# git clone https://github.com/mgorny/eclass-to-manpage.git
+# git clone https://github.com/projg2/eclass-to-manpage.git
 # cd eclass-to-manpage
 # make dist ECLASSDIR=~/g/eclass/
 
 DESCRIPTION="Collection of Gentoo eclass manpages"
-HOMEPAGE="https://github.com/mgorny/eclass-to-manpage;
+HOMEPAGE="https://github.com/projg2/eclass-to-manpage;
 SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"

diff --git a/app-doc/eclass-manpages/eclass-manpages-20230110.ebuild 
b/app-doc/eclass-manpages/eclass-manpages-20230110.ebuild
index fde0dc4d02a3..ab672a12df02 100644
--- a/app-doc/eclass-manpages/eclass-manpages-20230110.ebuild
+++ b/app-doc/eclass-manpages/eclass-manpages-20230110.ebuild
@@ -4,12 +4,12 @@
 EAPI=8
 
 # Instructions to make a dist tarball:
-# git clone https://github.com/mgorny/eclass-to-manpage.git
+# git clone https://github.com/projg2/eclass-to-manpage.git
 # cd eclass-to-manpage
 # make dist ECLASSDIR=~/g/eclass/
 
 DESCRIPTION="Collection of Gentoo eclass manpages"
-HOMEPAGE="https://github.com/mgorny/eclass-to-manpage;
+HOMEPAGE="https://github.com/projg2/eclass-to-manpage;
 SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"

diff --git a/app-doc/eclass-manpages/eclass-manpages-20230222.ebuild 
b/app-doc/eclass-manpages/eclass-manpages-20230222.ebuild
index fde0dc4d02a3..ab672a12df02 100644
--- a/app-doc/eclass-manpages/eclass-manpages-20230222.ebuild
+++ b/app-doc/eclass-manpages/eclass-manpages-20230222.ebuild
@@ -4,12 +4,12 @@
 EAPI=8
 
 # Instructions to make a dist tarball:
-# git clone https://github.com/mgorny/eclass-to-manpage.git
+# git clone https://github.com/projg2/eclass-to-manpage.git
 # cd eclass-to-manpage
 # make dist ECLASSDIR=~/g/eclass/
 
 DESCRIPTION="Collection of Gentoo eclass manpages"
-HOMEPAGE="https://github.com/mgorny/eclass-to-manpage;
+HOMEPAGE="https://github.com/projg2/eclass-to-manpage;
 SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz;
 
 LICENSE="GPL-2"

diff --git a/app-doc/eclass-manpages/eclass-manpages-.ebuild 
b/app-doc/eclass-manpages/eclass-manpages-.ebuild
index d8ff66c9b36b..2a553378b663 100644
--- a/app-doc/eclass-manpages/eclass-manpages-.ebuild
+++ b/app-doc/eclass-manpages/eclass-manpages-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 inherit git-r3
 
 DESCRIPTION="Collection of Gentoo eclass manpages"

[gentoo-commits] repo/gentoo:master commit in: app-admin/gentoo-retirement-scripts/

2023-03-08 Thread Arthur Zamarin
commit: 527bda579634a33061cf3064efdd22924770ec93
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Mar  6 17:03:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:35:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527bda57

app-admin/gentoo-retirement-scripts: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../gentoo-retirement-scripts/gentoo-retirement-scripts-2.ebuild  | 4 ++--
 app-admin/gentoo-retirement-scripts/metadata.xml  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/app-admin/gentoo-retirement-scripts/gentoo-retirement-scripts-2.ebuild 
b/app-admin/gentoo-retirement-scripts/gentoo-retirement-scripts-2.ebuild
index e3db23f19753..02746bc07a02 100644
--- a/app-admin/gentoo-retirement-scripts/gentoo-retirement-scripts-2.ebuild
+++ b/app-admin/gentoo-retirement-scripts/gentoo-retirement-scripts-2.ebuild
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{9..11} )
 inherit python-single-r1
 
 DESCRIPTION="Scripts to help retiring Gentoo developers"
-HOMEPAGE="https://github.com/mgorny/gentoo-retirement-scripts/;
+HOMEPAGE="https://github.com/projg2/gentoo-retirement-scripts/;
 SRC_URI="
-   
https://github.com/mgorny/gentoo-retirement-scripts/archive/v${PV}.tar.gz
+   
https://github.com/projg2/gentoo-retirement-scripts/archive/v${PV}.tar.gz
-> ${P}.tar.gz
 "
 

diff --git a/app-admin/gentoo-retirement-scripts/metadata.xml 
b/app-admin/gentoo-retirement-scripts/metadata.xml
index cb977a6e9e38..dc66dd35208c 100644
--- a/app-admin/gentoo-retirement-scripts/metadata.xml
+++ b/app-admin/gentoo-retirement-scripts/metadata.xml
@@ -7,6 +7,6 @@



-   mgorny/gentoo-retirement-scripts
+   projg2/gentoo-retirement-scripts

 



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

2023-03-08 Thread Arthur Zamarin
commit: 3edf8adff3ae1c847fbf311e41df4b2785338e75
Author: Aisha Tammy  bsd  ac>
AuthorDate: Fri Feb 24 23:04:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 07:33:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edf8adf

dev-python/pywayland: move wayland-protocols to DEPEND only

Signed-off-by: Aisha Tammy  bsd.ac>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pywayland/pywayland-0.4.15.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/pywayland/pywayland-0.4.15.ebuild 
b/dev-python/pywayland/pywayland-0.4.15.ebuild
index c1721c9e0303..808a7563b3e8 100644
--- a/dev-python/pywayland/pywayland-0.4.15.ebuild
+++ b/dev-python/pywayland/pywayland-0.4.15.ebuild
@@ -26,9 +26,10 @@ RDEPEND="
dev-libs/wayland
virtual/python-cffi[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
-BDEPEND="dev-libs/wayland-protocols
-   dev-util/wayland-scanner"
+DEPEND="${RDEPEND}
+   dev-libs/wayland-protocols
+"
+BDEPEND="dev-util/wayland-scanner"
 
 distutils_enable_tests pytest
 



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

2023-03-08 Thread Miroslav Šulc
commit: b2c18dc8f9d49581fb16f020f8ff86ba32257edd
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Mar  9 07:24:47 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar  9 07:24:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2c18dc8

media-sound/amsynth: dropped obsolete 1.13.1

Bug: https://bugs.gentoo.org/84
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/amsynth/Manifest  |  1 -
 media-sound/amsynth/amsynth-1.13.1.ebuild | 64 ---
 2 files changed, 65 deletions(-)

diff --git a/media-sound/amsynth/Manifest b/media-sound/amsynth/Manifest
index 444e3938b77c..f0434e40ebad 100644
--- a/media-sound/amsynth/Manifest
+++ b/media-sound/amsynth/Manifest
@@ -1,2 +1 @@
-DIST amsynth-1.13.1.tar.gz 846485 BLAKE2B 
32dc7f50a2f5fd7c937c22728fc028f0892f1b76fe613a5fd5025c9c2afe73118e2f661d77668ca3faab691f95ad6c997b7b14b9600f2ca12470c022e4f03860
 SHA512 
2420edd1c0926c45e86bedc4200b4e39a919e34afc202f0b8c60b172c4f9da5c073305dde006b9e6915ad054c0cfcf259952fa2b8f035378cc04af7fd1bf5c73
 DIST amsynth-1.13.2.tar.gz 1621330 BLAKE2B 
04f0b81e0a63f4f0bbd6b1dbc92c9ae638a46ad5e5b0bbaaf99cd7cf53761e3a599e6c15f303ea509e53e5aaf8d9040e17e783c8111abdf4fa4837dcd50092d1
 SHA512 
b93949d3be3c484a27534bd515b12a460aa07d353635b09ecee0e731bf27025b4bf4684e2968cf3a7887c765e1ad80a912fd86582c6f028738fa60df82a40f86

diff --git a/media-sound/amsynth/amsynth-1.13.1.ebuild 
b/media-sound/amsynth/amsynth-1.13.1.ebuild
deleted file mode 100644
index cfa69f0933f4..
--- a/media-sound/amsynth/amsynth-1.13.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg
-
-DESCRIPTION="Virtual analogue synthesizer"
-HOMEPAGE="https://github.com/amsynth/amsynth;
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/release-${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa dssi gtk jack lash lv2 nsm oss vst"
-
-REQUIRED_USE="dssi? ( gtk ) lv2? ( gtk ) vst? ( gtk )"
-
-BDEPEND="
-   dev-util/intltool
-   virtual/pkgconfig
-"
-RDEPEND="
-   alsa? (
-   media-libs/alsa-lib:=
-   media-sound/alsa-utils
-   )
-   dssi? (
-   media-libs/dssi:=
-   media-libs/liblo:=
-   )
-   gtk? (
-   x11-libs/gtk+:2
-   x11-libs/libX11
-   )
-   jack? ( virtual/jack )
-   lash? ( media-sound/lash )
-   lv2? ( media-libs/lv2 )
-"
-DEPEND="${RDEPEND}
-   oss? ( virtual/os-headers )
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.12.2-metadata.patch"
-)
-
-src_prepare() {
-   default
-   ! use gtk && eapply "${FILESDIR}/${PN}-1.12.2-x11.patch"
-}
-
-src_configure() {
-   econf \
-   $(use_with alsa) \
-   $(use_with dssi) \
-   $(use_with gtk gui) \
-   $(use_with jack) \
-   $(use_with lash) \
-   $(use_with lv2) \
-   $(use_with nsm) \
-   $(use_with oss) \
-   $(use_with vst)
-}



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

2023-03-08 Thread Miroslav Šulc
commit: 04143a56356ebada359d5cf5ea91213543bd0412
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Mar  9 07:23:19 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar  9 07:23:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04143a56

media-sound/strawberry: dropped obsolete 1.0.12 & 1.0.13

Bug: https://bugs.gentoo.org/899266
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/strawberry/Manifest |   2 -
 media-sound/strawberry/strawberry-1.0.12.ebuild | 120 
 media-sound/strawberry/strawberry-1.0.13.ebuild | 120 
 3 files changed, 242 deletions(-)

diff --git a/media-sound/strawberry/Manifest b/media-sound/strawberry/Manifest
index 46e75b5d7a5e..165645844095 100644
--- a/media-sound/strawberry/Manifest
+++ b/media-sound/strawberry/Manifest
@@ -1,4 +1,2 @@
-DIST strawberry-1.0.12.tar.xz 11231600 BLAKE2B 
7c65d3f0a7418bd4e4ec2d5032406457066f3402efd9f2632f378c15d0c549ab516a8d09dd6d31e2e5723af36d1481614a2b355404596f2384db397ce52495ca
 SHA512 
f29d9d59576788cfb5521a4394dd16501a6dc277c70ebff3629dc891ae70baaebc98ec07f4eda281ac5ebc6c8693c35a5a6611e014d27850beaf20125601e5ce
-DIST strawberry-1.0.13.tar.xz 11232884 BLAKE2B 
f2762a280ca00d080836f2d9a201161588119f26c59bdc6d5a9fd2bfc98d8dc64110e675fb8860cecd44a1406e0b869b14793644a8cfd01316b7ec823489efd6
 SHA512 
b870252a3abcc6accfc7b9b52563573f42fb65d8322880bcd6558a083d8e12da043e5967165dcdc4714800ce283e837c68cbf3a61a5c018a4978c7b7b5b39bff
 DIST strawberry-1.0.14.tar.xz 11234760 BLAKE2B 
2dc0d1cee93ffa130da403c986c147f5d3eb59689079a0450183edc53947f7472ea5ff69c57c8ce971f03e89896d06c51bf22bcf57f97adb97067c8a35cf0e15
 SHA512 
bf667cb93b8f0ffdb8dc625df821bc4355e3845629ff25ed57d7999e19072edffab05f27dbea90adf0bb9a9cbe478856a292a1a6f7ed2c5f37442548699a4c02
 DIST strawberry-1.0.15.tar.xz 11230148 BLAKE2B 
a6ee4dac23dc3c4707a6b31f39bd794975e2c8aeab438419cf2972a1a7f3b9bf54837550db542e2c19bcf08346b04ec9d952e84529865e067c5e7df0a9e0189d
 SHA512 
074b3da1dea22e1e21fcb1039d77e9edf898953ff0a16b28d4ad36052b454e669a4a92e988f1091e7987104149764e411ca68bd95b5f1e18f3e744d2c7dd3625

diff --git a/media-sound/strawberry/strawberry-1.0.12.ebuild 
b/media-sound/strawberry/strawberry-1.0.12.ebuild
deleted file mode 100644
index 13770970ff46..
--- a/media-sound/strawberry/strawberry-1.0.12.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic plocale xdg
-
-PLOCALES="ca cs de es es_AR es_ES es_MX fi fr hu id it ja ko nb nl pl pt_BR ru 
sv uk zh_CN"
-
-DESCRIPTION="Modern music player and library organizer based on Clementine and 
Qt"
-HOMEPAGE="https://www.strawberrymusicplayer.org/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/strawberrymusicplayer/strawberry;
-   inherit git-r3
-else
-   
SRC_URI="https://github.com/strawberrymusicplayer/strawberry/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 ~ppc64 x86"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="cdda debug +gstreamer ipod moodbar mtp pulseaudio +udisks vlc"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-COMMON_DEPEND="
-   dev-db/sqlite:=
-   dev-libs/glib:2
-   dev-libs/protobuf:=
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5[ssl]
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   media-libs/alsa-lib
-   media-libs/taglib
-   x11-libs/libX11
-   cdda? ( dev-libs/libcdio:= )
-   gstreamer? (
-   media-libs/chromaprint:=
-   media-libs/gstreamer:1.0
-   media-libs/gst-plugins-base:1.0
-   )
-   ipod? ( media-libs/libgpod )
-   moodbar? ( sci-libs/fftw:3.0 )
-   mtp? ( media-libs/libmtp )
-   pulseaudio? ( media-sound/pulseaudio )
-   vlc? ( media-video/vlc )
-"
-# Note: sqlite driver of dev-qt/qtsql is bundled, so no sqlite use is 
required; check if this can be overcome someway;
-RDEPEND="${COMMON_DEPEND}
-   gstreamer? (
-   media-plugins/gst-plugins-meta:1.0
-   media-plugins/gst-plugins-soup:1.0
-   media-plugins/gst-plugins-taglib:1.0
-   )
-   mtp? ( gnome-base/gvfs[mtp] )
-   udisks? ( sys-fs/udisks:2 )
-"
-DEPEND="${COMMON_DEPEND}
-   dev-cpp/gtest
-   dev-libs/boost
-   dev-qt/qttest:5
-"
-
-DOCS=( Changelog README.md )
-
-REQUIRED_USE="
-   cdda? ( gstreamer )
-   || ( gstreamer vlc )
-"
-
-src_prepare() {
-   plocale_find_changes "src/translations" "" ".po"
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   # spotify is not in portage
-   local mycmakeargs=(
-   -DBUILD_WERROR=OFF
-   # avoid automagically enabling of ccache (bug #611010)
-   

[gentoo-commits] repo/gentoo:master commit in: dev-java/hamcrest/

2023-03-08 Thread Miroslav Šulc
commit: b5713c9fe93adc3c2b1469f2cff419cae278cbb7
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Mar  8 17:27:30 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar  9 07:07:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5713c9f

dev-java/hamcrest: add JAVA_AUTOMATIC_MODULE_NAME

Newer versions of dev-java/assertj-core would complain they cannot find
that module.

Also removes src_install() since https://bugs.gentoo.org/789582 is
solved.

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/29997
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../{hamcrest-2.2.ebuild => hamcrest-2.2-r1.ebuild}  | 16 
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/dev-java/hamcrest/hamcrest-2.2.ebuild 
b/dev-java/hamcrest/hamcrest-2.2-r1.ebuild
similarity index 66%
rename from dev-java/hamcrest/hamcrest-2.2.ebuild
rename to dev-java/hamcrest/hamcrest-2.2-r1.ebuild
index 8660d4f26194..401f297eddd3 100644
--- a/dev-java/hamcrest/hamcrest-2.2.ebuild
+++ b/dev-java/hamcrest/hamcrest-2.2-r1.ebuild
@@ -1,9 +1,6 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom hamcrest-2.2.pom 
--download-uri https://github.com/hamcrest/JavaHamcrest/archive/v2.2.tar.gz 
--slot 0 --keywords "~amd64" --ebuild hamcrest-2.2.ebuild
-
 EAPI=8
 
 JAVA_PKG_IUSE="doc source test"
@@ -13,8 +10,9 @@ JAVA_TESTING_FRAMEWORKS="junit-4"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Core API and libraries of hamcrest matcher framework."
-HOMEPAGE="http://hamcrest.org/JavaHamcrest/;
+HOMEPAGE="https://hamcrest.org/JavaHamcrest/;
 SRC_URI="https://github.com/${PN}/JavaHamcrest/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/JavaHamcrest-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
@@ -32,8 +30,7 @@ PATCHES=( "${FILESDIR}"/hamcrest-2.2-java-11.patch )
 
 DOCS=( {CHANGES,README}.md )
 
-S="${WORKDIR}/JavaHamcrest-${PV}"
-
+JAVA_AUTOMATIC_MODULE_NAME="org.hamcrest"
 JAVA_SRC_DIR="hamcrest/src/main/java"
 JAVA_TEST_GENTOO_CLASSPATH="junit-4"
 JAVA_TEST_SRC_DIR="hamcrest/src/test/java"
@@ -42,8 +39,3 @@ src_prepare() {
default
java-pkg-2_src_prepare
 }
-
-src_install() {
-   default # https://bugs.gentoo.org/789582
-   java-pkg-simple_src_install
-}



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/nvidia-vaapi-driver/, media-libs/nvidia-vaapi-driver/files/

2023-03-08 Thread Denis Reva
commit: 86deaed7cb58cbd61c1aea5c0b04e5729905c8b2
Author: Denis Reva  gmail  com>
AuthorDate: Thu Mar  9 07:10:27 2023 +
Commit: Denis Reva  gmail  com>
CommitDate: Thu Mar  9 07:10:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86deaed7

media-libs/nvidia-vaapi-driver: changed installation directory to proper ones

used patch from tatsh-overlay

https://github.com/Tatsh/tatsh-overlay/tree/master/media-plugins/nvidia-vaapi-driver
Signed-off-by: Denis Reva  gmail.com>

 .../nvidia-vaapi-driver-0.0.8-install-path.patch   | 25 ++
 ebuild => nvidia-vaapi-driver-0.0.8-r1.ebuild} |  3 +++
 2 files changed, 28 insertions(+)

diff --git 
a/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.8-install-path.patch
 
b/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.8-install-path.patch
new file mode 100644
index 0..ee6aabad8
--- /dev/null
+++ 
b/media-libs/nvidia-vaapi-driver/files/nvidia-vaapi-driver-0.0.8-install-path.patch
@@ -0,0 +1,25 @@
+From e0831828a438003f8a86b5d2b4026c1cb8f48efe Mon Sep 17 00:00:00 2001
+From: Andrew Udvare 
+Date: Tue, 25 Jan 2022 23:19:21 -0500
+Subject: [PATCH] Set correct install path
+
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 9d9fc84..e31c36b 100644
+--- a/meson.build
 b/meson.build
+@@ -47,7 +47,7 @@ shared_library(
+ dl_dep,
+ ],
+ install: true,
+-install_dir: get_option('libdir') / 'dri',
++install_dir: get_option('libdir') / 'va' / 'drivers',
+ gnu_symbol_visibility: 'hidden',
+ )
+ 
+-- 
+2.35.0
+

diff --git a/media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8.ebuild 
b/media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8-r1.ebuild
similarity index 93%
rename from media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8.ebuild
rename to media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8-r1.ebuild
index 3b2be0640..d9a47a96f 100644
--- a/media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8.ebuild
+++ b/media-libs/nvidia-vaapi-driver/nvidia-vaapi-driver-0.0.8-r1.ebuild
@@ -22,6 +22,9 @@ RDEPEND="x11-drivers/nvidia-drivers
media-libs/libva"
 BDEPEND="dev-util/meson"
 
+PATCHES=( "${FILESDIR}/${PN}-0.0.8-install-path.patch" )
+
+
 pkg_postinst() {
ewarn "This library requires special configuration! See "
ewarn "${HOMEPAGE}"



[gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/files/, media-sound/guitarix/

2023-03-08 Thread Miroslav Šulc
commit: b93c51bc46ea5ab203444b0b90dce8d6801a1537
Author: Alexander Tsoy  tsoy  me>
AuthorDate: Sun Mar  5 20:00:10 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar  9 07:06:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93c51bc

media-sound/guitarix: EAPI 8 and py3.11

Also switch to github repo. SourceForge repo is outdated.

Closes: https://bugs.gentoo.org/897030
Signed-off-by: Alexander Tsoy  tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/29944
Signed-off-by: Miroslav Šulc  gentoo.org>

 .../guitarix/files/guitarix-0.41.0-py3.11.patch| 26 ++
 media-sound/guitarix/guitarix-0.44.1.ebuild|  9 
 media-sound/guitarix/guitarix-.ebuild  |  8 +++
 media-sound/guitarix/metadata.xml  |  3 +++
 4 files changed, 36 insertions(+), 10 deletions(-)

diff --git a/media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch 
b/media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch
new file mode 100644
index ..34a8bc68c824
--- /dev/null
+++ b/media-sound/guitarix/files/guitarix-0.41.0-py3.11.patch
@@ -0,0 +1,26 @@
+From 39d7c21c4173eb0f121b1bbff439d9cf43331a00 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= 
+Date: Wed, 11 Jan 2023 18:55:36 -0500
+Subject: [PATCH] waf: python 3.11 removed the 'U' open mode
+
+Python3 deprecated it already by making this the default behaviour.
+---
+ trunk/wscript | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/trunk/wscript b/trunk/wscript
+index 947fd3d1..3f1f5cf3 100644
+--- a/wscript
 b/wscript
+@@ -537,7 +537,7 @@ def sub_file(task):
+ dst_fname = task.outputs[0].abspath()
+ lst = task.generator.sub_list
+ 
+-with open(src_fname, 'rU') as f:
++with open(src_fname, 'r') as f:
+ txt = f.read()
+ for (key, val) in lst:
+ re_pat = re.compile(key, re.M)
+-- 
+2.39.2
+

diff --git a/media-sound/guitarix/guitarix-0.44.1.ebuild 
b/media-sound/guitarix/guitarix-0.44.1.ebuild
index 05d31784013b..04e6a893b200 100644
--- a/media-sound/guitarix/guitarix-0.44.1.ebuild
+++ b/media-sound/guitarix/guitarix-0.44.1.ebuild
@@ -1,18 +1,16 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE='threads(+)'
 
 inherit python-any-r1 waf-utils xdg
 
-MY_P="${PN}2-${PV}"
-
 DESCRIPTION="Virtual guitar amplifier for Linux"
 HOMEPAGE="https://guitarix.org/;
-SRC_URI="mirror://sourceforge/guitarix/guitarix/${MY_P}.tar.xz"
+SRC_URI="https://github.com/brummer10/${PN}/releases/download/V${PV}/guitarix2-${PV}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -65,6 +63,7 @@ DOCS=( changelog README )
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.41.0-nostrip.patch
+   "${FILESDIR}"/${PN}-0.41.0-py3.11.patch
 )
 
 src_configure() {

diff --git a/media-sound/guitarix/guitarix-.ebuild 
b/media-sound/guitarix/guitarix-.ebuild
index 80afc539188d..0f1305ac3816 100644
--- a/media-sound/guitarix/guitarix-.ebuild
+++ b/media-sound/guitarix/guitarix-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 PYTHON_REQ_USE='threads(+)'
 
 EGIT_OVERRIDE_REPO_ENYOJS_BOOTPLATE="https://github.com/enyojs/bootplate.git;
@@ -11,11 +11,9 @@ EGIT_OVERRIDE_BRANCH_ENYOJS_BOOTPLATE="master"
 
 inherit python-any-r1 waf-utils xdg git-r3
 
-MY_P="${PN}2-${PV}"
-
 DESCRIPTION="Virtual guitar amplifier for Linux"
 HOMEPAGE="https://guitarix.org/;
-EGIT_REPO_URI="https://git.code.sf.net/p/guitarix/git;
+EGIT_REPO_URI="https://github.com/brummer10/${PN}.git;
 S="${WORKDIR}/${P}/trunk"
 
 LICENSE="GPL-2"

diff --git a/media-sound/guitarix/metadata.xml 
b/media-sound/guitarix/metadata.xml
index 34ccfab7be05..e08a9c3c4ba8 100644
--- a/media-sound/guitarix/metadata.xml
+++ b/media-sound/guitarix/metadata.xml
@@ -18,4 +18,7 @@
Build NSM (Non Session Manager) support
Build standalone application

+   
+   brummer10/guitarix
+   
 



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

2023-03-08 Thread Joonas Niilola
commit: f4cbd515806c19991078646648307285f7a225cf
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar  9 06:45:17 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  9 06:50:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cbd515

profiles: unmask media-gfx/frogr

Bug: https://bugs.gentoo.org/649234
Signed-off-by: Joonas Niilola  gentoo.org>

 profiles/package.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5d3b0b5ceac6..6271bf171be4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -99,12 +99,6 @@ x11-libs/libcryptui
 # Removal on 2023-03-27. Bug 896898 and 888444
 dev-python/trio-asyncio
 
-# Michał Górny  (2023-02-25)
-# Unmaintained.  The Gentoo version is from 2018 and needs bumping.
-# It has a build failure reported.
-# Removal on 2023-03-27.  Bug #649234.
-media-gfx/frogr
-
 # Michał Górny  (2023-02-24)
 # Unmaintained with multiple reported bugs.  Last release is a RC
 # from 2017, upstream recommends using trunk.



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

2023-03-08 Thread Joonas Niilola
commit: 93a9d08a5e93bc1462cda89380abd587b44e2277
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar  9 06:44:51 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  9 06:50:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a9d08a

media-gfx/frogr: drop 1.5-r1

Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/frogr/Manifest|  1 -
 media-gfx/frogr/frogr-1.5-r1.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/media-gfx/frogr/Manifest b/media-gfx/frogr/Manifest
index df8a3b422b9b..a6e39429b3f2 100644
--- a/media-gfx/frogr/Manifest
+++ b/media-gfx/frogr/Manifest
@@ -1,2 +1 @@
-DIST frogr-1.5.tar.xz 2233600 BLAKE2B 
aeb04db0d5d57f470d377986f2e857ee63b47df85e9c3251cdfac8585efa19491650ecede0bfa95c157c2584298dc02173afec624bc439dcd8b52d101c465d54
 SHA512 
f4af5ec82ad1771e71387c40467fc697c7e3edff9f76ecd0f762e446d136a293477867cb7b6bc6d10bc0fdd95210b25f515eb56bf2d456f79009884019c44dd4
 DIST frogr-1.7.tar.xz 2247476 BLAKE2B 
16b5c546b61234310390f4dadee0094e671f141121023833123e57de7f90666a38a117dedece0cba53a1500e8bce20e79dd690c598e010327a32aee7b11afe1a
 SHA512 
73531186dbe3fdb4b937d54c02b471b444bac059de4ea02913b5fef255816af0b0ef89bbb449e443ee5b50f0d156960efe190f5988a1a50f8ecfe2eb1e10b89f

diff --git a/media-gfx/frogr/frogr-1.5-r1.ebuild 
b/media-gfx/frogr/frogr-1.5-r1.ebuild
deleted file mode 100644
index 212ea149f55c..
--- a/media-gfx/frogr/frogr-1.5-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org gnome2-utils meson xdg
-
-DESCRIPTION="flickr applications for GNOME"
-HOMEPAGE="https://live.gnome.org/Frogr;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-libs/glib-2.44:2
-   >=dev-libs/json-glib-1.2
-   >=dev-libs/libgcrypt-1.5:*
-   >=dev-libs/libxml2-2.6.8:2
-   media-libs/gstreamer:1.0
-   >=media-libs/libexif-0.6.14
-   >=net-libs/libsoup-2.34:2.4
-   >=x11-libs/gtk+-3.16:3[introspection]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-# TODO add a useflag for enable-video or header-bar???
-
-PATCHES=(
-   "${FILESDIR}/frogr-1.5-warning-level.patch"
-   "${FILESDIR}/frogr-1.5-meson-0.61-build.patch"
-)
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_icon_cache_update
-   gnome2_schemas_update
-}



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

2023-03-08 Thread Joonas Niilola
commit: 0c83acf47fb5a28e736db9038b318d365afbe094
Author: Cristian Othón Martínez Vera  cfuga  mx>
AuthorDate: Tue Feb 28 16:44:00 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  9 06:50:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c83acf4

media-gfx/frogr: bump to 1.7, update 1.5's deps

Signed-off-by: Cristian Othón Martínez Vera  cfuga.mx>
Bug: https://bugs.gentoo.org/649234
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/frogr/Manifest  |  1 +
 media-gfx/frogr/frogr-1.5-r1.ebuild   |  9 +
 .../frogr/{frogr-1.5-r1.ebuild => frogr-1.7.ebuild}   | 19 ---
 media-gfx/frogr/metadata.xml  | 12 +++-
 4 files changed, 25 insertions(+), 16 deletions(-)

diff --git a/media-gfx/frogr/Manifest b/media-gfx/frogr/Manifest
index 1b660d38f522..df8a3b422b9b 100644
--- a/media-gfx/frogr/Manifest
+++ b/media-gfx/frogr/Manifest
@@ -1 +1,2 @@
 DIST frogr-1.5.tar.xz 2233600 BLAKE2B 
aeb04db0d5d57f470d377986f2e857ee63b47df85e9c3251cdfac8585efa19491650ecede0bfa95c157c2584298dc02173afec624bc439dcd8b52d101c465d54
 SHA512 
f4af5ec82ad1771e71387c40467fc697c7e3edff9f76ecd0f762e446d136a293477867cb7b6bc6d10bc0fdd95210b25f515eb56bf2d456f79009884019c44dd4
+DIST frogr-1.7.tar.xz 2247476 BLAKE2B 
16b5c546b61234310390f4dadee0094e671f141121023833123e57de7f90666a38a117dedece0cba53a1500e8bce20e79dd690c598e010327a32aee7b11afe1a
 SHA512 
73531186dbe3fdb4b937d54c02b471b444bac059de4ea02913b5fef255816af0b0ef89bbb449e443ee5b50f0d156960efe190f5988a1a50f8ecfe2eb1e10b89f

diff --git a/media-gfx/frogr/frogr-1.5-r1.ebuild 
b/media-gfx/frogr/frogr-1.5-r1.ebuild
index 75bd15003391..212ea149f55c 100644
--- a/media-gfx/frogr/frogr-1.5-r1.ebuild
+++ b/media-gfx/frogr/frogr-1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,15 +15,16 @@ KEYWORDS="~amd64"
 RDEPEND="
>=dev-libs/glib-2.44:2
>=dev-libs/json-glib-1.2
-   >=x11-libs/gtk+-3.16:3[introspection]
-   >=media-libs/libexif-0.6.14
+   >=dev-libs/libgcrypt-1.5:*
>=dev-libs/libxml2-2.6.8:2
media-libs/gstreamer:1.0
+   >=media-libs/libexif-0.6.14
>=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libgcrypt-1.5:*
+   >=x11-libs/gtk+-3.16:3[introspection]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+   dev-util/itstool
>=sys-devel/gettext-0.19.7
virtual/pkgconfig
 "

diff --git a/media-gfx/frogr/frogr-1.5-r1.ebuild 
b/media-gfx/frogr/frogr-1.7.ebuild
similarity index 76%
copy from media-gfx/frogr/frogr-1.5-r1.ebuild
copy to media-gfx/frogr/frogr-1.7.ebuild
index 75bd15003391..06a0413faca2 100644
--- a/media-gfx/frogr/frogr-1.5-r1.ebuild
+++ b/media-gfx/frogr/frogr-1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,33 +15,30 @@ KEYWORDS="~amd64"
 RDEPEND="
>=dev-libs/glib-2.44:2
>=dev-libs/json-glib-1.2
-   >=x11-libs/gtk+-3.16:3[introspection]
-   >=media-libs/libexif-0.6.14
+   >=dev-libs/libgcrypt-1.5:=
>=dev-libs/libxml2-2.6.8:2
media-libs/gstreamer:1.0
+   >=media-libs/libexif-0.6.14
>=net-libs/libsoup-2.34:2.4
-   >=dev-libs/libgcrypt-1.5:*
+   >=x11-libs/gtk+-3.16:3[introspection]
+   x11-libs/gdk-pixbuf:2
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
+   dev-util/itstool
>=sys-devel/gettext-0.19.7
virtual/pkgconfig
 "
 # TODO add a useflag for enable-video or header-bar???
 
-PATCHES=(
-   "${FILESDIR}/frogr-1.5-warning-level.patch"
-   "${FILESDIR}/frogr-1.5-meson-0.61-build.patch"
-)
-
 pkg_postinst() {
xdg_pkg_postinst
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
gnome2_schemas_update
 }
 
 pkg_postrm() {
xdg_pkg_postrm
-   gnome2_icon_cache_update
+   xdg_icon_cache_update
gnome2_schemas_update
 }

diff --git a/media-gfx/frogr/metadata.xml b/media-gfx/frogr/metadata.xml
index 1e1e3db44283..63a6a3cb5736 100644
--- a/media-gfx/frogr/metadata.xml
+++ b/media-gfx/frogr/metadata.xml
@@ -1,10 +1,20 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   

Frogr is a small application for the GNOME desktop that allows 
users to
manage their accounts in the Flickr image hosting website. It 
supports all
the basic Flickr features.

+   
+   cf...@cfuga.mx
+   Cristian Othón Martínez Vera
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   GNOME/frogr
+   
 



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

2023-03-08 Thread Joonas Niilola
commit: 6a453f8528ed2ca612f8a3ba3a7c7653e566e943
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar  9 06:41:04 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  9 06:50:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a453f85

app-containers/lxd: stabilize 5.0.2-r2 for amd64

Signed-off-by: Joonas Niilola  gentoo.org>

 app-containers/lxd/lxd-5.0.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/lxd/lxd-5.0.2-r2.ebuild 
b/app-containers/lxd/lxd-5.0.2-r2.ebuild
index 6725606f6ba2..133cbce8f682 100644
--- a/app-containers/lxd/lxd-5.0.2-r2.ebuild
+++ b/app-containers/lxd/lxd-5.0.2-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxd/${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD LGPL-3 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="apparmor nls"
 
 DEPEND="acct-group/lxd



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

2023-03-08 Thread Joonas Niilola
commit: 675ea3566942a958a0f815b48ae2f8e932dd90b6
Author: Karol Wierzchowski  yahoo  com>
AuthorDate: Thu Mar  2 11:08:36 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  9 06:50:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=675ea356

sys-process/wait_on_pid: update EAPI 6 -> 8

Signed-off-by: Karol Wierzchowski  yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/29896
Signed-off-by: Joonas Niilola  gentoo.org>

 .../wait_on_pid/wait_on_pid-0.0.2-r2.ebuild| 28 ++
 1 file changed, 28 insertions(+)

diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild 
b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild
new file mode 100644
index ..4422fb39223e
--- /dev/null
+++ b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit toolchain-funcs
+
+DESCRIPTION="small utility to wait for an arbitrary process to exit"
+HOMEPAGE="https://dev.gentoo.org/~zzam/wait_on_pid/;
+SRC_URI="mirror://gentoo/${P}.tar.bz2 
https://dev.gentoo.org/~zzam/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+src_prepare() {
+   default
+   tc-export CC
+}
+
+src_install() {
+   default
+   dobin wait_on_pid
+}



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

2023-03-08 Thread Joonas Niilola
commit: aa45c7ded59e120c92e2b7ca21860a583a44cf54
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar  9 06:42:35 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  9 06:50:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa45c7de

sys-process/wait_on_pid: update DESCRIPTION

Signed-off-by: Joonas Niilola  gentoo.org>

 sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild 
b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild
index 4422fb39223e..07d1a663ec02 100644
--- a/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild
+++ b/sys-process/wait_on_pid/wait_on_pid-0.0.2-r2.ebuild
@@ -5,17 +5,13 @@ EAPI="8"
 
 inherit toolchain-funcs
 
-DESCRIPTION="small utility to wait for an arbitrary process to exit"
+DESCRIPTION="Small utility to wait for an arbitrary process to exit"
 HOMEPAGE="https://dev.gentoo.org/~zzam/wait_on_pid/;
 SRC_URI="mirror://gentoo/${P}.tar.bz2 
https://dev.gentoo.org/~zzam/${PN}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
 
 src_prepare() {
default



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

2023-03-08 Thread Joonas Niilola
commit: 89ddfe63d3ff7e91d338b6f53490895c43012e91
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar  9 06:44:34 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  9 06:50:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ddfe63

media-gfx/frogr: add missing xorg-proto dep

Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/frogr/frogr-1.7.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-gfx/frogr/frogr-1.7.ebuild b/media-gfx/frogr/frogr-1.7.ebuild
index 06a0413faca2..dcf134553b9d 100644
--- a/media-gfx/frogr/frogr-1.7.ebuild
+++ b/media-gfx/frogr/frogr-1.7.ebuild
@@ -23,7 +23,8 @@ RDEPEND="
>=x11-libs/gtk+-3.16:3[introspection]
x11-libs/gdk-pixbuf:2
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
 BDEPEND="
dev-util/itstool
>=sys-devel/gettext-0.19.7



[gentoo-commits] repo/gentoo:master commit in: dev-java/junit/

2023-03-08 Thread Miroslav Šulc
commit: 7b39491adffa55f7d398dffa69552b0f0b3157d6
Author: Yuan Liao  gmail  com>
AuthorDate: Mon Mar  6 01:07:39 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar  9 06:42:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b39491a

dev-java/junit: Update HOMEPAGE for 4.13.2

JUnit 4 has a dedicated homepage, so it is better to use that homepage
instead of the JUnit 5 homepage.

Signed-off-by: Yuan Liao  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29954
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/junit/junit-4.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/junit/junit-4.13.2.ebuild 
b/dev-java/junit/junit-4.13.2.ebuild
index 507d4c051dd5..d6441a248c00 100644
--- a/dev-java/junit/junit-4.13.2.ebuild
+++ b/dev-java/junit/junit-4.13.2.ebuild
@@ -12,7 +12,7 @@ MAVEN_ID="junit:junit:4.13.2"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Simple framework to write repeatable tests"
-HOMEPAGE="https://junit.org/junit5/;
+HOMEPAGE="https://junit.org/junit4/;
 SRC_URI="https://github.com/${PN}-team/${PN}4/archive/refs/tags/r${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="EPL-1.0"



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

2023-03-08 Thread Sam James
commit: a80a21a605475095d050ea14833d354338fc9e86
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:41:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:41:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80a21a6

media-gfx/graphicsmagick: drop 1.3.38-r5, 1.3.39

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

 media-gfx/graphicsmagick/Manifest  |   4 -
 .../graphicsmagick-1.3.38-configure-bashism.patch  |  34 -
 .../graphicsmagick/graphicsmagick-1.3.38-r5.ebuild | 161 -
 .../graphicsmagick/graphicsmagick-1.3.39.ebuild| 160 
 4 files changed, 359 deletions(-)

diff --git a/media-gfx/graphicsmagick/Manifest 
b/media-gfx/graphicsmagick/Manifest
index 5f73be7e7b81..b9635f463150 100644
--- a/media-gfx/graphicsmagick/Manifest
+++ b/media-gfx/graphicsmagick/Manifest
@@ -1,6 +1,2 @@
-DIST GraphicsMagick-1.3.38.tar.xz 5958352 BLAKE2B 
132c8b2303690dbe84b0e9ab33db0c0861845ef0260915e33197912dbcae02ae70c27bce634cfe0ab6b739ef6f3e828cbea9043fc90be993fb2c4a5e33e20ee9
 SHA512 
478f9e2907d4cb1099b0cbd1a73e4ab58aef94edf6cb1636ce48a378084ec1671599fd4f369455e5af898e94d1386f7149f6933b7c668027a6f6952bc763ec3a
-DIST GraphicsMagick-1.3.38.tar.xz.sig 119 BLAKE2B 
166b7bb6de30af22d1f2317812f76dee43dd69c5557613deea35de3767624466c07001fe029ec9d33d0c61ed2fe5ca3f48bf435853374c722963a1293bfaa7a1
 SHA512 
c6dfee7e4b63b646460f9045ca5c8f3105d1a761ec3cd3471b53293178ed9a963884539c8026d934ce1915654d517a9b30232d7260a13f6d7dbeb5a592485b09
-DIST GraphicsMagick-1.3.39.tar.xz 5509028 BLAKE2B 
774717df5c10664d7f60305bbc0b780bd896c27cf5999fae3835a3b3275068bde626a8efb073f7eb9151671e0c170579b5fa7a36b9773e1a0d96c5cd7d0b73c8
 SHA512 
4820587a8fbc18864134a243eca68359389d92f2b716c657088e06b6fcf76831d9b3b4644478195ee6c5fb3a4ebdce06c79997f5a5778a28c63f5c8a319419a4
-DIST GraphicsMagick-1.3.39.tar.xz.asc 228 BLAKE2B 
ea9f9d607a4699e148beab6f43f04897c808db5a19c9b0d62d65218127506549931d9cae002ebed2abc8022fb9707612a298139fd051da6c5a6f2f9d5ac3d2a0
 SHA512 
f9d83d39e1bda804c1c128f18c9a6539906b21abacfb64501fb65c67a56b46b8591ba32a890ecf49917791ebdf394307136229b5820e16909159f5c42270f7ba
 DIST GraphicsMagick-1.3.40.tar.xz 5507792 BLAKE2B 
2052eb34931f07c902a9c68192ebe4d36137cd23219b1598bae2fa78c5c8bfd1efadf9fd430ed4fee8dc903e50ffabe5a9c76bf55966b85b6f303b2decdca6ee
 SHA512 
e64902aa2a8702d03d188350bd4252a2263e431611f9a70f38cd8beede8a38cc91bb4de3603fedf15420ebbba488f609f218e9b45e356b9f8dc8e4a75f380ee5
 DIST GraphicsMagick-1.3.40.tar.xz.asc 228 BLAKE2B 
70eaaa0cd30cfe23ac6dc5e8edc026c57eea7b1a608e83da3408f6fa9fc2cceeb8190e4e9015f321ee688f2a32689d244d69bc61764a99ab0f99ada72143a575
 SHA512 
82c628e4a260a690c7b1941321881a97d54b4c9580dcbfd8ae786a1774dc43c46e8542488ca875346446858e7475847c440cfca572315a5fe123315b187a240a

diff --git 
a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.38-configure-bashism.patch 
b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.38-configure-bashism.patch
deleted file mode 100644
index 69d5fd50a1bf..
--- 
a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.38-configure-bashism.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-# HG changeset patch
-# User Sam James 
-# Date 1659168362 -3600
-#  Sat Jul 30 09:06:02 2022 +0100
-# Node ID aa77bc8461ee15501a0298dafd53c97447aa30d0
-# Parent  0a06f497d58839e4100b3be46bbdcd14d8147d75
-configure: fix bashism
-
-configure scripts need to be runnable with a POSIX-compliant /bin/sh.
-
-On many (but not all!) systems, /bin/sh is provided by Bash, so errors
-like this aren't spotted. Notably Debian defaults to /bin/sh provided
-by dash which doesn't tolerate such bashisms as '=='.
-
-This retains compatibility with bash.
-
-Fixes configure warnings/errors like:
-```
-checking for gs... /usr/sbin/gs
-./configure: 31719: test: #: unexpected operator
-checking for Windows fonts directory (location of arial.ttf)... 
/usr/share/fonts/corefonts/
-```
-
 a/configure.ac
-+++ b/configure.ac
-@@ -3148,7 +3148,7 @@ have_ralcgm='no'  ; if test "$CGMDecodeD
- AM_CONDITIONAL([HasPSDelegate],[test "$have_gs" = 'yes'])
- 
- # Tests for programs only used while in maintainer mode
--if test "$MAINT" == '' ; then
-+if test "$MAINT" = '' ; then
-# Test for optional rst2html.py utility and define automake conditional 
HasRST2HTML if found.
-AC_CHECK_PROGS([RST2HTML],[rst2html.py rst2html])
- 

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.38-r5.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.38-r5.ebuild
deleted file mode 100644
index 18c3f3286591..
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.38-r5.ebuild
+++ /dev/null
@@ -1,161 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-MY_P=${P/graphicsm/GraphicsM}
-DESCRIPTION="Collection of tools and libraries for many 

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

2023-03-08 Thread Sam James
commit: 5a67bf0fac6035f10b998ec288b6c870277ac686
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:37:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a67bf0f

media-gfx/imagemagick: add 6.9.12.77

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

 media-gfx/imagemagick/Manifest |   1 +
 media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild | 269 +
 2 files changed, 270 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index 053de00b1a3d..17dea0f3b042 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,4 +1,5 @@
 DIST ImageMagick-6.9.12-64.tar.xz 9174728 BLAKE2B 
8d6f4b6d5b8c2bd6aae3ac38ee5662c5eecfc94e98f8c5e7497b28fec69a9e1fc8b6a4f88bd794b0ed1649db88c8cd9836a335ee17ada27b11361488f4e23566
 SHA512 
307dd4ed4505b977282cc08065fd735200ce39e9a391d3b0faa47dedc788900c21cbf6b9bbd71cac0c9fafea6cc9b6f22a22f7c50a1764067fcf901d06e89025
 DIST ImageMagick-6.9.12-76.tar.xz 9227560 BLAKE2B 
69353e23281852669a2775e28c972ffefe11a2d50f1ef386fb36e1968d2ade61bfd8dd6495b4fce91763beb907f93c1744f338a2b7d94c1586b9726d815d5295
 SHA512 
cfcbfa7556ec08e4a5b4420d8c594cca6e5a679b94cea8f3c9d07b0534b6bf854fd671ff118d51e0f90c3449c29363bd16db21db7c526b749c3470a161c49245
+DIST ImageMagick-6.9.12-77.tar.xz 9220608 BLAKE2B 
11050da1710f381084f6758f0665270974c1913e164a0f4b1ee51433948fcf3b4c60c6b7cf5bc4be4958ef863bb14cb3311b08a1aff60907dc595c31eadcc67f
 SHA512 
ab6ad08496f955af28ed16669690fa07222ea741c62a4f98e1ae2b80a916557263d1ccbe66b3470c5edd3f0422bf626149560ae3574f76425ede69910b48faa2
 DIST ImageMagick-7.1.0-48.tar.xz 10353180 BLAKE2B 
49abad77414b8ad0a692aefae2199050f48161c9c891ae9120692cba27eb9d491808068a5d1d49556f0fb6bad78d9b8bcc91d96da3762d10b84acfc3db664eff
 SHA512 
c161a08765ceea358e9a186d95b5466aef36ff6a07dea976fd40ad36d583baa0bc4bede704b78947ceb02d6bebecd74b0084bd997380f3b1b3507012e3a361e5
 DIST ImageMagick-7.1.0-62.tar.xz 10359080 BLAKE2B 
6f0c91f81cd7c43017b3b58b5bea032ef8ccdbbede05b1963e647d39813153d20f11cc24d3b7b50d5455a6c3075e765f468bdcf2b88725b2f37d139a2326956c
 SHA512 
db299bc84585b1f37d6fb5bfbc08264b19f4aa1b3e3dc28f14606310c5150ad103b8456d0856c1fae1efed137e0b02eb2beeccb504dfa39a10cb2aaacbfe47d3

diff --git a/media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild 
b/media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild
new file mode 100644
index ..e059d3f73ad6
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-6.9.12.77.ebuild
@@ -0,0 +1,269 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1-3)
+inherit flag-o-matic libtool perl-functions toolchain-funcs
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick6.git;
+   inherit git-r3
+   MY_P="imagemagick-"
+else
+   MY_PV="$(ver_rs 3 '-')"
+   MY_P="ImageMagick-${MY_PV}"
+   SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
+fi
+
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="https://www.imagemagick.org/;
+
+LICENSE="imagemagick"
+SLOT="0/6.9.12-58"
+IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
+
+REQUIRED_USE="corefonts? ( truetype )
+   svg? ( xml )
+   test? ( corefonts )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !media-gfx/graphicsmagick[imagemagick]
+   dev-libs/libltdl
+   bzip2? ( app-arch/bzip2 )
+   corefonts? ( media-fonts/corefonts )
+   djvu? ( app-text/djvu )
+   fftw? ( sci-libs/fftw:3.0 )
+   fontconfig? ( media-libs/fontconfig )
+   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
+   graphviz? ( media-gfx/graphviz )
+   heif? ( media-libs/libheif:=[x265] )
+   jbig? ( >=media-libs/jbigkit-2:= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
+   lcms? ( media-libs/lcms:2= )
+   lqr? ( media-libs/liblqr )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr:0= )
+   pango? ( x11-libs/pango )
+   perl? ( >=dev-lang/perl-5.8.8:= )
+   png? ( media-libs/libpng:= )
+   postscript? ( app-text/ghostscript-gpl:= )
+   raw? ( media-libs/libraw:= )
+   svg? (
+   gnome-base/librsvg
+   media-gfx/potrace
+   )
+   tiff? ( media-libs/tiff:= )
+   truetype? (
+   media-fonts/urw-fonts
+   >=media-libs/freetype-2
+   )
+   webp? ( media-libs/libwebp:= 

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

2023-03-08 Thread Sam James
commit: 73ca8a2a634b5f8e537addc67fec03c596609fb2
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:32:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ca8a2a

media-gfx/imagemagick: drop 7.1.0.61

Broken release.

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

 media-gfx/imagemagick/Manifest|   1 -
 media-gfx/imagemagick/imagemagick-7.1.0.61.ebuild | 278 --
 2 files changed, 279 deletions(-)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index f0960d5ab5fb..053de00b1a3d 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -1,5 +1,4 @@
 DIST ImageMagick-6.9.12-64.tar.xz 9174728 BLAKE2B 
8d6f4b6d5b8c2bd6aae3ac38ee5662c5eecfc94e98f8c5e7497b28fec69a9e1fc8b6a4f88bd794b0ed1649db88c8cd9836a335ee17ada27b11361488f4e23566
 SHA512 
307dd4ed4505b977282cc08065fd735200ce39e9a391d3b0faa47dedc788900c21cbf6b9bbd71cac0c9fafea6cc9b6f22a22f7c50a1764067fcf901d06e89025
 DIST ImageMagick-6.9.12-76.tar.xz 9227560 BLAKE2B 
69353e23281852669a2775e28c972ffefe11a2d50f1ef386fb36e1968d2ade61bfd8dd6495b4fce91763beb907f93c1744f338a2b7d94c1586b9726d815d5295
 SHA512 
cfcbfa7556ec08e4a5b4420d8c594cca6e5a679b94cea8f3c9d07b0534b6bf854fd671ff118d51e0f90c3449c29363bd16db21db7c526b749c3470a161c49245
 DIST ImageMagick-7.1.0-48.tar.xz 10353180 BLAKE2B 
49abad77414b8ad0a692aefae2199050f48161c9c891ae9120692cba27eb9d491808068a5d1d49556f0fb6bad78d9b8bcc91d96da3762d10b84acfc3db664eff
 SHA512 
c161a08765ceea358e9a186d95b5466aef36ff6a07dea976fd40ad36d583baa0bc4bede704b78947ceb02d6bebecd74b0084bd997380f3b1b3507012e3a361e5
-DIST ImageMagick-7.1.0-61.tar.xz 10362768 BLAKE2B 
abea3c30faa76337233e43256c328ec738c1a31ba70f80c090d1844b1321f05b24589cae845071744d27409cf655289f0a6896d17501da8123377f5af9385854
 SHA512 
d6537b782d26add6443191d15a9b9a6c6997c0554bad3faed59e7328fa1cc7aba93edce9aa9e9f9625dbe6b2a47c36fc47255c7b2224b6110df9d007018cf7e9
 DIST ImageMagick-7.1.0-62.tar.xz 10359080 BLAKE2B 
6f0c91f81cd7c43017b3b58b5bea032ef8ccdbbede05b1963e647d39813153d20f11cc24d3b7b50d5455a6c3075e765f468bdcf2b88725b2f37d139a2326956c
 SHA512 
db299bc84585b1f37d6fb5bfbc08264b19f4aa1b3e3dc28f14606310c5150ad103b8456d0856c1fae1efed137e0b02eb2beeccb504dfa39a10cb2aaacbfe47d3

diff --git a/media-gfx/imagemagick/imagemagick-7.1.0.61.ebuild 
b/media-gfx/imagemagick/imagemagick-7.1.0.61.ebuild
deleted file mode 100644
index 568ce31eb232..
--- a/media-gfx/imagemagick/imagemagick-7.1.0.61.ebuild
+++ /dev/null
@@ -1,278 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QA_PKGCONFIG_VERSION=$(ver_cut 1-3)
-inherit autotools flag-o-matic perl-functions toolchain-funcs
-
-if [[ ${PV} ==  ]] ; then
-   EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git;
-   inherit git-r3
-   MY_P="imagemagick-"
-else
-   MY_PV="$(ver_rs 3 '-')"
-   MY_P="ImageMagick-${MY_PV}"
-   SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
-fi
-
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="A collection of tools and libraries for many image formats"
-HOMEPAGE="https://www.imagemagick.org/;
-
-LICENSE="imagemagick"
-SLOT="0/7.1.0-43"
-IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zip zlib"
-
-REQUIRED_USE="corefonts? ( truetype )
-   svg? ( xml )
-   test? ( corefonts )"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !media-gfx/graphicsmagick[imagemagick]
-   dev-libs/libltdl
-   bzip2? ( app-arch/bzip2 )
-   corefonts? ( media-fonts/corefonts )
-   djvu? ( app-text/djvu )
-   fftw? ( sci-libs/fftw:3.0 )
-   fontconfig? ( media-libs/fontconfig )
-   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
-   graphviz? ( media-gfx/graphviz )
-   heif? ( media-libs/libheif:=[x265] )
-   jbig? ( >=media-libs/jbigkit-2:= )
-   jpeg? ( media-libs/libjpeg-turbo:= )
-   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
-   lcms? ( media-libs/lcms:2= )
-   lqr? ( media-libs/liblqr )
-   opencl? ( virtual/opencl )
-   openexr? ( media-libs/openexr:0= )
-   pango? ( x11-libs/pango )
-   perl? ( >=dev-lang/perl-5.8.8:= )
-   png? ( media-libs/libpng:= )
-   postscript? ( app-text/ghostscript-gpl:= )
-   raw? ( media-libs/libraw:= )
-   svg? (
-   gnome-base/librsvg
-   media-gfx/potrace
-   )
-   tiff? ( media-libs/tiff:= )
-   truetype? (
-   media-fonts/urw-fonts
-   

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

2023-03-08 Thread Sam James
commit: b5ad3e44f8e5e632dae08ad59804e55962a5791d
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:32:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:39:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ad3e44

media-gfx/imagemagick: add 7.1.0.62

Closes: https://bugs.gentoo.org/895246
Signed-off-by: Sam James  gentoo.org>

 media-gfx/imagemagick/Manifest|   1 +
 media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild | 278 ++
 2 files changed, 279 insertions(+)

diff --git a/media-gfx/imagemagick/Manifest b/media-gfx/imagemagick/Manifest
index e88f3ca0..f0960d5ab5fb 100644
--- a/media-gfx/imagemagick/Manifest
+++ b/media-gfx/imagemagick/Manifest
@@ -2,3 +2,4 @@ DIST ImageMagick-6.9.12-64.tar.xz 9174728 BLAKE2B 
8d6f4b6d5b8c2bd6aae3ac38ee5662
 DIST ImageMagick-6.9.12-76.tar.xz 9227560 BLAKE2B 
69353e23281852669a2775e28c972ffefe11a2d50f1ef386fb36e1968d2ade61bfd8dd6495b4fce91763beb907f93c1744f338a2b7d94c1586b9726d815d5295
 SHA512 
cfcbfa7556ec08e4a5b4420d8c594cca6e5a679b94cea8f3c9d07b0534b6bf854fd671ff118d51e0f90c3449c29363bd16db21db7c526b749c3470a161c49245
 DIST ImageMagick-7.1.0-48.tar.xz 10353180 BLAKE2B 
49abad77414b8ad0a692aefae2199050f48161c9c891ae9120692cba27eb9d491808068a5d1d49556f0fb6bad78d9b8bcc91d96da3762d10b84acfc3db664eff
 SHA512 
c161a08765ceea358e9a186d95b5466aef36ff6a07dea976fd40ad36d583baa0bc4bede704b78947ceb02d6bebecd74b0084bd997380f3b1b3507012e3a361e5
 DIST ImageMagick-7.1.0-61.tar.xz 10362768 BLAKE2B 
abea3c30faa76337233e43256c328ec738c1a31ba70f80c090d1844b1321f05b24589cae845071744d27409cf655289f0a6896d17501da8123377f5af9385854
 SHA512 
d6537b782d26add6443191d15a9b9a6c6997c0554bad3faed59e7328fa1cc7aba93edce9aa9e9f9625dbe6b2a47c36fc47255c7b2224b6110df9d007018cf7e9
+DIST ImageMagick-7.1.0-62.tar.xz 10359080 BLAKE2B 
6f0c91f81cd7c43017b3b58b5bea032ef8ccdbbede05b1963e647d39813153d20f11cc24d3b7b50d5455a6c3075e765f468bdcf2b88725b2f37d139a2326956c
 SHA512 
db299bc84585b1f37d6fb5bfbc08264b19f4aa1b3e3dc28f14606310c5150ad103b8456d0856c1fae1efed137e0b02eb2beeccb504dfa39a10cb2aaacbfe47d3

diff --git a/media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild 
b/media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild
new file mode 100644
index ..568ce31eb232
--- /dev/null
+++ b/media-gfx/imagemagick/imagemagick-7.1.0.62.ebuild
@@ -0,0 +1,278 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+QA_PKGCONFIG_VERSION=$(ver_cut 1-3)
+inherit autotools flag-o-matic perl-functions toolchain-funcs
+
+if [[ ${PV} ==  ]] ; then
+   EGIT_REPO_URI="https://github.com/ImageMagick/ImageMagick.git;
+   inherit git-r3
+   MY_P="imagemagick-"
+else
+   MY_PV="$(ver_rs 3 '-')"
+   MY_P="ImageMagick-${MY_PV}"
+   SRC_URI="mirror://imagemagick/${MY_P}.tar.xz"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+fi
+
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="A collection of tools and libraries for many image formats"
+HOMEPAGE="https://www.imagemagick.org/;
+
+LICENSE="imagemagick"
+SLOT="0/7.1.0-43"
+IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig 
jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 
q8 raw static-libs svg test tiff truetype webp wmf X xml zip zlib"
+
+REQUIRED_USE="corefonts? ( truetype )
+   svg? ( xml )
+   test? ( corefonts )"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !media-gfx/graphicsmagick[imagemagick]
+   dev-libs/libltdl
+   bzip2? ( app-arch/bzip2 )
+   corefonts? ( media-fonts/corefonts )
+   djvu? ( app-text/djvu )
+   fftw? ( sci-libs/fftw:3.0 )
+   fontconfig? ( media-libs/fontconfig )
+   fpx? ( >=media-libs/libfpx-1.3.0-r1 )
+   graphviz? ( media-gfx/graphviz )
+   heif? ( media-libs/libheif:=[x265] )
+   jbig? ( >=media-libs/jbigkit-2:= )
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 )
+   lcms? ( media-libs/lcms:2= )
+   lqr? ( media-libs/liblqr )
+   opencl? ( virtual/opencl )
+   openexr? ( media-libs/openexr:0= )
+   pango? ( x11-libs/pango )
+   perl? ( >=dev-lang/perl-5.8.8:= )
+   png? ( media-libs/libpng:= )
+   postscript? ( app-text/ghostscript-gpl:= )
+   raw? ( media-libs/libraw:= )
+   svg? (
+   gnome-base/librsvg
+   media-gfx/potrace
+   )
+   tiff? ( media-libs/tiff:= )
+   truetype? (
+   media-fonts/urw-fonts
+   >=media-libs/freetype-2
+   )
+   webp? ( media-libs/libwebp:= )
+   wmf? ( media-libs/libwmf )
+   X? (
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libXext
+   x11-libs/libXt
+  

[gentoo-commits] repo/gentoo:master commit in: dev-java/picocli/

2023-03-08 Thread Miroslav Šulc
commit: f44a025bda691b94861e508143a77f3887cfd849
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Mar  8 14:30:31 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar  9 06:38:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44a025b

dev-java/picocli: solve ExcessiveLineLength complaint

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/29957
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/picocli/picocli-4.6.3-r1.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-java/picocli/picocli-4.6.3-r1.ebuild 
b/dev-java/picocli/picocli-4.6.3-r1.ebuild
index 98e5a9c62a30..d4ce6e528166 100644
--- a/dev-java/picocli/picocli-4.6.3-r1.ebuild
+++ b/dev-java/picocli/picocli-4.6.3-r1.ebuild
@@ -1,9 +1,6 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri 
https://github.com/remkop/picocli/archive/refs/tags/v4.6.3.tar.gz --slot 0 
--keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild picocli-4.6.3.ebuild
-
 EAPI=8
 
 JAVA_PKG_IUSE="doc source test"



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

2023-03-08 Thread Miroslav Šulc
commit: 9d41e629b3850bfe65805faa70a1089192a97138
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Mar  6 10:08:45 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Mar  9 06:38:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d41e629

profiles/package.mask: do not remove picocli

It will be needed for junit-5

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 profiles/package.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index b25df14a8f2b..5d3b0b5ceac6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -248,7 +248,6 @@ dev-java/jcip-annotations
 dev-java/jformatstring
 dev-java/jta
 dev-java/pdf-renderer
-dev-java/picocli
 
 # Florian Schmaus  (2023-02-10)
 # Previous dependencies of ejabberd, now no longer needed.



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

2023-03-08 Thread Sam James
commit: a2ac1901e385e027e05a445aa2ab524faadb0f91
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:22:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:22:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ac1901

sys-libs/openipmi: drop 2.0.32

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

 sys-libs/openipmi/Manifest   |   1 -
 sys-libs/openipmi/openipmi-2.0.32.ebuild | 101 ---
 2 files changed, 102 deletions(-)

diff --git a/sys-libs/openipmi/Manifest b/sys-libs/openipmi/Manifest
index 3207390b02a0..ae49ecaf283a 100644
--- a/sys-libs/openipmi/Manifest
+++ b/sys-libs/openipmi/Manifest
@@ -1,2 +1 @@
-DIST OpenIPMI-2.0.32.tar.gz 3140147 BLAKE2B 
7f5d3f9e4a5a8388413d1cfb7d1b8bb1a46abce8404b408d4e505bb389e6f871b6f6d67560bcba9a5716dfcf95c5d3c27bbaf4a5fd7b924a629aa4546efde0c1
 SHA512 
e409f32e6bbf26756338ada386fa394d48d734b4d6ba4beca700ce60bc3af3d0f41e972a328c4e076ae014f4fbd8598d05d3f879f9c6d76198e6ae1a2ba03e95
 DIST OpenIPMI-2.0.33.tar.gz 3141439 BLAKE2B 
02634ac8e17abf6a95f37e1b6825fe1f493e1990d7a5b0f6e87f7d9527f2a778f9faf0b12566529a3c87ecce893346e5125c51da988b95fbb56145282194ed16
 SHA512 
615fccd1ffd4af18584c1b0e54667ba2de60b6d42b44e7448f27808114180fa3b31b4834276bdf69c3df1e5210df871fd888deec8186377524838390fe41e641

diff --git a/sys-libs/openipmi/openipmi-2.0.32.ebuild 
b/sys-libs/openipmi/openipmi-2.0.32.ebuild
deleted file mode 100644
index dee56270e6f3..
--- a/sys-libs/openipmi/openipmi-2.0.32.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit autotools python-single-r1
-
-MY_PN="OpenIPMI"
-MY_P="${MY_PN}-${PV/_/-}"
-DESCRIPTION="Library interface to IPMI"
-HOMEPAGE="https://sourceforge.net/projects/openipmi/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="LGPL-2.1 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ppc ppc64 x86"
-IUSE="crypt snmp perl python static-libs tcl"
-RESTRICT="test"
-
-RDEPEND="
-   dev-libs/glib:2
-   sys-libs/gdbm:=
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   crypt? ( dev-libs/openssl:0= )
-   snmp? ( net-analyzer/net-snmp )
-   perl? ( dev-lang/perl:= )
-   python? ( ${PYTHON_DEPS} )
-   tcl? ( dev-lang/tcl:0= )"
-DEPEND="${RDEPEND}
-   >=dev-lang/swig-1.3.21"
-BDEPEND="virtual/pkgconfig"
-
-# Gui is broken!
-#  python? ( tcl? ( tk? ( dev-lang/tk dev-tcltk/tix ) ) )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.0.26-tinfo.patch" #501510
-)
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   # Bug #298250: parallel install fix.
-   sed -r -i \
-   -e '/^install-data-local:/s,$, install-exec-am,g' \
-   cmdlang/Makefile.{am,in} || die
-
-   # We touch the .in and .am above because if we use the below, the Perl 
stuff
-   # is very fragile, and often fails to link.
-   eautoreconf
-}
-
-src_configure() {
-   local myconf=(
-   # these binaries are for root!
-   --bindir="${EPREFIX}"/usr/sbin
-   --with-glib
-   --with-glibver=2.0
-   --with-swig
-   --without-tkinter
-   $(use_with snmp ucdsnmp yes)
-   $(use_with crypt openssl yes)
-   $(use_with perl perl yes)
-   $(use_with tcl tcl yes)
-   $(use_with python python yes)
-   )
-
-   # GUI is broken
-   #use tk && use python && use !tcl && \
-   #   ewarn "Not building Tk GUI because it needs both Python AND Tcl"
-   #if use python && use tcl; then
-   #   myconf+=( $(use_with tk tkinter) )
-   #else
-   #   myconf+=( --without-tkinter )
-   #fi
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc README* FAQ ChangeLog TODO doc/IPMI.pdf lanserv/README.vm
-   newdoc cmdlang/README README.cmdlang
-
-   use python && python_optimize
-
-   find "${ED}" -name "*.la" -delete || die
-   if ! use static-libs ; then
-   find "${ED}" -name "*.a" -delete || die
-   fi
-}



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

2023-03-08 Thread Sam James
commit: cea9b35a59bbbe97e2739f4c040b67cb09373b9b
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:27:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:27:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea9b35a

sys-libs/openipmi: enable py3.11

Closes: https://bugs.gentoo.org/897320
Signed-off-by: Sam James  gentoo.org>

 sys-libs/openipmi/openipmi-2.0.33.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-libs/openipmi/openipmi-2.0.33.ebuild 
b/sys-libs/openipmi/openipmi-2.0.33.ebuild
index 49b80b194dd9..5c7a9d2b60a9 100644
--- a/sys-libs/openipmi/openipmi-2.0.33.ebuild
+++ b/sys-libs/openipmi/openipmi-2.0.33.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
-
+PYTHON_COMPAT=( python3_{9..11} )
 inherit autotools python-single-r1
 
 MY_PN="OpenIPMI"
@@ -29,7 +28,8 @@ RDEPEND="
snmp? ( net-analyzer/net-snmp )
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
-   tcl? ( dev-lang/tcl:= )"
+   tcl? ( dev-lang/tcl:= )
+"
 DEPEND="${RDEPEND}"
 BDEPEND="
>=dev-lang/swig-1.3.21
@@ -38,7 +38,6 @@ BDEPEND="
 
 # Gui is broken!
 #  python? ( tcl? ( tk? ( dev-lang/tk dev-tcltk/tix ) ) )"
-
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 PATCHES=(



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

2023-03-08 Thread Sam James
commit: 8b91725c00c390f393f378f66c046383c254df81
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:20:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:20:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b91725c

app-containers/sen: enable py3.11

Closes: https://github.com/mgorny/python-bump-testing/issues/34
Closes: https://bugs.gentoo.org/896512
Signed-off-by: Sam James  gentoo.org>

 app-containers/sen/sen-0.6.1_p20200905-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild 
b/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild
index d7d5d62f4a83..5e5c4d1cb142 100644
--- a/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild
+++ b/app-containers/sen/sen-0.6.1_p20200905-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b"



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

2023-03-08 Thread Sam James
commit: ba9199133fdc9d430f90afff019585eace398b95
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:18:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:18:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba919913

app-containers/sen: drop 0.6.1_p20200905

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

 app-containers/sen/sen-0.6.1_p20200905.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/app-containers/sen/sen-0.6.1_p20200905.ebuild 
b/app-containers/sen/sen-0.6.1_p20200905.ebuild
deleted file mode 100644
index e7154afbad06..
--- a/app-containers/sen/sen-0.6.1_p20200905.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b"
-
-DESCRIPTION="Terminal User Interface for docker engine"
-HOMEPAGE="https://github.com/TomasTomecek/sen;
-SRC_URI="https://github.com/TomasTomecek/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]
-   dev-python/urwidtrees[${PYTHON_USEDEP}]
-   dev-python/docker-py[${PYTHON_USEDEP}]
-   "
-BDEPEND="
-   test? (
-   dev-python/flexmock[${PYTHON_USEDEP}]
-   )
-   "
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   dodoc -r docs
-}
-
-python_test() {
-   epytest tests
-}



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

2023-03-08 Thread Sam James
commit: aba209886d59ced153de7895438ecc3256b6fbb9
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:17:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:17:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aba20988

dev-libs/libnl: enable py3.11

Closes: https://bugs.gentoo.org/896716
Signed-off-by: Sam James  gentoo.org>

 dev-libs/libnl/libnl-3.7.0.ebuild | 2 +-
 dev-libs/libnl/libnl-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libnl/libnl-3.7.0.ebuild 
b/dev-libs/libnl/libnl-3.7.0.ebuild
index 335a8c42100a..dc16175b64ac 100644
--- a/dev-libs/libnl/libnl-3.7.0.ebuild
+++ b/dev-libs/libnl/libnl-3.7.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_OPTIONAL=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit autotools distutils-r1 multilib-minimal
 
 LIBNL_P=${P/_/-}

diff --git a/dev-libs/libnl/libnl-.ebuild b/dev-libs/libnl/libnl-.ebuild
index 001f603d5b81..67eba8f4740d 100644
--- a/dev-libs/libnl/libnl-.ebuild
+++ b/dev-libs/libnl/libnl-.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_OPTIONAL=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit autotools distutils-r1 multilib-minimal
 
 LIBNL_P=${P/_/-}



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

2023-03-08 Thread Sam James
commit: fe4f7be76664004c7fa240fa0336ade623023d14
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 06:09:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 06:13:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4f7be7

app-misc/hivex: add 1.3.23

Bug: https://bugs.gentoo.org/713754
Bug: https://bugs.gentoo.org/722350
Closes: https://bugs.gentoo.org/896580
Signed-off-by: Sam James  gentoo.org>

 app-misc/hivex/Manifest|   1 +
 app-misc/hivex/hivex-1.3.23.ebuild | 140 +
 2 files changed, 141 insertions(+)

diff --git a/app-misc/hivex/Manifest b/app-misc/hivex/Manifest
index 6f2fdea97f9e..0c08289c366a 100644
--- a/app-misc/hivex/Manifest
+++ b/app-misc/hivex/Manifest
@@ -1,2 +1,3 @@
 DIST hivex-1.3.20.tar.gz 1727498 BLAKE2B 
db6448242fc4b72d75cc7234a49e146cb165b1b9b9e2e72fb2a05be37cbb1d8ca865ccc51c4d2d50199e69cae2d870743ecd41534290e9a100bb268c2437ee22
 SHA512 
366e84c2a13ff53c70036df60db6e2b469cd06e3405761df73c47978b4fa0245246a1ea912aa5852b1272221d55c6c100b40b00e4c9a6f5668d12ff7f93c787a
 DIST hivex-1.3.21.tar.gz 1729723 BLAKE2B 
16c5bad3f06e1293344c39f100596a466a93eb7db1c189bd59859434d7071102e10641bb820cf791834280c2ad79dba0df4efea9b8a84d02727bfdf13f7915d1
 SHA512 
e893d9fa77655540d29ef6657764f701f9cddb33d11b2bfef36ce0c2caebab92b55a32b7e1c99efbab0d53f558a44bf1c4c6f6da13daa37d568ff96d7d28f842
+DIST hivex-1.3.23.tar.gz 738076 BLAKE2B 
b536e1b4b930b88b4bbbf8a4434e5ed7d407409acdbe68f7da67fa8198e1813bf84e918505eca7d341f15b41daeb0bbcfc974868a68f999e26941db759557fd5
 SHA512 
068fe81a442c8045bf9d98f0c6b782330141d8f1e104a0f191c04a2cff25ee6396c2c4777c107d595a471eb4bcbee903400c9f7946cae036165ac201587f861e

diff --git a/app-misc/hivex/hivex-1.3.23.ebuild 
b/app-misc/hivex/hivex-1.3.23.ebuild
new file mode 100644
index ..eb478bcce09c
--- /dev/null
+++ b/app-misc/hivex/hivex-1.3.23.ebuild
@@ -0,0 +1,140 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby27 ruby30"
+RUBY_OPTIONAL=yes
+PYTHON_COMPAT=( python3_{9..11} )
+inherit perl-module ruby-ng python-single-r1 strip-linguas
+
+DESCRIPTION="Library for reading and writing Windows Registry 'hive' binary 
files"
+HOMEPAGE="https://libguestfs.org;
+SRC_URI="https://libguestfs.org/download/${PN}/${P}.tar.gz;
+S="${WORKDIR}/${P}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ocaml readline +perl python test ruby"
+
+RDEPEND="
+   dev-libs/libxml2:2
+   virtual/libiconv
+   virtual/libintl
+   ocaml? (
+   dev-lang/ocaml[ocamlopt]
+   dev-ml/findlib[ocamlopt]
+)
+   perl? (
+   dev-lang/perl:=
+   dev-perl/IO-stringy
+   )
+   python? ( ${PYTHON_DEPS} )
+   readline? ( sys-libs/readline:0 )
+   ruby? ( $(ruby_implementations_depend) )
+"
+DEPEND="
+   ${RDEPEND}
+   perl? (
+   test? (
+   dev-perl/Pod-Coverage
+   dev-perl/Test-Pod-Coverage
+   )
+   )
+"
+
+ruby_add_bdepend "
+   ruby? (
+   dev-ruby/rake
+   virtual/rubygems
+   dev-ruby/rdoc
+   )
+"
+ruby_add_rdepend "ruby? ( virtual/rubygems )"
+
+REQUIRED_USE="
+   python? ( ${PYTHON_REQUIRED_USE} )
+   ruby? ( || ( $(ruby_get_use_targets) ) )
+"
+
+DOCS=( README )
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+   use ruby && ruby-ng_pkg_setup
+}
+
+src_unpack() {
+   default
+
+   cp -prlP "${WORKDIR}/${P}" "${WORKDIR}"/all || die
+}
+
+src_prepare() {
+   default
+
+   use perl && perl-module_src_prepare
+   use ruby && ruby-ng_src_prepare
+}
+
+src_configure() {
+   use ruby && ruby-ng_src_configure
+
+   if use perl; then
+   pushd perl || die
+   perl-module_src_configure
+   popd || die
+   fi
+
+   local myeconfargs=(
+   $(use_with readline)
+   $(use_enable ocaml)
+   $(use_enable perl)
+   --enable-nls
+   --disable-ruby
+   $(use_enable python)
+   --disable-rpath
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+   default
+
+   use ruby && ruby-ng_src_compile
+}
+
+src_test() {
+   emake check
+
+   local dir
+   for dir in ocaml perl python ruby ; do
+   use ${dir} && emake -C ${dir} check
+   done
+}
+
+src_install() {
+   strip-linguas -i po
+
+   emake install DESTDIR="${ED}" "LINGUAS=""${LINGUAS}"""
+
+   if use python; then
+   python_optimize
+   fi
+
+   if use ruby; then
+   ruby-ng_src_install
+   fi
+
+   if use perl; then
+   perl_delete_localpod
+
+   # Workaround Build.PL for now (see libguestfs too)
+   doman "${ED}"/usr/man/man3/*
+

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

2023-03-08 Thread Arthur Zamarin
commit: 318dab4622c026faba8b359f17af27d3bfc0d3b3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 06:11:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 06:11:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318dab46

dev-embedded/nodemcu-uploader: EAPI=8, PEP517, py3.11

Closes: https://bugs.gentoo.org/896686
Closes: https://github.com/mgorny/python-bump-testing/issues/42
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../nodemcu-uploader-1.0.0-r1.ebuild   | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/dev-embedded/nodemcu-uploader/nodemcu-uploader-1.0.0-r1.ebuild 
b/dev-embedded/nodemcu-uploader/nodemcu-uploader-1.0.0-r1.ebuild
new file mode 100644
index ..85ff04fa53c9
--- /dev/null
+++ b/dev-embedded/nodemcu-uploader/nodemcu-uploader-1.0.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Simple tool for uploading files to the filesystem of an ESP8266 
running NodeMCU"
+HOMEPAGE="https://github.com/kmpm/nodemcu-uploader;
+SRC_URI="https://github.com/kmpm/nodemcu-uploader/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/pyserial-3.4[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # https://bugs.gentoo.org/796422
+   sed -i -e 's:description-file:description_file:' setup.cfg || die
+
+   distutils-r1_src_prepare
+}



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

2023-03-08 Thread Arthur Zamarin
commit: 7d5f3750b08a9713c20fe75d6685c5c50a3ff1ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar  9 06:01:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar  9 06:02:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5f3750

app-misc/trash-cli: add 0.23.2.13.2, PEP517, py3.11

Closes: https://bugs.gentoo.org/896602
Closes: https://github.com/mgorny/python-bump-testing/issues/38
Signed-off-by: Arthur Zamarin  gentoo.org>

 app-misc/trash-cli/Manifest |  1 +
 app-misc/trash-cli/trash-cli-0.23.2.13.2.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest
index 2f6822d6bffc..c454aa23bb50 100644
--- a/app-misc/trash-cli/Manifest
+++ b/app-misc/trash-cli/Manifest
@@ -1,2 +1,3 @@
 DIST trash-cli-0.22.8.21.tar.gz 79315 BLAKE2B 
a4b0f3072d9a9091b90bec13e3a8208c58638f7dd054a788ba0126f8c803748c837dbf183513ca87a775d4efbed9e926603b2b3839f9f499963b774f59f06cd5
 SHA512 
9c8a40cd92c070dfcadfe2a4871c16a3cfc066568f0e079e11ff80aff53777335f1fec42245846bba04866a55ba9d11a2493950ccdcefcd7d98825508eb6ab6b
 DIST trash-cli-0.22.8.27.tar.gz 80344 BLAKE2B 
309a1c429b6e052d622f5cd0f4eb211e1dcf8f5fcbe0834d359cd568527843e6a3c4cd1d61f1d1102b6e7f5b7a55fdde396b2500ca94f9410111705cdbff339b
 SHA512 
909a521f40e2252012ed9ebafe8baff50cd2f743c9ab49df0abb41ecc177e551bde07289505f37e8dc86a0d20cdc8b521c35dd2383d17d4f9e962aa431368fe8
+DIST trash-cli-0.23.2.13.2.gh.tar.gz 104006 BLAKE2B 
c4187faff6618c54be3fcda2fca799d16ff614e5db2a47912aa796d72385bac8dab188977f635372372eae3f6e7d0faaea9405ac93edcd06962f6ffc2bd4694d
 SHA512 
3894d852c01f5e3096bc5bf95220c35cfaa28e2fa555716983ad8203ce7d2206127394cdfbf3f08f0922abdbbfdb4f1a6c1db3fb0bcbda9d936612a2c7d6a7e8

diff --git a/app-misc/trash-cli/trash-cli-0.23.2.13.2.ebuild 
b/app-misc/trash-cli/trash-cli-0.23.2.13.2.ebuild
new file mode 100644
index ..e0ef904bfe15
--- /dev/null
+++ b/app-misc/trash-cli/trash-cli-0.23.2.13.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1
+
+DESCRIPTION="Python scripts to manipulate trash cans via the command line"
+HOMEPAGE="https://github.com/andreafrancia/trash-cli;
+SRC_URI="
+   https://github.com/andreafrancia/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/flexmock[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_test() {
+   local -x COLUMNS=80
+   distutils-r1_src_test
+}



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

2023-03-08 Thread Michał Górny
commit: 2587aba4b1f56c4820d89b0511ca3a53be1393fd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:20:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2587aba4

dev-python/alembic: Bump to 1.10.2

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

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

diff --git a/dev-python/alembic/Manifest b/dev-python/alembic/Manifest
index 5e91551a440c..dde6f28c7ef2 100644
--- a/dev-python/alembic/Manifest
+++ b/dev-python/alembic/Manifest
@@ -1,5 +1,6 @@
 DIST alembic-1.10.0.tar.gz 1146577 BLAKE2B 
9063a62a10e3c8a2fc5c7b78d285d6526dd0a4b97775db7881e28667752ac9154a4867b7213ca9dde7df51c97317104cb66a8e42dde22d8678ac2da7b4e8994a
 SHA512 
39deb7182660a4afbcfac4b32c1607ff7d97fe599fa99dc74c6dea41c26e298d3fa0618dbd7c3c8984264d54f6f2b00a0e9bde66dc1aa76a2a64eccc81e85a03
 DIST alembic-1.10.1.tar.gz 1147979 BLAKE2B 
5fbcde2f86ad034e0d15825d02d8d1eddbea638953830f16ca9a4f54cb9ea7d1d2332651308c3437ad9bd5040e02749d940ae1d9da2fa3c6c2b8c50a13a4b8f1
 SHA512 
7b26752e8ac6236bf69d379b5852251c9508886a99e36730200dfe085b7d1af7157ef0b66c46c82ec97f22c10e5dbafa9ec135ead0656604401b4fa646ad2359
+DIST alembic-1.10.2.tar.gz 1148340 BLAKE2B 
e6882982d0c7f10aadce3118e0d7ec84de9ecd123b55351922876fedcd5e1debe8aacac57a4db25a0296c585569d6118b95aa5dc601841f5c4247f21fcfd917f
 SHA512 
a0ebff90521a4358257892b840d3e623d35bc2c32408759b7d5ae25839a5314e58ea40457f79e766d1cfad467ebe8b663e073aebd89141e11aee1992b40ee1e9
 DIST alembic-1.9.2.tar.gz 1136929 BLAKE2B 
26c4ad3185bc274aa4321a0860dc357566625abb51c951f2d0151bfd109f0e0bf7a37075d07ad2f0975127bdd327579f2d9a700f3cc130fbdd1c6458127b2e50
 SHA512 
d878d48d140be68facdaf0ec25f8582c9e10a369b23e9ee035ae63f8f2ad52d50464c5b8e9c666307edd1a797b6a2c495e56fa890f7dc8f46b3d75a726905ded
 DIST alembic-1.9.3.tar.gz 1137492 BLAKE2B 
17dbc5513b7e15daa51f623bfa90febf356caad8d13e215c6007fd0330e569ea4ffddd374c1ab9b7954e38a136c27d2e5d0ff5db026a6c2ad04d242b3cfdbe7f
 SHA512 
dcbde51c26a81f88b102979aa000c17d0af065e96c51484c94c138fc08099e229deb06f5934d499058f25ef87eb5a5de765225fb890a76eb030d1ad6649e57a4
 DIST alembic-1.9.4.tar.gz 1139210 BLAKE2B 
5b740803b6bf5b715e9572a91d87d5403d64e665647776d28511704fa17ed81825fe6f5cdab2cec77a0806abb02ef2a7acf5f9702ff87639b90e74d9e22a4b1a
 SHA512 
76e6f86e789cecff78f8e86c34d22a70615158833bc24a26f38fe2d0d5ccd098920e0fe4cbebaadd2c9a4a2e63152720945645000d46a2b6b8b6696ce873f899

diff --git a/dev-python/alembic/alembic-1.10.2.ebuild 
b/dev-python/alembic/alembic-1.10.2.ebuild
new file mode 100644
index ..65822a6ad910
--- /dev/null
+++ b/dev-python/alembic/alembic-1.10.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Database migrations tool, written by the author of SQLAlchemy"
+HOMEPAGE="
+   https://github.com/sqlalchemy/alembic/
+   https://pypi.org/project/alembic/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+IUSE="doc"
+
+RDEPEND="
+   >=dev-python/sqlalchemy-1.1.0[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   >=dev-python/python-editor-0.3[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/typing-extensions-4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/. )
+   distutils-r1_python_install_all
+}



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

2023-03-08 Thread Michał Górny
commit: 495bd871dfff2bafcf9e953c5b7618c53872de92
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:20:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495bd871

dev-python/msgpack: Bump to 1.0.5

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

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

diff --git a/dev-python/msgpack/Manifest b/dev-python/msgpack/Manifest
index a992da3dafd7..3cf516228e53 100644
--- a/dev-python/msgpack/Manifest
+++ b/dev-python/msgpack/Manifest
@@ -1 +1,2 @@
 DIST msgpack-1.0.4.tar.gz 128053 BLAKE2B 
fcbaafbea57f87c949a43a6bd6f6507eb3a07ac5e4a9c44fabfbb7c07849f1edabb8dadcd99a547fed32bce0f900f965368c4ee744acd4e850cad5c27022f463
 SHA512 
dcd59bf77408acf7171bdcc46c4d6bf875d36e80b216b7721544855e6c2b20be469415ee768b2195e74fe4650621ee6bfaa7897e709ac0d8d59cdb30772cb90b
+DIST msgpack-1.0.5.tar.gz 127834 BLAKE2B 
3dcf454630021e35d5c6d5ce850d7ac74a6d11d6fe7c7ed07040daa62585bd6b11dc0f68a5b4c4bf20346c25bc23017f79f2d1bad09f175008b184461d0eea5d
 SHA512 
bc3bf27ca7a9204c5ebc009e4a03db4fb48f6c2733bef393aed16652f07ac92c9400258818743245598343c86494d39b39017ab70d7563a5844091eca11a9faa

diff --git a/dev-python/msgpack/msgpack-1.0.5.ebuild 
b/dev-python/msgpack/msgpack-1.0.5.ebuild
new file mode 100644
index ..b58b4c19500d
--- /dev/null
+++ b/dev-python/msgpack/msgpack-1.0.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="MessagePack (de)serializer for Python"
+HOMEPAGE="
+   https://msgpack.org/
+   https://github.com/msgpack/msgpack-python/
+   https://pypi.org/project/msgpack/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~x64-macos"
+IUSE="+native-extensions"
+
+# extension code is relying on CPython implementation details
+BDEPEND="
+   native-extensions? (
+   $(python_gen_cond_dep '
+   >=dev-python/cython-0.29.30[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Remove pre-generated cython files
+   rm msgpack/_cmsgpack.cpp || die
+
+   if ! use native-extensions ; then
+   sed -i -e "/have_cython/s:True:False:" setup.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2023-03-08 Thread Michał Górny
commit: 2b7eb23cccbc8501fcbf0962abe214f7c0d32f60
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:19:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7eb23c

dev-python/bottleneck: Bump to 1.3.7

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

 dev-python/bottleneck/Manifest|  1 +
 dev-python/bottleneck/bottleneck-1.3.7.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/bottleneck/Manifest b/dev-python/bottleneck/Manifest
index 37713fd30792..e3300ba98d10 100644
--- a/dev-python/bottleneck/Manifest
+++ b/dev-python/bottleneck/Manifest
@@ -1 +1,2 @@
+DIST Bottleneck-1.3.7.tar.gz 103067 BLAKE2B 
d260263fc05b6806203c09555157926f288c60ebb88105b9ad73191c220be0e08370d7a96cb829ec8dd9ac0c2d243aeca62eb1a871e39fe8c85ba6ab507849ac
 SHA512 
ffeacb13e5a99db85e1580b9f2ead98239b4fd0b253a3c242a5507a026b439b9927ea49becec7e4d2d8f8e4ced15f43514c0af99379389db141ae50c4513e011
 DIST bottleneck-1.3.6.gh.tar.gz 119180 BLAKE2B 
8ba4ccb260731b1583eb62249fa0bdf8d25b96c978f5ff91003aaf965b0f5f5d000fb2a049f70e86266ebeb6e748cadd8e7d0ccafad1ed1a50f6aba18452c97a
 SHA512 
0c0af2ee5ca77f86f855800748a4ce4c0fe85f9da445aeeaaffabdcdc0e2c47b18c5590b208cb8aed52d4ec4a1aa9c023588d11d1c5aa581e2c00d3d4c1ba73c

diff --git a/dev-python/bottleneck/bottleneck-1.3.7.ebuild 
b/dev-python/bottleneck/bottleneck-1.3.7.ebuild
new file mode 100644
index ..d3008c73bce6
--- /dev/null
+++ b/dev-python/bottleneck/bottleneck-1.3.7.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fast NumPy array functions written in C"
+HOMEPAGE="
+   https://github.com/pydata/bottleneck/
+   https://pypi.org/project/Bottleneck/
+"
+SRC_URI="
+   $(pypi_sdist_url --no-normalize Bottleneck)
+"
+S=${WORKDIR}/${P^}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/numpy-1.9.1[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # don't overwrites user's optimization level
+   sed -e '/extra_compile_args=\["-O2"\]/d' -i setup.py || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   rm -rf bottleneck || die
+   epytest --pyargs bottleneck
+}



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

2023-03-08 Thread Michał Górny
commit: fa267542e50f0ebdc85cb5e1b72412eb5930772f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:08:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa267542

dev-python/trimesh: Bump to 3.20.2

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

 dev-python/trimesh/Manifest  |  1 +
 dev-python/trimesh/trimesh-3.20.2.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/dev-python/trimesh/Manifest b/dev-python/trimesh/Manifest
index 5eaaf9450adc..4b6de5d33bbd 100644
--- a/dev-python/trimesh/Manifest
+++ b/dev-python/trimesh/Manifest
@@ -2,3 +2,4 @@ DIST trimesh-3.18.1.gh.tar.gz 12657109 BLAKE2B 
8e5370193e7d47f1dc2d7d43c356df1a5
 DIST trimesh-3.19.4.gh.tar.gz 12673418 BLAKE2B 
c54e0e1a946b858371d5de2f028bbc64a353a06859f428d6e221058a46e853bb7f245d7348b1cc7fbbdb930ba9600e24a39c2884a9acfa00b9d31d6576b87959
 SHA512 
b490e6d021a41c0a094c5e3596033a189d08310c04a2ce70c9b72d492e1cad1b5c9f110487c66d0a37eed97754e979c7b449d10a6a6abdbd81241099c248d5cf
 DIST trimesh-3.20.0.gh.tar.gz 12678960 BLAKE2B 
f99ff3d7fd1a84e1ce9b6d1d67b38216aa8b3e3250096f2ac7c4585fffe0a4e565c093bf30bd98bf46daa910c80266edd12dbd43c5a2aef8a7d66c75b08972cb
 SHA512 
82eb81d8b43880d1205c31ddcc085735cfc0bf64eb4918fd539fe5b476c107f484ff1b969d6f8bdb0ac2486d201ba1ff4316b84311afc38853ffbe8f13d0fb9b
 DIST trimesh-3.20.1.gh.tar.gz 12681880 BLAKE2B 
138c10b4e57971e155770f4d398e364a6c4e827d564bb6be608e93c4ba17bd3a06c313e73308069635143d974c945a9231785102bc14c024382675f66675b9eb
 SHA512 
09c048e3a22abecafb8f163ab8273565f244ba232cc988673bce09efbc8696ba92aa53ec57bff41fe90605b032ef147889331de38580948ee04333dbfc608635
+DIST trimesh-3.20.2.gh.tar.gz 12683352 BLAKE2B 
3ed73e426fd72723d19b668aae790f44ad46b310b6ddbbedf1e87aa56880037fa09b43921131ce2a5bff02022e6630222c63fb205a4345e81959e14b0013c3fa
 SHA512 
fb6ca184b9d62e7820f1b92c8ce67a02eed6355c49dbb209b328e149ab6e600c306a10bcbae3bceaaec0244874eebc8bdf06709310f8458e9f72ee9ad213ad65

diff --git a/dev-python/trimesh/trimesh-3.20.2.ebuild 
b/dev-python/trimesh/trimesh-3.20.2.ebuild
new file mode 100644
index ..842ffb868e16
--- /dev/null
+++ b/dev-python/trimesh/trimesh-3.20.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 multiprocessing optfeature
+
+DESCRIPTION="Python library for loading and using triangular meshes"
+HOMEPAGE="
+   https://trimsh.org/
+   https://github.com/mikedh/trimesh/
+   https://pypi.org/project/trimesh/
+"
+SRC_URI="
+   https://github.com/mikedh/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/colorlog[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/pycollada[${PYTHON_USEDEP}]
+   dev-python/pyglet[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
+   dev-python/svg-path[${PYTHON_USEDEP}]
+   dev-python/sympy[${PYTHON_USEDEP}]
+   dev-python/xxhash[${PYTHON_USEDEP}]
+   sci-libs/rtree[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/mapbox_earcut[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -n "$(makeopts_jobs)"
+}
+
+pkg_postinst() {
+   optfeature_header "${PN} functionality can be extended by installing 
the following packages:"
+   optfeature "making GUI applications with 3D stuff" dev-python/glooey
+   optfeature "2D triangulations of polygons" dev-python/mapbox_earcut
+   optfeature "loading a number of additional mesh formats" 
dev-python/meshio
+   optfeature "figuring out how much memory we have" dev-python/psutil
+   optfeature "marching cubes and other nice stuff" sci-libs/scikit-image
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/gentoo-syntax/

2023-03-08 Thread Michał Górny
commit: dba2d38ecc2e399474eb93439be2ff1dfb261d64
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:47:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba2d38e

app-vim/gentoo-syntax: Bump to v8

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

 app-vim/gentoo-syntax/Manifest   |  1 +
 app-vim/gentoo-syntax/gentoo-syntax-8.ebuild | 42 
 2 files changed, 43 insertions(+)

diff --git a/app-vim/gentoo-syntax/Manifest b/app-vim/gentoo-syntax/Manifest
index 283fd4197545..4914ac338387 100644
--- a/app-vim/gentoo-syntax/Manifest
+++ b/app-vim/gentoo-syntax/Manifest
@@ -2,3 +2,4 @@ DIST gentoo-syntax-4.tar.bz2 20344 BLAKE2B 
3e9b75c1e9e395e04547a95bb6abd17e74043
 DIST gentoo-syntax-5.tar.bz2 20386 BLAKE2B 
8f5ba5bdf4a5caff400d4af0f0e88b2bfe36ab550a4cb6045dd2c2b00a00fc3a95fd6394eabf0316fb36bdb454c774fd3a4e86818230bbab5c54996c29fae581
 SHA512 
e57d0b9eeff27ce591ce3f6a759b18f08a272e44d59063dd34a6543ce909e03509c8503f92d8c67aba092944e549ff43672c3ebc9f97100e84abeba4a7a322f6
 DIST gentoo-syntax-6.tar.bz2 21077 BLAKE2B 
76d3cfff7eb8c6ea393770126eef8a39df010292edd95bf2599e0a341cd4d7399b17c27a1d3dfdc420268c9c3f14b8cd477b325c7b9525c547c5ae1b864061c3
 SHA512 
97792795d42f3fdb42bf8d1d2b531e47bbed463f14d2acdb1e801b96c980829dfd2a858f7b46d48892152b36f22ec0e478f6bb7ee374cdd3c69d7316641aa307
 DIST gentoo-syntax-7.tar.bz2 21068 BLAKE2B 
c8b171486922f617a036f8d766183cbf3193093ed3cb8a87e69505439eb6cbeadbf9878a2283cf4f36f16f92079b2c65e687713cb77ebd7230509dc55d4f2473
 SHA512 
4c4b81ab72cff9d48c4ccd6b563edcdf0863d2de3ed4a6b9dd657badc059f58baf4cfe88e89d1f9afc5a91f0ce9b0be44346c1a62d5d737f638efec4ec593e24
+DIST gentoo-syntax-8.tar.bz2 21280 BLAKE2B 
81854e79fe206fda53cd4566c9e761fbac321929bfbaa7adb042750df60646a9ff494fb623af1d6540722fd0bb37106fbb8e50a7f0f602989adff3d88a58f41e
 SHA512 
af3719dac995064861ba369786206433d92275d586e407f0d6b92f37cbb9f4b96a73b24193d21f59c6398cf51857f1292e4e2c647f0ee70d141db68c7db80b87

diff --git a/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild 
b/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
new file mode 100644
index ..c560022b6db4
--- /dev/null
+++ b/app-vim/gentoo-syntax/gentoo-syntax-8.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: Gentoo and Portage syntax highlighting"
+HOMEPAGE="https://github.com/gentoo/gentoo-syntax;
+SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2;
+
+LICENSE="vim"
+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"
+IUSE="ignore-glep31"
+
+VIM_PLUGIN_HELPFILES="gentoo-syntax"
+VIM_PLUGIN_MESSAGES="filetype"
+
+src_prepare() {
+   default
+   if use ignore-glep31 ; then
+   for f in ftplugin/*.vim ; do
+   ebegin "Removing UTF-8 rules from ${f} ..."
+   sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' 
${f} \
+   || die "waah! bad sed voodoo. need more goats."
+   eend $?
+   done
+   fi
+}
+
+pkg_postinst() {
+   vim-plugin_pkg_postinst
+
+   if [[ -z ${REPLACING_VERSIONS} ]] ; then
+   if use ignore-glep31 1>/dev/null ; then
+   ewarn "You have chosen to disable the rules which 
ensure GLEP 31"
+   ewarn "compliance. When editing ebuilds, please make 
sure you get"
+   ewarn "the character set correct."
+   fi
+   fi
+}



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

2023-03-08 Thread Michał Górny
commit: 718042744d99d8c9d5168c2fe228fc2d4b0c7b66
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:47:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71804274

dev-python/fritzconnection: Remove obsolete sed

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

 dev-python/fritzconnection/fritzconnection-1.12.0.ebuild | 6 --
 1 file changed, 6 deletions(-)

diff --git a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild 
b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
index c82f65f2406f..7c33835fcdcd 100644
--- a/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
+++ b/dev-python/fritzconnection/fritzconnection-1.12.0.ebuild
@@ -43,9 +43,3 @@ EPYTEST_DESELECT=(
# flaky (relies on time.sleep(0.01) magically being sufficient)

fritzconnection/tests/test_fritzmonitor.py::test_terminate_thread_on_failed_reconnection
 )
-
-src_prepare() {
-   # upstream is pinning for py3.6 compat x_x
-   sed -i -e 's:,<[0-9.]*::' setup.py || die
-   distutils-r1_src_prepare
-}



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

2023-03-08 Thread Michał Górny
commit: b76584e5ac04148489b5fa009c45ee883f43db04
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:08:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76584e5

dev-python/pydantic: Bump to 1.10.6

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

 dev-python/pydantic/Manifest   |  1 +
 dev-python/pydantic/pydantic-1.10.6.ebuild | 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-python/pydantic/Manifest b/dev-python/pydantic/Manifest
index af52c45443b7..fa16c8fd5e25 100644
--- a/dev-python/pydantic/Manifest
+++ b/dev-python/pydantic/Manifest
@@ -1,2 +1,3 @@
 DIST pydantic-1.10.4.gh.tar.gz 898916 BLAKE2B 
506a53de6a59f858a7c8fd56cf18f8079d48eb4f6d3ba36d149141a7e2d471819a466bfc1c34c879f5ec90c0de385b2b89d58beb75660da7de282278092e901f
 SHA512 
0566f89518c6f0171c9b49b5fb57e568286ed421d64655dde90a1565d0672bfef6237ed99e4120564ca2562c7e29e08d86db4fcec47e605aaa98d60845688e72
 DIST pydantic-1.10.5.gh.tar.gz 900106 BLAKE2B 
6ad75bc0e58b2fea8e0e4c2e23e7b8de39779ec6f1acf05b693201f6ef63e2e6765cac2320ecf694086facdc5d38d9213cead7dc267b53bbec97f11e0f6ff67e
 SHA512 
2f25e5ed3016a64af05674a21dd8dccf3af7e075237b0d078433fa347e58482113e243f9c21ddd55677432d22da692cbb24a682c5af2f09bfdb6fb5cbd53d408
+DIST pydantic-1.10.6.gh.tar.gz 902014 BLAKE2B 
ba3a3896cdcd2eecc7bd4e6ad979846de377c94d939519889752b36827eba7b3d245943ba192dd80925c2aa09ef02243aaae5e990a6f7b1ab9a8d0b5ba9830c4
 SHA512 
094fda0158faeb6021632f7ce3ea2570c19ddb288260d4e0f5a4361ab2684a68b0e6212264b37a4a75166746570098d1c4aa0311797d2cf1a22cef2c1e1f0137

diff --git a/dev-python/pydantic/pydantic-1.10.6.ebuild 
b/dev-python/pydantic/pydantic-1.10.6.ebuild
new file mode 100644
index ..1189c74a6be6
--- /dev/null
+++ b/dev-python/pydantic/pydantic-1.10.6.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=${P/_beta/b}
+DESCRIPTION="Data parsing and validation using Python type hints"
+HOMEPAGE="
+   https://github.com/pydantic/pydantic/
+   https://pypi.org/project/pydantic/
+"
+SRC_URI="
+   https://github.com/pydantic/pydantic/archive/v${PV/_beta/b}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+IUSE="+native-extensions"
+
+RDEPEND="
+   >=dev-python/typing-extensions-4.1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   native-extensions? (
+   dev-python/cython[${PYTHON_USEDEP}]
+   )
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/python-dotenv[${PYTHON_USEDEP}]
+   >=dev-python/python-email-validator-1.2.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/CFLAGS/d' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   if [[ ${EPYTHON} == pypy3 ]] || ! use native-extensions; then
+   # do not build extensions on PyPy to workaround
+   # https://github.com/cython/cython/issues/4763
+   local -x SKIP_CYTHON=1
+   fi
+   distutils-r1_python_compile
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=pytest_mock
+
+   local EPYTEST_DESELECT=(
+   # flaky test, known upstream
+   
tests/test_hypothesis_plugin.py::test_can_construct_models_with_all_fields
+   # mypy linting causes regressions with new mypy versions
+   tests/mypy
+   )
+   case ${EPYTHON} in
+   pypy3)
+   EPYTEST_DESELECT+=(
+   
tests/test_private_attributes.py::test_private_attribute
+   
tests/test_private_attributes.py::test_private_attribute_annotation
+   
tests/test_private_attributes.py::test_private_attribute_factory
+   
tests/test_private_attributes.py::test_private_attribute_multiple_inheritance
+   
tests/test_private_attributes.py::test_underscore_attrs_are_private
+   )
+   ;;
+   esac
+   rm -rf pydantic || die
+   epytest
+}



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

2023-03-08 Thread Michał Górny
commit: 6377a98b7b753b44c360e8717bcf49bb585b14d7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 04:41:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6377a98b

dev-python/boto3: Bump to 1.26.87

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.26.87.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 232d5f27d5a4..776bc969456d 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -3,3 +3,4 @@ DIST boto3-1.26.79.gh.tar.gz 605312 BLAKE2B 
c36b86ab289be9c08a1ab43274a4f4db71ce
 DIST boto3-1.26.84.gh.tar.gz 612921 BLAKE2B 
cf98272681299aa11454d65a6bf8bc6aa28244803e3d448f01425e62bb5dc01d93e0790ecaf6b2949ea1978130782f5ac282766c8fea94682e33b0cec65e2148
 SHA512 
d72117cb2f258fccf4a25e201a2dad8e13e8a80a03859edec2f27da01209185cbbb2f02a7924819214a612c6f6d3758ba0aba0047fab1cced3312d1662a7482b
 DIST boto3-1.26.85.gh.tar.gz 613010 BLAKE2B 
724ebf1264717652b2d671f96f34b546b1cc5663844454bd3925c985f4624e21370d90b4408f7d0ea7de151f8e9e6bdf11089db1836cf46eacc1d7fc671ff342
 SHA512 
d4ae39fd0be03ebe73d0ce7ab1467c93997c5d11b4409e6832ca40e292f7a0c7151519c3784d634157534546b84e208c529b785e4bce35c09bcbb2bb4aa76389
 DIST boto3-1.26.86.gh.tar.gz 613310 BLAKE2B 
4b16a9d637af664331a1197324219e9e58ba3569636f1707f907f44ffca284948daa2c702cc95a6fc85bc2ccb00d12bd80ffd79eb562325a709c87d9d3181880
 SHA512 
1a6bb7b7d3e14611099e938def383c7444801702a401003a91f47dc95656c0fb22450d670b908902b85d6caa0f20c6572f891364b20a98ef0669fdb7cdcfeb62
+DIST boto3-1.26.87.gh.tar.gz 614323 BLAKE2B 
b2dab2b5850777e493d7b4df7bda8cce8bb4f3b316f9551489a1942caaa0deca915cf50e4dd3e910a4ceff0d0a49ec2539dfc8bdf955745a4d5b8018453f8280
 SHA512 
0577e56f4cef0386e113e0ee67796ddbd8084fdb1e2b4229525f7818a8d89f1177c875b0b80f9d3334fc774fd151805f673bc29211cf4ee6e08806a5917ec619

diff --git a/dev-python/boto3/boto3-1.26.87.ebuild 
b/dev-python/boto3/boto3-1.26.87.ebuild
new file mode 100644
index ..9523f65d5fb9
--- /dev/null
+++ b/dev-python/boto3/boto3-1.26.87.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2023-03-08 Thread Michał Górny
commit: e66e59199a6b4ef23af81d0a845032b9fcf2f92e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 04:41:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66e5919

dev-python/botocore: Bump to 1.29.87

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.29.87.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 2b0b443be991..541e3af856ee 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -3,3 +3,4 @@ DIST botocore-1.29.79.gh.tar.gz 11184048 BLAKE2B 
062326a477fb27844ec47af28b77424
 DIST botocore-1.29.84.gh.tar.gz 11220100 BLAKE2B 
588efd08ec38eee7e319ea6e1d41af3f8d96c8e71fa090e5d3e8c836d60be957c47b556a9ce18684d53cb415446a360006714501dfbfc77204b2822247e7bf35
 SHA512 
cee6066735b324d550b736224ce4a4cff207cb7494d14e599ff9606b7a530d3887636054b3d0457269234d83ec0078950e03f916cd834cf910680e7ca650167b
 DIST botocore-1.29.85.gh.tar.gz 11218800 BLAKE2B 
801e86c9ce18e77b2e4c6c004ed1015369bf8b86ca3dca990865856e979a88dc37e9ce51d8bcab86375f152f44f2727ac1d1ced00fac6da1ba4eac348096ebb2
 SHA512 
5424e26ddab6b441bfdda1195aad4beb4d01fd976d8640a7707e3e8bc52347816937deff9d7f3ab4aba1704d192738eb5c26a46825efba854dcde7bfdc25a4dd
 DIST botocore-1.29.86.gh.tar.gz 11222402 BLAKE2B 
ceefb618f7156f93bd5a1ccb9addaec225e049922edc6120d34047805fe878a7fb89ee668d966f70e20c0935c0e5bf5f3085dadafebd0bf9f14a873996900740
 SHA512 
c7846133c86f470ffbc2a189776da5cb86a52ae46441d4abb21a94100383e96ecb50bda9702dcd25ba34fe9421d1f98b8a0b427a87c92d3d18168d306ae4b37d
+DIST botocore-1.29.87.gh.tar.gz 11221589 BLAKE2B 
c60ce2b4d58fa660aebc143f63848d871b2c0e9ad9ce234af3e23e7fc3eef64cc59186d687b844f1c767e569c263500cbb2ec1187bd14fb594eae28e3ed8e219
 SHA512 
2505f0c397257fb054c5a8808cbe807c2aa86015b71400b4ee7dafecddcef197ab89399df32eb8afc4761974490d65ae3524ee3b0ce7c1cdd9fa33bc1cdb95c4

diff --git a/dev-python/botocore/botocore-1.29.87.ebuild 
b/dev-python/botocore/botocore-1.29.87.ebuild
new file mode 100644
index ..0f4daaa48e81
--- /dev/null
+++ b/dev-python/botocore/botocore-1.29.87.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   # TODO
+   
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
+   )
+
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



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

2023-03-08 Thread Michał Górny
commit: 9eef79e3549fc02c102afb6e0272c04be9f8deeb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:05:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eef79e3

dev-python/pyghmi: Bump to 1.5.59

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

 dev-python/pyghmi/Manifest |  1 +
 dev-python/pyghmi/pyghmi-1.5.59.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pyghmi/Manifest b/dev-python/pyghmi/Manifest
index 80bc2937024d..6c9161918ae4 100644
--- a/dev-python/pyghmi/Manifest
+++ b/dev-python/pyghmi/Manifest
@@ -1,2 +1,3 @@
 DIST pyghmi-1.5.57.tar.gz 249816 BLAKE2B 
358f5f5262c0bd59da668d590d36f4b84ef55fca78908a5fbfb6fead2cd652d704feaf73410906fcf969fab88928dd480ae1afa60e342663503630b57226a444
 SHA512 
d9fa87e2a715cb899c36f27e8c706d3330de488e0685e547bbed77c320ea824bed776276e936789e887b324e85899ae944a55d3549def3767d77ec789ddba42f
 DIST pyghmi-1.5.58.tar.gz 251278 BLAKE2B 
e4e019d7611b1f9464d7557937fdf3a3aa67649790825f5ad8958c36760fc4f651f7922de27694e2048abc3a6269d9237d9ee1662fa9682d15e9e8d9cacdc072
 SHA512 
88b2c23ceb45bc7460dd7adea600b296e92755dea63a0de86108e9e54131b40b06947ee5fb74587a60cb1cd2aed03cea126643c476299a30f27490c8cd5d9f30
+DIST pyghmi-1.5.59.tar.gz 251390 BLAKE2B 
0299bf92e6252e21499172e9d4389ecd2a19912ddb9cf9cd8769fc6dd994536526f909711975af58a01169ec2aa20eabba5ca20a5f66ddaaf948be9c1f77060c
 SHA512 
adb64a400a53a17d8837972220807b9bc6f00291316c2f28a45f56d7f9fbaaa8775002e37eeb12e96445636c7a0a25c2829f4ee6c9ffa4c52a83fb35d5391b47

diff --git a/dev-python/pyghmi/pyghmi-1.5.59.ebuild 
b/dev-python/pyghmi/pyghmi-1.5.59.ebuild
new file mode 100644
index ..7b3d2e7d3897
--- /dev/null
+++ b/dev-python/pyghmi/pyghmi-1.5.59.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pure python implementation of IPMI protocol"
+HOMEPAGE="
+   https://opendev.org/x/pyghmi/
+   https://pypi.org/project/pyghmi/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   dev-python/pbr[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest



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

2023-03-08 Thread Michał Górny
commit: 3c3407fc5895e9716d90c4e4c1aa9bbef201d765
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 04:41:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3407fc

app-admin/awscli: Bump to 1.27.87

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.27.87.ebuild | 80 ++
 2 files changed, 81 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 5e2c44d032e8..4a885807a24b 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -3,3 +3,4 @@ DIST aws-cli-1.27.79.gh.tar.gz 2376690 BLAKE2B 
8e55d3607b805ebc5673c682731483f0f
 DIST aws-cli-1.27.84.gh.tar.gz 2378573 BLAKE2B 
b85d7eeb22b0a2a9264b49a27f2e3d3da9d35dbc44de205521c39522fcec31948ef8b67dfc3ce919b772ba85fa59cfc5a4d69e3c67aadd9cbb029da883ad699e
 SHA512 
1d31d1b800b0795a8473af0dc334feb69f62d2fd8fcb88e0e4e7e4068435f6f37792d2c9382ec1b0c6b074d5eca09142e52f6e36c472145df9d57db2cc4ee078
 DIST aws-cli-1.27.85.gh.tar.gz 2378716 BLAKE2B 
c3bc3294d11815eb7607020e78d0349a1b9ac1c93e09351f960a997c974dad905bbff171139e68b776eae7ac2e6d3ec0d0154b05c42afc29ab4655933806bed6
 SHA512 
a2e1d471f64cf2c7c3e0657e67c88d79c9430195c81b11054977352f3f66f21fa68c67b3eff537ca6991e2f55379a9955665a8514ce0804d40c71d1d2ef38e3f
 DIST aws-cli-1.27.86.gh.tar.gz 2379304 BLAKE2B 
8bca8deaf377def250e772bd7568f7d4b82b7be4ba951a95529b8b8eb13d9ac8be791a7e9588bb01fa7167d3304224e2db426f25e25d7af94de298dd5ebf673d
 SHA512 
9c98965c03685ba806a16531c68ec75c043b8c94eb64238d7500894211e3e9b500d003216502ad3ea588bf09ae470a862d6d97b880a06808c96dfe6d
+DIST aws-cli-1.27.87.gh.tar.gz 2381669 BLAKE2B 
eb279545fcab3ac279ee127acbd4e06f15d365bf0c4d9b17e682d852de81acf2b94ef197ed8444ca5d6ffb5a3ba814d6ace72bcf7ed956bfbbd955508942d6ec
 SHA512 
23af96758d9664f3ae72f2abcb2c94817f2bd9a7b68564eb2eabbd7fb121247bedb77a3e5d24e04975ab5db101dee47bd5b6324152a6132891b542c402898c3a

diff --git a/app-admin/awscli/awscli-1.27.87.ebuild 
b/app-admin/awscli/awscli-1.27.87.ebuild
new file mode 100644
index ..62c19f3a63fb
--- /dev/null
+++ b/app-admin/awscli/awscli-1.27.87.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing
+   
tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid
+   )
+
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



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

2023-03-08 Thread Michał Górny
commit: 48d9babfc048b97426898c0f3e6c32d0d499addb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  9 05:06:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:58:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d9babf

dev-python/sphinx-gallery: Bump to 0.12.0

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

 dev-python/sphinx-gallery/Manifest |  1 +
 .../sphinx-gallery/sphinx-gallery-0.12.0.ebuild| 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/sphinx-gallery/Manifest 
b/dev-python/sphinx-gallery/Manifest
index 03e3236256ac..e9e238c7dd19 100644
--- a/dev-python/sphinx-gallery/Manifest
+++ b/dev-python/sphinx-gallery/Manifest
@@ -1 +1,2 @@
 DIST sphinx-gallery-0.11.1.tar.gz 393927 BLAKE2B 
c4c56e7bc7bfc519cd172cd104cfee902524c70de7fe76cc816d8f4612cbdf1a0786e3d5f83ea74ce7c1726eeaea5db45682efa3d873efeac49d94ab1393b9ac
 SHA512 
514139213516851fe09aac4168d8fff72e5ce62eecdb0864f58e45d5fe6eab58b8fda749b72ae98f94b2bf8ac1a917396195d8a4d1750ec1563b30b879b12b8d
+DIST sphinx-gallery-0.12.0.tar.gz 402165 BLAKE2B 
679b51041df7593a693116a558a0b297367b230f447f53821408631ef92f301e003d1c8446b4b3666b8836149f806b92a5f101993c4f0b395df983a49ef77101
 SHA512 
e086c9f4ca3c8f2018c88cf6d32e644735ddec0cf85a12757a36da93c6eda43bb77d64573b963fdcf7a2e24a8123ec675af48d2500eaed040ed91bde5f776b59

diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.12.0.ebuild 
b/dev-python/sphinx-gallery/sphinx-gallery-0.12.0.ebuild
new file mode 100644
index ..fb10706de391
--- /dev/null
+++ b/dev-python/sphinx-gallery/sphinx-gallery-0.12.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Sphinx extension to automatically generate an examples gallery"
+HOMEPAGE="
+   https://github.com/sphinx-gallery/sphinx-gallery/
+   https://sphinx-gallery.github.io/
+   https://pypi.org/project/sphinx-gallery/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/joblib[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov-report= --cov=sphinx_gallery::' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+EPYTEST_DESELECT=(
+   # Internet
+   sphinx_gallery/tests/test_docs_resolv.py::test_embed_code_links_get_data
+   sphinx_gallery/tests/test_full.py::test_run_sphinx
+   sphinx_gallery/tests/test_full.py::test_embed_links_and_styles
+   # require jupyterlite_sphinx
+   sphinx_gallery/tests/test_full.py
+   sphinx_gallery/tests/test_full_noexec.py
+   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents
+   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents_non_default_contents
+   
sphinx_gallery/tests/test_gen_gallery.py::test_create_jupyterlite_contents_with_jupyterlite_disabled_via_config
+)



[gentoo-commits] repo/gentoo:master commit in: app-forensics/afflib/

2023-03-08 Thread Sam James
commit: 7becac16ac0f3ea841f36b2465dd8cb2c427a9d2
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 05:55:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 05:58:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7becac16

app-forensics/afflib: add 3.7.20

Closes: https://bugs.gentoo.org/896542
Closes: https://bugs.gentoo.org/893002
Signed-off-by: Sam James  gentoo.org>

 app-forensics/afflib/Manifest |  1 +
 app-forensics/afflib/afflib-3.7.20.ebuild | 80 +++
 2 files changed, 81 insertions(+)

diff --git a/app-forensics/afflib/Manifest b/app-forensics/afflib/Manifest
index 76fd811dba8d..b00e6dbceb28 100644
--- a/app-forensics/afflib/Manifest
+++ b/app-forensics/afflib/Manifest
@@ -1 +1,2 @@
 DIST afflib-3.7.19.tar.gz 540165 BLAKE2B 
dea0998741121d2c1ae0e42ced9652ec46816282128469af75e0a32f9e4e2d09ac4afb4888ee7925366a03a867932f2446bfcd3800ab4dc021939ab6c38c797b
 SHA512 
6e0df7477bf7dbd3814099d94e3fce122e0cf9b714a425521b7458f4eedc6e8b8e7283fd37926b7c992cdf21d3adec620df29a79a6a5311bf1d1b5d4930768bc
+DIST afflib-3.7.20.tar.gz 560441 BLAKE2B 
6934efc30566b4b72e55e5727c46657362237872acae9d161f2625439d3d6e12da702b3ed82e3442b7015d8cb707097152cc73a6d0cc31d1ad61467f4022f7d4
 SHA512 
1ac623cb8462fc929a8ad1c014e92d319a3ebf5226ef07aa0777e4cbb77a9ee20adf570f39c960c9186ac2a477e861dfd5565d3364fdff22f9870f8c9ab30479

diff --git a/app-forensics/afflib/afflib-3.7.20.ebuild 
b/app-forensics/afflib/afflib-3.7.20.ebuild
new file mode 100644
index ..7a9a46d498cf
--- /dev/null
+++ b/app-forensics/afflib/afflib-3.7.20.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit autotools python-single-r1
+
+MY_PN=AFFLIBv3
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Library that implements the AFF image standard"
+HOMEPAGE="https://github.com/sshock/AFFLIBv3/;
+SRC_URI="https://github.com/sshock/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x64-macos"
+IUSE="fuse ncurses python qemu readline s3 static-libs threads"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+# Tests don't play well with sandbox
+RESTRICT="test"
+
+RDEPEND="
+   dev-libs/expat
+   sys-libs/zlib:=
+   fuse? ( sys-fs/fuse:0 )
+   dev-libs/openssl:=
+   ncurses? ( sys-libs/ncurses:= )
+   python? (
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]')
+   )
+   readline? ( sys-libs/readline:= )
+   s3? ( net-misc/curl )
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.7.19-search-path.patch"
+)
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/FLAGS/s: -g::' \
+   -e 's:-D_FORTIFY_SOURCE=2::' \
+   configure.ac || die
+
+   eautoreconf
+}
+
+src_configure() {
+   # Hacks for automagic dependencies
+   use ncurses || export ac_cv_lib_ncurses_initscr=no
+   use readline || export ac_cv_lib_readline_readline=no
+
+   local myeconfargs=(
+   $(use_enable fuse)
+   $(use_enable python)
+   $(use_enable qemu)
+   $(use_enable s3)
+   $(use_enable static-libs static)
+   $(use_enable threads threading)
+   )
+
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   find "${ED}" -name "*.la" -delete || die
+}



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

2023-03-08 Thread Sam James
commit: 3c2fe1340e974d06035ea24adb78ee578994a4a4
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 05:47:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 05:58:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2fe134

dev-libs/librelp: add 1.11.0

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

 dev-libs/librelp/Manifest  |  1 +
 dev-libs/librelp/librelp-1.11.0.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-libs/librelp/Manifest b/dev-libs/librelp/Manifest
index a28b17eef20e..7e43e656f67d 100644
--- a/dev-libs/librelp/Manifest
+++ b/dev-libs/librelp/Manifest
@@ -1 +1,2 @@
 DIST librelp-1.10.0.tar.gz 543414 BLAKE2B 
3c7bace3c7892755c943dc4fc9bee7962e6891f5200ac184555da5f552d19d65f5604c745653d06a87210152af9b57f7234636e59257dd29dc83b5dc566c9680
 SHA512 
a38840231902bec034edb497166deded7577c989e4f735e406c8488384972925de1ca6132b3080472f7919d2439559c8774c02a49c356e90ad791dfbba2a4865
+DIST librelp-1.11.0.tar.gz 546841 BLAKE2B 
3645675f7300cca72847973e2414c7ead560f4dcf6d3eb92ae53ce2b279d6a19b792f6fa6b4e9f837710681f0a224c4a85f90091dd45d46aae5ef16180f4a1ee
 SHA512 
e93cbc12fb6e596762c351cdfa3293fea89dd8cf90de4f890771216b56c3f66e3578fefea447d4ca9f754f146712481e7bab9a831f16fcf0cd15b10d475925bc

diff --git a/dev-libs/librelp/librelp-1.11.0.ebuild 
b/dev-libs/librelp/librelp-1.11.0.ebuild
new file mode 100644
index ..81815f17a365
--- /dev/null
+++ b/dev-libs/librelp/librelp-1.11.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+inherit autotools python-any-r1
+
+DESCRIPTION="An easy to use library for the RELP protocol"
+HOMEPAGE="https://www.rsyslog.com/librelp/;
+SRC_URI="https://download.rsyslog.com/${PN}/${P}.tar.gz;
+
+LICENSE="GPL-3+ doc? ( FDL-1.3 )"
+# subslot = soname version
+SLOT="0/0.5.1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc ~x86"
+IUSE="debug doc +ssl +gnutls openssl static-libs test"
+REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ssl? (
+   gnutls? ( >=net-libs/gnutls-3.3.17.1:= )
+   openssl? ( dev-libs/openssl:= )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   test? ( ${PYTHON_DEPS} )
+"
+BDEPEND="virtual/pkgconfig"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_prepare() {
+   sed -i \
+   -e 's/ -g"/"/g' \
+   configure.ac || die "sed failed"
+
+   default
+
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-valgrind
+   --disable-Werror
+   $(use_enable debug)
+   $(use_enable gnutls tls)
+   $(use_enable openssl tls-openssl)
+   $(use_enable static-libs static)
+   )
+
+   CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
+}
+
+src_test() {
+   emake -j1 check
+}
+
+src_install() {
+   local DOCS=( ChangeLog )
+   use doc && local HTML_DOCS=( doc/relp.html )
+   default
+
+   if ! use static-libs; then
+   find "${D}" -name '*.la' -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-forensics/afflib/

2023-03-08 Thread Sam James
commit: a7bf08dcaf05e4ecbc359ec88c09a91f83982149
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 05:52:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 05:58:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7bf08dc

app-forensics/afflib: update upstream metadata

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

 app-forensics/afflib/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/afflib/metadata.xml 
b/app-forensics/afflib/metadata.xml
index 2b3358158649..9f097fab65d8 100644
--- a/app-forensics/afflib/metadata.xml
+++ b/app-forensics/afflib/metadata.xml
@@ -8,6 +8,6 @@
 Enable support for Amazon S3
   
   
-simsong/AFFLIBv3
+sshock/AFFLIBv3
   
 



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

2023-03-08 Thread Sam James
commit: ea2b752453af6f38c193cfa839b2ca00f7776324
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 05:41:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 05:58:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2b7524

sys-libs/ldb: add 2.7.1

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

 sys-libs/ldb/Manifest |   1 +
 sys-libs/ldb/ldb-2.7.1.ebuild | 167 ++
 2 files changed, 168 insertions(+)

diff --git a/sys-libs/ldb/Manifest b/sys-libs/ldb/Manifest
index e901f345acee..05b3a60d8048 100644
--- a/sys-libs/ldb/Manifest
+++ b/sys-libs/ldb/Manifest
@@ -2,3 +2,4 @@ DIST ldb-2.4.4.tar.gz 1726595 BLAKE2B 
c01440e7032dbd3f7b735cb8d2078d7e1dbb56370b
 DIST ldb-2.5.2.tar.gz 1730347 BLAKE2B 
a0d3a9ae02f79c27b396314b804195ecd37b8bcd843fb94f9813a69fb15773db94ed2210f4102e395333562c2dccebabde1c2dcc0c2fceac97dfa31b2ad97e3d
 SHA512 
02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c
 DIST ldb-2.6.1.tar.gz 1740497 BLAKE2B 
3e831e4689297f3415928507c4c498cba937df104f1e94792a66691a2c0fefa641989badc1d89b0030d164eff5fdb0b3c75646f12961808e37c54d741f745a76
 SHA512 
7b920c5ec1252446584caeedf9ec18aeb5c1b689c2ecc8ae65c0d5b64bf0bca0cbaa887c07fca90b36b16904e3a08534fc513fec6bac288e80f94d2980c36211
 DIST ldb-2.7.0.tar.gz 1736995 BLAKE2B 
e06b8934a8b8703e861ed8d89f4ee5151d0529b76d08e4d7b24f08860a95669e1749edb3bd90649dbe9104101d03625604d613d25968d9d1d253b3921f5ca575
 SHA512 
5b730595e8a5830889eb0c0374a695ff228a14bcfffbed494b01d9642b626a7b82a5d73f182435d95cd9d52b3744cb3a5c190d6242eda8843a1c24203c56d57e
+DIST ldb-2.7.1.tar.gz 1736244 BLAKE2B 
2da18c7383c0533db4e6e89aaa518d1fca5e426bcb23a2985843bd3f92603e9dd121d4c6e7492587133e669b6e7d801acab0c4eed68791c5fa99dc5f282c7655
 SHA512 
4d59a8848c20eea98c658863721bc170c8a19c6d113e65b386db3ecb32d293a25f08deed37afd0a66e1667f7d4b0d62b22547845f5ee8c433a5dcc1eac6b4219

diff --git a/sys-libs/ldb/ldb-2.7.1.ebuild b/sys-libs/ldb/ldb-2.7.1.ebuild
new file mode 100644
index ..7a780a61842d
--- /dev/null
+++ b/sys-libs/ldb/ldb-2.7.1.ebuild
@@ -0,0 +1,167 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="threads(+)"
+inherit python-single-r1 waf-utils multilib-minimal
+
+DESCRIPTION="LDAP-like embedded database"
+HOMEPAGE="https://ldb.samba.org;
+SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
+
+LICENSE="LGPL-3"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="doc ldap +lmdb python test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   test? ( lmdb python )"
+
+RESTRICT="!test? ( test )"
+
+TALLOC_VERSION="2.4.0"
+TDB_VERSION="1.4.8"
+TEVENT_VERSION="0.14.1"
+
+RDEPEND="
+   dev-libs/libbsd[${MULTILIB_USEDEP}]
+   dev-libs/popt[${MULTILIB_USEDEP}]
+   >=sys-libs/talloc-${TALLOC_VERSION}[${MULTILIB_USEDEP}]
+   >=sys-libs/tdb-${TDB_VERSION}[${MULTILIB_USEDEP}]
+   >=sys-libs/tevent-${TEVENT_VERSION}[${MULTILIB_USEDEP}]
+   ldap? ( net-nds/openldap:= )
+   lmdb? ( >=dev-db/lmdb-0.9.16:=[${MULTILIB_USEDEP}] )
+   python? (
+   ${PYTHON_DEPS}
+   sys-libs/talloc[python,${PYTHON_SINGLE_USEDEP}]
+   sys-libs/tdb[python,${PYTHON_SINGLE_USEDEP}]
+   sys-libs/tevent[python,${PYTHON_SINGLE_USEDEP}]
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   virtual/libcrypt
+   test? ( >=dev-util/cmocka-1.1.3[${MULTILIB_USEDEP}] )
+"
+BDEPEND="${PYTHON_DEPS}
+   dev-libs/libxslt
+   virtual/pkgconfig
+   doc? ( app-doc/doxygen )
+"
+
+WAF_BINARY="${S}/buildtools/bin/waf"
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h )
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.5.2-optional_packages.patch
+   "${FILESDIR}"/${PN}-1.1.31-fix_PKGCONFIGDIR-when-python-disabled.patch
+   "${FILESDIR}"/${PN}-2.4.2-skip-32bit-time_t-tests.patch
+   "${FILESDIR}"/${PN}-2.5.2-skip-waf-tevent-check.patch
+)
+
+pkg_setup() {
+   # Package fails to build with distcc
+   export DISTCC_DISABLE=1
+   export PYTHONHASHSEED=1
+
+   # waf requires a python interpreter
+   python-single-r1_pkg_setup
+}
+
+check_samba_dep_versions() {
+   actual_talloc_version=$(sed -En '/^VERSION =/{s/[^0-9.]//gp}' 
lib/talloc/wscript || die)
+   if [[ ${actual_talloc_version} != ${TALLOC_VERSION} ]] ; then
+   eerror "Source talloc version: ${TALLOC_VERSION}"
+   eerror "Ebuild talloc version: ${actual_talloc_version}"
+   die "Ebuild needs to fix TALLOC_VERSION!"
+   fi
+
+   actual_tdb_version=$(sed -En '/^VERSION =/{s/[^0-9.]//gp}' 
lib/tdb/wscript || die)
+   if [[ ${actual_tdb_version} != ${TDB_VERSION} ]] ; then
+   eerror "Source tdb version: ${TDB_VERSION}"
+   eerror 

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

2023-03-08 Thread Sam James
commit: b903d44b14b0d4a66e0f65f91022f40e55f1ad50
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 05:45:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 05:58:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b903d44b

dev-libs/librelp: enable py3.11, drop -Werror, workaround bashism

Closes: https://bugs.gentoo.org/896724
Signed-off-by: Sam James  gentoo.org>

 ...relp-1.10.0.ebuild => librelp-1.10.0-r1.ebuild} | 23 +++---
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/dev-libs/librelp/librelp-1.10.0.ebuild 
b/dev-libs/librelp/librelp-1.10.0-r1.ebuild
similarity index 82%
rename from dev-libs/librelp/librelp-1.10.0.ebuild
rename to dev-libs/librelp/librelp-1.10.0-r1.ebuild
index c277894327aa..5aac6f9418b9 100644
--- a/dev-libs/librelp/librelp-1.10.0.ebuild
+++ b/dev-libs/librelp/librelp-1.10.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit autotools python-any-r1
 
 DESCRIPTION="An easy to use library for the RELP protocol"
@@ -11,24 +11,24 @@ HOMEPAGE="https://www.rsyslog.com/librelp/;
 SRC_URI="https://download.rsyslog.com/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3+ doc? ( FDL-1.3 )"
-
 # subslot = soname version
 SLOT="0/0.5.1"
-
 KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv sparc x86"
 IUSE="debug doc +ssl +gnutls openssl static-libs test"
 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
ssl? (
-   gnutls? ( >=net-libs/gnutls-3.3.17.1:0= )
-   openssl? ( dev-libs/openssl:0= )
-   )"
-DEPEND="${RDEPEND}
+   gnutls? ( >=net-libs/gnutls-3.3.17.1:= )
+   openssl? ( dev-libs/openssl:= )
+   )
+"
+DEPEND="
+   ${RDEPEND}
test? ( ${PYTHON_DEPS} )
-   virtual/pkgconfig"
-
-RESTRICT="!test? ( test )"
+"
+BDEPEND="virtual/pkgconfig"
 
 pkg_setup() {
use test && python-any-r1_pkg_setup
@@ -47,13 +47,14 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
--disable-valgrind
+   --disable-Werror
$(use_enable debug)
$(use_enable gnutls tls)
$(use_enable openssl tls-openssl)
$(use_enable static-libs static)
)
 
-   econf "${myeconfargs[@]}"
+   CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}"
 }
 
 src_test() {



[gentoo-commits] proj/gentoo-syntax:master commit in: syntax/

2023-03-08 Thread Michał Górny
commit: 347fa38461e86eda45f10a275b038386d4f608e1
Author: Patrick McLean  sony  com>
AuthorDate: Fri Mar  3 19:09:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:46:02 2023 +
URL:https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=347fa384

syntax/ebuild.vim: Add support for check-reqs.eclass

Signed-off-by: Patrick McLean  sony.com>
Closes: https://github.com/gentoo/gentoo-syntax/pull/55
Signed-off-by: Michał Górny  gentoo.org>

 syntax/ebuild.vim | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index 7c6138b..17c774c 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -275,6 +275,9 @@ syn keyword EbuildTmpfilesKeyword dotmpfiles newtmpfiles 
tmpfiles_process
 syn keyword EbuildUdevKeyword get_udevdir udev_dorules udev_newrules 
udev_reload
 syn keyword EbuildDeprecatedKeyword udev_get_udevdir
 
+" check-reqs
+syn keyword EbuildCheckReqsKeyword check-reqs_pkg_setup check-reqs_pkg_pretend
+
 " EXPORT_FUNCTIONS
 syn match EbuildExportFunctions /EXPORT_FUNCTIONS/ skipwhite 
nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE
 syn match EbuildExportFunctionsFunc contained /\S\+\(\s\|$\)\@=/ skipwhite 
nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE
@@ -344,7 +347,8 @@ syn cluster EbuildThings 
add=EbuildDependApacheKeyword,EbuildApacheModuleKeyword
 syn cluster EbuildThings 
add=EbuildVirtualXKeyword,EbuildGnome2Keyword,EbuildAutoKeyword
 syn cluster EbuildThings 
add=EbuildDeprecatedKeyword,EbuildUnpackerKeyword,EbuildUserKeyword
 syn cluster EbuildThings 
add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword,EbuildDistutilsFunction
-syn cluster EbuildThings 
add=EbuildCMakeKeyword,EbuildTmpfilesKeyword,EbuildUdevKeyword
+syn cluster EbuildThings 
add=EbuildCMakeKeyword,EbuildCMakeFunction,EbuildTmpfilesKeyword
+syn cluster EbuildThings add=EbuildUdevKeyword,EbuildCheckReqsKeyword
 
 syn cluster shCommandSubList add=@EbuildThings
 syn cluster shCommentGroup add=GentooBug
@@ -389,6 +393,7 @@ hi def link EbuildUserKeywordIdentifier
 hi def link EbuildCMakeKeyword   Identifier
 hi def link EbuildTmpfilesKeywordIdentifier
 hi def link EbuildUdevKeywordIdentifier
+hi def link EbuildCheckReqsKeyword   Identifier
 hi def link EbuildDistutilsFunction  Special
 
 hi def link EclassDocumentationTag   Identifier



[gentoo-commits] proj/gentoo-syntax:master commit in: syntax/

2023-03-08 Thread Michał Górny
commit: 9dcae15c83ee35b69320313decc42f115714cbfa
Author: Patrick McLean  sony  com>
AuthorDate: Fri Mar  3 19:08:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:46:01 2023 +
URL:https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=9dcae15c

syntax/ebuild.vim: Add support for tmpfiles.eclass

Signed-off-by: Patrick McLean  sony.com>
Signed-off-by: Michał Górny  gentoo.org>

 syntax/ebuild.vim | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index 0027d5c..e87e031 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -268,6 +268,9 @@ syn keyword EbuildCMakeKeyword cmake_build mycmakeargs 
MYCMAKEARGS
 syn keyword EbuildCMakeKeyword cmake_src_prepare cmake_src_configure 
cmake_src_compile
 syn keyword EbuildCMakeKeyword cmake_src_test cmake_src_install
 
+" tmpfiles
+syn keyword EbuildTmpfilesKeyword dotmpfiles newtmpfiles tmpfiles_process
+
 " EXPORT_FUNCTIONS
 syn match EbuildExportFunctions /EXPORT_FUNCTIONS/ skipwhite 
nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE
 syn match EbuildExportFunctionsFunc contained /\S\+\(\s\|$\)\@=/ skipwhite 
nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE
@@ -337,7 +340,7 @@ syn cluster EbuildThings 
add=EbuildDependApacheKeyword,EbuildApacheModuleKeyword
 syn cluster EbuildThings 
add=EbuildVirtualXKeyword,EbuildGnome2Keyword,EbuildAutoKeyword
 syn cluster EbuildThings 
add=EbuildDeprecatedKeyword,EbuildUnpackerKeyword,EbuildUserKeyword
 syn cluster EbuildThings 
add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword,EbuildDistutilsFunction
-syn cluster EbuildThings add=EbuildCMakeKeyword
+syn cluster EbuildThings add=EbuildCMakeKeyword,EbuildTmpfilesKeyword
 
 syn cluster shCommandSubList add=@EbuildThings
 syn cluster shCommentGroup add=GentooBug
@@ -380,6 +383,7 @@ hi def link EbuildLinuxInfoKeyword   Identifier
 hi def link EbuildUnpackerKeywordIdentifier
 hi def link EbuildUserKeywordIdentifier
 hi def link EbuildCMakeKeyword   Identifier
+hi def link EbuildTmpfilesKeywordIdentifier
 hi def link EbuildDistutilsFunction  Special
 
 hi def link EclassDocumentationTag   Identifier



[gentoo-commits] proj/gentoo-syntax:master commit in: syntax/

2023-03-08 Thread Michał Górny
commit: 3af5be21dba86a4ccdc399ac39eb7ec294efe6d6
Author: Patrick McLean  sony  com>
AuthorDate: Fri Mar  3 19:06:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:46:00 2023 +
URL:https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=3af5be21

syntax/ebuild.vim: Add support for cmake.eclass

Signed-off-by: Patrick McLean  sony.com>
Signed-off-by: Michał Górny  gentoo.org>

 syntax/ebuild.vim | 8 
 1 file changed, 8 insertions(+)

diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index c012801..0027d5c 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -262,6 +262,12 @@ syn keyword EbuildUnpackerKeyword unpack_pdv 
unpack_makeself
 syn keyword EbuildDeprecatedKeyword enewuser enewgroup
 syn keyword EbuildUserKeyword egetent
 
+" cmake
+syn keyword EbuildCMakeKeyword cmake_run_in cmake_comment_add_subdirectory 
cmake_use_find_package
+syn keyword EbuildCMakeKeyword cmake_build mycmakeargs MYCMAKEARGS
+syn keyword EbuildCMakeKeyword cmake_src_prepare cmake_src_configure 
cmake_src_compile
+syn keyword EbuildCMakeKeyword cmake_src_test cmake_src_install
+
 " EXPORT_FUNCTIONS
 syn match EbuildExportFunctions /EXPORT_FUNCTIONS/ skipwhite 
nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE
 syn match EbuildExportFunctionsFunc contained /\S\+\(\s\|$\)\@=/ skipwhite 
nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE
@@ -331,6 +337,7 @@ syn cluster EbuildThings 
add=EbuildDependApacheKeyword,EbuildApacheModuleKeyword
 syn cluster EbuildThings 
add=EbuildVirtualXKeyword,EbuildGnome2Keyword,EbuildAutoKeyword
 syn cluster EbuildThings 
add=EbuildDeprecatedKeyword,EbuildUnpackerKeyword,EbuildUserKeyword
 syn cluster EbuildThings 
add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword,EbuildDistutilsFunction
+syn cluster EbuildThings add=EbuildCMakeKeyword
 
 syn cluster shCommandSubList add=@EbuildThings
 syn cluster shCommentGroup add=GentooBug
@@ -372,6 +379,7 @@ hi def link EbuildCDROMKeyword   Identifier
 hi def link EbuildLinuxInfoKeyword   Identifier
 hi def link EbuildUnpackerKeywordIdentifier
 hi def link EbuildUserKeywordIdentifier
+hi def link EbuildCMakeKeyword   Identifier
 hi def link EbuildDistutilsFunction  Special
 
 hi def link EclassDocumentationTag   Identifier



[gentoo-commits] proj/gentoo-syntax: New tag: v8

2023-03-08 Thread Michał Górny
commit: 
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:46:24 2023 +

New tag: v8




[gentoo-commits] proj/gentoo-syntax:master commit in: syntax/

2023-03-08 Thread Michał Górny
commit: 47e9abb525baecff9fabd4a94228acd006626e8a
Author: Patrick McLean  sony  com>
AuthorDate: Fri Mar  3 19:05:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:45:59 2023 +
URL:https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=47e9abb5

syntax/ebuild.vim: Add dostrip, ver_cut, ver_rs, ver_test

Signed-off-by: Patrick McLean  sony.com>
Signed-off-by: Michał Górny  gentoo.org>

 syntax/ebuild.vim | 1 +
 1 file changed, 1 insertion(+)

diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index 85468c9..c012801 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -38,6 +38,7 @@ syn keyword EbuildCoreKeyword doinitd doconfd doenvd domo 
dodir ebegin eend
 syn keyword EbuildCoreKeyword newconfd newdoc newenvd newinitd newlib.a 
newlib.so
 syn keyword EbuildCoreKeyword hasv usev usex elog eapply eapply_user
 syn keyword EbuildCoreKeyword einstalldocs in_iuse get_libdir
+syn keyword EbuildCoreKeyword dostrip ver_cut ver_rs ver_test
 
 " Deprecated and banned functions
 syn keyword EbuildDeprecatedKeyword check_KV dohard dohtml prepall prepalldocs



[gentoo-commits] proj/gentoo-syntax:master commit in: syntax/

2023-03-08 Thread Michał Górny
commit: 69a03c0912f426aba62eef8ed0368832fa376729
Author: Patrick McLean  sony  com>
AuthorDate: Fri Mar  3 19:08:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  9 05:46:01 2023 +
URL:https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=69a03c09

syntax/ebuild.vim: Add support for udev.eclass

Signed-off-by: Patrick McLean  sony.com>
Signed-off-by: Michał Górny  gentoo.org>

 syntax/ebuild.vim | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index e87e031..7c6138b 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -271,6 +271,10 @@ syn keyword EbuildCMakeKeyword cmake_src_test 
cmake_src_install
 " tmpfiles
 syn keyword EbuildTmpfilesKeyword dotmpfiles newtmpfiles tmpfiles_process
 
+" udev
+syn keyword EbuildUdevKeyword get_udevdir udev_dorules udev_newrules 
udev_reload
+syn keyword EbuildDeprecatedKeyword udev_get_udevdir
+
 " EXPORT_FUNCTIONS
 syn match EbuildExportFunctions /EXPORT_FUNCTIONS/ skipwhite 
nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE
 syn match EbuildExportFunctionsFunc contained /\S\+\(\s\|$\)\@=/ skipwhite 
nextgroup=EbuildExportFunctionsFunc,EbuildExportFunctionsFuncE
@@ -340,7 +344,7 @@ syn cluster EbuildThings 
add=EbuildDependApacheKeyword,EbuildApacheModuleKeyword
 syn cluster EbuildThings 
add=EbuildVirtualXKeyword,EbuildGnome2Keyword,EbuildAutoKeyword
 syn cluster EbuildThings 
add=EbuildDeprecatedKeyword,EbuildUnpackerKeyword,EbuildUserKeyword
 syn cluster EbuildThings 
add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword,EbuildDistutilsFunction
-syn cluster EbuildThings add=EbuildCMakeKeyword,EbuildTmpfilesKeyword
+syn cluster EbuildThings 
add=EbuildCMakeKeyword,EbuildTmpfilesKeyword,EbuildUdevKeyword
 
 syn cluster shCommandSubList add=@EbuildThings
 syn cluster shCommentGroup add=GentooBug
@@ -384,6 +388,7 @@ hi def link EbuildUnpackerKeywordIdentifier
 hi def link EbuildUserKeywordIdentifier
 hi def link EbuildCMakeKeyword   Identifier
 hi def link EbuildTmpfilesKeywordIdentifier
+hi def link EbuildUdevKeywordIdentifier
 hi def link EbuildDistutilsFunction  Special
 
 hi def link EclassDocumentationTag   Identifier



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

2023-03-08 Thread Andreas K. Hüttel
commit: 5ad2f733fa08756c4d025caee0280c37a5780101
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Mar  9 03:59:49 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Mar  9 03:59:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad2f733

sys-devel/binutils: keyword 2.40-r3

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils/binutils-2.40-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/binutils/binutils-2.40-r3.ebuild 
b/sys-devel/binutils/binutils-2.40-r3.ebuild
index 04cf99661b96..3a322d6bdb88 100644
--- a/sys-devel/binutils/binutils-2.40-r3.ebuild
+++ b/sys-devel/binutils/binutils-2.40-r3.ebuild
@@ -32,7 +32,7 @@ else
[[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}

https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
SLOT=$(ver_cut 1-2)
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
 fi
 
 #



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

2023-03-08 Thread Andreas K. Hüttel
commit: 1ed7731d8d51c229b6867a9e696062f9637b0895
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Mar  9 04:01:29 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Mar  9 04:01:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ed7731d

sys-devel/binutils-hppa64: revbump, 2.40 patchlevel 3

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-devel/binutils-hppa64/Manifest |   1 +
 .../binutils-hppa64/binutils-hppa64-2.40-r3.ebuild | 503 +
 2 files changed, 504 insertions(+)

diff --git a/sys-devel/binutils-hppa64/Manifest 
b/sys-devel/binutils-hppa64/Manifest
index 07a766c7a3fe..5f13f2306706 100644
--- a/sys-devel/binutils-hppa64/Manifest
+++ b/sys-devel/binutils-hppa64/Manifest
@@ -6,4 +6,5 @@ DIST binutils-2.39-patches-5.tar.xz 82924 BLAKE2B 
2cf75f661989f22270d6afe5f3c543
 DIST binutils-2.39.tar.xz 25167756 BLAKE2B 
ac6a5296c6586d53eaadcbffc5c399a6d79edf72450b9bb8b3525ce525129cef3d2eb90c85ef3bb3270b5a03b0e1ffb8f0b705f028158726f9777ebb8685066f
 SHA512 
68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3
 DIST binutils-2.40-patches-1.tar.xz 12260 BLAKE2B 
d525502e08012080417634fd41981550362d4d799952e89f388af2a6e5db5b80e88bfdb0b5b1d2a1bcf8ebda529eefbced8fa2ae84c7fe3ddb10184e98d4b369
 SHA512 
140f80be786511f63651e67bf25c2992de6a21bac00a3252dcf98becc3f9379c8070ef1380d5542bbf2e1908c50dab2c7ebb651d13bb97609594fe9fd9f1f079
 DIST binutils-2.40-patches-2.tar.xz 183760 BLAKE2B 
447f1c40ac8212b1e91f6f2137f87958c3f4e2366b11b9979d9d09d52e9fcde9a9d74f0c1871616157e001f505849fceb2097a512f434b9c848885e367a07c35
 SHA512 
30efbfcbd2d936c74d9480e4f2f4b8dcd30abcd0f1b22d21d20558002fdb8c90bd2fe97e3f27c2905714dcfd1297cac2646ede1e2c3d9fbf159f93c8cf01a290
+DIST binutils-2.40-patches-3.tar.xz 259432 BLAKE2B 
03b9024e658a5860d54b9087f3e1cc4b417a2501d6a1744c44759bbc99cabd5938058ba2909b16cc999208187998094aa6ab5464e5ed54b87ea0b1eef007e85c
 SHA512 
f2f3e38f5c0c2928ed0588ee42be74d43486d209b43249f73ae133c4c1f81491c86b14df2ddecbc37df6fe80b27b0eab6c3f319e44854e91596dfbd3ec37b8aa
 DIST binutils-2.40.tar.xz 25241484 BLAKE2B 
8d799f7c595f878b9af5b17a490021dd8b8300ac2fe0ed8574c012929d22d2d0493e003a3e631a9436e8e712da801779b777c566167fe42b0bde119ffa5ad1c2
 SHA512 
a37e042523bc46494d99d5637c3f3d8f9956d9477b748b3b1f6d7dfbb8d968ed52c932e88a4e946c6f77b8f48f1e1b360ca54c3d298f17193f3b4963472f6925

diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r3.ebuild 
b/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r3.ebuild
new file mode 100644
index ..eff1e8238a1a
--- /dev/null
+++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.40-r3.ebuild
@@ -0,0 +1,503 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+export CTARGET=hppa64-${CHOST#*-}
+
+inherit libtool flag-o-matic gnuconfig multilib strip-linguas toolchain-funcs
+
+DESCRIPTION="Tools necessary to build programs"
+HOMEPAGE="https://sourceware.org/binutils/;
+
+LICENSE="GPL-3+"
+IUSE="cet default-gold doc gold gprofng multitarget +nls pgo +plugins 
static-libs test vanilla"
+REQUIRED_USE="default-gold? ( gold )"
+
+# Variables that can be set here  (ignored for live ebuilds)
+# PATCH_VER  - the patchset version
+#  Default: empty, no patching
+# PATCH_BINUTILS_VER - the binutils version in the patchset name
+#- Default: PV
+# PATCH_DEV  - Use download URI 
https://dev.gentoo.org/~{PATCH_DEV}/distfiles/...
+#  for the patchsets
+
+PATCH_VER=3
+PATCH_DEV=dilfridge
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   SLOT=${PV}
+else
+   PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
+   PATCH_DEV=${PATCH_DEV:-dilfridge}
+   SRC_URI="mirror://gnu/binutils/binutils-${PV}.tar.xz 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PV}.tar.xz;
+   [[ -z ${PATCH_VER} ]] || SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/binutils-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
+   SLOT=$(ver_cut 1-2)
+   KEYWORDS="-* ~hppa"
+fi
+
+#
+# The cross-compile logic
+#
+export CTARGET=${CTARGET:-${CHOST}}
+if [[ ${CTARGET} == ${CHOST} ]] ; then
+   if [[ ${CATEGORY} == cross-* ]] ; then
+   export CTARGET=${CATEGORY#cross-}
+   fi
+fi
+is_cross() { [[ ${CHOST} != ${CTARGET} ]] ; }
+
+#
+# The dependencies
+#
+RDEPEND="
+   >=sys-devel/binutils-config-3
+   sys-libs/zlib
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   doc? ( sys-apps/texinfo )
+   test? (
+   dev-util/dejagnu
+   sys-devel/bc
+   )
+   nls? ( sys-devel/gettext )
+   sys-devel/flex
+   app-alternatives/yacc
+"
+
+RESTRICT="!test? ( test )"
+
+MY_BUILDDIR="${WORKDIR}"/build
+S="${WORKDIR}"/${P/-hppa64/}
+
+src_unpack() {
+   if [[ ${PV} == * ]] ; then
+   

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

2023-03-08 Thread Andreas K. Hüttel
commit: cacbae14b712df541df3f3ac6bae67fc7736bcbf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Mar  9 04:02:36 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Mar  9 04:02:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacbae14

sys-libs/binutils-libs: revbump, 2.40 patchlevel 3

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/binutils-libs/Manifest|   1 +
 .../binutils-libs/binutils-libs-2.40-r3.ebuild | 159 +
 2 files changed, 160 insertions(+)

diff --git a/sys-libs/binutils-libs/Manifest b/sys-libs/binutils-libs/Manifest
index 62bb544982b9..729938a41c8a 100644
--- a/sys-libs/binutils-libs/Manifest
+++ b/sys-libs/binutils-libs/Manifest
@@ -12,4 +12,5 @@ DIST binutils-2.39-patches-5.tar.xz 82924 BLAKE2B 
2cf75f661989f22270d6afe5f3c543
 DIST binutils-2.39.tar.xz 25167756 BLAKE2B 
ac6a5296c6586d53eaadcbffc5c399a6d79edf72450b9bb8b3525ce525129cef3d2eb90c85ef3bb3270b5a03b0e1ffb8f0b705f028158726f9777ebb8685066f
 SHA512 
68e038f339a8c21faa19a57bbc447a51c817f47c2e06d740847c6e9cc3396c025d35d5369fa8c3f8b70414757c89f0e577939ddc0d70f283182504920f53b0a3
 DIST binutils-2.40-patches-1.tar.xz 12260 BLAKE2B 
d525502e08012080417634fd41981550362d4d799952e89f388af2a6e5db5b80e88bfdb0b5b1d2a1bcf8ebda529eefbced8fa2ae84c7fe3ddb10184e98d4b369
 SHA512 
140f80be786511f63651e67bf25c2992de6a21bac00a3252dcf98becc3f9379c8070ef1380d5542bbf2e1908c50dab2c7ebb651d13bb97609594fe9fd9f1f079
 DIST binutils-2.40-patches-2.tar.xz 183760 BLAKE2B 
447f1c40ac8212b1e91f6f2137f87958c3f4e2366b11b9979d9d09d52e9fcde9a9d74f0c1871616157e001f505849fceb2097a512f434b9c848885e367a07c35
 SHA512 
30efbfcbd2d936c74d9480e4f2f4b8dcd30abcd0f1b22d21d20558002fdb8c90bd2fe97e3f27c2905714dcfd1297cac2646ede1e2c3d9fbf159f93c8cf01a290
+DIST binutils-2.40-patches-3.tar.xz 259432 BLAKE2B 
03b9024e658a5860d54b9087f3e1cc4b417a2501d6a1744c44759bbc99cabd5938058ba2909b16cc999208187998094aa6ab5464e5ed54b87ea0b1eef007e85c
 SHA512 
f2f3e38f5c0c2928ed0588ee42be74d43486d209b43249f73ae133c4c1f81491c86b14df2ddecbc37df6fe80b27b0eab6c3f319e44854e91596dfbd3ec37b8aa
 DIST binutils-2.40.tar.xz 25241484 BLAKE2B 
8d799f7c595f878b9af5b17a490021dd8b8300ac2fe0ed8574c012929d22d2d0493e003a3e631a9436e8e712da801779b777c566167fe42b0bde119ffa5ad1c2
 SHA512 
a37e042523bc46494d99d5637c3f3d8f9956d9477b748b3b1f6d7dfbb8d968ed52c932e88a4e946c6f77b8f48f1e1b360ca54c3d298f17193f3b4963472f6925

diff --git a/sys-libs/binutils-libs/binutils-libs-2.40-r3.ebuild 
b/sys-libs/binutils-libs/binutils-libs-2.40-r3.ebuild
new file mode 100644
index ..0164f50c6a8b
--- /dev/null
+++ b/sys-libs/binutils-libs/binutils-libs-2.40-r3.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PATCH_VER=3
+PATCH_DEV=dilfridge
+
+inherit libtool toolchain-funcs multilib-minimal
+
+MY_PN="binutils"
+MY_P="${MY_PN}-${PV}"
+PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}}
+PATCH_DEV=${PATCH_DEV:-dilfridge}
+
+DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for 
external packages"
+HOMEPAGE="https://sourceware.org/binutils/;
+SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz
+   https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz;
+
+LICENSE="|| ( GPL-3 LGPL-3 )"
+SLOT="0/${PV%_p?}"
+IUSE="64-bit-bfd cet multitarget nls static-libs"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+BDEPEND="nls? ( sys-devel/gettext )"
+DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]"
+# Need a newer binutils-config that'll reset include/lib symlinks for us.
+RDEPEND="${DEPEND}
+   >=sys-devel/binutils-config-5
+"
+
+S="${WORKDIR}/${MY_P%_p?}"
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/bfd.h
+)
+
+src_prepare() {
+   if [[ -n ${PATCH_VER} ]] ; then
+   einfo "Applying binutils-${PATCH_BINUTILS_VER} patchset 
${PATCH_VER}"
+   eapply "${WORKDIR}/patch"/*.patch
+   fi
+
+   # Fix cross-compile relinking issue, bug #626402
+   elibtoolize
+
+   if [[ ${CHOST} == *-darwin* ]] ; then
+   # somehow libtool/configure is messed up and (custom patch at
+   # upstream?) and misdetects (basically assumes) nm can be called
+   # with -B arg -- can't run eautoreconf (fails), so patch up
+   # manually, this would break any target that needs -B to nm
+   sed -i -e 's/lt_cv_path_NM="$tmp_nm 
-B"/lt_cv_path_NM="$tmp_nm"/' \
+   libctf/configure || die
+   fi
+
+   # See 
https://www.gnu.org/software/make/manual/html_node/Parallel-Output.html
+   # Avoid really confusing logs from subconfigure spam, makes logs far
+   # more legible.
+  

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

2023-03-08 Thread Patrick McLean
commit: 52022840ed040b44e8423de25486beb9bbe01083
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Mar  9 01:20:21 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Mar  9 01:20:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52022840

dev-util/gcovr: add 6.0

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

 dev-util/gcovr/Manifest |  1 +
 dev-util/gcovr/gcovr-6.0.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-util/gcovr/Manifest b/dev-util/gcovr/Manifest
index 427dbe1aaf2f..03fad14d234f 100644
--- a/dev-util/gcovr/Manifest
+++ b/dev-util/gcovr/Manifest
@@ -1,2 +1,3 @@
 DIST gcovr-5.1.tar.gz 1676960 BLAKE2B 
106c30c7e349f8ffa7a9c52d70e59c32799a8def11986027e3b794ada07fc11ab27b322c377b553f4bb96ca8662bf152eeb7de2d1913381e6068123d2430aa6c
 SHA512 
ae2f0d9ad04f2dc851db9bc99a30a5dc1b1f43dbc6336422ecf5228d37f6994406a83e50f1ee6b5c8d6ec6d7b9e2bba726fd3d502dc5022fe359d480e6d267a5
 DIST gcovr-5.2.tar.gz 1381017 BLAKE2B 
8dcd7eb5d482f2020eb29da74e215f0b7731654a66b4ca6d0d919ad6b7eebe564c211a8ec5c4ef87efd61e7c18bfa524aae56d653522f23e4bb902a3921f9522
 SHA512 
d1a4dd63129ac1d2b9a892ced9b4a0644dc49dc3a115d81ddf348e43fea0e7809c6533104106da8f89a666a4af9ff5a62429b4270ff2272ca61bbebecb7fb921
+DIST gcovr-6.0.tar.gz 1054940 BLAKE2B 
1947950d06926cf48d456e6bc389db46cfe4c7ed0395da1ebdb75aa1ea4b85f3cea536d77a4ddca5621885daaaf54462160592a5a384247f12ad3ed5c299b0b7
 SHA512 
3b4d30417b5000d2d28bc156dc9db43ba62cf8756aa5a9619391457d0042dc8eaf1743c5defdaabffb6b423bf2fcf8172b3e6c8795419758abc1acf4853de4bb

diff --git a/dev-util/gcovr/gcovr-6.0.ebuild b/dev-util/gcovr/gcovr-6.0.ebuild
new file mode 100644
index ..f721625bc8ed
--- /dev/null
+++ b/dev-util/gcovr/gcovr-6.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python script for summarizing gcov data"
+HOMEPAGE="https://github.com/gcovr/gcovr;
+SRC_URI="https://github.com/gcovr/gcovr/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~loong ~x86"
+
+RDEPEND="
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   dev-python/yaxmldiff[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PATH="${TEST_DIR}/scripts:${PATH}" \
+   PYTHONPATH="${TEST_DIR}/lib"
+
+   local deselect=(
+   # those tests fail on gcc newer than 5.8
+   # https://github.com/gcovr/gcovr/issues/206
+   gcovr/tests/test_gcovr.py
+   )
+
+   epytest gcovr ${deselect[@]/#/--deselect }
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/open-test-reporting-events/

2023-03-08 Thread Sam James
commit: 9854a86d87d39a7062189ef4c1b8e948f85c295b
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9854a86d

dev-java/open-test-reporting-events: Keyword 0.1.0_pre1 ppc64, #900414

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

 .../open-test-reporting-events-0.1.0_pre1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
 
b/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
index 1b01e788d983..19acca154886 100644
--- 
a/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
+++ 
b/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/open-test-reporting-r${MY_PV}/events"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 
 CP_DEPEND="~dev-java/open-test-reporting-schema-${PV}:0"
 RDEPEND=">=virtual/jre-1.8:*



[gentoo-commits] repo/gentoo:master commit in: dev-java/open-test-reporting-schema/

2023-03-08 Thread Sam James
commit: 5d5a29cd686dd34827d5bc59ebcbd692ff158b1c
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5a29cd

dev-java/open-test-reporting-schema: Keyword 0.1.0_pre1 ppc64, #900414

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

 .../open-test-reporting-schema-0.1.0_pre1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
 
b/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
index c1f7dfa7e374..bf3feead616f 100644
--- 
a/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
+++ 
b/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/open-test-reporting-r${MY_PV}/schema"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
 
 RDEPEND=">=virtual/jre-1.8:*"
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/open-test-reporting-schema/

2023-03-08 Thread Sam James
commit: 5af43c9c837893f9711860e885f0a37164d04f31
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af43c9c

dev-java/open-test-reporting-schema: Keyword 0.1.0_pre1 arm, #900414

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

 .../open-test-reporting-schema-0.1.0_pre1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
 
b/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
index a662e602cb49..c1f7dfa7e374 100644
--- 
a/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
+++ 
b/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/open-test-reporting-r${MY_PV}/schema"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 RDEPEND=">=virtual/jre-1.8:*"
 DEPEND=">=virtual/jdk-1.8:*"



[gentoo-commits] repo/gentoo:master commit in: dev-java/open-test-reporting-events/

2023-03-08 Thread Sam James
commit: 5c95e19afb9a902cc8fdb20799b06c227a8f
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c95e19a

dev-java/open-test-reporting-events: Keyword 0.1.0_pre1 arm, #900414

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

 .../open-test-reporting-events-0.1.0_pre1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
 
b/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
index e893a3eaa68d..1b01e788d983 100644
--- 
a/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
+++ 
b/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/open-test-reporting-r${MY_PV}/events"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 CP_DEPEND="~dev-java/open-test-reporting-schema-${PV}:0"
 RDEPEND=">=virtual/jre-1.8:*



[gentoo-commits] repo/gentoo:master commit in: dev-java/open-test-reporting-schema/

2023-03-08 Thread Sam James
commit: 481b40bd1b1bdf666b5965db35638603c7a9b5c7
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481b40bd

dev-java/open-test-reporting-schema: Keyword 0.1.0_pre1 arm64, #900414

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

 .../open-test-reporting-schema-0.1.0_pre1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
 
b/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
index 3d2372d1d281..a662e602cb49 100644
--- 
a/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
+++ 
b/dev-java/open-test-reporting-schema/open-test-reporting-schema-0.1.0_pre1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/open-test-reporting-r${MY_PV}/schema"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND=">=virtual/jre-1.8:*"
 DEPEND=">=virtual/jdk-1.8:*"



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

2023-03-08 Thread Sam James
commit: 5389686481c851f2ad027bc7c046afc279bc7347
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53896864

net-misc/tigervnc: Stabilize 1.13.0 ppc, #900350

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

 net-misc/tigervnc/tigervnc-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc/tigervnc-1.13.0.ebuild 
b/net-misc/tigervnc/tigervnc-1.13.0.ebuild
index 1bebb5cb2f80..0ae2d0c4ce91 100644
--- a/net-misc/tigervnc/tigervnc-1.13.0.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.13.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/TigerVNC/tigervnc/;
 else
SRC_URI+=" https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 
~riscv ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"



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

2023-03-08 Thread Sam James
commit: fc4f39ae6fa039fe584bcb16c87d3dcf04a9338c
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4f39ae

net-misc/tigervnc: Stabilize 1.13.0 ppc64, #900350

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

 net-misc/tigervnc/tigervnc-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc/tigervnc-1.13.0.ebuild 
b/net-misc/tigervnc/tigervnc-1.13.0.ebuild
index 0ae2d0c4ce91..76fee7aaf401 100644
--- a/net-misc/tigervnc/tigervnc-1.13.0.ebuild
+++ b/net-misc/tigervnc/tigervnc-1.13.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/TigerVNC/tigervnc/;
 else
SRC_URI+=" https://github.com/TigerVNC/tigervnc/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 
~riscv ~sparc ~x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~sparc ~x86"
 fi
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc-xorg-module/

2023-03-08 Thread Sam James
commit: 572677c583af6592c52f23f139f4dbb115bbc08f
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572677c5

net-misc/tigervnc-xorg-module: Stabilize 1.13.0 ppc64, #900350

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

 net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild 
b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild
index deefa54611f7..c0aa84fe9b18 100644
--- a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild
+++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://tigervnc.org/;
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86"
 
 RDEPEND="
~net-misc/tigervnc-${PV}[server]



[gentoo-commits] repo/gentoo:master commit in: dev-java/open-test-reporting-events/

2023-03-08 Thread Sam James
commit: 94642d3352b6bc42425178d60c3a863c67aad251
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94642d33

dev-java/open-test-reporting-events: Keyword 0.1.0_pre1 arm64, #900414

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

 .../open-test-reporting-events-0.1.0_pre1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
 
b/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
index 3bc51c2799d8..e893a3eaa68d 100644
--- 
a/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
+++ 
b/dev-java/open-test-reporting-events/open-test-reporting-events-0.1.0_pre1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/open-test-reporting-r${MY_PV}/events"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 CP_DEPEND="~dev-java/open-test-reporting-schema-${PV}:0"
 RDEPEND=">=virtual/jre-1.8:*



[gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc-xorg-module/

2023-03-08 Thread Sam James
commit: ff766b53cdaf01ab1ad70b00169ba2845a3caa9b
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  9 01:09:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:09:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff766b53

net-misc/tigervnc-xorg-module: Stabilize 1.13.0 ppc, #900350

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

 net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild 
b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild
index 69c3cde8089d..deefa54611f7 100644
--- a/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild
+++ b/net-misc/tigervnc-xorg-module/tigervnc-xorg-module-1.13.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://tigervnc.org/;
 
 LICENSE="metapackage"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc ~x86"
 
 RDEPEND="
~net-misc/tigervnc-${PV}[server]



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

2023-03-08 Thread Sam James
commit: 2fade410a3b92ed53a8f4d6038a4697b735a6b99
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Thu Mar  9 00:10:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fade410

net-misc/netifrc: Stabilize 0.7.3-r1 hppa, #891003

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 net-misc/netifrc/netifrc-0.7.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netifrc/netifrc-0.7.3-r1.ebuild 
b/net-misc/netifrc/netifrc-0.7.3-r1.ebuild
index 69f99ae7f0d5..18a94a9a3dac 100644
--- a/net-misc/netifrc/netifrc-0.7.3-r1.ebuild
+++ b/net-misc/netifrc/netifrc-0.7.3-r1.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
ppc64 ~riscv ~s390 sparc x86"
 fi
 
 LICENSE="BSD-2"



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

2023-03-08 Thread Sam James
commit: 2c0d512b45c68925670c7e37a436f3bb7da132bb
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 22:14:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0d512b

x11-libs/libdockapp: Keyword 0.7.3 mips, #897992

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 x11-libs/libdockapp/libdockapp-0.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libdockapp/libdockapp-0.7.3.ebuild 
b/x11-libs/libdockapp/libdockapp-0.7.3.ebuild
index 5683049601de..2ed25f582411 100644
--- a/x11-libs/libdockapp/libdockapp-0.7.3.ebuild
+++ b/x11-libs/libdockapp/libdockapp-0.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz;
 
 LICENSE="MIT public-domain"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~mips ppc ppc64 sparc x86"
 # X required for font eclass
 IUSE="+X static-libs"
 REQUIRED_USE="X"



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

2023-03-08 Thread Sam James
commit: fa40e698a66eccee577a2ee6200569ee108d62a5
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 23:27:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa40e698

dev-libs/libmaxminddb: Keyword 1.7.1 mips, #897996

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-libs/libmaxminddb/libmaxminddb-1.7.1.ebuild 
b/dev-libs/libmaxminddb/libmaxminddb-1.7.1.ebuild
index 2149770f4d7f..481be5e3800c 100644
--- a/dev-libs/libmaxminddb/libmaxminddb-1.7.1.ebuild
+++ b/dev-libs/libmaxminddb/libmaxminddb-1.7.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == * ]] ; then
 else

SRC_URI="https://github.com/maxmind/libmaxminddb/releases/download/${PV}/${P}.tar.gz;
 
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 LICENSE="Apache-2.0"



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

2023-03-08 Thread Sam James
commit: 36ce98001aebc6da2b186c9a6b97698ece38b6fd
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 21:58:41 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ce9800

dev-util/ftjam: Keyword 2.5.3_rc2-r3 mips, #897990

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild 
b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
index ccae3059497f..7197d4222a7d 100644
--- a/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
+++ b/dev-util/ftjam/ftjam-2.5.3_rc2-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="http://david.freetype.org/jam/ftjam-${MY_PV}.tar.bz2;
 
 LICENSE="perforce GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="amd64 arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="sys-devel/bison"
 



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

2023-03-08 Thread Sam James
commit: 699efaa47c48c5d10a131cabd3c3bed85f117d0c
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 19:55:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699efaa4

media-libs/graphene: Keyword 1.10.8 mips, #897982

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/media-libs/graphene/graphene-1.10.8.ebuild 
b/media-libs/graphene/graphene-1.10.8.ebuild
index b947ad50d2ab..78ebaabb2181 100644
--- a/media-libs/graphene/graphene-1.10.8.ebuild
+++ b/media-libs/graphene/graphene-1.10.8.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/ebassi/graphene/archive/refs/tags/${PV}.tar.gz -> ${
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
 IUSE="cpu_flags_arm_neon cpu_flags_x86_sse2 doc +introspection test"
 RESTRICT="!test? ( test )"
 



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

2023-03-08 Thread Sam James
commit: 23bc59eb73ccee03622751cb8467a3b1575ee679
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Thu Mar  9 00:03:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bc59eb

media-gfx/fbida: Keyword 2.14-r6 mips, #898012

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 media-gfx/fbida/fbida-2.14-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fbida/fbida-2.14-r6.ebuild 
b/media-gfx/fbida/fbida-2.14-r6.ebuild
index 7f6bcc3ffd81..3620d12eb513 100644
--- a/media-gfx/fbida/fbida-2.14-r6.ebuild
+++ b/media-gfx/fbida/fbida-2.14-r6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 "
 LICENSE="GPL-2 IJG"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86"
 IUSE="curl fbcon ghostscript +gif lirc +png scanner +tiff X +webp"
 REQUIRED_USE="
ghostscript? ( tiff )



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

2023-03-08 Thread Sam James
commit: d8769eb77467f8b660fc3773b9816aecf3b22778
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 23:06:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8769eb7

dev-util/gi-docgen: Keyword 2023.1-r1 mips, #897994

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild 
b/dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild
index 2c400a82ca25..1d4c77144f15 100644
--- a/dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild
+++ b/dev-util/gi-docgen/gi-docgen-2023.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 GPL-3+ ) CC0-1.0 OFL-1.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/flite/files/, app-accessibility/flite/

2023-03-08 Thread Sam James
commit: 608191e30730b3bf41ddce46054df7119d43ea60
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 22:20:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:08:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=608191e3

app-accessibility/flite: wire up tests

See https://github.com/festvox/flite/pull/90

Bug: https://bugs.gentoo.org/896106
Signed-off-by: Matoro Mahri  users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/30006
Signed-off-by: Sam James  gentoo.org>

 .../flite/files/flite-2.2-backport-pr30.patch  | 91 ++
 app-accessibility/flite/flite-2.2.ebuild   |  7 +-
 2 files changed, 96 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/flite/files/flite-2.2-backport-pr30.patch 
b/app-accessibility/flite/files/flite-2.2-backport-pr30.patch
new file mode 100644
index ..7c859a5bb03e
--- /dev/null
+++ b/app-accessibility/flite/files/flite-2.2-backport-pr30.patch
@@ -0,0 +1,91 @@
+https://bugs.gentoo.org/896106
+https://github.com/festvox/flite/pull/90
+
+From 56ef01e5a7cd8d8606b4ccd13b4366039269f9d7 Mon Sep 17 00:00:00 2001
+From: matoro 
+Date: Fri, 24 Feb 2023 14:25:16 -0500
+Subject: [PATCH] Expose automated tests under "make check"
+
+The following unit tests can be run automatically without specifying any
+user-provided arguments:
+hrg_test lex_test multi_thread nums_test regex_test token_test
+
+Fix up the Makefiles to expose the ability to run these tests via "make
+check" or "make test", since it is currently broken (exposed at the top
+level, but missing the "test" target in testsuite/).
+---
+ Makefile   |  2 +-
+ testsuite/Makefile | 22 --
+ 2 files changed, 13 insertions(+), 11 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 511f8cf..1b627b2 100644
+--- a/Makefile
 b/Makefile
+@@ -129,6 +129,6 @@ voices: ./bin/flite_cmu_us_awb ./bin/flite_cmu_us_rms 
./bin/flite_cmu_us_rms
+   ./bin/flite_cmu_us_rms -voicedump voices/cmu_us_rms.flitevox
+   ./bin/flite_cmu_us_slt -voicedump voices/cmu_us_slt.flitevox
+ 
+-test:
++check test:
+   @ $(MAKE) --no-print-directory -C testsuite test
+ 
+diff --git a/testsuite/Makefile b/testsuite/Makefile
+index b60e98a..275a3e8 100644
+--- a/testsuite/Makefile
 b/testsuite/Makefile
+@@ -49,15 +49,17 @@ SRCS = token_test_main.c hrg_test_main.c \
+bin2ascii_main.c record_in_noise_main.c \
+compare_wave_main.c rfc_main.c lpc_resynth_main.c \
+by_word_main.c flite_test_main.c \
+-   dcoffset_wave_main.c tris1_main.c
++   dcoffset_wave_main.c tris1_main.c \
++   multi_thread_main.c
+ FC = us.flitecheck indic_hin.flitecheck indic_tam.flitecheck
+-OTHERS = kal_test_main.c multi_thread_main.c 
++OTHERS = kal_test_main.c
+ 
+ FILES = Makefile $(SRCS) $(DATAFILES) $(OTHERS) $(FC)
+ 
+ LOCAL_INCLUDES = -I$(TOP)/lang/usenglish
+ 
+ MAIN_EXECS = $(SRCS:_main.c=$(EXEEXT))
++AUTO_EXECS = hrg_test lex_test multi_thread nums_test regex_test token_test
+ lex_test_LIBS = -lflite_cmulex
+ nums_test_LIBS = -lflite_usenglish
+ utt_test_LIBS = -lflite_cmulex
+@@ -65,6 +67,7 @@ lex_lookup_LIBS = -lflite_cmulex
+ ldom_time_LIBS = -L/home/awb/data/ldom/time_flite/flite/lib -lcmu_time_awb 
-lflite_usenglish -lflite_cmulex
+ flite_test_LIBS = -lflite_usenglish -lflite_cmulex
+ by_word_LIBS = -lflite_cmu_us_kal -lflite_usenglish -lflite_cmulex
++multi_thread_LIBS = -lflite_cmu_us_slt -lflite_cmulex -lflite_usenglish 
-lflite -lm -lasound -lgomp
+ #kal_test_LIBS = -lflite_cmu_us_kal -lflite_usenglish -lflite_cmulex \
+ #   /home/awb/src/malloc/gmalloc.o
+ 
+@@ -73,19 +76,18 @@ LOCAL_CLEAN = $(MAIN_EXECS)
+ 
+ include $(TOP)/config/common_make_rules
+ 
++multi_thread : CFLAGS += -fopenmp
++
+ MAIN_O = $(SRCS:%=%_main.o)
+ $(MAIN_O) : %_main.o : %_main.c
+   $(CC) $(CFLAGS) -o $@ $< 
+ $(MAIN_EXECS) : %$(EXEEXT) : %_main.o $(FLITELIBS)
+   $(CC) $(CFLAGS) -o $@ $@_main.o $($(@:=_LIBS)) $(FLITELIBFLAGS) 
$(LDFLAGS)
+ 
+-multi_thread: multi_thread_main.c
+-  gcc -fopenmp -o multi_thread multi_thread_main.c \
+-  $(CFLAGS) -I$(TOP)/include $(FLITELIBFLAGS) $(LDFLAGS) \
+-  -l flite_cmu_us_slt -lflite_cmulex -lflite_usenglish \
+-  -lflite -lm -lasound -lgomp
+-do_thread_test: multi_thread
+-# This shouldn't segfault
+-  export OMP_NUM_THREADS=100 && ./multi_thread
++check test: $(patsubst %, run_%, $(AUTO_EXECS))
+ 
++run_%: %
++  ./$<
+ 
++run_multi_thread: multi_thread
++  OMP_NUM_THREADS=100 ./$<

diff --git a/app-accessibility/flite/flite-2.2.ebuild 
b/app-accessibility/flite/flite-2.2.ebuild
index 0b4c34e70ff8..5833e0487797 100644
--- a/app-accessibility/flite/flite-2.2.ebuild
+++ b/app-accessibility/flite/flite-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public 

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

2023-03-08 Thread Sam James
commit: 21f9ff8d2074a6596db301ee8a8f0b6e0cb34da9
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 21:07:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f9ff8d

dev-python/python-dbusmock: Keyword 0.28.7 mips, #897988

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild 
b/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild
index 39a6d8799a8f..9b8eb442009a 100644
--- a/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild
+++ b/dev-python/python-dbusmock/python-dbusmock-0.28.7.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
dev-python/dbus-python[${PYTHON_USEDEP}]



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

2023-03-08 Thread Sam James
commit: 2dcf73a95d61bbd2532c650fd53e7fbbd13214f8
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 23:06:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcf73a9

dev-python/smartypants: Keyword 2.0.1-r1 mips, #897994

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/smartypants/smartypants-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild 
b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
index c89c35a5719f..c05ab9b7a76b 100644
--- a/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc x86"
 
 distutils_enable_sphinx docs
 distutils_enable_tests unittest



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

2023-03-08 Thread Sam James
commit: 0a297856d826e7125f773945b83e040d587a91de
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 23:06:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a297856

dev-python/typogrify: Keyword 2.0.7-r1 mips, #897994

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/typogrify/typogrify-2.0.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild 
b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
index 33d2379d97e5..4a782ca77328 100644
--- a/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
+++ b/dev-python/typogrify/typogrify-2.0.7-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv sparc x86"
 
 RDEPEND="
>=dev-python/smartypants-1.8.3[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-util/dbus-test-runner/

2023-03-08 Thread Sam James
commit: 0abbfb3ad41bc71c4cd783c01d95eecac5dc782f
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 21:07:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abbfb3a

dev-util/dbus-test-runner: Keyword 19.04.0-r2 mips, #897988

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild 
b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild
index 7b4079f7bb02..f80116f2c200 100644
--- a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild
+++ b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://launchpad.net/${PN}/$(ver_cut 
1-2)/${PV}/+download/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
sparc x86"
 IUSE="test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2023-03-08 Thread Sam James
commit: 3a74f6f1d9bba151e25bd25956c54e8746789592
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Wed Mar  8 19:46:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  9 01:07:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a74f6f1

app-text/gspell: Keyword 1.12.0 mips, #897980

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-text/gspell/gspell-1.12.0.ebuild 
b/app-text/gspell/gspell-1.12.0.ebuild
index 9a91fe254ab7..99217800bdd3 100644
--- a/app-text/gspell/gspell-1.12.0.ebuild
+++ b/app-text/gspell/gspell-1.12.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gspell;
 
 LICENSE="LGPL-2.1+"
 SLOT="0/2" # subslot = libgspell-1 soname version
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86"
 
 IUSE="+introspection +vala"
 REQUIRED_USE="vala? ( introspection )"



  1   2   3   >