[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/

2022-10-27 Thread Bernard Cafarelli
commit: cfc355035155e0ba4083fd44edd6d2d7c77e29f0
Author: Alexander Kurakin  mail  ru>
AuthorDate: Tue Oct 25 18:49:18 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Oct 27 07:06:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc35503

mail-client/claws-mail: sync live

Bug: https://bugs.gentoo.org/878305
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/27950
Signed-off-by: Bernard Cafarelli  gentoo.org>

 mail-client/claws-mail/claws-mail-.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-client/claws-mail/claws-mail-.ebuild 
b/mail-client/claws-mail/claws-mail-.ebuild
index b4732cb9f330..ebf3c59858ec 100644
--- a/mail-client/claws-mail/claws-mail-.ebuild
+++ b/mail-client/claws-mail/claws-mail-.ebuild
@@ -22,11 +22,12 @@ SLOT="0"
 QA_PKGCONFIG_VERSION="${PV}.0"
 LICENSE="GPL-3"
 
-IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls 
+imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp 
+notification pdf perl +pgp rss session sieve smime spamassassin spam-report 
spell startup-notification svg valgrind webkit xface"
+IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls 
+imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp 
+notification +oauth pdf perl +pgp rss session sieve smime spamassassin 
spam-report spell startup-notification svg valgrind webkit xface"
 REQUIRED_USE="
libcanberra? ( notification )
libnotify? ( notification )
networkmanager? ( dbus )
+   oauth? ( gnutls )
smime? ( pgp )
 "
 
@@ -150,6 +151,7 @@ src_configure() {
$(use_enable networkmanager)
$(use_enable nls)
$(use_enable notification notification-plugin)
+   $(use_enable oauth oauth2)
$(use_enable pdf pdf_viewer-plugin)
$(use_enable perl perl-plugin)
$(use_enable pgp pgpcore-plugin)



[gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/

2022-10-27 Thread Bernard Cafarelli
commit: 8a9af5458ad9ae33d69f05ab4f204841ad51cc11
Author: Alexander Kurakin  mail  ru>
AuthorDate: Tue Oct 25 18:38:40 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Thu Oct 27 07:06:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9af545

mail-client/claws-mail-4.1.1: add oauth flag

Closes: https://bugs.gentoo.org/878305
Signed-off-by: Alexander Kurakin  mail.ru>
Signed-off-by: Bernard Cafarelli  gentoo.org>

 mail-client/claws-mail/claws-mail-4.1.1-r1.ebuild | 217 ++
 mail-client/claws-mail/metadata.xml   |   1 +
 2 files changed, 218 insertions(+)

diff --git a/mail-client/claws-mail/claws-mail-4.1.1-r1.ebuild 
b/mail-client/claws-mail/claws-mail-4.1.1-r1.ebuild
new file mode 100644
index ..ebf3c59858ec
--- /dev/null
+++ b/mail-client/claws-mail/claws-mail-4.1.1-r1.ebuild
@@ -0,0 +1,217 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit autotools desktop python-any-r1 xdg
+
+DESCRIPTION="An email client (and news reader) based on GTK+"
+HOMEPAGE="https://www.claws-mail.org/";
+
+if [[ "${PV}" == * ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.claws-mail.org/readonly/claws.git";
+else
+   
SRC_URI="https://www.claws-mail.org/download.php?file=releases/${P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+fi
+
+SLOT="0"
+QA_PKGCONFIG_VERSION="${PV}.0"
+LICENSE="GPL-3"
+
+IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls 
+imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp 
+notification +oauth pdf perl +pgp rss session sieve smime spamassassin 
spam-report spell startup-notification svg valgrind webkit xface"
+REQUIRED_USE="
+   libcanberra? ( notification )
+   libnotify? ( notification )
+   networkmanager? ( dbus )
+   oauth? ( gnutls )
+   smime? ( pgp )
+"
+
+COMMONDEPEND="
+   dev-libs/nettle:=
+   net-mail/ytnef
+   sys-libs/zlib:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2[jpeg]
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/pango
+   archive? (
+   app-arch/libarchive
+   >=net-misc/curl-7.9.7
+   )
+   bogofilter? ( mail-filter/bogofilter )
+   calendar? (
+   >=dev-libs/libical-2.0.0:=
+   >=net-misc/curl-7.9.7
+   )
+   dbus? (
+   >=dev-libs/dbus-glib-0.60
+   sys-apps/dbus
+   )
+   gdata? ( >=dev-libs/libgdata-0.17.2 )
+   dillo? ( www-client/dillo )
+   gnutls? ( >=net-libs/gnutls-3.0 )
+   imap? ( >=net-libs/libetpan-0.57 )
+   ldap? ( >=net-nds/openldap-2.0.7:= )
+   litehtml? (
+   >=dev-libs/glib-2.36:2
+   >=dev-libs/gumbo-0.10
+   net-misc/curl
+   media-libs/fontconfig
+   )
+   nls? ( >=sys-devel/gettext-0.18 )
+   nntp? ( >=net-libs/libetpan-0.57 )
+   notification? (
+   dev-libs/glib:2
+   libcanberra? (  media-libs/libcanberra[gtk3] )
+   libnotify? ( x11-libs/libnotify )
+   )
+   pdf? ( app-text/poppler[cairo] )
+   pgp? ( >=app-crypt/gpgme-1.0.0:= )
+   session? (
+   x11-libs/libICE
+   x11-libs/libSM
+   )
+   smime? ( >=app-crypt/gpgme-1.0.0:= )
+   spam-report? ( >=net-misc/curl-7.9.7 )
+   spell? ( >=app-text/enchant-2.0.0:2= )
+   startup-notification? ( x11-libs/startup-notification )
+   svg? ( >=gnome-base/librsvg-2.40.5 )
+   valgrind? ( dev-util/valgrind )
+   webkit? ( net-libs/webkit-gtk:4 )
+"
+
+DEPEND="${COMMONDEPEND}
+   xface? ( >=media-libs/compface-1.4 )
+"
+BDEPEND="
+   ${PYTHON_DEPS}
+   app-arch/xz-utils
+   virtual/pkgconfig
+"
+RDEPEND="${COMMONDEPEND}
+   app-misc/mime-types
+   x11-misc/shared-mime-info
+   clamav? ( app-antivirus/clamav )
+   networkmanager? ( net-misc/networkmanager )
+   pdf? ( app-text/ghostscript-gpl )
+   perl? ( dev-lang/perl:= )
+   rss? (
+   dev-libs/libxml2
+   net-misc/curl
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-3.17.5-enchant-2_default.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # Don't use libsoup-gnome (bug #565924)
+   export HAVE_LIBSOUP_GNOME=no
+
+   local myeconfargs=(
+   --disable-bsfilter-plugin
+   --disable-generic-umpc
+   --disable-jpilot #735118
+   --disable-python-plugin
+   --enable-acpi_notifier-plugin
+   --enable-address_keeper-plugin
+   --enable-alternate-addressbook
+   --enable-att_remover-plugin
+   --enable-attachwarner-plugin
+   --enable-fetchinfo-plugi

[gentoo-commits] repo/gentoo:master commit in: mail-client/thunderbird/

2022-10-27 Thread Joonas Niilola
commit: 21bfdcc4f591e6220ab4b8f0fd0cdb87e5083d13
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:14:43 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:15:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bfdcc4

mail-client/thunderbird: add 102.4.1

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

 mail-client/thunderbird/Manifest   |   65 ++
 mail-client/thunderbird/thunderbird-102.4.1.ebuild | 1165 
 2 files changed, 1230 insertions(+)

diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 83deefad49c9..899ed0d33679 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -64,3 +64,68 @@ DIST thunderbird-102.4.0-vi.xpi 724847 BLAKE2B 
66c99673ec9b66a4fd3d0820e2f853a40
 DIST thunderbird-102.4.0-zh-CN.xpi 722697 BLAKE2B 
464fff02ab6dcfb8c21e10162883ab76dcf9b6fc67e750be6603c17c17ef54620bfa4d75d9f81a4ceabd8816095754ccf26f5bd8e3e15092a3b917c4df861b3e
 SHA512 
93dc589af87444651e29c1208d4c3e301b0eb73fb03d2ae927620c5c3f36763695e28a5cf7fc15b88a48a8b86a47de8002955cfa32e62af60c9beff4a45a
 DIST thunderbird-102.4.0-zh-TW.xpi 725967 BLAKE2B 
ffe451b2564b6882afd85fb86ed3819bb06aaccf84597b0809be8b6a65adfb307c5c7ca0e3f5d095e12da2b8d80f1b4fe97022604048dd3da7ac106cda61
 SHA512 
de6327c2a9059a89768c72ada5f62d6d1dbc5b48c824702aa0ed8d4ef29797a4f5d2d1045dfe0973316190330ebefd512b791d01d3c67c591f994df053fcb944
 DIST thunderbird-102.4.0.source.tar.xz 508467296 BLAKE2B 
3831504f898a8ff1625ca352f4257b3d0a6debe54eaf81f8f46e74aeb2d6f8b6d7a354127872c860e75ad41c0860c116ed074f7950324e05a01a98ba88f79f12
 SHA512 
e2ce59eefb0c4df3eb20af01af2b7ad78a09e0fbac7bcc8800538d6655ca63a5d132c0700e2465654cc707a50aee01c62df0532f2c53b5f11c2d3a7ca881d8f0
+DIST thunderbird-102.4.1-af.xpi 551913 BLAKE2B 
aa0c741ed51cc85e06fb1c1663f6cddfdd476e67db5017727ec3f5c4da2b076065f1c63cd2035ebb2ba6cac6ff8268fbe9f6f85928884b0c90ae75196203c34c
 SHA512 
f7535bf1168d6a4eaa34ff69482932b13cab7d0905c0c3291a1751b0508ded05ed9a4d29c81ca23612a9aa40848008ee5e83caf8db24d073a691db3a9bcb8c58
+DIST thunderbird-102.4.1-ar.xpi 656146 BLAKE2B 
1067786f1f81cefd52ac6762c86e3ada588b40e364375a11546b8bc8a9c0e589bd7a65140b0cc8cfe9bf7dd4f9f3c16e10ef51bd4b12f0597e6b84a63708076b
 SHA512 
8462de14dbe7841ea2e56c9fbe38de0d66ad4ee79e2fbbef6f8db76881b2f563daf02bd759ed35d79ebc1cb18b2bd10a7b1037a5fc627b434525140bd5b12905
+DIST thunderbird-102.4.1-ast.xpi 564830 BLAKE2B 
564beff0b077d53efae9f0e31e5ba1fa44af27c5db87269c364a8bb44ddf34418851c754ccb31067cd67c08205e5383972d7731b477c911035eb734425a3856a
 SHA512 
b6ebc43d766c9308df388162c2ffa847f2d97fddc2f21f1f8dbca10aac1a85059b6511e267e285d937c95748131dc980657761559cadd7f2a31735d56b022a70
+DIST thunderbird-102.4.1-be.xpi 686675 BLAKE2B 
5581b7bd811d1ff00641ca1c67406735efcaac4091a823afb74fb13ca162dd6559a28746f5d2b5d686f97931a52e782dae9218214b46d1d9e31e2e7494ff0611
 SHA512 
7e353496ff74bb41c73709ae249318f7eeb8d67ad3d9183e6c6316fe4be06bb197890c757de7e47cd7e4e3f7ffeb741dc61fd50562ee713f6de0d5bcf4ecb78b
+DIST thunderbird-102.4.1-bg.xpi 682263 BLAKE2B 
6590f0cb502c3e7ab9283ce625c481741451b27ea16abcbc210706d455236ac574cff403f669ef96fb9db909d542855c6acc3be7e828507ffb39f264ef883f73
 SHA512 
421b441cbbda5de4fed41ebb29c8feaf45153088c22d703a33e29efc64d6ca3060e435e4e5a70ec3bec8cc7ad09171945341da6948e7b3fa8949c9ce14e52f8b
+DIST thunderbird-102.4.1-br.xpi 615111 BLAKE2B 
0f028c217c23cbfb3219c416810faacba6f2452b2d62889c55f2b3704b59ac182619e49314cabcf3b0d451e53e172e5026bd9701e97f777e47d1d676c83e3e8f
 SHA512 
856682c8c23f3c7a1303f4371d757fbe4a8696ae332fbca556e6a419cac9772b2f339886936d6920e44830d78f0fd9ff6b7c422f032028ab6974c1fd15e7650b
+DIST thunderbird-102.4.1-ca.xpi 636170 BLAKE2B 
75049531ed0384fd0344c8b071c18241c156eb5d8655ea18d9b94daf0c42c2d96bf9da8f8674b3edfb58994bd42fdfbd2cee2266cba22d1211d5f5951733a377
 SHA512 
da847ada754b53363de3cb16af5888fe1eaa867981f65d78023c0fe5954cdfce70984834ae3bbd2af4964710aecd8d03eb1c8786b4010e1128340aa96aaccab2
+DIST thunderbird-102.4.1-cak.xpi 641838 BLAKE2B 
6ea8b4ead80269ebb5b77e69f969f4f5509e182a2a0fbd1735853cd7f66d4bc48f94ec0fa249145634cfba4858d752f7aa687a8e16a195e4cb9187ec2ca2f487
 SHA512 
0e16d1fe76af4cc4cbc533640d6b3d996230c7d8de06f7b540155e6aaf40a7134866f33386248700d5fbc67b04425a2a1a3b76a56d3a90df5aeda68f43b29d22
+DIST thunderbird-102.4.1-cs.xpi 706220 BLAKE2B 
93dc0fc082a7b7c1d5d66048105855e5f9acb4dced436dadb0ff26746ac7103b77dcda85f64eb9d287a7cdcb424765c438d8682159dcf96bfe06364fc8446921
 SHA512 
bc2daf5ff6081717c12dd5661c24e16203cb30daf0186793f6a2fa56ae91e76b1b31559a704c9743961af5136de22037a3a17364e05cfcbcaebfa4bd42b52ec6
+DIST thunderbird-102.4.1-cy.xpi 684713 BLAKE2B 
30a5b279e72684680584aabe819c05e78062550c04f4e6ea2458882efef8a79c530226f9b331a8b8a294eb36aee15ee27e429189334cb4d914216091fb02e183
 SHA512 
82bba0fa116a13cd16ef62e8d9228d1466990fa22c35e0bd420f416ace90462f5a359a62bf3bf4f143ef23717ddca403abf62ab71e0927f7a129e3267e49
+DIST thunderbi

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

2022-10-27 Thread Agostino Sarubbo
commit: 847c915b94b14610213fb79af3e3294fdfc613fb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:39:37 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:39:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=847c915b

dev-python/pandas: Stabilize 1.5.0-r1 arm, #878239

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pandas/pandas-1.5.0-r1.ebuild 
b/dev-python/pandas/pandas-1.5.0-r1.ebuild
index 6f20e3a52481..8a83c145f5fd 100644
--- a/dev-python/pandas/pandas-1.5.0-r1.ebuild
+++ b/dev-python/pandas/pandas-1.5.0-r1.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${P/_/}"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~x86"
 IUSE="doc full-support minimal test X"
 RESTRICT="!test? ( test )"
 



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

2022-10-27 Thread Agostino Sarubbo
commit: 8c91f7dc7e1c74400b659f7b2a8145288339228c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:40:23 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:40:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c91f7dc

app-admin/xtail: Stabilize 2.1_p8 ppc, #873436

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/xtail/xtail-2.1_p8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/xtail/xtail-2.1_p8.ebuild 
b/app-admin/xtail/xtail-2.1_p8.ebuild
index e93cf162e952..c9d84ca2880e 100644
--- a/app-admin/xtail/xtail-2.1_p8.ebuild
+++ b/app-admin/xtail/xtail-2.1_p8.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}"/${PN}-${MY_PV}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 BDEPEND="app-arch/unzip"
 



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

2022-10-27 Thread Agostino Sarubbo
commit: 343dfdaabf1b2cbfdcd84d9ef27dbc324f95320a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:40:29 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:40:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=343dfdaa

media-gfx/pngtools: Stabilize 0.4_p20220314 ppc, #873559

Signed-off-by: Agostino Sarubbo  gentoo.org>

 media-gfx/pngtools/pngtools-0.4_p20220314.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/pngtools/pngtools-0.4_p20220314.ebuild 
b/media-gfx/pngtools/pngtools-0.4_p20220314.ebuild
index 8889ed8a1a47..0e411a64e826 100644
--- a/media-gfx/pngtools/pngtools-0.4_p20220314.ebuild
+++ b/media-gfx/pngtools/pngtools-0.4_p20220314.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="media-libs/libpng:="
 DEPEND="${RDEPEND}"



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

2022-10-27 Thread Agostino Sarubbo
commit: 9827c4ba5f403e76b4bf514bcdc37701468dbd14
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:40:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:40:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9827c4ba

dev-python/pandas: Stabilize 1.5.0-r1 ppc, #878239

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pandas/pandas-1.5.0-r1.ebuild 
b/dev-python/pandas/pandas-1.5.0-r1.ebuild
index 8a83c145f5fd..878c3c7f8c8a 100644
--- a/dev-python/pandas/pandas-1.5.0-r1.ebuild
+++ b/dev-python/pandas/pandas-1.5.0-r1.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${P/_/}"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~x86"
 IUSE="doc full-support minimal test X"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/

2022-10-27 Thread Agostino Sarubbo
commit: 041155943a53f7ba644ce1bb97f3bf986fd8f864
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:40:31 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:40:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04115594

net-firewall/ferm: Stabilize 2.7 ppc, #878229

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-firewall/ferm/ferm-2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ferm/ferm-2.7.ebuild 
b/net-firewall/ferm/ferm-2.7.ebuild
index 093b73bd06f3..c89ce372fe74 100644
--- a/net-firewall/ferm/ferm-2.7.ebuild
+++ b/net-firewall/ferm/ferm-2.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 
 # Uses Internet connection while testing.
 RESTRICT="test"



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

2022-10-27 Thread Agostino Sarubbo
commit: c5fc50e953c73f699188ed974203118d3f3a89f8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:40:26 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:40:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5fc50e9

net-misc/wput: Stabilize 0.6.2_p20130413_p11 ppc, #873529

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/wput/wput-0.6.2_p20130413_p11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild 
b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
index eeff9d20599b..518960f4edb5 100644
--- a/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
+++ b/net-misc/wput/wput-0.6.2_p20130413_p11.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="debug ssl"
 
 RDEPEND="ssl? ( net-libs/gnutls:= )"



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

2022-10-27 Thread Agostino Sarubbo
commit: 1bcf059f424a68118d328752045788eed90986f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:41:19 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:41:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcf059f

net-misc/curl: Stabilize 7.85.0-r2 sparc, #877025

Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-misc/curl/curl-7.85.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.85.0-r2.ebuild 
b/net-misc/curl/curl-7.85.0-r2.ebuild
index aff8555dc93f..3d84a915f8d4 100644
--- a/net-misc/curl/curl-7.85.0-r2.ebuild
+++ b/net-misc/curl/curl-7.85.0-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz
 
 LICENSE="curl"
 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"
+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="+adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap ipv6 
kerberos ldap mbedtls nss +openssl +pop3 +progress-meter rtmp samba +smtp ssh 
ssl sslv3 static-libs test telnet +tftp zstd"
 IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl"
 IUSE+=" nghttp3 quiche"



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

2022-10-27 Thread Agostino Sarubbo
commit: d8740f88a3a7e7db6089e763fe98899ec4ff6704
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Oct 27 07:41:21 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Oct 27 07:41:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8740f88

app-admin/conky: Stabilize 1.13.1 sparc, #878357

Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-admin/conky/conky-1.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/conky/conky-1.13.1.ebuild 
b/app-admin/conky/conky-1.13.1.ebuild
index f909139904bf..f222b7a5b8a5 100644
--- a/app-admin/conky/conky-1.13.1.ebuild
+++ b/app-admin/conky/conky-1.13.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3 BSD LGPL-2.1 MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv sparc ~x86"
 IUSE="apcupsd bundled-toluapp cmus curl doc hddtemp ical iconv imlib
intel-backlight iostats ipv6 irc lua-cairo lua-imlib lua-rsvg math moc
mpd mysql nano-syntax ncurses nvidia +portmon pulseaudio rss systemd



[gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/

2022-10-27 Thread Joonas Niilola
commit: 653e581f54a04a08ab5c3d74299f126b07209383
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:45:09 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:48:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653e581f

net-firewall/ferm: Stabilize 2.7 x86, #878229

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

 net-firewall/ferm/ferm-2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-firewall/ferm/ferm-2.7.ebuild 
b/net-firewall/ferm/ferm-2.7.ebuild
index c89ce372fe74..5e7d668967ba 100644
--- a/net-firewall/ferm/ferm-2.7.ebuild
+++ b/net-firewall/ferm/ferm-2.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 # Uses Internet connection while testing.
 RESTRICT="test"



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

2022-10-27 Thread Joonas Niilola
commit: d83fae87a7946a238f7aed0adbb2444729f5d67a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:51:05 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:51:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83fae87

media-gfx/flameshot: Stabilize 12.1.0 amd64, #875875

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

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

diff --git a/media-gfx/flameshot/flameshot-12.1.0.ebuild 
b/media-gfx/flameshot/flameshot-12.1.0.ebuild
index cccbfdf33cd5..a482a98d2081 100644
--- a/media-gfx/flameshot/flameshot-12.1.0.ebuild
+++ b/media-gfx/flameshot/flameshot-12.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/flameshot-org/flameshot/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0 Free-Art-1.3 GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="
dev-qt/qtcore:5



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

2022-10-27 Thread Joonas Niilola
commit: 26f72a8c95e1e7db1f3d32c33fade51ecde7405a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:51:37 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f72a8c

media-gfx/flameshot: Stabilize 12.1.0 x86, #875875

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

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

diff --git a/media-gfx/flameshot/flameshot-12.1.0.ebuild 
b/media-gfx/flameshot/flameshot-12.1.0.ebuild
index a482a98d2081..eaeba5e61c70 100644
--- a/media-gfx/flameshot/flameshot-12.1.0.ebuild
+++ b/media-gfx/flameshot/flameshot-12.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/flameshot-org/flameshot/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="Apache-2.0 Free-Art-1.3 GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-qt/qtcore:5



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

2022-10-27 Thread Joonas Niilola
commit: 184e27d9cee5beca5caa598989eb7132ea33991a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:53:15 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:53:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184e27d9

app-emulation/virtualbox-guest-additions: Stabilize 6.1.40 x86, #878073

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

 .../virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild
index f4ad72e4a393..896c8718bc4a 100644
--- 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${DIR_PV:-${MY_PV}}/${MY_P}.
 LICENSE="GPL-2"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="X"
 
 # automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist



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

2022-10-27 Thread Joonas Niilola
commit: cc8548eef105bfee407e530a33ddd697f1f1903a
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:56:14 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:56:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8548ee

dev-util/android-tools: add missing BDEPEND for perl

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 
(message):
  Could NOT find Perl (missing: PERL_EXECUTABLE)

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

 dev-util/android-tools/android-tools-33.0.3-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/android-tools/android-tools-33.0.3-r1.ebuild 
b/dev-util/android-tools/android-tools-33.0.3-r1.ebuild
index 283d0738b2bc..6f38aa5d5a8e 100644
--- a/dev-util/android-tools/android-tools-33.0.3-r1.ebuild
+++ b/dev-util/android-tools/android-tools-33.0.3-r1.ebuild
@@ -39,6 +39,7 @@ RDEPEND="${DEPEND}
 "
 BDEPEND="
dev-lang/go
+   dev-lang/perl
 "
 
 DOCS=()



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

2022-10-27 Thread Joonas Niilola
commit: 9a2004c62033875b3cc7762900557c955212a649
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:56:41 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:56:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2004c6

dev-util/android-tools: Stabilize 33.0.3-r1 x86, #878321

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

 dev-util/android-tools/android-tools-33.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-tools/android-tools-33.0.3-r1.ebuild 
b/dev-util/android-tools/android-tools-33.0.3-r1.ebuild
index 6f38aa5d5a8e..da11dd000d4e 100644
--- a/dev-util/android-tools/android-tools-33.0.3-r1.ebuild
+++ b/dev-util/android-tools/android-tools-33.0.3-r1.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
 # The entire source code is Apache-2.0, except for fastboot which is BSD-2.
 LICENSE="Apache-2.0 BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/android-udev-rules/

2022-10-27 Thread Joonas Niilola
commit: 42d24599a9ac677fd8bffe783e678889ded3e6ff
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:56:41 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:56:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d24599

dev-util/android-udev-rules: Stabilize 20220903 x86, #878321

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

 dev-util/android-udev-rules/android-udev-rules-20220903.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-udev-rules/android-udev-rules-20220903.ebuild 
b/dev-util/android-udev-rules/android-udev-rules-20220903.ebuild
index 3b45ebe3565f..1c1b12e65032 100644
--- a/dev-util/android-udev-rules/android-udev-rules-20220903.ebuild
+++ b/dev-util/android-udev-rules/android-udev-rules-20220903.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/${PV}.ta
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
acct-group/android



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

2022-10-27 Thread Joonas Niilola
commit: 203a6a44c75fdd4eb760c02ba3aac153ece0acc7
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 07:59:48 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 07:59:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203a6a44

net-libs/pjproject: Stabilize 2.12.1-r2 x86, #878241

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

 net-libs/pjproject/pjproject-2.12.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/pjproject/pjproject-2.12.1-r2.ebuild 
b/net-libs/pjproject/pjproject-2.12.1-r2.ebuild
index b990527753f7..260c38c99f5f 100644
--- a/net-libs/pjproject/pjproject-2.12.1-r2.ebuild
+++ b/net-libs/pjproject/pjproject-2.12.1-r2.ebuild
@@ -8,7 +8,7 @@ inherit autotools flag-o-matic toolchain-funcs
 DESCRIPTION="Open source SIP, Media, and NAT Traversal Library"
 HOMEPAGE="https://www.pjsip.org/";
 SRC_URI="https://github.com/pjsip/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pysiril/

2022-10-27 Thread Joonas Niilola
commit: 151240d2b773c2f148d651973c1f0d4dd5af49cc
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:11:59 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:11:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151240d2

sci-astronomy/pysiril: Stabilize 0.0.12 x86, #866974

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

 sci-astronomy/pysiril/pysiril-0.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild 
b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
index 87f468756755..f0531858c739 100644
--- a/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
+++ b/sci-astronomy/pysiril/pysiril-0.0.12.ebuild
@@ -14,6 +14,6 @@ S="${WORKDIR}/${PN}-V${PV//./_}"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sci-astronomy/siril"



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/

2022-10-27 Thread Joonas Niilola
commit: 220575eeca8e9a8b641b58bf357a93a4d6bb6614
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:11:59 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:11:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220575ee

sci-astronomy/siril: Stabilize 1.0.3 x86, #866974

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

 sci-astronomy/siril/siril-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/siril/siril-1.0.3.ebuild 
b/sci-astronomy/siril/siril-1.0.3.ebuild
index 63aea73ff08c..5f75b88a03ae 100644
--- a/sci-astronomy/siril/siril-1.0.3.ebuild
+++ b/sci-astronomy/siril/siril-1.0.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git";
 else

SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2";
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
S="${WORKDIR}/${PN}-${PV/_/-}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/sirilic/

2022-10-27 Thread Joonas Niilola
commit: 7dd956d475fcfb0d34b08747047dd27d4510ba77
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:12:00 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:12:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd956d4

sci-astronomy/sirilic: Stabilize 1.14.3 x86, #866974

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

 sci-astronomy/sirilic/sirilic-1.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-astronomy/sirilic/sirilic-1.14.3.ebuild 
b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild
index c049c4ce8aa9..b4c4b1c226bc 100644
--- a/sci-astronomy/sirilic/sirilic-1.14.3.ebuild
+++ b/sci-astronomy/sirilic/sirilic-1.14.3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-V${PV//./_}"
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="dev-python/wxpython:4.0[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"



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

2022-10-27 Thread Joonas Niilola
commit: d21220103fb29dcb9ac71910e1405d7e8f11798d
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:11:58 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:11:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2122010

media-libs/librtprocess: Stabilize 0.12.0 x86, #866974

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

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

diff --git a/media-libs/librtprocess/librtprocess-0.12.0.ebuild 
b/media-libs/librtprocess/librtprocess-0.12.0.ebuild
index 6c56fd15df8a..e3fcacc8dbc7 100644
--- a/media-libs/librtprocess/librtprocess-0.12.0.ebuild
+++ b/media-libs/librtprocess/librtprocess-0.12.0.ebuild
@@ -11,4 +11,4 @@ 
SRC_URI="https://github.com/CarVac/librtprocess/archive/refs/tags/${PV}.tar.gz -
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"



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

2022-10-27 Thread Joonas Niilola
commit: c5269273dba9d34e9aeb7ce1ca47fa5bcb4edb40
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:15:15 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:15:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5269273

x11-wm/muffin: Stabilize 5.2.1 x86, #878123

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

 x11-wm/muffin/muffin-5.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/muffin/muffin-5.2.1.ebuild 
b/x11-wm/muffin/muffin-5.2.1.ebuild
index f600767066ee..cc08f772038b 100644
--- a/x11-wm/muffin/muffin-5.2.1.ebuild
+++ b/x11-wm/muffin/muffin-5.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="GPL-1 GPL-2+ LGPL-2+ MIT || ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
 IUSE="input_devices_wacom +introspection test xinerama"
-KEYWORDS="amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.37.3:2[dbus]



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

2022-10-27 Thread Joonas Niilola
commit: b566716ed4c83ee64d9197a321da6facd9be6413
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:13:49 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:13:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b566716e

x11-wm/muffin: Stabilize 5.2.1 amd64, #878123

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

 x11-wm/muffin/muffin-5.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/muffin/muffin-5.2.1.ebuild 
b/x11-wm/muffin/muffin-5.2.1.ebuild
index 78403819aa26..f600767066ee 100644
--- a/x11-wm/muffin/muffin-5.2.1.ebuild
+++ b/x11-wm/muffin/muffin-5.2.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/linuxmint/muffin/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="GPL-1 GPL-2+ LGPL-2+ MIT || ( MPL-1.1 GPL-2+ LGPL-2.1+ )"
 SLOT="0"
 IUSE="input_devices_wacom +introspection test xinerama"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-libs/glib-2.37.3:2[dbus]



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

2022-10-27 Thread Joonas Niilola
commit: cdcd6b7b7053bc886cd90b6e247e8c8f7422e03c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:33:55 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:33:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcd6b7b

app-emulation/virtualbox-guest-additions: Stabilize 6.1.40 amd64, #878073

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

 .../virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild
 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild
index 896c8718bc4a..90ed39cc4aaa 100644
--- 
a/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild
+++ 
b/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-6.1.40.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${DIR_PV:-${MY_PV}}/${MY_P}.
 LICENSE="GPL-2"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="X"
 
 # automount Error: VBoxServiceAutoMountWorker: Group "vboxsf" does not exist



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

2022-10-27 Thread Joonas Niilola
commit: f469d7e6e32bcbe345bc989decbfaf86e26fefa9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:33:55 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:33:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f469d7e6

app-emulation/virtualbox-modules: Stabilize 6.1.40 amd64, #878073

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

 app-emulation/virtualbox-modules/virtualbox-modules-6.1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.40.ebuild 
b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.40.ebuild
index d293415c5d91..b5ac55a89c1f 100644
--- a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.40.ebuild
+++ b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.40.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/ceamac/virtualbox-modules-dist/releases/download/v${
 LICENSE="GPL-2"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="pax-kernel"
 
 S="${WORKDIR}"



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

2022-10-27 Thread Joonas Niilola
commit: c6ce4bd7752ebfb93b22f3d44045d6cca2332e89
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:33:55 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:33:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ce4bd7

app-emulation/virtualbox: Stabilize 6.1.40 amd64, #878073

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

 app-emulation/virtualbox/virtualbox-6.1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox/virtualbox-6.1.40.ebuild 
b/app-emulation/virtualbox/virtualbox-6.1.40.ebuild
index 93c8ac5113f7..7067d184bf7e 100644
--- a/app-emulation/virtualbox/virtualbox-6.1.40.ebuild
+++ b/app-emulation/virtualbox/virtualbox-6.1.40.ebuild
@@ -34,7 +34,7 @@ S="${WORKDIR}/${MY_PN}-${DIR_PV:-${MY_PV}}"
 LICENSE="GPL-2 dtrace? ( CDDL )"
 SLOT="0/$(ver_cut 1-2)"
 if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
 fi
 IUSE="alsa debug doc dtrace headless java lvm +opus pam pax-kernel pch 
pulseaudio +opengl python +qt5 +sdk +sdl +udev vboxwebsrv vnc"
 



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

2022-10-27 Thread Joonas Niilola
commit: 80fa7891600b998f873417d8f4c8f3751379959f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:33:56 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:33:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fa7891

app-emulation/virtualbox-additions: Stabilize 6.1.40 amd64, #878073

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

 app-emulation/virtualbox-additions/virtualbox-additions-6.1.40.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-additions/virtualbox-additions-6.1.40.ebuild 
b/app-emulation/virtualbox-additions/virtualbox-additions-6.1.40.ebuild
index e989261fd89b..e65627f19d6c 100644
--- a/app-emulation/virtualbox-additions/virtualbox-additions-6.1.40.ebuild
+++ b/app-emulation/virtualbox-additions/virtualbox-additions-6.1.40.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso";
 LICENSE="GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 RESTRICT="mirror"
 



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

2022-10-27 Thread Joonas Niilola
commit: 36ca32f51836807f608c06465b4234d169648d16
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:33:56 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:33:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ca32f5

app-emulation/virtualbox-extpack-oracle: Stabilize 6.1.40 amd64, #878073

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

 .../virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.40.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.40.ebuild
 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.40.ebuild
index 10b24ce1fc11..3dbb1658be56 100644
--- 
a/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.40.ebuild
+++ 
b/app-emulation/virtualbox-extpack-oracle/virtualbox-extpack-oracle-6.1.40.ebuild
@@ -24,7 +24,7 @@ 
SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.vbox-extpac
 LICENSE="PUEL"
 SLOT="0/$(ver_cut 1-2)"
 [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 RESTRICT="bindist mirror strip"
 



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

2022-10-27 Thread Joonas Niilola
commit: 813c0e5e0a71995a10c3c5c43341c0604bf80a6f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 08:34:49 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 08:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813c0e5e

dev-util/geany-plugins: Stabilize 1.38-r2 amd64, #878135

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

 dev-util/geany-plugins/geany-plugins-1.38-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/geany-plugins/geany-plugins-1.38-r2.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.38-r2.ebuild
index 6de03c67623f..eeb7572d891b 100644
--- a/dev-util/geany-plugins/geany-plugins-1.38-r2.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.38-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://plugins.geany.org/${PN}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm ~ppc ppc64 ~sparc x86"
 
 IUSE="ctags debugger enchant git gpg gtkspell lua markdown nls pretty-printer 
scope soup workbench"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"



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

2022-10-27 Thread Denis Reva
commit: e85efe01ecc0ae9988b92dd51eb741954cadeaa9
Author: Denis Reva  gmail  com>
AuthorDate: Thu Oct 27 09:24:40 2022 +
Commit: Denis Reva  gmail  com>
CommitDate: Thu Oct 27 09:24:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e85efe01

media-libs/amdvlk: amdvlk is now used static build without separate llvm

Changed installation prefix to default ones

Removed buggy amdvlk version

New version 2022.4.6

Closes: https://bugs.gentoo.org/877145
Signed-off-by: Denis Reva  gmail.com>

 media-libs/amdvlk/Manifest | 10 ++---
 ...k-2022.3.5-r1.ebuild => amdvlk-2022.4.1.ebuild} | 44 --
 .../files/amdvlk-2022.4.1-proper-libdir.patch  | 13 +++
 3 files changed, 43 insertions(+), 24 deletions(-)

diff --git a/media-libs/amdvlk/Manifest b/media-libs/amdvlk/Manifest
index 11df523cf..e8d73899c 100644
--- a/media-libs/amdvlk/Manifest
+++ b/media-libs/amdvlk/Manifest
@@ -1,7 +1,7 @@
 DIST amdvlk-CWPack-4f8cf0584442a91d829d269158567d7ed926f026.tar.gz 39633 
BLAKE2B 
d5b2a88f0d563eef5beb42a8304cf6cdd825e75242c22acc360c5bb9cbd1d02a4f891b6b2f3a4803e1e6b48a4d176aad40f8bdeca92847f2fbf53674dedeaff3
 SHA512 
06d56baaba1f1224a5266f4a63c1abf70edba7cc16cc4e62f2f5b1ec94fc2c1cfc4c6f11a9c6ef42c23b29be8d07921caad5e919357c0bd82cf714783eee0bcc
 DIST amdvlk-MetroHash-18893fb28601bb9af1154cd1a671a121fff6d8d3.tar.gz 11729 
BLAKE2B 
b0e3de885e50c317141d62c885b421c7fd2e1ac783733704342bbed3109bff36a9209ab276f534a2231531483539221bbb1014bd39528a91124161bafc5646eb
 SHA512 
8f12f95e80d594c8bd87a852c67a2d6777ce89d1a13e1a87ee17bbb876a0702c14ffe7a7fd65a244620f2043ad5d22ae8eb863d69f1dc5494d985733bbfb7bf9
-DIST amdvlk-gpurt-b89f22aadd0a335be632055434a7f8ba152fcb37.tar.gz 278191 
BLAKE2B 
9774616f6875601136108f2e9d6336f18c5d58a98cd9dc01839df210cc5d484bcd0b6a754cec8660216ab92275aa88fa20bcc4d5b36fa727e258abd7d2e23a7f
 SHA512 
9fa3ac42ec8ac416a1fe92ece3573f4a3ba874f6c3e8fce42754b89aace825f4ee680789ddd7e5ab3cac83b5eb04934d2e659a7543925b5ecdb7d8dbb91c4b92
-DIST amdvlk-llpc-7857f2e209fc65374f2891be52e3a4a22fbae483.tar.gz 2467228 
BLAKE2B 
9715d5721770725371c1faa2d33f0217e998b5fc77aeb6a665d0a200db54d337fdfb3d9561abf54cf035009fb1dfd41b3e2e0ecf78eaceb5890877303d67a3ab
 SHA512 
8a5a18ad64ee97d36aa7ae87c31112985c49c6755ae850fea141710cf54ff1610828eb5d35ea8f2a0148be9090f0c04099c94948e0c2489f68b0b58966847d03
-DIST amdvlk-llvm-project-5c82ef808fd269c95f5bd166d1846149e3afadc2.tar.gz 
167121209 BLAKE2B 
7a3da40252e68a58588a5b8e640f324f89ab750f98e4d5d58ba164ba4fa9a19561100b1e84cc75d93347101837e50a70c8d33bc3bca211990134fefd11e31a12
 SHA512 
d2b68885737ab77e976b6cddce733ad1ca5295e390b6900765b54d82b6d5d9fe9099d5c16dbb2e8c8e1c266c9e22e1c6298be2b41e7d48ecfc5521f3d960a692
-DIST amdvlk-pal-ae55b19b7553bf204b4945de9c11c5b05bc0e167.tar.gz 11241268 
BLAKE2B 
f2fc5db1070493e3d79342143ec5005880d6a71669b8d741bde5d1c0f40b54b60f9e2f68a8092d6a398606ec97a95d0c7ab79ecbfe6568fee335e5a99b6631f1
 SHA512 
249ceb603a2f18391419053f11606a14483a2bbb097ce6b270b50a723a209db8125f08c719d61891f75cf9edbbaac20217bdcf4f820e35e933ea84594094d6e9
-DIST amdvlk-xgl-4118707939c2f4783d28ce2a383184a3794ca477.tar.gz 119 
BLAKE2B 
7e51c1fb954c2eca42544f6a890e996cbfb196cc3ad216d43a56feacbe16242240b1e2eefc8ebc13cb1c43d5541151e15369541a59abcef83c15daf15dedc14a
 SHA512 
8735d6e0d008a066d2ac1ac9c7bdb31e162380a08c06e8f57c6d3e0c4a768b7a11484a5542c4b60c0ce91e560ea6d38c784ae8a6af25a72adcbefd7d95c88152
+DIST amdvlk-gpurt-2874e509b677d78ddb3faae90989dd45e60669b3.tar.gz 281182 
BLAKE2B 
c6642db52268b76d8c9cb4e140d28f84ed402ec7b3f83e1c5ec716efcdba00ed565312913ad342edd3520f5b17195b36696e3074059c0c509a9afcfd9ccd4d24
 SHA512 
08c410d0c9478b76947537f84b3a91f8598412765aee30a883f974e3475a3e336f19a9063c762fccdd2970dec60cff9af045d0c9c330ea484a8503b75b543c3f
+DIST amdvlk-llpc-9db0ba4c968bbfe2f3e7e546d17cbfd07dcfdc9e.tar.gz 2472851 
BLAKE2B 
1341d1de88d09f6f46c00b78a0871fb793896c4193aea4ec5ad1464e376940fceac288a4d7358d6fe5521a11dfdab4edb3b6d7b85f9d2e9b7e3e6de449d5a179
 SHA512 
fe417bda2177273b8d42232b39cb5d99b5d115686e555e904d2914204f9fff0637c91d1ddedc5433402fc7e584d8b5d7e435fe828895281e43d7bc5848109daf
+DIST amdvlk-llvm-project-d2b67605e4dd5dc50d0afbeb4f20f29cce97b207.tar.gz 
167636626 BLAKE2B 
23152ac9f5548847bd4109f1da25642f30dece0f482cfd7ab1c89d1623f0bb57b0b47915a4eb82d307b33a14b1023af6593d16fa7fd751bbbc4907b6554c7fbb
 SHA512 
4681d3f49ef66863df46387ca021dfe2f77750528a90d3f6f709919f56a6b783ffd095a7442a30f83a4168381e8fc088190341944e4bc2d080cbfb274606b772
+DIST amdvlk-pal-c2af6fc4c14ea61273bcf5576f8a83a12b945dd7.tar.gz 11242034 
BLAKE2B 
d72b31a2d6606e9fee7a505203343df8a7712ee97caa1c828f2e7f4d7a96fc47e95d9695d8f0e4749fc9c3a092b17deca21abec6b7b52c0430a02855abf44bdb
 SHA512 
ee4a8686df45bebe9ab8f745694a51f6f1f71aa1c4b7699fafe0ad86fa5eb374832f7be59aff3fd2f0d29b6b1367ecb0d8658e8f110ec06972d528af88acc9dc
+DIST amdvlk-xgl-8a67c76eedb8400fb5d3b1e7b6a3894efdc7a3b9.tar.gz 1196792 
BLAKE2B 
f59f2a020793c40c2082fb8ebc461f03b6d0ffd18a2c3eddf

[gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/

2022-10-27 Thread Denis Reva
commit: 5e5cc8846ddc65ff449f0c5c23ba731a7e3ba2b2
Author: Denis Reva  gmail  com>
AuthorDate: Thu Oct 27 09:32:11 2022 +
Commit: Denis Reva  gmail  com>
CommitDate: Thu Oct 27 09:32:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e5cc884

media-libs/amdvlk: Changed message about headers

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

 media-libs/amdvlk/.amdvlk-2022.4.1.ebuild.kate-swp | Bin 171 -> 0 bytes
 media-libs/amdvlk/amdvlk-2022.4.1.ebuild   |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/amdvlk/.amdvlk-2022.4.1.ebuild.kate-swp 
b/media-libs/amdvlk/.amdvlk-2022.4.1.ebuild.kate-swp
deleted file mode 100644
index c4c106556..0
Binary files a/media-libs/amdvlk/.amdvlk-2022.4.1.ebuild.kate-swp and /dev/null 
differ

diff --git a/media-libs/amdvlk/amdvlk-2022.4.1.ebuild 
b/media-libs/amdvlk/amdvlk-2022.4.1.ebuild
index 7bdf5f66f..92d00b81a 100644
--- a/media-libs/amdvlk/amdvlk-2022.4.1.ebuild
+++ b/media-libs/amdvlk/amdvlk-2022.4.1.ebuild
@@ -91,7 +91,7 @@ multilib_src_configure() {
cmake_src_configure
 }
 multilib_check_headers() {
-   einfo "There is no headers"
+   einfo "Checking headers skipped: there is no headers"
 }
 
 multilib_src_install_all() {



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/

2022-10-27 Thread Denis Reva
commit: aeea29b2d15b2d124a573db5875a9bbd1998ab80
Author: Denis Reva  gmail  com>
AuthorDate: Thu Oct 27 09:32:07 2022 +
Commit: Denis Reva  gmail  com>
CommitDate: Thu Oct 27 09:32:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aeea29b2

media-libs/amdvlk: Changed message about headers

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

 media-libs/amdvlk/.amdvlk-2022.4.1.ebuild.kate-swp | Bin 0 -> 171 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-libs/amdvlk/.amdvlk-2022.4.1.ebuild.kate-swp 
b/media-libs/amdvlk/.amdvlk-2022.4.1.ebuild.kate-swp
new file mode 100644
index 0..c4c106556
Binary files /dev/null and b/media-libs/amdvlk/.amdvlk-2022.4.1.ebuild.kate-swp 
differ



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/

2022-10-27 Thread Denis Reva
commit: b3bfee0f9e57f6c5dcec711b0c3187f60ae9fc93
Author: Denis Reva  gmail  com>
AuthorDate: Thu Oct 27 09:30:07 2022 +
Commit: Denis Reva  gmail  com>
CommitDate: Thu Oct 27 09:30:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3bfee0f

media-libs/amdvlk: Fixed improper installation phase to clean things

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

 media-libs/amdvlk/amdvlk-2022.4.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/amdvlk/amdvlk-2022.4.1.ebuild 
b/media-libs/amdvlk/amdvlk-2022.4.1.ebuild
index a1204099a..7bdf5f66f 100644
--- a/media-libs/amdvlk/amdvlk-2022.4.1.ebuild
+++ b/media-libs/amdvlk/amdvlk-2022.4.1.ebuild
@@ -94,8 +94,8 @@ multilib_check_headers() {
einfo "There is no headers"
 }
 
-multilib_src_install() {
-   cmake_src_install
+multilib_src_install_all() {
+   default
einfo "Removing unused LLVM parts…"
rm "${D}"/usr/lib/libLLVM*.a || die "Can't remove unused LLVM static 
libs"
rm "${D}"/usr/lib/libLTO* || die "Can't remove unused LLVM lto library"
@@ -104,7 +104,7 @@ multilib_src_install() {
rm -r "${D}"/usr/include || die "Can't remove unused include folder"
rm -r "${D}"/usr/lib/cmake || die "Can't remove unused LLVM cmake 
folder"
einfo "Removal done! Moving docs…"
-   mv "${D}"/usr/share/doc/amdvlk/* "${D}"/usr/share/doc/"amdvlk-${PV}"/ 
|| die "Can't move docs"
+   mv "${D}"/usr/share/doc/amdvlk/* "${D}"/usr/share/doc/"amdvlk-${PV}"/ 
|| ewarn "Can't move docs. It is not fatal"
einfo "Done!"
 }
 



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

2022-10-27 Thread Florian Schmaus
commit: a0db3fc3a90df65a5c3b610a2f99e2a3043f222e
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Oct 22 12:15:50 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Oct 27 09:45:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0db3fc3

dev-java/slf4j-reload4j: exclude one more test on ppc64

Closes: https://bugs.gentoo.org/877903
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/27897
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/slf4j-reload4j/slf4j-reload4j-2.0.3.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/dev-java/slf4j-reload4j/slf4j-reload4j-2.0.3.ebuild 
b/dev-java/slf4j-reload4j/slf4j-reload4j-2.0.3.ebuild
index b4ba9b28a618..b9098fbabfb8 100644
--- a/dev-java/slf4j-reload4j/slf4j-reload4j-2.0.3.ebuild
+++ b/dev-java/slf4j-reload4j/slf4j-reload4j-2.0.3.ebuild
@@ -73,3 +73,10 @@ src_prepare() {
# at 
org.slf4j.reload4j.EventFieldsTest.testWhetherEventsFieldsAreSet(EventFieldsTest.java:35)
rm src/test/java/org/slf4j/reload4j/EventFieldsTest.java || die "cannot 
remove test"
 }
+
+src_test() {
+   if use ppc64; then #877903
+   JAVA_TEST_EXCLUDES+=( 
org.slf4j.reload4j.Reload4jMultithreadedInitializationTest )
+   fi
+   java-pkg-simple_src_test
+}



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

2022-10-27 Thread Andrew Ammerlaan
commit: b3b99da67d7b1bbfe357232f0fc1ce9dfd373497
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:45:21 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b99da6

dev-python/ipywidgets: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/ipywidgets/ipywidgets-8.0.2.ebuild 
b/dev-python/ipywidgets/ipywidgets-8.0.2.ebuild
index ca322c731869..14485f406536 100644
--- a/dev-python/ipywidgets/ipywidgets-8.0.2.ebuild
+++ b/dev-python/ipywidgets/ipywidgets-8.0.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2022-10-27 Thread Andrew Ammerlaan
commit: 60c3879ec550e1d82a71bfa318d9227bd6b9fb55
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:45:06 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c3879e

dev-python/ipython: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/ipython/ipython-8.5.0.ebuild 
b/dev-python/ipython/ipython-8.5.0.ebuild
index 3afaf0497341..1e04201f335c 100644
--- a/dev-python/ipython/ipython-8.5.0.ebuild
+++ b/dev-python/ipython/ipython-8.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE='readline,sqlite,threads(+)'
 
 inherit distutils-r1 optfeature virtualx



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

2022-10-27 Thread Andrew Ammerlaan
commit: 247c602e1c2db215497a7b5c3a8d620f79d3ac79
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:45:47 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247c602e

dev-python/jupyter_client: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild 
b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
index 58a093cf850d..36545e34222b 100644
--- a/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
+++ b/dev-python/jupyter_client/jupyter_client-7.4.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2022-10-27 Thread Andrew Ammerlaan
commit: b53bdaaf59d7f60df9939fc2ec4d2c53367ac4d4
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:45:58 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53bdaaf

dev-python/qtconsole: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/qtconsole/qtconsole-5.3.2.ebuild 
b/dev-python/qtconsole/qtconsole-5.3.2.ebuild
index a596e5db94b6..e9e877df915a 100644
--- a/dev-python/qtconsole/qtconsole-5.3.2.ebuild
+++ b/dev-python/qtconsole/qtconsole-5.3.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2022-10-27 Thread Andrew Ammerlaan
commit: c559f0a73a29a18589ecce12f19d581c7e8a17f7
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:47:00 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c559f0a7

dev-python/widgetsnbextension: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.3.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-4.0.3.ebuild
index 1a983732aae8..2cca7a9ff014 100644
--- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.3.ebuild
+++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.3.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2022-10-27 Thread Andrew Ammerlaan
commit: 102e354d1754368fe4c17f94d68f834074f85235
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:46:50 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102e354d

dev-python/notebook: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/notebook/notebook-6.4.12.ebuild 
b/dev-python/notebook/notebook-6.4.12.ebuild
index d18523f960a5..1a3b01c6e9da 100644
--- a/dev-python/notebook/notebook-6.4.12.ebuild
+++ b/dev-python/notebook/notebook-6.4.12.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 xdg-utils



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

2022-10-27 Thread Andrew Ammerlaan
commit: 1da2d9a339dc70f7a21902684589dfd15bff4499
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:46:13 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da2d9a3

dev-python/nbclient: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/nbclient/nbclient-0.7.0.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/nbclient/nbclient-0.7.0.ebuild 
b/dev-python/nbclient/nbclient-0.7.0.ebuild
index 343192040c27..90bf73d4d736 100644
--- a/dev-python/nbclient/nbclient-0.7.0.ebuild
+++ b/dev-python/nbclient/nbclient-0.7.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
@@ -45,3 +45,10 @@ EPYTEST_DESELECT=(
nbclient/tests/test_client.py::test_many_parallel_notebooks

'nbclient/tests/test_client.py::test_run_all_notebooks[Interrupt.ipynb-opts6]'
 )
+
+python_test() {
+   # The tests run the pydevd debugger, the debugger prints a warning
+   # in python3.11 when frozen modules are being used.
+   # This warning makes the tests fail, silence it.
+   PYDEVD_DISABLE_FILE_VALIDATION=1 epytest
+}



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

2022-10-27 Thread Andrew Ammerlaan
commit: e845d48f5057900eef5059e44bfd55625913a4c8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:47:36 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e845d48f

dev-python/ipyparallel: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild 
b/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
index b88f0a324b5d..89c4aee25057 100644
--- a/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
+++ b/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 optfeature



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

2022-10-27 Thread Andrew Ammerlaan
commit: 4a8e702fe7708ef7ecd4e4975eb3a9260aa2f6ee
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:46:25 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8e702f

dev-python/nbformat: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/nbformat/nbformat-5.4.0.ebuild 
b/dev-python/nbformat/nbformat-5.4.0.ebuild
index 4fd7bd5ef555..adaceb0de1df 100644
--- a/dev-python/nbformat/nbformat-5.4.0.ebuild
+++ b/dev-python/nbformat/nbformat-5.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE='sqlite'
 
 inherit distutils-r1



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

2022-10-27 Thread Andrew Ammerlaan
commit: 0f31c9eec1ad3142b9b9f76bce26218902820d1d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:47:26 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f31c9ee

dev-python/ipykernel: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/ipykernel/ipykernel-6.16.2.ebuild 
b/dev-python/ipykernel/ipykernel-6.16.2.ebuild
index d474b45cde71..5f03300e2ce5 100644
--- a/dev-python/ipykernel/ipykernel-6.16.2.ebuild
+++ b/dev-python/ipykernel/ipykernel-6.16.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2022-10-27 Thread Andrew Ammerlaan
commit: 6b0d5e4b072ed312ccb8b33c5449f87acf65eef6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:45:35 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0d5e4b

dev-python/jupyter_core: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/jupyter_core/jupyter_core-4.11.2.ebuild 
b/dev-python/jupyter_core/jupyter_core-4.11.2.ebuild
index f7de21236410..7b4f42714cb1 100644
--- a/dev-python/jupyter_core/jupyter_core-4.11.2.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-4.11.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-10-27 Thread Andrew Ammerlaan
commit: 91b04f7b3b9912100df1a71f69d4b8ba06694fdd
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:46:35 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b04f7b

dev-python/nbconvert: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/nbconvert/nbconvert-7.1.0.ebuild 
b/dev-python/nbconvert/nbconvert-7.1.0.ebuild
index 156d7d4b2c08..08d03d34cf09 100644
--- a/dev-python/nbconvert/nbconvert-7.1.0.ebuild
+++ b/dev-python/nbconvert/nbconvert-7.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1 virtualx
 



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

2022-10-27 Thread Andrew Ammerlaan
commit: 6bf31c3ebb1b1f92e5544d7281e6a8f1630b6b8b
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:47:12 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:48:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf31c3e

dev-python/jupyter_server: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild 
b/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
index 296736ccc44c..bb47bf11ce0a 100644
--- a/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
+++ b/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=jupyter
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-10-27 Thread Andrew Ammerlaan
commit: cd856c6417ce4e6fb46d8eb161489d52712a4d96
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:53:55 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:53:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd856c64

dev-python/jupyter_console: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/jupyter_console/jupyter_console-6.4.4.ebuild 
b/dev-python/jupyter_console/jupyter_console-6.4.4.ebuild
index 60189a0dbf09..9700eb6a2ac7 100644
--- a/dev-python/jupyter_console/jupyter_console-6.4.4.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-6.4.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-10-27 Thread Andrew Ammerlaan
commit: ab8984bc1225895dcfe81a98378956ae9dd7cac0
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:55:20 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:55:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8984bc

dev-python/jupyter_kernel_test: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.5.ebuild 
b/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.5.ebuild
index 0e5969138439..5cae41c144c5 100644
--- a/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.5.ebuild
+++ b/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.5.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Jupyter kernel for octave"



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

2022-10-27 Thread Andrew Ammerlaan
commit: 7e0cfecf4d09622b52b2ebbf0cebad65618713bf
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:59:57 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:59:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0cfecf

dev-python/jupyter_server_mathjax: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git 
a/dev-python/jupyter_server_mathjax/jupyter_server_mathjax-0.2.6.ebuild 
b/dev-python/jupyter_server_mathjax/jupyter_server_mathjax-0.2.6.ebuild
index 3cf0df257510..42a67e91f23f 100644
--- a/dev-python/jupyter_server_mathjax/jupyter_server_mathjax-0.2.6.ebuild
+++ b/dev-python/jupyter_server_mathjax/jupyter_server_mathjax-0.2.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1



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

2022-10-27 Thread Andrew Ammerlaan
commit: 29287e621ee0346a60774919e71be622aec67232
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 09:54:08 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 09:54:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29287e62

dev-python/jupyter: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/jupyter/jupyter-1.0.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild 
b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
index 21d19997c6ea..cabd877340ff 100644
--- a/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
+++ b/dev-python/jupyter/jupyter-1.0.0-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter-server-proxy/

2022-10-27 Thread Andrew Ammerlaan
commit: 4beff5b737f369035844e809dea7140c9f77f8ea
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 10:09:51 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 10:09:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4beff5b7

dev-python/jupyter-server-proxy: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild 
b/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild
index 4b6f600dd84b..57d1002004cf 100644
--- a/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild
+++ b/dev-python/jupyter-server-proxy/jupyter-server-proxy-3.2.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Jupyter notebook server extension to proxy web services"



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

2022-10-27 Thread Andrew Ammerlaan
commit: 95c6b2b9e384502069ba8ec5a8d7203db60267aa
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 10:05:57 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 10:05:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95c6b2b9

dev-python/notebook_shim: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/notebook_shim/notebook_shim-0.2.0.ebuild 
b/dev-python/notebook_shim/notebook_shim-0.2.0.ebuild
index a2adde6f8a4f..6196cf48e09d 100644
--- a/dev-python/notebook_shim/notebook_shim-0.2.0.ebuild
+++ b/dev-python/notebook_shim/notebook_shim-0.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=hatchling
 inherit distutils-r1
 



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

2022-10-27 Thread Andrew Ammerlaan
commit: fbfce6897213446182d07f8cffec022f3713f198
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 10:17:55 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 10:17:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfce689

dev-python/jupyterlab_server: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild 
b/dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild
index 246f5dbfdff8..a3afe0f0c7c4 100644
--- a/dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild
+++ b/dev-python/jupyterlab_server/jupyterlab_server-2.16.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=hatchling
 
 inherit distutils-r1



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

2022-10-27 Thread Andrew Ammerlaan
commit: 84af6fa75fe1fae04dc4ea85db49ea50ad64de1d
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 10:08:46 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 10:08:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84af6fa7

dev-python/simpervisor: enable py3.11, pep517

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/simpervisor/Manifest  |  1 +
 dev-python/simpervisor/simpervisor-0.4-r1.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/simpervisor/Manifest b/dev-python/simpervisor/Manifest
index 1bd64a777a9d..9de062842787 100644
--- a/dev-python/simpervisor/Manifest
+++ b/dev-python/simpervisor/Manifest
@@ -1 +1,2 @@
+DIST simpervisor-0.4.gh.tar.gz 8542 BLAKE2B 
bd96284b65468110f445e96a9978b67bc73b0a0f188dcaf592f42291937130e72247195b8ce142726ba430716b87283d844003bb0980de952531639417a23f50
 SHA512 
4aea0071d6a486c7b27fc39fa02d7b610d680c90ba07f3c27c3d98b132b79b97bcb5c7847ce9d3ca7bb46663f91494e0012c8c9e14017ca1c591fb6312419692
 DIST simpervisor-0.4.tar.gz 8542 BLAKE2B 
bd96284b65468110f445e96a9978b67bc73b0a0f188dcaf592f42291937130e72247195b8ce142726ba430716b87283d844003bb0980de952531639417a23f50
 SHA512 
4aea0071d6a486c7b27fc39fa02d7b610d680c90ba07f3c27c3d98b132b79b97bcb5c7847ce9d3ca7bb46663f91494e0012c8c9e14017ca1c591fb6312419692

diff --git a/dev-python/simpervisor/simpervisor-0.4-r1.ebuild 
b/dev-python/simpervisor/simpervisor-0.4-r1.ebuild
new file mode 100644
index ..086ec03866e8
--- /dev/null
+++ b/dev-python/simpervisor/simpervisor-0.4-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Simple Python3 Supervisor library"
+HOMEPAGE="https://github.com/jupyterhub/simpervisor";
+SRC_URI="https://github.com/jupyterhub/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-10-27 Thread Andrew Ammerlaan
commit: 6403998be2ea4b17f53f48cccb163f2041a02db7
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 10:18:22 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 10:18:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6403998b

dev-python/nbsphinx: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
index ad62d79a1aa6..d9a64b2e62eb 100644
--- a/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
+++ b/dev-python/nbsphinx/nbsphinx-0.8.9.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-10-27 Thread Andrew Ammerlaan
commit: 59daaa9616865435b58f715f3fe5005e6c88e309
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 10:13:26 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 10:13:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59daaa96

dev-python/nbclassic: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/nbclassic/nbclassic-0.4.7.ebuild 
b/dev-python/nbclassic/nbclassic-0.4.7.ebuild
index 906c4dc832f4..941985dcdd52 100644
--- a/dev-python/nbclassic/nbclassic-0.4.7.ebuild
+++ b/dev-python/nbclassic/nbclassic-0.4.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=jupyter
 
 inherit distutils-r1 xdg-utils



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

2022-10-27 Thread Andrew Ammerlaan
commit: 02ef38b3eab1af5db066d4c9d7da6af690bd7441
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 11:29:40 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 11:29:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02ef38b3

dev-python/jupyterlab: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/jupyterlab/jupyterlab-3.5.0.ebuild 
b/dev-python/jupyterlab/jupyterlab-3.5.0.ebuild
index 1491c0f13490..dce9b29bbc39 100644
--- a/dev-python/jupyterlab/jupyterlab-3.5.0.ebuild
+++ b/dev-python/jupyterlab/jupyterlab-3.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=jupyter
 inherit distutils-r1
 



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

2022-10-27 Thread Andrew Ammerlaan
commit: 0acc64706705cd0c28a0e902e3509526248624f3
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 11:29:31 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 11:29:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0acc6470

dev-python/requests-cache: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/requests-cache/requests-cache-0.9.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/requests-cache/requests-cache-0.9.7.ebuild 
b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
index 433513eb16e4..aec67f4e949c 100644
--- a/dev-python/requests-cache/requests-cache-0.9.7.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.9.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1 optfeature



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

2022-10-27 Thread Andrew Ammerlaan
commit: ab55d131f1802745acac68c9534ecd8eba5496a8
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 11:29:03 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 11:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab55d131

dev-python/nbdime: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

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

diff --git a/dev-python/nbdime/nbdime-3.1.1-r1.ebuild 
b/dev-python/nbdime/nbdime-3.1.1-r1.ebuild
index 54632f0dad36..061fe403cb49 100644
--- a/dev-python/nbdime/nbdime-3.1.1-r1.ebuild
+++ b/dev-python/nbdime/nbdime-3.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-10-27 Thread Andrew Ammerlaan
commit: bdd42fe6dd369312e9df15fd273fdb22319bbf14
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 11:43:50 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 11:43:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd42fe6

dev-python/mypy_extensions: enable py3.11, pep517

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/mypy_extensions/Manifest|  1 +
 .../mypy_extensions-0.4.3-r2.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/mypy_extensions/Manifest 
b/dev-python/mypy_extensions/Manifest
index 94a678b25e73..a2d859a380f0 100644
--- a/dev-python/mypy_extensions/Manifest
+++ b/dev-python/mypy_extensions/Manifest
@@ -1 +1,2 @@
+DIST mypy_extensions-0.4.3.gh.tar.gz 5545 BLAKE2B 
8f1f988562390ee1ba3d90cafafec73c6fe080eef6b4321252d3b3aeffebf1ad13bdcae7ae75c69eac7bef91dcf3f846ae7f9a3f2ad6bad9de2bc8cfe5eed29f
 SHA512 
22d8dc538cf6f77d97f4113dd34fce8095dd98944c7613fab2b3e71a3e9b7df1374654af41ead5c934f789ef1b72f54d980ab06f3ca28b8b4c6bb14ba1ca3ce2
 DIST mypy_extensions-0.4.3.tar.gz 5545 BLAKE2B 
8f1f988562390ee1ba3d90cafafec73c6fe080eef6b4321252d3b3aeffebf1ad13bdcae7ae75c69eac7bef91dcf3f846ae7f9a3f2ad6bad9de2bc8cfe5eed29f
 SHA512 
22d8dc538cf6f77d97f4113dd34fce8095dd98944c7613fab2b3e71a3e9b7df1374654af41ead5c934f789ef1b72f54d980ab06f3ca28b8b4c6bb14ba1ca3ce2

diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r2.ebuild 
b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r2.ebuild
new file mode 100644
index ..06fdf0d9dc12
--- /dev/null
+++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Optional static typing for Python"
+HOMEPAGE="
+   http://www.mypy-lang.org/
+   https://github.com/python/mypy_extensions/";
+SRC_URI="
+   https://github.com/python/mypy_extensions/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # This test assumes we get a TypeError, but that is no longer true in 
3.11
+   "tests/testextensions.py::TypedDictTests::test_typeddict_errors"
+)
+
+python_test() {
+   epytest tests/*
+}



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

2022-10-27 Thread Andrew Ammerlaan
commit: fb4085488b6a3a18e497d9beaf54bb96c44d3768
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Oct 27 11:47:58 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Oct 27 11:47:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb408548

dev-python/black: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/black/black-22.10.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/black/black-22.10.0.ebuild 
b/dev-python/black/black-22.10.0.ebuild
index e3ddc4ea1c0c..8c498833dffd 100644
--- a/dev-python/black/black-22.10.0.ebuild
+++ b/dev-python/black/black-22.10.0.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=8
 
-# py3.11 blocked by mypy_extensions
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1 optfeature
 



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

2022-10-27 Thread Joonas Niilola
commit: b2389d42c433b70a2547f0d5212ce469e830a306
Author: Viorel Munteanu  gmail  com>
AuthorDate: Tue Oct  4 17:22:22 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:04:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2389d42

media-libs/netpbm: update HOMEPAGE

Signed-off-by: Viorel Munteanu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27346
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/media-libs/netpbm/netpbm-10.86.34.ebuild 
b/media-libs/netpbm/netpbm-10.86.34.ebuild
index 8b60df263a57..a9ec64dd2493 100644
--- a/media-libs/netpbm/netpbm-10.86.34.ebuild
+++ b/media-libs/netpbm/netpbm-10.86.34.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit flag-o-matic multilib toolchain-funcs
 
 DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
-HOMEPAGE="http://netpbm.sourceforge.net/";
+HOMEPAGE="https://netpbm.sourceforge.net/";
 
SRC_URI="https://github.com/ceamac/netpbm-make-dist/releases/download/v${PV}/${P}.tar.xz";
 
 LICENSE="GPL-2"



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

2022-10-27 Thread Joonas Niilola
commit: 5ed691bae6851191ec5e3b2e83182aac6d4d2b93
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Oct  2 11:00:28 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:04:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed691ba

media-gfx/xpaint: drop 3.1.4

Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-gfx/xpaint/xpaint-3.1.4.ebuild | 96 
 1 file changed, 96 deletions(-)

diff --git a/media-gfx/xpaint/xpaint-3.1.4.ebuild 
b/media-gfx/xpaint/xpaint-3.1.4.ebuild
deleted file mode 100644
index adb623f11685..
--- a/media-gfx/xpaint/xpaint-3.1.4.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools desktop toolchain-funcs xdg-utils
-
-DESCRIPTION="Image editor with tiff, jpeg and png support"
-HOMEPAGE="http://sf-xpaint.sourceforge.net/";
-SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="pgf tiff"
-# jpeg2k disabled for blocking media-libs/openjpeg:0 security cleanup, bug 
735592
-
-RDEPEND="
-   media-libs/fontconfig
-   media-libs/libjpeg-turbo:=
-   media-libs/libpng:0=
-   media-libs/netpbm
-   x11-libs/libX11
-   >=x11-libs/libXaw3dXft-1.6.2h[unicode]
-   x11-libs/libXext
-   x11-libs/libXft
-   x11-libs/libXmu
-   x11-libs/libXpm
-   x11-libs/libXt
-   pgf? ( media-libs/libpgf )
-   tiff? ( media-libs/tiff:0 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-3.1.3-libtool-clang.patch
-   "${FILESDIR}"/${PN}-3.1.3-gentoo-qa.patch
-   "${FILESDIR}"/${PN}-3.1.3-gentoo-prefix.patch
-   "${FILESDIR}"/${P}-gentoo-shared-lib.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_enable tiff) \
-   --disable-libdvipgm \
-   --disable-libopenjpeg
-}
-
-src_compile() {
-   # clean up
-   emake clean
-   emake -C util clean
-
-   # parallel make still fails sometimes
-   emake substads
-   emake xpaint.1
-
-   default
-   emake \
-   WITH_PGF="$(usex pgf "yes" "no")" \
-   CC="$(tc-getCC)" \
-   CXX="$(tc-getCXX)" \
-   includedir="${EPREFIX}"/usr/include \
-   -C util
-}
-
-src_install() {
-   default
-   emake \
-   WITH_PGF="$(usex pgf "yes" "no")" \
-   DESTDIR="${ED}" \
-   -C util install
-   doicon icons/xpaint.svg
-   make_desktop_entry "${PN}"
-   find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_icon_cache_update
-}



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

2022-10-27 Thread Joonas Niilola
commit: 712d44f3f9b0a0c180cf5d152de4be9003f791e8
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Oct  2 11:01:22 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:04:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712d44f3

media-gfx/xpaint: update HOMEPAGE

Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

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

diff --git a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild 
b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
index 59ff76a5800d..31ae9d1b230c 100644
--- a/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
+++ b/media-gfx/xpaint/xpaint-3.1.4-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools desktop toolchain-funcs xdg
 
 DESCRIPTION="Image editor with tiff, jpeg and png support"
-HOMEPAGE="http://sf-xpaint.sourceforge.net/";
+HOMEPAGE="https://sf-xpaint.sourceforge.net/";
 SRC_URI="mirror://sourceforge/sf-xpaint/${P}.tar.bz2"
 
 LICENSE="GPL-3"



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

2022-10-27 Thread Joonas Niilola
commit: 4fead2511a78ccba87b25d972a1dc0c0c1f48de0
Author: Alexander Kurakin  mail  ru>
AuthorDate: Wed Oct  5 15:12:37 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:10:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fead251

app-dicts/myspell-en: bump to 20221001

Closes: https://bugs.gentoo.org/875380
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/27638
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-en/Manifest   |  1 +
 app-dicts/myspell-en/myspell-en-20221001.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/app-dicts/myspell-en/Manifest b/app-dicts/myspell-en/Manifest
index 91dd78da58b9..b70d9417a616 100644
--- a/app-dicts/myspell-en/Manifest
+++ b/app-dicts/myspell-en/Manifest
@@ -2,3 +2,4 @@ DIST dict-en-20210601.oxt 6104083 BLAKE2B 
192252e85918d3d47167ff9243f70178bc548d
 DIST dict-en-20220701_lo.oxt 6124450 BLAKE2B 
0fcd479efcbe9cbf6d2e7d479cb070b32bcf62d6ab6154e64c27d155dbc6d9e7521aee4a76e08288b77b583a7f3273f7817694a3b7fe194861ac64b785188ce8
 SHA512 
3df04d9ff2edf12d1d717a6b95893cf69e394fe2cbdcba77d0c804b37500feeaf42379d743f3c21cb9c8f8ae17ad2eb990806ea3f9fc8af954bd7b89f3253a4d
 DIST dict-en-20220801_lo.oxt 6098496 BLAKE2B 
38d216627665aac750528f29eef09baee43bc4cddfe931f8b6a4fa69442fa0489dc89a996850d93a4fc955953e6d33f7950f2efa2549932dbdb862bb07505ac1
 SHA512 
4ec52df3fafe6432b522f0b2912b3c046820518fd11079ae46506fc120943c31df46820164c7a786881797ae3508263d34e26c6226d23b861097926d7dd396e4
 DIST dict-en-20220901_lo.oxt 6098929 BLAKE2B 
61b5e20b567561b7418ad9a932bf14dcd2048a874330faa86e10ae456b360ba287030a7c33146447134e20c10084e5f77d986e8bce87f215447a06cd492e8fc2
 SHA512 
d3f6decbd55956176651813dd8a9364bb8c8b296645c215deebf556f0ddf0e6a61da306c12d01943a8dddf2f765b577d40d55d24e1bbdf08803ac501814364b2
+DIST dict-en-20221001_lo.oxt 6099681 BLAKE2B 
206380ca9da3198cc057a43f71b9bc1bcbf2c2794f4bcff8893b86bacb2201f7709a645e98b131072a92df5dc5a95127807e2f5726d1224fe3fa75e11bd93b50
 SHA512 
d08f66829f3d5f03c1cfcefb4981af016f1f7127fbccfbe76cf40cbcdf70ad4c5d612517fe6beb4d0457e5cdd4e779b5816d9685468e5b3cb0c8058efa064c74

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



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

2022-10-27 Thread Joonas Niilola
commit: 7a300cb18bd576bcf27bc76a24caca352705ec19
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Tue Oct  4 16:28:33 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a300cb1

sys-power/powerstat: add 0.02.27

Signed-off-by: Vladimir Pavljuchenkov (SpiderX)  spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/27617
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-power/powerstat/Manifest |  1 +
 sys-power/powerstat/powerstat-0.02.27.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/sys-power/powerstat/Manifest b/sys-power/powerstat/Manifest
index 85fd9e776221..0af5c142a908 100644
--- a/sys-power/powerstat/Manifest
+++ b/sys-power/powerstat/Manifest
@@ -1 +1,2 @@
 DIST powerstat-0.02.22.tar.gz 59609 BLAKE2B 
bfb392a37fa5fe9f03360fcad3435c73b34a6a7be642ddf9ecc3f4d83efd38e67b287b53e91a4fd00c6c18700541ed0a2f901c0016e4ab6e2ec937f6cfe9c7bf
 SHA512 
e11131a0c49dd11337444ec69f3f59c0e803d03d2b135f2364bed5b55029e9473621b5d8709e2019f461d56c34fa52c22173a5e55c1175044aca67f18f5c505b
+DIST powerstat-0.02.27.tar.gz 62629 BLAKE2B 
d7fe4b517d9a4d91003c7a263ed77bba24457ce20639e420658c3735176952f3283e2bbc64ec597d88b6206e431c29f75ea9b11a6652f021f667d9466ccc
 SHA512 
3bbab9ed88000b277d75f94d9d3e180944d6c8619cf5e7e8b783c9d303fadde47fe9347e93ac7f54c52687afb456bc26c590712486f589602f93058cd144922f

diff --git a/sys-power/powerstat/powerstat-0.02.27.ebuild 
b/sys-power/powerstat/powerstat-0.02.27.ebuild
new file mode 100644
index ..70de83228faf
--- /dev/null
+++ b/sys-power/powerstat/powerstat-0.02.27.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Laptop power measuring tool"
+HOMEPAGE="https://launchpad.net/ubuntu/+source/powerstat 
https://github.com/ColinIanKing/powerstat";
+SRC_URI="https://github.com/ColinIanKing/${PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_prepare() {
+   default
+
+   # Don't compress manpages
+   sed -i  -e '/install:/s/ powerstat.8.gz//' \
+   -e '/cp powerstat.8/s/.gz//' \
+   Makefile || die "sed failed"
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}



[gentoo-commits] repo/gentoo:master commit in: net-news/sfeed/

2022-10-27 Thread Joonas Niilola
commit: 9a7a28f7e20546c95653b5e78fa0919f1d224f88
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 12:20:18 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:20:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7a28f7

net-news/sfeed: drop 1.3, 1.4

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

 net-news/sfeed/Manifest |  2 --
 net-news/sfeed/sfeed-1.3.ebuild | 79 -
 net-news/sfeed/sfeed-1.4.ebuild | 78 
 3 files changed, 159 deletions(-)

diff --git a/net-news/sfeed/Manifest b/net-news/sfeed/Manifest
index 138eb15330f6..5ea089db8202 100644
--- a/net-news/sfeed/Manifest
+++ b/net-news/sfeed/Manifest
@@ -1,4 +1,2 @@
-DIST sfeed-1.3.tar.gz 63037 BLAKE2B 
30e3b8a82380b15230e895bc281d7c4ee33126269233fbc281e223b02976c236ca95d20764e0e30238149b97df44fbf197ea5003382774503ef1fad929835039
 SHA512 
858ebe0bf76f119a3b1a1b1bdf03a13b8085802bb796ae68f0a5ccb85e13747cc55498c29ef0443401678e56326bdef2bf9688966144e9581ff2cae486b729be
-DIST sfeed-1.4.tar.gz 64312 BLAKE2B 
517c25eb28ba120e3d1bb564812fdfd6453741ddf09d60ca2f6b5c30bda15f17fc187302e803cc91937d3582116654f732a030a7aa17dfc9b234a0c858770674
 SHA512 
9187692076cad9029dd65c58c666972b8aeaefe90155ce9105af32803cdd0365c3b66fafcb5bee485d466126142a3a26f6f38cc9696531c2623b7e8963c578fb
 DIST sfeed-1.5.tar.gz 65067 BLAKE2B 
0f2fbe263d869d396aae9a13c482d381d0e7201ca62b86f795bedd4e4174bea1959c16d1b63d534013e9a100527d6885122b9965e060773809912d299a9a573e
 SHA512 
9a027b092620968bd6a086b37ce5bc3e2d5ee8193b59251466d5318bc1514ca78d3edf894c1988504c99b94f0bb3af2a54ba3067b2d90d1109665a5650bfd8a2
 DIST sfeed-1.6.tar.gz 65239 BLAKE2B 
25a5f645d8814d48d6c2617cbc9944339866e668c7b7d21581db605987284447c5d6e2f505b5c9d1c1f5d22702ef3b3c80a076f8d9c930f8ae7d5447fd88ecb0
 SHA512 
450cde27b0d437b165fc024f2b95612fd7755c357e3539167f3c9b123d7a63c3193cb808b6c9621d15b1f5e2d8d783131423e52db6e98c228aa5af190eb167eb

diff --git a/net-news/sfeed/sfeed-1.3.ebuild b/net-news/sfeed/sfeed-1.3.ebuild
deleted file mode 100644
index 1fb6c0475229..
--- a/net-news/sfeed/sfeed-1.3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs savedconfig optfeature
-
-DESCRIPTION="simple RSS and Atom parser"
-HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html";
-SRC_URI="https://codemadness.org/releases/${PN}/${P}.tar.gz";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64"
-
-THEMES=( mono{,-highlight} newsboat templeos )
-IUSE="+ncurses +${THEMES[@]/#/theme-}"
-REQUIRED_USE="ncurses? ( ^^ ( "${THEMES[@]/#/theme-}" ) )"
-
-DEPEND="ncurses? ( sys-libs/ncurses:= )"
-RDEPEND="${DEPEND}"
-BDEPEND="ncurses? ( virtual/pkgconfig )"
-
-src_configure() {
-   local name
-   for name in "${THEMES[@]}"; do
-   use "theme-${name}" && SFEED_THEME="${name//-/_}"
-   done
-
-   restore_config $(printf "themes/%s.h " "${THEMES[@]//-/_}")
-}
-
-src_compile() {
-   local ncurses_ldflags=""
-   if use ncurses; then
-   ncurses_ldflags="$("$(tc-getPKG_CONFIG)" --libs ncurses || die)"
-   fi
-   emake \
-   CC="$(tc-getCC)" \
-   RANLIB="$(tc-getRANLIB)" \
-   AR="$(tc-getAR)" \
-   SFEED_CURSES="$(usex ncurses "sfeed_curses" "")" \
-   SFEED_THEME="${SFEED_THEME}" \
-   SFEED_CURSES_LDFLAGS="${LDFLAGS} ${ncurses_ldflags}"
-}
-
-src_install() {
-   emake \
-   DESTDIR="${D}" \
-   PREFIX="${EPREFIX}/usr" \
-   MANPREFIX="${EPREFIX}/usr/share/man" \
-   DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" \
-   SFEED_CURSES="$(usex ncurses "sfeed_curses" "")" \
-   install
-
-   save_config $(printf "themes/%s.h " "${THEMES[@]//-/_}")
-}
-
-pkg_postinst() {
-   local optmsg
-
-   if use ncurses; then
-   optmsg="yanking the URL or enclosure in sfeed_curses. "
-   optmsg+="See \$SFEED_YANKER to change it."
-   optfeature "${optmsg}" x11-misc/xclip
-
-   optmsg="plumbing the URL or enclosure in sfeed_curses. "
-   optmsg+="See \$SFEED_PLUMBER to change it."
-   optfeature "${optmsg}" x11-misc/xdg-utils
-   fi
-
-   optmsg="converting HTML content via sfeed_content. "
-   optmsg+="See the ENVIRONMENT VARIABLES section in the man page to 
change it."
-   optfeature "${optmsg}" www-client/lynx
-
-   optmsg="fetching feeds. Used by sfeed_update as default. "
-   optmsg+="See OVERRIDE FUNCTIONS section on sfeedrc manpage to change 
it."
-   optfeature "${optmsg}" net-misc/curl
-}

diff --git a/net-news/sfeed/sfeed-1.4.ebuild b/net-news/sfeed/sfeed-1.4.ebuild
deleted file mode 100644
index 31103b5adee3..
--- a/net-news/sfeed/sfeed-1.4.ebuild
+++ /dev/

[gentoo-commits] repo/gentoo:master commit in: net-news/sfeed/

2022-10-27 Thread Joonas Niilola
commit: bbb93dfb76b573f5df33aa4ab67733efa4854ecd
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 12:20:03 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:20:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb93dfb

net-news/sfeed: update EAPI 7 -> 8

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

 net-news/sfeed/sfeed-1.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-news/sfeed/sfeed-1.6.ebuild b/net-news/sfeed/sfeed-1.6.ebuild
index 31103b5adee3..5af4bbe655c3 100644
--- a/net-news/sfeed/sfeed-1.6.ebuild
+++ b/net-news/sfeed/sfeed-1.6.ebuild
@@ -1,11 +1,11 @@
 # Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs savedconfig optfeature
 
-DESCRIPTION="simple RSS and Atom parser"
+DESCRIPTION="Simple RSS and Atom parser"
 HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html";
 SRC_URI="https://codemadness.org/releases/${PN}/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: sys-power/powerstat/, sys-power/powerstat/files/

2022-10-27 Thread Joonas Niilola
commit: d9971509076c2a1c7743bfefde4741ae8d958509
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Tue Oct  4 16:24:34 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9971509

sys-power/powerstat: drop 0.02.21 and stale patch

Signed-off-by: Vladimir Pavljuchenkov (SpiderX)  spiderx.dp.ua>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-power/powerstat/Manifest|  1 -
 .../files/powerstat-0.02.17-makefile.patch  | 13 -
 sys-power/powerstat/powerstat-0.02.21.ebuild| 21 -
 3 files changed, 35 deletions(-)

diff --git a/sys-power/powerstat/Manifest b/sys-power/powerstat/Manifest
index ee60a01b71a1..85fd9e776221 100644
--- a/sys-power/powerstat/Manifest
+++ b/sys-power/powerstat/Manifest
@@ -1,2 +1 @@
-DIST powerstat-0.02.21.tar.gz 59255 BLAKE2B 
4a7416aaa29c89863b4f372a6b48a0f77250d80343a552a2aa882b2caad10cbb5cfed13510c8fcc5b7f5d4f6df5e0e6291d4ca4f46e6776fe0e671aceedd94de
 SHA512 
776baf8092b0d4e791b18679cf397fb6fc4ba482e5a24ca8bd6b787bdab2106cd5f172a5c0233be5cbc139445f3430eb6290cfac2a4502e83928d2a5700be63c
 DIST powerstat-0.02.22.tar.gz 59609 BLAKE2B 
bfb392a37fa5fe9f03360fcad3435c73b34a6a7be642ddf9ecc3f4d83efd38e67b287b53e91a4fd00c6c18700541ed0a2f901c0016e4ab6e2ec937f6cfe9c7bf
 SHA512 
e11131a0c49dd11337444ec69f3f59c0e803d03d2b135f2364bed5b55029e9473621b5d8709e2019f461d56c34fa52c22173a5e55c1175044aca67f18f5c505b

diff --git a/sys-power/powerstat/files/powerstat-0.02.17-makefile.patch 
b/sys-power/powerstat/files/powerstat-0.02.17-makefile.patch
deleted file mode 100644
index 1134a814d027..
--- a/sys-power/powerstat/files/powerstat-0.02.17-makefile.patch
+++ /dev/null
@@ -1,13 +0,0 @@
 a/Makefile 2018-06-11 07:57:10.308456253 +0300
-+++ b/Makefile 2018-06-11 07:57:51.277432564 +0300
-@@ -51,8 +51,8 @@
-   rm -f powerstat powerstat.o powerstat.8.gz
-   rm -f powerstat-$(VERSION).tar.gz
- 
--install: powerstat powerstat.8.gz
-+install: powerstat
-   mkdir -p ${DESTDIR}${BINDIR}
-   cp powerstat ${DESTDIR}${BINDIR}
-   mkdir -p ${DESTDIR}${MANDIR}
--  cp powerstat.8.gz ${DESTDIR}${MANDIR}
-+  cp powerstat.8 ${DESTDIR}${MANDIR}

diff --git a/sys-power/powerstat/powerstat-0.02.21.ebuild 
b/sys-power/powerstat/powerstat-0.02.21.ebuild
deleted file mode 100644
index afaafaa50600..
--- a/sys-power/powerstat/powerstat-0.02.21.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Laptop power measuring tool"
-HOMEPAGE="https://launchpad.net/ubuntu/+source/powerstat 
https://github.com/ColinIanKing/powerstat";
-SRC_URI="https://github.com/ColinIanKing/${PN}/archive/V${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# Don't compress manpages
-PATCHES=( "${FILESDIR}"/"${PN}"-0.02.17-makefile.patch )
-
-src_compile() {
-   emake CC="$(tc-getCC)"
-}



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

2022-10-27 Thread Joonas Niilola
commit: 4ae9d8c231c8cb31bdd1d03b647f0702c1c47aa2
Author: Viorel Munteanu  gmail  com>
AuthorDate: Tue Oct  4 17:20:25 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:04:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae9d8c2

media-libs/netpbm: drop 10.86.33

Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-libs/netpbm/Manifest   |   1 -
 media-libs/netpbm/netpbm-10.86.33.ebuild | 229 ---
 2 files changed, 230 deletions(-)

diff --git a/media-libs/netpbm/Manifest b/media-libs/netpbm/Manifest
index 297c499d1ba7..2512a3cf512c 100644
--- a/media-libs/netpbm/Manifest
+++ b/media-libs/netpbm/Manifest
@@ -1,2 +1 @@
-DIST netpbm-10.86.33.tar.xz 3696704 BLAKE2B 
57657d69e235ee9babefce6e44e7ac35ac9b67c38797cee140488afe268687e4030158280c1064f8111891b9114106420314cdbce1b8be8d7dd45204a07aa5b0
 SHA512 
b0a555276e26d171705e93bdc26d33869fa611e01728d935edd0a7b96815db4f9ff264d7d6ce751b0bbfd639b14316f1ab576b1182b755e0f1832d8f43ca
 DIST netpbm-10.86.34.tar.xz 3698852 BLAKE2B 
7ea0e93450fb0bdf50b1b498468dd32350f20c8e993cda3e0ffa942dcdeab775a532a4771b10c55c862340964a4520f51ea4916c20051d5140dbb0a9ce373860
 SHA512 
bbb4dc685a44c0d7733808edd938b1205891ae5cf312218ef717bf63053513058251a659e3cf9acc762b0aeec8da3fc8e8a05e1442591c87f5a1dce7f63ee870

diff --git a/media-libs/netpbm/netpbm-10.86.33.ebuild 
b/media-libs/netpbm/netpbm-10.86.33.ebuild
deleted file mode 100644
index 8b60df263a57..
--- a/media-libs/netpbm/netpbm-10.86.33.ebuild
+++ /dev/null
@@ -1,229 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="A set of utilities for converting to/from the netpbm (and 
related) formats"
-HOMEPAGE="http://netpbm.sourceforge.net/";
-SRC_URI="https://github.com/ceamac/netpbm-make-dist/releases/download/v${PV}/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="jbig jpeg png postscript rle cpu_flags_x86_sse2 static-libs svga tiff X 
xml"
-
-BDEPEND="
-   app-arch/xz-utils
-   sys-devel/flex
-   virtual/pkgconfig
-"
-# app-text/ghostscript-gpl is really needed for postscript
-# some utilities execute /usr/bin/gs
-RDEPEND="jbig? ( media-libs/jbigkit:= )
-   jpeg? ( media-libs/libjpeg-turbo:=[static-libs?] )
-   png? (
-   >=media-libs/libpng-1.4:0=
-   sys-libs/zlib
-   )
-   postscript? (
-   app-text/ghostscript-gpl
-   sys-libs/zlib
-   )
-   rle? ( media-libs/urt:= )
-   svga? ( media-libs/svgalib )
-   tiff? ( >=media-libs/tiff-3.5.5:0 )
-   xml? ( dev-libs/libxml2 )
-   X? ( x11-libs/libX11 )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/netpbm-10.86.21-build.patch
-   "${FILESDIR}"/netpbm-10.86.21-test.patch #450530
-   "${FILESDIR}"/netpbm-10.86.21-misc-deps.patch
-   "${FILESDIR}"/netpbm-10.86.22-fix-ps-test.patch #670362
-)
-
-netpbm_libtype() {
-   case ${CHOST} in
-   *-darwin*) echo dylib;;
-   *) echo unixshared;;
-   esac
-}
-
-netpbm_libsuffix() {
-   local suffix=$(get_libname)
-   echo ${suffix//\.}
-}
-
-netpbm_ldshlib() {
-   case ${CHOST} in
-   *-darwin*) echo '$(LDFLAGS) -dynamiclib -install_name 
$(SONAME)';;
-   *) echo '$(LDFLAGS) -shared -Wl,-soname,$(SONAME)';;
-   esac
-}
-netpbm_config() {
-   if use ${1} ; then
-   [[ ${2} != "!" ]] && echo -l${2:-$1}
-   else
-   echo NONE
-   fi
-}
-
-# for bug #828127
-netpbm_cflags_for_build() {
-   if is-flagq -fPIC; then
-   echo -fPIC
-   fi
-}
-
-src_prepare() {
-   default
-
-   # make sure we use system libs
-   sed -i '/SUPPORT_SUBDIRS/s:urt::' GNUmakefile || die
-   rm -r urt converter/other/jbig/libjbig 
converter/other/jpeg2000/libjasper || die
-
-   # take care of the importinc stuff ourselves by only doing it once
-   # at the top level and having all subdirs use that one set #149843
-   sed -i \
-   -e '/^importinc:/s|^|importinc:\nmanual_|' \
-   -e '/-Iimportinc/s|-Iimp|-I"$(BUILDDIR)"/imp|g'\
-   common.mk || die
-   sed -i \
-   -e '/%.c/s: importinc$::' \
-   common.mk lib/Makefile lib/util/Makefile || die
-   sed -i \
-   -e 's:pkg-config:$(PKG_CONFIG):' \
-   GNUmakefile converter/other/Makefile other/pamx/Makefile || die
-
-   # The postscript knob is currently bound up with a fork test.
-   if ! use postscript ; then
-   sed -i \
-   -e 's:$(DONT_HAVE_PROCESS_MGMT):Y:' \
-   converter/other/Ma

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

2022-10-27 Thread Joonas Niilola
commit: e170c3085417ffc9a52a92787138cc667e0e7bb2
Author: Vladimir Pavljuchenkov (SpiderX)  spiderx  dp 
 ua>
AuthorDate: Tue Oct  4 16:25:48 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:05:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e170c308

sys-power/powerstat: update EAPI 7 -> 8 for live ebuild

Signed-off-by: Vladimir Pavljuchenkov (SpiderX)  spiderx.dp.ua>
Signed-off-by: Joonas Niilola  gentoo.org>

 sys-power/powerstat/powerstat-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-power/powerstat/powerstat-.ebuild 
b/sys-power/powerstat/powerstat-.ebuild
index b3ef9d2bcb8b..2f04b01ecdbd 100644
--- a/sys-power/powerstat/powerstat-.ebuild
+++ b/sys-power/powerstat/powerstat-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 EGIT_REPO_URI="https://github.com/ColinIanKing/${PN}.git";
 
@@ -14,7 +14,6 @@ SRC_URI=""
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
 
 src_prepare() {
default



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

2022-10-27 Thread Joonas Niilola
commit: 32ac6cb7628f45f2f3802f66a6948833bd511176
Author: Viorel Munteanu  gmail  com>
AuthorDate: Mon Sep 19 05:54:53 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:04:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ac6cb7

app-backup/dar: drop 2.7.6

Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-backup/dar/Manifest |  1 -
 app-backup/dar/dar-2.7.6.ebuild | 91 -
 2 files changed, 92 deletions(-)

diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
index 95069f0dc7d7..a4715bddd7e2 100644
--- a/app-backup/dar/Manifest
+++ b/app-backup/dar/Manifest
@@ -1,2 +1 @@
-DIST dar-2.7.6.tar.gz 2410200 BLAKE2B 
925b4854c66fec9287e0f42d213f94f208b5248d09eb6abe4e36a41df1fc57641d7a6b41e1f8aaa202e6f74ad04399c70a8cb74dc63685985a5671ba54efdf93
 SHA512 
517fa06a5b8caa53ad111e4287446583f328ee2027169db067610877e05291e63179c1bdd92312a6885d1c7eba0566a86301e974d1d48df56f0fce9ccfdb3a19
 DIST dar-2.7.7.tar.gz 2410835 BLAKE2B 
c2b1cff205a7af0b714808bbb952677ffdfa8d62289d412e4e3056db16f5c204a2eecc8f770ff57d18839218ff1babcb5c56c9729e03316d698a351dacf47e25
 SHA512 
984328cff1ed3338707858aced83a6a18e950581f02dd686a2a01668f6c374d0af2d98ba49068a61624641fcfbb139ae893d02e5b5f303b8b26d8e05fcb6a229

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



[gentoo-commits] repo/gentoo:master commit in: net-news/sfeed/

2022-10-27 Thread Joonas Niilola
commit: 4437dc65104be7c18b809bbf9687a8cacd9c09a7
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Thu Oct  6 00:47:53 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:19:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4437dc65

net-news/sfeed: add v1.6

Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>
Closes: https://github.com/gentoo/gentoo/pull/27652
Signed-off-by: Joonas Niilola  gentoo.org>

 net-news/sfeed/Manifest |  1 +
 net-news/sfeed/sfeed-1.6.ebuild | 78 +
 2 files changed, 79 insertions(+)

diff --git a/net-news/sfeed/Manifest b/net-news/sfeed/Manifest
index e8b62fa302a8..138eb15330f6 100644
--- a/net-news/sfeed/Manifest
+++ b/net-news/sfeed/Manifest
@@ -1,3 +1,4 @@
 DIST sfeed-1.3.tar.gz 63037 BLAKE2B 
30e3b8a82380b15230e895bc281d7c4ee33126269233fbc281e223b02976c236ca95d20764e0e30238149b97df44fbf197ea5003382774503ef1fad929835039
 SHA512 
858ebe0bf76f119a3b1a1b1bdf03a13b8085802bb796ae68f0a5ccb85e13747cc55498c29ef0443401678e56326bdef2bf9688966144e9581ff2cae486b729be
 DIST sfeed-1.4.tar.gz 64312 BLAKE2B 
517c25eb28ba120e3d1bb564812fdfd6453741ddf09d60ca2f6b5c30bda15f17fc187302e803cc91937d3582116654f732a030a7aa17dfc9b234a0c858770674
 SHA512 
9187692076cad9029dd65c58c666972b8aeaefe90155ce9105af32803cdd0365c3b66fafcb5bee485d466126142a3a26f6f38cc9696531c2623b7e8963c578fb
 DIST sfeed-1.5.tar.gz 65067 BLAKE2B 
0f2fbe263d869d396aae9a13c482d381d0e7201ca62b86f795bedd4e4174bea1959c16d1b63d534013e9a100527d6885122b9965e060773809912d299a9a573e
 SHA512 
9a027b092620968bd6a086b37ce5bc3e2d5ee8193b59251466d5318bc1514ca78d3edf894c1988504c99b94f0bb3af2a54ba3067b2d90d1109665a5650bfd8a2
+DIST sfeed-1.6.tar.gz 65239 BLAKE2B 
25a5f645d8814d48d6c2617cbc9944339866e668c7b7d21581db605987284447c5d6e2f505b5c9d1c1f5d22702ef3b3c80a076f8d9c930f8ae7d5447fd88ecb0
 SHA512 
450cde27b0d437b165fc024f2b95612fd7755c357e3539167f3c9b123d7a63c3193cb808b6c9621d15b1f5e2d8d783131423e52db6e98c228aa5af190eb167eb

diff --git a/net-news/sfeed/sfeed-1.6.ebuild b/net-news/sfeed/sfeed-1.6.ebuild
new file mode 100644
index ..31103b5adee3
--- /dev/null
+++ b/net-news/sfeed/sfeed-1.6.ebuild
@@ -0,0 +1,78 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs savedconfig optfeature
+
+DESCRIPTION="simple RSS and Atom parser"
+HOMEPAGE="https://codemadness.org/sfeed-simple-feed-parser.html";
+SRC_URI="https://codemadness.org/releases/${PN}/${P}.tar.gz";
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+THEMES=( mono{,-highlight} newsboat templeos )
+IUSE="+ncurses +${THEMES[@]/#/theme-}"
+REQUIRED_USE="ncurses? ( ^^ ( "${THEMES[@]/#/theme-}" ) )"
+
+DEPEND="ncurses? ( sys-libs/ncurses:= )"
+RDEPEND="${DEPEND}"
+BDEPEND="ncurses? ( virtual/pkgconfig )"
+
+src_configure() {
+   local name
+   for name in "${THEMES[@]}"; do
+   use "theme-${name}" && SFEED_THEME="${name//-/_}"
+   done
+
+   restore_config $(printf "themes/%s.h " "${THEMES[@]//-/_}")
+}
+
+src_compile() {
+   local ncurses_ldflags=""
+   use ncurses && ncurses_ldflags="$($(tc-getPKG_CONFIG) --libs ncurses || 
die)"
+
+   emake \
+   CC="$(tc-getCC)" \
+   RANLIB="$(tc-getRANLIB)" \
+   AR="$(tc-getAR)" \
+   SFEED_CURSES="$(usex ncurses "sfeed_curses" "")" \
+   SFEED_THEME="${SFEED_THEME}" \
+   SFEED_CURSES_LDFLAGS="${LDFLAGS} ${ncurses_ldflags}"
+}
+
+src_install() {
+   emake \
+   DESTDIR="${D}" \
+   PREFIX="${EPREFIX}/usr" \
+   MANPREFIX="${EPREFIX}/usr/share/man" \
+   DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" \
+   SFEED_CURSES="$(usex ncurses "sfeed_curses" "")" \
+   install
+
+   save_config $(printf "themes/%s.h " "${THEMES[@]//-/_}")
+}
+
+pkg_postinst() {
+   local optmsg
+
+   if use ncurses; then
+   optmsg="yanking the URL or enclosure in sfeed_curses. "
+   optmsg+="See \$SFEED_YANKER to change it."
+   optfeature "${optmsg}" x11-misc/xclip
+
+   optmsg="plumbing the URL or enclosure in sfeed_curses. "
+   optmsg+="See \$SFEED_PLUMBER to change it."
+   optfeature "${optmsg}" x11-misc/xdg-utils
+   fi
+
+   optmsg="converting HTML content via sfeed_content. "
+   optmsg+="See the ENVIRONMENT VARIABLES section in the man page to 
change it."
+   optfeature "${optmsg}" www-client/lynx
+
+   optmsg="fetching feeds. Used by sfeed_update as default. "
+   optmsg+="See OVERRIDE FUNCTIONS section on sfeedrc manpage to change 
it."
+   optfeature "${optmsg}" net-misc/curl
+}



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

2022-10-27 Thread Alexis Ballier
commit: 21556102361e6fa525f98287a82802bcefedc160
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 12:30:07 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 12:30:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21556102

media-libs/libbluray: bump to 1.3.3

Signed-off-by: Alexis Ballier  gentoo.org>

 media-libs/libbluray/Manifest   |  1 +
 media-libs/libbluray/libbluray-1.3.3.ebuild | 85 +
 2 files changed, 86 insertions(+)

diff --git a/media-libs/libbluray/Manifest b/media-libs/libbluray/Manifest
index 3c11191551d5..1bb34803293f 100644
--- a/media-libs/libbluray/Manifest
+++ b/media-libs/libbluray/Manifest
@@ -1,3 +1,4 @@
 DIST libbluray-1.3.0.tar.bz2 754069 BLAKE2B 
d4c699ce28d2e5b1d4dda461a1359d3a446afe72368e9d76066ca4d5c49d1f24b4bcec307608d96913d0c668168a86267416b9db37ad942628c2926b79ec47d9
 SHA512 
3d5145e6fd7de099c07f937282112c7abb12a5590b7c0b965b00bddee3837ddfd1a30076aaa6d6278d07a5beee3856f602125983ae075ab30eceb6ac1bd9bcdc
 DIST libbluray-1.3.1.tar.bz2 754867 BLAKE2B 
471963bc5b77f9da31c2ad900e7bbb1528943d2341aa4f12471e5d9a0db6964e62e917c4f19e29115c8c129bb7f8730780b44dbb1c8939c94c686f39d8521fe8
 SHA512 
f39fc8a11771e8fdd5eeebf0ab23535ffab44721f64b350e5d153eee44555b31c618b6d765da114254dc83ff0ff89e84c6b185f61cdbcfedd2d47a5f6e26b75a
 DIST libbluray-1.3.2.tar.bz2 757957 BLAKE2B 
e970e07f6ad216f7bdac866acfb87400b4fbd511ad41293f0aa93e6cc04f77bca249c78b75eb89d92e41c9a1d25df93c4cab53cdb2cfd27b8a47233bbc277cad
 SHA512 
6f2d3a984809db33a99d2fe3618370a3fda3ef1c417b725d3c2e1f24ff21495f95a6a5f78b30b2b26bab47865f68dd08c08e8a554809d3a5225956da712dc064
+DIST libbluray-1.3.3.tar.bz2 761335 BLAKE2B 
3d17e686e363b0692b7d75596089ed12dbe46006738ea23f274b2992a541e6f1b0384ac2afc785359d94f652017284668c3a044db24ef6de5625575fca956bce
 SHA512 
fc36b4eea43f430f5f774129bd5cf075ed0128433779ad0146d59cc87e9625f4b6c31098fed1f5754b84fd08d9c8044d8d43d78c5b9c07937878cf15f517ba6f

diff --git a/media-libs/libbluray/libbluray-1.3.3.ebuild 
b/media-libs/libbluray/libbluray-1.3.3.ebuild
new file mode 100644
index ..9d617a0039d2
--- /dev/null
+++ b/media-libs/libbluray/libbluray-1.3.3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV#} != ${PV} ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://code.videolan.org/videolan/libbluray.git";
+else
+   
SRC_URI="https://downloads.videolan.org/pub/videolan/libbluray/${PV}/${P}.tar.bz2";
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+inherit autotools java-pkg-opt-2 multilib-minimal
+
+DESCRIPTION="Blu-ray playback libraries"
+HOMEPAGE="https://www.videolan.org/developers/libbluray.html";
+
+LICENSE="LGPL-2.1"
+SLOT="0/2"
+IUSE="aacs bdplus +fontconfig java +truetype utils +xml"
+
+RDEPEND="
+   dev-libs/libudfread[${MULTILIB_USEDEP}]
+   aacs? ( >=media-libs/libaacs-0.6.0[${MULTILIB_USEDEP}] )
+   bdplus? ( media-libs/libbdplus[${MULTILIB_USEDEP}] )
+   fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] )
+   java? ( >=virtual/jre-1.8:* )
+   truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] )
+   xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )
+"
+DEPEND="
+   ${RDEPEND}
+   java? ( >=virtual/jdk-1.8:* )
+"
+BDEPEND="
+   virtual/pkgconfig
+   java? (
+   dev-java/ant-core
+   >=virtual/jdk-1.8:*
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-jars.patch
+)
+
+DOCS=( ChangeLog README.md )
+
+src_prepare() {
+   default
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   # bug #621992
+   use java || unset JDK_HOME
+
+   ECONF_SOURCE="${S}" econf \
+   --disable-optimizations \
+   $(multilib_native_use_enable utils examples) \
+   $(multilib_native_use_enable java bdjava-jar) \
+   $(use_with fontconfig) \
+   $(use_with truetype freetype) \
+   $(use_with xml libxml2)
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+
+   multilib_is_native_abi || return
+
+   use utils &&
+   find .libs/ -type f -executable ! -name "${PN}.*" \
+$(use java || echo '! -name bdj_test') -exec dobin {} +
+
+   use java && java-pkg_regjar "${ED}"/usr/share/${PN}/lib/*.jar
+}
+
+multilib_src_install_all() {
+   einstalldocs
+
+   find "${ED}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/mkvtoolnix/

2022-10-27 Thread Alexis Ballier
commit: 695c0f4d61d1b8a44019a604811a583c5f62cefe
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 12:26:47 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 12:30:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=695c0f4d

media-video/mkvtoolnix: bump to 71.1.0

Signed-off-by: Alexis Ballier  gentoo.org>

 media-video/mkvtoolnix/Manifest   | 1 +
 .../mkvtoolnix/{mkvtoolnix-.ebuild => mkvtoolnix-71.1.0.ebuild}   | 4 ++--
 media-video/mkvtoolnix/mkvtoolnix-.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-video/mkvtoolnix/Manifest b/media-video/mkvtoolnix/Manifest
index 62108a0898e9..68ec6cca8e30 100644
--- a/media-video/mkvtoolnix/Manifest
+++ b/media-video/mkvtoolnix/Manifest
@@ -5,3 +5,4 @@ DIST mkvtoolnix-64.0.0.tar.xz 7700012 BLAKE2B 
f0c64786fdc3d05915650a08ca398dc7f5
 DIST mkvtoolnix-67.0.0.tar.xz 7791720 BLAKE2B 
815172f1e120d90ec33cbc6dac1bb3aad793edc0b629f0bab9400a0732d3b692f983d7eca82c61c453ccd245dea948d0950bcb357e3104d2012554871e09c80c
 SHA512 
eed390cb305b5fcaddf11d68a9021f9ddc22a62d1eb95f4c0a34161a7662dd62495c87193a2d951f0fe30fb9a6b5b93f06ed7fedc24ed674da531f2c2317c997
 DIST mkvtoolnix-68.0.0.tar.xz 10911424 BLAKE2B 
e4704592212aa919a7cbd62b3906b5af6c4bb88293299e93a4ad65cc8857615b1654ed554c17daf60e1b001d8e5265afda808e81ee51f372be2f738d737fdd4d
 SHA512 
fd078208f5ef0438f06b3bb19c3f3c477f87561997a847c56a731265ee9627b089cc568e1d31a9a2c7e46f63aeeabccf98a27694b6b4b1586ba93f7656d20838
 DIST mkvtoolnix-69.0.0.tar.xz 10946800 BLAKE2B 
aed865e723d315aaddbfe6351c98bdafaee8b75968a2c03256e37e96d5ee7324d92ef8a5bb12c559c46264ebdcefd7a802884ac33db59fa5935621769ec9bfd1
 SHA512 
c7ce69e9a921103da4745c75cd6fa41a49dbb8637f48097233388e5d8be121714d3fde10f745b78e84a8ef70e46f0168f36f069331f04623805c0bda8a90060c
+DIST mkvtoolnix-71.1.0.tar.xz 10989788 BLAKE2B 
6b90ac9e103a75f5db76fa06def3593c7dc3c77d1179400aecda7217692fbe7f3866d838a541895d704ab9ddfb9972855c3cdad928356552136f9481cd65cf41
 SHA512 
f0565813ee4a303f0710b2d8019b6275e5ce7542174475e8ef9d4828c3e5ff5cf8a7940eb0e878b419e0b22a9fd55e2fc41e8e26c1b0777b95caac30d82fad5b

diff --git a/media-video/mkvtoolnix/mkvtoolnix-.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-71.1.0.ebuild
similarity index 97%
copy from media-video/mkvtoolnix/mkvtoolnix-.ebuild
copy to media-video/mkvtoolnix/mkvtoolnix-71.1.0.ebuild
index 0f9ef7d7a056..23a2e80da85d 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-71.1.0.ebuild
@@ -27,11 +27,11 @@ RESTRICT="!test? ( test )"
 RDEPEND="
dev-libs/boost:=
dev-libs/gmp:=
-   >=dev-libs/libebml-1.4.2:=
+   >=dev-libs/libebml-1.4.4:=
>=dev-libs/libfmt-8.0.1:=
>=dev-libs/pugixml-1.11:=
media-libs/flac:=
-   >=media-libs/libmatroska-1.6.3:=
+   >=media-libs/libmatroska-1.7.1:=
media-libs/libogg:=
media-libs/libvorbis:=
sys-libs/zlib

diff --git a/media-video/mkvtoolnix/mkvtoolnix-.ebuild 
b/media-video/mkvtoolnix/mkvtoolnix-.ebuild
index 0f9ef7d7a056..23a2e80da85d 100644
--- a/media-video/mkvtoolnix/mkvtoolnix-.ebuild
+++ b/media-video/mkvtoolnix/mkvtoolnix-.ebuild
@@ -27,11 +27,11 @@ RESTRICT="!test? ( test )"
 RDEPEND="
dev-libs/boost:=
dev-libs/gmp:=
-   >=dev-libs/libebml-1.4.2:=
+   >=dev-libs/libebml-1.4.4:=
>=dev-libs/libfmt-8.0.1:=
>=dev-libs/pugixml-1.11:=
media-libs/flac:=
-   >=media-libs/libmatroska-1.6.3:=
+   >=media-libs/libmatroska-1.7.1:=
media-libs/libogg:=
media-libs/libvorbis:=
sys-libs/zlib



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwgtk/

2022-10-27 Thread Ben Kohler
commit: baf110d0c3802ba2f7a063120e0dccb255af54f1
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Oct 25 13:05:19 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 27 12:34:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf110d0

net-wireless/iwgtk: update deprecated atk dep

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

 net-wireless/iwgtk/iwgtk-0.8-r1.ebuild | 31 +++
 1 file changed, 31 insertions(+)

diff --git a/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild 
b/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild
new file mode 100644
index ..93351d2e4ca6
--- /dev/null
+++ b/net-wireless/iwgtk/iwgtk-0.8-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit meson xdg
+
+DESCRIPTION="Lightweight, graphical wifi management utility for Linux"
+HOMEPAGE="https://github.com/J-Lentz/iwgtk";
+SRC_URI="https://github.com/J-Lentz/iwgtk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND="app-text/scdoc"
+
+DEPEND="
+   app-accessibility/at-spi2-core:2
+   dev-libs/glib:2
+   gui-libs/gtk:4
+   media-gfx/qrencode:=
+   x11-libs/cairo:0
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango:0
+"
+
+RDEPEND="
+   ${DEPEND}
+   >=net-wireless/iwd-1.28
+"



[gentoo-commits] repo/gentoo:master commit in: net-wireless/iwgtk/

2022-10-27 Thread Ben Kohler
commit: be2c7aa3b254cd8717644b47dc3dcf518cb20cc3
Author: Ben Kohler  gentoo  org>
AuthorDate: Tue Oct 25 13:05:48 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 27 12:34:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2c7aa3

net-wireless/iwgtk: drop 0.7, 0.8

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

 net-wireless/iwgtk/Manifest |  1 -
 net-wireless/iwgtk/iwgtk-0.7.ebuild | 44 -
 net-wireless/iwgtk/iwgtk-0.8.ebuild | 31 --
 3 files changed, 76 deletions(-)

diff --git a/net-wireless/iwgtk/Manifest b/net-wireless/iwgtk/Manifest
index fa9f7f4e25b2..7dc6fb504453 100644
--- a/net-wireless/iwgtk/Manifest
+++ b/net-wireless/iwgtk/Manifest
@@ -1,2 +1 @@
-DIST iwgtk-0.7.tar.gz 117313 BLAKE2B 
49c8c728a397f41af0b62748d4b84320185b705a191e90adae619cab7a8aff8cfe1b6ffe5cf6ee9405995f37b25b4f218cbb9d1264154d360a9e7ce9827ffdaa
 SHA512 
da40aa66985004e7917fac15629d36b9b5fc2e1d56fda1544567afdcc28ac5c65c125b35ffe6751b66eb0e3c71489c383be017a44a4cfef065c8859f15b7de74
 DIST iwgtk-0.8.tar.gz 119824 BLAKE2B 
ffd44e292319ae21a812249616b9de28e47e9a558cb37013fda8a4032cc9002352535639c3dd8f34e21ff31c2619640c0592ff05a53e7ea6abb7b619d97f8a6d
 SHA512 
efad4252ed031836a384a642bdc90bfc1396903eeb494e6f76238fcc5314ba7d58dd1aef9d4457aab2b940434b781e1a6bffd32ed6170dfb9abb919069f461f7

diff --git a/net-wireless/iwgtk/iwgtk-0.7.ebuild 
b/net-wireless/iwgtk/iwgtk-0.7.ebuild
deleted file mode 100644
index b32d3e5ab1a6..
--- a/net-wireless/iwgtk/iwgtk-0.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit xdg
-
-DESCRIPTION="Lightweight, graphical wifi management utility for Linux"
-HOMEPAGE="https://github.com/J-Lentz/iwgtk";
-SRC_URI="https://github.com/J-Lentz/iwgtk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-libs/atk:0
-   dev-libs/glib:2
-   gui-libs/gtk:4
-   media-gfx/qrencode:=
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango:0
-"
-
-RDEPEND="
-   ${DEPEND}
-   >=net-wireless/iwd-1.28
-"
-
-src_prepare() {
-   default
-   sed -i \
-   -e 's/^CC=/CC?=/' \
-   -e 's/^CFLAGS=/CFLAGS:=$(CFLAGS) /' \
-   -e 's/^LDLIBS=/LDLIBS:=$(LDFLAGS) /' \
-   -e 's/-O3$/${CFLAGS}/' \
-   Makefile || die
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-   gunzip "${ED}/usr/share/man/man1/iwgtk.1.gz" || die
-}

diff --git a/net-wireless/iwgtk/iwgtk-0.8.ebuild 
b/net-wireless/iwgtk/iwgtk-0.8.ebuild
deleted file mode 100644
index 4d2eb68b95d0..
--- a/net-wireless/iwgtk/iwgtk-0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit meson xdg
-
-DESCRIPTION="Lightweight, graphical wifi management utility for Linux"
-HOMEPAGE="https://github.com/J-Lentz/iwgtk";
-SRC_URI="https://github.com/J-Lentz/iwgtk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-BDEPEND="app-text/scdoc"
-
-DEPEND="
-   dev-libs/atk:0
-   dev-libs/glib:2
-   gui-libs/gtk:4
-   media-gfx/qrencode:=
-   x11-libs/cairo:0
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango:0
-"
-
-RDEPEND="
-   ${DEPEND}
-   >=net-wireless/iwd-1.28
-"



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

2022-10-27 Thread Ben Kohler
commit: 97090f6d63a3401eae1b3a08f4b3ff77411f8852
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct 27 11:42:54 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 27 12:34:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97090f6d

net-misc/dropbox: drop 157.4.4808, 158.4.4564

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

 net-misc/dropbox/Manifest  |   4 --
 net-misc/dropbox/dropbox-157.4.4808.ebuild | 110 -
 net-misc/dropbox/dropbox-158.4.4564.ebuild | 110 -
 3 files changed, 224 deletions(-)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index d85ea3f79af3..b624c463e6e7 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -1,9 +1,5 @@
 DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f4da2f9fc2470af802c1f4f597ac88b01b5bef9e77e1e717267f633d6a04af2ccfd3c5f9dbff22fbceaf9a91
 SHA512 
9202344b904dcd7955e5a355dadf537d1544140d74f8a33bdc40e18e36661e3a474d11cf17613eaebf4e76c170d8413d99abdedfb8635784bcd6892b4b259712
-DIST dropbox-lnx.x86-157.4.4808.tar.gz 110762632 BLAKE2B 
cb8044f70f2c655a0ba3fc67f05cb41524331f807d08ff0d52370fb950232ccb72df7029ec84fc18b09e5adc22f82bce2a49f38970a7d1ad9b8bd62defb8ca99
 SHA512 
6fd109dd306fd446247e7e44daabca3467afbf7ec62a705347ab316aad376f28f653ab3bfb00b37948d9a4a59511efd24b29cda33c5c691eb140778078506737
-DIST dropbox-lnx.x86-158.4.4564.tar.gz 111069802 BLAKE2B 
22666a1fe191624851a74badf2cd4a227299acb49d1bf9bf207b2342f273612ac846b07b7389eb45a2046632766790e7060f7eb0c7ae11f01a14f2059a2440a8
 SHA512 
23bedc48f0b6103a16519fd09d9f63b5210d875ff6f1a0f73ec112e06d96f921817d52a6e0090e033756ea38a774d8d8fe0a4e4eb94baae3fdd8d1b23aa833ed
 DIST dropbox-lnx.x86-159.4.5870.tar.gz 111245993 BLAKE2B 
3d463e9e729d685fa4bad912ae51988a343abcc0c7a01156ce7d305107754465983c443e7b9500afd321a8b802a2e42e4dba410d9b5a9082b492aa9b751d82ab
 SHA512 
db2268235dee7a756c6127051fcd4aaf2b1284eed8469dcd3cea90be97d475403804115f3d22b44cb98845fb7de18db1aa0737425ac5a8cfbe88216f8c431131
 DIST dropbox-lnx.x86-160.4.4696.tar.gz 112260937 BLAKE2B 
316c8a66f911bb7498e041866d31f73f977a6d66ac7ff8f311bfc076b0b4b8262fcbfa19f65acfd7f8651b74aaa58bd52afa38169bcb919d94f00be6539306fa
 SHA512 
8f11a9c1586a794737d9fff9b458988c5eb2ea1c97b9f314ca7e7e0c1cdcea57e57ed23af4a3da923a725494ab5885c354a5a46400579def96a86d99370d29cb
-DIST dropbox-lnx.x86_64-157.4.4808.tar.gz 112343232 BLAKE2B 
21c478f8d4775823893236887ea8bb9a63bd793c56688b3f478c951fcb031efafc2c48747042beaa4898cdcbabd773e0b6faf42fbb7fc91d94a8ea86aa6a3819
 SHA512 
53a94c60ba2a7a97b02e35ab7bd9a9374763e023220c2f07313f7619eedfa65f4be93e342626e574e9e505b03b11f60dcd6bf27197a6c94231b689e1aa767fdb
-DIST dropbox-lnx.x86_64-158.4.4564.tar.gz 112619595 BLAKE2B 
432083753481e90edc0ecd953c364a5baba65821d329e56a72766f66d7c0f9d198e6181574fb48b6203e91f499b03a1fbc74d4488812a557ad78727e4e444e35
 SHA512 
ac1663d36a2eec6a9846a7b798f48edd063d5483b8bdc7f5376b7277e6994f36b6c10b92ce3fff61445d58ea7a7a98f254c337c7266bf180c35402a95410e586
 DIST dropbox-lnx.x86_64-159.4.5870.tar.gz 112731678 BLAKE2B 
e13ae4ab1579ea0fa8f01821d016502ac7934b66dfb85eb207d06866cf3cbcf229bd1559eee284898be2db1df01c643c7c0bc8854c3404a64ab63577542686e0
 SHA512 
ab82e3c30f7d9ae212bc56c1e3814bfa2d62ea45dff6fb06e9b18cc52ede961acccd23c4836d2ed2f856d89a1dcf5903f23ee769660253022cd8bcc18bc080ed
 DIST dropbox-lnx.x86_64-160.4.4696.tar.gz 113731395 BLAKE2B 
6cef84e8321428c02d38c557da375c5fcea680cf59452c9c9af66910d362a3001c3d5c34a1ceec79865967ed207eadb350fa0e3d29af0959cb69253d7fbb777a
 SHA512 
70818ca01042951b7a5908c06b2187aa961c616898d507b2a60ce926cf235f6f6b93cd7d1c1f5ad37c589ff0d164c1d8b1db72a2b8732c4c9050d32d0a4e83b9

diff --git a/net-misc/dropbox/dropbox-157.4.4808.ebuild 
b/net-misc/dropbox/dropbox-157.4.4808.ebuild
deleted file mode 100644
index 9f69935f4a22..
--- a/net-misc/dropbox/dropbox-157.4.4808.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop pax-utils systemd xdg
-
-DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
-HOMEPAGE="https://www.dropbox.com/";
-SRC_URI="
-   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
-   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
-   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
-"
-
-LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-linux"
-IUSE="selinux X"
-
-RESTRICT="mirror strip"
-
-QA_PREBUILT="opt/.*"
-QA_EXECSTACK="opt/dropbox/dropbox"
-
-BDEPEND="dev-util/patchelf"
-
-# Be sure to have GLIBCXX_3.4.9, #393125
-RDEPEND="
-   X? (
-   x11-themes/hicolor-icon-theme
-   )
-   selinux? ( sec-policy/selinux-dropbox )
- 

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

2022-10-27 Thread Ben Kohler
commit: 4a2e5989d7b1c9c49f6a2331dd8e198040709451
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct 27 11:41:45 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 27 12:34:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2e5989

net-misc/dropbox: add 160.4.4696

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

 net-misc/dropbox/Manifest  |   2 +
 net-misc/dropbox/dropbox-160.4.4696.ebuild | 110 +
 2 files changed, 112 insertions(+)

diff --git a/net-misc/dropbox/Manifest b/net-misc/dropbox/Manifest
index 7d792842079e..d85ea3f79af3 100644
--- a/net-misc/dropbox/Manifest
+++ b/net-misc/dropbox/Manifest
@@ -2,6 +2,8 @@ DIST DropboxGlyph_Blue.svg 605 BLAKE2B 
6c488bd261293b22da98035935ddfa9247bedbc6f
 DIST dropbox-lnx.x86-157.4.4808.tar.gz 110762632 BLAKE2B 
cb8044f70f2c655a0ba3fc67f05cb41524331f807d08ff0d52370fb950232ccb72df7029ec84fc18b09e5adc22f82bce2a49f38970a7d1ad9b8bd62defb8ca99
 SHA512 
6fd109dd306fd446247e7e44daabca3467afbf7ec62a705347ab316aad376f28f653ab3bfb00b37948d9a4a59511efd24b29cda33c5c691eb140778078506737
 DIST dropbox-lnx.x86-158.4.4564.tar.gz 111069802 BLAKE2B 
22666a1fe191624851a74badf2cd4a227299acb49d1bf9bf207b2342f273612ac846b07b7389eb45a2046632766790e7060f7eb0c7ae11f01a14f2059a2440a8
 SHA512 
23bedc48f0b6103a16519fd09d9f63b5210d875ff6f1a0f73ec112e06d96f921817d52a6e0090e033756ea38a774d8d8fe0a4e4eb94baae3fdd8d1b23aa833ed
 DIST dropbox-lnx.x86-159.4.5870.tar.gz 111245993 BLAKE2B 
3d463e9e729d685fa4bad912ae51988a343abcc0c7a01156ce7d305107754465983c443e7b9500afd321a8b802a2e42e4dba410d9b5a9082b492aa9b751d82ab
 SHA512 
db2268235dee7a756c6127051fcd4aaf2b1284eed8469dcd3cea90be97d475403804115f3d22b44cb98845fb7de18db1aa0737425ac5a8cfbe88216f8c431131
+DIST dropbox-lnx.x86-160.4.4696.tar.gz 112260937 BLAKE2B 
316c8a66f911bb7498e041866d31f73f977a6d66ac7ff8f311bfc076b0b4b8262fcbfa19f65acfd7f8651b74aaa58bd52afa38169bcb919d94f00be6539306fa
 SHA512 
8f11a9c1586a794737d9fff9b458988c5eb2ea1c97b9f314ca7e7e0c1cdcea57e57ed23af4a3da923a725494ab5885c354a5a46400579def96a86d99370d29cb
 DIST dropbox-lnx.x86_64-157.4.4808.tar.gz 112343232 BLAKE2B 
21c478f8d4775823893236887ea8bb9a63bd793c56688b3f478c951fcb031efafc2c48747042beaa4898cdcbabd773e0b6faf42fbb7fc91d94a8ea86aa6a3819
 SHA512 
53a94c60ba2a7a97b02e35ab7bd9a9374763e023220c2f07313f7619eedfa65f4be93e342626e574e9e505b03b11f60dcd6bf27197a6c94231b689e1aa767fdb
 DIST dropbox-lnx.x86_64-158.4.4564.tar.gz 112619595 BLAKE2B 
432083753481e90edc0ecd953c364a5baba65821d329e56a72766f66d7c0f9d198e6181574fb48b6203e91f499b03a1fbc74d4488812a557ad78727e4e444e35
 SHA512 
ac1663d36a2eec6a9846a7b798f48edd063d5483b8bdc7f5376b7277e6994f36b6c10b92ce3fff61445d58ea7a7a98f254c337c7266bf180c35402a95410e586
 DIST dropbox-lnx.x86_64-159.4.5870.tar.gz 112731678 BLAKE2B 
e13ae4ab1579ea0fa8f01821d016502ac7934b66dfb85eb207d06866cf3cbcf229bd1559eee284898be2db1df01c643c7c0bc8854c3404a64ab63577542686e0
 SHA512 
ab82e3c30f7d9ae212bc56c1e3814bfa2d62ea45dff6fb06e9b18cc52ede961acccd23c4836d2ed2f856d89a1dcf5903f23ee769660253022cd8bcc18bc080ed
+DIST dropbox-lnx.x86_64-160.4.4696.tar.gz 113731395 BLAKE2B 
6cef84e8321428c02d38c557da375c5fcea680cf59452c9c9af66910d362a3001c3d5c34a1ceec79865967ed207eadb350fa0e3d29af0959cb69253d7fbb777a
 SHA512 
70818ca01042951b7a5908c06b2187aa961c616898d507b2a60ce926cf235f6f6b93cd7d1c1f5ad37c589ff0d164c1d8b1db72a2b8732c4c9050d32d0a4e83b9

diff --git a/net-misc/dropbox/dropbox-160.4.4696.ebuild 
b/net-misc/dropbox/dropbox-160.4.4696.ebuild
new file mode 100644
index ..8b2419b74a06
--- /dev/null
+++ b/net-misc/dropbox/dropbox-160.4.4696.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop pax-utils systemd xdg
+
+DESCRIPTION="Dropbox daemon (pretends to be GUI-less)"
+HOMEPAGE="https://www.dropbox.com/";
+SRC_URI="
+   amd64? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86_64-${PV}.tar.gz
 )
+   x86? ( 
https://clientupdates.dropboxstatic.com/dbx-releng/client/dropbox-lnx.x86-${PV}.tar.gz
 )
+   
https://www.dropbox.com/sh/42f8d4kq6yt5lte/AAD69lhaw6gy46W8HfQAm0GSa/Glyph/Dropbox/SVG/DropboxGlyph_Blue.svg
+"
+
+LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
+IUSE="selinux X"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="opt/.*"
+QA_EXECSTACK="opt/dropbox/dropbox"
+
+BDEPEND="dev-util/patchelf"
+
+# Be sure to have GLIBCXX_3.4.9, #393125
+RDEPEND="
+   X? (
+   x11-themes/hicolor-icon-theme
+   )
+   selinux? ( sec-policy/selinux-dropbox )
+   app-arch/bzip2
+   dev-libs/glib:2
+   dev-libs/libffi-compat:6
+   media-libs/fontconfig
+   media-libs/freetype
+   net-misc/wget
+   sys-libs/zlib
+   sys-libs/ncurses-compat:5
+   virtual/opengl
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-l

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

2022-10-27 Thread Ben Kohler
commit: c0e02cfa96faf4618443fd173d5c06428815b9fb
Author: Ben Kohler  gentoo  org>
AuthorDate: Thu Oct 27 11:42:17 2022 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Thu Oct 27 12:34:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e02cfa

net-misc/dropbox: stabilize 159.4.5870 for amd64, x86

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

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

diff --git a/net-misc/dropbox/dropbox-159.4.5870.ebuild 
b/net-misc/dropbox/dropbox-159.4.5870.ebuild
index 8b2419b74a06..9f69935f4a22 100644
--- a/net-misc/dropbox/dropbox-159.4.5870.ebuild
+++ b/net-misc/dropbox/dropbox-159.4.5870.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="BSD-2 CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~x86-linux"
 IUSE="selinux X"
 
 RESTRICT="mirror strip"



[gentoo-commits] repo/proj/guru:dev commit in: net-p2p/yggdrasil-go/

2022-10-27 Thread Eric Joldasov
commit: b567ba8c75844c8d12a624da8650c0ff0c60d590
Author: Eric Joldasov  getgoogleoff  me>
AuthorDate: Thu Oct 27 12:55:19 2022 +
Commit: Eric Joldasov  getgoogleoff  me>
CommitDate: Thu Oct 27 12:55:19 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b567ba8c

net-p2p/yggdrasil-go: add 0.4.6, drop 0.4.5

Signed-off-by: Eric Joldasov  getgoogleoff.me>

 net-p2p/yggdrasil-go/Manifest | 4 ++--
 .../{yggdrasil-go-0.4.5.ebuild => yggdrasil-go-0.4.6.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/yggdrasil-go/Manifest b/net-p2p/yggdrasil-go/Manifest
index 8c63b1ebe..55e22cabb 100644
--- a/net-p2p/yggdrasil-go/Manifest
+++ b/net-p2p/yggdrasil-go/Manifest
@@ -1,2 +1,2 @@
-DIST yggdrasil-go-0.4.5-deps.tar.bz2 36852709 BLAKE2B 
20079b24f052ee3552e4a603ee8519d4717f1e541d97c3a422a1d664b6ad903def12933048b2762e1501a79095a8d08cb135557ba01acca092bf1e6608749824
 SHA512 
0b0bcb5ea00ba81cb6789fff0ea9ac49256b4fa60a5f483181329a1cde9ff7206b27deb36c72bf743a58eedd37b41f02e3090fcb66f3d75bed1982b3d988fe73
-DIST yggdrasil-go-0.4.5.tar.gz 93718 BLAKE2B 
0633221f6e6ec1635466defffced0ddff3ec423cbc1318a32e7d4fb6cf9011500755609b8f6a207e745469028584f3c7d1623902cc5df9cd5e8f06a079b7122a
 SHA512 
c18e354800efb8c609b6ae556231cb4107f601e7c29a92c165e3b3b7ef05655df8c9c0f34a1dea54bf1c272d907aa558b26d1e15867c74a5b71872eb959434b1
+DIST yggdrasil-go-0.4.6-deps.tar.bz2 36831041 BLAKE2B 
cfa384fd56354ac916b9c7afcc0314aa5a4b8d690c54833e314e6a2f4617b51b5cd55c307a9459c286cb4c692f650361375935c6eda2a85a1af74b7fa1b8653a
 SHA512 
5e23f463e99537ffb1caaa5aad56f59340912c08117b71b8723bca499fc8cfdec97a47401f84fb2f81a175e045f280acd43234e994682298ec23c4de411425f9
+DIST yggdrasil-go-0.4.6.tar.gz 94167 BLAKE2B 
8c27bf0c3faf8c2ed1804d4f77acb55f7e1ee9b1ab1ae04f5d2d670e53e6a67ff752c5260ae107602d2a34e89054ea697783635b80e8b3b0f725dd6dbd87ae34
 SHA512 
64c335c94507c899f13a6d00a3998802db48b27e024974ad639795075fea4456f58fd5147f4b5b4162a804f9e4e7ea173a6b9802cc1410dccc8be89804dbf871

diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.4.5.ebuild 
b/net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild
similarity index 100%
rename from net-p2p/yggdrasil-go/yggdrasil-go-0.4.5.ebuild
rename to net-p2p/yggdrasil-go/yggdrasil-go-0.4.6.ebuild



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/

2022-10-27 Thread Joonas Niilola
commit: 397844ac1eca699f06469d16417e7f4577bf0c99
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Oct 27 12:53:33 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=397844ac

net-vpn/openfortivpn: update EAPI 7 -> 8

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

 net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild
index 7a5b0426a114..f9a5078e5045 100644
--- a/net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild
+++ b/net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools linux-info
 
@@ -14,8 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
-   net-dialup/ppp
dev-libs/openssl:0=
+   net-dialup/ppp
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: net-vpn/openfortivpn/

2022-10-27 Thread Joonas Niilola
commit: 1f9fa59a9f30c51e3cc414e8d4d97f956dd45308
Author: Petru Ciobanu  gmail  com>
AuthorDate: Sun Oct  9 20:02:45 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9fa59a

net-vpn/openfortivpn: add 1.18.0

Signed-off-by: Petru Ciobanu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27710
Signed-off-by: Joonas Niilola  gentoo.org>

 net-vpn/openfortivpn/Manifest   |  1 +
 net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest
index 9953217d977e..10982443f13e 100644
--- a/net-vpn/openfortivpn/Manifest
+++ b/net-vpn/openfortivpn/Manifest
@@ -1 +1,2 @@
 DIST openfortivpn-1.17.1.tar.gz 167127 BLAKE2B 
4b8f9fb82c4f7c8ffcecf9f14c576d73c999712b7b183b74f9d60d59c67017080a3d16d95ae74fa7f07188e9b28bdf8384f9b41ea7a4ce8e24813044d27216b9
 SHA512 
9d8be1043833bfa0eba6e4032c767946e88d079d329f8039964ea659c4dffb54a5a3b2a6431b66bd86590eaca8bf598a110c368714ecd7ea00312ee97f329085
+DIST openfortivpn-1.18.0.tar.gz 169141 BLAKE2B 
28ac333bd1aa5b7be1e8cfb5a3dd968f2852c445d86050db2eb3161a6b7cd7f765607a3c8ec8bb8c65ba7d8340d8f526f08703ab6df9ab4f7a9f2d2666d767df
 SHA512 
77a1c102e8bd6dfe5a86fe375449a3dd0253634d555dc084bd188a97d855afdd16f71b5b25fd6b737381c7da332228e22e3519d5a2b1d49099c56bc7c21e6088

diff --git a/net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild
new file mode 100644
index ..7a5b0426a114
--- /dev/null
+++ b/net-vpn/openfortivpn/openfortivpn-1.18.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info
+
+DESCRIPTION="Fortinet compatible VPN client"
+HOMEPAGE="https://github.com/adrienverge/openfortivpn";
+SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3-with-openssl-exception openssl"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   net-dialup/ppp
+   dev-libs/openssl:0=
+"
+RDEPEND="${DEPEND}"
+
+CONFIG_CHECK="~PPP ~PPP_ASYNC"
+
+PATCHES=(
+   "${FILESDIR}/systemd_substitute_bin_and_sysconfig_dirs.patch"
+)
+
+src_prepare() {
+   default
+
+   sed -i 's/-Werror//g' Makefile.am || die "Failed to remove -Werror from 
Makefile.am"
+
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   keepdir /etc/openfortivpn
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/ffdiaporama/

2022-10-27 Thread Joonas Niilola
commit: 67859d5b840c03331d595035990eae168a3c008d
Author: Olivier Laurantin  laposte  net>
AuthorDate: Fri Oct  7 21:27:48 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67859d5b

media-video/ffdiaporama: version bump to 2.2_pre20221007

Closes: https://bugs.gentoo.org/870610
Signed-off-by: Olivier Laurantin  laposte.net>
Closes: https://github.com/gentoo/gentoo/pull/27691
Signed-off-by: Joonas Niilola  gentoo.org>

 media-video/ffdiaporama/Manifest   |  1 +
 .../ffdiaporama/ffdiaporama-2.2_pre20221007.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/media-video/ffdiaporama/Manifest b/media-video/ffdiaporama/Manifest
index 1f9d1bb7e54e..95deb3493d2b 100644
--- a/media-video/ffdiaporama/Manifest
+++ b/media-video/ffdiaporama/Manifest
@@ -3,6 +3,7 @@ DIST ffdiaporama-2.2-ffmpeg-4.0.patch 6648 BLAKE2B 
1efaecf9dc6180539bc01a6e4f140
 DIST ffdiaporama-2.2-ffmpeg-4.4.patch 1034 BLAKE2B 
f6105f5fc9d928c43fc33d2eb154d97843516f42754154690ca1651c90f9cce21ce03a80ca2fd0440611f30463077a679d2103d6ffecde80f7ca5ba48142
 SHA512 
14c2c8361836a0f95224577710b72d48fe9aa5c9a330777b8cb709a1ad02f95d9b8ba0f22ff9250e0a6898cfd8f6839658a94f59082d2da767299a81a38e9f8a
 DIST ffdiaporama-2.2-libav11.patch 18781 BLAKE2B 
95da6d11fa31f18106184c0c14a524c42f03a169503ad58d72e871edc60ef52b5ee6ac6d757e8ddcaa66ba58a1b78bc1ca1a9b116d69a3526fd6bc3e5817a9d9
 SHA512 
f24f3f6b624763dcc3ea5bc0c52480d986fbec9b123ad5645c11a525c0eefb7b8708f90df4fb728dfab1d640c6dfab9a550874f59d333cff979e3ef56639416e
 DIST ffdiaporama-2.2_pre20220403.tar.gz 63270245 BLAKE2B 
86e5926285b5c38146065cbbc53182eba77c25fa7eddd79e61276b949f5ad4f217f3e2562bed938f06c191493929afa7f24820ef957243f176b3f8e09d4284a9
 SHA512 
75076eadf1cbef38590ef250746228598ddb00bec2328589a6fb913ee3ae376a6587e6e90494986c5cbeda7aba6c342992cb5e71e5c8ce26e4fda12238ce72e4
+DIST ffdiaporama-2.2_pre20221007.tar.gz 63271591 BLAKE2B 
0fbd20e571329bc294554c50a04920b837af4b62cf4cc7ef356dd9372a8f1f3f01c7b2736fba71c52d468261ad778107e332929ab90d2cf768698102d269a00c
 SHA512 
a37966bb31853de42e7c03a9a1e913332e417278fe663f088d9d9ee763db163549993fa7271b53ad2d495cef5e05d11e3f13ab3343cace3cb4c202aadb461beb
 DIST ffdiaporama_bin_2.2.devel.2014.0701.tar.gz 18377677 BLAKE2B 
74337dcb935eedfccb769562c9b763f642058d2fc8bf4a3c4a81b1ce857398ee759ce2cf269c31527cece2c18a48505ad46b197e10da8444cbf2131ffb3e1130
 SHA512 
6531381137c47d3fd2954d09fe922086de1b69638ed4b092faeb9e2982b463c6614314bda56512f6a315bd02b8600d815efb19dca3dae89947df9a48a2ae7b86
 DIST ffdiaporama_rsc_2.2.devel.2014.0503.tar.gz 18390602 BLAKE2B 
58c38d1f62ec04b217add232873556cf57d13cd17ef672f2087b44c0aac9ee7bc890de3bb812cb1c57093565b06de51ed0ddb0465d9b7fce21311fedf51042a3
 SHA512 
73faafe54d7d9a3d8d91719ac56cec7323e0a497f77e0c9f243d84782aa6040677236d9e41d3b539c45d6aca2448d737912ec59bd2a7e417749ee548cd68652d
 DIST ffdiaporama_texturemate_1.0.2014.0125.tar.gz 30352923 BLAKE2B 
af558994a811508ff6b0f1dc34f33c60fca0a4f40c1cf675e08925b40c8312444a20ea95b0a0c9316225806096e9bbb209faf3e48b74041604c6d81be0175aba
 SHA512 
e9aa9607d670a620b2e3c27d6ec5bf983eb31ab3d3139edf32ebb84d9ffa58b11c822f7db4b3f3c4a430b256719803df4a3a385bd467bdda09f8710d010eb2f5

diff --git a/media-video/ffdiaporama/ffdiaporama-2.2_pre20221007.ebuild 
b/media-video/ffdiaporama/ffdiaporama-2.2_pre20221007.ebuild
new file mode 100644
index ..acb80e067b23
--- /dev/null
+++ b/media-video/ffdiaporama/ffdiaporama-2.2_pre20221007.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT="cb0bb696bea9846fc63a43056c01ddc1efa4a2a8"
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Movie creator from photos and video clips"
+HOMEPAGE="https://ffdiaporama.tuxfamily.org";
+SRC_URI="https://github.com/laurantino/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3 CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="openclipart"
+
+RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qthelp:5
+   dev-qt/qtmultimedia:5
+   dev-qt/qtsql:5[sqlite]
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   media-gfx/exiv2:=
+   >=media-video/ffmpeg-4:0=[encode]
+   openclipart? ( media-gfx/openclipart[svg,-gzip] )"
+DEPEND="${RDEPEND}"
+
+DOCS=( authors.txt )
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_configure() {
+   eqmake5 QMAKE_CFLAGS_ISYSTEM=
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   if use openclipart; then
+   dosym ../../clipart/openclipart 
/usr/share/ffDiaporama/clipart/openclipart
+   fi
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_upd

[gentoo-commits] repo/gentoo:master commit in: media-video/shotcut/

2022-10-27 Thread Joonas Niilola
commit: 0a8ae36d2a83efe31d5b5ba10f4f1aad930051ad
Author: Felix Neumärker  posteo  de>
AuthorDate: Wed Oct  5 19:48:35 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8ae36d

media-video/shotcut: drop 21.12.24

Signed-off-by: Felix Neumärker  posteo.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-video/shotcut/Manifest|  1 -
 media-video/shotcut/shotcut-21.12.24.ebuild | 66 -
 2 files changed, 67 deletions(-)

diff --git a/media-video/shotcut/Manifest b/media-video/shotcut/Manifest
index 9c2c566df074..3ee3a2088c56 100644
--- a/media-video/shotcut/Manifest
+++ b/media-video/shotcut/Manifest
@@ -1,3 +1,2 @@
-DIST shotcut-21.12.24.tar.gz 4522616 BLAKE2B 
3d6f423e888971f8913b0fa0d21fd0b122f941840b871275cd7c56e747c5637ecef56b2111b0c7be953bb71013aee66361202aea74e9d1ffe4028d07580815c0
 SHA512 
4173a2772cc5dcb62f113301aca7c3e0d1c32985b235e38f6c0bc17e0fdad88443123efb71d9fd4d97366d95500ce41776d4d8b1e214fc4c421219185fe112f4
 DIST shotcut-22.04.25.tar.gz 4600941 BLAKE2B 
5f8ba47897c3a8ce078a35c06c90454c8c1df9bd9bd3330466a1be869b7b9c9ec45aaf6d3b5aad0587857ff5613ef22f15c4b5142c8247b97c81bb8345b3ff4d
 SHA512 
e5c51868a7f6e2ead3993d8577b5439408e9c54ee20274658c822666e2ca5fceb7d2360d02b8808b464c69005d83b6742a3a750ec244ffe69f82f2abd5ad39fc
 DIST shotcut-22.09.23.tar.gz 9096319 BLAKE2B 
4023ca82f72e5fb3dca9dfed18912f0b8a99ef5915b0bb1ca983269b99b4b057747558801e2dfe65c89e68c4e9fcfc0a1cc9bcc24ce4d44d1e5453b94d639da2
 SHA512 
3c680a36ed4e22e857a824eaa25a63aa6cb830751e9730d4cd5e0a6fa2b087d9b63900232155fe5f656a4d70ae27dabc5fad52ed39d6b53f99188c954f9896d8

diff --git a/media-video/shotcut/shotcut-21.12.24.ebuild 
b/media-video/shotcut/shotcut-21.12.24.ebuild
deleted file mode 100644
index 0f1a45e08825..
--- a/media-video/shotcut/shotcut-21.12.24.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qmake-utils xdg
-
-DESCRIPTION="A free, open source, cross-platform video editor"
-HOMEPAGE="https://www.shotcut.org/ https://github.com/mltframework/shotcut/";
-if [[ ${PV} != * ]] ; then
-   SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-else
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/mltframework/shotcut/";
-fi
-
-IUSE="debug"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-BDEPEND="
-   dev-qt/linguist-tools:5
-"
-COMMON_DEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtopengl:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtquickcontrols2:5
-   dev-qt/qtsql:5
-   dev-qt/qtwebsockets:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtxml:5
-   >=media-libs/mlt-7.0.1[ffmpeg,frei0r,fftw(+),jack,opengl,qt5,sdl,xml]
-   media-video/ffmpeg
-"
-DEPEND="${COMMON_DEPEND}
-   dev-qt/qtconcurrent:5
-   dev-qt/qtx11extras:5
-"
-RDEPEND="${COMMON_DEPEND}
-   dev-qt/qtgraphicaleffects:5
-   dev-qt/qtquickcontrols:5
-   virtual/jack
-"
-
-src_configure() {
-   local myqmakeargs=(
-   PREFIX="${EPREFIX}/usr"
-   SHOTCUT_VERSION="${PV}"
-   DEFINES+=SHOTCUT_NOUPGRADE
-   )
-   use debug || myqmakeargs+=(DEFINES+=NDEBUG)
-
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: media-video/shotcut/

2022-10-27 Thread Joonas Niilola
commit: 1784fd84016d6e9caaa8fa4ebe1be1b2746aa710
Author: Felix Neumärker  posteo  de>
AuthorDate: Wed Oct  5 19:48:07 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1784fd84

media-video/shotcut: add 22.09.23

Signed-off-by: Felix Neumärker  posteo.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 media-video/shotcut/Manifest|  1 +
 media-video/shotcut/shotcut-22.09.23.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/media-video/shotcut/Manifest b/media-video/shotcut/Manifest
index e8176ff421b1..9c2c566df074 100644
--- a/media-video/shotcut/Manifest
+++ b/media-video/shotcut/Manifest
@@ -1,2 +1,3 @@
 DIST shotcut-21.12.24.tar.gz 4522616 BLAKE2B 
3d6f423e888971f8913b0fa0d21fd0b122f941840b871275cd7c56e747c5637ecef56b2111b0c7be953bb71013aee66361202aea74e9d1ffe4028d07580815c0
 SHA512 
4173a2772cc5dcb62f113301aca7c3e0d1c32985b235e38f6c0bc17e0fdad88443123efb71d9fd4d97366d95500ce41776d4d8b1e214fc4c421219185fe112f4
 DIST shotcut-22.04.25.tar.gz 4600941 BLAKE2B 
5f8ba47897c3a8ce078a35c06c90454c8c1df9bd9bd3330466a1be869b7b9c9ec45aaf6d3b5aad0587857ff5613ef22f15c4b5142c8247b97c81bb8345b3ff4d
 SHA512 
e5c51868a7f6e2ead3993d8577b5439408e9c54ee20274658c822666e2ca5fceb7d2360d02b8808b464c69005d83b6742a3a750ec244ffe69f82f2abd5ad39fc
+DIST shotcut-22.09.23.tar.gz 9096319 BLAKE2B 
4023ca82f72e5fb3dca9dfed18912f0b8a99ef5915b0bb1ca983269b99b4b057747558801e2dfe65c89e68c4e9fcfc0a1cc9bcc24ce4d44d1e5453b94d639da2
 SHA512 
3c680a36ed4e22e857a824eaa25a63aa6cb830751e9730d4cd5e0a6fa2b087d9b63900232155fe5f656a4d70ae27dabc5fad52ed39d6b53f99188c954f9896d8

diff --git a/media-video/shotcut/shotcut-22.09.23.ebuild 
b/media-video/shotcut/shotcut-22.09.23.ebuild
new file mode 100644
index ..937c3ecd7cc2
--- /dev/null
+++ b/media-video/shotcut/shotcut-22.09.23.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic xdg
+
+DESCRIPTION="A free, open source, cross-platform video editor"
+HOMEPAGE="https://www.shotcut.org/ https://github.com/mltframework/shotcut/";
+if [[ ${PV} != * ]] ; then
+   SRC_URI="https://github.com/mltframework/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/mltframework/shotcut/";
+fi
+
+IUSE="debug"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+"
+COMMON_DEPEND="
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtmultimedia:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtopengl:5
+   dev-qt/qtquickcontrols2:5
+   dev-qt/qtsql:5
+   dev-qt/qtwebsockets:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   >=media-libs/mlt-7.8.0[ffmpeg,frei0r,fftw(+),jack,opengl,qt5,sdl,xml]
+   media-video/ffmpeg
+"
+DEPEND="${COMMON_DEPEND}
+   dev-qt/qtconcurrent:5
+   dev-qt/qtx11extras:5
+"
+RDEPEND="${COMMON_DEPEND}
+   dev-qt/qtgraphicaleffects:5
+   virtual/jack
+"
+
+src_configure() {
+   CMAKE_BUILD_TYPE=$(usex debug Debug Release)
+   local mycmakeargs=(
+   -DSHOTCUT_VERSION="${PV}"
+   )
+   use debug || append-cxxflags "-DNDEBUG"
+   append-cxxflags "-DSHOTCUT_NOUPGRADE"
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/shotcut/

2022-10-27 Thread Joonas Niilola
commit: 2dd2248c4cd1b5fdbda7bcf8b76eeef4c359e5e8
Author: Felix Neumärker  posteo  de>
AuthorDate: Wed Oct  5 20:42:29 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Oct 27 12:55:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd2248c

media-video/shotcut: update live ebuild

Signed-off-by: Felix Neumärker  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/27648
Signed-off-by: Joonas Niilola  gentoo.org>

 media-video/shotcut/shotcut-.ebuild | 26 --
 1 file changed, 8 insertions(+), 18 deletions(-)

diff --git a/media-video/shotcut/shotcut-.ebuild 
b/media-video/shotcut/shotcut-.ebuild
index beb71ab8d58c..937c3ecd7cc2 100644
--- a/media-video/shotcut/shotcut-.ebuild
+++ b/media-video/shotcut/shotcut-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit qmake-utils xdg
+inherit cmake flag-o-matic xdg
 
 DESCRIPTION="A free, open source, cross-platform video editor"
 HOMEPAGE="https://www.shotcut.org/ https://github.com/mltframework/shotcut/";
@@ -24,19 +24,16 @@ BDEPEND="
dev-qt/linguist-tools:5
 "
 COMMON_DEPEND="
-   dev-qt/qtcore:5
dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtgui:5
dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
dev-qt/qtopengl:5
-   dev-qt/qtprintsupport:5
dev-qt/qtquickcontrols2:5
dev-qt/qtsql:5
dev-qt/qtwebsockets:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
-   >=media-libs/mlt-7.6.0[ffmpeg,frei0r,fftw(+),jack,opengl,qt5,sdl,xml]
+   >=media-libs/mlt-7.8.0[ffmpeg,frei0r,fftw(+),jack,opengl,qt5,sdl,xml]
media-video/ffmpeg
 "
 DEPEND="${COMMON_DEPEND}
@@ -45,22 +42,15 @@ DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
dev-qt/qtgraphicaleffects:5
-   dev-qt/qtquickcontrols:5
virtual/jack
 "
 
 src_configure() {
-   local myqmakeargs=(
-   PREFIX="${EPREFIX}/usr"
-   SHOTCUT_VERSION="${PV}"
-   DEFINES+=SHOTCUT_NOUPGRADE
+   CMAKE_BUILD_TYPE=$(usex debug Debug Release)
+   local mycmakeargs=(
+   -DSHOTCUT_VERSION="${PV}"
)
-   use debug || myqmakeargs+=(DEFINES+=NDEBUG)
-
-   eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   einstalldocs
+   use debug || append-cxxflags "-DNDEBUG"
+   append-cxxflags "-DSHOTCUT_NOUPGRADE"
+   cmake_src_configure
 }



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

2022-10-27 Thread Mike Gilbert
commit: 41bd1a5d4012acc7e12919fcce7ac4b8cb24a67b
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Oct 27 13:48:22 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Oct 27 13:48:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bd1a5d

sys-fs/lvm2: remove obsolete comments

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

 sys-fs/lvm2/lvm2-2.03.16.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/sys-fs/lvm2/lvm2-2.03.16.ebuild b/sys-fs/lvm2/lvm2-2.03.16.ebuild
index 1068870be0ea..30a41a0a959c 100644
--- a/sys-fs/lvm2/lvm2-2.03.16.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.16.ebuild
@@ -55,21 +55,16 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.03.06-example.conf.in.patch
 
# For upstream -- review and forward:
-   #"${FILESDIR}"/${PN}-2.02.63-always-make-static-libdm.patch # FIXME: 
breaks libdm/dm-tools build
"${FILESDIR}"/${PN}-2.02.56-lvm2create_initrd.patch
"${FILESDIR}"/${PN}-2.02.67-createinitrd.patch #301331
"${FILESDIR}"/${PN}-2.02.99-locale-muck.patch #330373
-   #"${FILESDIR}"/${PN}-2.02.178-asneeded.patch # -Wl,--as-needed
"${FILESDIR}"/${PN}-2.03.12-dynamic-static-ldflags.patch #332905
"${FILESDIR}"/${PN}-2.03.14-static-pkgconfig-libs.patch #370217, 
#439414 + blkid
"${FILESDIR}"/${PN}-2.03.12-static-pkgconfig-libs-2.patch
"${FILESDIR}"/${PN}-2.03.05-pthread-pkgconfig.patch #492450
"${FILESDIR}"/${PN}-2.03.12-static-libm.patch #617756
"${FILESDIR}"/${PN}-2.02.166-HPPA-no-O_DIRECT.patch #657446
-   #"${FILESDIR}"/${PN}-2.02.145-mkdev.patch #580062 # Merged upstream
"${FILESDIR}"/${PN}-2.03.05-dmeventd-no-idle-exit.patch
-   
#"${FILESDIR}"/${PN}-2.02.184-allow-reading-metadata-with-invalid-creation_time.patch
 #682380 # merged upstream
-   #"${FILESDIR}"/${PN}-2.02.184-mksh_build.patch #686652 # fixed 
differently upstream
"${FILESDIR}"/${PN}-2.03.14-r1-add-fcntl.patch
"${FILESDIR}"/${PN}-2.03.14-r1-fopen-to-freopen.patch
"${FILESDIR}"/${PN}-2.03.14-r1-mallinfo.patch



[gentoo-commits] repo/gentoo:master commit in: dev-ros/depth_image_proc/

2022-10-27 Thread Alexis Ballier
commit: 9e41e8b8b888f2cf72426fdf536093b160a69a71
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:16:01 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e41e8b8

dev-ros/depth_image_proc: Bump to 1.17.0.

Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/depth_image_proc/Manifest  |  1 +
 .../depth_image_proc-1.17.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-ros/depth_image_proc/Manifest 
b/dev-ros/depth_image_proc/Manifest
index 66299b03e6f1..263e9c0bcf76 100644
--- a/dev-ros/depth_image_proc/Manifest
+++ b/dev-ros/depth_image_proc/Manifest
@@ -1,3 +1,4 @@
 DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 
7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453
 SHA512 
8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc
 DIST image_pipeline-1.15.3.tar.gz 150900 BLAKE2B 
75bce8146c5273d5896ccb226bb9223f696f341089948aa44bbc932af15a1c80e6a5dbc036b4a37dcaecfca6a3e896df0935dcfb8305e23cc1a73fa77cef7a2e
 SHA512 
9e1d21d1a43e932078938aeca4e5e6902e36e6d034a467cbd69734e318e5c4a689cb133acc7f8098f4ca928312661eb5b2aa7fae38e3d2a904b0e34889da0d32
 DIST image_pipeline-1.16.0.tar.gz 152681 BLAKE2B 
6b11a07f07e8a29e601796570f404403d9acf1b31382d6d0353b2ac891c0f3345f3039bbb5bb7b3c41b10bf0478cad7a1d5590b7bbeee003aeff58437781d2e9
 SHA512 
909e115b150fb98a7cfa6d351b46072d92fccbded3ee15ba79135dae12d4cedf004b4c791a4c87540c74a6ad87e3947c9031e6539d09dee77527518d2b08cd18
+DIST image_pipeline-1.17.0.tar.gz 154211 BLAKE2B 
221c549d6794f3567706e724a48d52fa4d7f395b30f477a12750f4707d70782496a0110df9f89e83aa11ea95dbd65acab18eff13a8beb026091abd209370cbd4
 SHA512 
c5bc227f13415f6fe31eb2cee015f8671433b427044b8f8842d0e5d1ef19aff21f66e40945bb09227442ab5c4c49aae3217b56dac03b358804567cff4189efeb

diff --git a/dev-ros/depth_image_proc/depth_image_proc-1.17.0.ebuild 
b/dev-ros/depth_image_proc/depth_image_proc-1.17.0.ebuild
new file mode 100644
index ..583df987bc50
--- /dev/null
+++ b/dev-ros/depth_image_proc/depth_image_proc-1.17.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/image_pipeline";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Nodelets for processing depth images such as those produced by 
OpenNI camera"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge
+   media-libs/opencv:=
+   dev-ros/eigen_conversions
+   dev-ros/image_geometry
+   dev-ros/image_transport
+   dev-ros/message_filters
+   dev-ros/nodelet
+   dev-ros/tf2
+   dev-ros/tf2_ros
+   dev-libs/boost:=
+   dev-libs/console_bridge:=
+"
+DEPEND="${RDEPEND}
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"



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

2022-10-27 Thread Alexis Ballier
commit: cdd4853d56b85caf76b0458f327fcb0f1bd4cfa1
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:00:10 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd4853d

media-sound/qtractor: bump to 0.9.29

Signed-off-by: Alexis Ballier  gentoo.org>

 media-sound/qtractor/Manifest   |   1 +
 media-sound/qtractor/qtractor-0.9.29.ebuild | 108 
 2 files changed, 109 insertions(+)

diff --git a/media-sound/qtractor/Manifest b/media-sound/qtractor/Manifest
index 6012dbd7e25f..f4cd70c9a205 100644
--- a/media-sound/qtractor/Manifest
+++ b/media-sound/qtractor/Manifest
@@ -1 +1,2 @@
 DIST qtractor-0.9.28.tar.gz 2000685 BLAKE2B 
aa0d71732b9d214da22a97ca15d0c54eb61b7c35656f827bd0e39f5b55981b0c0d29645d5d3c4280ccba6aab971171615ef099f1cea1f3a8c381ac0dfffd2ca8
 SHA512 
db63766bcfd5a744a532d68cbe6f3153f9dd02208bca5098b27cda1cbec694b2981b3eb6a7912324c07327c87cb5f5ba46dccc96398d051e011ce563fc67
+DIST qtractor-0.9.29.tar.gz 1988719 BLAKE2B 
d7f17211e885c8458c7d74d1cd0cde69d316b1765ab79bdfb3ff1abcfb35ad008f017dd12372a2fafb309a7bead0c3d31f8f1cc322da123d39760377c1883e82
 SHA512 
bd432e3eb2d804aacc45943c36160c938778827a1c832f30045b2456d363843ac2f77e4b2cb897b905aa026b7d9238eb2963ca1ebbd64d127d890857c5426c41

diff --git a/media-sound/qtractor/qtractor-0.9.29.ebuild 
b/media-sound/qtractor/qtractor-0.9.29.ebuild
new file mode 100644
index ..f3c019cec2bc
--- /dev/null
+++ b/media-sound/qtractor/qtractor-0.9.29.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Audio/MIDI multi-track sequencer written in C++ with the Qt 
framework"
+HOMEPAGE="https://qtractor.sourceforge.io";
+SRC_URI="mirror://sourceforge/qtractor/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="aubio cpu_flags_x86_sse debug dssi ladspa libsamplerate mad osc 
rubberband vorbis zlib"
+REQUIRED_USE="dssi? ( ladspa )"
+
+BDEPEND="
+   dev-qt/linguist-tools:5
+   virtual/pkgconfig
+"
+DEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtxml:5
+   dev-qt/qtx11extras:5
+   media-libs/alsa-lib
+   media-libs/libsndfile
+   media-libs/lilv
+   media-libs/lv2
+   media-libs/suil
+   virtual/jack
+   x11-libs/libxcb:=
+   aubio? ( media-libs/aubio:= )
+   dssi? ( media-libs/dssi )
+   ladspa? ( media-libs/ladspa-sdk )
+   libsamplerate? ( media-libs/libsamplerate )
+   mad? ( media-libs/libmad )
+   osc? ( media-libs/liblo )
+   rubberband? ( media-libs/rubberband )
+   vorbis? (
+   media-libs/libogg
+   media-libs/libvorbis
+   )
+   zlib? ( sys-libs/zlib )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCONFIG_DSSI=$(usex dssi 1 0)
+   -DCONFIG_GRADIENT=1
+   -DCONFIG_JACK_LATENCY=1
+   -DCONFIG_JACK_METADATA=1
+   -DCONFIG_JACK_SESSION=1
+   -DCONFIG_LADSPA=$(usex ladspa 1 0)
+   -DCONFIG_LIBAUBIO=$(usex aubio 1 0)
+   -DCONFIG_LIBLILV=1
+   -DCONFIG_LIBLO=$(usex osc 1 0)
+   -DCONFIG_LIBMAD=$(usex mad 1 0)
+   -DCONFIG_LIBRUBBERBAND=$(usex rubberband 1 0)
+   -DCONFIG_LIBSAMPLERATE=$(usex libsamplerate 1 0)
+   -DCONFIG_LIBVORBIS=$(usex vorbis 1 0)
+   -DCONFIG_LIBZ=$(usex zlib 1 0)
+   -DCONFIG_LV2=1
+   -DCONFIG_LV2_UI_GTK2=0
+   -DCONFIG_NSM=0
+   -DCONFIG_SSE=$(usex cpu_flags_x86_sse 1 0)
+   -DCONFIG_STACKTRACE=$(usex debug 1 0)
+   -DCONFIG_VESTIGE=1
+   -DCONFIG_VST=1
+   -DCONFIG_VST3=0
+   -DCONFIG_XUNIQUE=0
+   )
+   # Following options are left to the default
+   # CONFIG_LV2_ATOM
+   # CONFIG_LV2_BUF_SIZE
+   # CONFIG_LV2_CVPORT
+   # CONFIG_LV2_EVENT
+   # CONFIG_LV2_EXTERNAL_UI
+   # CONFIG_LV2_MIDNAM
+   # CONFIG_LV2_OPTIONS
+   # CONFIG_LV2_PARAMETERS
+   # CONFIG_LV2_PATCH
+   # CONFIG_LV2_PORT_EVENT
+   # CONFIG_LV2_PRESETS
+   # CONFIG_LV2_PROGRAMS
+   # CONFIG_LV2_STATE
+   # CONFIG_LV2_STATE_FILES
+   # CONFIG_LV2_STATE_MAKE_PATH
+   # CONFIG_LV2_TIME
+   # CONFIG_LV2_TIME_POSITION
+   # CONFIG_LV2_UI
+   # CONFIG_LV2_UI_IDLE
+   # CONFIG_LV2_UI_REQ_VALUE
+   # CONFIG_LV2_UI_SHOW
+   # CONFIG_LV2_UI_TOUCH
+   # CONFIG_LV2_WORKER
+   # CONFIG_LV2_UI_X11
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: ros-meta/image_pipeline/

2022-10-27 Thread Alexis Ballier
commit: 99e79e93b51afcee40073a5c9285be7f1ef76c40
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:16:06 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e79e93

ros-meta/image_pipeline: Bump to 1.17.0.

Signed-off-by: Alexis Ballier  gentoo.org>

 ros-meta/image_pipeline/Manifest   |  1 +
 .../image_pipeline/image_pipeline-1.17.0.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/ros-meta/image_pipeline/Manifest b/ros-meta/image_pipeline/Manifest
index 66299b03e6f1..263e9c0bcf76 100644
--- a/ros-meta/image_pipeline/Manifest
+++ b/ros-meta/image_pipeline/Manifest
@@ -1,3 +1,4 @@
 DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 
7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453
 SHA512 
8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc
 DIST image_pipeline-1.15.3.tar.gz 150900 BLAKE2B 
75bce8146c5273d5896ccb226bb9223f696f341089948aa44bbc932af15a1c80e6a5dbc036b4a37dcaecfca6a3e896df0935dcfb8305e23cc1a73fa77cef7a2e
 SHA512 
9e1d21d1a43e932078938aeca4e5e6902e36e6d034a467cbd69734e318e5c4a689cb133acc7f8098f4ca928312661eb5b2aa7fae38e3d2a904b0e34889da0d32
 DIST image_pipeline-1.16.0.tar.gz 152681 BLAKE2B 
6b11a07f07e8a29e601796570f404403d9acf1b31382d6d0353b2ac891c0f3345f3039bbb5bb7b3c41b10bf0478cad7a1d5590b7bbeee003aeff58437781d2e9
 SHA512 
909e115b150fb98a7cfa6d351b46072d92fccbded3ee15ba79135dae12d4cedf004b4c791a4c87540c74a6ad87e3947c9031e6539d09dee77527518d2b08cd18
+DIST image_pipeline-1.17.0.tar.gz 154211 BLAKE2B 
221c549d6794f3567706e724a48d52fa4d7f395b30f477a12750f4707d70782496a0110df9f89e83aa11ea95dbd65acab18eff13a8beb026091abd209370cbd4
 SHA512 
c5bc227f13415f6fe31eb2cee015f8671433b427044b8f8842d0e5d1ef19aff21f66e40945bb09227442ab5c4c49aae3217b56dac03b358804567cff4189efeb

diff --git a/ros-meta/image_pipeline/image_pipeline-1.17.0.ebuild 
b/ros-meta/image_pipeline/image_pipeline-1.17.0.ebuild
new file mode 100644
index ..2b6268fcea56
--- /dev/null
+++ b/ros-meta/image_pipeline/image_pipeline-1.17.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/image_pipeline";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Fills the gap between raw images from a camera and higher-level 
processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/camera_calibration
+   dev-ros/depth_image_proc
+   dev-ros/image_proc
+   dev-ros/image_publisher
+   dev-ros/image_rotate
+   dev-ros/image_view
+   dev-ros/stereo_image_proc
+"
+DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/opencv_tests/

2022-10-27 Thread Alexis Ballier
commit: 4f8903b36279137cdeb74328f5dbee52d16cfc5d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:17:22 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8903b3

dev-ros/opencv_tests: Bump to 1.16.2.

Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/opencv_tests/Manifest   |  1 +
 dev-ros/opencv_tests/opencv_tests-1.16.2.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/opencv_tests/Manifest b/dev-ros/opencv_tests/Manifest
index b4878bf449a3..e7b87b79b50e 100644
--- a/dev-ros/opencv_tests/Manifest
+++ b/dev-ros/opencv_tests/Manifest
@@ -1,2 +1,3 @@
 DIST vision_opencv-1.15.0.tar.gz 82281 BLAKE2B 
6e86cf67bb9fbf07ca36dbe0bb3fb32611a4e216cea209048bfe34b71622a56954063f2e7ff466275810f36c62d016a1d04e987383dde35f0bb85abf0e74350f
 SHA512 
b6331b00aac18f96eb40ef57b2b4fe55da956007390549762818eab7ad36fcf192549448f2edcc6b4e550273f80320bf15eb6a60900d155be680ec8682fd17ba
 DIST vision_opencv-1.16.0.tar.gz 85452 BLAKE2B 
5f167898cef4bbc753e32af87174b7f668b3eff00357a22e8c454d181116a925059d4837210086d445ceaf74819fdb9a527eb5667321df8a7c1fe84549dbe5b6
 SHA512 
affd61f0d933cc57d5d23e840f0708e8ffdc0033eee22a21fe5c0099a2ab75d4c3fdcc41705167ab3615f5388ce47641faf5b21e6c6365a4e540abe69dfad3fe
+DIST vision_opencv-1.16.2.tar.gz 86615 BLAKE2B 
e3078be4a865aed4317db7dc422a71661a52e8b42c52aaab92c524cdb14ad08ab85ac523d55b76b5ebc6201400a832d0ea9c3203ed5ff2af342a58be5ab0ef49
 SHA512 
c1fd4b402cc970797c0b01573d111cec041ea59598897256ed26ad01624e15300cc2147deaf701af1d12bc921ac9892917d927d17325d4086c0724633d96b3c5

diff --git a/dev-ros/opencv_tests/opencv_tests-1.16.2.ebuild 
b/dev-ros/opencv_tests/opencv_tests-1.16.2.ebuild
new file mode 100644
index ..c1cfbbde482c
--- /dev/null
+++ b/dev-ros/opencv_tests/opencv_tests-1.16.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/vision_opencv";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Tests for ROS OpenCV integration"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
+   $(python_gen_cond_dep "media-libs/opencv[python,\${PYTHON_USEDEP}]")
+   $(python_gen_cond_dep "dev-python/numpy[\${PYTHON_USEDEP}]")
+"
+DEPEND="${RDEPEND}"
+
+src_install() {
+   ros-catkin_src_install
+   insinto /usr/share/${PN}/launch
+   doins launch/*.launch
+   exeinto /usr/libexec/${PN}
+   doexe nodes/*
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ros/image_view/

2022-10-27 Thread Alexis Ballier
commit: 7911ecb663beae032feced65550e5921cb0a57a8
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:16:05 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7911ecb6

dev-ros/image_view: Bump to 1.17.0.

Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/image_view/Manifest |  1 +
 dev-ros/image_view/image_view-1.17.0.ebuild | 39 +
 2 files changed, 40 insertions(+)

diff --git a/dev-ros/image_view/Manifest b/dev-ros/image_view/Manifest
index 66299b03e6f1..263e9c0bcf76 100644
--- a/dev-ros/image_view/Manifest
+++ b/dev-ros/image_view/Manifest
@@ -1,3 +1,4 @@
 DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 
7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453
 SHA512 
8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc
 DIST image_pipeline-1.15.3.tar.gz 150900 BLAKE2B 
75bce8146c5273d5896ccb226bb9223f696f341089948aa44bbc932af15a1c80e6a5dbc036b4a37dcaecfca6a3e896df0935dcfb8305e23cc1a73fa77cef7a2e
 SHA512 
9e1d21d1a43e932078938aeca4e5e6902e36e6d034a467cbd69734e318e5c4a689cb133acc7f8098f4ca928312661eb5b2aa7fae38e3d2a904b0e34889da0d32
 DIST image_pipeline-1.16.0.tar.gz 152681 BLAKE2B 
6b11a07f07e8a29e601796570f404403d9acf1b31382d6d0353b2ac891c0f3345f3039bbb5bb7b3c41b10bf0478cad7a1d5590b7bbeee003aeff58437781d2e9
 SHA512 
909e115b150fb98a7cfa6d351b46072d92fccbded3ee15ba79135dae12d4cedf004b4c791a4c87540c74a6ad87e3947c9031e6539d09dee77527518d2b08cd18
+DIST image_pipeline-1.17.0.tar.gz 154211 BLAKE2B 
221c549d6794f3567706e724a48d52fa4d7f395b30f477a12750f4707d70782496a0110df9f89e83aa11ea95dbd65acab18eff13a8beb026091abd209370cbd4
 SHA512 
c5bc227f13415f6fe31eb2cee015f8671433b427044b8f8842d0e5d1ef19aff21f66e40945bb09227442ab5c4c49aae3217b56dac03b358804567cff4189efeb

diff --git a/dev-ros/image_view/image_view-1.17.0.ebuild 
b/dev-ros/image_view/image_view-1.17.0.ebuild
new file mode 100644
index ..d7374f823e50
--- /dev/null
+++ b/dev-ros/image_view/image_view-1.17.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/image_pipeline";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Simple viewer for ROS image topics"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/camera_calibration_parsers
+   >=dev-ros/cv_bridge-1.11.10
+   dev-ros/image_transport
+   dev-ros/message_filters
+   dev-ros/nodelet
+   dev-ros/rosconsole
+   dev-libs/console_bridge:=
+   dev-ros/roscpp
+   dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}]
+
+   dev-libs/boost:=
+   media-libs/opencv:=
+   x11-libs/gtk+:3
+   media-libs/harfbuzz:=
+"
+DEPEND="${RDEPEND}
+   dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/stereo_image_proc/

2022-10-27 Thread Alexis Ballier
commit: 35cba1b3c7c8a8a5e076a1a775477213ef05e640
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:16:06 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cba1b3

dev-ros/stereo_image_proc: Bump to 1.17.0.

Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/stereo_image_proc/Manifest |  1 +
 .../stereo_image_proc-1.17.0.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-ros/stereo_image_proc/Manifest 
b/dev-ros/stereo_image_proc/Manifest
index 66299b03e6f1..263e9c0bcf76 100644
--- a/dev-ros/stereo_image_proc/Manifest
+++ b/dev-ros/stereo_image_proc/Manifest
@@ -1,3 +1,4 @@
 DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 
7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453
 SHA512 
8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc
 DIST image_pipeline-1.15.3.tar.gz 150900 BLAKE2B 
75bce8146c5273d5896ccb226bb9223f696f341089948aa44bbc932af15a1c80e6a5dbc036b4a37dcaecfca6a3e896df0935dcfb8305e23cc1a73fa77cef7a2e
 SHA512 
9e1d21d1a43e932078938aeca4e5e6902e36e6d034a467cbd69734e318e5c4a689cb133acc7f8098f4ca928312661eb5b2aa7fae38e3d2a904b0e34889da0d32
 DIST image_pipeline-1.16.0.tar.gz 152681 BLAKE2B 
6b11a07f07e8a29e601796570f404403d9acf1b31382d6d0353b2ac891c0f3345f3039bbb5bb7b3c41b10bf0478cad7a1d5590b7bbeee003aeff58437781d2e9
 SHA512 
909e115b150fb98a7cfa6d351b46072d92fccbded3ee15ba79135dae12d4cedf004b4c791a4c87540c74a6ad87e3947c9031e6539d09dee77527518d2b08cd18
+DIST image_pipeline-1.17.0.tar.gz 154211 BLAKE2B 
221c549d6794f3567706e724a48d52fa4d7f395b30f477a12750f4707d70782496a0110df9f89e83aa11ea95dbd65acab18eff13a8beb026091abd209370cbd4
 SHA512 
c5bc227f13415f6fe31eb2cee015f8671433b427044b8f8842d0e5d1ef19aff21f66e40945bb09227442ab5c4c49aae3217b56dac03b358804567cff4189efeb

diff --git a/dev-ros/stereo_image_proc/stereo_image_proc-1.17.0.ebuild 
b/dev-ros/stereo_image_proc/stereo_image_proc-1.17.0.ebuild
new file mode 100644
index ..138ad0e98af9
--- /dev/null
+++ b/dev-ros/stereo_image_proc/stereo_image_proc-1.17.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/image_pipeline";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Stereo and single image rectification and disparity processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge
+   dev-ros/dynamic_reconfigure
+   dev-ros/image_geometry
+   dev-ros/image_proc
+   dev-ros/image_transport
+   dev-ros/message_filters
+   dev-ros/nodelet
+   media-libs/opencv:=
+   dev-libs/boost:=
+   dev-libs/console_bridge:=
+"
+DEPEND="${RDEPEND}
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-ros/cv_bridge/

2022-10-27 Thread Alexis Ballier
commit: 42102712fd8fd158182c5f772751705884e2bd1d
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:17:21 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42102712

dev-ros/cv_bridge: Bump to 1.16.2.

Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/cv_bridge/Manifest|  1 +
 dev-ros/cv_bridge/cv_bridge-1.16.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ros/cv_bridge/Manifest b/dev-ros/cv_bridge/Manifest
index ec3c38f8fb88..8be5317dbe30 100644
--- a/dev-ros/cv_bridge/Manifest
+++ b/dev-ros/cv_bridge/Manifest
@@ -1 +1,2 @@
 DIST vision_opencv-1.16.0.tar.gz 85452 BLAKE2B 
5f167898cef4bbc753e32af87174b7f668b3eff00357a22e8c454d181116a925059d4837210086d445ceaf74819fdb9a527eb5667321df8a7c1fe84549dbe5b6
 SHA512 
affd61f0d933cc57d5d23e840f0708e8ffdc0033eee22a21fe5c0099a2ab75d4c3fdcc41705167ab3615f5388ce47641faf5b21e6c6365a4e540abe69dfad3fe
+DIST vision_opencv-1.16.2.tar.gz 86615 BLAKE2B 
e3078be4a865aed4317db7dc422a71661a52e8b42c52aaab92c524cdb14ad08ab85ac523d55b76b5ebc6201400a832d0ea9c3203ed5ff2af342a58be5ab0ef49
 SHA512 
c1fd4b402cc970797c0b01573d111cec041ea59598897256ed26ad01624e15300cc2147deaf701af1d12bc921ac9892917d927d17325d4086c0724633d96b3c5

diff --git a/dev-ros/cv_bridge/cv_bridge-1.16.2.ebuild 
b/dev-ros/cv_bridge/cv_bridge-1.16.2.ebuild
new file mode 100644
index ..b1563eb9a061
--- /dev/null
+++ b/dev-ros/cv_bridge/cv_bridge-1.16.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/vision_opencv";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Converts between ROS Image messages and OpenCV images"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/rosconsole
+   >=media-libs/opencv-3:=[contrib(+),png,jpeg,tiff]
+   $(python_gen_cond_dep "dev-libs/boost:=[python,\${PYTHON_USEDEP}]")
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   test? (
+   dev-cpp/gtest
+   $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
+   dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+   )
+"
+PATCHES=( "${FILESDIR}/boostpython.patch" "${FILESDIR}/ocv_leak.patch" )



[gentoo-commits] repo/gentoo:master commit in: dev-ros/image_proc/

2022-10-27 Thread Alexis Ballier
commit: ce0c8d912fab99c4f21613df26962ec25ef90d16
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:16:02 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0c8d91

dev-ros/image_proc: Bump to 1.17.0.

Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ros/image_proc/Manifest |  1 +
 dev-ros/image_proc/image_proc-1.17.0.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-ros/image_proc/Manifest b/dev-ros/image_proc/Manifest
index 66299b03e6f1..263e9c0bcf76 100644
--- a/dev-ros/image_proc/Manifest
+++ b/dev-ros/image_proc/Manifest
@@ -1,3 +1,4 @@
 DIST image_pipeline-1.15.2.tar.gz 147570 BLAKE2B 
7e6ecad344e38426148017c4bdd109cdb505201256b811d7479b2fa5f2b6a94f94708ffd0e2a3c273f09fb8db0afdedb6955320bc142e4b48fbf94eeef45b453
 SHA512 
8fe9fa7759d83b2585589c6667c82b154c6ab748aa1644e8a58c75550e4c581fdea1b42f91a8c64df4eb7a06b33a76e55325268f314f3ec1f06ee38ee7b06bfc
 DIST image_pipeline-1.15.3.tar.gz 150900 BLAKE2B 
75bce8146c5273d5896ccb226bb9223f696f341089948aa44bbc932af15a1c80e6a5dbc036b4a37dcaecfca6a3e896df0935dcfb8305e23cc1a73fa77cef7a2e
 SHA512 
9e1d21d1a43e932078938aeca4e5e6902e36e6d034a467cbd69734e318e5c4a689cb133acc7f8098f4ca928312661eb5b2aa7fae38e3d2a904b0e34889da0d32
 DIST image_pipeline-1.16.0.tar.gz 152681 BLAKE2B 
6b11a07f07e8a29e601796570f404403d9acf1b31382d6d0353b2ac891c0f3345f3039bbb5bb7b3c41b10bf0478cad7a1d5590b7bbeee003aeff58437781d2e9
 SHA512 
909e115b150fb98a7cfa6d351b46072d92fccbded3ee15ba79135dae12d4cedf004b4c791a4c87540c74a6ad87e3947c9031e6539d09dee77527518d2b08cd18
+DIST image_pipeline-1.17.0.tar.gz 154211 BLAKE2B 
221c549d6794f3567706e724a48d52fa4d7f395b30f477a12750f4707d70782496a0110df9f89e83aa11ea95dbd65acab18eff13a8beb026091abd209370cbd4
 SHA512 
c5bc227f13415f6fe31eb2cee015f8671433b427044b8f8842d0e5d1ef19aff21f66e40945bb09227442ab5c4c49aae3217b56dac03b358804567cff4189efeb

diff --git a/dev-ros/image_proc/image_proc-1.17.0.ebuild 
b/dev-ros/image_proc/image_proc-1.17.0.ebuild
new file mode 100644
index ..92a72ce17285
--- /dev/null
+++ b/dev-ros/image_proc/image_proc-1.17.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/image_pipeline";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Single image rectification and color processing"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge
+   dev-ros/dynamic_reconfigure[${PYTHON_SINGLE_USEDEP}]
+   dev-ros/image_geometry
+   dev-ros/image_transport
+   dev-ros/nodelet
+   dev-ros/nodelet_topic_tools
+   dev-ros/roscpp
+   dev-libs/console_bridge:=
+   media-libs/opencv:=
+   dev-libs/boost:=
+"
+DEPEND="${RDEPEND}
+   dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+   test? (
+   dev-ros/rostest
+   dev-cpp/gtest
+   dev-ros/camera_calibration_parsers
+   )
+"
+PATCHES=( "${FILESDIR}/ocv_leak.patch" )



[gentoo-commits] repo/gentoo:master commit in: ros-meta/vision_opencv/

2022-10-27 Thread Alexis Ballier
commit: f82052223dd6bbee66e39aaa757ec30d79a588a4
Author: Alexis Ballier  gentoo  org>
AuthorDate: Thu Oct 27 13:17:23 2022 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Thu Oct 27 14:05:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8205222

ros-meta/vision_opencv: Bump to 1.16.2.

Signed-off-by: Alexis Ballier  gentoo.org>

 ros-meta/vision_opencv/Manifest|  1 +
 ros-meta/vision_opencv/vision_opencv-1.16.2.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/ros-meta/vision_opencv/Manifest b/ros-meta/vision_opencv/Manifest
index b4878bf449a3..e7b87b79b50e 100644
--- a/ros-meta/vision_opencv/Manifest
+++ b/ros-meta/vision_opencv/Manifest
@@ -1,2 +1,3 @@
 DIST vision_opencv-1.15.0.tar.gz 82281 BLAKE2B 
6e86cf67bb9fbf07ca36dbe0bb3fb32611a4e216cea209048bfe34b71622a56954063f2e7ff466275810f36c62d016a1d04e987383dde35f0bb85abf0e74350f
 SHA512 
b6331b00aac18f96eb40ef57b2b4fe55da956007390549762818eab7ad36fcf192549448f2edcc6b4e550273f80320bf15eb6a60900d155be680ec8682fd17ba
 DIST vision_opencv-1.16.0.tar.gz 85452 BLAKE2B 
5f167898cef4bbc753e32af87174b7f668b3eff00357a22e8c454d181116a925059d4837210086d445ceaf74819fdb9a527eb5667321df8a7c1fe84549dbe5b6
 SHA512 
affd61f0d933cc57d5d23e840f0708e8ffdc0033eee22a21fe5c0099a2ab75d4c3fdcc41705167ab3615f5388ce47641faf5b21e6c6365a4e540abe69dfad3fe
+DIST vision_opencv-1.16.2.tar.gz 86615 BLAKE2B 
e3078be4a865aed4317db7dc422a71661a52e8b42c52aaab92c524cdb14ad08ab85ac523d55b76b5ebc6201400a832d0ea9c3203ed5ff2af342a58be5ab0ef49
 SHA512 
c1fd4b402cc970797c0b01573d111cec041ea59598897256ed26ad01624e15300cc2147deaf701af1d12bc921ac9892917d927d17325d4086c0724633d96b3c5

diff --git a/ros-meta/vision_opencv/vision_opencv-1.16.2.ebuild 
b/ros-meta/vision_opencv/vision_opencv-1.16.2.ebuild
new file mode 100644
index ..a84710f3371a
--- /dev/null
+++ b/ros-meta/vision_opencv/vision_opencv-1.16.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+ROS_REPO_URI="https://github.com/ros-perception/vision_opencv";
+KEYWORDS="~amd64 ~arm"
+ROS_SUBDIR=${PN}
+
+inherit ros-catkin
+
+DESCRIPTION="Converts between ROS Image messages and OpenCV images"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+   dev-ros/cv_bridge
+   dev-ros/image_geometry
+   dev-ros/opencv_tests
+"
+DEPEND="${RDEPEND}"



  1   2   3   >