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

2022-06-18 Thread Sam James
commit: 107254c9d94f2f2bdde2094cd623c06c9b32
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Jun 18 13:42:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:56:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107254c9

dev-java/osgi-compendium: drop 4.3.1-r2

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25958
Signed-off-by: Sam James  gentoo.org>

 .../osgi-compendium-4.3.1-r2.ebuild| 43 --
 .../osgi-compendium-4.3.1-r3.ebuild|  3 +-
 2 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild 
b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
deleted file mode 100644
index 609e01017aa2..
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="OSGi Service Platform Compendium API (Companion Code)"
-HOMEPAGE="http://wiki.osgi.org/wiki/Release_4.3;
-SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar;
-
-LICENSE="Apache-2.0 OSGi-Specification-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-CDEPEND="dev-java/glassfish-persistence:0
-   dev-java/osgi-core-api:0
-   dev-java/osgi-foundation:0
-   dev-java/tomcat-servlet-api:4.0"
-
-DEPEND="${CDEPEND}
-   >=virtual/jdk-1.8:*"
-
-RDEPEND="${CDEPEND}
-   >=virtual/jre-1.8:*"
-
-BDEPEND="app-arch/unzip"
-
-JAVA_SRC_DIR="OSGI-OPT/src"
-
-JAVA_GENTOO_CLASSPATH="
-   osgi-core-api
-   osgi-foundation
-   glassfish-persistence
-   tomcat-servlet-api-4.0
-"
-
-src_prepare() {
-   default
-   rm -r org || die
-}

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild 
b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
index 9f45cf7b18ff..42efea848da4 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
@@ -9,12 +9,11 @@ inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="OSGi Service Platform Compendium API (Companion Code)"
 HOMEPAGE="https://docs.osgi.org;
-#  SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar;
 SRC_URI="https://docs.osgi.org/download/r4v43/osgi.cmpn-${PV}.jar;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 CP_DEPEND="
dev-java/glassfish-persistence:0



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

2022-06-18 Thread Sam James
commit: 565b25decd52f93cec3282234417e37bc61d834d
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sat Jun 18 13:41:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:56:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565b25de

dev-java/osgi-compendium: License, HOMPAGE, SRC_URI

Closes: https://bugs.gentoo.org/852851
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 .../osgi-compendium-4.3.1-r3.ebuild| 38 ++
 1 file changed, 38 insertions(+)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild 
b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
new file mode 100644
index ..9f45cf7b18ff
--- /dev/null
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="OSGi Service Platform Compendium API (Companion Code)"
+HOMEPAGE="https://docs.osgi.org;
+#  SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar;
+SRC_URI="https://docs.osgi.org/download/r4v43/osgi.cmpn-${PV}.jar;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+CP_DEPEND="
+   dev-java/glassfish-persistence:0
+   dev-java/osgi-core-api:0
+   dev-java/osgi-foundation:0
+   dev-java/tomcat-servlet-api:4.0"
+
+DEPEND="${CP_DEPEND}
+   >=virtual/jdk-1.8:*"
+
+RDEPEND="${CP_DEPEND}
+   >=virtual/jre-1.8:*"
+
+BDEPEND="app-arch/unzip"
+
+JAVA_SRC_DIR="OSGI-OPT/src"
+
+src_prepare() {
+   default
+   rm -r org || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/

2022-06-18 Thread Viorel Munteanu
commit: 5bffa7759cd626ea17f61d2bf9096f3e091d8670
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Jun 19 05:51:34 2022 +
Commit: Viorel Munteanu  gmail  com>
CommitDate: Sun Jun 19 05:51:34 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bffa775

app-misc/fastfetch: drop 1.5.3

Signed-off-by: Viorel Munteanu  gmail.com>

 app-misc/fastfetch/Manifest   |  1 -
 app-misc/fastfetch/fastfetch-1.5.3.ebuild | 75 ---
 2 files changed, 76 deletions(-)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 47ab99f88..afb080563 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1,2 +1 @@
-DIST fastfetch-1.5.3.tar.gz 345268 BLAKE2B 
98c385d345bc2947f0301175269c72b61c6858f553b581705be1d81479355b6140a5cf2fb0dacd988ed7726d5079d5d26f7438223acddf22c9b2a4a1b39bdf09
 SHA512 
4f3656189f90141c3b9c26f75afee1ae9aa658058d54f00d8cb1a2a33baa17578d3847dfdcf1732fb35abd3391911954651f5af13049bb63a8940b65b007ca28
 DIST fastfetch-1.5.4.tar.gz 345879 BLAKE2B 
fac422642e6d2af4658d8f7c23c83b3c15a485eda8705626eda9eba024a4714b814e654f688015932cef3b80332c9e6ea5308d371848719786daca4e73ae059e
 SHA512 
20a305235018ddb1af911246222c7f625311abaf95aa3feed6d7dc06e98b974453f80c34933e286709c721a48238d06b532f2770e72cb3f4018ad54de399a084

diff --git a/app-misc/fastfetch/fastfetch-1.5.3.ebuild 
b/app-misc/fastfetch/fastfetch-1.5.3.ebuild
deleted file mode 100644
index 5a9974833..0
--- a/app-misc/fastfetch/fastfetch-1.5.3.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Like neofetch but faster"
-HOMEPAGE="https://github.com/LinusDierheimer/fastfetch;
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/LinusDierheimer/fastfetch.git;
-else
-   
SRC_URI="https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan 
wayland xcb xfce xrandr"
-
-# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
-RDEPEND="
-   sys-libs/zlib
-   X? ( x11-libs/libX11 )
-   chafa? ( media-gfx/chafa )
-   dbus? ( sys-apps/dbus )
-   gnome? (
-   dev-libs/glib
-   gnome-base/dconf
-   )
-   imagemagick? ( media-gfx/imagemagick:= )
-   opencl? ( virtual/opencl )
-   opengl? ( media-libs/libglvnd[X] )
-   osmesa? ( media-libs/mesa[osmesa] )
-   pci? ( sys-apps/pciutils )
-   sqlite? ( dev-db/sqlite:3 )
-   vulkan? ( media-libs/vulkan-loader )
-   wayland? ( dev-libs/wayland )
-   xcb? ( x11-libs/libxcb )
-   xfce? ( xfce-base/xfconf )
-   xrandr? ( x11-libs/libXrandr )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-REQUIRED_USE="xrandr? ( X )"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_RPM=no
-   -DENABLE_LIBPCI=$(usex pci)
-   -DENABLE_VULKAN=$(usex vulkan)
-   -DENABLE_WAYLAND=$(usex wayland)
-   -DENABLE_XCB_RANDR=$(usex xcb)
-   -DENABLE_XCB=$(usex xcb)
-   -DENABLE_XRANDR=$(usex xrandr)
-   -DENABLE_X11=$(usex X)
-   -DENABLE_GIO=$(usex gnome)
-   -DENABLE_DCONF=$(usex gnome)
-   -DENABLE_XFCONF=$(usex xfce)
-   -DENABLE_IMAGEMAGICK7=$(use imagemagick && has_version 
'>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
-   -DENABLE_IMAGEMAGICK6=$(use imagemagick && has_version 
'

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/fastfetch/

2022-06-18 Thread Viorel Munteanu
commit: 4f1ac2fa4d90686b213355464566738e5928e998
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Jun 19 05:51:04 2022 +
Commit: Viorel Munteanu  gmail  com>
CommitDate: Sun Jun 19 05:51:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f1ac2fa

app-misc/fastfetch: add 1.5.4

Signed-off-by: Viorel Munteanu  gmail.com>

 app-misc/fastfetch/Manifest   |  1 +
 app-misc/fastfetch/fastfetch-1.5.4.ebuild | 75 +++
 2 files changed, 76 insertions(+)

diff --git a/app-misc/fastfetch/Manifest b/app-misc/fastfetch/Manifest
index 20d9eb09e..47ab99f88 100644
--- a/app-misc/fastfetch/Manifest
+++ b/app-misc/fastfetch/Manifest
@@ -1 +1,2 @@
 DIST fastfetch-1.5.3.tar.gz 345268 BLAKE2B 
98c385d345bc2947f0301175269c72b61c6858f553b581705be1d81479355b6140a5cf2fb0dacd988ed7726d5079d5d26f7438223acddf22c9b2a4a1b39bdf09
 SHA512 
4f3656189f90141c3b9c26f75afee1ae9aa658058d54f00d8cb1a2a33baa17578d3847dfdcf1732fb35abd3391911954651f5af13049bb63a8940b65b007ca28
+DIST fastfetch-1.5.4.tar.gz 345879 BLAKE2B 
fac422642e6d2af4658d8f7c23c83b3c15a485eda8705626eda9eba024a4714b814e654f688015932cef3b80332c9e6ea5308d371848719786daca4e73ae059e
 SHA512 
20a305235018ddb1af911246222c7f625311abaf95aa3feed6d7dc06e98b974453f80c34933e286709c721a48238d06b532f2770e72cb3f4018ad54de399a084

diff --git a/app-misc/fastfetch/fastfetch-1.5.4.ebuild 
b/app-misc/fastfetch/fastfetch-1.5.4.ebuild
new file mode 100644
index 0..5a9974833
--- /dev/null
+++ b/app-misc/fastfetch/fastfetch-1.5.4.ebuild
@@ -0,0 +1,75 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Like neofetch but faster"
+HOMEPAGE="https://github.com/LinusDierheimer/fastfetch;
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/LinusDierheimer/fastfetch.git;
+else
+   
SRC_URI="https://github.com/LinusDierheimer/fastfetch/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="X chafa dbus gnome imagemagick opencl opengl osmesa pci sqlite vulkan 
wayland xcb xfce xrandr"
+
+# note - qa-vdb will always report errors because fastfetch loads the libs 
dynamically
+RDEPEND="
+   sys-libs/zlib
+   X? ( x11-libs/libX11 )
+   chafa? ( media-gfx/chafa )
+   dbus? ( sys-apps/dbus )
+   gnome? (
+   dev-libs/glib
+   gnome-base/dconf
+   )
+   imagemagick? ( media-gfx/imagemagick:= )
+   opencl? ( virtual/opencl )
+   opengl? ( media-libs/libglvnd[X] )
+   osmesa? ( media-libs/mesa[osmesa] )
+   pci? ( sys-apps/pciutils )
+   sqlite? ( dev-db/sqlite:3 )
+   vulkan? ( media-libs/vulkan-loader )
+   wayland? ( dev-libs/wayland )
+   xcb? ( x11-libs/libxcb )
+   xfce? ( xfce-base/xfconf )
+   xrandr? ( x11-libs/libXrandr )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+REQUIRED_USE="xrandr? ( X )"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_RPM=no
+   -DENABLE_LIBPCI=$(usex pci)
+   -DENABLE_VULKAN=$(usex vulkan)
+   -DENABLE_WAYLAND=$(usex wayland)
+   -DENABLE_XCB_RANDR=$(usex xcb)
+   -DENABLE_XCB=$(usex xcb)
+   -DENABLE_XRANDR=$(usex xrandr)
+   -DENABLE_X11=$(usex X)
+   -DENABLE_GIO=$(usex gnome)
+   -DENABLE_DCONF=$(usex gnome)
+   -DENABLE_XFCONF=$(usex xfce)
+   -DENABLE_IMAGEMAGICK7=$(use imagemagick && has_version 
'>=media-gfx/imagemagick-7.0.0' && echo yes || echo no)
+   -DENABLE_IMAGEMAGICK6=$(use imagemagick && has_version 
'

[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtprintsupport/

2022-06-18 Thread Sam James
commit: 019fa78ebc505fcf38c7e40a7384113c1cb2300e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:30:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:30:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019fa78e

dev-qt/qtprintsupport: Stabilize 5.15.4-r1 x86, #851900

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

 dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild 
b/dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild
index 6e2f95a9c228..4c54c551f429 100644
--- a/dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild
+++ b/dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild
@@ -11,7 +11,7 @@ inherit qt5-build
 DESCRIPTION="Printing support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="cups gles2-only"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist-tools/

2022-06-18 Thread Sam James
commit: 90d7959a41a3aae80faedbdf86c5ffeab3f88826
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:30:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:30:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d7959a

dev-qt/linguist-tools: Stabilize 5.15.4-r1 x86, #851900

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

 dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild 
b/dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild
index e3f98149a016..6cc75baaa54c 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Tools for working with Qt translation data files"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="qml"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/

2022-06-18 Thread Sam James
commit: 8c7807383477247b484873e895e74c67ada6a62c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:30:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:30:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c780738

dev-qt/qtimageformats: Stabilize 5.15.4-r1 x86, #851900

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

 dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild
index 068682cf57b7..4686d285261b 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Additional format plugins for the Qt image I/O system"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="mng"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qttest/

2022-06-18 Thread Sam James
commit: bbd984f7ef43caef4d5d8ea57c5a8f14e2877f0f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:30:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:30:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd984f7

dev-qt/qttest: Stabilize 5.15.4-r1 x86, #851900

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

 dev-qt/qttest/qttest-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qttest/qttest-5.15.4-r1.ebuild 
b/dev-qt/qttest/qttest-5.15.4-r1.ebuild
index eeda6ed7f145..82a25841c074 100644
--- a/dev-qt/qttest/qttest-5.15.4-r1.ebuild
+++ b/dev-qt/qttest/qttest-5.15.4-r1.ebuild
@@ -11,7 +11,7 @@ inherit qt5-build
 DESCRIPTION="Unit testing library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwidgets/

2022-06-18 Thread Sam James
commit: 10143f98eb6ca7a127424e86300a50bc98952440
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:30:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:30:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10143f98

dev-qt/qtwidgets: Stabilize 5.15.4-r2 x86, #851900

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

 dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild
index 28255e49124a..70be252f6a9b 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Set of components for creating classic desktop-style UIs for the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 # keep IUSE defaults in sync with qtgui



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/

2022-06-18 Thread Sam James
commit: 82b4dff9e6da36ce125905787ac91b12e1b6ec7b
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:30:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:30:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b4dff9

dev-qt/qtgui: Stabilize 5.15.4-r2 x86, #851900

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

 dev-qt/qtgui/qtgui-5.15.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild 
b/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild
index 38170751ecb6..240fede83d01 100644
--- a/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild
+++ b/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="The GUI module and platform plugins for the Qt5 
framework"
 SLOT=5/${QT5_PV} # bug 707658
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="accessibility dbus egl eglfs evdev +gif gles2-only ibus jpeg



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/

2022-06-18 Thread Sam James
commit: ed16eff7ca77791b52874eac9540b98931ed14a4
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:30:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:30:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed16eff7

dev-qt/qtdeclarative: Stabilize 5.15.4-r1 x86, #851900

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

 dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild
index 18700060abc4..fb56b7102c4a 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild
@@ -10,7 +10,7 @@ inherit python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="gles2-only +jit localstorage vulkan +widgets"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/

2022-06-18 Thread Sam James
commit: a60e3b516365fa808ee9d7821f1c2fcea423c432
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:30:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:30:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60e3b51

dev-qt/qtcore: Stabilize 5.15.4-r3 x86, #851900

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

 dev-qt/qtcore/qtcore-5.15.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.15.4-r3.ebuild 
b/dev-qt/qtcore/qtcore-5.15.4-r3.ebuild
index 0b579a9a6c97..3755c174dadf 100644
--- a/dev-qt/qtcore/qtcore-5.15.4-r3.ebuild
+++ b/dev-qt/qtcore/qtcore-5.15.4-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Cross-platform application development framework"
 SLOT=5/${QT5_PV}
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
 fi
 
 IUSE="icu old-kernel systemd"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/

2022-06-18 Thread Sam James
commit: 16e9bde8531275a0ec227e45e94a5c18393156f8
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:29:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:29:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e9bde8

dev-qt/qtimageformats: Stabilize 5.15.4-r1 amd64, #851900

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

 dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild 
b/dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild
index c6cee7fd360c..068682cf57b7 100644
--- a/dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild
+++ b/dev-qt/qtimageformats/qtimageformats-5.15.4-r1.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Additional format plugins for the Qt image I/O system"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="mng"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist-tools/

2022-06-18 Thread Sam James
commit: 50c23d7d243a3d327aff19006d6b63fd222bec4a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:29:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:29:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50c23d7d

dev-qt/linguist-tools: Stabilize 5.15.4-r1 amd64, #851900

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

 dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild 
b/dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild
index dbbb3b873604..e3f98149a016 100644
--- a/dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild
+++ b/dev-qt/linguist-tools/linguist-tools-5.15.4-r1.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Tools for working with Qt translation data files"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="qml"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtprintsupport/

2022-06-18 Thread Sam James
commit: f65646e078997076e5b07977be540450e7085fb5
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:29:32 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:29:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65646e0

dev-qt/qtprintsupport: Stabilize 5.15.4-r1 amd64, #851900

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

 dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild 
b/dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild
index 18f0e96ab60b..6e2f95a9c228 100644
--- a/dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild
+++ b/dev-qt/qtprintsupport/qtprintsupport-5.15.4-r1.ebuild
@@ -11,7 +11,7 @@ inherit qt5-build
 DESCRIPTION="Printing support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="cups gles2-only"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qttest/

2022-06-18 Thread Sam James
commit: 1c44ac7d201f47188f12ae53cd85bf4a2e7730e0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:29:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:29:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c44ac7d

dev-qt/qttest: Stabilize 5.15.4-r1 amd64, #851900

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

 dev-qt/qttest/qttest-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qttest/qttest-5.15.4-r1.ebuild 
b/dev-qt/qttest/qttest-5.15.4-r1.ebuild
index 85d2a8b3a32c..eeda6ed7f145 100644
--- a/dev-qt/qttest/qttest-5.15.4-r1.ebuild
+++ b/dev-qt/qttest/qttest-5.15.4-r1.ebuild
@@ -11,7 +11,7 @@ inherit qt5-build
 DESCRIPTION="Unit testing library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/

2022-06-18 Thread Sam James
commit: dff2e5788f84cc1f95a0c0a9af1f885c03a31647
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:29:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:29:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff2e578

dev-qt/qtcore: Stabilize 5.15.4-r3 amd64, #851900

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

 dev-qt/qtcore/qtcore-5.15.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.15.4-r3.ebuild 
b/dev-qt/qtcore/qtcore-5.15.4-r3.ebuild
index 304b7edf21bc..0b579a9a6c97 100644
--- a/dev-qt/qtcore/qtcore-5.15.4-r3.ebuild
+++ b/dev-qt/qtcore/qtcore-5.15.4-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Cross-platform application development framework"
 SLOT=5/${QT5_PV}
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="icu old-kernel systemd"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwidgets/

2022-06-18 Thread Sam James
commit: 6d89b5eb0e30b02e85c5789cd123198099738800
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:29:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:29:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d89b5eb

dev-qt/qtwidgets: Stabilize 5.15.4-r2 amd64, #851900

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

 dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild 
b/dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild
index 669f51cfafd4..28255e49124a 100644
--- a/dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild
+++ b/dev-qt/qtwidgets/qtwidgets-5.15.4-r2.ebuild
@@ -10,7 +10,7 @@ inherit qt5-build
 DESCRIPTION="Set of components for creating classic desktop-style UIs for the 
Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 # keep IUSE defaults in sync with qtgui



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtgui/

2022-06-18 Thread Sam James
commit: edb455200b8aef719fd70711af33b5f5ff80716d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:29:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:29:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb45520

dev-qt/qtgui: Stabilize 5.15.4-r2 amd64, #851900

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

 dev-qt/qtgui/qtgui-5.15.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild 
b/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild
index 908618e2095a..38170751ecb6 100644
--- a/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild
+++ b/dev-qt/qtgui/qtgui-5.15.4-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="The GUI module and platform plugins for the Qt5 
framework"
 SLOT=5/${QT5_PV} # bug 707658
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="accessibility dbus egl eglfs evdev +gif gles2-only ibus jpeg



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/

2022-06-18 Thread Sam James
commit: 3026734a95ec83d2bbf9e535953a035a61a9481c
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:29:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:29:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3026734a

dev-qt/qtdeclarative: Stabilize 5.15.4-r1 amd64, #851900

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

 dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild 
b/dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild
index 397f1908cd3f..18700060abc4 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.4-r1.ebuild
@@ -10,7 +10,7 @@ inherit python-any-r1 qt5-build
 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 IUSE="gles2-only +jit localstorage vulkan +widgets"



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

2022-06-18 Thread Sam James
commit: eff3c892ab64e8fd0d85b07c9b9b358645c6d319
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:28:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:28:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff3c892

profiles: last-rite sys-apps/firejail-lts

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

 profiles/package.mask | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 45cc5ae1bad4..396fe2a7d44e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2022-06-19)
+# Unsupported by upstream, no updates in a long time,
+# vulnerable to issues fixed in the main firejail package.
+# bug #834601.
+# Please migrate to sys-apps/firejail. Removal on 2022-07-19.
+sys-apps/firejail-lts
+
 # Hans de Graaff  (2022-06-19)
 # ruby26-only, fails tests, no longer maintained upstream,
 # no reverse dependencies. Removal in 30 days.



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

2022-06-18 Thread Sam James
commit: 88600593623a853dd43c080c7a2a762a69f685c0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:25:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:26:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88600593

package.mask: drop errant )

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 34b9f7a77baf..45cc5ae1bad4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -63,7 +63,6 @@ dev-ruby/packetfu
 dev-java/netty-transport
 dev-java/netty-buffer
 dev-java/netty-common
-)
 
 # John Helmert III  (2022-06-19)
 # Untouched by maintainer since Git transition. No reverse dependencies,



[gentoo-commits] repo/gentoo:master commit in: virtual/jre/

2022-06-18 Thread Sam James
commit: a193f31f619040d0dc0a65ff0808589ef4c8abe2
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:24:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:24:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a193f31f

virtual/jre: Stabilize 17 ALLARCHES, #845225

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

 virtual/jre/jre-17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jre/jre-17.ebuild b/virtual/jre/jre-17.ebuild
index af9109336e79..f42ded3a228c 100644
--- a/virtual/jre/jre-17.ebuild
+++ b/virtual/jre/jre-17.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for Java Runtime Environment (JRE)"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 RDEPEND="|| (
virtual/jdk:${SLOT}



[gentoo-commits] repo/gentoo:master commit in: virtual/jdk/

2022-06-18 Thread Sam James
commit: c3cdcd93e649edae1ccd7f19db9f07ac7d3ff5bf
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 05:24:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:24:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cdcd93

virtual/jdk: Stabilize 17 ALLARCHES, #845225

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

 virtual/jdk/jdk-17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/jdk/jdk-17.ebuild b/virtual/jdk/jdk-17.ebuild
index 3d55a5852c97..4c3f45fc8d30 100644
--- a/virtual/jdk/jdk-17.ebuild
+++ b/virtual/jdk/jdk-17.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DESCRIPTION="Virtual for Java Development Kit (JDK)"
 SLOT="${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 IUSE="headless-awt"
 
 RDEPEND="|| (



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

2022-06-18 Thread Hans de Graaff
commit: c9ca8ba10cc5b0c8d4d0cb47dcf9752a4da0724d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jun 19 05:20:51 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jun 19 05:23:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ca8ba1

profiles/package.mask: mask ruby26-only ruby packages

Signed-off-by: Hans de Graaff  gentoo.org>

 profiles/package.mask | 28 +++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index daea846fd33d..34b9f7a77baf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,18 +33,44 @@
 
 #--- END OF EXAMPLES ---
 
+# Hans de Graaff  (2022-06-19)
+# ruby26-only, fails tests, no longer maintained upstream,
+# no reverse dependencies. Removal in 30 days.
+dev-ruby/best_in_place
+
+# Hans de Graaff  (2022-06-19)
+# ruby26-only, no tests, no reverse dependencies
+# Removal in 30 days.
+dev-ruby/cinch
+
+# Hans de Graaff  (2022-06-19)
+# ruby26-only, fails tests, last upstream release in 2020,
+# no reverse dependencies. Removal in 30 days.
+dev-ruby/dotenv
+
+# Hans de Graaff  (2022-06-19)
+# ruby26-only, no longer maintained upstream,
+# no reverse dependencies. Removal in 30 days.
+dev-ruby/origin
+
+# Hans de Graaff  (2022-06-19)
+# ruby26-only, fails tests, no longer maintained upstream,
+# no reverse dependencies. Removal in 30 days.
+dev-ruby/packetfu
+
 # Volkmar W. Pogatzki  (2022-06-19)
 # Unused java libraries. Removal on 2022-07-19
 dev-java/netty-transport
 dev-java/netty-buffer
 dev-java/netty-common
+)
 
 # John Helmert III  (2022-06-19)
 # Untouched by maintainer since Git transition. No reverse dependencies,
 # unused by upstream, vulnerable. Removal in 30 days. Bug #678705
 dev-libs/libvterm-neovim
 
-# Hans de Graaff  (2020-06-18)
+# Hans de Graaff  (2022-06-18)
 # Obsolete ruby26-only slots. Please use a newer slot instead.
 # Masked for removal in 30 days.
 dev-ruby/autoprefixer-rails:9



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

2022-06-18 Thread Sam James
commit: 1c0ab3205e5585315ce442475624dc75437462af
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Jun 15 19:15:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:22:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0ab320

profiles/package.mask: last-rite dev-java/netty-*

Bug: https://bugs.gentoo.org/831191
Bug: https://bugs.gentoo.org/849488
Bug: https://bugs.gentoo.org/827221
Bug: https://bugs.gentoo.org/827919
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25941
Signed-off-by: Sam James  gentoo.org>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index f52e8e8e5610..daea846fd33d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Volkmar W. Pogatzki  (2022-06-19)
+# Unused java libraries. Removal on 2022-07-19
+dev-java/netty-transport
+dev-java/netty-buffer
+dev-java/netty-common
+
 # John Helmert III  (2022-06-19)
 # Untouched by maintainer since Git transition. No reverse dependencies,
 # unused by upstream, vulnerable. Removal in 30 days. Bug #678705



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

2022-06-18 Thread Sam James
commit: a2477228b3ec1577bff0fe24070e20ca3731677a
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Jun 13 07:32:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:17:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2477228

dev-java/openjdk: remove gentoo-vm warning

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 dev-java/openjdk/openjdk-17.0.3_p7.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/dev-java/openjdk/openjdk-17.0.3_p7.ebuild 
b/dev-java/openjdk/openjdk-17.0.3_p7.ebuild
index a4b8f09c61e6..d7196756904f 100644
--- a/dev-java/openjdk/openjdk-17.0.3_p7.ebuild
+++ b/dev-java/openjdk/openjdk-17.0.3_p7.ebuild
@@ -304,16 +304,4 @@ src_install() {
 
 pkg_postinst() {
java-vm-2_pkg_postinst
-
-   if use gentoo-vm ; then
-   ewarn "WARNING! You have enabled the gentoo-vm USE flag, making 
this JDK"
-   ewarn "recognised by the system. This will almost certainly 
break"
-   ewarn "many java ebuilds as they are not ready for 
openjdk-${SLOT}"
-   else
-   ewarn "The experimental gentoo-vm USE flag has not been enabled 
so this JDK"
-   ewarn "will not be recognised by the system. For example, 
simply calling"
-   ewarn "\"java\" will launch a different JVM. This is necessary 
until Gentoo"
-   ewarn "fully supports Java ${SLOT}. This JDK must therefore be 
invoked using its"
-   ewarn "absolute location under 
${EPREFIX}/usr/$(get_libdir)/${PN}-${SLOT}."
-   fi
 }



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

2022-06-18 Thread Sam James
commit: 29df02f5bddd496ee9678445e2f6b025795bf0ae
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jun 12 13:27:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:17:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29df02f5

profiles/base: unmask USE=gentoo-vm on dev-java/openjdk{,-bin}:17

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Sam James  gentoo.org>

 profiles/base/package.use.stable.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/base/package.use.stable.mask 
b/profiles/base/package.use.stable.mask
index bfd4def93406..7cce9c386fa6 100644
--- a/profiles/base/package.use.stable.mask
+++ b/profiles/base/package.use.stable.mask
@@ -4,11 +4,6 @@
 # This file requires eapi 5 or later. New entries go on top.
 # Please use the same syntax as in package.use.mask
 
-# Volkmar W. Pogatzki  (2022-05-08)
-# gentoo-vm useflag is not stable yet
-dev-java/openjdk-bin:17 gentoo-vm
-dev-java/openjdk:17 gentoo-vm
-
 # Matt Turner  (2022-05-11)
 # app-text/pandoc is not stable
 app-text/nuspell doc



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

2022-06-18 Thread Sam James
commit: ca976ee5fe3a5b442d34d0129ebc51a018ed8e5b
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon Jun 13 07:35:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 05:17:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca976ee5

dev-java/openjdk-bin: remove gentoo-vm warning

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25863
Signed-off-by: Sam James  gentoo.org>

 dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild | 12 
 1 file changed, 12 deletions(-)

diff --git a/dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild 
b/dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild
index f5637ac0f050..1ad02aaacb18 100644
--- a/dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild
+++ b/dev-java/openjdk-bin/openjdk-bin-17.0.3_p7.ebuild
@@ -133,16 +133,4 @@ src_install() {
 
 pkg_postinst() {
java-vm-2_pkg_postinst
-
-   if use gentoo-vm ; then
-   ewarn "WARNING! You have enabled the gentoo-vm USE flag, making 
this JDK"
-   ewarn "recognised by the system. This will almost certainly 
break"
-   ewarn "many java ebuilds as they are not ready for 
openjdk-${SLOT}"
-   else
-   ewarn "The experimental gentoo-vm USE flag has not been enabled 
so this JDK"
-   ewarn "will not be recognised by the system. For example, 
simply calling"
-   ewarn "\"java\" will launch a different JVM. This is necessary 
until Gentoo"
-   ewarn "fully supports Java ${SLOT}. This JDK must therefore be 
invoked using its"
-   ewarn "absolute location under ${EPREFIX}/opt/${P}."
-   fi
 }



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

2022-06-18 Thread Michał Górny
commit: 2aaac9cde89387fc7c234ded9577063ffb8f2e11
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 19 05:05:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 19 05:05:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aaac9cd

dev-python/s3transfer: Remove old

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

 dev-python/s3transfer/Manifest|  1 -
 dev-python/s3transfer/s3transfer-0.5.2.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-python/s3transfer/Manifest b/dev-python/s3transfer/Manifest
index cd7a4cd0693c..8bc4ac69246e 100644
--- a/dev-python/s3transfer/Manifest
+++ b/dev-python/s3transfer/Manifest
@@ -1,2 +1 @@
-DIST s3transfer-0.5.2.tar.gz 134873 BLAKE2B 
55adab89ca04a9ed1f0195237cab55f97769a8f865e645437df6d95effcf1a27a734f1577daa981261123b681044b540ebbb876e1a8a3b4cf1cf4e5018f2c213
 SHA512 
6b035ff5b33ba5c048f6921f72684802a9b12516c70c75bd153e481e62a768015f45f569aa88071f887839fd2e004b5f9202813926ca33d58c30793218d14083
 DIST s3transfer-0.6.0.tar.gz 134871 BLAKE2B 
7ab84f22dc20751dd461857f93d7f1aad1490432ed25e7506c5abe61f79d1f3cafd8ddb190a0942a2c5a9947c5068fcf397dce34f255a246381f4cf1f0d09e7a
 SHA512 
0c1c3306015cab4a4436b1d2fec6708e17f4c5111f8a265fbfe134defebda33a43bd985e559be993b6175af9eee142e9f27da123f8d14f77cfc59e48ca1b905f

diff --git a/dev-python/s3transfer/s3transfer-0.5.2.ebuild 
b/dev-python/s3transfer/s3transfer-0.5.2.ebuild
deleted file mode 100644
index abfa397eeb38..
--- a/dev-python/s3transfer/s3transfer-0.5.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="An Amazon S3 Transfer Manager"
-HOMEPAGE="
-   https://github.com/boto/s3transfer/
-   https://pypi.org/project/s3transfer/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/botocore-1.24.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # do not rely on bundled deps in botocore (sic!)
-   find -name '*.py' -exec sed -i \
-   -e 's:from botocore[.]vendored import:import:' \
-   -e 's:from botocore[.]vendored[.]:from :' \
-   {} + || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   epytest tests/{unit,functional}
-}



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

2022-06-18 Thread Michał Górny
commit: 8fe6f26edd073974fa3d33d43abe80421d94b9ca
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 19 05:05:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 19 05:05:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fe6f26e

dev-python/PyPDF2: Remove old

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

 dev-python/PyPDF2/Manifest  |  8 -
 dev-python/PyPDF2/PyPDF2-1.27.12.ebuild | 51 --
 dev-python/PyPDF2/PyPDF2-1.28.1.ebuild  | 51 --
 dev-python/PyPDF2/PyPDF2-1.28.2.ebuild  | 51 --
 dev-python/PyPDF2/PyPDF2-1.28.3.ebuild  | 51 --
 dev-python/PyPDF2/PyPDF2-1.28.4.ebuild  | 51 --
 dev-python/PyPDF2/PyPDF2-2.1.1.ebuild   | 56 -
 dev-python/PyPDF2/PyPDF2-2.2.0.ebuild   | 56 -
 8 files changed, 375 deletions(-)

diff --git a/dev-python/PyPDF2/Manifest b/dev-python/PyPDF2/Manifest
index 3928c47715ec..a6212aeff2fb 100644
--- a/dev-python/PyPDF2/Manifest
+++ b/dev-python/PyPDF2/Manifest
@@ -1,13 +1,5 @@
-DIST PyPDF2-1.27.12.gh.tar.gz 3430850 BLAKE2B 
a0cb344f616d628b7c39dc360234057ce68595ffa554a8588990ef0a1239ade2db6415caefb84bc058d89067ed04ba66ba149f6f106bbf9a55a13f523dd826fc
 SHA512 
ee00c975881b7e6716656b1cecb83c3e1f7bffa4ed9fb0d8c8be45c7d951b2b79f0be4f9098569bad783703fbc00f0797e73b970b02adad1ed3a4cf3b6ab7b73
-DIST PyPDF2-1.28.1.gh.tar.gz 4260569 BLAKE2B 
69b925a463c262ab207dd768160ea9083b14eed6a25a234d09e472ce812039aeb899674a0216b20ead3a4814cc3ec83ee320c99b84d109d8a320b925b7654ffa
 SHA512 
22dec520e256420b618d5611f44f52752ad3c7ccee325991f4817e88ba69d01bf705708877a0df450297c3231725f72e03c4d8b33ced29fd7445c0ac2701dc2b
-DIST PyPDF2-1.28.2.gh.tar.gz 4260541 BLAKE2B 
16cf7358dbd201e54853022b341fa7501b691d258380ac02464ae410d045a454785e03507b48f05b2ed92dc7a437cdc7703ba2417ca0c6d3c43846d3daaa00fa
 SHA512 
3f69e983fcd83485cb76a957ee5ae436468bb9d04db821271cbb1f37c1f796ea974dd8dd425e0b4f9867e19fe14861355f9f5f8349a52ef8f7f829832f0694ca
-DIST PyPDF2-1.28.3.gh.tar.gz 4261567 BLAKE2B 
8f76d23d1c30c42e78585b6ced44726c9c6a701f52b08a7130e3923e63a058f69525442d06e85db4de4345b6c4a14ce97d5e7fbec4431b01d5ca86ba759482c4
 SHA512 
0a7b54759b0ce6a5383364ea1014e8c3bf80c180ab533b905dc676df8d0307ad6ae46007033b8c23f2c7986d45086d98485631f867d562e70cc09c52862142d9
-DIST PyPDF2-1.28.4.gh.tar.gz 4397029 BLAKE2B 
2db9aacc55d06e961708ee455562e28f59bbc3fd973547feb1e596df52872fa2fb7a424e2159e7c0c2cacd3c6bdff987f72fec7db41422a0aae4aa33a60f1cb6
 SHA512 
a93406f9a0e177f0ad1d92430f212abbc7b7486b86f37b281e68595de125e0fcdfbf73fc7d66490698d8355875659633c3785e8c2725e52ef9d615441b5aa517
 DIST PyPDF2-2.0.0.gh.tar.gz 4574406 BLAKE2B 
8554fdb7ab9ea1b9990ba72fb05ed02ef8732788b896013f3410f74bad482a95dfb42215cff247d411e6e84bd1afa3437af36f203b7aa45890c4c5681853dfb9
 SHA512 
8bdd9c2cdd20758a183696d8d33a207f9be9183e63b7757e09d281f4ae4a6a61714a49c940d5bd57df8a6074ad7498f17354b5d4984b1b2ad4bd119b62d93138
 DIST PyPDF2-2.1.0.gh.tar.gz 4728411 BLAKE2B 
00949842da43136afc7ee3482dc0b61182a0bf3ee4479d8794891ecf0a7cac9ec92a94d480a2ab75d35be9f667b5c27cdf17c8e7ce76bb5355cf2c43c7fc814b
 SHA512 
d82f05fe6e7f944f045600c1fd7d451181803769b38911a2d6e0553ae7b16cbfd6838883809c71fddcdfc386f62e0a5f5aaa6d947236a3c8cdedb5fe8f338a5f
-DIST PyPDF2-2.1.1.gh.tar.gz 4729162 BLAKE2B 
ec7af774d8fd6af5985af1119e414082d99c2ba832d22093a0f1ee08606436e129139f9f3dc85633660d14c860b49dfd026e2d2b9aa9d29c70ca8a44b749404f
 SHA512 
ecc0fb1e7e0d3cd512439c26a04e81fe339e98b88ea75821c7d2797f056fb370c061f89701927dd238d8cad9f431d3f8847de47fd9f45b8e76322ffd797293d3
-DIST PyPDF2-2.2.0.gh.tar.gz 5015612 BLAKE2B 
e9fd2b193a3ea1477a92de6c7a0680e49017e6daccfe648d8479bb55b0bdbcaf7de3df032010a6010dcc779b7b651963a7cb94beff14a8bba6144849cf3fe551
 SHA512 
73a0d2faa253b53622f175ec9a9dca25bc0dd4cf94f3fe60e3cccae67faab45819212c4fcc4963b7dc530e6d06781d110c5ad5887fb3240cebfb56a9e7aaea65
 DIST PyPDF2-2.2.1.gh.tar.gz 5019240 BLAKE2B 
31412cc136bebdf0288fcdf693540e2ae8b88c08f9d837ebeb17b8f8bfae289146028890f36b7b16c6012469908d4f6855169efcebce082d4c31f634b6410162
 SHA512 
669c41f477114bc38a214e8f4893c5eb59d40dfe07e3c436b71ede09738539e3f47d8f9293cf9c3012887d296c7a634ee93bf2542910c400c4765bd30495f0f6
 DIST PyPDF2-sample-files-41b5cd4f774f8fbd8ac42d93b9962f0376352a15.gh.tar.gz 
5406287 BLAKE2B 
8ddad01235bdb55cee596d9114e5b6c3b153919bcff5203d229311243516f3595cb36dcca87cae27514a8231d72daa94782115795bff8c1c3d046236811c21e0
 SHA512 
6c38d5ee0e1c5c0ffdd78f7c2fe56dbf357a1e82d2af642a10264a6102ae8fb95cba6d2f76b26df6a33a5d84cfd5111885d39c1747cf95a5ce545f26bdb37263
-DIST PyPDF2-sample-files-41b5cd4f774f8fbd8ac42d93b9962f0376352a15.tar.gz 
5406287 BLAKE2B 
8ddad01235bdb55cee596d9114e5b6c3b153919bcff5203d229311243516f3595cb36dcca87cae27514a8231d72daa94782115795bff8c1c3d046236811c21e0
 SHA512 

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

2022-06-18 Thread Michał Górny
commit: 209997f21d87a7cc8435b33385adb3e42baed79a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 19 05:04:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 19 05:04:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209997f2

net-misc/electrum: Remove old

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

 net-misc/electrum/Manifest |  1 -
 net-misc/electrum/electrum-4.2.1-r2.ebuild | 99 --
 2 files changed, 100 deletions(-)

diff --git a/net-misc/electrum/Manifest b/net-misc/electrum/Manifest
index 656adb310ef9..df17044d014a 100644
--- a/net-misc/electrum/Manifest
+++ b/net-misc/electrum/Manifest
@@ -1,2 +1 @@
-DIST electrum-4.2.1.gh.tar.gz 5066728 BLAKE2B 
66b1ef4ec21f74f2f5c25de97a31c2ec23f907526df2ac661fdcb563e1e857ca88f4f534f2373e809ba978c66b78af72260af27944ac7aa8a92e86531827fef6
 SHA512 
b32ee5f8779bdb9bcda6a163f3f0a4cd95e91efb37418734c9f08930221ad15e54868fca0d5d0fb1dd3b1fac91b8cdea6c6ec822d98ad6b3d6ee01c841972e88
 DIST electrum-4.2.2.gh.tar.gz 5071636 BLAKE2B 
a13ae03e513736e5f24ded46a9b6ce13312a7d9243082f1d5b1948e7519f40f1fab238ec73550f72607ff2463a54a31f47c6ab8e511efddfcec362d5e427c6c1
 SHA512 
ae39ca0b548f3e4c7454096a7a05f9400a738e3b1c217ae9d41bf6156f7d642d3f1911f97829bfadbf6fdb6873538f38525363d256b363dac41d378c6b41002d

diff --git a/net-misc/electrum/electrum-4.2.1-r2.ebuild 
b/net-misc/electrum/electrum-4.2.1-r2.ebuild
deleted file mode 100644
index 3741fcfc777b..
--- a/net-misc/electrum/electrum-4.2.1-r2.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="ncurses?"
-
-inherit desktop distutils-r1 xdg-utils
-
-DESCRIPTION="User friendly Bitcoin client"
-HOMEPAGE="https://electrum.org/;
-SRC_URI="
-   https://github.com/spesmilo/electrum/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cli ncurses qrcode +qt5"
-REQUIRED_USE="|| ( cli ncurses qt5 )"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libsecp256k1
-   >=dev-python/aiohttp-socks-0.3[${PYTHON_USEDEP}]
-   =dev-python/aiorpcX-0.22*[${PYTHON_USEDEP}]
-   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-   dev-python/bitstring[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/dnspython-2[${PYTHON_USEDEP}]
-   dev-python/pbkdf2[${PYTHON_USEDEP}]
-   dev-python/PySocks[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/protobuf-python-3.12[${PYTHON_USEDEP}]
-   qrcode? ( media-gfx/zbar[v4l] )
-   qt5? (
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   ncurses? ( $(python_gen_impl_dep 'ncurses') )
-"
-BDEPEND="
-   test? (
-   dev-python/pyaes[${PYTHON_USEDEP}]
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   eapply "${FILESDIR}/3.1.2-no-user-root.patch"
-
-   # Prevent data files from being installed in the wrong location
-   sed -i -e '/icons_dirname/d' -e '/applications/d' setup.py || die
-
-   # use backwards-compatible cryptodome API
-   sed -i -e 's:Cryptodome:Crypto:' electrum/crypto.py || die
-
-   # make qdarkstyle dep optional
-   sed -i -e '/qdarkstyle/d' contrib/requirements/requirements.txt || die
-
-   local bestgui
-   if use qt5; then
-   bestgui=qt
-   elif use ncurses; then
-   bestgui=text
-   else
-   bestgui=stdio
-   fi
-   sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = 
.*\)$/\1\2\n\1config_options.setdefault("gui", "'"${bestgui}"'")\n/' 
${PN}/${PN} || die
-
-   eapply_user
-
-   xdg_environment_reset
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   doicon -s 128 electrum/gui/icons/${PN}.png
-   domenu electrum.desktop
-   dodoc RELEASE-NOTES
-   distutils-r1_src_install
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}



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

2022-06-18 Thread Michał Górny
commit: 65a73920fc28fc80abe48bc01a93394219603aef
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 18 19:21:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 19 05:02:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a73920

dev-python/pikepdf: Remove old

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

 dev-python/pikepdf/Manifest |  1 -
 dev-python/pikepdf/pikepdf-5.1.2.ebuild | 60 -
 2 files changed, 61 deletions(-)

diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index 26b41d1ed22d..28cc1462cb4a 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,4 +1,3 @@
-DIST pikepdf-5.1.2.tar.gz 2355023 BLAKE2B 
1186174a8375b63035157a65a23d62d2e52447719de8b0182a4d6892334eea52f140ce113415941e9f096716b5bc71d9c4967658428d87bd45a14e0a43b70caf
 SHA512 
1b18c3ddb3826a1a74e82cf341a4ebeb5c98b587e148dbc6b479768cad14860700b39ebbcb421459f720bea63a4aa9ee4987f1c2cb944620e56c71193741a5ec
 DIST pikepdf-5.1.3.tar.gz 2356111 BLAKE2B 
5a9ec1d06f91be44b4eacc68d7d9449a2bb74b59214ce3d1b10d3cdf81533d38450a2150834d0008cf81475e07e4de241ea16e438450dff6dadd5c15da533223
 SHA512 
d38a6203b9a4150e4daf4980517b72b0e8e797c57bd82009d6f95a1275c0e6f767e415e14fe6d1614bd51edaf660febafd0f0b85cc46482125aeced8f6912285
 DIST pikepdf-5.1.4.gh.tar.gz 2356865 BLAKE2B 
7ebeedd7a2bb29371325b0cd6cb89cd56843eee1847cb26f0487d0114a3268e9a15171769abc16502c48684bb1bbe59050a2c692e17857f161ccd10a4663eeb0
 SHA512 
390c8f07bb5602715a061bf26b272cc8301dbb610ea06b8e5e5560282b7256c03e87717ab62a657c662ef51f549f5d52f0133f3806ff536451664ac93add625a
 DIST pikepdf-5.1.5.gh.tar.gz 2356890 BLAKE2B 
e08f311ad2714f856eb29510e847ca2ddf2b3919cc372d4bedb59c7449be69574a32ea6cd23f51c34d56096bb8d2936f70c52a6a948d513277ff2a5d13e35725
 SHA512 
e6da0471abdd2a8133fb5789f72eb948e32eae24ee61956fb71f5e279151bc6df5d18ac9b6d73987fd9b891739892111df8c5f93c90ba8ae022dbb2821858350

diff --git a/dev-python/pikepdf/pikepdf-5.1.2.ebuild 
b/dev-python/pikepdf/pikepdf-5.1.2.ebuild
deleted file mode 100644
index ab8a2b9d246c..
--- a/dev-python/pikepdf/pikepdf-5.1.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Python library to work with pdf files based on qpdf"
-HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf;
-SRC_URI="
-   https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
-   -> ${MY_P}.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DEPEND="
-   >=app-text/qpdf-10.6.2:0=
-"
-RDEPEND="
-   ${DEPEND}
-   =dev-python/lxml-4.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20[${PYTHON_USEDEP}]
-   >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-6.4[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
-   >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
-   >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
-   >=dev-python/psutil-5[${PYTHON_USEDEP}]
-   >=dev-python/pytest-6[${PYTHON_USEDEP}]
-   >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-#distutils_enable_sphinx docs \
-#  dev-python/ipython \
-#  dev-python/matplotlib \
-#  dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/-n auto/d' pyproject.toml || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/proj/libressl:master commit in: dev-libs/openssl/

2022-06-18 Thread Quentin Retornaz
commit: 0c9100e0f52e1bd659eee310d5f5d45a079b77f1
Author: itZzenXX  itzzen  net>
AuthorDate: Fri Jun 17 18:08:18 2022 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Jun 19 04:03:01 2022 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=0c9100e0

dev-libs/openssl: stabilize amd64 and arm64

Signed-off-by: itZzenXX  itzzen.net>
Closes: https://github.com/gentoo/libressl/pull/421
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-libs/openssl/openssl-3.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/openssl/openssl-3.1.3-r1.ebuild 
b/dev-libs/openssl/openssl-3.1.3-r1.ebuild
index f9f8bfd..e795e4d 100644
--- a/dev-libs/openssl/openssl-3.1.3-r1.ebuild
+++ b/dev-libs/openssl/openssl-3.1.3-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LibreSSL;
 LICENSE="metapackage"
 
 SLOT="0/52" # .so version of libssl/libcrypto
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="+asm sslv3 static-libs test"
 REQUIRED_USE="!sslv3"
 



[gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/

2022-06-18 Thread Quentin Retornaz
commit: d29364fcbaba14f5a640ea6b86462eace25483d0
Author: orbea  riseup  net>
AuthorDate: Sat Jun 18 20:42:25 2022 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Jun 19 04:03:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=d29364fc

dev-lang/python: Merge changes from ::gentoo

Signed-off-by: orbea  riseup.net>
Closes: https://github.com/gentoo/libressl/pull/423
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-lang/python/metadata.xml | 5 -
 dev-lang/python/python-3.10.4.ebuild | 8 
 dev-lang/python/python-3.9.12.ebuild | 8 
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml
index cae26a6..54c2aa9 100644
--- a/dev-lang/python/metadata.xml
+++ b/dev-lang/python/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd;>
+https://www.gentoo.org/dtd/metadata.dtd;>
 
 
pyt...@gentoo.org
@@ -7,6 +7,9 @@
 
 
Build Bluetooth protocol support in socket 
module
+   Link readline extension against 
dev-libs/libedit instead of sys-libs/readline.
+   Optimize the build using Profile Guided Optimization 
(PGO)
+   Optimize the build using Link Time Optimization 
(LTO)
Install Windows executables required to create an 
executable installer for MS Windows.
 
 

diff --git a/dev-lang/python/python-3.10.4.ebuild 
b/dev-lang/python/python-3.10.4.ebuild
index 8288304..7b39aaa 100644
--- a/dev-lang/python/python-3.10.4.ebuild
+++ b/dev-lang/python/python-3.10.4.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="bluetooth build examples gdbm hardened libedit lto +ncurses pgo 
+readline +sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
@@ -83,6 +83,8 @@ 
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/python.org.asc
 # large file tests involve a 2.5G file being copied (duplicated)
 CHECKREQS_DISK_BUILD=5500M
 
+QA_PKGCONFIG_VERSION=${PYVER}
+
 pkg_pretend() {
use test && check-reqs_pkg_pretend
 }
@@ -146,9 +148,7 @@ src_configure() {
einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}"
fi
 
-   if [[ "$(gcc-major-version)" -ge 4 ]]; then
-   append-flags -fwrapv
-   fi
+   append-flags -fwrapv
 
filter-flags -malign-double
 

diff --git a/dev-lang/python/python-3.9.12.ebuild 
b/dev-lang/python/python-3.9.12.ebuild
index d49fc15..e45953a 100644
--- a/dev-lang/python/python-3.9.12.ebuild
+++ b/dev-lang/python/python-3.9.12.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="PSF-2"
 SLOT="${PYVER}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="bluetooth build examples gdbm hardened lto +ncurses pgo +readline 
+sqlite +ssl test tk wininst +xml"
 RESTRICT="!test? ( test )"
 
@@ -78,6 +78,8 @@ 
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/python.org.asc
 # large file tests involve a 2.5G file being copied (duplicated)
 CHECKREQS_DISK_BUILD=5500M
 
+QA_PKGCONFIG_VERSION=${PYVER}
+
 pkg_pretend() {
use test && check-reqs_pkg_pretend
 }
@@ -143,9 +145,7 @@ src_configure() {
einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}"
fi
 
-   if [[ "$(gcc-major-version)" -ge 4 ]]; then
-   append-flags -fwrapv
-   fi
+   append-flags -fwrapv
 
filter-flags -malign-double
 



[gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/

2022-06-18 Thread Quentin Retornaz
commit: c6f914eaebfc327f073fd07723f476370d78a806
Author: orbea  riseup  net>
AuthorDate: Sat Jun 18 20:41:36 2022 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Jun 19 04:03:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=c6f914ea

dev-lang/python: Remove old versions

Signed-off-by: orbea  riseup.net>
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-lang/python/Manifest |   6 -
 dev-lang/python/python-3.10.3.ebuild | 409 ---
 dev-lang/python/python-3.9.11.ebuild | 397 --
 3 files changed, 812 deletions(-)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 648e677..e419048 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,15 +1,9 @@
-DIST Python-3.10.3.tar.xz 19343528 BLAKE2B 
5234f14d3dbc1b7c43da65fbc242218c1f94601d13ca84419cd9b29eab22ab411b7cd043ebaabc2b2aa1856e5e91c3ecc42eaaf333f92b8e133844e09d515bdf
 SHA512 
5020407798ebaae6002b8de29475c1064a32f1527a0e4ec6fe7fcf076b4ea3ef0ab4b4a7864a6081cc8dd01dd545123198b11cc8dd1259c670394b7d81f35a86
-DIST Python-3.10.3.tar.xz.asc 833 BLAKE2B 
03117464582146b78748ba129a10b7481607dd9dc7cdd38ced9f20e96c8c01722852941b6b7b58f34fd42b3709fc8bd31b7ba97d89235ce61d8f0ac89106d69b
 SHA512 
ddbe55225fcdd5d36f6be4bb802ea8fb9c5e8cf1b573b76501cc0999bcbfb2355f5bf7bbe10bf7cb209e54f37ed0789b4b936920b208b2afc18597bab33f2f51
 DIST Python-3.10.4.tar.xz 19342692 BLAKE2B 
c430ad9bed71729fda29433af0614b6c0110a85e23f4cb5cff3a9b501febe99b20094367a5428f256fb3aeef97f34d439ef677fc8ae4d596d52da7976b65ebb5
 SHA512 
6c9aeecddc55c7896b2e8527fca131c7b2b6127d56ce1a001ccedfebf590334e0c0bb7c517ed3cf1da3c1910e002552b56aa7e03eeb672f42ff0bd8150799113
 DIST Python-3.10.4.tar.xz.asc 833 BLAKE2B 
289f2e96bfc2b60c4ae94b1591779d604f203890c4f5db2ee16e305bf03c6ddb9c8d6da4471a06b5943e12888f37ca572ea30876e9a80382a26814f66b41b7bf
 SHA512 
699e37bf09067083af159e3734b38c952bdc75432c8abfb7a7b8cce7ca975038da37490abeb5c13befd2dacb84a5341ad30de5d0a63d35af5c512215744f4d6d
-DIST Python-3.9.11.tar.xz 19724780 BLAKE2B 
25b017e36b22235790633eb1a88f52092225252f39963fc365c1ea863f5b5d98a796bceb01e5e34c02d9690f2a664959766b214b8c13350d6e22839218d0c097
 SHA512 
804e6e6b31922378f07f290023f6efc870c6fd3010204c499c2b375880f6e6ec0f72ce96a8fff81956f6fa3bea2123df2138ef0fda23a3d5d3cf757174a930c3
-DIST Python-3.9.11.tar.xz.asc 833 BLAKE2B 
c60c291f3dad39c842d16717239006f3ee703eaa586d95ea02ba4486d20a1e82065bbaf7af6f7cf6a04799229359791a72834096b6ce5f5d2b583ba5962d441b
 SHA512 
a84bbfa68ec1c0e45bbd64af4481be7d68885021287731c69346a3cb25c9bf607be84dd72af2d3a6fbeabbde64975f37c4bb4f61274e72b92b4277fa48543e52
 DIST Python-3.9.12.tar.xz 19740524 BLAKE2B 
05f2469aa53ca36221ef4976b17bfde3e5b86afd5a8114e5a7fd899f975a8e55022555ef718d5352ab68de1b7b23865a0bf713768c9c2b30d591438c9a396d25
 SHA512 
081981901e14149748fd35228db0b3b1d96fef227ae7404f07b8bad0fda4b02649bf31c348c94aefdaf3327565d78f9489437c2c02f647b15d41376a27a23e97
 DIST Python-3.9.12.tar.xz.asc 833 BLAKE2B 
33436d0404a643215a8fd2b967ffd216201da24f374941bf65b888159ccfabcbe79b751eca2dd489b06605604338c8bbaab74aa10abbe4bcffaa54236301228e
 SHA512 
dddaa27f8a29034f458edb6739398a5455c87fe37b6349e161865a9deedca118ffe9cb82663cc75bbe60b3b556399c0c6855f5262aac1fe90d36a3694fca65b2
 DIST Python-3.9.13.tar.xz 19754368 BLAKE2B 
4f583f66c28b791e19cd6d79695fe9eb815fd333542be22aec8bd73d1f4d3f17f2c4e9de198e7b16c1ca6362a613a8a02fb965c7dc7db3e510fd31de15ba2d19
 SHA512 
e9664e7f908092df11236b22465d217531d6f0378e88d889108d19fe77f28f46ffb629b8733f84b41409e255367321893a2b1bd64518930d9d8cae5d1b774d23
 DIST Python-3.9.13.tar.xz.asc 833 BLAKE2B 
db01c01be9d56cd15f9ab4a9e2cfa800faf4ebecb92b01c133865d3b3134bc910258a33b766306c3d01f98e35bbf9c03c7cba697760b7095999cbd63ed6c276c
 SHA512 
9367afe8ec32195adbb64fa32eb9e3881cfdbbb38efcb5e0804a15486232aecbc81ed20a8ffed652f06a881744f3efd2c2df3cc652d70671c94d6668a17a391e
-DIST python-gentoo-patches-3.10.3.tar.xz 8584 BLAKE2B 
4287b33e696a1c350fef2ef34843353a2f4ad20feed2e9d7e05d727ec4f18105f57c21e7ab73941e14cc2ace27e8ac7f5e96ce2893b626c8e75cac52760f0935
 SHA512 
515025b13063eaee71738b8e1f071cd9930cf516e90c1c652adc6f8bee356598d152cb3337a6633500cda4228a5ddc2819f1db0cdb2524a479a0bca69ca557cb
 DIST python-gentoo-patches-3.10.4.tar.xz 8592 BLAKE2B 
67fba3e1fedb17430e5cd93da995b4acaf714db512031b5a2f775a25f793f007941561663cfa413d645ccddc2e22d65d250a40fa166cafda8805488d877ff57d
 SHA512 
3ed2b8ff8f1eb8febe7dcd4b5d13d6d54468be1d525f8f1118977d3bbc78f690a597b09383939d023b03380a306e4bff1693382e29ff562312d803305b1709b2
-DIST python-gentoo-patches-3.9.11.tar.xz 12844 BLAKE2B 
de7ffa39e96127949d2b894fe15c8c1345180842791743af14a3728a7c950e877ab7c74f3e72da5518b16ecb2f3ff13e6132740bb067fe43a8359c673befbaf5
 SHA512 
0507792188587e66d63a70dde17c6aea1c9aab9e40ace3aeb585adbd2c62acf828782312ba7523f7a4ea49ab1125a30c7b091d10fe02874b018f2733fb8e141d
 DIST python-gentoo-patches-3.9.12.tar.xz 12848 BLAKE2B 

[gentoo-commits] repo/proj/libressl:master commit in: net-vpn/tor/

2022-06-18 Thread Quentin Retornaz
commit: af68ec3de5b7a1c720cd4e76e191c77355a9ed52
Author: sqrtd  sqrtd  dev>
AuthorDate: Fri Jun 17 20:48:05 2022 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Jun 19 04:03:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=af68ec3d

net-vpn/tor: add 0.4.7.8

Signed-off-by: sqrtd  sqrtd.dev>
Signed-off-by: Quentin Retornaz  retornaz.com>

 net-vpn/tor/Manifest   |   3 +
 net-vpn/tor/tor-0.4.7.8.ebuild | 127 +
 2 files changed, 130 insertions(+)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index e30dbb9..dc6e874 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -4,3 +4,6 @@ DIST tor-0.4.6.10.tar.gz.sha256sum.asc 488 BLAKE2B 
4f17ba1b555eeaa0aadad93484209
 DIST tor-0.4.7.7.tar.gz 7895089 BLAKE2B 
18acfbe017b2ad456184f6031881149717f6fecad0d3e6daf90241a5a8ef296c32a36ace266d38b703f34b66d71e282c803f03f2059502c6ff6f4fdfb6641a97
 SHA512 
896e12fea9342b669911d9cb115cb8cfa3841739d7a90e7457b24a72ff02821cd08be21bde961f18ca35c514a5105315dcb1e9519c52390fd8064c57d1e245bc
 DIST tor-0.4.7.7.tar.gz.sha256sum 85 BLAKE2B 
09e715beaf05926c4cdc13a43c8cd31ec2f477876a8a13915416d7ac955622c10c77177a1a0d7a7c4eb5a6c1256170379692c42dd2161889c51018f43f4a3398
 SHA512 
aa7d84bb7bc50d73835b95e5c5c68cff3d4da31e0b5d01e5765cce92963a4a391ca449638338548813fd51031f3114f38c57d617142831f16a967b22284db3c2
 DIST tor-0.4.7.7.tar.gz.sha256sum.asc 716 BLAKE2B 
30e2a5a0867d3474aaa935b1dcada9ff96799c48e3e621e7519462dd85386ec1e44592d3ee93372bf1f649213f87247f1f30c0bcceb0ca40de5faecd3b2b90f1
 SHA512 
2a40a3d61803016b65f4fbab7263679d987811ff829b637d73cb404a4c6ea179f4234f8696833fdddb5af449726dc70e3d74297c0ba62e3ff41e28e372a2c020
+DIST tor-0.4.7.8.tar.gz 7910081 BLAKE2B 
40f6eab453d95a09e4531ce7cdb59715a21b84e1d0b1045d107add6a443fb7563a5747734b23e0e1dfda6490a5a7659f912e38c11cdb5fa635535dcff6169eeb
 SHA512 
2daeb4ef9144772b4e0793ccd00990b7eda58c533f9616670940931d6d12770e9a7d48b33b5626d330f62bb71fbc6e1f559881f062d16bc15fbb162e29fa91f4
+DIST tor-0.4.7.8.tar.gz.sha256sum 85 BLAKE2B 
0fa1e094af83c74f46f87d0569a623bd3061b416f272d19326faf08ab6e9e926b14c2d46c99fba80d68f22188aa74c73e68477015e1c37382e4acb115d10a5a2
 SHA512 
8d8ef020e8028a0d481cbf6e50809212ebfb493b11c3937f1f732be48ca139a991e68b799342a17374f6faf77f0a7113d15c5220a5bf94d110d11582a078a013
+DIST tor-0.4.7.8.tar.gz.sha256sum.asc 1321 BLAKE2B 
b70d64db73c45f50bac4ef07f12d755eaf02b676d929bd6f3a9b5b593326e1cce4a3bc8466f2ccce003ab044084fa812ce6ea4cbf32f5a4c0321199dcd291bee
 SHA512 
5c58745abb4db4a9d53c4c4df209cab96689494704d661439efa705f143267aac648ed23240aedc802e9689223f79d2d1c7eba865d2d5b3296590f8b93e03c37

diff --git a/net-vpn/tor/tor-0.4.7.8.ebuild b/net-vpn/tor/tor-0.4.7.8.ebuild
new file mode 100644
index 000..c9cbf62
--- /dev/null
+++ b/net-vpn/tor/tor-0.4.7.8.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit python-any-r1 readme.gentoo-r1 systemd verify-sig
+
+MY_PV="$(ver_rs 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="https://www.torproject.org/;
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz
+   verify-sig? (
+   https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum
+   https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum.asc
+   )"
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~ppc-macos"
+fi
+IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
+
+BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20220216 )"
+DEPEND="
+   dev-libs/libevent:=[ssl]
+   sys-libs/zlib
+   caps? ( sys-libs/libcap )
+   man? ( app-text/asciidoc )
+   dev-libs/openssl:0=[-bindist(-)]
+   lzma? ( app-arch/xz-utils )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( >=sys-libs/libseccomp-2.4.1 )
+   systemd? ( sys-apps/systemd )
+   zstd? ( app-arch/zstd )"
+RDEPEND="
+   acct-user/tor
+   acct-group/tor
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-tor )"
+
+# bug #764260
+DEPEND+="
+   test? (
+   ${DEPEND}
+   ${PYTHON_DEPS}
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+   "${FILESDIR}"/${PN}-0.4.6.7-libressl.patch
+)
+
+DOCS=()
+
+RESTRICT="!test? ( test )"
+
+# EAPI 8 tries to append it but it doesn't exist here
+# bug #831311 etc
+QA_CONFIGURE_OPTIONS="--disable-static"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_unpack() {
+   if use verify-sig; 

[gentoo-commits] repo/proj/libressl:master commit in: net-vpn/tor/

2022-06-18 Thread Quentin Retornaz
commit: ae50aba1a0f83af24b495cbdecac9cc196a27e06
Author: sqrtd  sqrtd  dev>
AuthorDate: Sat Jun 18 18:45:34 2022 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Jun 19 04:03:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=ae50aba1

net-vpn/tor: merge changes from ::gentoo

Signed-off-by: sqrtd  sqrtd.dev>
Closes: https://github.com/gentoo/libressl/pull/422
Signed-off-by: Quentin Retornaz  retornaz.com>

 net-vpn/tor/tor-0.4.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/tor/tor-0.4.7.8.ebuild b/net-vpn/tor/tor-0.4.7.8.ebuild
index c9cbf62..cddfba5 100644
--- a/net-vpn/tor/tor-0.4.7.8.ebuild
+++ b/net-vpn/tor/tor-0.4.7.8.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_PF}"
 LICENSE="BSD GPL-2"
 SLOT="0"
 if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~ppc-macos"
+   KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 
~ppc-macos"
 fi
 IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
 VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc



[gentoo-commits] repo/proj/libressl:master commit in: dev-lang/python/

2022-06-18 Thread Quentin Retornaz
commit: 0d8bce48818139663906f6078af6c059d07e8bb4
Author: orbea  riseup  net>
AuthorDate: Sat Jun 18 20:40:25 2022 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Jun 19 04:03:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=0d8bce48

dev-lang/python: Add 3.9.13

Signed-off-by: orbea  riseup.net>
Signed-off-by: Quentin Retornaz  retornaz.com>

 dev-lang/python/Manifest |   3 +
 dev-lang/python/python-3.9.13.ebuild | 405 +++
 2 files changed, 408 insertions(+)

diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 97c9489..648e677 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -6,7 +6,10 @@ DIST Python-3.9.11.tar.xz 19724780 BLAKE2B 
25b017e36b22235790633eb1a88f520922252
 DIST Python-3.9.11.tar.xz.asc 833 BLAKE2B 
c60c291f3dad39c842d16717239006f3ee703eaa586d95ea02ba4486d20a1e82065bbaf7af6f7cf6a04799229359791a72834096b6ce5f5d2b583ba5962d441b
 SHA512 
a84bbfa68ec1c0e45bbd64af4481be7d68885021287731c69346a3cb25c9bf607be84dd72af2d3a6fbeabbde64975f37c4bb4f61274e72b92b4277fa48543e52
 DIST Python-3.9.12.tar.xz 19740524 BLAKE2B 
05f2469aa53ca36221ef4976b17bfde3e5b86afd5a8114e5a7fd899f975a8e55022555ef718d5352ab68de1b7b23865a0bf713768c9c2b30d591438c9a396d25
 SHA512 
081981901e14149748fd35228db0b3b1d96fef227ae7404f07b8bad0fda4b02649bf31c348c94aefdaf3327565d78f9489437c2c02f647b15d41376a27a23e97
 DIST Python-3.9.12.tar.xz.asc 833 BLAKE2B 
33436d0404a643215a8fd2b967ffd216201da24f374941bf65b888159ccfabcbe79b751eca2dd489b06605604338c8bbaab74aa10abbe4bcffaa54236301228e
 SHA512 
dddaa27f8a29034f458edb6739398a5455c87fe37b6349e161865a9deedca118ffe9cb82663cc75bbe60b3b556399c0c6855f5262aac1fe90d36a3694fca65b2
+DIST Python-3.9.13.tar.xz 19754368 BLAKE2B 
4f583f66c28b791e19cd6d79695fe9eb815fd333542be22aec8bd73d1f4d3f17f2c4e9de198e7b16c1ca6362a613a8a02fb965c7dc7db3e510fd31de15ba2d19
 SHA512 
e9664e7f908092df11236b22465d217531d6f0378e88d889108d19fe77f28f46ffb629b8733f84b41409e255367321893a2b1bd64518930d9d8cae5d1b774d23
+DIST Python-3.9.13.tar.xz.asc 833 BLAKE2B 
db01c01be9d56cd15f9ab4a9e2cfa800faf4ebecb92b01c133865d3b3134bc910258a33b766306c3d01f98e35bbf9c03c7cba697760b7095999cbd63ed6c276c
 SHA512 
9367afe8ec32195adbb64fa32eb9e3881cfdbbb38efcb5e0804a15486232aecbc81ed20a8ffed652f06a881744f3efd2c2df3cc652d70671c94d6668a17a391e
 DIST python-gentoo-patches-3.10.3.tar.xz 8584 BLAKE2B 
4287b33e696a1c350fef2ef34843353a2f4ad20feed2e9d7e05d727ec4f18105f57c21e7ab73941e14cc2ace27e8ac7f5e96ce2893b626c8e75cac52760f0935
 SHA512 
515025b13063eaee71738b8e1f071cd9930cf516e90c1c652adc6f8bee356598d152cb3337a6633500cda4228a5ddc2819f1db0cdb2524a479a0bca69ca557cb
 DIST python-gentoo-patches-3.10.4.tar.xz 8592 BLAKE2B 
67fba3e1fedb17430e5cd93da995b4acaf714db512031b5a2f775a25f793f007941561663cfa413d645ccddc2e22d65d250a40fa166cafda8805488d877ff57d
 SHA512 
3ed2b8ff8f1eb8febe7dcd4b5d13d6d54468be1d525f8f1118977d3bbc78f690a597b09383939d023b03380a306e4bff1693382e29ff562312d803305b1709b2
 DIST python-gentoo-patches-3.9.11.tar.xz 12844 BLAKE2B 
de7ffa39e96127949d2b894fe15c8c1345180842791743af14a3728a7c950e877ab7c74f3e72da5518b16ecb2f3ff13e6132740bb067fe43a8359c673befbaf5
 SHA512 
0507792188587e66d63a70dde17c6aea1c9aab9e40ace3aeb585adbd2c62acf828782312ba7523f7a4ea49ab1125a30c7b091d10fe02874b018f2733fb8e141d
 DIST python-gentoo-patches-3.9.12.tar.xz 12848 BLAKE2B 
5dd66fa94b136a463d2c4be3a5b7dfad770c3905467a1d81af02a35b2783ce7d614881c915ee8f8e764c1656963d6886d9c60c6e524f512e1bc496e42d01307b
 SHA512 
07de63e47a8e547724099062239df8fcfd254f19d38be28131e6bbb094ffbab8483861fb6a5905e60d7fa7a1a5dc06785951fa31984ecad89516b0b742c47f91
+DIST python-gentoo-patches-3.9.13.tar.xz 12836 BLAKE2B 
ba687a3d6e00baf4d9640ab78a29c3e21bf1872b5019198991521cf37bb0780f592db742ee4fdfe6bfb1cab1c1f6587889dfdb024cae72766b6c83c2ffe319be
 SHA512 
e393992ff92625771c6ffeb500637862f0163c689c685fd245a6e5bbdd3128154ce439ecab56eaf1359e67ea0d173dfb19f65a4098ea2266922bfb43aba517dc

diff --git a/dev-lang/python/python-3.9.13.ebuild 
b/dev-lang/python/python-3.9.13.ebuild
new file mode 100644
index 000..d696588
--- /dev/null
+++ b/dev-lang/python/python-3.9.13.ebuild
@@ -0,0 +1,405 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+WANT_LIBTOOL="none"
+
+inherit autotools check-reqs flag-o-matic multiprocessing pax-utils \
+   python-utils-r1 toolchain-funcs verify-sig
+
+MY_PV=${PV/_rc/rc}
+MY_P="Python-${MY_PV%_p*}"
+PYVER=$(ver_cut 1-2)
+PATCHSET="python-gentoo-patches-${MY_PV}"
+
+DESCRIPTION="An interpreted, interactive, object-oriented programming language"
+HOMEPAGE="https://www.python.org/;
+SRC_URI="
+   https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz
+   https://dev.gentoo.org/~mgorny/dist/python/${PATCHSET}.tar.xz
+   verify-sig? (
+   https://www.python.org/ftp/python/${PV%_*}/${MY_P}.tar.xz.asc
+   )
+"
+S="${WORKDIR}/${MY_P}"
+

[gentoo-commits] repo/proj/libressl:master commit in: net-vpn/tor/

2022-06-18 Thread Quentin Retornaz
commit: 8d433644d9aba1116a4d37429bd9eb35e259e245
Author: sqrtd  sqrtd  dev>
AuthorDate: Fri Jun 17 20:57:10 2022 +
Commit: Quentin Retornaz  retornaz  com>
CommitDate: Sun Jun 19 04:03:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=8d433644

net-vpn/tor: remove vulnerable

Signed-off-by: sqrtd  sqrtd.dev>
Signed-off-by: Quentin Retornaz  retornaz.com>

 net-vpn/tor/Manifest   |   3 -
 net-vpn/tor/tor-0.4.7.7.ebuild | 123 -
 2 files changed, 126 deletions(-)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index dc6e874..2a8643b 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -1,9 +1,6 @@
 DIST tor-0.4.6.10.tar.gz 7811644 BLAKE2B 
4bdf8ab8ac992866ffc18711de0ad9e19b496398dfdace4d3902273822666dcfda3acd825ee22251cd8d671ff563702c6f24fe8670719a2c75d144cfe9219f68
 SHA512 
7d3ca14f260f8d18c020f629fee93a9e941962f99d7b6106d81b1f302152e4be14f5f719c06a34257c2bedf1612c53da21c26750b2608034bd6c6cf0c82192a9
 DIST tor-0.4.6.10.tar.gz.sha256sum 85 BLAKE2B 
1c51a80a0bdc34c31725ba6d632ae16ddec1c4aadd4c5ce8ff5ccd4dc9b051f76ddebbe1f1dc2c6f86194bf6badc95222ae14be100bbc24b75bc53f525cb8378
 SHA512 
97b49664f9f998b00fdd80f956bd5ab9588cd75d09041a0b946fdabd9f10c471eb49aa4bbb4d19bde45a554c1f2ef60d76ff58aa1dc74d4e7d930df77ac68262
 DIST tor-0.4.6.10.tar.gz.sha256sum.asc 488 BLAKE2B 
4f17ba1b555eeaa0aadad9348420979c1c83d3ce3cc4fa7e1cc6f453e75ae0bb43db19b883efcc329de5b52b91cda0f740ed949674f64e8cbfc0eb343ca2819b
 SHA512 
3d814c0b3533cf2b2ff421dc92f254596f2af7206bbefdc15a71a906c667dd3606b2c37ada3d36df6011fd0b4d5fe78860f8845fae9e19bd9e3ba5745f45130b
-DIST tor-0.4.7.7.tar.gz 7895089 BLAKE2B 
18acfbe017b2ad456184f6031881149717f6fecad0d3e6daf90241a5a8ef296c32a36ace266d38b703f34b66d71e282c803f03f2059502c6ff6f4fdfb6641a97
 SHA512 
896e12fea9342b669911d9cb115cb8cfa3841739d7a90e7457b24a72ff02821cd08be21bde961f18ca35c514a5105315dcb1e9519c52390fd8064c57d1e245bc
-DIST tor-0.4.7.7.tar.gz.sha256sum 85 BLAKE2B 
09e715beaf05926c4cdc13a43c8cd31ec2f477876a8a13915416d7ac955622c10c77177a1a0d7a7c4eb5a6c1256170379692c42dd2161889c51018f43f4a3398
 SHA512 
aa7d84bb7bc50d73835b95e5c5c68cff3d4da31e0b5d01e5765cce92963a4a391ca449638338548813fd51031f3114f38c57d617142831f16a967b22284db3c2
-DIST tor-0.4.7.7.tar.gz.sha256sum.asc 716 BLAKE2B 
30e2a5a0867d3474aaa935b1dcada9ff96799c48e3e621e7519462dd85386ec1e44592d3ee93372bf1f649213f87247f1f30c0bcceb0ca40de5faecd3b2b90f1
 SHA512 
2a40a3d61803016b65f4fbab7263679d987811ff829b637d73cb404a4c6ea179f4234f8696833fdddb5af449726dc70e3d74297c0ba62e3ff41e28e372a2c020
 DIST tor-0.4.7.8.tar.gz 7910081 BLAKE2B 
40f6eab453d95a09e4531ce7cdb59715a21b84e1d0b1045d107add6a443fb7563a5747734b23e0e1dfda6490a5a7659f912e38c11cdb5fa635535dcff6169eeb
 SHA512 
2daeb4ef9144772b4e0793ccd00990b7eda58c533f9616670940931d6d12770e9a7d48b33b5626d330f62bb71fbc6e1f559881f062d16bc15fbb162e29fa91f4
 DIST tor-0.4.7.8.tar.gz.sha256sum 85 BLAKE2B 
0fa1e094af83c74f46f87d0569a623bd3061b416f272d19326faf08ab6e9e926b14c2d46c99fba80d68f22188aa74c73e68477015e1c37382e4acb115d10a5a2
 SHA512 
8d8ef020e8028a0d481cbf6e50809212ebfb493b11c3937f1f732be48ca139a991e68b799342a17374f6faf77f0a7113d15c5220a5bf94d110d11582a078a013
 DIST tor-0.4.7.8.tar.gz.sha256sum.asc 1321 BLAKE2B 
b70d64db73c45f50bac4ef07f12d755eaf02b676d929bd6f3a9b5b593326e1cce4a3bc8466f2ccce003ab044084fa812ce6ea4cbf32f5a4c0321199dcd291bee
 SHA512 
5c58745abb4db4a9d53c4c4df209cab96689494704d661439efa705f143267aac648ed23240aedc802e9689223f79d2d1c7eba865d2d5b3296590f8b93e03c37

diff --git a/net-vpn/tor/tor-0.4.7.7.ebuild b/net-vpn/tor/tor-0.4.7.7.ebuild
deleted file mode 100644
index 5d2095f..000
--- a/net-vpn/tor/tor-0.4.7.7.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-any-r1 readme.gentoo-r1 systemd verify-sig
-
-MY_PV="$(ver_rs 4 -)"
-MY_PF="${PN}-${MY_PV}"
-DESCRIPTION="Anonymizing overlay network for TCP"
-HOMEPAGE="https://www.torproject.org/;
-SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
-   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz
-   verify-sig? (
-   https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum
-   https://dist.torproject.org/${MY_PF}.tar.gz.sha256sum.asc
-   )"
-S="${WORKDIR}/${MY_PF}"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~ppc-macos"
-fi
-IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
-
-BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-tor-20220216 )"
-DEPEND="
-   dev-libs/libevent:=[ssl]
-   sys-libs/zlib
-   caps? ( sys-libs/libcap )
-   man? ( 

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

2022-06-18 Thread Miroslav Šulc
commit: 710cc7010289a9ff4cf8015a1a4b1a8a6cb92d3d
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Sun Jun 19 03:48:17 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jun 19 03:48:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=710cc701

dev-java/sbt-bin: removed obsolete 1.3.2

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

 dev-java/sbt-bin/Manifest |  1 -
 dev-java/sbt-bin/sbt-bin-1.3.2.ebuild | 49 ---
 2 files changed, 50 deletions(-)

diff --git a/dev-java/sbt-bin/Manifest b/dev-java/sbt-bin/Manifest
index 6866d35d3195..11837950982d 100644
--- a/dev-java/sbt-bin/Manifest
+++ b/dev-java/sbt-bin/Manifest
@@ -1,2 +1 @@
 DIST sbt-1.3.10.tgz 57609786 BLAKE2B 
35285d141d8ad38a8e15cc3dd18947fa34dbe307ce1fbdd267a0902ff7f5757a0ab80d56eb241c8bea79c4a13c270efb65a552a039416a6f571b6cd214739819
 SHA512 
93832c0eec51422d6db63078c722578cbad21e4611ca868e835471fb988ad225e8abdea47c6dcf6e19117db9598bc75296100d9dc7ba0d605b70adc592efb925
-DIST sbt-1.3.2.tgz 51817549 BLAKE2B 
ccb362b8cec867c64a04eba48982a9d339250d3ab51afb72fbbb7fe29406c6565d386ab0e02887007922f4134481b4ee764b63eb69300d7aa06dffd43a91a225
 SHA512 
2402f781962b80a46c63ac3aba0b2bb2b55ae509bb6b591d840385765dbf73cb6e5b40c12e6b95db2d8f4e77caeda32aad5a701a6439bde41ca3166d50f4b9b2

diff --git a/dev-java/sbt-bin/sbt-bin-1.3.2.ebuild 
b/dev-java/sbt-bin/sbt-bin-1.3.2.ebuild
deleted file mode 100644
index 21e538c44abb..
--- a/dev-java/sbt-bin/sbt-bin-1.3.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2
-
-DESCRIPTION="sbt, a build tool for Scala"
-HOMEPAGE="https://scala-sbt.org;
-SRC_URI="https://github.com/sbt/sbt/releases/download/v${PV}/${PN/-bin}-${PV}.tgz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-   >=virtual/jre-1.7
-   !dev-java/sbt"
-
-src_unpack() {
-   default
-   mv "${WORKDIR}/sbt" "${S}" || die
-}
-
-src_prepare() {
-   default
-   java-pkg_init_paths_
-}
-
-src_compile() {
-   :;
-}
-
-src_install() {
-   local dest="${JAVA_PKG_SHAREPATH}"
-
-   rm -v bin/sbt.bat || die
-   sed -i -e 's#bin/sbt-launch.jar#lib/sbt-launch.jar#g;' \
-   bin/sbt || die
-
-   insinto "${dest}/lib"
-   doins bin/*
-
-   insinto "${dest}"
-   doins -r conf
-
-   fperms 0755 "${dest}/lib/sbt"
-   dosym "${dest}/lib/sbt" /usr/bin/sbt
-}



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

2022-06-18 Thread John Helmert III
commit: 75225a6aa187a843d1c9f21fa871730e404d30d0
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Jun 19 02:58:00 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Jun 19 02:59:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75225a6a

profiles: last rite dev-libs/libvterm-neovim

Bug: https://bugs.gentoo.org/678750
Signed-off-by: John Helmert III  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index b403c9691d42..f52e8e8e5610 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2022-06-19)
+# Untouched by maintainer since Git transition. No reverse dependencies,
+# unused by upstream, vulnerable. Removal in 30 days. Bug #678705
+dev-libs/libvterm-neovim
+
 # Hans de Graaff  (2020-06-18)
 # Obsolete ruby26-only slots. Please use a newer slot instead.
 # Masked for removal in 30 days.



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

2022-06-18 Thread Sam James
commit: 47b281903a5daa245c84532e1c83ec7b2865085d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 01:55:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 01:55:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b28190

sys-apps/pcsc-tools: fix gtk dependency

Closes: https://bugs.gentoo.org/793815
Bug: https://bugs.gentoo.org/821997
Signed-off-by: Sam James  gentoo.org>

 sys-apps/pcsc-tools/pcsc-tools-1.5.7-r1.ebuild | 62 ++
 1 file changed, 62 insertions(+)

diff --git a/sys-apps/pcsc-tools/pcsc-tools-1.5.7-r1.ebuild 
b/sys-apps/pcsc-tools/pcsc-tools-1.5.7-r1.ebuild
new file mode 100644
index ..929e971d6b8b
--- /dev/null
+++ b/sys-apps/pcsc-tools/pcsc-tools-1.5.7-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop toolchain-funcs xdg-utils
+
+DESCRIPTION="PC/SC Architecture smartcard tools"
+HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ 
https://github.com/LudovicRousseau/pcsc-tools;
+SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+IUSE="gtk network-cron"
+
+DEPEND=">=sys-apps/pcsc-lite-1.4.14"
+RDEPEND="${DEPEND}
+   dev-perl/pcsc-perl
+   gtk? ( dev-perl/Gtk3 )"
+BDEPEND="virtual/pkgconfig"
+
+DOCS=(
+   README Changelog
+)
+
+src_compile() {
+   # explicitly only build the pcsc_scan application, or the man
+   # pages will be gzipped first, and then unpacked.
+   emake pcsc_scan CC="$(tc-getCC)"
+}
+
+src_install() {
+   einstalldocs
+
+   # install manually, makes it much easier since the Makefile
+   # requires fiddling with
+   dobin ATR_analysis scriptor pcsc_scan
+   doman pcsc_scan.1 scriptor.1p ATR_analysis.1p
+
+   if use gtk; then
+   domenu gscriptor.desktop
+   dobin gscriptor
+   doman gscriptor.1p
+   fi
+
+   if use network-cron ; then
+   exeinto /etc/cron.monthly
+   newexe "${FILESDIR}"/smartcard.cron update-smartcard_list
+   fi
+
+   insinto /usr/share/pcsc
+   doins smartcard_list.txt
+}
+
+pkg_postinst() {
+   use gtk && xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/helvum/

2022-06-18 Thread Alexey Zapparov
commit: d10a7c1e556c456de77948c299892d1318b115cc
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Sun Jun 19 01:43:37 2022 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Sun Jun 19 01:45:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d10a7c1e

media-sound/helvum: add 0.3.4-r1

* Install desktop file
* Install symbolic and scalable icons
* Fix licenses list

Signed-Off-By: Alexey Zapparov  zapparov.com>

 media-sound/helvum/helvum-0.3.4-r1.ebuild | 169 ++
 1 file changed, 169 insertions(+)

diff --git a/media-sound/helvum/helvum-0.3.4-r1.ebuild 
b/media-sound/helvum/helvum-0.3.4-r1.ebuild
new file mode 100644
index 0..04b30b278
--- /dev/null
+++ b/media-sound/helvum/helvum-0.3.4-r1.ebuild
@@ -0,0 +1,169 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CRATES="
+   aho-corasick-0.7.15
+   ansi_term-0.12.1
+   anyhow-1.0.53
+   arrayvec-0.5.2
+   atty-0.2.14
+   autocfg-1.0.1
+   bindgen-0.59.2
+   bitflags-1.3.2
+   bitvec-0.19.6
+   cairo-rs-0.15.1
+   cairo-sys-rs-0.15.1
+   cc-1.0.72
+   cexpr-0.6.0
+   cfg-expr-0.8.1
+   cfg-expr-0.9.1
+   cfg-if-0.1.10
+   cfg-if-1.0.0
+   clang-sys-1.3.0
+   clap-2.34.0
+   cookie-factory-0.3.2
+   either-1.6.1
+   env_logger-0.9.0
+   errno-0.2.8
+   errno-dragonfly-0.1.2
+   field-offset-0.3.4
+   funty-1.1.0
+   futures-channel-0.3.19
+   futures-core-0.3.19
+   futures-executor-0.3.19
+   futures-io-0.3.19
+   futures-task-0.3.19
+   futures-util-0.3.19
+   gdk-pixbuf-0.15.4
+   gdk-pixbuf-sys-0.15.1
+   gdk4-0.4.6
+   gdk4-sys-0.4.2
+   gio-0.15.4
+   gio-sys-0.15.4
+   glib-0.15.4
+   glib-macros-0.15.3
+   glib-sys-0.15.4
+   glob-0.3.0
+   gobject-sys-0.15.1
+   graphene-rs-0.15.1
+   graphene-sys-0.15.1
+   gsk4-0.4.6
+   gsk4-sys-0.4.2
+   gtk4-0.4.6
+   gtk4-macros-0.4.3
+   gtk4-sys-0.4.5
+   heck-0.3.3
+   heck-0.4.0
+   hermit-abi-0.1.19
+   humantime-2.1.0
+   itertools-0.10.3
+   lazy_static-1.4.0
+   lazycell-1.3.0
+   lexical-core-0.7.6
+   libc-0.2.116
+   libloading-0.7.3
+   libspa-0.4.1
+   libspa-sys-0.4.1
+   log-0.4.14
+   memchr-2.3.4
+   memoffset-0.6.5
+   minimal-lexical-0.2.1
+   nix-0.14.1
+   nom-6.2.1
+   nom-7.1.0
+   once_cell-1.9.0
+   pango-0.15.2
+   pango-sys-0.15.1
+   peeking_take_while-0.1.2
+   pest-2.1.3
+   pin-project-lite-0.2.8
+   pin-utils-0.1.0
+   pipewire-0.4.1
+   pipewire-sys-0.4.1
+   pkg-config-0.3.24
+   proc-macro-crate-1.1.0
+   proc-macro-error-1.0.4
+   proc-macro-error-attr-1.0.4
+   proc-macro2-1.0.36
+   quote-1.0.15
+   radium-0.5.3
+   regex-1.4.6
+   regex-syntax-0.6.25
+   rustc-hash-1.1.0
+   rustc_version-0.3.3
+   ryu-1.0.9
+   semver-0.11.0
+   semver-parser-0.10.2
+   serde-1.0.136
+   shlex-1.1.0
+   signal-0.7.0
+   slab-0.4.5
+   smallvec-1.8.0
+   static_assertions-1.1.0
+   strsim-0.8.0
+   strum-0.21.0
+   strum_macros-0.21.1
+   syn-1.0.86
+   system-deps-3.2.0
+   system-deps-6.0.1
+   tap-1.0.1
+   termcolor-1.1.2
+   textwrap-0.11.0
+   thiserror-1.0.30
+   thiserror-impl-1.0.30
+   toml-0.5.8
+   ucd-trie-0.1.3
+   unicode-segmentation-1.8.0
+   unicode-width-0.1.9
+   unicode-xid-0.2.2
+   vec_map-0.8.2
+   version-compare-0.0.11
+   version-compare-0.1.0
+   version_check-0.9.4
+   void-1.0.2
+   which-4.2.4
+   winapi-0.3.9
+   winapi-i686-pc-windows-gnu-0.4.0
+   winapi-util-0.1.5
+   winapi-x86_64-pc-windows-gnu-0.4.0
+   wyz-0.2.0
+"
+
+inherit cargo desktop
+
+DESCRIPTION="A GTK patchbay for pipewire"
+HOMEPAGE="https://gitlab.freedesktop.org/pipewire/helvum;
+SRC_URI="
+   
https://gitlab.freedesktop.org/pipewire/helvum/-/archive/${PV}/${P}.tar.gz
+   $(cargo_crate_uris)
+"
+
+LICENSE="Apache-2.0 BSD GPL-3 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+   >=dev-libs/glib-2.66:2
+   >=gui-libs/gtk-4.4.0:4
+   media-libs/graphene
+   media-video/pipewire:=
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango
+"
+
+src_install() {
+   cargo_src_install
+
+   dodoc README.md
+
+   doicon --size scalable data/icons/org.pipewire.Helvum.svg
+
+   insopts -m 0644
+   insinto /usr/share/icons/hicolor/symbolic/apps
+   doins data/icons/org.pipewire.Helvum-symbolic.svg
+
+   make_desktop_entry "${PN}" Helvum org.pipewire.Helvum 
"AudioVideo;Audio;Video;Midi;Settings;GNOME;GTK" 
"Terminal=false\nGenericName=Patchbay"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk-bin/

2022-06-18 Thread Maciej Barć
commit: 482dc3b121cf247b92cd94b03926db751c709893
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jun 19 01:23:28 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun 19 01:23:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482dc3b1

dev-dotnet/dotnet-sdk-bin: drop old 3.1.418-r1

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

 dev-dotnet/dotnet-sdk-bin/Manifest |  3 --
 .../dotnet-sdk-bin-3.1.418-r1.ebuild   | 48 --
 2 files changed, 51 deletions(-)

diff --git a/dev-dotnet/dotnet-sdk-bin/Manifest 
b/dev-dotnet/dotnet-sdk-bin/Manifest
index f8e15f96dacd..40038cf3caab 100644
--- a/dev-dotnet/dotnet-sdk-bin/Manifest
+++ b/dev-dotnet/dotnet-sdk-bin/Manifest
@@ -1,6 +1,3 @@
-DIST dotnet-sdk-3.1.418-linux-arm.tar.gz 126586836 BLAKE2B 
ea481c1653d11a2c49d7b21b5ab26978d4155c43f9426110d02fa61a4bd895defade30a7ff4a1ba70e0331eb16b404a8cd099f09923d5043f339c7fae2be6eaf
 SHA512 
a5edf84b01740767cd0ed2d7e8f84ed66bd786fc61bc93065d3125c8eac123e6c383e7155e5ead31e344b691e23788b240f812d5a5759fa0d764c0e336f2cc22
-DIST dotnet-sdk-3.1.418-linux-arm64.tar.gz 121573287 BLAKE2B 
5858d904559127e4db7a70b0f7c3b7be30ba154745a71dc34b758159dad8422b20138717d958eb4246c5e776dd433c21aa435d56f2ac3760c634fdc22d972e26
 SHA512 
8c3f1254a27991f116f499b11aa389266bc63b93a85ab7103b398bdf14225755277499ccb8297012f572732e5e521c23d02fe3d99b552ecadf8af2867456ebc5
-DIST dotnet-sdk-3.1.418-linux-x64.tar.gz 121660196 BLAKE2B 
ab129d19bec0717c021e3de6f71b10c5e87e266005ddb5c5879f1615638cd5a3561f6b0b1af2ac035b6b16317f5a51e303203a4579bb0cd3d0299a8bbde78555
 SHA512 
e60f14841f1d0156de163f6f1e4c6358f14bd57e81beed13d294022da8a5182e41b8333591f92c4cac8eec138b7bc85725c19ae10e4e73a139a5231bb12b557f
 DIST dotnet-sdk-3.1.419-linux-arm.tar.gz 126581631 BLAKE2B 
a24b1ea2f9260a3eacda356a5148d495646fd45e00e01ccdb3b686bc80a0929f42e1163e55d14c2e47b02bfc510cd5b2ee412acef832f4388a320bb53cf2616d
 SHA512 
a89d857200f5ce4d65f662f1acd70f0d8a6eb7fda0ae7ca904cf7b50a6772378a42c7d11ce0dac27c522d642fee0ad67c9da64ce0e7edbe27f28df776b4a45d8
 DIST dotnet-sdk-3.1.419-linux-arm64.tar.gz 121725993 BLAKE2B 
28c1ecf866cef7d8e7ea9540b998cb0df8a57c4e08f72e9ad9ebec6194ce9f395c1ca84c5b1328a57a6a9347a10086c1bf2679515718dc14e78a54e91e19
 SHA512 
94f398c09b53c10dc3e4ed1f624eee19b18770734956ebb0cb4ac9d789c1a79a891c1934e7c4c3a2bed5326ee1a0417ee89816695ab2436b3db7076328a40b77
 DIST dotnet-sdk-3.1.419-linux-x64.tar.gz 121486831 BLAKE2B 
e451b0eddd8e3ad100bfedd3a5cbe8d3f6bf53a0a78191a785b28d7c7a88603cce74f064d3041a36863524f9e32548e0e001f4278a94f1eb60be7ebd1a2ac207
 SHA512 
957d9561b346226806270a969a302217dec2a5e4853225d73fbf85f20f6107137ac5678a6ffdf5c170a72f5ef93e3defe3218970bc20d97a4f880d5c7577376f

diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418-r1.ebuild 
b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418-r1.ebuild
deleted file mode 100644
index dabeb4bdbf70..
--- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.418-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="${PV}"
-
-DESCRIPTION=".NET is a free, cross-platform, open-source developer platform"
-HOMEPAGE="https://dotnet.microsoft.com/;
-LICENSE="MIT"
-
-SRC_URI="
-amd64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-x64.tar.gz
 )
-arm? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm.tar.gz
 )
-arm64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm64.tar.gz
 )
-"
-
-SLOT="3.1"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE="+dotnet-symlink"
-REQUIRED_USE="elibc_glibc"
-QA_PREBUILT="*"
-RESTRICT+=" splitdebug"
-RDEPEND="
-   app-crypt/mit-krb5:0/0
-   dev-util/lttng-ust:0
-   sys-libs/zlib:0/1
-   dotnet-symlink? ( !dev-dotnet/dotnet-sdk[dotnet-symlink(+)] )
-"
-
-S=${WORKDIR}
-
-src_install() {
-   local dest="opt/${PN}-${SLOT}"
-   dodir "${dest%/*}"
-
-   { mv "${S}" "${ED}/${dest}" && mkdir "${S}" && fperms 0755 "/${dest}"; 
} || die
-   dosym "../../${dest}/dotnet" "/usr/bin/dotnet-bin-${SLOT}"
-
-   if use dotnet-symlink; then
-   dosym "../../${dest}/dotnet" "/usr/bin/dotnet"
-   dosym "../../${dest}/dotnet" "/usr/bin/dotnet-${SLOT}"
-
-   # set an env-variable for 3rd party tools
-   echo "DOTNET_ROOT=/${dest}" > "${T}/90${PN}-${SLOT}" || die
-   doenvd "${T}/90${PN}-${SLOT}"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk-bin/

2022-06-18 Thread Maciej Barć
commit: 3fc631295b7fbbed1e1e83de1a31846bf8d50d13
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jun 19 01:28:27 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun 19 01:28:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc63129

dev-dotnet/dotnet-sdk-bin: bump to 6.0.301

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

 dev-dotnet/dotnet-sdk-bin/Manifest |  3 ++
 .../dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild   | 58 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-dotnet/dotnet-sdk-bin/Manifest 
b/dev-dotnet/dotnet-sdk-bin/Manifest
index 40038cf3caab..7ede2827e387 100644
--- a/dev-dotnet/dotnet-sdk-bin/Manifest
+++ b/dev-dotnet/dotnet-sdk-bin/Manifest
@@ -16,3 +16,6 @@ DIST dotnet-sdk-6.0.202-linux-x64.tar.gz 176864364 BLAKE2B 
b4460b1a417976e30c8ba
 DIST dotnet-sdk-6.0.300-linux-arm.tar.gz 179108734 BLAKE2B 
7975ddec899c4cf8922bcdaf0acb30a7955be34d4f0651e18dd7cb059afccff533482687ba1f4b09a9b5b0b323acf7be9041c5f36ea3980a69cf8f4f25c4e848
 SHA512 
362e09bbe36a827beacbf36af6d66f7a6eb6da92e002e9a466a597f2fc181754e8893840c68c67a6c5e94b39e2dec1da360c72814bd904b325171ff7d06c56eb
 DIST dotnet-sdk-6.0.300-linux-arm64.tar.gz 176841763 BLAKE2B 
7b07efc290bf1ab2a80f2053d6d5a37b3b156e7bb781438dce62868c717aa805940a46791b3e501a93a2a478579e95c570e1d9883d8137161908aa48e2f92510
 SHA512 
67eb088ccad197a39f104af60f3e6d12ea9b17560e059c0f7c8e956005d919d00bf0f3e487b06280be63ad57aa8895f16ebc8c92107c5019c9cf47bd620ea925
 DIST dotnet-sdk-6.0.300-linux-x64.tar.gz 183135556 BLAKE2B 
bd7c2f1f3a526fd8b006bafe853e18c19b975484ad0bbf12d8d072c91b338e83086f5845a32d28f50058d09f5bc60c29ab3b763cf5dc155c701718eabf4eb292
 SHA512 
52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938
+DIST dotnet-sdk-6.0.301-linux-arm.tar.gz 17942 BLAKE2B 
1956ca30eb149c71b6089090ea4c3ddb454113bdd6d78b7081cab9c07813fe08e93eb517c0eb94360c9435683fa7c7d65372985f06806673b949e8d3e762c948
 SHA512 
ef7d028b80eaaae18b71195e89e00dea2186d455f7b72f373fc0a57074e8320c8e9245167c06e30a2ddade4ab21ad5e8b05d04a6ea11c1de68b7c9a6f9807d25
+DIST dotnet-sdk-6.0.301-linux-arm64.tar.gz 176804289 BLAKE2B 
6f2fe31458b24008a1f197f77652e5feadd76d37974de87d4913b6f23326db3f275843113959dd097a9083a71e7daf7e19a5d75f0a9d5e7d6cbf665c62dd8ce6
 SHA512 
978dd04f78ac3d6b594c47f1482bba0abe93f0b37379c1c46a2b9b33bdf5188576b055250546295de39bb22cba93ea9b31c31bb026a319ad1b3fc507db44481f
+DIST dotnet-sdk-6.0.301-linux-x64.tar.gz 182966798 BLAKE2B 
ffc4e68efa9c1fbd8fe665fd7e6ba848446b5f9b9e16f96ea334d6d3308e6de637a528d232f417067c8e585c4e3ec131c6c52a384ce913853cea180d8ab4745d
 SHA512 
2f434ea4860ee637e9cf19991a80e1febb1105531dd96b4fbc728d538ca0ab202a0bdff128fd13b269fac3ba3bc9d5f9c49039a6e0d7d32751e8a2bb6d790446

diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild 
b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild
new file mode 100644
index ..4a71ab6b42e1
--- /dev/null
+++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.301.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="${PV}"
+
+DESCRIPTION=".NET is a free, cross-platform, open-source developer platform"
+HOMEPAGE="https://dotnet.microsoft.com/;
+LICENSE="MIT"
+
+SRC_URI="
+amd64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-x64.tar.gz
 )
+arm? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm.tar.gz
 )
+arm64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm64.tar.gz
 )
+"
+
+SLOT="6.0"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="+dotnet-symlink"
+REQUIRED_USE="elibc_glibc"
+QA_PREBUILT="*"
+RESTRICT+=" splitdebug"
+RDEPEND="
+   app-crypt/mit-krb5:0/0
+   dev-util/lttng-ust:0
+   sys-libs/zlib:0/1
+   dotnet-symlink? (
+   !dev-dotnet/dotnet-sdk[dotnet-symlink(+)]
+   !dev-dotnet/dotnet-sdk-bin:3.1[dotnet-symlink(+)]
+   !dev-dotnet/dotnet-sdk-bin:5.0[dotnet-symlink(+)]
+   )
+"
+
+S=${WORKDIR}
+
+src_install() {
+   local dest="opt/${PN}-${SLOT}"
+   dodir "${dest%/*}"
+
+   # 6.0.100 is SDK feature band which will not change between minor 
increases, so 6.0.101, 6.102
+   # will still have same 6.0.100 SDK feature band in the name. Thus I 
have to hard code this
+   # https://github.com/dotnet/sdk/pull/18823#issuecomment-915603684
+   local workloads="metadata/workloads/${SLOT}.100"
+
+   { mkdir -p "${S}/${workloads}" && touch "${S}/${workloads}/userlocal"; 
} || die
+   { mv "${S}" "${ED}/${dest}" && mkdir "${S}" && fperms 0755 "/${dest}"; 
} || die
+   dosym "../../${dest}/dotnet" "/usr/bin/dotnet-bin-${SLOT}"
+
+   if use dotnet-symlink; then
+   dosym "../../${dest}/dotnet" "/usr/bin/dotnet"
+   dosym "../../${dest}/dotnet" 

[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk-bin/

2022-06-18 Thread Maciej Barć
commit: 9bb5c64307c7371d43e5efdf230bf23e69b3bbcb
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jun 19 01:22:04 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun 19 01:22:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bb5c643

dev-dotnet/dotnet-sdk-bin: bump to 3.1.420

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

 dev-dotnet/dotnet-sdk-bin/Manifest |  3 ++
 .../dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild   | 48 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-dotnet/dotnet-sdk-bin/Manifest 
b/dev-dotnet/dotnet-sdk-bin/Manifest
index 54f9540cf055..f8e15f96dacd 100644
--- a/dev-dotnet/dotnet-sdk-bin/Manifest
+++ b/dev-dotnet/dotnet-sdk-bin/Manifest
@@ -4,6 +4,9 @@ DIST dotnet-sdk-3.1.418-linux-x64.tar.gz 121660196 BLAKE2B 
ab129d19bec0717c021e3
 DIST dotnet-sdk-3.1.419-linux-arm.tar.gz 126581631 BLAKE2B 
a24b1ea2f9260a3eacda356a5148d495646fd45e00e01ccdb3b686bc80a0929f42e1163e55d14c2e47b02bfc510cd5b2ee412acef832f4388a320bb53cf2616d
 SHA512 
a89d857200f5ce4d65f662f1acd70f0d8a6eb7fda0ae7ca904cf7b50a6772378a42c7d11ce0dac27c522d642fee0ad67c9da64ce0e7edbe27f28df776b4a45d8
 DIST dotnet-sdk-3.1.419-linux-arm64.tar.gz 121725993 BLAKE2B 
28c1ecf866cef7d8e7ea9540b998cb0df8a57c4e08f72e9ad9ebec6194ce9f395c1ca84c5b1328a57a6a9347a10086c1bf2679515718dc14e78a54e91e19
 SHA512 
94f398c09b53c10dc3e4ed1f624eee19b18770734956ebb0cb4ac9d789c1a79a891c1934e7c4c3a2bed5326ee1a0417ee89816695ab2436b3db7076328a40b77
 DIST dotnet-sdk-3.1.419-linux-x64.tar.gz 121486831 BLAKE2B 
e451b0eddd8e3ad100bfedd3a5cbe8d3f6bf53a0a78191a785b28d7c7a88603cce74f064d3041a36863524f9e32548e0e001f4278a94f1eb60be7ebd1a2ac207
 SHA512 
957d9561b346226806270a969a302217dec2a5e4853225d73fbf85f20f6107137ac5678a6ffdf5c170a72f5ef93e3defe3218970bc20d97a4f880d5c7577376f
+DIST dotnet-sdk-3.1.420-linux-arm.tar.gz 128413188 BLAKE2B 
011cc8b597472d7cce6c9061ccc9a0d60b0995f7d2ac419382ce40ecd576c5161ae4a4e08599855ab724335f7755d4c6f9cc87131921ecb6afd66b83235143e5
 SHA512 
d61cc1a5dc345d4c32bb06bcce1e50d603103294783460c811a87635eb14fc51c58869456f3326cfb689fdb7b379d2410f5db5bf63332aff173814035a319c28
+DIST dotnet-sdk-3.1.420-linux-arm64.tar.gz 123204275 BLAKE2B 
b7a3e20d14f4514737237aabe7f4e8ac237769e71f5c5d7278be3f046196f74dc17f3bf6245ab7d4e01173a6f09c728cab84a2a85f7ce45720892ff1cc077e33
 SHA512 
ac66b1544fe178153bb85c2e5be584464374ce4c036fc95720547c231c2730312018fbdfc735f9071579749415bc54e1f6b8f080cc2b08d5799a0da941e8a5f5
+DIST dotnet-sdk-3.1.420-linux-x64.tar.gz 123294740 BLAKE2B 
edee0ced3b30bc2055568c78c2421e0fa61295922326cc980b3bf7d632c9dbfa9f2b3db4bd99d9aae08bb729d8ac720a19c0ae42d5154ee23c3c5c373aa5e072
 SHA512 
b3bdd964182f9edc3c2976541e657fcc43b0eaf9bc97197597c7ecb8b784d79e3efb9e0405c84e1dcb434cf4cd38ddc4af628c5df486c3d7ae8a23e5254796e3
 DIST dotnet-sdk-5.0.407-linux-arm.tar.gz 139346500 BLAKE2B 
5bd4cdda68fd5668be488d2f75bf8ba79474985f8c1142af8c5209b0fc68ff39a4ab9a1916671ebaf6f783f0d9d193a454861474240642d77eb96e8102d7b535
 SHA512 
37db60df90f9f43a5399c1b7929c545e3815d7a91fdea82c96a136dcef993b0f8c67568759ae24321dee818fd1501cea8e541a159e10ed1a08fa96dddf2ffb9e
 DIST dotnet-sdk-5.0.407-linux-arm64.tar.gz 137430261 BLAKE2B 
810f545a399d9f59dece514f9024730281d8cdda7f7d4e632e5b53490dfbf7e60595a720cba390608ad3b01ba6337706f7bf03570fa95e80469e8a9bcd6fb21f
 SHA512 
500428a6a99d3825400be5cc1a723283f21a98c15ef68914e9252fc872b625fd10c220afd9787b7db6b226a04e83d30658234d464ccdf838639920d1768025e0
 DIST dotnet-sdk-5.0.407-linux-x64.tar.gz 142941732 BLAKE2B 
6c049812539aec3ee48c653f9344a9b8aac356d862aa864da97692be37455c8390956c4fb4b93f432b518556c575ac25bef29ff31013b0ec391b8de80c8a59fa
 SHA512 
b45f1bf086bfb5e0701c5e14534524ffc87d0195358ac4fa2cf36dac74537ca4c21c7177cfbfa7e121e77aa4106bb1e7039c9739ad73b942e2437bc5e39e6dce

diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild 
b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild
new file mode 100644
index ..dabeb4bdbf70
--- /dev/null
+++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-3.1.420.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="${PV}"
+
+DESCRIPTION=".NET is a free, cross-platform, open-source developer platform"
+HOMEPAGE="https://dotnet.microsoft.com/;
+LICENSE="MIT"
+
+SRC_URI="
+amd64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-x64.tar.gz
 )
+arm? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm.tar.gz
 )
+arm64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm64.tar.gz
 )
+"
+
+SLOT="3.1"
+KEYWORDS="~amd64 ~arm ~arm64"
+IUSE="+dotnet-symlink"
+REQUIRED_USE="elibc_glibc"
+QA_PREBUILT="*"
+RESTRICT+=" splitdebug"
+RDEPEND="
+   app-crypt/mit-krb5:0/0
+   dev-util/lttng-ust:0
+   sys-libs/zlib:0/1
+   dotnet-symlink? ( !dev-dotnet/dotnet-sdk[dotnet-symlink(+)] )
+"
+

[gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk-bin/

2022-06-18 Thread Maciej Barć
commit: 7f3dc48be574908368107c4d7bb0ade1036e1a45
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jun 19 01:29:06 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun 19 01:29:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3dc48b

dev-dotnet/dotnet-sdk-bin: drop old 6.0.202-r1

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

 dev-dotnet/dotnet-sdk-bin/Manifest |  3 --
 .../dotnet-sdk-bin-6.0.202-r1.ebuild   | 58 --
 2 files changed, 61 deletions(-)

diff --git a/dev-dotnet/dotnet-sdk-bin/Manifest 
b/dev-dotnet/dotnet-sdk-bin/Manifest
index 7ede2827e387..586fb75ac7a6 100644
--- a/dev-dotnet/dotnet-sdk-bin/Manifest
+++ b/dev-dotnet/dotnet-sdk-bin/Manifest
@@ -10,9 +10,6 @@ DIST dotnet-sdk-5.0.407-linux-x64.tar.gz 142941732 BLAKE2B 
6c049812539aec3ee48c6
 DIST dotnet-sdk-5.0.408-linux-arm.tar.gz 139493036 BLAKE2B 
2be0533e1331f4d7759a322a2caabeddfc8f24d6b95e81acd670da1a5f856e267b442c9a160f5a0e0bd7d8ad743bdda60defca09b76c1a003b65f091a576fef8
 SHA512 
4f12b2c6cc242666450eb5f892430a956ff34b2ab30aa63ee444565327fbad569152506e153a550b4a45cad6d8346f37ca7bcca68e9d46540c7f170e24b26296
 DIST dotnet-sdk-5.0.408-linux-arm64.tar.gz 137471257 BLAKE2B 
13229a50ce58305e8768a93f3ee9592b258dd21350ebf2601632d35a1d9efb138e9487742b542784dc736066b69c58a7f338d501b818f74fcc2bccbd2564693d
 SHA512 
50f23d7aca91051d8b7c37f1a76b1eb51e6fe73e017d98558d757a6b9699e4237d401ce81515c1601b8c21eb62fee4e0b4f0bbed8967eefa3ceba75fc242f01b
 DIST dotnet-sdk-5.0.408-linux-x64.tar.gz 142954023 BLAKE2B 
69d755cfa314a97026f1899e01a0112defc82f5b711ae1580502c6fb7b9770c5b6f46b4a28279c9ed429d869ceb753661cf0bad83cd9792c0e2a16aa39966b99
 SHA512 
abbf22c420df2d8398d1616efa3d31e1b8f96130697746c45ad68668676d12e65ec3b4dd75f28a5dc7607da58b6e369693c0e658def15ce2431303c28e99db55
-DIST dotnet-sdk-6.0.202-linux-arm.tar.gz 172857108 BLAKE2B 
b5bcd76479e4c1204c1de1bded5b97a5540a27d8d456a53538aa96ead10bc2a014f7de2e8ed76fce45bf221c3a6455d0cf79335dec64d5c4ea1867585972e587
 SHA512 
8c2d56256f4bebe58caee7810b7689408ff023b1f2e68f99fa375f0115db41ef0c3eb160b9ab84dc2764443a045801a4b03f6bc9090e0c1583fca2587ea0d9d6
-DIST dotnet-sdk-6.0.202-linux-arm64.tar.gz 170726144 BLAKE2B 
08dd20c5fabfddeda1748b12e0917398bbe1e04ea28cfeb207a732dd6eb98ce46d678c9fe18078f40b7e1f30820ed6774eb10b38469424dc00fb19f44d1fceb3
 SHA512 
2d0021bb4cd221ffba6888dbd6300e459f45f4f9d3cf7323f3b97ee0f093ef678f5a36d1c982296f4e15bbcbd7275ced72c3e9b2fc754039ba663d0612ffd866
-DIST dotnet-sdk-6.0.202-linux-x64.tar.gz 176864364 BLAKE2B 
b4460b1a417976e30c8ba2966d0fcc7bb57b705b98585c725559a122326a9bad8a3c647102d70cc1304dafefa48c80af2dc96cfa4c333b06ccd9542d202c8ae0
 SHA512 
81e9c368d445d9e92e3af471d52dc2aa05e3ecb75ce95c13a2ed1d117852dae43d23d913bbe92eab730aef7f38a14488a1ac65c3b79444026a629647322c5798
 DIST dotnet-sdk-6.0.300-linux-arm.tar.gz 179108734 BLAKE2B 
7975ddec899c4cf8922bcdaf0acb30a7955be34d4f0651e18dd7cb059afccff533482687ba1f4b09a9b5b0b323acf7be9041c5f36ea3980a69cf8f4f25c4e848
 SHA512 
362e09bbe36a827beacbf36af6d66f7a6eb6da92e002e9a466a597f2fc181754e8893840c68c67a6c5e94b39e2dec1da360c72814bd904b325171ff7d06c56eb
 DIST dotnet-sdk-6.0.300-linux-arm64.tar.gz 176841763 BLAKE2B 
7b07efc290bf1ab2a80f2053d6d5a37b3b156e7bb781438dce62868c717aa805940a46791b3e501a93a2a478579e95c570e1d9883d8137161908aa48e2f92510
 SHA512 
67eb088ccad197a39f104af60f3e6d12ea9b17560e059c0f7c8e956005d919d00bf0f3e487b06280be63ad57aa8895f16ebc8c92107c5019c9cf47bd620ea925
 DIST dotnet-sdk-6.0.300-linux-x64.tar.gz 183135556 BLAKE2B 
bd7c2f1f3a526fd8b006bafe853e18c19b975484ad0bbf12d8d072c91b338e83086f5845a32d28f50058d09f5bc60c29ab3b763cf5dc155c701718eabf4eb292
 SHA512 
52d720e90cfb889a92d605d64e6d0e90b96209e1bd7eab00dab1d567017d7a5a4ff4adbc55aff4cffcea4b1bf92bb8d351859d00d8eb65059eec5e449886c938

diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202-r1.ebuild 
b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202-r1.ebuild
deleted file mode 100644
index 4a71ab6b42e1..
--- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-6.0.202-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="${PV}"
-
-DESCRIPTION=".NET is a free, cross-platform, open-source developer platform"
-HOMEPAGE="https://dotnet.microsoft.com/;
-LICENSE="MIT"
-
-SRC_URI="
-amd64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-x64.tar.gz
 )
-arm? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm.tar.gz
 )
-arm64? ( 
https://dotnetcli.azureedge.net/dotnet/Sdk/${MY_PV}/dotnet-sdk-${MY_PV}-linux-arm64.tar.gz
 )
-"
-
-SLOT="6.0"
-KEYWORDS="~amd64 ~arm ~arm64"
-IUSE="+dotnet-symlink"
-REQUIRED_USE="elibc_glibc"
-QA_PREBUILT="*"
-RESTRICT+=" splitdebug"
-RDEPEND="
-   app-crypt/mit-krb5:0/0
-   dev-util/lttng-ust:0
-   sys-libs/zlib:0/1
-   dotnet-symlink? (
-   

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

2022-06-18 Thread Maciej Barć
commit: 0abcb22f9712d1342df1de45e437310f0fadfa8c
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jun 19 01:13:00 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun 19 01:13:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abcb22f

dev-python/spotipy: bump to 2.20.0

now added redis-py dep, commit:
https://github.com/plamere/spotipy/commit/7d23fc327723443c2c413da81758195ac54fc2b5

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

 dev-python/spotipy/Manifest  |  1 +
 dev-python/spotipy/spotipy-2.20.0.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/dev-python/spotipy/Manifest b/dev-python/spotipy/Manifest
index 12c83ee2269b..6a5da472b855 100644
--- a/dev-python/spotipy/Manifest
+++ b/dev-python/spotipy/Manifest
@@ -1 +1,2 @@
 DIST spotipy-2.19.0.tar.gz 102703 BLAKE2B 
bc132edb972236b43097c0bbc9d86932a3305d8bd3807e44e20767b123455950b8e01060efd83c87b3a162e329f5c48614205f131686af7f9312a44894a7f1e7
 SHA512 
fbaecd1a2cab3ef458d30de46cb89462021dfc3cfc85516d8bfe509af016a0b19af2f8de4f5cae36188b1ce1f5718c75edff0e71af2a87f4d720ee99d4541a6a
+DIST spotipy-2.20.0.tar.gz 103437 BLAKE2B 
78b026b9de04b0115c5621345e4f4c0ee47a51980221c77da8754c54fc8c321a1826983ceb9bcf9c415690906f3b3ea4657243e6b5d351d3edb48084baeca292
 SHA512 
8b5d0704fa84974ea0728dda0fe89d021b7b1550b464026d2b087671102745c7edcab116246399dd97de42d9c0cc7411295297c328b301712b6536aa6a3cd6fd

diff --git a/dev-python/spotipy/spotipy-2.20.0.ebuild 
b/dev-python/spotipy/spotipy-2.20.0.ebuild
new file mode 100644
index ..3409dd977e02
--- /dev/null
+++ b/dev-python/spotipy/spotipy-2.20.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A light weight Python library for the Spotify Web API"
+HOMEPAGE="https://spotipy.readthedocs.io;
+SRC_URI="https://github.com/plamere/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="examples"
+
+RDEPEND="
+   dev-python/redis-py[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Requires user credentials
+   rm tests/integration/test_user_endpoints.py || die
+
+   # Requires a spotify client ID
+   rm tests/integration/test_non_user_endpoints.py || die
+
+   # Needs internet access
+   sed -i -e 's:test_spotify_client_credentials_get_access_token:_&:' \
+   tests/unit/test_oauth.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   use examples && dodoc -r examples
+}



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

2022-06-18 Thread Sam James
commit: da6831d65e78db32b66b7bbb386930c4b5897d6e
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 19 01:11:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 19 01:11:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6831d6

sys-devel/gcc: add 12.1.1_p20220618

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-12.1.1_p20220618.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index a3da9ef502a1..6f0080ade0b7 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -20,6 +20,7 @@ DIST gcc-11.4.0-musl-patches-0.tar.xz 3844 BLAKE2B 
f3f1be6718e3cf08e553a1a2319a8
 DIST gcc-11.4.0-patches-0.tar.xz 13404 BLAKE2B 
a384e6604befe306e6ee444b886c1aed1ef469299f5c7903da8314d73fd06463fb4f24be24d3d03df4883eaa8eb24beb477d881c5a1886d5913fee110b11a35c
 SHA512 
f46f971f87deceaa8bc60eaa815aa1625f1cae01d2cccaeb6ff87f518198a756a1f7b496bd5bad004d713a4e8e6138f0b9a832e4df344fcb3009def840f9f6b9
 DIST gcc-12-20220528.tar.xz 79096228 BLAKE2B 
9c06ce85c6302bd43e06d35d5d5cc9e81268d368484bd60af707e6dbbe791d85ec2a177fe7deae1379d313269fcaea2ff5245e20e54ca667f452c27efb738c13
 SHA512 
498be61fcae7e4ec55e1f270e1d02fadfe9069692afab6442dac0b7ab480ad7112121f4728a9f99c7868e7373b2c770ad4833a3b4a1a8a43b3417e79f286c28c
 DIST gcc-12-20220611.tar.xz 79091164 BLAKE2B 
024d390d922bc3754e6e357388e4d9d310ce35b74eafd21e7086d58c4983fbf5bb4f8af251ed3e384b7a4c7e7a2eada8fe6a82803468e805abe3654eddd57eab
 SHA512 
66f8a8a11c0ce9fafe70def612a398e8beeebe1f1edcde1488d7c72f436cdf66062fb24804af7fdda1001260d7ac15ae1007d3687a4859e62339dad0906b398d
+DIST gcc-12-20220618.tar.xz 79095516 BLAKE2B 
855517564622af4e95a830ea814c09a8cd250b9ecb5fee49c39b749571a2337fabfa618b9a8b60a4ae4490abef96a95b03b8b088a270f87c2b36a8999fc58ba6
 SHA512 
4c62a17cede439c037a41c1a59ec3d670aab111b11b1249bc08346707b06e6631f8bc2add68b72d6789977c1016325a6c3b45be6373a8a3b11e018b4823d2102
 DIST gcc-12.0.0-musl-patches-4.tar.xz 4456 BLAKE2B 
80ae755b52c31d57eb737b3ec5e70d96e7e20f6720664cd94573b1c6cd079a0e29f73277c27b2f2570706da5239006dabd44f834824c515f6615ed5dc39c273f
 SHA512 
cf917f40133d2b8090e98880e6c87d38129f44bcb454f4d707ef57967635a6fb571d7b85b7cb854421bc9aa88e48767a47aad99c767f9415899f97922d61c497
 DIST gcc-12.0.0-patches-5.tar.xz 9820 BLAKE2B 
cdebb6fa59e594f95cc4b028d329c0fed3ffa1731a4ca1a2954b7760f4a674e773cfe5888fb2c63a619d5d80ec464d98a94870bfe2e3ea34370afce7f67526bb
 SHA512 
a9c27b0188fd842e88d6a831cdf1f9c6d0cada4ec260b5f7e67f3d8fe0f439fb0d2c82469de9fecebd657043babf3e63a24ee53776be2617bb90e1d3dd3f521e
 DIST gcc-12.1.0-musl-patches-4.tar.xz 4448 BLAKE2B 
ddad7bccea7474a0552e069df25e66b4af68470da655aaf7669c2ceca7d0588cebb171e8a949c8935eeadff23af4d3de41d44245c06d48044cfc1d1fadc6540a
 SHA512 
bb3b9e4a81efd2d0ceb405220a9c15453d780d8bc01ed5ebf4837a318e0f8ad8cc36d6ad3f2eed5051bb6dc82f223d8b61321b8f602890a770eefd69c0c144b9

diff --git a/sys-devel/gcc/gcc-12.1.1_p20220618.ebuild 
b/sys-devel/gcc/gcc-12.1.1_p20220618.ebuild
new file mode 100644
index ..aa68dc8eaadf
--- /dev/null
+++ b/sys-devel/gcc/gcc-12.1.1_p20220618.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="7"
+PATCH_GCC_VER="12.1.0"
+MUSL_VER="4"
+MUSL_GCC_VER="12.1.0"
+
+inherit toolchain
+
+# Don't keyword live ebuilds
+if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+   KEYWORDS="~loong"
+fi
+
+# Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+# If GCC is enabling CET by default, we need glibc to be built with support 
for it.
+# bug #830454
+RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+DEPEND="${RDEPEND}"
+BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
+
+src_prepare() {
+   toolchain_src_prepare
+
+   eapply_user
+}



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

2022-06-18 Thread Marc Schiffbauer
commit: 8c9e2e1a1261f88b503de1ee58df546f93027e6d
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sun Jun 19 00:11:48 2022 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sun Jun 19 00:14:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9e2e1a

dev-python/bareos: add 21.1.2, drop 21.0.0

Signed-off-by: Marc Schiffbauer  gentoo.org>

 dev-python/bareos/Manifest   | 2 +-
 dev-python/bareos/{bareos-21.0.0.ebuild => bareos-21.1.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest
index 8acbf296c4c7..5b6c99245325 100644
--- a/dev-python/bareos/Manifest
+++ b/dev-python/bareos/Manifest
@@ -1 +1 @@
-DIST bareos-21.0.0.tar.gz 11306618 BLAKE2B 
0363465c40a8053bb5ec772c18ac0dc852f379979e3afc45dd29c79f8187238363c1f07e2f39d25613404b1b6e253700b33b274389ca2dc4655d201bc4888166
 SHA512 
0a57bccca0589f3ce8a5664afbeb1eb1b17ec7142722e2d0bb2a0bbd9007688725b39c6db59646c180ce096e55451c09934e6479a2b4deeb4d3ee738ab2c32cd
+DIST bareos-21.1.2.tar.gz 11582588 BLAKE2B 
e7e02b3897d7e377cc79d9d0880da821f1b81d1f54891d89e704e78f51471cdf94b5a02ffe2f4ed54dec38bf37ccc757bf1641c3b678a04e401f48484ed3c941
 SHA512 
acdc787ff828add93c81b2b7d293dec90f2aa22aa3aee3002662bd30e88dc0dc58b753bb63ca7c111fac6c7eeea888938236c1169f92ed6cec27941036c7b6b1

diff --git a/dev-python/bareos/bareos-21.0.0.ebuild 
b/dev-python/bareos/bareos-21.1.2.ebuild
similarity index 100%
rename from dev-python/bareos/bareos-21.0.0.ebuild
rename to dev-python/bareos/bareos-21.1.2.ebuild



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

2022-06-18 Thread Sam James
commit: b8c58f3aaf58b30c671cdb73663ef78a8bff2eb3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 23:46:05 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 23:46:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c58f3a

dev-util/strace: add 5.18

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

 dev-util/strace/Manifest   | 1 +
 dev-util/strace/{strace-.ebuild => strace-5.18.ebuild} | 7 ---
 dev-util/strace/strace-.ebuild | 7 ---
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/dev-util/strace/Manifest b/dev-util/strace/Manifest
index 3e33e7550c15..4de429503f8f 100644
--- a/dev-util/strace/Manifest
+++ b/dev-util/strace/Manifest
@@ -1,2 +1,3 @@
 DIST strace-5.15.tar.xz 2248664 BLAKE2B 
fff08e49552ad1208b658f91e37c540cc7315ac255aba2e69db5bfeb942114b865f1114a45663481f1ab967db45d187bdbcf70ffe80449169df0c37ff82a1a94
 SHA512 
67251792ad0fb7f44013c3ae5e5b757106223c9d123d349e31de7565e0f2bfdc6bbd46a9c269e58508bd288ee70f104f8e2185f2203bd91431c5c776db0d9384
 DIST strace-5.17.tar.xz 2281220 BLAKE2B 
27e7dc19302c58144b0a7d8de41f717760b8e3cde4ab56892045727597bbfc894bf8f137aee476548c2d16d1e9c8005f931f31a5d2f8bfc4ce5565c2aa01f1ec
 SHA512 
1b63cf7e6e339333b9d24fa20232409192abc815f2ebe2e336ef4acc039cd06c976b3c12e9ce993491a0e6b86c26b90ceba962f580e894b1ff5ab9863bdfcc44
+DIST strace-5.18.tar.xz 2307412 BLAKE2B 
658d17d2137344550ea3c2ece54708387c3b78020dbade45a7ef04905dc9d4703fa8d44802cca5a9448d096a7210d0178d8d78caab7e504fa998d1f9a0b59c65
 SHA512 
99418b84a5e2049cb6fe32eed19ddcb61bbefb25220550c67d92cd7bc3d44ae5d87ac228b3e1c207166b9bfdae55c624a0f4e603004599fb7ea3143bbccc749e

diff --git a/dev-util/strace/strace-.ebuild 
b/dev-util/strace/strace-5.18.ebuild
similarity index 93%
copy from dev-util/strace/strace-.ebuild
copy to dev-util/strace/strace-5.18.ebuild
index a0531b88dede..edcd42346ba7 100644
--- a/dev-util/strace/strace-.ebuild
+++ b/dev-util/strace/strace-5.18.ebuild
@@ -1,16 +1,16 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools flag-o-matic toolchain-funcs
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/strace/strace.git;
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
@@ -104,5 +104,6 @@ src_install() {
exeinto /usr/bin
doexe src/strace-graph
fi
+
dodoc CREDITS
 }

diff --git a/dev-util/strace/strace-.ebuild 
b/dev-util/strace/strace-.ebuild
index a0531b88dede..edcd42346ba7 100644
--- a/dev-util/strace/strace-.ebuild
+++ b/dev-util/strace/strace-.ebuild
@@ -1,16 +1,16 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools flag-o-matic toolchain-funcs
 
-if [[ ${PV} == "" ]] ; then
+if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/strace/strace.git;
inherit git-r3
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
@@ -104,5 +104,6 @@ src_install() {
exeinto /usr/bin
doexe src/strace-graph
fi
+
dodoc CREDITS
 }



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

2022-06-18 Thread Sam James
commit: c518bc81cf92584099ee57fcfdbd5ac89cc01696
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 23:03:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 23:04:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c518bc81

net-libs/gnutls: Stabilize 3.7.6 hppa, #843353

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

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

diff --git a/net-libs/gnutls/gnutls-3.7.6.ebuild 
b/net-libs/gnutls/gnutls-3.7.6.ebuild
index 9bc3040279f8..15710987c244 100644
--- a/net-libs/gnutls/gnutls-3.7.6.ebuild
+++ b/net-libs/gnutls/gnutls-3.7.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( mirror://gnupg/gnutls/v$(ver_cut 
1-2)/${P}.tar.xz.sig )
 
 LICENSE="GPL-3 LGPL-2.1+"
 SLOT="0/30.30" # .
-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="brotli +cxx dane doc examples guile +idn nls +openssl pkcs11 seccomp 
sslv2 sslv3 static-libs test test-full +tls-heartbeat tools valgrind zlib zstd"
 
 REQUIRED_USE="test-full? ( cxx dane doc examples guile idn nls openssl pkcs11 
seccomp tls-heartbeat tools )"



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

2022-06-18 Thread Sam James
commit: 8b1a03f8f7d59b2516d28d719d77c2d452d975f3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 23:03:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 23:04:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1a03f8

media-libs/harfbuzz: Stabilize 4.2.1 hppa, #843353

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

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

diff --git a/media-libs/harfbuzz/harfbuzz-4.2.1.ebuild 
b/media-libs/harfbuzz/harfbuzz-4.2.1.ebuild
index cec47633007b..52a16186c47d 100644
--- a/media-libs/harfbuzz/harfbuzz-4.2.1.ebuild
+++ b/media-libs/harfbuzz/harfbuzz-4.2.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} =  ]] ; then
inherit git-r3
 else
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 LICENSE="Old-MIT ISC icu"



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

2022-06-18 Thread Sam James
commit: a8ef68b8704edf93aa97be9ce0e6ec460d7f5831
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 23:03:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 23:04:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ef68b8

app-text/poppler: Stabilize 22.05.0 hppa, #843353

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

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

diff --git a/app-text/poppler/poppler-22.05.0.ebuild 
b/app-text/poppler/poppler-22.05.0.ebuild
index b9f912a1bddd..6bd8c9f87f88 100644
--- a/app-text/poppler/poppler-22.05.0.ebuild
+++ b/app-text/poppler/poppler-22.05.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == ** ]] ; then
SLOT="0/"
 else
SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz;
-   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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0/121"   # CHECK THIS WHEN BUMPING!!! SUBSLOT IS libpoppler.so 
SOVERSION
 fi
 



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

2022-06-18 Thread Sam James
commit: 687f35e5ae832b91156df7afdba1638b83bfb153
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 23:03:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 23:04:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687f35e5

dev-libs/icu: Stabilize 71.1-r1 hppa, #843353

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

 dev-libs/icu/icu-71.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/icu/icu-71.1-r1.ebuild b/dev-libs/icu/icu-71.1-r1.ebuild
index 30d8b8486400..87911072ee9c 100644
--- a/dev-libs/icu/icu-71.1-r1.ebuild
+++ b/dev-libs/icu/icu-71.1-r1.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}/source"
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE="debug doc examples static-libs test"
 RESTRICT="!test? ( test )"
 



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

2022-06-18 Thread Sam James
commit: 9e12ee15c62922c64037a8b76b8bfa89389ef6cd
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 23:03:37 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 23:04:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e12ee15

app-crypt/gpgme: Stabilize 1.17.1-r1 hppa, #843353

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

 app-crypt/gpgme/gpgme-1.17.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild 
b/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild
index a57017b6743a..0673116bef89 100644
--- a/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild
+++ b/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild
@@ -19,7 +19,7 @@ LICENSE="GPL-2 LGPL-2.1"
 # Use e.g. app-portage/iwdevtools integration with dev-libs/libabigail's 
abidiff.
 # Subslot: SONAME of each: 
 SLOT="1/11.6.15"
-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="common-lisp static-libs +cxx python qt5 test"
 RESTRICT="!test? ( test )"
 



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

2022-06-18 Thread Maciej Barć
commit: e4230389000efd4c75eaa2d748ff15b53991d908
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun 18 22:20:19 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun 18 23:00:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4230389

app-admin/rsyslog: bump to 8.2206.0

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

 app-admin/rsyslog/Manifest|   2 +
 app-admin/rsyslog/rsyslog-8.2206.0.ebuild | 491 ++
 2 files changed, 493 insertions(+)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index 69d169d4cfe7..7bf6be7a8ce9 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -5,6 +5,7 @@ DIST rsyslog-8.2108.0.tar.gz 3204178 BLAKE2B 
d120f2b20521a40fbe985a4ba751edd51ed
 DIST rsyslog-8.2110.0.tar.gz 3217225 BLAKE2B 
df239609b7a5e08d2a5b1ab5823d45868ac75e1359876e032d4de633165878310f43bfacabab2df4b5657789f77dd2d93814d2fe2aa39e18b267b9bb9234c975
 SHA512 
b3ec40a272e1fee3034fb24a21ae6c773878b013c04bd01279f6b3bba65a98287c3497a3c4c3e46f8c9137b3dc491a11a7e193f7ee0347b769c4162b48aa
 DIST rsyslog-8.2112.0.tar.gz 3230105 BLAKE2B 
deee27f0b1e2b9783bef4d90e396c92c772465156ae8242172548794d628edb5d1e9a95d9ee2aeb2b301ec4b691572391ea7db7b1e8fdb1d14c65e3857857799
 SHA512 
32ee475d4ef34a68aa43997a97472d21f45c27052c528c1904786df608977189a53e8bb88f310dc2ebe3bf11857824e4e2188c5b85591a005b6977f90a6b17c3
 DIST rsyslog-8.2204.0.tar.gz 3242825 BLAKE2B 
1e7a75f151053c28bf8e1215f8f1da58ee2232127b4edae6c1a59ff236b2ff0aea57fb175bcdde9a3bd3ce516015422a2eda1f857fdeb56489555de27cf2deda
 SHA512 
d26ab950788b8931b895719f7d8a42509f709b69a76e4188df16f72be050863ee402310ad9300840fed4ac089638497725d67433172778be7b2932fa82210472
+DIST rsyslog-8.2206.0.tar.gz 3246829 BLAKE2B 
cfe88f12821146011914610e33cb907bd96f19b6e67c0eb3f9bd88b749eebd3a91ae27e445688842a806719cfe9757778d3f9705cd2d6a497d358015c9ddf36b
 SHA512 
000d2a05ef4823879e615a347f62f76d3af7d43cddb119e7f57a8470aade00139475368579385ba008a1d5979082128ef6148e0fac2478f6e0ccb26e68d317b7
 DIST rsyslog-doc-8.2102.0.tar.gz 6419104 BLAKE2B 
134c7ccde6f7435b35840fa37f5774223ac1ebd7dc10db961900a7b1600483156518433c7f70d0981e96ea750e1916ab53e346abacf58066bf141e85c719ae00
 SHA512 
a5dc4fb9bd8892fac693c5692b926c8d7d9fa36667d6b4c6eccba750713af88d4317f6232efc2a16de38c2e58c4a8bc4d04c9ebb2e7ebc3b0878d53eef20dd2e
 DIST rsyslog-doc-8.2104.0.tar.gz 6451275 BLAKE2B 
cb8a38b28caec17babd190e463070b862071a75c4c63a7208e56f039f84ae7a5c6045112697c61635d328e56d9427f692e67a9d6fefc94b59ad28481210f1481
 SHA512 
6c898fa606190c5cf214822503f060b1692cd907731858736a395511b66d7b0d1cf6dfcc90c4cecbe21b099197ae2187db53d719f44f85f26a1bd34971539d36
 DIST rsyslog-doc-8.2106.0.tar.gz 6500747 BLAKE2B 
d004af40dfc82577fe262993b10497cbf50142295ccfc046126e0d8cc85dd964cca7798732d2f41ef9d776096b3ec99a8c835bb037a78c9030ea6cd596d1e057
 SHA512 
04c205ea463f7487baedf60d0469f3752edfb60a0833954a3f208d52ed6495152c785a4a8ea47396ac85b581ced0657f7b51d313c2d4295e26d547b996ff4ca3
@@ -12,3 +13,4 @@ DIST rsyslog-doc-8.2108.0.tar.gz 6527584 BLAKE2B 
b7974d2f723603017f1c725f820e03f
 DIST rsyslog-doc-8.2110.0.tar.gz 6533014 BLAKE2B 
16670903ddbbc14ef5ebc726964d1fa879849294401825a4e2c65e0ca06924830c2c882b98ab6eb6c2f639dfcf683b8c7659b49965b4280d441935126364ce9c
 SHA512 
f0081b28d7394af30d4e1873a040208ec358d45c7336c69e99e2d6d4a2aae86a25a65d3c803b6570668e24625e50e01d5af3f9fa90f1c8cc82b45b1b6bd7a7e0
 DIST rsyslog-doc-8.2112.0.tar.gz 6545985 BLAKE2B 
4f6cfbbf8062a70faa67dd7168ad35bcbe2c81f80560ddb48229a332ce8ac861efe3bdaa1baeddbdd086c3e9ac8912746ba58bc64ab62f3caba8b8cc1b0014fd
 SHA512 
8588d5fd1a79fce785db85ba162ed2fa9e5375590ee8e6d8569e75334d36683a1b977e930c096a6b3dac15596c066b46fc3105fcc5e8232ab11cf43c6eed3a55
 DIST rsyslog-doc-8.2204.0.tar.gz 6553264 BLAKE2B 
b4691a6bba44ec37bf310c4f7b307f85bc5d30954296ad62f77ff0f5041badf5fc40fc5680b940f6f3929da8956928dea890f7f2547f7db5e1e4141ef0855b48
 SHA512 
361528b95c1f02cdc2b2ca8ba5252c8215996e81ef1602e08c46be4e1fd8c1c287dd7d52ae9b2b58c0ec7fe38d7079a89e10642ac3f34fe0b6c5737968999fb4
+DIST rsyslog-doc-8.2206.0.tar.gz 6553532 BLAKE2B 
51288f5e819393ad6b5af1acfa030b262c1a97c9cc791606c16792201eb8f7bbc9750bb004e7592a99fa1261b971911a6c2bbe6c0b82a6c3bb067b077ce22641
 SHA512 
23d686241bb6422146602420e21a53208ff82f39f76258d7147dc0b5c06863f8229e1e2df06bfcae63408d06e70b68f7a0b0d216671b78302527d436091a698a

diff --git a/app-admin/rsyslog/rsyslog-8.2206.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.2206.0.ebuild
new file mode 100644
index ..4fdbe870e9c8
--- /dev/null
+++ b/app-admin/rsyslog/rsyslog-8.2206.0.ebuild
@@ -0,0 +1,491 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools linux-info python-any-r1 systemd
+
+DESCRIPTION="An enhanced multi-threaded syslogd with database support and more"
+HOMEPAGE="https://www.rsyslog.com/;
+
+if [[ ${PV} == "" ]]; then
+   

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

2022-06-18 Thread Maciej Barć
commit: ddc7c9949f8be98dc84c1b01bd2b80f5d576359d
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun 18 22:58:42 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun 18 23:00:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc7c994

app-admin/rsyslog: drop old 8.2104.0-r1

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

 app-admin/rsyslog/Manifest   |   2 -
 app-admin/rsyslog/rsyslog-8.2104.0-r1.ebuild | 485 ---
 2 files changed, 487 deletions(-)

diff --git a/app-admin/rsyslog/Manifest b/app-admin/rsyslog/Manifest
index 7bf6be7a8ce9..666b7c3b07aa 100644
--- a/app-admin/rsyslog/Manifest
+++ b/app-admin/rsyslog/Manifest
@@ -1,5 +1,4 @@
 DIST rsyslog-8.2102.0.tar.gz 3123684 BLAKE2B 
f5c4e00d68ec82ed3f7b89dd5e888bebda9c4eb38185dfd8ecd96c1bf77380385aaddac73ab1de8364e1239a3de746f160c18b0f135d006f473f9e40be2c18a1
 SHA512 
281b0e5d5cb548c39a6e514e5fd5b1bdbe8ca0bdd9234f4fea581ed7679f76d2d75b65d14c3c5e799f86f91600074ff75b467aa1ff27cdbec0f4197261c5aec0
-DIST rsyslog-8.2104.0.tar.gz 3175254 BLAKE2B 
ed772d4e460105b8406305574fdbe4aeca7ba57ba975b78f91d279460fee0faa767fcda3d2d8a4ba6d543bf9e920f9b7cf5ddf9e4d3ccfc9ae3b08c318a6c5b0
 SHA512 
15ded57f32259bb12b3378d10bc2d4d6eff39623f1195357dafa58e5c1154aedc0d60ff0746599707f380cf3bfc5ca955f15f1213572fa447cc333d479e0eefc
 DIST rsyslog-8.2106.0.tar.gz 3180745 BLAKE2B 
a949c36e0c5251fa3cd7748387990b667564561a5fcf0250bb19ebf62bf88f367814f86d743c64e0b5e5a184e2160ec0c2cd2600ac0ffc655e41d651495e9311
 SHA512 
309bba7e53f0dc6462f8cac781f567ce879f31bc020b233e80aa4461cc4c6e9279ca1c65c910ce3015fcab9ed663020db84ff4073c03a436b5be66e57a99164f
 DIST rsyslog-8.2108.0.tar.gz 3204178 BLAKE2B 
d120f2b20521a40fbe985a4ba751edd51ed5917fcd0db5d7abb35ecada3ada31f99d34f74cd3278736356e8f09f13b79ca2166e4732676a97655c189d257e3fa
 SHA512 
95096660bc93f7808d22c39549d7429deb340ef8d706f08dc8be35f48d1c7e3d389907fdf18ba04dd54fb59c9780fdb267eef7985184f0e5932bf11f46c5423b
 DIST rsyslog-8.2110.0.tar.gz 3217225 BLAKE2B 
df239609b7a5e08d2a5b1ab5823d45868ac75e1359876e032d4de633165878310f43bfacabab2df4b5657789f77dd2d93814d2fe2aa39e18b267b9bb9234c975
 SHA512 
b3ec40a272e1fee3034fb24a21ae6c773878b013c04bd01279f6b3bba65a98287c3497a3c4c3e46f8c9137b3dc491a11a7e193f7ee0347b769c4162b48aa
@@ -7,7 +6,6 @@ DIST rsyslog-8.2112.0.tar.gz 3230105 BLAKE2B 
deee27f0b1e2b9783bef4d90e396c92c772
 DIST rsyslog-8.2204.0.tar.gz 3242825 BLAKE2B 
1e7a75f151053c28bf8e1215f8f1da58ee2232127b4edae6c1a59ff236b2ff0aea57fb175bcdde9a3bd3ce516015422a2eda1f857fdeb56489555de27cf2deda
 SHA512 
d26ab950788b8931b895719f7d8a42509f709b69a76e4188df16f72be050863ee402310ad9300840fed4ac089638497725d67433172778be7b2932fa82210472
 DIST rsyslog-8.2206.0.tar.gz 3246829 BLAKE2B 
cfe88f12821146011914610e33cb907bd96f19b6e67c0eb3f9bd88b749eebd3a91ae27e445688842a806719cfe9757778d3f9705cd2d6a497d358015c9ddf36b
 SHA512 
000d2a05ef4823879e615a347f62f76d3af7d43cddb119e7f57a8470aade00139475368579385ba008a1d5979082128ef6148e0fac2478f6e0ccb26e68d317b7
 DIST rsyslog-doc-8.2102.0.tar.gz 6419104 BLAKE2B 
134c7ccde6f7435b35840fa37f5774223ac1ebd7dc10db961900a7b1600483156518433c7f70d0981e96ea750e1916ab53e346abacf58066bf141e85c719ae00
 SHA512 
a5dc4fb9bd8892fac693c5692b926c8d7d9fa36667d6b4c6eccba750713af88d4317f6232efc2a16de38c2e58c4a8bc4d04c9ebb2e7ebc3b0878d53eef20dd2e
-DIST rsyslog-doc-8.2104.0.tar.gz 6451275 BLAKE2B 
cb8a38b28caec17babd190e463070b862071a75c4c63a7208e56f039f84ae7a5c6045112697c61635d328e56d9427f692e67a9d6fefc94b59ad28481210f1481
 SHA512 
6c898fa606190c5cf214822503f060b1692cd907731858736a395511b66d7b0d1cf6dfcc90c4cecbe21b099197ae2187db53d719f44f85f26a1bd34971539d36
 DIST rsyslog-doc-8.2106.0.tar.gz 6500747 BLAKE2B 
d004af40dfc82577fe262993b10497cbf50142295ccfc046126e0d8cc85dd964cca7798732d2f41ef9d776096b3ec99a8c835bb037a78c9030ea6cd596d1e057
 SHA512 
04c205ea463f7487baedf60d0469f3752edfb60a0833954a3f208d52ed6495152c785a4a8ea47396ac85b581ced0657f7b51d313c2d4295e26d547b996ff4ca3
 DIST rsyslog-doc-8.2108.0.tar.gz 6527584 BLAKE2B 
b7974d2f723603017f1c725f820e03f355af1805d77143e6ff9eeb02e54a991ba4c143fc45b48b3e1625328e68113df36d71abd0763983a8db655081c5d81abc
 SHA512 
d4ca8c91cbdd7be458083ffec9d933e5d1e175dff93fdf9274f5ca444c9cfe8710349c16de6edfd3e12cf97fc889a9e71059ef1d0b85fda4ed335fb107b98a9f
 DIST rsyslog-doc-8.2110.0.tar.gz 6533014 BLAKE2B 
16670903ddbbc14ef5ebc726964d1fa879849294401825a4e2c65e0ca06924830c2c882b98ab6eb6c2f639dfcf683b8c7659b49965b4280d441935126364ce9c
 SHA512 
f0081b28d7394af30d4e1873a040208ec358d45c7336c69e99e2d6d4a2aae86a25a65d3c803b6570668e24625e50e01d5af3f9fa90f1c8cc82b45b1b6bd7a7e0

diff --git a/app-admin/rsyslog/rsyslog-8.2104.0-r1.ebuild 
b/app-admin/rsyslog/rsyslog-8.2104.0-r1.ebuild
deleted file mode 100644
index e6118187a015..
--- a/app-admin/rsyslog/rsyslog-8.2104.0-r1.ebuild
+++ /dev/null
@@ -1,485 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"

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

2022-06-18 Thread Maciej Barć
commit: 935834319d8bb7264d06af1bfc6efb81992c112f
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jun 18 22:18:02 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jun 18 23:00:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93583431

app-admin/rsyslog: add libevent dep, move queue-standalone

Closes: https://bugs.gentoo.org/827691
Closes: https://bugs.gentoo.org/850358
Signed-off-by: Maciej Barć  gentoo.org>

 .../{rsyslog-8.2102.0.ebuild => rsyslog-8.2102.0-r1.ebuild} |  9 ++---
 .../{rsyslog-8.2104.0.ebuild => rsyslog-8.2104.0-r1.ebuild} |  9 ++---
 .../{rsyslog-8.2108.0.ebuild => rsyslog-8.2106.0-r1.ebuild} |  8 ++--
 .../{rsyslog-8.2106.0.ebuild => rsyslog-8.2108.0-r1.ebuild} |  9 ++---
 .../{rsyslog-8.2110.0.ebuild => rsyslog-8.2110.0-r1.ebuild} | 13 +
 .../{rsyslog-8.2112.0.ebuild => rsyslog-8.2112.0-r1.ebuild} | 11 ---
 .../{rsyslog-8.2204.0.ebuild => rsyslog-8.2204.0-r1.ebuild} | 11 ---
 7 files changed, 49 insertions(+), 21 deletions(-)

diff --git a/app-admin/rsyslog/rsyslog-8.2102.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.2102.0-r1.ebuild
similarity index 99%
rename from app-admin/rsyslog/rsyslog-8.2102.0.ebuild
rename to app-admin/rsyslog/rsyslog-8.2102.0-r1.ebuild
index 09a86a219fb9..be0291f4147b 100644
--- a/app-admin/rsyslog/rsyslog-8.2102.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.2102.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -42,7 +42,6 @@ REQUIRED_USE="
 
 BDEPEND=">=sys-devel/autoconf-archive-2015.02.24
virtual/pkgconfig
-   elibc_musl? ( sys-libs/queue-standalone )
test? (
jemalloc? ( =net-libs/czmq-4:=[drafts]
)"
 DEPEND="${RDEPEND}
+   elibc_musl? ( sys-libs/queue-standalone )
test? (
>=dev-libs/liblogging-1.0.1[stdlog]
)"

diff --git a/app-admin/rsyslog/rsyslog-8.2104.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.2104.0-r1.ebuild
similarity index 99%
rename from app-admin/rsyslog/rsyslog-8.2104.0.ebuild
rename to app-admin/rsyslog/rsyslog-8.2104.0-r1.ebuild
index 731eb7f499cf..e6118187a015 100644
--- a/app-admin/rsyslog/rsyslog-8.2104.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.2104.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -42,7 +42,6 @@ REQUIRED_USE="
 
 BDEPEND=">=sys-devel/autoconf-archive-2015.02.24
virtual/pkgconfig
-   elibc_musl? ( sys-libs/queue-standalone )
test? (
jemalloc? ( =net-libs/czmq-4:=[drafts]
)"
 DEPEND="${RDEPEND}
+   elibc_musl? ( sys-libs/queue-standalone )
test? (
>=dev-libs/liblogging-1.0.1[stdlog]
)"

diff --git a/app-admin/rsyslog/rsyslog-8.2108.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.2106.0-r1.ebuild
similarity index 98%
rename from app-admin/rsyslog/rsyslog-8.2108.0.ebuild
rename to app-admin/rsyslog/rsyslog-8.2106.0-r1.ebuild
index c03f64233c71..17e58184ef8f 100644
--- a/app-admin/rsyslog/rsyslog-8.2108.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.2106.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -74,7 +74,10 @@ RDEPEND="
omudpspoof? ( >=net-libs/libnet-1.1.6 )
postgres? ( >=dev-db/postgresql-8.4.20:= )
rabbitmq? ( >=net-libs/rabbitmq-c-0.3.0:= )
-   redis? ( >=dev-libs/hiredis-0.11.0:= )
+   redis? (
+   >=dev-libs/hiredis-0.11.0:=
+   dev-libs/libevent[threads]
+   )
relp? ( >=dev-libs/librelp-1.2.17:= )
rfc3195? ( >=dev-libs/liblogging-1.0.1:=[rfc3195] )
rfc5424hmac? (
@@ -94,6 +97,7 @@ RDEPEND="
>=net-libs/czmq-4:=[drafts]
)"
 DEPEND="${RDEPEND}
+   elibc_musl? ( sys-libs/queue-standalone )
test? (
>=dev-libs/liblogging-1.0.1[stdlog]
)"

diff --git a/app-admin/rsyslog/rsyslog-8.2106.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.2108.0-r1.ebuild
similarity index 99%
rename from app-admin/rsyslog/rsyslog-8.2106.0.ebuild
rename to app-admin/rsyslog/rsyslog-8.2108.0-r1.ebuild
index c03f64233c71..4ead7a5d9cca 100644
--- a/app-admin/rsyslog/rsyslog-8.2106.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.2108.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -42,7 +42,6 @@ REQUIRED_USE="
 
 BDEPEND=">=sys-devel/autoconf-archive-2015.02.24
virtual/pkgconfig
-   elibc_musl? ( sys-libs/queue-standalone )
test? (
jemalloc? ( =net-libs/czmq-4:=[drafts]
)"
 DEPEND="${RDEPEND}
+   

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

2022-06-18 Thread Sam James
commit: 76fa79617528dc47fad5fd5babb0d12a109382af
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 22:42:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 22:43:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fa7961

sys-devel/gcc: add 11.3.1_p20220617

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-11.3.1_p20220617.ebuild | 52 +++
 2 files changed, 53 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 595e7bf4751e..a3da9ef502a1 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -9,6 +9,7 @@ DIST gcc-10.4.0-patches-0.tar.bz2 15231 BLAKE2B 
f64a2e7f317acf9416da69c129ea8691
 DIST gcc-10.4.0-patches-1.tar.xz 14392 BLAKE2B 
76cc16bb611f1ac2020f0f430fc3f038e8ad29827e000b7aeca2a3143e91a674dee18b9530451fe37110c20dd3548ece387c323b460199e911e8195fc88eddf4
 SHA512 
f574ad66025eccb824e5901ef14f38268fc1fb26d9fc4fc9d04c8652c7bcee78ea196bdda88dbf891f167a6d7d75a74fb5776592dc25971c5902ba9d5d721266
 DIST gcc-11-20220115.tar.xz 75676672 BLAKE2B 
12171fd97731dbca67f13cc2a3a3a3989c22d628b289cbd3d46080f77a8d951f15c1e54e83a2e62ab41b69221f9784e970799a11a9ed5b224a77ba4b1b081f07
 SHA512 
7455b3b29d3c64df9123afef82faf922d97e08a3ea30fbc2d9286d4f6ed2fafbfc0f9d94ae1b9eee45329e95a27bd642b3aa679d83a0c27a3e30967d49e0728c
 DIST gcc-11-20220610.tar.xz 75771324 BLAKE2B 
ab3d2792b778961db0fedf0d965f37deec87832686ca127475146820c1f9b3a1c6872b9170c811288e891baf9de90e7dcce2f4ace96dbba0d96fff9d2757fb8d
 SHA512 
17f70761378dd3b7bba341abfdb9274abe1bf75e61d6dd59edd5befcd10ddc02cad7fcb8f07eb0d10449b405066aa78fe8945f95e870f20b464ca90072a394d8
+DIST gcc-11-20220617.tar.xz 75767216 BLAKE2B 
295197af88f0f06e1d2dae85f3f5aa8fc693d72d07c9b15e42c87a23953ec8362cc0d70a4f3f11e8c47d5ee278e34b2854c4bbf29f601b700b75f22f21a0c8ef
 SHA512 
8162de529dab4aebcb021729454f00e13b71933075d13b5b2f4993ce9ec84159f739788043996a5ff4fbf8b71747acb43275560a401f3503ed0972215b55659f
 DIST gcc-11.2.0-musl-patches-1.tar.bz2 2999 BLAKE2B 
3e36bbf2f93fdce15e20f807fa262f7a7abbde85b6f6b4e1383f6eccd8a53d876687d56cde83a80cde8a50e15bec407a1212aa0c85520892563e3d5ef7aaca98
 SHA512 
21483912a7b152f27db82d837a4cf91f2552d5fe238702aeca0c0dd8c7d3695bc70d8794c94a19106df28e053baf14c38433ca8e38e849082b76273cb51f2384
 DIST gcc-11.2.0-patches-1.tar.bz2 11537 BLAKE2B 
9dd791ada244c9b70b8b99f9f305a688c248134715ed1b26d406e53b114983faae6873cdc521497164388d24d5f61c199e98df146bc02f5578e877295bcf5c82
 SHA512 
6539efc60c656d0798a5896dc1b944ed69914b815102c7a1c10bdba4ef935abd326b01309f38316e121f1ed90ceb2abcaf65df6af116892daad829ac2623cefc
 DIST gcc-11.2.0.tar.xz 8024 BLAKE2B 
69b61234ac436edfea2933df68c434a2ce7aa4454ef4da573e82587e1a42dc420189e949cfdadaf4cb37fc0de9674822210a95b77ff03aca0dbedfe67df19cc6
 SHA512 
d53a0a966230895c54f01aea38696f818817b505f1e2bfa65e508753fcd01b2aedb4a61434f41f3a2ddbbd9f41384b96153c684ded3f0fa97c82758d9de5c7cf

diff --git a/sys-devel/gcc/gcc-11.3.1_p20220617.ebuild 
b/sys-devel/gcc/gcc-11.3.1_p20220617.ebuild
new file mode 100644
index ..66746a359bd7
--- /dev/null
+++ b/sys-devel/gcc/gcc-11.3.1_p20220617.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_VER="0"
+PATCH_GCC_VER="11.4.0"
+MUSL_VER="0"
+MUSL_GCC_VER="11.4.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+#fi
+
+# Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+# If GCC is enabling CET by default, we need glibc to be built with support 
for it.
+# bug #830454
+RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+DEPEND="${RDEPEND}"
+BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-)?]"
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   toolchain_src_prepare
+
+   eapply_user
+}



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

2022-06-18 Thread Zac Medico
commit: 199409338a6781a740b79e75a2003b65ac947012
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 18 22:31:08 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 18 22:31:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19940933

dev-util/jfrog-cli: add 2.19.0

Signed-off-by: Zac Medico  gentoo.org>

 dev-util/jfrog-cli/Manifest|  2 ++
 dev-util/jfrog-cli/jfrog-cli-2.19.0.ebuild | 23 +++
 2 files changed, 25 insertions(+)

diff --git a/dev-util/jfrog-cli/Manifest b/dev-util/jfrog-cli/Manifest
index 2747fe54a5b3..85223be9a2d6 100644
--- a/dev-util/jfrog-cli/Manifest
+++ b/dev-util/jfrog-cli/Manifest
@@ -2,3 +2,5 @@ DIST jfrog-cli-1.35.3-deps.tar.xz 115342932 BLAKE2B 
053c718ca61ba03454b068e5fd34
 DIST jfrog-cli-1.35.3.tar.gz 346736 BLAKE2B 
5b88a54c328ae6cf83b72e420a8d6d7224a67226465c7101b817bccb2d6024b283a84a118516c85f8056b5e0b9f2f74cde3322a44b2c8b40ba8fb36932437d06
 SHA512 
1a0a088611df84dbace620c90e2a51372c7b3b19cf55b0616d5629bd61da190300f38ce2c9db96785bfe871e83cc03bdace9e0fd4161380acda7a2a3dc24df1b
 DIST jfrog-cli-2.18.2-deps.tar.xz 168793352 BLAKE2B 
548c8420382d423550e835dcdac4bb10ab58d8a7b0ea66a93766d188c80230465379881cfeb540be75189dd4de537ea20f92cdb408100b00f129a125b789fd78
 SHA512 
3b530012d3e1c2c8e639a1a9b56975faf06a49bcf0aae4f47061c8cbbfa0eeaa338f0b0137bd4900749f6db3de9b27981a3d43ad58111b56b2ec5e9b36b13267
 DIST jfrog-cli-2.18.2.tar.gz 9425833 BLAKE2B 
88f3dede725e29a8a5f6c3d6bc647fd3d7f593e4ee3240511ae380c3d009fb72919a89f806ba2187718313d3d0236eef7d77852f8d68f5336b1e5c6621a333aa
 SHA512 
cfcc7f4b73515b83732afd8846eea2e8ac522d858be48e2236dd725b8fc079dc63037930474ecc40a24b3dc63bf56aadde9b1294dd8fd2d2f549f2eedbde1fe9
+DIST jfrog-cli-2.19.0-deps.tar.xz 168617348 BLAKE2B 
8ff7dbe9f550f70a892678cbe85304decfb5afe14ec8a74c3b902a8acde5f7cfbe8a352bde4e46783fd1aef3278b26ce17a5f3affb88a41ae01e96334e9f2f63
 SHA512 
3feb4b568249293410dc29071fd226cc2a47541c3e22b97331503feff0d34412ef3e7636c093d538b1bc8b97681dfaadbdbe151efa80be5083b1612ac3c40167
+DIST jfrog-cli-2.19.0.tar.gz 9425745 BLAKE2B 
57d18dd7170a1d9ebbe79c2a9df57417a722958eb081511dfd41bf41ba2af72b634fcbe457007fca84b2c511c908d223fdce5bcc84b6577d9623e994a1d4a464
 SHA512 
768b912f3c649233a2ca4d73f3935be70b5c400e45fbc1075b3e5069e155359c7b0819f2e5819d7fef4c7fe50c3b095b52d9acd09dbbb7fc9914a9fab2140047

diff --git a/dev-util/jfrog-cli/jfrog-cli-2.19.0.ebuild 
b/dev-util/jfrog-cli/jfrog-cli-2.19.0.ebuild
new file mode 100644
index ..8f8fecf94d4b
--- /dev/null
+++ b/dev-util/jfrog-cli/jfrog-cli-2.19.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="Command line utility for operations on container images and image 
repositories"
+HOMEPAGE="https://github.com/jfrog/jfrog-cli;
+SRC_URI="https://github.com/jfrog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz;
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   build/build.sh jfrog || die
+}
+
+src_install() {
+   dobin jfrog
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-fabric/mstflint/

2022-06-18 Thread Zac Medico
commit: bbd4a2a9700b11ed9cb065018553f6c476ea8063
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 18 22:14:33 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 18 22:14:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd4a2a9

sys-fabric/mstflint: add 4.20.0_p1

Signed-off-by: Zac Medico  gentoo.org>

 sys-fabric/mstflint/Manifest  |  1 +
 sys-fabric/mstflint/mstflint-4.20.0_p1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/sys-fabric/mstflint/Manifest b/sys-fabric/mstflint/Manifest
index e3914046bff0..f31f8e3f09a6 100644
--- a/sys-fabric/mstflint/Manifest
+++ b/sys-fabric/mstflint/Manifest
@@ -1 +1,2 @@
 DIST mstflint-4.18.0_p1.tar.gz 4877851 BLAKE2B 
7fb995561155ccc73b0c36d2994c0398483a92788c5ce045f0263a3e5b0ff7230ca8bb0f5b821e957d5879e0629f11716b179e3bc581849335cc95715631c1d6
 SHA512 
aed2302dc88b9b95892eb6dd929a922ac6257ddae808db656c7fd01c393f9f0a0d3aa4e13da6c07fe0118cd48a43795f39cc16e619408b05e6bed7d085dbf0d4
+DIST mstflint-4.20.0_p1.tar.gz 5176386 BLAKE2B 
065fbf1884de70b57b602bb2a46e34c903b7419050622f2e6d55589f066555a43e781e35cfa4751f4d3af4394f3bbcff3c61e5618acb6696d0c22790ccaf50b8
 SHA512 
7298c425831f6e8f80145fb0f79af9d63ed013eeac6a99a5d9fe804a6e5c044ecffaf0ce62cd3edd07d185732bdb6ae3a99ecbb31b94047831d710b0b7fe1738

diff --git a/sys-fabric/mstflint/mstflint-4.20.0_p1.ebuild 
b/sys-fabric/mstflint/mstflint-4.20.0_p1.ebuild
new file mode 100644
index ..d323798bc98f
--- /dev/null
+++ b/sys-fabric/mstflint/mstflint-4.20.0_p1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Mstflint - an open source version of MFT (Mellanox Firmware 
Tools)"
+HOMEPAGE="https://github.com/Mellanox/mstflint;
+LICENSE="|| ( GPL-2 BSD-2 )"
+KEYWORDS="~amd64 ~x86"
+EGIT_COMMIT="d23c7b44193a6697a49211d2232dfe094a0e6530"
+MY_PV=${PV/_p/-}
+MY_P=""
+SRC_URI="https://github.com/Mellanox/mstflint/archive/v${MY_PV}.tar.gz -> 
${P}.tar.gz"
+IUSE="adb-generic-tools inband ssl"
+SLOT="0"
+RDEPEND="dev-db/sqlite:3=
+   sys-libs/zlib:=
+   inband? ( sys-cluster/rdma-core )
+   adb-generic-tools? (
+   dev-libs/boost:=
+   dev-libs/expat:=
+   )
+   ssl? ( dev-libs/openssl:= )"
+DEPEND="${RDEPEND}"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+   default
+   echo '#define TOOLS_GIT_SHA "'${EGIT_COMMIT}'"' > ./common/gitversion.h 
|| die
+}
+
+src_configure() {
+   eautoreconf
+   econf $(use_enable inband) $(use_enable ssl openssl) $(use 
adb-generic-tools && printf -- '--enable-adb-generic-tools')
+}
+
+src_compile() {
+   if use adb-generic-tools; then
+   pushd ext_libs/json >/dev/null || die
+   emake
+   popd >/dev/null || die
+   fi
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/rqlite/

2022-06-18 Thread Zac Medico
commit: c08e7daca74152bd58feb5e74f3f18cc1bbe905d
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 18 22:05:25 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 18 22:05:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08e7dac

dev-db/rqlite: add 7.5.1

Signed-off-by: Zac Medico  gentoo.org>

 dev-db/rqlite/Manifest|  2 ++
 dev-db/rqlite/rqlite-7.5.1.ebuild | 36 
 2 files changed, 38 insertions(+)

diff --git a/dev-db/rqlite/Manifest b/dev-db/rqlite/Manifest
index c9f81e0b5b00..3c7ef35b8ea4 100644
--- a/dev-db/rqlite/Manifest
+++ b/dev-db/rqlite/Manifest
@@ -2,3 +2,5 @@ DIST rqlite-7.4.0-deps.tar.xz 57459940 BLAKE2B 
665656a3a488dd17e9d3e08cd020237ea
 DIST rqlite-7.4.0.tar.gz 457065 BLAKE2B 
32232537da4561abfa792dac04eaa25ffd616da49dab7bcf03e5c861cf0b77c214c8cdce8c8ac79dce0df61932eefbbf0dcb3c26f04b5aba24b39cec07c48a23
 SHA512 
9c5b9cfc3d6f79001b562d3f1717879f377e5b190dcfd96b3f983a40ca3a649b1dc9389970abf8136a344a0b6da84a3e8abd20022a351cf6f1c1f51185df315a
 DIST rqlite-7.5.0-deps.tar.xz 81867772 BLAKE2B 
5cd6f9cebccfa5c7144f73ba2d53ed297dcaa669dfdbfaeedb05f1906a4c2401cd637a19fa3732cfcafb7d7c5b339dc0548c1a0276160dc601cd432d7c1c7cd2
 SHA512 
e2c811fc1f4f1b74a0282050947b3960b22e8188ab2e4aa3edc3d364d9b159d85d9b7fd76d972309c393a909ce687a712c8b0134fff1ef49d77a7d6b1b25e432
 DIST rqlite-7.5.0.tar.gz 465489 BLAKE2B 
4159b3f3a1e34724acbef05aea7ca06a8f61c0b6f0bed860c063232d0c0c00bd450fea3977764c7da5ef4ca67d80bb25af7417196e9474e0d1f5457930ebe09d
 SHA512 
970c9e1e861e4d5bcbfa0e1fad4b6937651bf60b87fec2d8f39eb2083fc87f706ff6da3de77e89e568e5288bfa189947924c0441d0cbc2eae014b54c7bb25394
+DIST rqlite-7.5.1-deps.tar.xz 82045440 BLAKE2B 
795e99463d803620ff9a0b98462b60a3bbac2a6f7e97277b8ea81276157a7ac433ac9c2d3e92b47927650f71199ab4017d11073fbfaaafd8a2d9333dbabca3dc
 SHA512 
2ddb4449fc7177328379fb886da19bf85889eece24c2e5d64a7e435acd6b1a0b15c7397ff9acfd34b4f48c4975b0938a2810f6d24942eb14710bb77760d592ac
+DIST rqlite-7.5.1.tar.gz 465499 BLAKE2B 
9b88118d2ab776dcc60858533b90ad1eefbf89b4a810ad2f060d449ebaefaeb16382e6f7ff434e5ffcf1e641b49b96617a99e7ed5592ffc0b05e014668d2e2fc
 SHA512 
355ef56be32847d02520ff57d43861cc3c4023ccd55c2600efc51af82f83fa3dfd09dfba53b4ca2e159a68f1d065c4f77d03b4f6da7e107d25f8edad733f39c8

diff --git a/dev-db/rqlite/rqlite-7.5.1.ebuild 
b/dev-db/rqlite/rqlite-7.5.1.ebuild
new file mode 100644
index ..dcde115025a2
--- /dev/null
+++ b/dev-db/rqlite/rqlite-7.5.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+EGIT_COMMIT=b1515fd95f046e0f0a050aaf53c34fb116c0ffe0
+
+DESCRIPTION="Replicated SQLite using the Raft consensus protocol"
+HOMEPAGE="https://github.com/rqlite/rqlite 
https://www.philipotoole.com/tag/rqlite/;
+SRC_URI="https://github.com/rqlite/rqlite/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz;
+
+LICENSE="MIT Apache-2.0 BSD CC0-1.0 MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_compile() {
+   GOBIN="${S}/bin" \
+   go install \
+   -ldflags="-X main.version=v${PV}
+   -X main.branch=master
+   -X main.commit=${EGIT_COMMIT}
+   -X main.buildtime=$(date +%Y-%m-%dT%T%z)" \
+   ./cmd/... || die
+}
+
+src_test() {
+   GOBIN="${S}/bin" \
+   go test ./... || die
+}
+
+src_install() {
+   dobin bin/*
+   dodoc -r *.md DOC
+}



[gentoo-commits] repo/gentoo:master commit in: app-shells/nushell/

2022-06-18 Thread Zac Medico
commit: 44d74c8255739aac424db62d4aa29bf8acea5c41
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 18 21:50:08 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 18 21:50:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d74c82

app-shells/nushell: add 0.64.0

Signed-off-by: Zac Medico  gentoo.org>

 app-shells/nushell/Manifest  |  24 ++
 app-shells/nushell/nushell-0.64.0.ebuild | 615 +++
 2 files changed, 639 insertions(+)

diff --git a/app-shells/nushell/Manifest b/app-shells/nushell/Manifest
index 91fef22feb20..06182862eb19 100644
--- a/app-shells/nushell/Manifest
+++ b/app-shells/nushell/Manifest
@@ -21,6 +21,7 @@ DIST assert_cmd-2.0.4.crate 22581 BLAKE2B 
7fc9fe4577e486f26d07b2b4419c331022ca61
 DIST async-stream-0.3.3.crate 12142 BLAKE2B 
982831c5161e4fe3fadd5cb62678ba6d17c08e8d00de6cdf67ea2fcfc99cb878f7a87ed6eb29474f38081e0236bcf8e98e1ca2ae7d14f72bae2a6443557f2382
 SHA512 
fcc1e2c4e845ef309ece18824dcb769d84bf2370427f339658c489909028daa5e86e9dd4150c62c4279f4f498d4a73a200d9036271107d16134f56713aa6a0d0
 DIST async-stream-impl-0.3.3.crate 4072 BLAKE2B 
33577ae90f52bf9c50e2b264b65ccf2fc999b97548be32e1e23907d645262b1e699d4992670cd1b7b65edab00eca53fba823d68f2534b98daff6bee02858e043
 SHA512 
d61bbd6d26eff8170a26fe98b1f8701d7e1082c2108b059d8bfd166eafbe22172586d9e8e2a31c32cb7ea9e9ff9d689fcd070ce7ae5b526f7f3c68f1b212
 DIST async-trait-0.1.53.crate 26210 BLAKE2B 
b48cd91fd63579c7e0317a72befec93168bf067ca08cb4e51f1121ccd5bbe3e3ac03d343a97c57e19571af31636901ba335f4296b0cdba997dd3630e176a25d2
 SHA512 
33fac59f2329997b3b17b076f816e32cd667f3317b324b74e1bf4ea28ef1d3ed53572316f9e034d1149cb8456dcb29e78474426aa04c42fa8bcb0dcf1da53763
+DIST async-trait-0.1.56.crate 27425 BLAKE2B 
e7eb838dfcc4e37a687ab6be4bf92a4a6a450d1420d19f7fb4fc3b3dadda8b277c57585e00aef655b1bb6453fbcd59901ae0f47fa92b5b23dafed8f485ef2813
 SHA512 
30b942255858d404b9f8830260496a4199678fb1a94f08a6f6581189aed0c70a9759c54b8d3bee310b41a724dd5ac0a96815e6e1259c864c379eb3145946066a
 DIST atomic-polyfill-0.1.8.crate 12267 BLAKE2B 
3bd18fc212219735d4ae39e9b01f787c86d1ea3374c8a4058428d6f688654c3f2eb49cf5792839559d63e87295fc488dd43040d1944d1734cf4ee219853bc4a7
 SHA512 
aa6e8021baba1a5df607f2e50b81c07f2c53005d22020f6594a8c1597de52f18d1fb8fe3ee421776d578dfecf837b0e7e215cfae22e3342b539413366569667c
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
@@ -38,6 +39,7 @@ DIST brotli-3.3.4.crate 1369026 BLAKE2B 
b46085e324a6fb90ef4f6198154e2f45d58b9130
 DIST brotli-decompressor-2.3.2.crate 191197 BLAKE2B 
7038f45daf57419f30e8b4fe420abe8aeced720562f99cc4739a8a07e51a1302154f071e7d084d3f267fd115f1c5024e41b65cf103233beaf474929afc757434
 SHA512 
4d2329ff2645e299323a9b8af619bdf956b8fdbc6bf34b613969eed388c199f6b0e12b5cce9c8388146afe0fbfdd82b460f927005d9ae0a0e8a436a79d5f004d
 DIST brownstone-1.1.0.crate 10690 BLAKE2B 
df8c5ca8c0855969fd37854a1f0167a96f43ae41b0983707f44348a790909409e34cd80b4b3d3881f98615abf1ca0d76761280f7bb6ffe23a4fe535351a53a68
 SHA512 
cc9a6033e42b6f59962be554ebd0a21ff3e21c41bed31367982e1d50aa61321b4be8d6bedfa4cb3cf9ff6573b58e125de23d138e8362e65a2b95a020d48aadd4
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
+DIST bumpalo-3.10.0.crate 78915 BLAKE2B 
94515190837765b47feaf94946c7e4da5b84e6faf7975bd5452bd9388d34e51c84315b80bc15b37c7f4ea8b4aaa0112707cdfc82d0651eeb8b63d2e7bd247660
 SHA512 
60c686534588524250ea7cb43510dba69d24999769b719127ee07f6015530ac2c5778d9b93477ab075bfc15c13e3ef9adc29ac24059067ac32e109347cd509f8
 DIST bumpalo-3.9.1.crate 77507 BLAKE2B 
b248a0c2a9faaf52061f2fe0a82b9fd4efb4dae01da9dbd986493941f3ef2632f1d5608d167f2d088536dc96b4cce28981602220062892a7af51c3ead7a74a4b
 SHA512 
40bf3f0d261aaff1f7c30a539953b9c14f4526f05586af0dbe2e4df4cc042cbe6180e3dcc2fbc6f1802e694066f72e629e74de40bc2951c5527edaf551722a52
 DIST byte-unit-4.0.14.crate 10805 BLAKE2B 
671ffbbb7b092d8c7962586bacc52595ec00dbe50dc321f2ab1708ff729283773e48c7773d5ab7ede2a99005eee9964456c8e4bec67a9d04cb825794f6744ab6
 SHA512 
0f551029a1750b3576d2518f7198176bfc6bd0a98955af6935f6bc4144397b3ffabe22f39d56ab882f33997d907f135d9633c19ef8f29bf17517751fe2eefd34
 DIST bytemuck-1.9.1.crate 34517 

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

2022-06-18 Thread Zac Medico
commit: 8b2090542e9dd7531426d0f9d390d93e7cf7e294
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 18 20:35:27 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 18 20:35:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b209054

app-containers/podman: add 4.1.1

Signed-off-by: Zac Medico  gentoo.org>

 app-containers/podman/Manifest|   1 +
 app-containers/podman/podman-4.1.1.ebuild | 164 ++
 2 files changed, 165 insertions(+)

diff --git a/app-containers/podman/Manifest b/app-containers/podman/Manifest
index feaf2744bf55..589d7353d171 100644
--- a/app-containers/podman/Manifest
+++ b/app-containers/podman/Manifest
@@ -1 +1,2 @@
 DIST podman-4.1.0.tar.gz 10904727 BLAKE2B 
6d01a65b13494dc948c0667147eca6f250a81056f1bcf6eda6285566b8aa7aa526794ea96a571aecad642a8b1d3d1877cd31683ccf46662f8681a2afac083b5a
 SHA512 
4d5f240423f21b1224ce44853a2265359dacee0d921f0ea53a7fca34f9076ebfaa49f4327a59ac51f5bf5b9dafb47dda3a9bb8e609237cc69f833b42b95bcd0a
+DIST podman-4.1.1.tar.gz 10905391 BLAKE2B 
a094785ccb7a84a42147fb0f0360480ad4f73a1cdaa29b666fabb08528584f5d37b1cf8fb807351d4a60d81779de4dec3ab5fc83275061eded21f97fd3fa5e7f
 SHA512 
19dd2800b59dacf7edd5d8204bdaffa0959910c7751b582f5a12b8d644b52f9d6581b9c3b4cba3ddb0707f6a90c0dbc93de6d8e2eaa6a4234ebb9dfa28e693b3

diff --git a/app-containers/podman/podman-4.1.1.ebuild 
b/app-containers/podman/podman-4.1.1.ebuild
new file mode 100644
index ..3afbd1e6f799
--- /dev/null
+++ b/app-containers/podman/podman-4.1.1.ebuild
@@ -0,0 +1,164 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+EGIT_COMMIT="f73d8f8875c2be7cd2049094c29aff90b1150241"
+
+inherit bash-completion-r1 flag-o-matic go-module tmpfiles
+
+DESCRIPTION="Library and podman tool for running OCI-based containers in Pods"
+HOMEPAGE="https://github.com/containers/podman/;
+MY_PN=podman
+MY_P=${MY_PN}-${PV}
+SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+IUSE="apparmor btrfs cgroup-hybrid +fuse +init +rootless selinux"
+RESTRICT+=" test"
+
+COMMON_DEPEND="
+   app-crypt/gpgme:=
+   >=app-containers/conmon-2.0.0
+   cgroup-hybrid? ( >=app-containers/runc-1.0.0_rc6  )
+   !cgroup-hybrid? ( app-containers/crun )
+   dev-libs/libassuan:=
+   dev-libs/libgpg-error:=
+   >=net-misc/cni-plugins-0.8.6
+   sys-fs/lvm2
+   sys-libs/libseccomp:=
+
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( sys-fs/btrfs-progs )
+   init? ( app-containers/catatonit )
+   rootless? ( app-containers/slirp4netns )
+   selinux? ( sys-libs/libselinux:= )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-go/go-md2man"
+RDEPEND="${COMMON_DEPEND}
+   fuse? ( sys-fs/fuse-overlayfs )
+   selinux? ( sec-policy/selinux-podman )"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # Disable installation of python modules here, since those are
+   # installed by separate ebuilds.
+   local makefile_sed_args=(
+   -e '/^GIT_.*/d'
+   -e 's/$(GO) build/$(GO) build -v -work -x/'
+   -e 's/^\(install:.*\) install\.python$/\1/'
+   -e 's|^pkg/varlink/iopodman.go: .gopathok 
pkg/varlink/io.podman.varlink$|pkg/varlink/iopodman.go: 
pkg/varlink/io.podman.varlink|'
+   )
+
+   has_version -b '>=dev-lang/go-1.13.9' || makefile_sed_args+=(-e 
's:GO111MODULE=off:GO111MODULE=on:')
+
+   sed "${makefile_sed_args[@]}" -i Makefile || die
+}
+
+src_compile() {
+   local git_commit=${EGIT_COMMIT}
+
+   # Filter unsupported linker flags
+   filter-flags '-Wl,*'
+
+   [[ -f hack/apparmor_tag.sh ]] || die
+   if use apparmor; then
+   echo -e "#!/bin/sh\necho apparmor" > hack/apparmor_tag.sh || die
+   else
+   echo -e "#!/bin/sh\ntrue" > hack/apparmor_tag.sh || die
+   fi
+
+   [[ -f hack/btrfs_installed_tag.sh ]] || die
+   if use btrfs; then
+   echo -e "#!/bin/sh\ntrue" > hack/btrfs_installed_tag.sh || die
+   else
+   echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
+   hack/btrfs_installed_tag.sh || die
+   fi
+
+   [[ -f hack/selinux_tag.sh ]] || die
+   if use selinux; then
+   echo -e "#!/bin/sh\necho selinux" > hack/selinux_tag.sh || die
+   else
+   echo -e "#!/bin/sh\ntrue" > hack/selinux_tag.sh || die
+   fi
+
+   # Avoid this error when generating pkg/varlink/iopodman.go:
+   # cannot find package "github.com/varlink/go/varlink/idl"
+   mkdir -p _output || die
+   ln -snf ../vendor _output/src || die
+   GO111MODULE=off GOPATH=${PWD}/_output go generate ./pkg/varlink/... || 
die
+   rm _output/src || die
+
+   

[gentoo-commits] repo/gentoo:master commit in: app-metrics/redis_exporter/

2022-06-18 Thread Zac Medico
commit: 2cb57b4a8f9be0ffb8021cc2f4ca2bf97e2ebfb0
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 18 20:30:08 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 18 20:30:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cb57b4a

app-metrics/redis_exporter: add 1.43.0

Signed-off-by: Zac Medico  gentoo.org>

 app-metrics/redis_exporter/Manifest|  1 +
 .../redis_exporter/redis_exporter-1.43.0.ebuild| 55 ++
 2 files changed, 56 insertions(+)

diff --git a/app-metrics/redis_exporter/Manifest 
b/app-metrics/redis_exporter/Manifest
index fe432ac11f8a..a1cc98ff90d6 100644
--- a/app-metrics/redis_exporter/Manifest
+++ b/app-metrics/redis_exporter/Manifest
@@ -1,2 +1,3 @@
 DIST redis_exporter-1.38.0-deps.tar.xz 103185452 BLAKE2B 
a144d70cd20887dca660fc4f4d2d2ce16dc8463ef0906499c730acb11d717d5c5cf8ab9985ffafd4f9c0cf93c677b2e98895a3b48e9f2e1a2813de96e536d89d
 SHA512 
31927c0dfc4c960ad3a91be387fa6b7b2603a6b9c9927b9d50ae9986beae866eb1c04cbcb2699265fecf201bda83e16746e4c8991b8f4560248c19d17c2744e4
 DIST redis_exporter-1.40.0.tar.gz 188796 BLAKE2B 
f2bb4d05129f4644d58fae005c13737f76222d32c08b9938a4b4fbb8c5000a6a00529204d839b96ae53f489183caf01ecb113535648cd80b0e9d3872ad35a8b1
 SHA512 
0909f71b32434bd2b47db505cd48cd5d34c4c7cfa04b513ff53c265bbd6b91c15f4e7bcf18e4b4e1c52940dafe53eed43ab9ae4db33071cd827a6d798878736b
+DIST redis_exporter-1.43.0.tar.gz 189579 BLAKE2B 
9340ed4710c8d3277bdd562555269b18fd2691b669f507c2306534848815edda8730e0aa718c6b159ba83b91fc89f99dc4480380e950c5f8e662931621a413d3
 SHA512 
3d2b6d5b58347ddf826de06d60571ef8962078c8ab03647b8f1a91fcdbe2b7e9be015335d09109b21471ee06a59d5e1ad947d9e1bbc681e430c270dc01ae48f2

diff --git a/app-metrics/redis_exporter/redis_exporter-1.43.0.ebuild 
b/app-metrics/redis_exporter/redis_exporter-1.43.0.ebuild
new file mode 100644
index ..b0437e9d3084
--- /dev/null
+++ b/app-metrics/redis_exporter/redis_exporter-1.43.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module systemd
+EGIT_COMMIT=980a9741e77c4e065faba80805f93d4694d71d67
+
+DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x 
and 4.x"
+HOMEPAGE="https://github.com/oliver006/redis_exporter;
+SRC_URI="https://github.com/oliver006/redis_exporter/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~zmedico/dist/redis_exporter-1.38.0-deps.tar.xz;
+
+LICENSE="MIT Apache-2.0 BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+RDEPEND="
+   acct-user/redis_exporter
+   acct-group/redis_exporter"
+DEPEND="${RDEPEND}"
+RESTRICT+=" test"
+
+src_prepare() {
+   default
+   sed -e 
"s|\(^[[:space:]]*VERSION[[:space:]]*=[[:space:]]*\).*|\1\"${PV}\"|" \
+   -e 
"s|\(^[[:space:]]*BUILD_DATE[[:space:]]*=[[:space:]]*\).*|\1\"$(LC_ALL=C date 
-u)\"|" \
+   -e 
"s|\(^[[:space:]]*COMMIT_SHA1[[:space:]]*=[[:space:]]*\).*|\1\"${EGIT_COMMIT}\"|"
 \
+   -i main.go || die
+}
+
+src_compile() {
+   export GOBIN="${S}/bin"
+   go install \
+   -ldflags="-X main.BuildVersion=${PV} -X 
main.BuildCommitSha=${EGIT_COMMIT} -X main.BuildDate=$(date +%F-%T)" \
+   ./... || die
+}
+
+src_test() {
+   go test -work ./... || die
+}
+
+src_install() {
+   dobin "${GOBIN}/redis_exporter"
+   dodoc README.md
+   local dir
+   for dir in /var/{lib,log}/${PN}; do
+   keepdir "${dir}"
+   fowners ${PN}:${PN} "${dir}"
+   done
+   newinitd "${FILESDIR}"/${PN}.initd ${PN}
+   newconfd "${FILESDIR}"/${PN}.confd ${PN}
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
+   systemd_dounit "${FILESDIR}/${PN}.service"
+}



[gentoo-commits] repo/gentoo:master commit in: app-metrics/redis_exporter/

2022-06-18 Thread Zac Medico
commit: 7d30eae0a572fbc7454f0aa24bb65a98734ff2bf
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Jun 18 20:26:33 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Jun 18 20:30:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d30eae0

app-metrics/redis_exporter: drop 1.37.0, 1.38.0

Signed-off-by: Zac Medico  gentoo.org>

 app-metrics/redis_exporter/Manifest|  3 --
 .../redis_exporter/redis_exporter-1.37.0.ebuild| 55 --
 .../redis_exporter/redis_exporter-1.38.0.ebuild| 55 --
 3 files changed, 113 deletions(-)

diff --git a/app-metrics/redis_exporter/Manifest 
b/app-metrics/redis_exporter/Manifest
index 65c3c5bb2b2d..fe432ac11f8a 100644
--- a/app-metrics/redis_exporter/Manifest
+++ b/app-metrics/redis_exporter/Manifest
@@ -1,5 +1,2 @@
-DIST redis_exporter-1.37.0-deps.tar.xz 6710680 BLAKE2B 
acc2a0d0ac448e86e71abb9c1582cd0a32bdd5714babd29897791536932bb38b2294cb81c74c7014fa390ddf674565e484d6c8e6170c5e01805d9096453f6ecc
 SHA512 
f94d4f33e9ccc30039a00d5e218b2e8850cf384bdb8afa12537694c6c610ebd4ef3f8c5300bcc08501053506616e70be2b921e1dae4b9a3016bcfe27c66419b6
-DIST redis_exporter-1.37.0.tar.gz 186024 BLAKE2B 
8d0e5791fe07d24b740ea8aa250f835d1a4e84d231e59bf64914062a277ec73e8b3e6a3337f769854fa01faaf68f40878b08a813498e6d282295f90d67fb3eb1
 SHA512 
80992066e510e329bed0a7ba216020a3107bee2446546b3505ffb012b9919eced2f8863d0a82d5d99945bc223cc9dd2ae4efc1d82a4b486257d5f20bf62fd5c6
 DIST redis_exporter-1.38.0-deps.tar.xz 103185452 BLAKE2B 
a144d70cd20887dca660fc4f4d2d2ce16dc8463ef0906499c730acb11d717d5c5cf8ab9985ffafd4f9c0cf93c677b2e98895a3b48e9f2e1a2813de96e536d89d
 SHA512 
31927c0dfc4c960ad3a91be387fa6b7b2603a6b9c9927b9d50ae9986beae866eb1c04cbcb2699265fecf201bda83e16746e4c8991b8f4560248c19d17c2744e4
-DIST redis_exporter-1.38.0.tar.gz 188310 BLAKE2B 
8e1c7ec8635fd3b83a4ef56b6ebd3ad982363b94654be273197be5cd08f64d453a4c3306aa8dcb69023d5ef7e0a2542d23076e4e13456494c8b1fa4637343368
 SHA512 
540dd3f8e5a64d6070e298b5272460f022bdc9c2f69b88bbfff033aedd26a0d5310b4df768c0b0572a97c76b859de7bba67711fab81c681fc3b7b5bc68b5b7eb
 DIST redis_exporter-1.40.0.tar.gz 188796 BLAKE2B 
f2bb4d05129f4644d58fae005c13737f76222d32c08b9938a4b4fbb8c5000a6a00529204d839b96ae53f489183caf01ecb113535648cd80b0e9d3872ad35a8b1
 SHA512 
0909f71b32434bd2b47db505cd48cd5d34c4c7cfa04b513ff53c265bbd6b91c15f4e7bcf18e4b4e1c52940dafe53eed43ab9ae4db33071cd827a6d798878736b

diff --git a/app-metrics/redis_exporter/redis_exporter-1.37.0.ebuild 
b/app-metrics/redis_exporter/redis_exporter-1.37.0.ebuild
deleted file mode 100644
index 26966842caa2..
--- a/app-metrics/redis_exporter/redis_exporter-1.37.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-EGIT_COMMIT=a1c28b775760f2f00fce07a24db7fd4e83c26b9f
-
-DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x 
and 4.x"
-HOMEPAGE="https://github.com/oliver006/redis_exporter;
-SRC_URI="https://github.com/oliver006/redis_exporter/archive/v${PV}.tar.gz -> 
${P}.tar.gz
-   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz;
-
-LICENSE="MIT Apache-2.0 BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-RDEPEND="
-   acct-user/redis_exporter
-   acct-group/redis_exporter"
-DEPEND="${RDEPEND}"
-RESTRICT+=" test"
-
-src_prepare() {
-   default
-   sed -e 
"s|\(^[[:space:]]*VERSION[[:space:]]*=[[:space:]]*\).*|\1\"${PV}\"|" \
-   -e 
"s|\(^[[:space:]]*BUILD_DATE[[:space:]]*=[[:space:]]*\).*|\1\"$(LC_ALL=C date 
-u)\"|" \
-   -e 
"s|\(^[[:space:]]*COMMIT_SHA1[[:space:]]*=[[:space:]]*\).*|\1\"${EGIT_COMMIT}\"|"
 \
-   -i main.go || die
-}
-
-src_compile() {
-   export GOBIN="${S}/bin"
-   go install \
-   -ldflags="-X main.BuildVersion=${PV} -X 
main.BuildCommitSha=${EGIT_COMMIT} -X main.BuildDate=$(date +%F-%T)" \
-   ./... || die
-}
-
-src_test() {
-   go test -work ./... || die
-}
-
-src_install() {
-   dobin "${GOBIN}/redis_exporter"
-   dodoc README.md
-   local dir
-   for dir in /var/{lib,log}/${PN}; do
-   keepdir "${dir}"
-   fowners ${PN}:${PN} "${dir}"
-   done
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-   systemd_dounit "${FILESDIR}/${PN}.service"
-}

diff --git a/app-metrics/redis_exporter/redis_exporter-1.38.0.ebuild 
b/app-metrics/redis_exporter/redis_exporter-1.38.0.ebuild
deleted file mode 100644
index 822de0b83c47..
--- a/app-metrics/redis_exporter/redis_exporter-1.38.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd

[gentoo-commits] repo/gentoo:master commit in: dev-ruby/eventmachine/

2022-06-18 Thread Sam James
commit: 7dab4ce5f165a9434e97ba73e46b84e71442c351
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 20:24:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 20:24:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dab4ce5

dev-ruby/eventmachine: Stabilize 1.2.7-r3 amd64, #852866

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

 dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild 
b/dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild
index ce7cdf3ce6ad..a883b85ecca6 100644
--- a/dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild
+++ b/dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,7 +24,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-openssl-
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-06-18 Thread Sam James
commit: d041b0e84758a0872924f9eb8aab2989f8d65ab1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 20:24:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 20:24:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d041b0e8

dev-python/PyPDF2: Stabilize 2.0.0 amd64, #852863

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

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

diff --git a/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild 
b/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
index f2243eb89f41..f6331360b0d4 100644
--- a/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
+++ b/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
@@ -25,7 +25,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-06-18 Thread Sam James
commit: 1d85dd357720e1888efdb3bc85ea9de5a9368f86
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 20:25:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 20:25:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d85dd35

net-misc/electrum: Stabilize 4.2.2 ALLARCHES, #852869

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

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

diff --git a/net-misc/electrum/electrum-4.2.2.ebuild 
b/net-misc/electrum/electrum-4.2.2.ebuild
index 24459edb0784..3741fcfc777b 100644
--- a/net-misc/electrum/electrum-4.2.2.ebuild
+++ b/net-misc/electrum/electrum-4.2.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cli ncurses qrcode +qt5"
 REQUIRED_USE="|| ( cli ncurses qt5 )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/eventmachine/

2022-06-18 Thread Sam James
commit: 768d933b1e3748f9ff8056de94747068e09b7439
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 20:25:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 20:25:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=768d933b

dev-ruby/eventmachine: Stabilize 1.2.7-r3 x86, #852866

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

 dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild 
b/dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild
index a883b85ecca6..b49f277c998d 100644
--- a/dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild
+++ b/dev-ruby/eventmachine/eventmachine-1.2.7-r3.ebuild
@@ -24,7 +24,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-openssl-
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-06-18 Thread Sam James
commit: af26123859ec5e11e85a03e2cdf967229deb4fea
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 20:25:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 20:25:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af261238

dev-python/s3transfer: Stabilize 0.6.0 ALLARCHES, #852914

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

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

diff --git a/dev-python/s3transfer/s3transfer-0.6.0.ebuild 
b/dev-python/s3transfer/s3transfer-0.6.0.ebuild
index 3e06d52b561d..abfa397eeb38 100644
--- a/dev-python/s3transfer/s3transfer-0.6.0.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.6.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/botocore-1.24.7[${PYTHON_USEDEP}]



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

2022-06-18 Thread Sam James
commit: 5f4ec78adf27f93eeede32eac4d2ba7bd4bfb005
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 20:25:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 20:25:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4ec78a

dev-python/PyPDF2: Stabilize 2.0.0 x86, #852863

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

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

diff --git a/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild 
b/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
index f6331360b0d4..910139d3b90a 100644
--- a/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
+++ b/dev-python/PyPDF2/PyPDF2-2.0.0.ebuild
@@ -25,7 +25,7 @@ SRC_URI="
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2022-06-18 Thread Sam James
commit: ad01598df9e834fbcdb7906785607942fcefd8bb
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 19:59:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 20:18:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad01598d

sys-devel/gcc: add 10.3.1_p20220616

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-10.3.1_p20220616.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 385fe32eebda..595e7bf4751e 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,5 +1,6 @@
 DIST gcc-10-20211126.tar.xz 71674848 BLAKE2B 
81f4a572e973db7a3701601e66ea58c8e535a55d4d4ac164de00bdb06f7f265585f45d46171cf40d42ebcd3fb02ac81b643398c560912698eb6c008ac6e09518
 SHA512 
db887184c649ebeede5a1b9f13c00fe425012434cb93ec960c3ca50c0bcdeab04a1cc13b20de21b940e5d6a09c3b1c7fc415110a0e990ec1d938627bf97b9342
 DIST gcc-10-20220609.tar.xz 71752672 BLAKE2B 
c29511145d3712624caa3e8a194a5f37f958b6b556afa79d8c360697f3fa9a78fbb2146457e656b4ee9f10ee5e7d87b26e314c01348689e066fdfc186082d739
 SHA512 
333252e045107688e7a6af397456626b04e2bdd2086f4bbaced4ccacc387af2a63dd8aa46c261f602fc287b55821a91ab772122a3ea252528e52fab7cf046f21
+DIST gcc-10-20220616.tar.xz 71754768 BLAKE2B 
6cd2febb886496191183efe593bf918fb8045346987fdcec6c3a36ebb696546cce3d3c2d12d2d32c01fc3765cd287936255187c40e2bda3bb112216938d20340
 SHA512 
1d574ca79ca22c18f8e7bbac2792c71a4a6102b7c53f8864950df08036ad341ee11fc95be9b2ceca043eb13fd301cf09efe9da14f6138913c7c25dbc045ccf4e
 DIST gcc-10.3.0-musl-patches-1.tar.bz2 2999 BLAKE2B 
3e36bbf2f93fdce15e20f807fa262f7a7abbde85b6f6b4e1383f6eccd8a53d876687d56cde83a80cde8a50e15bec407a1212aa0c85520892563e3d5ef7aaca98
 SHA512 
21483912a7b152f27db82d837a4cf91f2552d5fe238702aeca0c0dd8c7d3695bc70d8794c94a19106df28e053baf14c38433ca8e38e849082b76273cb51f2384
 DIST gcc-10.3.0-patches-3.tar.bz2 18935 BLAKE2B 
13eaf1e055b5b63069aed1575ed93f6bc822b5e3f2181ddfc88f4e7ff801f58997cd131b2efd79b90469b1f861db994feb2adcaecacf165442078f76e233fd9a
 SHA512 
c3d6a6f32863cc0ff7c877314ff0c00a892e473f64d16b82d46b4a77aa97c3e7a575492d27f0d423acb2621c86c9a49bca0e26e45bda9e697495444fcac85084
 DIST gcc-10.3.0.tar.xz 76692288 BLAKE2B 
ac7898f5eb8a7c5f151a526d1bb38913a68b50a65e4d010ac09fa20b6c801c671c790d780f23ccb8e4ecdfc686f4aa588082ccc9eb5c80c7b0e30788f824c1eb
 SHA512 
2b2dd7453d48a398c29eaebd1422b70341001b8c90a62aee51e83344e7fdd8a8e45f82a4a9165bd7edc76dada912c932f4b6632c5636760fec4c5d7e402b3f86

diff --git a/sys-devel/gcc/gcc-10.3.1_p20220616.ebuild 
b/sys-devel/gcc/gcc-10.3.1_p20220616.ebuild
new file mode 100644
index ..a96b87526403
--- /dev/null
+++ b/sys-devel/gcc/gcc-10.3.1_p20220616.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="10.4.0"
+PATCH_VER="1"
+MUSL_VER="1"
+MUSL_GCC_VER="10.4.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+#fi
+
+RDEPEND=""
+BDEPEND="${CATEGORY}/binutils"
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   if has_version '>=sys-libs/glibc-2.32-r1'; then
+   rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || 
die
+   fi
+
+   toolchain_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/, net-misc/rsync/files/

2022-06-18 Thread Sam James
commit: d6951c6cf52d69f183a00b0f9b4dec5662d4661a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 18 19:58:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 18 20:18:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6951c6c

net-misc/rsync: backport unsigned char fix

See: https://lists.samba.org/archive/rsync-announce/2022/000111.html
Signed-off-by: Sam James  gentoo.org>

 .../files/rsync-3.2.4-unsigned-char-checksum.patch |  12 ++
 net-misc/rsync/rsync-3.2.4-r2.ebuild   | 172 +
 2 files changed, 184 insertions(+)

diff --git a/net-misc/rsync/files/rsync-3.2.4-unsigned-char-checksum.patch 
b/net-misc/rsync/files/rsync-3.2.4-unsigned-char-checksum.patch
new file mode 100644
index ..18e56c31ce2a
--- /dev/null
+++ b/net-misc/rsync/files/rsync-3.2.4-unsigned-char-checksum.patch
@@ -0,0 +1,12 @@
+https://lists.samba.org/archive/rsync-announce/2022/000111.html
+--- a/configure.ac
 b/configure.ac
+@@ -1117,7 +1117,7 @@ else
+ fi
+ 
+ AC_CACHE_CHECK([for unsigned char],rsync_cv_SIGNED_CHAR_OK,[
+-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[signed char *s = 
""]])],[rsync_cv_SIGNED_CHAR_OK=yes],[rsync_cv_SIGNED_CHAR_OK=no])])
++AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[signed char *s = (signed char 
*)""]])],[rsync_cv_SIGNED_CHAR_OK=yes],[rsync_cv_SIGNED_CHAR_OK=no])])
+ if test x"$rsync_cv_SIGNED_CHAR_OK" = x"yes"; then
+ AC_DEFINE(SIGNED_CHAR_OK, 1, [Define to 1 if "signed char" is a valid 
type])
+ fi

diff --git a/net-misc/rsync/rsync-3.2.4-r2.ebuild 
b/net-misc/rsync/rsync-3.2.4-r2.ebuild
new file mode 100644
index ..87315dbcbd91
--- /dev/null
+++ b/net-misc/rsync/rsync-3.2.4-r2.ebuild
@@ -0,0 +1,172 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} != 3.2.4 ]]; then
+   # Make sure we revert the autotools hackery applied in 3.2.4.
+   die "Please use rsync-.ebuild as a basis for version bumps"
+fi
+
+WANT_LIBTOOL=none
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit autotools flag-o-matic prefix python-single-r1 systemd
+
+DESCRIPTION="File transfer program to keep remote files into sync"
+HOMEPAGE="https://rsync.samba.org/;
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/WayneD/rsync.git;
+   inherit autotools git-r3
+
+   REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+else
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/waynedavison.asc
+   inherit verify-sig
+
+   if [[ ${PV} == *_pre* ]] ; then
+   SRC_DIR="src-previews"
+   else
+   SRC_DIR="src"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k 
~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   fi
+
+   SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz
+   verify-sig? ( 
https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz.asc )"
+   S="${WORKDIR}"/${P/_/}
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="acl examples iconv ipv6 lz4 ssl stunnel system-zlib xattr xxhash zstd"
+REQUIRED_USE+=" examples? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="acl? ( virtual/acl )
+   examples? (
+   ${PYTHON_DEPS}
+   dev-lang/perl
+   )
+   lz4? ( app-arch/lz4 )
+   ssl? ( dev-libs/openssl:0= )
+   system-zlib? ( sys-libs/zlib )
+   xattr? ( kernel_linux? ( sys-apps/attr ) )
+   xxhash? ( dev-libs/xxhash )
+   zstd? ( >=app-arch/zstd-1.4 )
+   >=dev-libs/popt-1.5
+   iconv? ( virtual/libiconv )"
+DEPEND="${RDEPEND}"
+BDEPEND="examples? ( ${PYTHON_DEPS} )"
+
+if [[ ${PV} == * ]] ; then
+   BDEPEND+=" ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/commonmark[${PYTHON_USEDEP}]
+   ')"
+else
+   BDEPEND+=" verify-sig? ( sec-keys/openpgp-keys-waynedavison )"
+fi
+
+PATCHES=(
+   "${FILESDIR}"/${P}-unsigned-char-checksum.patch
+)
+
+pkg_setup() {
+   # - USE=examples needs Python itself at runtime, but nothing else
+   # -  needs commonmark at build time
+   if [[ ${PV} == * ]] || use examples ; then
+   python-single-r1_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   eautoconf -o configure.sh
+   touch config.h.in || die
+}
+
+src_configure() {
+   # Force enable IPv6 on musl - upstream bug:
+   # https://bugzilla.samba.org/show_bug.cgi?id=10715
+   use elibc_musl && use ipv6 && append-cppflags -DINET6
+
+   local myeconfargs=(
+   --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
+   --without-included-popt
+   $(use_enable acl acl-support)
+   $(use_enable iconv)
+   $(use_enable ipv6)
+   $(use_enable lz4)
+   

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

2022-06-18 Thread Andrew Ammerlaan
commit: 4cff7fedff642993b34eee6ce392bf0c42876f7f
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Jun 17 18:13:24 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 18:14:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cff7fed

sys-apps/ov: drop 0.11.0, add 0.11.2

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

 sys-apps/ov/Manifest |   9 +-
 sys-apps/ov/ov-0.11.0.ebuild | 914 ---
 sys-apps/ov/ov-0.11.2.ebuild |  35 ++
 3 files changed, 36 insertions(+), 922 deletions(-)

diff --git a/sys-apps/ov/Manifest b/sys-apps/ov/Manifest
index a63f1724c..dcd25cec1 100644
--- a/sys-apps/ov/Manifest
+++ b/sys-apps/ov/Manifest
@@ -385,7 +385,6 @@ DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.0.mod 216 
BLAKE2B c597010cf6690
 DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.1.mod 216 BLAKE2B 
c597010cf6690e73cd265e800f0f0bbea331fb76217457b6326f5a19481eca044aa5426fa32519870b2f0f4b3bed95768a23d3138dbcc9739b7cf7e044f50668
 SHA512 
197e6ef15edb27ded67ccfb636c252fe522f0930ff012341a4b593f25b5dd8282e4f658970931cfdeb8f2c5ee0b4ebac6738fe7634bf00896d12270fcbf4b31b
 DIST github.com%2Fstretchr%2Ftestify%2F@v%2Fv1.7.1.zip 110051 BLAKE2B 
c6e41ff9819d6c9b2fe1ffe6f949a7c913f70f2859ea9af413d62cea8ce448b118af78d79cd984186551b7164d389050a058afcc8d8e80a830d215eab5a09e34
 SHA512 
acd43e873a2be812e1c5eb38ce418c1aeed1fcce2bd227524e1d9f6c95b036e69468c06b413db042bae0a31b2f2d35e194461fabd0ca4c58f04fa2d17f1128c4
 DIST github.com%2Fsubosito%2Fgotenv%2F@v%2Fv1.2.0.mod 34 BLAKE2B 
85a4e50642e7088ee26b82c69c65e1bb0396d4e8819088fbdf1d93a8348d7aab950630e3bba1747517d01e0cfb9a9dd1b95341df0722480bbecf18399ba84674
 SHA512 
50b858817db72f0615a74431c9966f969d12a85fccc3f0dde25a72fbda32f77f3ac76cba50b12fdfd87ed7a7b3a337a291b1f9c86e1fbde81d2d0c2890c1c21d
-DIST github.com%2Fsubosito%2Fgotenv%2F@v%2Fv1.2.0.zip 10296 BLAKE2B 
e82879edb9db32d5d9482b6d99f0bda1a04d5b54125ab92629c35777e3ab9001ec9d5321ac0112a245d59cf5b06cb96d1dae785cc2b64ef922d904bf6a731f57
 SHA512 
6bdd2a829369530a1a8e2b2ff93094b5b0a6fb35873a63f79498b45dfd8c557ab0c91a393974089af1309d626c3fdbde1b02bcb64ffa05550a48fbd0a9d76148
 DIST github.com%2Fsubosito%2Fgotenv%2F@v%2Fv1.3.0.mod 262 BLAKE2B 
c44269505e85367859d6b36185e2d985c5f614cedb9f1ec6ac361f413c7abefac460d1168b7986fbf9a5e72d2b0f651700a990e255362df65a4380ea79aebaa4
 SHA512 
4f4cf606d5fa1786b10916fdbd7b371aaaed7c4e4b2f44c57b2135e3bca73e0dabac29fd62a4139f6ca71047c02298ac0d5332b523966226f5a76c3993eaec60
 DIST github.com%2Fsubosito%2Fgotenv%2F@v%2Fv1.3.0.zip 13579 BLAKE2B 
4a6db2365f31d0473f1d723d39acfc3e9fdeffb0cdd18b64b5d936f68536b1b553026a5b5d3d6139f6bb92bbfcafb057f4f7fd80a2c5a1b93a385d37c211a9ad
 SHA512 
bd1d5059a00b74c1af71f1dbbafd2df98ea10c2b857bdf2c69357fc2aa7ef8c462117b14d5c26e20df5f1d4ad8d1012e97b0e5b42f3d5a4b54f6a5921ecfcc9c
 DIST 
github.com%2Ftv42%2Fhttpunix%2F@v%2Fv0.0.0-20150427012821-b75d8614f926.mod 32 
BLAKE2B 
c5bd918ed79f8ad33509bee3028b85da9941f721e12735da810f7cf4238ddf83d3c5b7634c01944ebbe9d0c77fea36d5480d945d2dad9d9126cdb5ceb1cc1d11
 SHA512 
4168487b908d7fbec0813e5ac4d1cc854216d2355fd2843c2856ce81ee7bc399d9fc2b0811b5fbf1f0f1f26e92d327aab3d54b30809ffed621aff37a706e3417
@@ -607,16 +606,12 @@ DIST 
golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220227234510-4e6760a101f9.mod 33 BLAKE
 DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220318055525-2edf467146b5.mod 33 
BLAKE2B 
b74677ab15ab6b31640d71b052db667b0fb585ed6d1044e26bc5e4cf8da90e1ede81f8876babea843dd322b8b707189138e70c24d13d931f1f6dd04978ac222c
 SHA512 
85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220328115105-d36c6a25d886.mod 33 
BLAKE2B 
b74677ab15ab6b31640d71b052db667b0fb585ed6d1044e26bc5e4cf8da90e1ede81f8876babea843dd322b8b707189138e70c24d13d931f1f6dd04978ac222c
 SHA512 
85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
 DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220412211240-33da011f77ad.mod 33 
BLAKE2B 
b74677ab15ab6b31640d71b052db667b0fb585ed6d1044e26bc5e4cf8da90e1ede81f8876babea843dd322b8b707189138e70c24d13d931f1f6dd04978ac222c
 SHA512 
85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220519141025-dcacdad47464.mod 33 
BLAKE2B 
b74677ab15ab6b31640d71b052db667b0fb585ed6d1044e26bc5e4cf8da90e1ede81f8876babea843dd322b8b707189138e70c24d13d931f1f6dd04978ac222c
 SHA512 
85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-DIST golang.org%2Fx%2Fsys%2F@v%2Fv0.0.0-20220519141025-dcacdad47464.zip 
1762181 BLAKE2B 
fcdebcc94bb3f4ff5b2ebf44fd99e9ad0be8dee843be6b437065e5f07fa4bb5f8b2bf01b14cc3ee233c1ccf429e1838630ba3f0f51cfd63fbb9a8a2753eb7d38
 SHA512 

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

2022-06-18 Thread Andrew Ammerlaan
commit: 72a3a685c3dd62468e6aa74b4e0838ea2674aa8f
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jun 18 18:04:51 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun 18 18:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72a3a685

www-apps/jackett-bin: add 0.20.1202

Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/jackett-bin/Manifest |  3 ++
 www-apps/jackett-bin/jackett-bin-0.20.1202.ebuild | 38 +++
 2 files changed, 41 insertions(+)

diff --git a/www-apps/jackett-bin/Manifest b/www-apps/jackett-bin/Manifest
index aca1673a3..1ee2fcf99 100644
--- a/www-apps/jackett-bin/Manifest
+++ b/www-apps/jackett-bin/Manifest
@@ -1,3 +1,6 @@
+DIST jackett-bin-0.20.1202-amd64.tar.gz 45852447 BLAKE2B 
84ba996e22e1586bc076e0439e3a01c39f4637fa4c390208f015123f4145eb2aececb2d56d6df42d41418b204b1f83f80bb033cc0eecbb9d7cf22e6e436571ab
 SHA512 
2f299af77550e2338db5f32f96ee5475d9797145cf054998165cffd3a1a4c02d88850ce5410a6dc000abb912f894fb6c04ce99e592e0f900d8a963024af1f1ff
+DIST jackett-bin-0.20.1202-arm.tar.gz 43720146 BLAKE2B 
f42c71ba837129271f32dad9c2f40f6e2a98cb6adbc4096e164a5ae2f0221bfe2ad6d9dc62bab96d07220104863d2eaf9cf98a1944597bc25a549928bdac2a06
 SHA512 
926208849be29fefcc59d95d378a83901cf4f878c62dd0eca6a18d88f39582fefe3257e824a6d533a487268c41dad7390d61cbbccbab8b8104e7ba7ebd4ff0a6
+DIST jackett-bin-0.20.1202-arm64.tar.gz 43208862 BLAKE2B 
f5151102dede7f51d58f45475fe55038bd5443fc7d89d75febd9cdd54a07f92e258d3e50bdcd1cb0c76980deed0182a7dce4d4bebd72568e60e6ac690e2028bf
 SHA512 
806eb5bb3daed8ff91c45cfbcf5d945a85b5df72c283a723811c46ed1ff5ba63ff753b2946e7775ad6cbd42ae46bee5a1c762c0f059606a4ca9f2458df2c4a89
 DIST jackett-bin-0.20.514-amd64.tar.gz 45925906 BLAKE2B 
d90c11020ca9aded48ba7d6867f2250974746af42fe5308bd92d5eae34228c85dee31c6ce7569d52c4a199def00fb9145993ce9dffbc38cf4be424918fa55680
 SHA512 
c1adfe128537aeff6b9fadaf1decc9683d40d65c54c28527882dba848a524005186275f45473db077dc155d4ea5cfd17251edcbc8e4176ce2c78d0b8ef202e3c
 DIST jackett-bin-0.20.514-arm.tar.gz 43675479 BLAKE2B 
6ffb67456860b867f64e53c76d2a9b94484f8ebe6ace2f1654c1d2029e913b93d348e94506da74e21362fe7a069dccbe5dd9e6042c5eff764c1b2d64b406081d
 SHA512 
9077b46bc9c07329737814133cd5ae45e7d59038747accf329829d6185d899c963998bdbaa1ccff49e93b74c117e4201fefd54cbfc80c924da437def0aecc9e9
 DIST jackett-bin-0.20.514-arm64.tar.gz 43153883 BLAKE2B 
89bcfd163831d05bb16b9a02c74b76d5d5e08dd859b8e7907168b853d05f51dd778b8e0fdd54721d3bae32ea0669cf548b39ebf96b7f3663bb9dee5acbe78c01
 SHA512 
3914d0ea8bde3d5c04bb44823a250c7e22b88c5212c2eff14109a1427089d822c8ce2fabeae46c897df8101d72e76356efd139226ad6d3af0c7fd2e942ca03bd

diff --git a/www-apps/jackett-bin/jackett-bin-0.20.1202.ebuild 
b/www-apps/jackett-bin/jackett-bin-0.20.1202.ebuild
new file mode 100644
index 0..bb10533de
--- /dev/null
+++ b/www-apps/jackett-bin/jackett-bin-0.20.1202.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="API Support for your favorite torrent trackers"
+HOMEPAGE="https://github.com/Jackett/Jackett;
+SRC_URI="
+   amd64? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxAMDx64.tar.gz
 -> ${P}-amd64.tar.gz )
+   arm? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxARM32.tar.gz
 -> ${P}-arm.tar.gz )
+   arm64? ( 
https://github.com/Jackett/Jackett/releases/download/v${PV}/Jackett.Binaries.LinuxARM64.tar.gz
 -> ${P}-arm64.tar.gz )
+"
+
+KEYWORDS="~amd64 ~arm ~arm64"
+LICENSE="GPL-2"
+SLOT="0"
+RESTRICT="strip"
+
+RDEPEND="
+   acct-user/jackett
+   app-crypt/mit-krb5
+   dev-libs/icu
+   dev-util/lttng-ust
+"
+DEPEND="${RDEPEND}"
+
+QA_PREBUILT="*"
+S="${WORKDIR}"/Jackett
+
+src_install() {
+   dodir /opt/jackett
+   cp -a "${S}"/. "${ED}"/opt/jackett || die
+   newinitd "${FILESDIR}"/jackett.initd-r1 jackett
+   systemd_dounit "${FILESDIR}"/jackett.service
+   doenvd "${FILESDIR}"/99jackett
+}



[gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/

2022-06-18 Thread Andrew Ammerlaan
commit: 4d6c5146cc274434ad65b7eb570f3e2206c7efe7
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Sat Jun 18 02:12:03 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun 18 02:12:03 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d6c5146

mpv-plugin/mpv-mpris: add 0.8.1

Signed-off-by: Oliver Freyermuth  googlemail.com>

 mpv-plugin/mpv-mpris/Manifest   |  1 +
 mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild | 53 +
 2 files changed, 54 insertions(+)

diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index bb19e16db..c6d93f775 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,2 +1,3 @@
 DIST mpv-mpris-0.7.1.tar.gz 13432 BLAKE2B 
884204c2186bc3b52378113dde87e58578b3811ec1a40576eb30e779fe3a3575ad9db802a51434e9fc3d22785db6036f898c76acab61780fac4b35276a17524f
 SHA512 
7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23
+DIST mpv-mpris-0.8.1.tar.gz 13469 BLAKE2B 
a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766
 SHA512 
a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d
 DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 
57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1
 SHA512 
97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild 
b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild
new file mode 100644
index 0..ba02bf7f6
--- /dev/null
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MPV_REQ_USE="cplugins,libmpv"
+inherit mpv-plugin toolchain-funcs
+
+DESCRIPTION="MPRIS plugin for mpv"
+HOMEPAGE="https://github.com/hoyon/mpv-mpris;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hoyon/${PN}.git;
+else
+   SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+IUSE="test"
+
+RDEPEND="
+   dev-libs/glib:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   test? (
+   app-misc/jq
+   app-shells/bash
+   app-text/jo
+   media-sound/playerctl
+   net-misc/socat
+   sys-apps/dbus
+   virtual/awk
+   x11-apps/xauth
+   x11-misc/xvfb-run
+   x11-themes/sound-theme-freedesktop
+   )
+"
+
+MPV_PLUGIN_FILES=( mpris.so )
+
+RESTRICT="!test? ( test )"
+
+src_compile() {
+   tc-export CC
+   emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_test() {
+   emake test
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/tbsm/

2022-06-18 Thread Andrew Ammerlaan
commit: 0d4f66c15bef1d8ba99f64943e85a2b6e8dd89ef
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jun 18 18:11:57 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun 18 18:11:57 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d4f66c1

x11-misc/tbsm: add 0.6

Signed-off-by: Aisha Tammy  aisha.cc>

 x11-misc/tbsm/Manifest|  1 +
 x11-misc/tbsm/tbsm-0.6.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/x11-misc/tbsm/Manifest b/x11-misc/tbsm/Manifest
index c511c63fb..0b0121844 100644
--- a/x11-misc/tbsm/Manifest
+++ b/x11-misc/tbsm/Manifest
@@ -1 +1,2 @@
 DIST tbsm-0.5.tar.gz 19515 BLAKE2B 
336e4663c720ee376f37751903cd65b6c3c7ac6dbe00bb4b9e70a8e30b6068d2985146fbcfc9ad979a913ef1bbb6841c0e86ed24a70d22872bb5443825156986
 SHA512 
8954241d0f763bee42a36f39b9b40a5b30771d919f10ff0a5c67fcbd5625ff269cdcfae9e3eb6095710ab1fefef3cab5e2865ef9683a4cd628d7543e60846e91
+DIST tbsm-0.6.tar.gz 23071 BLAKE2B 
2d9b567a3c1adaad898ed834760c84e9d89feb05e2570fa3ba2e9fcfd361aa0a59b5af63afdca009ec2b75150265cb814d54827117e9192eaa08833380fe08d7
 SHA512 
22c8aaaeca55ca4278f8ef44374c5ce71994a2e1a3dac2f7059947c73dbae58565bf389bee52f6e4bd6538cea6c0205e3cb6bd173f6da94d59218929d8b6624b

diff --git a/x11-misc/tbsm/tbsm-0.6.ebuild b/x11-misc/tbsm/tbsm-0.6.ebuild
new file mode 100644
index 0..7d61bba56
--- /dev/null
+++ b/x11-misc/tbsm/tbsm-0.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A pure bash session or application launcher. Inspired by cdm, tdm 
and krunner"
+HOMEPAGE="https://loh-tar.github.io/tbsm/;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/loh-tar/${PN}.git;
+else
+   SRC_URI="https://github.com/loh-tar/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="app-shells/bash:0"
+RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:master commit in: media-gfx/nsxiv/

2022-06-18 Thread Andrew Ammerlaan
commit: a7692d7ed96a8c96379fc184fd5dffd4db93b363
Author: Nickolas Raymond Kaczynski  disroot  org>
AuthorDate: Sat Jun 18 07:00:05 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun 18 07:00:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7692d7e

media-gfx/nsxiv: bump to v30

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nickolas Raymond Kaczynski  disroot.org>

 media-gfx/nsxiv/Manifest|  1 +
 media-gfx/nsxiv/nsxiv-30.ebuild | 85 +
 2 files changed, 86 insertions(+)

diff --git a/media-gfx/nsxiv/Manifest b/media-gfx/nsxiv/Manifest
index 420b5ad97..28b502a3d 100644
--- a/media-gfx/nsxiv/Manifest
+++ b/media-gfx/nsxiv/Manifest
@@ -1 +1,2 @@
 DIST nsxiv-29.tar.gz 64012 BLAKE2B 
1b964736619a56cc8fb4092979f12749389fa347e3fda7a40fcfdc1b07a72e101c61d99fb12b10f4ea7ab6459c8068d5c64d754e3e988ec6bfd4504813bcc485
 SHA512 
d891fc0885f280a622401e105dc1ed9ba39e40f3e760e3e0cd34ae79fdb32187b1d3dc15590bbefd68a18db2aa12795433907e6e744561cc891fc03e7a1f1e94
+DIST nsxiv-30.tar.gz 65642 BLAKE2B 
910d1afe2c32e729bf5f848255d5b5d31658b4027f1a44d0e9812e5aac992fe3bb5bc0662aa70aca4f49fba5f3d769c83d5afb098d3ab662883c0b0ccffdb6b0
 SHA512 
2c852790c5940a8995a5c8a152b6f74198de4640e3827164c8e99855dc06b921c4601ac712a16c801071c656da4a6cd839a6590894f6ab86af35e90b30a8f5af

diff --git a/media-gfx/nsxiv/nsxiv-30.ebuild b/media-gfx/nsxiv/nsxiv-30.ebuild
new file mode 100644
index 0..0b27fee7f
--- /dev/null
+++ b/media-gfx/nsxiv/nsxiv-30.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop xdg-utils savedconfig toolchain-funcs linux-info
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer"
+HOMEPAGE="https://codeberg.org/nsxiv/nsxiv;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+statusbar exif +inotify +gif webp"
+
+RDEPEND="
+   x11-libs/libX11
+   media-libs/imlib2[X]
+   statusbar? ( x11-libs/libXft )
+   exif? ( media-libs/libexif )
+   gif? ( media-libs/giflib:0= )
+   webp? ( media-libs/libwebp )
+"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+   if use inotify; then
+   CONFIG_CHECK+=" ~INOTIFY_USER"
+   ERROR_INOTIFY_USER="${P} requires inotify in-kernel support."
+   linux-info_pkg_setup
+   fi
+}
+
+src_prepare() {
+   default
+
+   restore_config config.h
+}
+
+src_configure() {
+   sed -i -e '/^install: / s|: all|:|' Makefile || die "sed failed"
+   sed -i -e 's|^CFLAGS =|CFLAGS +=|' config.mk || die "sed failed"
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" OPT_DEP_DEFAULT=0 \
+   HAVE_INOTIFY="$(usex inotify 1 0)" \
+   HAVE_LIBFONTS="$(usex statusbar 1 0)" \
+   HAVE_LIBGIF="$(usex gif 1 0)" \
+   HAVE_LIBWEBP="$(usex webp 1 0)" \
+   HAVE_LIBEXIF="$(usex exif 1 0)"
+}
+
+src_install() {
+   emake \
+   DESTDIR="${ED}" \
+   PREFIX="/usr" \
+   EGPREFIX="/usr/share/doc/${P}/examples" \
+   install install-icon
+   dodoc README.md
+   domenu nsxiv.desktop
+
+   save_config config.h
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+
+   einfo "${PN} uses media-libs/imlib2 for loading images."
+   einfo "To enable/disable support for specific image formats,"
+   einfo "toggle the necessary USE flag for imlib2."
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-libs/libdwarf/

2022-06-18 Thread Andrew Ammerlaan
commit: 1d4aa38d5af9db0070ac0b091b7296ebcd398b51
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jun 17 02:16:04 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 02:16:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d4aa38d

dev-libs/libdwarf: new version

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-libs/libdwarf/Manifest|  2 +-
 dev-libs/libdwarf/libdwarf-0.4.0.ebuild   | 47 +++
 dev-libs/libdwarf/libdwarf-20210528-r1.ebuild | 55 ---
 dev-libs/libdwarf/metadata.xml|  8 ++--
 4 files changed, 51 insertions(+), 61 deletions(-)

diff --git a/dev-libs/libdwarf/Manifest b/dev-libs/libdwarf/Manifest
index 0b1edc3e2..1c18e87bb 100644
--- a/dev-libs/libdwarf/Manifest
+++ b/dev-libs/libdwarf/Manifest
@@ -1 +1 @@
-DIST libdwarf-20210528.tar.gz 2869691 BLAKE2B 
43fb0a45c5e3ab96d402a09b129764fc47a2ff0a6ea9ea8930e074cf648beaec8dba72fc6a6be939c80de14190f7fb486b0c617de93713a78296b4e6c854bf2a
 SHA512 
e0f9c88554053ee6c1b1333960891189e7820c4a4ddc302b7e63754a4cdcfc2acb1b4b6083a722d1204a75e994fff3401ecc251b8c3b24090f8cb4046d90f870
+DIST libdwarf-0.4.0.tar.xz 2380228 BLAKE2B 
ee9d02284740b3f4961299e2e4530c2934cde4defefebd8a8ca3aab232f0a18fc35d376c2f61ee323f7db7e6460a3f5e662781f8086438c287f716067c2b7594
 SHA512 
30e5c6c1fc95aa28a014007a45199160e1d9ba870b196d6f98e6dd21a349e9bb31bba1bd6817f8ef9a89303bed0562182a7d46fcbb36aedded76c2f1e0052e1e

diff --git a/dev-libs/libdwarf/libdwarf-0.4.0.ebuild 
b/dev-libs/libdwarf/libdwarf-0.4.0.ebuild
new file mode 100644
index 0..68f8dd7be
--- /dev/null
+++ b/dev-libs/libdwarf/libdwarf-0.4.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="The DWARF Debugging Information Format"
+HOMEPAGE="
+   https://www.prevanders.net/dwarf.html
+   https://www.dwarfstd.org
+   https://github.com/davea42/libdwarf-code
+"
+SRC_URI="https://www.prevanders.net/${P}.tar.xz;
+
+LICENSE="LGPL-2.1 GPL-2 BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc dwarfexample dwarfgen +elf"
+
+DEPEND="
+   sys-libs/zlib
+   elf? ( virtual/libelf:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="doc? ( app-doc/doxygen )"
+
+src_configure() {
+
+   local emesonargs=(
+   $(meson_use dwarfgen)
+   $(meson_use dwarfexample)
+   $(meson_use doc)
+   $(meson_use elf libelf)
+   )
+   meson_src_configure
+}
+
+src_install(){
+   meson_src_install
+   dodoc AUTHORS README README.md ChangeLog* NEWS
+   if use doc; then
+   mkdir -p "${ED}/usr/share/doc/${PF}" || die
+   mv "${ED}/usr/share/doc/${PN}/html" 
"${ED}/usr/share/doc/${PF}/" || die
+   rm -r "${ED}/usr/share/doc/${PN}" || die
+   fi
+}

diff --git a/dev-libs/libdwarf/libdwarf-20210528-r1.ebuild 
b/dev-libs/libdwarf/libdwarf-20210528-r1.ebuild
deleted file mode 100644
index a1fdd9a05..0
--- a/dev-libs/libdwarf/libdwarf-20210528-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="The DWARF Debugging Information Format"
-HOMEPAGE="
-   https://www.prevanders.net/dwarf.html
-   http://www.dwarfstd.org
-"
-SRC_URI="https://www.prevanders.net/${P}.tar.gz;
-
-LICENSE="LGPL-2.1 GPL-2 BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dwarfexample dwarfgen +elf global-alloc-sums namestable 
nonstandardprintf oldframecol sanitize"
-
-DEPEND="
-   sys-libs/zlib
-   elf? ( virtual/libelf:= )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS README README.md ChangeLog ChangeLog2018 NEWS )
-
-src_configure() {
-
-   local myconf=(
-   --disable-static
-   --disable-windowspath
-   --enable-shared
-   --includedir="${EPREFIX}/usr/include/${PN}"
-   )
-
-   #this configure is so bad it enables when passing --disable
-   use dwarfexample && myconf+=(--enable-dwarfexample)
-   use dwarfgen && myconf+=(--enable-dwarfgen)
-   use elf && myconf+=(--enable-libelf)
-   use global-alloc-sums && myconf+=(--enable-global-alloc-csums)
-   use namestable && myconf+=(--enable-namestable)
-   use nonstandardprintf && myconf+=(--enable-nonstandardprintf)
-   use oldframecol && myconf+=(--enable-oldframecol)
-   use sanitize && myconf+=(--enable-sanitize)
-
-   econf "${myconf[@]}"
-}
-
-src_install(){
-   emake DESTDIR="${D}" install
-   einstalldocs
-
-   #--disable-static get ignored ...
-   find "${ED}" -name '*.a' -delete || die
-   find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libdwarf/metadata.xml b/dev-libs/libdwarf/metadata.xml
index 57f690a05..0ae906ce8 100644
--- a/dev-libs/libdwarf/metadata.xml
+++ 

[gentoo-commits] repo/proj/guru:master commit in: gui-libs/cubegui/

2022-06-18 Thread Andrew Ammerlaan
commit: d4c3438626078c2dfa37328e04ef4c9e849ef965
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun 16 14:16:54 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:35:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4c34386

gui-libs/cubegui: export more variables

Bug: https://bugs.gentoo.org/852032
Signed-off-by: Alessandro Barbieri  gmail.com>

 gui-libs/cubegui/cubegui-4.7.ebuild | 45 +
 1 file changed, 41 insertions(+), 4 deletions(-)

diff --git a/gui-libs/cubegui/cubegui-4.7.ebuild 
b/gui-libs/cubegui/cubegui-4.7.ebuild
index 52c97f63c..f77b38c89 100644
--- a/gui-libs/cubegui/cubegui-4.7.ebuild
+++ b/gui-libs/cubegui/cubegui-4.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools bash-completion-r1 qmake-utils
+inherit autotools bash-completion-r1 qmake-utils toolchain-funcs
 
 DESCRIPTION="CUBE Uniform Behavioral Encoding GUI"
 HOMEPAGE="https://www.scalasca.org/scalasca/software/cube-4.x;
@@ -42,8 +42,44 @@ src_prepare() {
 }
 
 src_configure() {
-   export CC=gcc
-   export CXX=g++
+   tc-export CC CXX FC F77 CPP AR
+   rm build-config/common/platforms/platform-* || die
+
+   cat > build-config/common/platforms/platform-backend-user-provided 
<<-EOF || die
+   CC=${CC}
+   CXX=${CXX}
+   FC=${FC}
+   F77=${F77}
+   CPP=${CPP}
+   CXXCPP=${CPP}
+   EOF
+
+   cat > build-config/common/platforms/platform-frontend-user-provided 
<<-EOF || die
+   CC_FOR_BUILD=${CC}
+   F77_FOR_BUILD=${F77}
+   FC_FOR_BUILD=${FC}
+   CXX_FOR_BUILD=${CXX}
+   LDFLAGS_FOR_BUILD=${LDFLAGS}
+   CFLAGS_FOR_BUILD=${CFLAGS}
+   CXXFLAGS_FOR_BUILD=${CXXFLAGS}
+   CPPFLAGS_FOR_BUILD=${CPPFLAGS}
+   FCFLAGS_FOR_BUILD=${FCFLAGS}
+   FFLAGS_FOR_BUILD=${FFLAGS}
+   EOF
+
+   cat > build-config/common/platforms/platform-mpi-user-provided <<-EOF 
|| die
+   MPICC=mpicc
+   MPICXX=mpicxx
+   MPIF77=mpif77
+   MPIFC=mpif90
+   MPI_CPPFLAGS=${CPPFLAGS}
+   MPI_CFLAGS=${CFLAGS}
+   MPI_CXXFLAGS=${CXXFLAGS}
+   MPI_FFLAGS=${FFLAGS}
+   MPI_FCFLAGS=${FCFLAGS}
+   MPI_LDFLAGS=${LDFLAGS}
+   EOF
+
export QT_LIBS="-lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Network 
-lQt5Core"
use concurrent && export QT_LIBS="${QT_LIBS} -lQt5Concurrent"
use webengine && export QT_LIBS="${QT_LIBS} -lQt5WebEngineWidgets"
@@ -51,6 +87,7 @@ src_configure() {
local myconf=(
--disable-platform-mic
--with-cubelib="${EPREFIX}/usr"
+   --with-custom-compilers
--with-plugin-advancedcolormaps
--with-plugin-barplot
--with-plugin-cube-diff
@@ -81,7 +118,7 @@ src_configure() {
myconf+=( "--without-scorep" )
fi
 
-   econf "${myconf[@]}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" 
CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" "${myconf[@]}"
+   econf "${myconf[@]}"
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/

2022-06-18 Thread Andrew Ammerlaan
commit: b76209822cdf5f4755ec0f0f38f30f9da955b9e9
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Jun 17 15:31:18 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 15:40:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7620982

mpv-plugin/mpv-mpris: drop 0.7, 0.7.1

Signed-off-by: Oliver Freyermuth  googlemail.com>

 mpv-plugin/mpv-mpris/Manifest   |  1 -
 mpv-plugin/mpv-mpris/mpv-mpris-0.7.1.ebuild | 70 
 mpv-plugin/mpv-mpris/mpv-mpris-0.7.ebuild   | 71 -
 3 files changed, 142 deletions(-)

diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index 24eb33b97..bb19e16db 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,3 +1,2 @@
 DIST mpv-mpris-0.7.1.tar.gz 13432 BLAKE2B 
884204c2186bc3b52378113dde87e58578b3811ec1a40576eb30e779fe3a3575ad9db802a51434e9fc3d22785db6036f898c76acab61780fac4b35276a17524f
 SHA512 
7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23
-DIST mpv-mpris-0.7.tar.gz 12982 BLAKE2B 
db919cdad6528519211725694f63871e371a33a331c46eebb202fa87d452d1cf30cecf3d4c2b26cb187cfa2c4cdd53411b88e6e7855510ffbaeef28ab3eb8346
 SHA512 
b370c9550622302cfdd07c21ae2f03a4e66e80da02e8f38c68d447ef273ae582ad6d918e207a9fb8c917a851163c6aadc08d3d68ad8e70ec85b37732c0cac96f
 DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 
57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1
 SHA512 
97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1.ebuild 
b/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1.ebuild
deleted file mode 100644
index 2b4e36729..0
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="MPRIS plugin for mpv"
-HOMEPAGE="https://github.com/hoyon/mpv-mpris;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/hoyon/${PN}.git;
-else
-   SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-SLOT="0"
-LICENSE="MIT"
-IUSE="+autoload test"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-video/mpv:=[cplugins,libmpv]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-   test? (
-   app-misc/jq
-   app-shells/bash
-   app-text/jo
-   media-sound/playerctl
-   net-misc/socat
-   sys-apps/dbus
-   virtual/awk
-   x11-apps/xauth
-   x11-misc/xvfb-run
-   x11-themes/sound-theme-freedesktop
-   )
-"
-RESTRICT="!test? ( test )"
-
-src_compile() {
-   tc-export CC
-   emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_test() {
-   emake test
-}
-
-src_install() {
-   newlib.so mpris.so ${PN}.so
-   use autoload && dosym -r /usr/$(get_libdir)/${PN}.so 
/etc/mpv/scripts/mpris.so
-   einstalldocs
-}
-
-pkg_postinst() {
-   if ! use autoload; then
-   elog
-   elog "The plugin has not been installed to /etc/mpv/scripts for 
autoloading."
-   elog "You have to activate it manually by passing"
-   elog " '${EPREFIX}/usr/$(get_libdir)/${PN}.so'"
-   elog "as a script option to mpv or symlinking the library to 
'scripts' in your mpv"
-   elog "config directory."
-   elog "Alternatively, activate the autoload use flag."
-   elog
-   fi
-}

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.ebuild 
b/mpv-plugin/mpv-mpris/mpv-mpris-0.7.ebuild
deleted file mode 100644
index 8814420b5..0
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="MPRIS plugin for mpv"
-HOMEPAGE="https://github.com/hoyon/mpv-mpris;
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/hoyon/${PN}.git;
-else
-   SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-SLOT="0"
-LICENSE="MIT"
-IUSE="+autoload test"
-
-RDEPEND="
-   dev-libs/glib:2
-   media-video/mpv:=[cplugins,libmpv]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-   test? (
-   app-misc/jq
-   app-shells/bash
-   app-text/jo
-   media-sound/playerctl
-   net-misc/socat
- 

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

2022-06-18 Thread Andrew Ammerlaan
commit: f89f4f970bbdb27dbfe94853a7e55ec44f1028f1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun 16 14:26:16 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:35:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f89f4f97

licenses: add BlueOak-1.0.0 license

Signed-off-by: Alessandro Barbieri  gmail.com>

 licenses/BlueOak-1.0.0 | 55 ++
 1 file changed, 55 insertions(+)

diff --git a/licenses/BlueOak-1.0.0 b/licenses/BlueOak-1.0.0
new file mode 100644
index 0..c5402b957
--- /dev/null
+++ b/licenses/BlueOak-1.0.0
@@ -0,0 +1,55 @@
+# Blue Oak Model License
+
+Version 1.0.0
+
+## Purpose
+
+This license gives everyone as much permission to work with
+this software as possible, while protecting contributors
+from liability.
+
+## Acceptance
+
+In order to receive this license, you must agree to its
+rules.  The rules of this license are both obligations
+under that agreement and conditions to your license.
+You must not do anything with this software that triggers
+a rule that you cannot or will not follow.
+
+## Copyright
+
+Each contributor licenses you to do everything with this
+software that would otherwise infringe that contributor's
+copyright in it.
+
+## Notices
+
+You must ensure that everyone who gets a copy of
+any part of this software from you, with or without
+changes, also gets the text of this license or a link to
+.
+
+## Excuse
+
+If anyone notifies you in writing that you have not
+complied with [Notices](#notices), you can keep your
+license by taking all practical steps to comply within 30
+days after the notice.  If you do not do so, your license
+ends immediately.
+
+## Patent
+
+Each contributor licenses you to do everything with this
+software that would otherwise infringe any patent claims
+they can license or become able to license.
+
+## Reliability
+
+No contributor can revoke this license.
+
+## No Liability
+
+***As far as the law allows, this software comes as is,
+without any warranty or condition, and no contributor
+will be liable to anyone for any damages related to this
+software or this license, under any kind of legal claim.***



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/azote/

2022-06-18 Thread Andrew Ammerlaan
commit: c919ada69c55fb74d991f53d54141aaedffe8427
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat Jun 18 18:02:49 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat Jun 18 18:02:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c919ada6

gui-apps/azote: add 1.9.5

Signed-off-by: Aisha Tammy  aisha.cc>

 gui-apps/azote/Manifest   |  1 +
 gui-apps/azote/azote-1.9.5.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/gui-apps/azote/Manifest b/gui-apps/azote/Manifest
index a6dedd5f8..7b8e18afd 100644
--- a/gui-apps/azote/Manifest
+++ b/gui-apps/azote/Manifest
@@ -2,3 +2,4 @@ DIST azote-1.9.0.tar.gz 617084 BLAKE2B 
6c3cae1f8bcb1be45741dc969c6dec3dfc5df526c
 DIST azote-1.9.1.tar.gz 618349 BLAKE2B 
4449ebd42134c5429f4486aa2526e2c6b9e5ec8943f872a9bcadd942c6629e3095f71f5759f64e1011793282ffb99cb0bdbbe0c0ffdd0305f2fcdcb70dbfe0b0
 SHA512 
aa9264172e43b824cd051c2ae86c7cd572821721d0bf1db0f916707bc48d3674fb90c2039c56afd724e9a975fb02a13528c7ae9145bd0ea767b908a230a133c2
 DIST azote-1.9.2.tar.gz 4566337 BLAKE2B 
d2091ee679cdb1725fdee14a758c20ab5d689586eddb9d9f38f3085d9b31fb87a77474b2382f1b6ba6b94208dd624c270fa678007c122f09671c30b36dd54728
 SHA512 
aa2b45966e13a0bc9196e40bd3fbda0e0ebb5105690e938df33b72221ef2502511de62611e3423bf102f7e332a0fe889b545e20c41fa28b3264da9521fb6ef92
 DIST azote-1.9.3.tar.gz 4566368 BLAKE2B 
9885720704885cd017b1700e1cf127eef649e88a1dec769744ccceb3e470802efe75da009a8303ca0b66b88dd061863e0128afec05f137d844a7ad1212e24759
 SHA512 
d3c87bb5e973163130641020ee0e9f8a6c6a0d00c994cf7c502c0fc3561ac46730f882ebc5c38892b61ddfb0f4067bbffd3fb213ead981666aeb079bf9b1d7fe
+DIST azote-1.9.5.tar.gz 4560473 BLAKE2B 
6ca814369fa15db143a4957ea6876d2114700404d9e8b2228e1b21021528efdbeba6478787ffefdeb1408c44837b7f00c1bfea777a25dc1c487d88ed8fd8b809
 SHA512 
bd7af12adf23d4671454c3a6a2b33368a68ddfacff7da78f347c1ad471b1ffaaf3b9f6187cef3398d5849b84e4a86639be4e7bc1fb50282d8394386e9b9ce83e

diff --git a/gui-apps/azote/azote-1.9.5.ebuild 
b/gui-apps/azote/azote-1.9.5.ebuild
new file mode 100644
index 0..a289c3823
--- /dev/null
+++ b/gui-apps/azote/azote-1.9.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1 desktop
+
+DESCRIPTION="wallpaper manager for wlroots compositors"
+HOMEPAGE="https://github.com/nwg-piotr/azote;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/nwg-piotr/azote;
+else
+   SRC_URI="https://github.com/nwg-piotr/azote/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+IUSE="simple-colorpicker imagemagick wayland X yaml"
+
+RDEPEND="
+   dev-cpp/gtkmm:3.0
+   dev-python/pillow
+   dev-python/pygobject:3=
+   dev-python/send2trash
+   simple-colorpicker? (
+   X? (
+   media-gfx/maim
+   x11-misc/slop
+   )
+   wayland? (
+   gui-apps/grim
+   gui-apps/slurp
+   )
+   )
+   imagemagick? (
+   media-gfx/imagemagick[jpeg,png,svg,X?]
+   )
+   wayland? (
+   gui-apps/swaybg
+   gui-apps/wlr-randr
+   )
+   X? (
+   media-gfx/feh
+   x11-apps/xrandr
+   )
+   yaml? ( dev-python/pyyaml )
+"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   cd "${S}"
+
+   dobin dist/azote
+   domenu dist/azote.desktop
+
+   insinto /usr/share/azote
+   doins dist/azote.svg dist/indicator_{active,attention}.png
+   insinto /usr/share/licenses/azote
+   doins LICENSE-COLORTHIEF
+}



[gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/

2022-06-18 Thread Andrew Ammerlaan
commit: 2f5b011fc455e0f83f36446bf16349d3be9cf137
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Jun 17 15:34:35 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 15:40:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f5b011f

mpv-plugin/mpv-mpris: Modernize live ebuild, use mpv-plugin eclass

Signed-off-by: Oliver Freyermuth  googlemail.com>

 mpv-plugin/mpv-mpris/mpv-mpris-.ebuild | 29 ++---
 1 file changed, 6 insertions(+), 23 deletions(-)

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-.ebuild 
b/mpv-plugin/mpv-mpris/mpv-mpris-.ebuild
index 2b4e36729..ba02bf7f6 100644
--- a/mpv-plugin/mpv-mpris/mpv-mpris-.ebuild
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+MPV_REQ_USE="cplugins,libmpv"
+inherit mpv-plugin toolchain-funcs
 
 DESCRIPTION="MPRIS plugin for mpv"
 HOMEPAGE="https://github.com/hoyon/mpv-mpris;
@@ -16,13 +17,11 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
-SLOT="0"
 LICENSE="MIT"
-IUSE="+autoload test"
+IUSE="test"
 
 RDEPEND="
dev-libs/glib:2
-   media-video/mpv:=[cplugins,libmpv]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="virtual/pkgconfig
@@ -39,6 +38,9 @@ BDEPEND="virtual/pkgconfig
x11-themes/sound-theme-freedesktop
)
 "
+
+MPV_PLUGIN_FILES=( mpris.so )
+
 RESTRICT="!test? ( test )"
 
 src_compile() {
@@ -49,22 +51,3 @@ src_compile() {
 src_test() {
emake test
 }
-
-src_install() {
-   newlib.so mpris.so ${PN}.so
-   use autoload && dosym -r /usr/$(get_libdir)/${PN}.so 
/etc/mpv/scripts/mpris.so
-   einstalldocs
-}
-
-pkg_postinst() {
-   if ! use autoload; then
-   elog
-   elog "The plugin has not been installed to /etc/mpv/scripts for 
autoloading."
-   elog "You have to activate it manually by passing"
-   elog " '${EPREFIX}/usr/$(get_libdir)/${PN}.so'"
-   elog "as a script option to mpv or symlinking the library to 
'scripts' in your mpv"
-   elog "config directory."
-   elog "Alternatively, activate the autoload use flag."
-   elog
-   fi
-}



[gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/

2022-06-18 Thread Andrew Ammerlaan
commit: 7c07e23fda50b9e14f8af6f1e73d30528d53df30
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Fri Jun 17 15:30:40 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 15:40:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c07e23f

mpv-plugin/mpv-mpris: add 0.8

Signed-off-by: Oliver Freyermuth  googlemail.com>

 mpv-plugin/mpv-mpris/Manifest |  1 +
 mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index 4c69ea672..24eb33b97 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,2 +1,3 @@
 DIST mpv-mpris-0.7.1.tar.gz 13432 BLAKE2B 
884204c2186bc3b52378113dde87e58578b3811ec1a40576eb30e779fe3a3575ad9db802a51434e9fc3d22785db6036f898c76acab61780fac4b35276a17524f
 SHA512 
7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23
 DIST mpv-mpris-0.7.tar.gz 12982 BLAKE2B 
db919cdad6528519211725694f63871e371a33a331c46eebb202fa87d452d1cf30cecf3d4c2b26cb187cfa2c4cdd53411b88e6e7855510ffbaeef28ab3eb8346
 SHA512 
b370c9550622302cfdd07c21ae2f03a4e66e80da02e8f38c68d447ef273ae582ad6d918e207a9fb8c917a851163c6aadc08d3d68ad8e70ec85b37732c0cac96f
+DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 
57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1
 SHA512 
97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild 
b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
new file mode 100644
index 0..ba02bf7f6
--- /dev/null
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MPV_REQ_USE="cplugins,libmpv"
+inherit mpv-plugin toolchain-funcs
+
+DESCRIPTION="MPRIS plugin for mpv"
+HOMEPAGE="https://github.com/hoyon/mpv-mpris;
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hoyon/${PN}.git;
+else
+   SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+IUSE="test"
+
+RDEPEND="
+   dev-libs/glib:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+   test? (
+   app-misc/jq
+   app-shells/bash
+   app-text/jo
+   media-sound/playerctl
+   net-misc/socat
+   sys-apps/dbus
+   virtual/awk
+   x11-apps/xauth
+   x11-misc/xvfb-run
+   x11-themes/sound-theme-freedesktop
+   )
+"
+
+MPV_PLUGIN_FILES=( mpris.so )
+
+RESTRICT="!test? ( test )"
+
+src_compile() {
+   tc-export CC
+   emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_test() {
+   emake test
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-power/geopmd/

2022-06-18 Thread Andrew Ammerlaan
commit: c980bcd3914c812f1669768d57c55a9729f66772
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun 16 10:17:14 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:35:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c980bcd3

sys-power/geopmd: add missing doc dependency

Closes: https://bugs.gentoo.org/852263
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-power/geopmd/geopmd-2.0.0_rc1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys-power/geopmd/geopmd-2.0.0_rc1.ebuild 
b/sys-power/geopmd/geopmd-2.0.0_rc1.ebuild
index ac0b75d9c..40be58d30 100644
--- a/sys-power/geopmd/geopmd-2.0.0_rc1.ebuild
+++ b/sys-power/geopmd/geopmd-2.0.0_rc1.ebuild
@@ -34,7 +34,12 @@ DEPEND="
${RDEPEND}
dev-cpp/gtest
 "
-BDEPEND="doc? ( dev-python/sphinx )"
+BDEPEND="
+   doc? (
+   dev-python/sphinx
+   dev-python/sphinx_rtd_theme
+   )
+"
 
 PATCHES=(
"${FILESDIR}/${P}-system-gtest.patch"



[gentoo-commits] repo/proj/guru:master commit in: app-editors/amp/

2022-06-18 Thread Andrew Ammerlaan
commit: 7dd6ac2be421580b39ec61005f5414d856d76b8e
Author: Luciano Degni  gmail  com>
AuthorDate: Fri Jun 17 10:14:12 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 10:14:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7dd6ac2b

app-editors/amp: enable py3.10

Signed-off-by: Luciano Degni  gmail.com>

 app-editors/amp/amp-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild
index 0b4f231aa..da52cd321 100644
--- a/app-editors/amp/amp-0.6.2.ebuild
+++ b/app-editors/amp/amp-0.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 CRATES="
aho-corasick-0.5.3



[gentoo-commits] repo/proj/guru:master commit in: sys-kernel/uek-sources/

2022-06-18 Thread Andrew Ammerlaan
commit: 7ba5bc3f76f8ad08442a091fa673cae45968bbd2
Author: Aisha Tammy  aisha  cc>
AuthorDate: Fri Jun 17 15:14:23 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 15:15:00 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ba5bc3f

sys-kernel/uek-sources: add 5.4.17.2136.309.3

Signed-off-by: Aisha Tammy  aisha.cc>

 sys-kernel/uek-sources/Manifest|  1 +
 .../uek-sources-5.4.17.2136.309.3.ebuild   | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/uek-sources/Manifest b/sys-kernel/uek-sources/Manifest
index cc400d5dc..ee0115acd 100644
--- a/sys-kernel/uek-sources/Manifest
+++ b/sys-kernel/uek-sources/Manifest
@@ -9,3 +9,4 @@ DIST linux-uek-5.4.17-2136.306.1.tar.gz 175487701 BLAKE2B 
4ea72ec404ef2e88492f46
 DIST linux-uek-5.4.17-2136.307.2.tar.gz 175498423 BLAKE2B 
f3e95673891cdf2750d0ff19205c8a0b265de4c171125e69eaf2ee85b72cabe23265de74759a691b824525221f3824b365a9dc67d03e281dc64eaae539903bde
 SHA512 
2b692a5ed58afcf0f351216dee1dda92a8033002c373afd8ab8afcda19b1ca48b46b4cd34c8d299391e44fee57c13be3edaca19a398f6bf3505e37eb7d2e21b5
 DIST linux-uek-5.4.17-2136.308.4.tar.gz 176328838 BLAKE2B 
0c7187afad5cc21e86eef121fff81a94f13ddad98c1533ed9d1024a28aabcee95eadb403eba33733371e58a6f481ebb7cc42a03af124ab2517475a3d86f8e2ce
 SHA512 
44ba9c17d930624eb502ecc66ecd6b48c3d3686284f45030522d816e26ad0f74c6f92437ba4d39c9c4335182ffec198791ddd7232b49e8de21620862b1cf5648
 DIST linux-uek-5.4.17-2136.308.6.tar.gz 176312971 BLAKE2B 
bc39d9f6c743d7b025e085b8bb86b7c5c42dd29254961aa079f393367bd382c282ebd4c95ecc99624be2dde2721e08c551030fade4f96542c5a2270019d209a6
 SHA512 
46158400a97eb7b6d687f2814fb09d41415607bc698cf3b3407d226c8da95bd20d955bedbddba474167eb8409dc43616bbd367b5266bbe941960ea508c249285
+DIST linux-uek-5.4.17-2136.309.3.tar.gz 176354922 BLAKE2B 
ffdfa4b347c7f4ae9037d93b96ee8971473f4fd9a97045700fe334788d94334ec48eebfe94900fa7349323798ed59bc575e7372be3dfe6038fd30266185b3940
 SHA512 
3e7a9d666f526885915bed89150e807b5e48dc8ad8aabfbd7896906c96fbea4d0e3f33738a0eed64bd596b65e1a4e1e9c73c74741c59564b3f819d745f1cb4d8

diff --git a/sys-kernel/uek-sources/uek-sources-5.4.17.2136.309.3.ebuild 
b/sys-kernel/uek-sources/uek-sources-5.4.17.2136.309.3.ebuild
new file mode 100644
index 0..423397238
--- /dev/null
+++ b/sys-kernel/uek-sources/uek-sources-5.4.17.2136.309.3.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KERNEL_VERSION=$(ver_cut 1-3)
+KERNEL_TRUNK=$(ver_cut 1-2)
+UEK_PATCH_VERSION=$(ver_cut 4-6)
+UEK_VERSION="${KERNEL_VERSION}-${UEK_PATCH_VERSION}"
+
+ETYPE="sources"
+
+K_GENPATCHES_VER="192"
+K_SECURITY_UNSUPPORTED="1"
+CKV="${KERNEL_VERSION}_p${UEK_PATCH_VERSION}"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+DESCRIPTION="Unbreakable Enterprise Kernel (UEK) sources built from Oracle"
+HOMEPAGE="https://github.com/oracle/linux-uek;
+SRC_URI="
+   
https://github.com/oracle/linux-uek/archive/refs/tags/v${UEK_VERSION}.tar.gz
+   -> linux-uek-${UEK_VERSION}.tar.gz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.experimental.tar.xz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.extras.tar.xz
+"
+S="${WORKDIR}/linux-uek-${UEK_VERSION}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE="+gentoo experimental"
+
+PATCHES=(
+   "${FILESDIR}"/uek-sources-5.4.17.2136.303.1-ip6_sock_set_v6only.patch
+   "${FILESDIR}"/uek-sources-5.4.17.2136.303.2-O3.patch
+)
+
+src_unpack() {
+   default
+
+   # remove all backup files
+   find . -iname "*~" -print -exec rm {} \; 2>/dev/null
+
+   unpack_set_extraversion
+   unpack_fix_install_path
+
+   env_setup_xmakeopts
+}
+
+src_prepare() {
+   use gentoo && PATCHES+=(
+   "${WORKDIR}"/1500_XATTR_USER_PREFIX.patch
+   
"${WORKDIR}"/1510_fs-enable-link-security-restrictions-by-default.patch
+   
"${WORKDIR}"/2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
+   "${WORKDIR}"/2600_enable-key-swapping-for-apple-mac.patch
+   "${WORKDIR}"/2920_sign-file-patch-for-libressl.patch
+   "${WORKDIR}"/4567_distro-Gentoo-Kconfig.patch
+   )
+   use experimental && PATCHES+=(
+   "${WORKDIR}"/5000_shifts-ubuntu-20.04.patch
+   "${WORKDIR}"/5010_enable-cpu-optimizations-universal.patch
+   )
+   default
+}



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

2022-06-18 Thread Andrew Ammerlaan
commit: 6dfb43cad123c5698a5e2971eab5284cb3182d04
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Jun 15 00:47:34 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:10:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dfb43ca

dev-python/gemcall: add 0.9

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

 dev-python/gemcall/Manifest   |  1 +
 dev-python/gemcall/gemcall-0.9.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/gemcall/Manifest b/dev-python/gemcall/Manifest
index 72aadaa0c..7c965c6f5 100644
--- a/dev-python/gemcall/Manifest
+++ b/dev-python/gemcall/Manifest
@@ -1 +1,2 @@
 DIST gemcall-0.8.tar.gz 4689 BLAKE2B 
724a48c1221f775e1f60af05b24e7d2bb0ed3ce355508f7a45b226e519edd19213a9a660de471de62043c9163cd40ca599ef63967146a054d43dcf2712c2b347
 SHA512 
6b078399d5301a4f01198eb474e5f5d280c7a98dbddc8f03104c09e1b25d5ded4353601ac4b80973cf5ca8e1255527c3696fe16a0bce60a85f7fb4f3db9d57ac
+DIST gemcall-0.9.tar.gz 4741 BLAKE2B 
c7dcd6cf7260210382b3aebf5e87cbf5619f5038ebd6193b1deb2cb1a5f2b77f74cc327d5eef88f69dc775c9877e445eb1c7916b35584419d5d1123bc384a1fc
 SHA512 
5c835538766a7c755163c751531bd33a776cc3f364f575dca43ab4ecfefb0cf49f8ffee5ea9ceb8300a8d7a19c943bcef3916f616c4f0a6875dcd6e431c4

diff --git a/dev-python/gemcall/gemcall-0.9.ebuild 
b/dev-python/gemcall/gemcall-0.9.ebuild
new file mode 100644
index 0..e05430f82
--- /dev/null
+++ b/dev-python/gemcall/gemcall-0.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2021 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="A library and CLI tool for making gemini requests"
+HOMEPAGE="https://notabug.org/tinyrabbit/gemcall/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"



[gentoo-commits] repo/proj/guru:master commit in: sys-kernel/msr-safe/

2022-06-18 Thread Andrew Ammerlaan
commit: 2349641fdc14a712cbfec48caf3dd4474b4c8821
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun 16 19:47:29 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:35:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2349641f

sys-kernel/msr-safe: reload udev

Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-kernel/msr-safe/msr-safe-1.6.0.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-kernel/msr-safe/msr-safe-1.6.0.ebuild 
b/sys-kernel/msr-safe/msr-safe-1.6.0.ebuild
index e382df77b..ebd220eab 100644
--- a/sys-kernel/msr-safe/msr-safe-1.6.0.ebuild
+++ b/sys-kernel/msr-safe/msr-safe-1.6.0.ebuild
@@ -24,7 +24,6 @@ BUILD_TARGETS="all"
 MODULE_NAMES="msr-safe(misc:${S})"
 
 src_compile() {
-#  export KV_FULL
linux-mod_src_compile
use slurm && emake spank
 }
@@ -43,6 +42,10 @@ src_install() {
doins -r allowlists
 }
 
+pkg_postinst() {
+   udev_reload
+}
+
 pkg_postrm() {
udev_reload
 }



[gentoo-commits] repo/proj/guru:master commit in: sys-cluster/scalasca/

2022-06-18 Thread Andrew Ammerlaan
commit: fa0fcf95afedb0025996c25bc1f976acdcc5d8ef
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun 16 13:51:42 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:35:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa0fcf95

sys-cluster/scalasca: export more variables

Bug: https://bugs.gentoo.org/852041
Signed-off-by: Alessandro Barbieri  gmail.com>

 sys-cluster/scalasca/scalasca-2.6.ebuild | 47 
 1 file changed, 36 insertions(+), 11 deletions(-)

diff --git a/sys-cluster/scalasca/scalasca-2.6.ebuild 
b/sys-cluster/scalasca/scalasca-2.6.ebuild
index 64dd29d61..20b391727 100644
--- a/sys-cluster/scalasca/scalasca-2.6.ebuild
+++ b/sys-cluster/scalasca/scalasca-2.6.ebuild
@@ -36,25 +36,50 @@ src_prepare() {
 }
 
 src_configure() {
-   tc-export CC CXX FC F77 CPP
+   tc-export CC CXX FC F77 CPP AR
 
-   export MPICC=/usr/bin/mpicc
-   export MPICXX=/usr/bin/mpicxx
-   export MPIF77=/usr/bin/mpif77
-   export MPIFC=/usr/bin/mpifc
+   cat > build-config/common/platforms/platform-backend-user-provided 
<<-EOF || die
+   CC=${CC}
+   CXX=${CXX}
+   FC=${FC}
+   F77=${F77}
+   CPP=${CPP}
+   CXXCPP=${CPP}
+   EOF
 
-   export MPI_CFLAGS="${CFLAGS}"
-   export MPI_CXXFLAGS="${CXXFLAGS}"
-   export MPI_CPPFLAGS="${CPPFLAGS}"
-   export MPI_F77LAGS="${F77FLAGS}"
-   export MPI_FCLAGS="${FCFLAGS}"
-   export MPI_LDFLAGS="${LDFLAGS}"
+   cat > build-config/common/platforms/platform-frontend-user-provided 
<<-EOF || die
+   CC_FOR_BUILD=${CC}
+   F77_FOR_BUILD=${F77}
+   FC_FOR_BUILD=${FC}
+   CXX_FOR_BUILD=${CXX}
+   LDFLAGS_FOR_BUILD=${LDFLAGS}
+   CFLAGS_FOR_BUILD=${CFLAGS}
+   CXXFLAGS_FOR_BUILD=${CXXFLAGS}
+   CPPFLAGS_FOR_BUILD=${CPPFLAGS}
+   FCFLAGS_FOR_BUILD=${FCFLAGS}
+   FFLAGS_FOR_BUILD=${FFLAGS}
+   CXXFLAGS_FOR_BUILD_SCORE=${CXXFLAGS}
+   EOF
+
+   cat > build-config/common/platforms/platform-mpi-user-provided <<-EOF 
|| die
+   MPICC=mpicc
+   MPICXX=mpicxx
+   MPIF77=mpif77
+   MPIFC=mpif90
+   MPI_CPPFLAGS=${CPPFLAGS}
+   MPI_CFLAGS=${CFLAGS}
+   MPI_CXXFLAGS=${CXXFLAGS}
+   MPI_FFLAGS=${FFLAGS}
+   MPI_FCFLAGS=${FCFLAGS}
+   MPI_LDFLAGS=${LDFLAGS}
+   EOF
 
local myconf=(
--disable-platform-mic
--disable-static
--enable-shared
--with-cubew="${EPREFIX}/usr"
+   --with-custom-compilers
--with-libz="${EPREFIX}/usr"
--with-otf2="${EPREFIX}/usr"
$(use_enable openmp)



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

2022-06-18 Thread Andrew Ammerlaan
commit: 70fa251b51a2b31701f50393681d01e2d8bb37fb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Jun 17 00:34:56 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:35:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70fa251b

net-libs/evpath: update HOMEPAGE

Signed-off-by: Alessandro Barbieri  gmail.com>

 net-libs/evpath/evpath-4.5.0_p20220601.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-libs/evpath/evpath-4.5.0_p20220601.ebuild 
b/net-libs/evpath/evpath-4.5.0_p20220601.ebuild
index 4bd29fec8..b307cad34 100644
--- a/net-libs/evpath/evpath-4.5.0_p20220601.ebuild
+++ b/net-libs/evpath/evpath-4.5.0_p20220601.ebuild
@@ -8,7 +8,11 @@ inherit cmake
 COMMIT="77f54fac21cb4452057b2b9c8d285e9084309dbc"
 
 DESCRIPTION="EVpath is an event transport middleware layer"
-HOMEPAGE="https://github.com/GTkorvo/evpath;
+HOMEPAGE="
+   https://evpath.net/
+   https://www.cc.gatech.edu/systems/projects/EVPath/
+   https://github.com/GTkorvo/evpath
+"
 SRC_URI="https://github.com/GTKorvo/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
 S="${WORKDIR}/${PN}-${COMMIT}"
 
@@ -30,7 +34,8 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-RESTRICT="!test? ( test )"
+RESTRICT="test"
+PROPERTIES="test_network"
 
 src_configure() {
local mycmakeargs=(



[gentoo-commits] repo/proj/guru:master commit in: dev-util/glsl-language-server/

2022-06-18 Thread Andrew Ammerlaan
commit: 732483924766dfdc04d4d0922290bd7a77a44898
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jun 16 23:43:36 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:10:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=73248392

dev-util/glsl-language-server: remove variables from HOMEPAGE

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

 dev-util/glsl-language-server/Manifest  | 1 -
 dev-util/glsl-language-server/glsl-language-server-0.3.7.ebuild | 7 ++-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-util/glsl-language-server/Manifest 
b/dev-util/glsl-language-server/Manifest
index 5456fbddf..087db1424 100644
--- a/dev-util/glsl-language-server/Manifest
+++ b/dev-util/glsl-language-server/Manifest
@@ -1,2 +1 @@
 DIST 0.3.7-g.tar.gz 3627891 BLAKE2B 
b7b6724287b5660c33db4eb40d784b195c4c8087943968167bf0b66f44faf054e36350fea53597bf38cfa7f0e087f96992dce0e7afe3131c9d05795605af8e81
 SHA512 
822611e0b1b30c513870ce05f4ff32c9a9aaef72f6c2832b69c0af6b60a4e716590d9c728f46a66bb6e49e2e8568c2a04832e410c8a55c945798a20223a686ff
-EBUILD glsl-language-server-0.3.7.ebuild 573 BLAKE2B 
0d2f5ab93f76f24eef49068f07af1a8b415cf4cb261097676f759a73cd0eefe3b0c9e8b6e2ed4b3bbb5ca1efd207e59f360115d9e1174065874d07266b5f33ed
 SHA512 
066be94658f5c66259c956a9892f73a0a80cda8924090d4ed7f219ab5646124011e866a5f5430414c19b14a9fe032ad7de6079044cc280e3a425b91508660779

diff --git a/dev-util/glsl-language-server/glsl-language-server-0.3.7.ebuild 
b/dev-util/glsl-language-server/glsl-language-server-0.3.7.ebuild
index 92fe3c862..9fea10fb5 100644
--- a/dev-util/glsl-language-server/glsl-language-server-0.3.7.ebuild
+++ b/dev-util/glsl-language-server/glsl-language-server-0.3.7.ebuild
@@ -4,21 +4,18 @@
 EAPI=8
 
 DESCRIPTION="Language server implementation for GLSL"
-HOMEPAGE="https://github.com/billyb2/${PN}-gentoo;
+HOMEPAGE="https://github.com/billyb2/glsl-language-server-gentoo;
 
SRC_URI="https://github.com/billyb2/${PN}-gentoo/archive/refs/tags/${PV}-g.tar.gz;
+S="${WORKDIR}"/${PN}-gentoo-${PV}-g
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
 DEPEND="dev-util/glslang dev-cpp/cli11 dev-cpp/nlohmann_json dev-libs/libfmt"
 RDEPEND="${DEPEND}"
 BDEPEND="dev-util/ninja"
 
-S=${WORKDIR}/${PN}-gentoo-${PV}-g
-
 src_install() {
DESTDIR="${D}" ninja -C${S}/build install
-
 }



[gentoo-commits] repo/proj/guru:master commit in: net-misc/ooni-probe-cli/

2022-06-18 Thread Andrew Ammerlaan
commit: f9849232022138d5193bf16e64410f9e31214610
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jun 16 23:36:39 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:10:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9849232

net-misc/ooni-probe-cli: add 3.15.1, drop 3.14.2

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

 net-misc/ooni-probe-cli/Manifest| 2 +-
 .../{ooni-probe-cli-3.14.2.ebuild => ooni-probe-cli-3.15.1.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/ooni-probe-cli/Manifest b/net-misc/ooni-probe-cli/Manifest
index 855515d4d..1fddb2ce5 100644
--- a/net-misc/ooni-probe-cli/Manifest
+++ b/net-misc/ooni-probe-cli/Manifest
@@ -1,2 +1,2 @@
-DIST ooni-probe-cli-3.14.2.tar.gz 20997747 BLAKE2B 
45e18e40b280c81935476aa67d73b3d56df34507c3ccdd611f22a979d72ef8cd45c3e70d6d899927e8af353717d944fc84650f2a0417d288c175e4694631be0d
 SHA512 
e35e70363f49cac73bbb4a6ae5f091a33c9e72d565e4fb69d2fac25dfebc961cde3cbd88493ffc17f6330b52cfcc6b093c65a63359a534ca4370010422e0e776
 DIST ooni-probe-cli-3.15.0.tar.gz 21374406 BLAKE2B 
05fef6dacee64a58bab319d62c01976a29435b8b938f2c3fffe8f5e57801e1ecc39b4e1a02f1ef64550a13ae35139cb2ca035bf3c9e541ec9821e0fa224fc734
 SHA512 
b5795fe2ee8de25c3189568f479a6010119f2fb18d6f57642c4d23d9116056bd5a5db20f9eeebe9030705a0e0a65d1ecd57b1c71123d87297036b3affcf433e7
+DIST ooni-probe-cli-3.15.1.tar.gz 21373619 BLAKE2B 
a3ea9aee05c5196e3c6afcc7d477003428a32324a93308655b30e473d5ddfd7321b2ff90e07b55749000dbe73a86a2b56797ef7d4c209289ee7ba04d27695c22
 SHA512 
ccf5b15a3f50109fa3e5b67d2c9c3d6b6b2c2fe96a6b398399bdb0e7ae6175e96951f663c617ec50d611dc9c41ddc2985655d8cd2c66d81f34fa276d4b85979f

diff --git a/net-misc/ooni-probe-cli/ooni-probe-cli-3.14.2.ebuild 
b/net-misc/ooni-probe-cli/ooni-probe-cli-3.15.1.ebuild
similarity index 100%
rename from net-misc/ooni-probe-cli/ooni-probe-cli-3.14.2.ebuild
rename to net-misc/ooni-probe-cli/ooni-probe-cli-3.15.1.ebuild



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

2022-06-18 Thread Andrew Ammerlaan
commit: 7b92060b49f6c4e6b47d5cfc88ff45e2281c3a42
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Jun 16 13:45:52 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:35:48 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b92060b

dev-python/dasbus: enable tests

Closes: https://bugs.gentoo.org/852266
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/dasbus/dasbus-1.6.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/dasbus/dasbus-1.6.ebuild 
b/dev-python/dasbus/dasbus-1.6.ebuild
index ec136dae6..9e2c4edf3 100644
--- a/dev-python/dasbus/dasbus-1.6.ebuild
+++ b/dev-python/dasbus/dasbus-1.6.ebuild
@@ -16,3 +16,5 @@ SLOT="0"
 
 RDEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/proj/guru:master commit in: app-misc/mangadesk/

2022-06-18 Thread Andrew Ammerlaan
commit: cd8a03a3e0d617bb1527eb16f3614c30fe0a2cbb
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jun 16 23:35:42 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:10:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd8a03a3

app-misc/mangadesk: add 0.7.7

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

 app-misc/mangadesk/Manifest   |  1 +
 app-misc/mangadesk/mangadesk-0.7.7.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/app-misc/mangadesk/Manifest b/app-misc/mangadesk/Manifest
index a6a828c7d..2f1ca88fe 100644
--- a/app-misc/mangadesk/Manifest
+++ b/app-misc/mangadesk/Manifest
@@ -1 +1,2 @@
 DIST mangadesk-0.7.6.tar.gz 7378260 BLAKE2B 
2ccbf74c8df89dee1d6642a88163f1fefe3ecb8c41b45bf2134730e4af0603113bbb35019f820cefc9073435c23d716cab8b70ae428a4c39c9b1d0cadc382375
 SHA512 
6314628f9e303ab4598a87c4daabca250d1651f4c67dfe7c69051119d20e3060f748f89a5d6500a8791a5b36f37c922f2c0be107f2675ec385c6fe47c18d933c
+DIST mangadesk-0.7.7.tar.gz 7400071 BLAKE2B 
72b0af2e56227c114d7978d6449f983b628e289d5d7725b6d4b0971204671c6940e6e769652eaba6a2e6b70183728a14a30e617ca149acf9116942150434f210
 SHA512 
fc50110835a1143433d55b1522961fa80f102e50c816674b648291a116955191ad99febf3a49a7a87657ef67ec0c8d2399dd3583d16a34b6042333ca4c3f

diff --git a/app-misc/mangadesk/mangadesk-0.7.7.ebuild 
b/app-misc/mangadesk/mangadesk-0.7.7.ebuild
new file mode 100644
index 0..93a6c1db4
--- /dev/null
+++ b/app-misc/mangadesk/mangadesk-0.7.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Terminal Client for MangaDex"
+HOMEPAGE="https://github.com/darylhjd/mangadesk;
+SRC_URI="https://github.com/darylhjd/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+   ego build
+}
+
+src_install() {
+   dobin ${PN}
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: games-misc/asciiquarium/

2022-06-18 Thread Andrew Ammerlaan
commit: a22aac5881f16c8aa0f596d9e9dca9702ab2b768
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Wed Jun 15 00:44:48 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Jun 17 00:10:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a22aac58

games-misc/asciiquarium: new package, add 1.1_p20120823

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

 games-misc/asciiquarium/Manifest   |  1 +
 .../asciiquarium/asciiquarium-1.1_p20120823.ebuild | 25 ++
 games-misc/asciiquarium/metadata.xml   |  8 +++
 3 files changed, 34 insertions(+)

diff --git a/games-misc/asciiquarium/Manifest b/games-misc/asciiquarium/Manifest
new file mode 100644
index 0..ab5a417b5
--- /dev/null
+++ b/games-misc/asciiquarium/Manifest
@@ -0,0 +1 @@
+DIST asciiquarium-1.1_p20120823.tar.gz 16016 BLAKE2B 
36f23fab9f831febb8e55328fb9f7bfabe1229299494346c2c06e47f7ead96fdb89bef3655ecf372c92ba5ecd35d768caae4c39ccae7897d340066a9abce009c
 SHA512 
30ac256eee914144bbb9f140281e64c61b9c021e8a0a48e4068cf7257963465173a9b6f0ae5ed43e041c63370074ad3f6d634784969a4ed9dcb64daca3f4e609

diff --git a/games-misc/asciiquarium/asciiquarium-1.1_p20120823.ebuild 
b/games-misc/asciiquarium/asciiquarium-1.1_p20120823.ebuild
new file mode 100644
index 0..d99e5c246
--- /dev/null
+++ b/games-misc/asciiquarium/asciiquarium-1.1_p20120823.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT="8bdb7d441a36a5a9f64b853317a66f9d4a82f08f"
+DESCRIPTION="Asciiquarium is an aquarium/sea animation in ASCII art"
+HOMEPAGE="
+   https://robobunny.com/projects/asciiquarium/html/
+   https://github.com/cmatsuoka/asciiquarium
+"
+SRC_URI="https://github.com/cmatsuoka/${PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-perl/Term-Animation"
+RDEPEND="${DEPEND}"
+
+src_install() {
+   dobin asciiquarium
+   einstalldocs
+}

diff --git a/games-misc/asciiquarium/metadata.xml 
b/games-misc/asciiquarium/metadata.xml
new file mode 100644
index 0..7ebbd0334
--- /dev/null
+++ b/games-misc/asciiquarium/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cyber+gen...@sysrq.in
+   Anna
+   
+



  1   2   3   >