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

2022-03-13 Thread Dennis Lamm
commit: 934fb95d915c92846893bc2c43a6e0d1cb3d0bb5
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Mar 14 06:30:59 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Mar 14 06:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934fb95d

media-gfx/prusaslicer: drop old

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

 media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild | 76 ---
 1 file changed, 76 deletions(-)

diff --git a/media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild
deleted file mode 100644
index 51a5b4378a17..
--- a/media-gfx/prusaslicer/prusaslicer-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit cmake desktop wxwidgets xdg
-
-MY_PN="PrusaSlicer"
-
-DESCRIPTION="A mesh slicer to generate G-code for fused-filament-fabrication 
(3D printers)"
-HOMEPAGE="https://www.prusa3d.com/prusaslicer/";
-SRC_URI="https://github.com/prusa3d/${MY_PN}/archive/version_${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="AGPL-3 Boost-1.0 GPL-2 LGPL-3 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-cpp/eigen:3
-   >=dev-cpp/tbb-2021.4.0
-   >=dev-libs/boost-1.73.0:=[nls,threads(+)]
-   dev-libs/cereal
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/gmp:=
-   dev-libs/mpfr:=
-   >=media-gfx/openvdb-8.2
-   net-misc/curl
-   media-libs/glew:0=
-   media-libs/ilmbase:=
-   media-libs/libpng:0=
-   media-libs/qhull:=
-   sci-libs/libigl
-   sci-libs/nlopt
-   >=sci-mathematics/cgal-5.0:=
-   sys-apps/dbus
-   sys-libs/zlib:=
-   virtual/glu
-   virtual/opengl
-   x11-libs/gtk+:3
-   x11-libs/wxGTK:${WX_GTK_VER}[X,opengl]
-"
-DEPEND="${RDEPEND}
-   media-libs/qhull[static-libs]
-"
-
-S="${WORKDIR}/${MY_PN}-version_${PV}"
-
-src_prepare() {
-   sed -i -e 
's/PrusaSlicer-${SLIC3R_VERSION}+UNKNOWN/PrusaSlicer-${SLIC3R_VERSION}+Gentoo/g'
 version.inc || die
-   cmake_src_prepare
-}
-
-src_configure() {
-   CMAKE_BUILD_TYPE="Release"
-
-   setup-wxwidgets
-
-   local mycmakeargs=(
-   -DSLIC3R_BUILD_TESTS=$(usex test)
-   -DSLIC3R_FHS=ON
-   -DSLIC3R_GTK=3
-   -DSLIC3R_GUI=ON
-   -DSLIC3R_PCH=OFF
-   -DSLIC3R_STATIC=OFF
-   -DSLIC3R_WX_STABLE=ON
-   -Wno-dev
-   )
-
-   cmake_src_configure
-}



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

2022-03-13 Thread Dennis Lamm
commit: 82d3469a592e7e27dd434ad2697c1ca0094e5d35
Author: Dennis Lamm  gentoo  org>
AuthorDate: Mon Mar 14 06:29:44 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Mar 14 06:51:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82d3469a

media-gfx/prusaslicer: 2.4.1 version bump

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

 media-gfx/prusaslicer/Manifest  | 1 +
 ...-1.3.1.patch => prusaslicer-2.4.0-fix-build-with-cereal-1.3.1.patch} | 0
 media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild   | 2 +-
 .../{prusaslicer-2.4.0-r2.ebuild => prusaslicer-2.4.1.ebuild}   | 2 +-
 4 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/prusaslicer/Manifest b/media-gfx/prusaslicer/Manifest
index d7c9689e19a8..4c9c480f1b37 100644
--- a/media-gfx/prusaslicer/Manifest
+++ b/media-gfx/prusaslicer/Manifest
@@ -1 +1,2 @@
 DIST prusaslicer-2.4.0.tar.gz 46397442 BLAKE2B 
686232fddd3e2105db1325ab085b49f6f7a028a24ab90120daf94c53255f09b19411e0ff075bfe7abff138d3c276e8b5341ff6d59e267087bcd4568ac1113c47
 SHA512 
e923e4e6273dbcfc3e2bc0e28f9eb8cda8530747c0a834f48aea715d75ba1d02be9cfee043689efccdaee40de00114f7964e43accad245b9acd801b997868e3c
+DIST prusaslicer-2.4.1.tar.gz 55572739 BLAKE2B 
8c6030560926e53c780847e7b8a0582055b59c6b8355a2bfff19552d730cc31fc929437aa6ed93fd38d024699129bd550a1b250523387658117d1f2764cfd2b7
 SHA512 
895388ec39e46e30ea7bdecba42793e898ceb6c6b331dad815a726ed2f7e2e8719c71c32c6ce7fff1781fa06aac8e9afb615784d3b2001bd0d6e24ba23f0866a

diff --git 
a/media-gfx/prusaslicer/files/2.4.0-fix-build-with-cereal-1.3.1.patch 
b/media-gfx/prusaslicer/files/prusaslicer-2.4.0-fix-build-with-cereal-1.3.1.patch
similarity index 100%
rename from media-gfx/prusaslicer/files/2.4.0-fix-build-with-cereal-1.3.1.patch
rename to 
media-gfx/prusaslicer/files/prusaslicer-2.4.0-fix-build-with-cereal-1.3.1.patch

diff --git a/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
index e3318ba01834..f0e766df6b30 100644
--- a/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
+++ b/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
@@ -50,7 +50,7 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PV}-fix-build-with-cereal-1.3.1.patch
+   "${FILESDIR}"/${P}-fix-build-with-cereal-1.3.1.patch
 )
 
 S="${WORKDIR}/${MY_PN}-version_${PV}"

diff --git a/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild 
b/media-gfx/prusaslicer/prusaslicer-2.4.1.ebuild
similarity index 96%
copy from media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
copy to media-gfx/prusaslicer/prusaslicer-2.4.1.ebuild
index e3318ba01834..c402f1a876fd 100644
--- a/media-gfx/prusaslicer/prusaslicer-2.4.0-r2.ebuild
+++ b/media-gfx/prusaslicer/prusaslicer-2.4.1.ebuild
@@ -50,7 +50,7 @@ DEPEND="${RDEPEND}
 "
 
 PATCHES=(
-   "${FILESDIR}"/${PV}-fix-build-with-cereal-1.3.1.patch
+   "${FILESDIR}"/${PN}-2.4.0-fix-build-with-cereal-1.3.1.patch
 )
 
 S="${WORKDIR}/${MY_PN}-version_${PV}"



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

2022-03-13 Thread Lars Wendler
commit: 04d63407a3280ba280a38143bdbe76a03bc76eaa
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 14 06:47:44 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 14 06:48:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d63407

app-shells/fish: Bump to version 3.4.0

Signed-off-by: Lars Wendler  gentoo.org>

 app-shells/fish/Manifest  |   1 +
 app-shells/fish/fish-3.4.0.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index c41057369d88..831e89ae2a2a 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1 +1,2 @@
 DIST fish-3.3.1.tar.xz 3489152 BLAKE2B 
61b2bf96526d957d3f9706df5a76d4d9b4ccf55a1ff2b7b66f1a0d5d126a220df9984551f5adb06dcedbfb5674b93c4f3d75ef991585980a29d4dd84f7697559
 SHA512 
fc50ca44fab3f2d942284d4f714150f7ccf1e49c73da36f8d4ae4a33a9b3280f98bed15848839f5d443b4274fd0ff90174bafa6a8e9a4da226dda63d7766a660
+DIST fish-3.4.0.tar.xz 3292216 BLAKE2B 
3691e5387a8392d7d43b3b0f8b893e83e246c3532684e95a19c7b2eb4ebe80bcf04aaa1b965f5c4f6d782d0ae52269bb1cdafef76845b02f9f99d4c82ea77ce3
 SHA512 
463ee8d86815520c6de9777fd2b5975f06cc0842137c86cca7ae0331e95d74e755bf6f4b0bdea7e96c11371436ff9f97ce483ae026daa1e8d385f6cad8860ed4

diff --git a/app-shells/fish/fish-3.4.0.ebuild 
b/app-shells/fish/fish-3.4.0.ebuild
new file mode 100644
index ..45bc18a52822
--- /dev/null
+++ b/app-shells/fish/fish-3.4.0.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake python-any-r1 readme.gentoo-r1
+
+DESCRIPTION="Friendly Interactive SHell"
+HOMEPAGE="http://fishshell.com/";
+
+MY_PV="${PV/_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git";
+else
+   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz";
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+doc nls test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libpcre2-10.32:=[pcre32]
+   sys-apps/coreutils
+   sys-libs/ncurses:=[unicode(+)]
+"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   test? (
+   ${PYTHON_DEPS}
+   dev-tcltk/expect
+   $(python_gen_any_dep '
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   ')
+   )
+"
+# we don't need shpinx dep for release tarballs
+[[ ${PV} ==  ]] && DEPEND+=" doc? ( dev-python/sphinx )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_check_deps() {
+   use test || return 0
+   has_version -d "dev-python/pexpect[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
+   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
+   cmake/Tests.cmake || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
+   -DCURSES_NEED_NCURSES=ON
+   -DINSTALL_DOCS="$(usex doc)"
+   -DWITH_GETTEXT="$(usex nls)"
+   )
+   # release tarballs ship pre-built docs // -DHAVE_PREBUILT_DOCS=TRUE
+   if [[ ${PV} ==  ]]; then
+   mycmakeargs+=( -DBUILD_DOCS="$(usex doc)" )
+   else
+   mycmakeargs+=( -DBUILD_DOCS=OFF )
+   fi
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
+   readme.gentoo_create_doc
+}
+
+src_test() {
+   # some tests are fragile, sanitize environment
+   local -x COLUMNS=80
+   local -x LINES=24
+
+   # very fragile, depends on terminal, size, tmux, screen and timing
+   if [[ ${PV} !=  ]]; then
+   rm -v tests/pexpects/terminal.py || die
+   fi
+
+   cmake_build test
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



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

2022-03-13 Thread Lars Wendler
commit: 042a657b691466600de67c8d79e52162bc630bfe
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Mar 14 06:48:08 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Mar 14 06:48:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042a657b

app-shells/fish: Synced live ebuild

Signed-off-by: Lars Wendler  gentoo.org>

 app-shells/fish/fish-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/fish/fish-.ebuild b/app-shells/fish/fish-.ebuild
index c35b05dc2100..45bc18a52822 100644
--- a/app-shells/fish/fish-.ebuild
+++ b/app-shells/fish/fish-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
 
@@ -18,7 +18,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git";
 else

SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2022-03-13 Thread Dennis Lamm
commit: d2551634100c806d98ce6e239ca023f74679d664
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Tue Mar  8 08:23:05 2022 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Mar 14 06:39:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2551634

net-misc/kea: https for HOMEPAGE

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24447
Signed-off-by: Dennis Lamm  gentoo.org>

 net-misc/kea/kea-1.8.2-r1.ebuild | 4 ++--
 net-misc/kea/kea-1.8.2.ebuild| 4 ++--
 net-misc/kea/kea-1.9.11.ebuild   | 4 ++--
 net-misc/kea/kea-.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-misc/kea/kea-1.8.2-r1.ebuild b/net-misc/kea/kea-1.8.2-r1.ebuild
index 7da321e5b818..1a33c637752a 100644
--- a/net-misc/kea/kea-1.8.2-r1.ebuild
+++ b/net-misc/kea/kea-1.8.2-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
@@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/";
+HOMEPAGE="https://www.isc.org/kea/";
 
 inherit autotools systemd tmpfiles
 

diff --git a/net-misc/kea/kea-1.8.2.ebuild b/net-misc/kea/kea-1.8.2.ebuild
index 0300cc956210..7bf6f71daf2a 100644
--- a/net-misc/kea/kea-1.8.2.ebuild
+++ b/net-misc/kea/kea-1.8.2.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
@@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/";
+HOMEPAGE="https://www.isc.org/kea/";
 if [[ ${PV} = * ]] ; then
inherit autotools git-r3
EGIT_REPO_URI="https://github.com/isc-projects/kea.git";

diff --git a/net-misc/kea/kea-1.9.11.ebuild b/net-misc/kea/kea-1.9.11.ebuild
index 7a7f2838d8c3..cec8274fa82c 100644
--- a/net-misc/kea/kea-1.9.11.ebuild
+++ b/net-misc/kea/kea-1.9.11.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
@@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/";
+HOMEPAGE="https://www.isc.org/kea/";
 
 inherit autotools systemd tmpfiles
 

diff --git a/net-misc/kea/kea-.ebuild b/net-misc/kea/kea-.ebuild
index 0d9eaa837ee0..9f241b088227 100644
--- a/net-misc/kea/kea-.ebuild
+++ b/net-misc/kea/kea-.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
@@ -8,7 +8,7 @@ MY_PV="${MY_PV/_/-}"
 MY_P="${PN}-${MY_PV}"
 
 DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server"
-HOMEPAGE="http://www.isc.org/kea/";
+HOMEPAGE="https://www.isc.org/kea/";
 
 inherit autotools systemd tmpfiles
 



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

2022-03-13 Thread Hans de Graaff
commit: b8c8db95f547ef13efd21123ece3f8878bca5c3a
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:50:34 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8c8db95

dev-ruby/minispec-metadata: add ruby30, ruby31; EAPI 8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 .../minispec-metadata-3.3.1-r1.ebuild  | 23 ++
 1 file changed, 23 insertions(+)

diff --git a/dev-ruby/minispec-metadata/minispec-metadata-3.3.1-r1.ebuild 
b/dev-ruby/minispec-metadata/minispec-metadata-3.3.1-r1.ebuild
new file mode 100644
index ..856e71f71964
--- /dev/null
+++ b/dev-ruby/minispec-metadata/minispec-metadata-3.3.1-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Define and access metadata in MiniTest::Spec descriptions and 
specs"
+HOMEPAGE="https://github.com/ordinaryzelig/minispec-metadata";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/minitest"
+
+all_ruby_prepare() {
+   sed -i -e '/\(bundler\|awesome_print\)/ s:^:#:' Rakefile spec/helper.rb 
|| die
+}



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

2022-03-13 Thread Hans de Graaff
commit: b379a4eac94b4c9f4192f7d426057f8f638631d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 10:11:59 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b379a4ea

dev-ruby/minitest-hooks: add ruby31

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild 
b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
index 6a61e300f31e..bf4c2f18502e 100644
--- a/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
+++ b/dev-ruby/minitest-hooks/minitest-hooks-1.5.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 # Skip tests since they require unpackaged sequel
 RUBY_FAKEGEM_RECIPE_TEST="none"



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

2022-03-13 Thread Hans de Graaff
commit: 9618ad8202e1f90fa6f87bb8cc4a71f8e2fd4801
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 14 06:32:42 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9618ad82

dev-ruby/syntax: add ruby31

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/syntax/syntax-1.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/syntax/syntax-1.2.2.ebuild 
b/dev-ruby/syntax/syntax-1.2.2.ebuild
index 0feef614cd49..3b8fb2b04043 100644
--- a/dev-ruby/syntax/syntax-1.2.2.ebuild
+++ b/dev-ruby/syntax/syntax-1.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 



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

2022-03-13 Thread Hans de Graaff
commit: 6ed5e399b4a80a2bcb33d7b62e9c910986c7c84b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:54:49 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed5e399

dev-ruby/image_processing: cleanup

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/image_processing/Manifest |  1 -
 .../image_processing-1.12.1.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-ruby/image_processing/Manifest 
b/dev-ruby/image_processing/Manifest
index ca6d9bb37bfa..79c86a5b9ae3 100644
--- a/dev-ruby/image_processing/Manifest
+++ b/dev-ruby/image_processing/Manifest
@@ -1,2 +1 @@
-DIST image_processing-1.12.1.tar.gz 986447 BLAKE2B 
cd3fa67c7f9890835d86fe669c5aa450fd91d1a898da3193da0e8d630bbe141867a2b9ac08f28886d167a9bd07128ea135c6300a265517d0155ccdda48a00b03
 SHA512 
c2f3f3db1c06a8730d98193276b12b9371735929b267054a7866fda032f5860474390b245bcb2017e60cc1b601a2f0f598fc8ebb358e6a98e25bac6fa4d96c7b
 DIST image_processing-1.12.2.tar.gz 986474 BLAKE2B 
5e2ec69dde4964f2d4d814130c0f7b9401c75cda87b25fd29a2009921c4b9fe7f8a8aac209387b2d6702c5809196c00afb318337a48a7c672de2122bf55e242b
 SHA512 
58067eff4c28893d6ac774a49b95183d2c294db283eb489fe9a201c93a8d3402bcd348027f5ebffcd11e5c4be2f527d233e0023a55d8713a81ebbc8b9536e0c1

diff --git a/dev-ruby/image_processing/image_processing-1.12.1.ebuild 
b/dev-ruby/image_processing/image_processing-1.12.1.ebuild
deleted file mode 100644
index d983c4e2111d..
--- a/dev-ruby/image_processing/image_processing-1.12.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_RECIPE_DOC="none"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
-
-RUBY_FAKEGEM_GEMSPEC="image_processing.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="High-level image processing helper methods with libvips and 
ImageMagick"
-HOMEPAGE="https://github.com/janko/image_processing";
-SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff] )"
-
-ruby_add_rdepend "
-   >=dev-ruby/mini_magick-4.9.5:0
-"
-
-ruby_add_bdepend "test? (
-   >=dev-ruby/minitest-5.8:5
-   >=dev-ruby/minitest-hooks-1.4.2
-   dev-ruby/minispec-metadata
-)"
-
-all_ruby_prepare() {
-   # Only support imagemagick for now since vips is not packaged
-   sed -i -e '/ruby-vips/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-   rm -f test/{builder,pipeline,vips}_test.rb || die
-   sed -i -e '/assert_dimensions/ s:^:#:' test/*_test.rb || die
-
-   # phash is not packaged
-   sed -i -e '/\(assert\|refute\)_similar/ s:^:#:' test/*_test.rb || die
-
-   sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' Rakefile 
test/test_helper.rb || die
-}



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

2022-03-13 Thread Hans de Graaff
commit: 786eac2b4f4a19e4570e1d684fa392342e260f26
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:25:04 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786eac2b

dev-ruby/metaclass: add ruby31; EAPI 8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/metaclass/metaclass-0.0.4-r2.ebuild | 25 +
 1 file changed, 25 insertions(+)

diff --git a/dev-ruby/metaclass/metaclass-0.0.4-r2.ebuild 
b/dev-ruby/metaclass/metaclass-0.0.4-r2.ebuild
new file mode 100644
index ..f426efc3f79b
--- /dev/null
+++ b/dev-ruby/metaclass/metaclass-0.0.4-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="metaclass.gemspec"
+
+inherit ruby-fakegem
+SRC_URI="https://github.com/floehopper/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+DESCRIPTION="Adds a __metaclass__ method to all Ruby objects"
+HOMEPAGE="https://github.com/floehopper/metaclass";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
+   sed -i -e 's/git ls-files/find */' -e '/\(test_files\|executables\)/ 
s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}



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

2022-03-13 Thread Hans de Graaff
commit: 7d2de1a3e6afc0783825a318a6a9547fccb23bda
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:54:37 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2de1a3

dev-ruby/image_processing: add 1.12.2

Bug: https://bugs.gentoo.org/834455
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/image_processing/Manifest |  1 +
 .../image_processing-1.12.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-ruby/image_processing/Manifest 
b/dev-ruby/image_processing/Manifest
index 7bc2b2d42abd..ca6d9bb37bfa 100644
--- a/dev-ruby/image_processing/Manifest
+++ b/dev-ruby/image_processing/Manifest
@@ -1 +1,2 @@
 DIST image_processing-1.12.1.tar.gz 986447 BLAKE2B 
cd3fa67c7f9890835d86fe669c5aa450fd91d1a898da3193da0e8d630bbe141867a2b9ac08f28886d167a9bd07128ea135c6300a265517d0155ccdda48a00b03
 SHA512 
c2f3f3db1c06a8730d98193276b12b9371735929b267054a7866fda032f5860474390b245bcb2017e60cc1b601a2f0f598fc8ebb358e6a98e25bac6fa4d96c7b
+DIST image_processing-1.12.2.tar.gz 986474 BLAKE2B 
5e2ec69dde4964f2d4d814130c0f7b9401c75cda87b25fd29a2009921c4b9fe7f8a8aac209387b2d6702c5809196c00afb318337a48a7c672de2122bf55e242b
 SHA512 
58067eff4c28893d6ac774a49b95183d2c294db283eb489fe9a201c93a8d3402bcd348027f5ebffcd11e5c4be2f527d233e0023a55d8713a81ebbc8b9536e0c1

diff --git a/dev-ruby/image_processing/image_processing-1.12.2.ebuild 
b/dev-ruby/image_processing/image_processing-1.12.2.ebuild
new file mode 100644
index ..95f754acbab0
--- /dev/null
+++ b/dev-ruby/image_processing/image_processing-1.12.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md doc/*.md"
+
+RUBY_FAKEGEM_GEMSPEC="image_processing.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="High-level image processing helper methods with libvips and 
ImageMagick"
+HOMEPAGE="https://github.com/janko/image_processing";
+SRC_URI="https://github.com/janko/image_processing/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND+=" test? ( media-gfx/imagemagick[jpeg,png,tiff] )"
+
+ruby_add_rdepend "
+   >=dev-ruby/mini_magick-4.9.5:0
+"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/minitest-5.8:5
+   >=dev-ruby/minitest-hooks-1.4.2
+   dev-ruby/minispec-metadata
+)"
+
+all_ruby_prepare() {
+   # Only support imagemagick for now since vips is not packaged
+   sed -i -e '/ruby-vips/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+   rm -f test/{builder,pipeline,vips}_test.rb || die
+   sed -i -e '/assert_dimensions/ s:^:#:' test/*_test.rb || die
+
+   # phash is not packaged
+   sed -i -e '/\(assert\|refute\)_similar/ s:^:#:' test/*_test.rb || die
+
+   sed -i -e '/\(bundler\|phashion\|vips\)/ s:^:#:' Rakefile 
test/test_helper.rb || die
+}



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

2022-03-13 Thread Hans de Graaff
commit: 10f42ae5b68197f927e6bf95f4561cae000b7175
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:49:05 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f42ae5

dev-ruby/i18n: add 1.10.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/i18n/Manifest   |  1 +
 dev-ruby/i18n/i18n-1.10.0.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-ruby/i18n/Manifest b/dev-ruby/i18n/Manifest
index 165e0e95ff8b..b207c06bc8a4 100644
--- a/dev-ruby/i18n/Manifest
+++ b/dev-ruby/i18n/Manifest
@@ -1,3 +1,4 @@
+DIST i18n-1.10.0.tar.gz 72745 BLAKE2B 
0675af73a52eba29ead397623d602f9eec60ff21953e5f23ee986fa5506a3296d7f54e88ea8d30cd6ccf9eefdcb589bfd798e2ac2a76f5d93d44c47b9dbe0f49
 SHA512 
efbe3c0c21d84c0ad69bda4a6f46a2106b3d20470b7d06fb2e62a063ac9d4047e38098b69ed30a5d892331d63aaf75e0bc29ffa5ae1d14ab066d47cccfe342fc
 DIST i18n-1.8.10.tar.gz 67943 BLAKE2B 
58e8041f8cf652627a305e3d987ff2450913d3dc919ea7aae641cb484524d17312ebd3e0ee68cde1c01091e42713ea229ccb41ed3998c6bbf772d32f855ca107
 SHA512 
e8b10bf380241d1e6b19250cd63e727366215b4ad7e63479a02cb81a5b46a48e06db827d9df9969c2052895646ee30c237fd17c3352a2bbfed97615bb9b6cfca
 DIST i18n-1.8.11.tar.gz 67964 BLAKE2B 
e603077c6eb02f6fd89bafd6c06f85c72528d5eb4388854f060f05a4b49a3782a3830366a1f11bd95b191048f29fae251002a34d55cb185ecefb3afc06bb2f36
 SHA512 
af8fcc307de9959b5a01a79ac3c99d3a3573630f8cdf91c21208e07d35d1a0db60f4995f1b77921c5374a1a19ad66770a107cc41fb29cf480d02be00bf90634a
 DIST i18n-1.8.9.tar.gz 67899 BLAKE2B 
56113d0879cb644a49ef79aea892e4452b65df0769a9532af44083852ed85c5afc8ac68cd6ae4f42d4b68a5aa548f7d92cf69371685c65e4cb5e3b3a0e29445a
 SHA512 
0dfe43bcb341c63b10ace733246c2005f1261bbed23f8f38298b0712aab5047a3ddd61aa8f42c9e0cf3dee6564b67c04595234a6dfcf95db30d9a0d044483505

diff --git a/dev-ruby/i18n/i18n-1.10.0.ebuild b/dev-ruby/i18n/i18n-1.10.0.ebuild
new file mode 100644
index ..0aa91c989bda
--- /dev/null
+++ b/dev-ruby/i18n/i18n-1.10.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="test"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Add Internationalization support to your Ruby application"
+HOMEPAGE="http://rails-i18n.org/";
+SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/concurrent-ruby:1"
+
+ruby_add_bdepend "test? (
+   >=dev-ruby/activesupport-5.1
+   dev-ruby/bundler
+   >=dev-ruby/mocha-1.7.0
+   dev-ruby/test_declarative )"
+
+all_ruby_prepare() {
+   rm -f gemfiles/*.lock || die
+
+   # Remove optional unpackaged oj gem
+   sed -i -e '/oj/ s:^:#:' gemfiles/* || die
+
+   # Update old test dependencies
+   sed -i -e '/rake/ s/~>/>=/' -e 's/1.7.0/1.7/' -e '3igem "json"' 
gemfiles/* || die
+}
+
+each_ruby_test() {
+   case ${RUBY} in
+   *ruby27)
+   versions="6.0 6.1 7.0"
+   ;;
+   *ruby26)
+   versions="5.2 6.0 6.1"
+   ;;
+   esac
+
+   for version in ${versions} ; do
+   if has_version "dev-ruby/activesupport:${version}" ; then
+   einfo "Running tests with activesupport ${version}"
+   
BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle 
exec ${RUBY} -S rake test || die
+   fi
+   done
+}



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

2022-03-13 Thread Hans de Graaff
commit: b821146720be48e56ec2fa831baae33d5c62d567
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Mar 14 06:33:43 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8211467

dev-ruby/jmespath: add 1.6.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/jmespath/Manifest  |  1 +
 dev-ruby/jmespath/jmespath-1.6.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-ruby/jmespath/Manifest b/dev-ruby/jmespath/Manifest
index d4a5b14737c2..33c96a03de1c 100644
--- a/dev-ruby/jmespath/Manifest
+++ b/dev-ruby/jmespath/Manifest
@@ -1,3 +1,4 @@
 DIST jmespath-1.4.0.tar.gz 40899 BLAKE2B 
45e52f649950b00205af6010084e009a7327600971fdf84e0569498a031e9307876e412a4491fc176724667246fe9f81317a80dd7ff6c44b7e24a135af224e01
 SHA512 
2b3923a5c853c527ae10ed95da49e3f4888f80ec4eec18fcec2eff16698765e6e875575994ce2fa681977fb5329b122d95cab77fb80ead3548fc26fcbfb33859
 DIST jmespath-1.5.0.tar.gz 40777 BLAKE2B 
b1143860b5b52835f42293ee1f61e21f1ff392b09707f6c53997f54b3ebe8c4ecc9128ee1336010bf623c2c220a6f25c3ef6796bf66cf1cf076d1fcc3ca22b80
 SHA512 
823404f2c5530d1888e9d9dfa22edfd42c8171a4c275f1a5965e56914c528ae0a20af8e69d62ec9876de57659f4dc8ac737c2092b1631b499c09c060bff21e36
 DIST jmespath-1.6.0.tar.gz 40503 BLAKE2B 
0ee49626b7d22859cf1f6de37875c0a49de176664eaa159357473fc069a612c9431c6aa301789d38a2b1e9f8c1986c8495b2ee573c6b5a80a9bce83343ba4d8d
 SHA512 
b7538121494b4a1048b17f6ff2aa3c30442584a4bca4b8deb0f7005c9e13c2b61b843ceb7590e47bb68fe24274b4833abc598b59e1e71991522396aa2b73fc92
+DIST jmespath-1.6.1.tar.gz 40731 BLAKE2B 
004da1c19a9990f83cc7484afccf7f7c8b6924ff538a0779752a4fd2aa0d469fd7ddf975f39e50f3f3d806109d6742adbc16237dec5760c224a59e6791954529
 SHA512 
8c66235463f1d83a2b061e9e01b5ef0d3d12df5a034a334d3c06a919bc2049b44dd740da0297e1774300533bc9968614f3d961deb4bfe808c9221e03d6f1bbed

diff --git a/dev-ruby/jmespath/jmespath-1.6.1.ebuild 
b/dev-ruby/jmespath/jmespath-1.6.1.ebuild
new file mode 100644
index ..b640b015b668
--- /dev/null
+++ b/dev-ruby/jmespath/jmespath-1.6.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_GEMSPEC="jmespath.gemspec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements JMESPath for Ruby"
+HOMEPAGE="https://github.com/jmespath/jmespath.rb";
+SRC_URI="https://github.com/jmespath/jmespath.rb/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="${PN}.rb-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="1"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+all_ruby_prepare() {
+   sed -i -e '/simplecov/I s:^:#:' \
+   
spec/{compliance_spec,compliance_without_errors_spec,spec_helper}.rb || die
+   sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
+}



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

2022-03-13 Thread Hans de Graaff
commit: 224b6fde6bf2625113c6a19058df348f1a0007a0
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 09:46:13 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224b6fde

dev-ruby/minitar: add ruby31; EAPI 8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/minitar/minitar-0.9-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-ruby/minitar/minitar-0.9-r1.ebuild 
b/dev-ruby/minitar/minitar-0.9-r1.ebuild
new file mode 100644
index ..bd80ebe2f6d2
--- /dev/null
+++ b/dev-ruby/minitar/minitar-0.9-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_RECIPE_DOC="none"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.rdoc"
+
+RUBY_FAKEGEM_GEMSPEC="minitar.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Provides POSIX tarchive management from Ruby programs"
+HOMEPAGE="https://github.com/halostatue/minitar";
+SRC_URI="https://github.com/halostatue/minitar/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+RUBY_S="minitar-${PV}"
+
+LICENSE="|| ( BSD-2 Ruby )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || 
die
+}



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

2022-03-13 Thread Hans de Graaff
commit: c75859c2c8eed38501c9cce375468467580b6ad6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:26:14 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75859c2

dev-ruby/benchmark-ips: add 2.10.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/benchmark-ips/Manifest|  1 +
 dev-ruby/benchmark-ips/benchmark-ips-2.10.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-ruby/benchmark-ips/Manifest b/dev-ruby/benchmark-ips/Manifest
index 3eb889e4448e..c108e1b48b17 100644
--- a/dev-ruby/benchmark-ips/Manifest
+++ b/dev-ruby/benchmark-ips/Manifest
@@ -1 +1,2 @@
+DIST benchmark-ips-2.10.0.tar.gz 19840 BLAKE2B 
53c219921144632dc91971fa3558bcaf106887d7deafbd7145c1ad12d09d37ecbe17dd07a3da7f8a2c5bedea4a228d76d72bd8e54b14c94c4b21f2e9823cb8f6
 SHA512 
aeb86bfd80c6ac6a16df8dced2681e81bcb6a0a31848524956b348cd699addebdda4b1a32c6eab85884b89bfb9c26e01f40af7da5a58e187af3a737ad582b8dc
 DIST benchmark-ips-2.9.2.gem 21504 BLAKE2B 
e1ff44841c42a2ac919bc33be517aab8c09ede32fcf2d72d143a21bbaf8c67a99ea8abcfc10a473afc456be735836fa44135ff3c295380bf21d09cc43337977e
 SHA512 
b20d80e42a6175a2c2b75be7a1d423b0ecd1aa201be9cb443f838bcdbfba08d54cdd5e43a203834d451b9ce37219b6e1c8227a5196ee84a132c7ed9fd9431270

diff --git a/dev-ruby/benchmark-ips/benchmark-ips-2.10.0.ebuild 
b/dev-ruby/benchmark-ips/benchmark-ips-2.10.0.ebuild
new file mode 100644
index ..ea565378aba9
--- /dev/null
+++ b/dev-ruby/benchmark-ips/benchmark-ips-2.10.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+RUBY_FAKEGEM_EXTRADOC="History.md README.md"
+RUBY_FAKEGEM_GEMSPEC="benchmark-ips.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A iterations per second enhancement to Benchmark"
+HOMEPAGE="https://github.com/evanphx/benchmark-ips";
+SRC_URI="https://github.com/evanphx/benchmark-ips/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.6:5 )"
+
+all_ruby_prepare() {
+   sed -i -e '1i require "tempfile"' test/test_benchmark_ips.rb || die
+   sed -i -e 's/git ls-files --/find/' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



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

2022-03-13 Thread Hans de Graaff
commit: 4034fdecff0146aa067a3c0943a0863f937db0df
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:25:32 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4034fdec

dev-ruby/net-ssh: add ruby30; EAPI 8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/net-ssh/net-ssh-6.1.0-r2.ebuild | 45 
 1 file changed, 45 insertions(+)

diff --git a/dev-ruby/net-ssh/net-ssh-6.1.0-r2.ebuild 
b/dev-ruby/net-ssh/net-ssh-6.1.0-r2.ebuild
new file mode 100644
index ..db9f40f2bf0e
--- /dev/null
+++ b/dev-ruby/net-ssh/net-ssh-6.1.0-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.md THANKS.txt"
+RUBY_FAKEGEM_EXTRAINSTALL="support"
+
+RUBY_FAKEGEM_GEMSPEC="net-ssh.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Non-interactive SSH processing in pure Ruby"
+HOMEPAGE="https://github.com/net-ssh/net-ssh";
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
net-ssh-git-${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="ed25519 test"
+RESTRICT="!test? ( test )"
+
+ruby_add_rdepend "virtual/ruby-ssl ed25519? ( >=dev-ruby/ed25519-1.2:1 
dev-ruby/x25519 dev-ruby/bcrypt_pbkdf:1 )"
+ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )"
+
+all_ruby_prepare() {
+   # Avoid bundler dependency
+   sed -i -e '/\(bundler\|:release\)/ s:^:#:' Rakefile || die
+
+   sed -e "s:require_relative ':require './:" \
+   -e 's/git ls-files -z/find -print0/' \
+   -i ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+src_test() {
+   # prevent tests from trying to connect to ssh-agent socket and failing
+   unset SSH_AUTH_SOCK
+   if ! use ed25519; then
+   export NET_SSH_NO_ED25519=true
+   fi
+   ruby-ng_src_test
+}



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

2022-03-13 Thread Hans de Graaff
commit: 4d2453465a2616e899dc804cb0f542b5aae9c88d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Mar 13 08:19:37 2022 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Mar 14 06:33:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d245346

dev-ruby/sshkit: cleanup

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/sshkit/Manifest |  2 --
 dev-ruby/sshkit/sshkit-1.21.0.ebuild | 41 
 dev-ruby/sshkit/sshkit-1.21.1.ebuild | 41 
 3 files changed, 84 deletions(-)

diff --git a/dev-ruby/sshkit/Manifest b/dev-ruby/sshkit/Manifest
index 0a0ae063367c..2e409842216f 100644
--- a/dev-ruby/sshkit/Manifest
+++ b/dev-ruby/sshkit/Manifest
@@ -1,3 +1 @@
-DIST sshkit-1.21.0.gem 144384 BLAKE2B 
f4f77d9cf00db4bc0ab6ac092dc859af31fd50976fc9425c0e5ba1b5c1607bd9b50fff44f65f0207b9d9d604c5ace153ba05ec062fb064c44673572769416a22
 SHA512 
981fdaa19d633e92d4e3ef5fc9255a89d992813c400af4a468e6cf12ca52cbe612b771a87afe6392c4098d07b42162d5981025b8b214aafa197a68222b5e234e
-DIST sshkit-1.21.1.gem 144384 BLAKE2B 
961a3646b4401b1e4548b484143f12a9bc21644f710e19539c5831bbdb2f8a70449992c23858d31ce965a2139343d6e33eaa09650a753813191d655d0e73f83b
 SHA512 
794ff492b737190470acdf8238ae4203ce1e66916ee2caba110eee7c92026897f89ee25d30971f9244359c51cc449f954ecabfd2f6a90b068cedf5ed253f8ba2
 DIST sshkit-1.21.2.gem 144896 BLAKE2B 
ea72b1d0df7252f9c4ffe010721a957b5a86cc43697acf4dfd065a74cca5317deeb15692449d573a2e5590ef3a23ee666196b7b661d6986a2f270d16e2dc8d89
 SHA512 
37515726b67ae0e2ac9dff42cf7b71a32832ebe144aa192332780e4d9aead1a9e4c3cf7f6f0b994804175a5befd896b32908a82ba2e4f4a1d4e4b0f5bf01c3b3

diff --git a/dev-ruby/sshkit/sshkit-1.21.0.ebuild 
b/dev-ruby/sshkit/sshkit-1.21.0.ebuild
deleted file mode 100644
index 6a3add200c68..
--- a/dev-ruby/sshkit/sshkit-1.21.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-# There are functional tests that require vagrant boxes to be set up.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
-HOMEPAGE="https://github.com/capistrano/sshkit";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/net-ssh-2.8.0:*
-   >=dev-ruby/net-scp-1.1.2
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
-   sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
-   -e '1irequire "set"; require "pathname"' test/helper.rb || die
-
-   # Fix assumption about parent directory name
-   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
-}
-
-each_ruby_test() {
-   # Run tests directly to avoid dependencies in the Rakefile
-   ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require 
f}" || die
-}

diff --git a/dev-ruby/sshkit/sshkit-1.21.1.ebuild 
b/dev-ruby/sshkit/sshkit-1.21.1.ebuild
deleted file mode 100644
index b3fbf2b32b39..
--- a/dev-ruby/sshkit/sshkit-1.21.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27"
-
-# There are functional tests that require vagrant boxes to be set up.
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md FAQ.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="SSHKit makes it easy to write structured, testable SSH commands 
in Ruby"
-HOMEPAGE="https://github.com/capistrano/sshkit";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-   >=dev-ruby/net-ssh-2.8.0:*
-   >=dev-ruby/net-scp-1.1.2
-"
-
-ruby_add_bdepend "test? ( dev-ruby/minitest dev-ruby/mocha )"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/I s:^:#:' Rakefile test/helper.rb || die
-   sed -i -e '/\(turn\|unindent\|reporters\)/I s:^:#:' \
-   -e '1irequire "set"; require "pathname"' test/helper.rb || die
-
-   # Fix assumption about parent directory name
-   sed -i -e '/assert_match/ s/sshkit/sshkit.*/' 
test/unit/test_deprecation_logger.rb || die
-}
-
-each_ruby_test() {
-   # Run tests directly to avoid dependencies in the Rakefile
-   ${RUBY} -Ilib:test:. -e "Dir['test/unit/**/test*.rb'].each{|f| require 
f}" || die
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre/

2022-03-13 Thread Ulrich Müller
commit: d96245d2bc9b8a5ec21649e6d28c5d22b1fdc536
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 14 04:55:51 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 14 04:55:51 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d96245d2

dev-lisp/cl-ppcre: Indent metadata.xml consistently

Signed-off-by: Ulrich Müller  gentoo.org>

 dev-lisp/cl-ppcre/metadata.xml | 32 
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
index b4b324f1..0b2858e5 100644
--- a/dev-lisp/cl-ppcre/metadata.xml
+++ b/dev-lisp/cl-ppcre/metadata.xml
@@ -6,26 +6,26 @@
Gentoo Common Lisp Project


-CL-PPCRE is a portable regular expression library for Common Lisp
-which has the following features:
+   CL-PPCRE is a portable regular expression library for Common 
Lisp
+   which has the following features:
 
-* compatible with Perl
-* fast (outperforms Perl)
-* portable (ANSI Common Lisp)
-* thread-safe
-* includes convenience features
-* well-documented
+   * compatible with Perl
+   * fast (outperforms Perl)
+   * portable (ANSI Common Lisp)
+   * thread-safe
+   * includes convenience features
+   * well-documented


-CL-PPCRE es una biblioteca de expressiones regulares portable
-para Common Lisp que tiene las siguientes características:
+   CL-PPCRE es una biblioteca de expressiones regulares portable
+   para Common Lisp que tiene las siguientes características:
 
-* Compatible con Perl
-* Rápida (más rápida que la versión para Perl)
-* Portable (ANSI Common Lisp)
-* Segura en la ejecución de hilos (thread-safe)
-* Incluye características para hacerla cómoda
-* Bien documentada
+   * Compatible con Perl
+   * Rápida (más rápida que la versión para Perl)
+   * Portable (ANSI Common Lisp)
+   * Segura en la ejecución de hilos (thread-safe)
+   * Incluye características para hacerla cómoda
+   * Bien documentada


edicl/cl-ppcre



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Mock-LWP/

2022-03-13 Thread Robin H. Johnson
commit: abaab5861bc9e2abef7c393192c64ed78a43c35e
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Mar 14 05:03:07 2022 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Mar 14 05:03:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abaab586

dev-perl/Test-Mock-LWP: fix version

Signed-off-by: Robin H. Johnson  gentoo.org>

 .../{Test-Mock-LWP-0.8.0.ebuild => Test-Mock-LWP-0.80.0.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.8.0.ebuild 
b/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.80.0.ebuild
similarity index 100%
rename from dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.8.0.ebuild
rename to dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.80.0.ebuild



[gentoo-commits] proj/lisp:master commit in: dev-lisp/picolisp/

2022-03-13 Thread Ulrich Müller
commit: 77d0483247c3c8e9d3fce4fa0f045ea1c78bb265
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 14 05:00:28 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 14 05:00:28 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=77d04832

dev-lisp/picolisp: Indent metadata.xml consistently

Signed-off-by: Ulrich Müller  gentoo.org>

 dev-lisp/picolisp/metadata.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/picolisp/metadata.xml b/dev-lisp/picolisp/metadata.xml
index e5eb2460..96560da3 100644
--- a/dev-lisp/picolisp/metadata.xml
+++ b/dev-lisp/picolisp/metadata.xml
@@ -15,10 +15,10 @@

A fast and lightweight Lisp interpreter, with a focus on 
databases.

-  
- Enable bash-completion support
- Add extra documentation
- Install examples
- Install to src
-  
+   
+   Enable bash-completion 
support
+   Add extra documentation
+   Install examples
+   Install to src
+   
 



[gentoo-commits] proj/lisp:master commit in: app-emacs/slime/, dev-lisp/alexandria/, dev-lisp/gcl/, ...

2022-03-13 Thread Ulrich Müller
commit: 3deafaca0599068a56e4021875f880ddccfe13fa
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 14 04:47:09 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 14 04:47:09 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3deafaca

**/metadata.xml: Replace http by https in DOCTYPE element

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/slime/metadata.xml   | 2 +-
 dev-lang/swig/metadata.xml | 2 +-
 dev-lisp/abcl/metadata.xml | 2 +-
 dev-lisp/alexandria/metadata.xml   | 2 +-
 dev-lisp/cl-ppcre-unicode/metadata.xml | 2 +-
 dev-lisp/cl-ppcre/metadata.xml | 2 +-
 dev-lisp/cl-unicode/metadata.xml   | 2 +-
 dev-lisp/clisp/metadata.xml| 2 +-
 dev-lisp/clx/metadata.xml  | 2 +-
 dev-lisp/cmucl/metadata.xml| 2 +-
 dev-lisp/ecls/metadata.xml | 2 +-
 dev-lisp/flexi-streams/metadata.xml| 2 +-
 dev-lisp/gcl/metadata.xml  | 2 +-
 dev-lisp/picolisp/metadata.xml | 2 +-
 dev-lisp/sbcl/metadata.xml | 2 +-
 dev-lisp/trivial-gray-streams/metadata.xml | 2 +-
 dev-scheme/gambit/metadata.xml | 2 +-
 dev-scheme/guile-lib/metadata.xml  | 2 +-
 dev-scheme/guile-reader/metadata.xml   | 2 +-
 dev-scheme/guile/metadata.xml  | 2 +-
 dev-scheme/mit-scheme-c/metadata.xml   | 2 +-
 virtual/commonlisp/metadata.xml| 2 +-
 x11-wm/stumpwm-contrib/metadata.xml| 2 +-
 x11-wm/stumpwm/metadata.xml| 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/app-emacs/slime/metadata.xml b/app-emacs/slime/metadata.xml
index 17cb00f7..f5da9928 100644
--- a/app-emacs/slime/metadata.xml
+++ b/app-emacs/slime/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 
 
   gnu-em...@gentoo.org

diff --git a/dev-lang/swig/metadata.xml b/dev-lang/swig/metadata.xml
index 285b061b..78559ed9 100644
--- a/dev-lang/swig/metadata.xml
+++ b/dev-lang/swig/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 
scheme


diff --git a/dev-lisp/abcl/metadata.xml b/dev-lisp/abcl/metadata.xml
index b556d4d3..a06c816a 100644
--- a/dev-lisp/abcl/metadata.xml
+++ b/dev-lisp/abcl/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

commonl...@gentoo.org

diff --git a/dev-lisp/alexandria/metadata.xml b/dev-lisp/alexandria/metadata.xml
index 937bb817..399d58f7 100644
--- a/dev-lisp/alexandria/metadata.xml
+++ b/dev-lisp/alexandria/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 
   
 common-l...@gentoo.org

diff --git a/dev-lisp/cl-ppcre-unicode/metadata.xml 
b/dev-lisp/cl-ppcre-unicode/metadata.xml
index 323d8fc1..e299a3f1 100644
--- a/dev-lisp/cl-ppcre-unicode/metadata.xml
+++ b/dev-lisp/cl-ppcre-unicode/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

common-l...@gentoo.org

diff --git a/dev-lisp/cl-ppcre/metadata.xml b/dev-lisp/cl-ppcre/metadata.xml
index 80cabfa1..b4b324f1 100644
--- a/dev-lisp/cl-ppcre/metadata.xml
+++ b/dev-lisp/cl-ppcre/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

common-l...@gentoo.org

diff --git a/dev-lisp/cl-unicode/metadata.xml b/dev-lisp/cl-unicode/metadata.xml
index 73984633..720832fb 100644
--- a/dev-lisp/cl-unicode/metadata.xml
+++ b/dev-lisp/cl-unicode/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 
   
 common-l...@gentoo.org

diff --git a/dev-lisp/clisp/metadata.xml b/dev-lisp/clisp/metadata.xml
index 88ea1091..a33c3783 100644
--- a/dev-lisp/clisp/metadata.xml
+++ b/dev-lisp/clisp/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

common-l...@gentoo.org

diff --git a/dev-lisp/clx/metadata.xml b/dev-lisp/clx/metadata.xml
index 038e56e9..873b8bb1 100644
--- a/dev-lisp/clx/metadata.xml
+++ b/dev-lisp/clx/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 

common-l...@gentoo.org

diff --git a/dev-lisp/cmucl/metadata.xml b/dev-lisp/cmucl/metadata.xml
index 005eddef..a538ad30 100644
--- a/dev-lisp/cmucl/metadata.xml
+++ b/dev-lisp/cmucl/metadata.xml
@@ -1,5 +1,5 @@
 
-http://www.gentoo.org/dtd/metadata.dtd";>
+https://www.gentoo.org/dtd/metadata.dtd";>
 
 
 gro...@gentoo.org

diff --git a/dev-lisp/ecls/metadata.xml b/dev-lisp/ecls/metadata.xml
index 8b1

[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ppcre-unicode/

2022-03-13 Thread Ulrich Müller
commit: 68715f53ce36e4dc6f820817f356280076139b86
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 14 04:58:35 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 14 04:58:35 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=68715f53

dev-lisp/cl-ppcre-unicode: Indent metadata.xml consistently

Signed-off-by: Ulrich Müller  gentoo.org>

 dev-lisp/cl-ppcre-unicode/metadata.xml | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-lisp/cl-ppcre-unicode/metadata.xml 
b/dev-lisp/cl-ppcre-unicode/metadata.xml
index e299a3f1..8bf06c2f 100644
--- a/dev-lisp/cl-ppcre-unicode/metadata.xml
+++ b/dev-lisp/cl-ppcre-unicode/metadata.xml
@@ -7,25 +7,25 @@


CL-PPCRE is a portable regular expression library for Common 
Lisp
-   which has the following features: 
+   which has the following features:
 
* compatible with Perl
-   * fast (outperforms Perl) 
+   * fast (outperforms Perl)
* portable (ANSI Common Lisp)
-   * thread-safe 
+   * thread-safe
* includes convenience features
* well-documented.


-CL-PPCRE es una biblioteca de expressiones regulares portable
-para Common Lisp que tiene las siguientes características:
+   CL-PPCRE es una biblioteca de expressiones regulares portable
+   para Common Lisp que tiene las siguientes características:
 
-* Compatible con Perl
-* Rápida (más rápida que la versión para Perl)
-* Portable (ANSI Common Lisp)
-* Segura en la ejecución de hilos (thread-safe)
-* Incluye características para hacerla cómoda
-* Bien documentada
+   * Compatible con Perl
+   * Rápida (más rápida que la versión para Perl)
+   * Portable (ANSI Common Lisp)
+   * Segura en la ejecución de hilos (thread-safe)
+   * Incluye características para hacerla cómoda
+   * Bien documentada


edicl/cl-ppcre



[gentoo-commits] proj/lisp:master commit in: dev-lang/swig/

2022-03-13 Thread Ulrich Müller
commit: 115b5dae42021e4b61a29236ccc023c0a5378cb1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Mar 14 04:52:54 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Mar 14 04:52:54 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=115b5dae

dev-lang/swig: Drop herd from metadata.xml and reformat

Signed-off-by: Ulrich Müller  gentoo.org>

 dev-lang/swig/metadata.xml | 21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/dev-lang/swig/metadata.xml b/dev-lang/swig/metadata.xml
index 78559ed9..f7a1b485 100644
--- a/dev-lang/swig/metadata.xml
+++ b/dev-lang/swig/metadata.xml
@@ -1,19 +1,28 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-   scheme
-   
+   
+   sch...@gentoo.org
+   Gentoo Scheme Project
+   
+   
pchr...@gentoo.org
Panagiotis Christopoulos

-   
+   
hk...@gentoo.org

-   

-SWIG is a software development tool that connects programs written in C and 
C++ with a variety of high-level programming languages. SWIG is used with 
differenttypes of languages including common scripting languages such 
as Perl, Python, Tcl/Tk and Ruby. The list of supported languages also includes 
non-scripting languages such as C#, Common Lisp (Allegro CL), Java, Modula-3 
and OCAML. Also several interpreted and compiled Scheme implementations 
(Chicken, Guile, MzScheme) are supported.
+   SWIG is a software development tool that connects programs
+   written in C and C++ with a variety of high-level programming
+   languages. SWIG is used with different  types of languages
+   including common scripting languages such as Perl, Python,
+   Tcl/Tk and Ruby. The list of supported languages also includes
+   non-scripting languages such as C#, Common Lisp (Allegro CL),
+   Java, Modula-3 and OCAML. Also several interpreted and compiled
+   Scheme implementations (Chicken, Guile, MzScheme) are supported.


-   build ccache-swig(a fast compiler 
cache)
+   build ccache-swig (a fast compiler 
cache)

 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-ken/

2022-03-13 Thread Alessandro Barbieri
commit: 7aa710706b3d80ffe3afc358904043a1e1e6df0a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:45:00 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:45:00 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7aa71070

dev-python/os-ken: exclude docker tests

Closes: https://bugs.gentoo.org/835034
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/os-ken/os-ken-2.3.1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/os-ken/os-ken-2.3.1.ebuild 
b/dev-python/os-ken/os-ken-2.3.1.ebuild
index 162afaf4e..969d0345b 100644
--- a/dev-python/os-ken/os-ken-2.3.1.ebuild
+++ b/dev-python/os-ken/os-ken-2.3.1.ebuild
@@ -32,6 +32,8 @@ RDEPEND="
 DEPEND="
${RDEPEND}
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
test? (
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
@@ -40,8 +42,11 @@ DEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/ncclient[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
-   app-admin/sudo
)
 "
 
 distutils_enable_tests nose
+
+python_test() {
+   nosetests -e "os_ken.tests.integrated.common.docker_base" || die
+}



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

2022-03-13 Thread Alessandro Barbieri
commit: 4ec6737c70829403363fc39d8620625c20922a90
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:51:31 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:51:31 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ec6737c

dev-python/etcd3: ignore some tests

Closes: https://bugs.gentoo.org/835033
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/etcd3/etcd3-0.12.0.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-python/etcd3/etcd3-0.12.0.ebuild 
b/dev-python/etcd3/etcd3-0.12.0.ebuild
index 60491b7c4..cb51b591e 100644
--- a/dev-python/etcd3/etcd3-0.12.0.ebuild
+++ b/dev-python/etcd3/etcd3-0.12.0.ebuild
@@ -3,6 +3,14 @@
 
 EAPI=8
 
+EPYTEST_DESELECT=(
+   tests/test_etcd3.py::TestClient::test_compact
+   tests/test_etcd3.py::TestClient::test_user_pwd_auth
+)
+EPYTEST_IGNORE=(
+   tests/test_etcd3.py::TestEtcd3
+   tests/test_etcd3.py::TestAlarms
+)
 PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1



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

2022-03-13 Thread Alessandro Barbieri
commit: a10ab06f5c07aeecef99608c9e9d6932956d0728
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:59:05 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:59:05 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a10ab06f

dev-python/tooz: ignore failing tests

Closes: https://bugs.gentoo.org/835032
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/tooz/tooz-2.10.1.ebuild | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/dev-python/tooz/tooz-2.10.1.ebuild 
b/dev-python/tooz/tooz-2.10.1.ebuild
index 1e44cc7cf..1c1b420b0 100644
--- a/dev-python/tooz/tooz-2.10.1.ebuild
+++ b/dev-python/tooz/tooz-2.10.1.ebuild
@@ -30,8 +30,8 @@ RDEPEND="
>=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
>=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
 "
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
@@ -57,3 +57,12 @@ python_prepare_all() {
sed -i '/^msgpack/d' requirements.txt || die
distutils-r1_python_prepare_all
 }
+
+python_test() {
+   nosetests \
+   -e tooz.tests.test_coordination.TestAPI \
+   -e 
tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_join \
+   -e 
tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_leave \
+   -e tooz.tests.test_partitioner \
+   || die
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-win/

2022-03-13 Thread Alessandro Barbieri
commit: 7a97dbe47fe0e70784baa7276f17a672dd21fec9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:35:25 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:35:25 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a97dbe4

dev-python/os-win: ignore hacking test

Closes: https://bugs.gentoo.org/835035
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/os-win/os-win-5.6.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/os-win/os-win-5.6.0.ebuild 
b/dev-python/os-win/os-win-5.6.0.ebuild
index 9e2321daf..19192013a 100644
--- a/dev-python/os-win/os-win-5.6.0.ebuild
+++ b/dev-python/os-win/os-win-5.6.0.ebuild
@@ -28,8 +28,8 @@ EPYTEST_DESELECT=(

os_win/tests/unit/utils/network/test_networkutils.py::NetworkUtilsTestCase::test_create_default_setting_data

os_win/tests/unit/utils/network/test_networkutils.py::NetworkUtilsTestCase::test_is_port_vm_started_false

os_win/tests/unit/utils/network/test_networkutils.py::NetworkUtilsTestCase::test_is_port_vm_started_true
-   os_win/tests/unit/test_hacking.py
 )
+EPYTEST_IGNORE=( os_win/tests/unit/test_hacking.py )
 PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
@@ -56,8 +56,8 @@ RDEPEND="
>=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
 "
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/ddt-1.2.1[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.8.0[${PYTHON_USEDEP}]



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

2022-03-13 Thread Alessandro Barbieri
commit: 2132331df76d8855ade5c9d069a960834f326e75
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:20:34 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:20:34 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2132331d

dev-python/castellan: add 3.10.1, drop 3.9.1

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

 dev-python/castellan/Manifest | 2 +-
 .../castellan/{castellan-3.9.1.ebuild => castellan-3.10.1.ebuild} | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 3cab06c55..0353af8dc 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1 @@
-DIST castellan-3.9.1.tar.gz 77838 BLAKE2B 
e8945bc2e0f9fd5407f764d16dd564e00c4c30d5986eea99552bc22121461d14582225888d088c4881967066e2286462f0591506d753acc5177f61f3ad2f9544
 SHA512 
6cf489307c8bc74922297d51305f37668c1118c3f22607bed455cb37a515709cd161203f024fe289c0a99225957365e0cb39eca0945d135b0a6e03872241d009
+DIST castellan-3.10.1.tar.gz 78709 BLAKE2B 
e12d66788f45fdca102e9c37e3f7c39598463fd49ed7064226443468a8602b4a32f42078847a1d8df594d51edb4c200d65feb38d5c00a6edb04b2078626517d9
 SHA512 
cf9a523a75c5d6bada1570982541475f42ffcbc468c7f5cf7f5c0e6545833c0de38f1b1b7b940f3bfc6e92a54917dae359cf37f995b5fbd6237ff78e36c62676

diff --git a/dev-python/castellan/castellan-3.9.1.ebuild 
b/dev-python/castellan/castellan-3.10.1.ebuild
similarity index 93%
rename from dev-python/castellan/castellan-3.9.1.ebuild
rename to dev-python/castellan/castellan-3.10.1.ebuild
index c2c883440..803436e2d 100644
--- a/dev-python/castellan/castellan-3.9.1.ebuild
+++ b/dev-python/castellan/castellan-3.10.1.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Generic Key Manager interface for OpenStack"
 HOMEPAGE="
-   https://pypi.org/project/castellan
+   https://pypi.org/project/castellan/
https://opendev.org/openstack/castellan
https://pypi.org/project/castellan
https://launchpad.net/castellan
@@ -33,8 +33,8 @@ RDEPEND="
>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
 "
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-api-ref/

2022-03-13 Thread Alessandro Barbieri
commit: b5d55e72fa13b0c5ce56a6f0a4ba3b2414b90dfa
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:28:06 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:28:06 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5d55e72

dev-python/os-api-ref: add 2.3.0, drop 2.2.0

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

 dev-python/os-api-ref/Manifest |  2 +-
 ...os-api-ref-2.2.0.ebuild => os-api-ref-2.3.0.ebuild} | 18 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/dev-python/os-api-ref/Manifest b/dev-python/os-api-ref/Manifest
index 737e39255..04b388085 100644
--- a/dev-python/os-api-ref/Manifest
+++ b/dev-python/os-api-ref/Manifest
@@ -1 +1 @@
-DIST os-api-ref-2.2.0.tar.gz 93273 BLAKE2B 
9da508d51993f5b71474d39e818bfdc897023a6104e708c6c30b807bb20891f05685aa241605d1cf30540b75108e7914c932ba7aa6fa1619961c11ab2c7ee6d8
 SHA512 
3d25b3cd702c611577c86c206a60f92d929191f9e75c210e04c639c2a597ea58d31c81c17b79e41276c3e5b391e2c7bb95a9d7483b0f248e230d03550da3af96
+DIST os-api-ref-2.3.0.tar.gz 92864 BLAKE2B 
48d74f40a4b865520ec1b61235245f2571262c14c46f994d9b6655a33376a981732212ad4f38b894e495e6381302054eb455516de03b2d2f87662c8f29f4650d
 SHA512 
e53063df90393c17e764e640c4ad5e1e6f1da7286ce9da6bdd460d54e2f831022a366c9cb711b95d8bfa872294309620f2d44cd4910277971ff2f2719c5d81eb

diff --git a/dev-python/os-api-ref/os-api-ref-2.2.0.ebuild 
b/dev-python/os-api-ref/os-api-ref-2.3.0.ebuild
similarity index 72%
rename from dev-python/os-api-ref/os-api-ref-2.2.0.ebuild
rename to dev-python/os-api-ref/os-api-ref-2.3.0.ebuild
index 76e9c9352..c98ce0e43 100644
--- a/dev-python/os-api-ref/os-api-ref-2.2.0.ebuild
+++ b/dev-python/os-api-ref/os-api-ref-2.3.0.ebuild
@@ -1,14 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="8"
+EAPI=8
 
+EPYTEST_DESELECT=( 
os_api_ref/tests/test_microversions.py::TestMicroversions::test_parameters_table
 )
 PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Sphinx Extensions to support API reference sites in OpenStack"
-HOMEPAGE="https://docs.openstack.org/os-api-ref/latest";
+HOMEPAGE="
+   https://opendev.org/openstack/os-api-ref
+   https://pypi.org/project/os-api-ref/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -19,10 +23,10 @@ RDEPEND="
>=dev-python/openstackdocstheme-2.2.1[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.1.2[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-4.0.0[${PYTHON_USEDEP}]
 "
+DEPEND="${RDEPEND}"
 BDEPEND="
-   ${RDEPEND}
test? (
>=dev-python/beautifulsoup4-4.6.0[${PYTHON_USEDEP}]
>=dev-python/sphinx-testing-1.0.1[${PYTHON_USEDEP}]
@@ -33,7 +37,3 @@ BDEPEND="
 
 distutils_enable_tests pytest
 distutils_enable_sphinx doc/source ">=dev-python/openstackdocstheme-2.2.1"
-
-python_test() {
-   pytest -vv --deselect 
os_api_ref/tests/test_microversions.py::TestMicroversions::test_parameters_table
 || die
-}



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

2022-03-13 Thread Alessandro Barbieri
commit: e89346ea9e142d9fdefa79b8dc97c4e4a4b022a2
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:17:14 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:17:14 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e89346ea

dev-python/ovsdbapp: add 1.15.1, drop 1.12.0

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

 dev-python/ovsdbapp/Manifest  | 2 +-
 .../ovsdbapp/{ovsdbapp-1.12.0.ebuild => ovsdbapp-1.15.1.ebuild}   | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/ovsdbapp/Manifest b/dev-python/ovsdbapp/Manifest
index d9c072714..dc1a3c89f 100644
--- a/dev-python/ovsdbapp/Manifest
+++ b/dev-python/ovsdbapp/Manifest
@@ -1 +1 @@
-DIST ovsdbapp-1.12.0.tar.gz 98607 BLAKE2B 
3dc56c85ff962477b3ec725da69c70506ea17c01049be984524cb3bf6b09fd2a0203bbffeee237d80038ee230d7bfb962b61078a0707a567268c1078f66d37c3
 SHA512 
5d432be0a2de600ab994e76bf4d05c1c0665ab6053f2fe76a6f96b9f7bdfa69c449e58fdc28e921adf403a0083ee051a7d19a35ee6eaff3596334e4249f0f9ee
+DIST ovsdbapp-1.15.1.tar.gz 106361 BLAKE2B 
754195e6ed1c9f6e43c34df66976403e84390febf3dba71a73245a34fd0c277a72def3f5b8ce6ed56c0897d3de80737ce4be521a9aec0a6d3c24ca4a36b5503a
 SHA512 
f4d6e983c883ca23827e8216f90f352926600e0cdcf32d524a1c912505e4672c143ed66bf2e1e1a1578469befc559077828910862d7fc81db2b6ceb68887

diff --git a/dev-python/ovsdbapp/ovsdbapp-1.12.0.ebuild 
b/dev-python/ovsdbapp/ovsdbapp-1.15.1.ebuild
similarity index 89%
rename from dev-python/ovsdbapp/ovsdbapp-1.12.0.ebuild
rename to dev-python/ovsdbapp/ovsdbapp-1.15.1.ebuild
index 23efde50c..d4d223f79 100644
--- a/dev-python/ovsdbapp/ovsdbapp-1.12.0.ebuild
+++ b/dev-python/ovsdbapp/ovsdbapp-1.15.1.ebuild
@@ -4,14 +4,14 @@
 EAPI=8
 
 EPYTEST_IGNORE=( ovsdbapp/tests/functional )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A library for creating OVSDB applications"
 HOMEPAGE="
https://opendev.org/openstack/ovsdbapp
-   https://pypi.org/project/ovsdbapp
+   https://pypi.org/project/ovsdbapp/
https://launchpad.net/ovsdbapp
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
@@ -26,8 +26,8 @@ RDEPEND="
>=dev-python/ovs-2.10.0[${PYTHON_USEDEP}]
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
 "
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-brick/

2022-03-13 Thread Alessandro Barbieri
commit: a6f7b8fffd91593f699eaa47a062b7de5fea0564
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:24:36 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:24:36 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6f7b8ff

dev-python/os-brick: add 5.2.0, drop 5.0.1

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

 dev-python/os-brick/Manifest  | 2 +-
 .../os-brick/{os-brick-5.0.1.ebuild => os-brick-5.2.0.ebuild} | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/os-brick/Manifest b/dev-python/os-brick/Manifest
index 9c1bb63c7..bd7271823 100644
--- a/dev-python/os-brick/Manifest
+++ b/dev-python/os-brick/Manifest
@@ -1 +1 @@
-DIST os-brick-5.0.1.tar.gz 216084 BLAKE2B 
d37d57ff9fd652e1711bf428b2e772501fa70397100c7f97f434a08785a2e1a2dcccbe7c260d3e98eed5406a33c83f97f49a6ace188d546882780ebca507d389
 SHA512 
b324c6bef9095833d8ae3a22c6bf695b325b7835d68f91e4aaff00121ae8615a62091a631145fe750743b9d9818f2cec0b810a50e85203cfc3125b07248616b9
+DIST os-brick-5.2.0.tar.gz 223315 BLAKE2B 
a2cd5f3a041bbacd5fe78a3ea683940eaf7842d1ab7868bf1ec7d3f2d56b49b327f625c7e8cb5bc03809e6335e11cc93d56badbc1331e649274eb758793afa41
 SHA512 
c26faf619a9ccea5803d6978c5d521772dbe9a00ad850fc358d412e0b41714fd4ea86c8130189d802cac4dbb56cb8a2735904e9b4a4664007d7caf396ec4b860

diff --git a/dev-python/os-brick/os-brick-5.0.1.ebuild 
b/dev-python/os-brick/os-brick-5.2.0.ebuild
similarity index 93%
rename from dev-python/os-brick/os-brick-5.0.1.ebuild
rename to dev-python/os-brick/os-brick-5.2.0.ebuild
index 51d088af3..f6fad222b 100644
--- a/dev-python/os-brick/os-brick-5.0.1.ebuild
+++ b/dev-python/os-brick/os-brick-5.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -11,7 +11,7 @@ DESCRIPTION="OpenStack Cinder brick library for managing 
local volume attaches"
 HOMEPAGE="
https://opendev.org/openstack/os-brick
https://launchpad.net/os-brick
-   https://pypi.org/project/os-brick
+   https://pypi.org/project/os-brick/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
@@ -34,8 +34,8 @@ RDEPEND="
>=dev-python/tenacity-6.3.1[${PYTHON_USEDEP}]
>=dev-python/os-win-5.4.0[${PYTHON_USEDEP}]
 "
-DEPEND="
-   ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/ddt-1.4.1[${PYTHON_USEDEP}]
>=dev-python/oslotest-4.4.1[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/os-vif/

2022-03-13 Thread Alessandro Barbieri
commit: 2702c3aa7307fe3d6b5335ec25a0a7308f293586
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:18:32 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:18:32 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2702c3aa

dev-python/os-vif: add 2.7.1, drop 2.6.0

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

 dev-python/os-vif/Manifest | 2 +-
 dev-python/os-vif/{os-vif-2.6.0.ebuild => os-vif-2.7.1.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/os-vif/Manifest b/dev-python/os-vif/Manifest
index 0d3ae74d1..4ca880b71 100644
--- a/dev-python/os-vif/Manifest
+++ b/dev-python/os-vif/Manifest
@@ -1 +1 @@
-DIST os_vif-2.6.0.tar.gz 96458 BLAKE2B 
613d0ef0b17906e6da01d1f31f588a37b2d03dd7ceb287177904159343fc0f80bccf763e000bbb8bef98fc5c69ddc5efebf9ba211418eb136576dfe0ad748471
 SHA512 
1ad6d00025abeff833c82e22f5ec6ce11176b3073e3dba7bca729433f7c8b77b344919b841aef2beb2aa6e606d7d3f19958b414c1d0ec4dcd89089a7866eff1a
+DIST os_vif-2.7.1.tar.gz 97094 BLAKE2B 
46661eb674807035f4f6cdadc86fcffea9d37776f40eeeaadf8727ee678d8dd9237e3789708df9b6603824aaf64be0b9691c477020ed810b6fae2bb35ce04f2b
 SHA512 
6ea31963e3f44a90b265d5b99035ac1a6e4c3effa60259a26809c25c4ac03ed5e6f171f9edc974606ba5ba4a183ad806ee6d40cc276e31e5deff715fcb70e21e

diff --git a/dev-python/os-vif/os-vif-2.6.0.ebuild 
b/dev-python/os-vif/os-vif-2.7.1.ebuild
similarity index 92%
rename from dev-python/os-vif/os-vif-2.6.0.ebuild
rename to dev-python/os-vif/os-vif-2.7.1.ebuild
index dd31c73d4..6daf0b169 100644
--- a/dev-python/os-vif/os-vif-2.6.0.ebuild
+++ b/dev-python/os-vif/os-vif-2.7.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ HOMEPAGE="
https://github.com/openstack/os-vif
https://opendev.org/openstack/os-vif
https://launchpad.net/os-vif
-   https://pypi.org/project/os-vif
+   https://pypi.org/project/os-vif/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os_vif-${PV}.tar.gz"
 S="${WORKDIR}/os_vif-${PV}"



[gentoo-commits] repo/proj/guru:dev commit in: dev-R/cpp11/

2022-03-13 Thread Alessandro Barbieri
commit: 787e2b8ea4e51a26cb0bf8547119ec8ff3a361f8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:09:55 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:09:55 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=787e2b8e

dev-R/cpp11: update copyright

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

 dev-R/cpp11/cpp11-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-R/cpp11/cpp11-0.4.2.ebuild b/dev-R/cpp11/cpp11-0.4.2.ebuild
index c7dd9bffe..d96f49424 100644
--- a/dev-R/cpp11/cpp11-0.4.2.ebuild
+++ b/dev-R/cpp11/cpp11-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-vmware/

2022-03-13 Thread Alessandro Barbieri
commit: 930ef2bb5c4aa4710fb8dab3f81f5260a9cbd281
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 03:24:16 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 03:24:16 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=930ef2bb

dev-python/oslo-vmware: enable py3.9

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

 dev-python/oslo-vmware/oslo-vmware-3.9.1.ebuild | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/dev-python/oslo-vmware/oslo-vmware-3.9.1.ebuild 
b/dev-python/oslo-vmware/oslo-vmware-3.9.1.ebuild
index 5e8d551ef..2bd6eb8cf 100644
--- a/dev-python/oslo-vmware/oslo-vmware-3.9.1.ebuild
+++ b/dev-python/oslo-vmware/oslo-vmware-3.9.1.ebuild
@@ -4,13 +4,13 @@
 EAPI=8
 
 EPYTEST_DESELECT=( 
oslo_vmware/tests/test_service.py::RequestsTransportTest::test_send_with_local_file_url
 )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Oslo VMware library for OpenStack projects"
 HOMEPAGE="
-   https://pypi.org/project/oslo.vmware
+   https://pypi.org/project/oslo.vmware/
https://opendev.org/openstack/oslo.vmware
https://launchpad.net/oslo.vmware
 "
@@ -36,9 +36,8 @@ RDEPEND="
>=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
>=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
 "
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
@@ -48,7 +47,3 @@ DEPEND="
 "
 
 distutils_enable_tests pytest
-
-python_prepare() {
-   sed -i '/^suds-jurko/d' requirements.txt || die
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-antivirus/lkrg/

2022-03-13 Thread Alessandro Barbieri
commit: 810631dc72f7b619954196dd0c72cfba7c21cc1d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:44:19 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:44:19 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=810631dc

app-antivirus/lkrg: treeclean

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

 app-antivirus/lkrg/Manifest|  1 -
 app-antivirus/lkrg/lkrg-0.9.1_p20211124.ebuild | 33 --
 app-antivirus/lkrg/metadata.xml|  8 ---
 3 files changed, 42 deletions(-)

diff --git a/app-antivirus/lkrg/Manifest b/app-antivirus/lkrg/Manifest
deleted file mode 100644
index a4075e7a0..0
--- a/app-antivirus/lkrg/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lkrg-0.9.1_p20211124.tar.gz 128174 BLAKE2B 
6380bdb0207e7fc8d0a8d4885db4fdd7c849b9e479bf223c655640cf0676da8b90f873e334e6750038197f489d0aeb0b4b1cd5fd5ef408267e1fe5170b8f3207
 SHA512 
461bbd94f11d5a1b1451c6a42777324198a60fd418b86bebbc0426a04057bb112840784701225f27cf4fadfbe8c560c47086f378ec7f02efd8636305cc38ef63

diff --git a/app-antivirus/lkrg/lkrg-0.9.1_p20211124.ebuild 
b/app-antivirus/lkrg/lkrg-0.9.1_p20211124.ebuild
deleted file mode 100644
index ab6d1711d..0
--- a/app-antivirus/lkrg/lkrg-0.9.1_p20211124.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-HASH_COMMIT="819b01bdeae127fc3afb648aaaf53249863fa024"
-
-inherit linux-mod linux-info
-
-DESCRIPTION="Linux Kernel Runtime Guard"
-HOMEPAGE="https://www.openwall.com/lkrg";
-SRC_URI="https://github.com/openwall/lkrg/archive/${HASH_COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${HASH_COMMIT}"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-MODULE_NAMES="p_lkrg(misc:${S}:${S})"
-
-pkg_setup() {
-   local CONFIG_CHECK="MODULE_UNLOAD KALLSYMS_ALL JUMP_LABEL"
-   linux-mod_pkg_setup
-
-   # compile against selected (not running) target
-   BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}"
-   BUILD_TARGETS="all"
-}
-
-pkg_postinst() {
-   einfo "Usage:"
-   einfo "modprobe p_lkrg p_init_log_level=3"
-}

diff --git a/app-antivirus/lkrg/metadata.xml b/app-antivirus/lkrg/metadata.xml
deleted file mode 100644
index 6c0bdfd68..0
--- a/app-antivirus/lkrg/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   lssndrbarbi...@gmail.com
-   Alessandro Barbieri
-   
-



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymemcache/files/, dev-python/pymemcache/

2022-03-13 Thread Alessandro Barbieri
commit: 183dd5567d7d9c1de07448face60c90ca3b49531
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:36:13 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=183dd556

dev-python/pymemcache: add 3.5.1, drop 3.5.0

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

 dev-python/pymemcache/Manifest   |  2 +-
 ...-no-coverage.patch => pymemcache-3.5.1-no-coverage.patch} |  0
 .../{pymemcache-3.5.0.ebuild => pymemcache-3.5.1.ebuild} | 12 +++-
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-python/pymemcache/Manifest b/dev-python/pymemcache/Manifest
index 982e71cd3..5e22f019e 100644
--- a/dev-python/pymemcache/Manifest
+++ b/dev-python/pymemcache/Manifest
@@ -1 +1 @@
-DIST pymemcache-3.5.0.tar.gz 64763 BLAKE2B 
9f6970ea977e2655c8fd045ae03eb1667f3e409f19b6a2de7a1b12ffcbf1f88f1fe447749cca1dfba4726f027af771e5f2d4a9464dd630353341c2395111f260
 SHA512 
0244e40ae5060ad3df96ab60d239e92fe0c21d26d560ed380bed06722fd229e40d3d26e3256ff469daaf682019e05b171b11b47a1bc328e35a3d18c87d45a3fc
+DIST pymemcache-3.5.1.tar.gz 65073 BLAKE2B 
cc3e5c6db665716c9f2eb6d99a53108484827fe38b51bdfff7799354a08b212064c71801d50683ea45c0a753ee787a634ef98adb69795e7245c5596a7716a162
 SHA512 
da69189e7fadc8417395075d033ed3cb72a485d4f2c4ec4deb5e2ec3cb43a34ee5558111903399f27b70f618be771f8c686513c7334d2ef507a0db959c4aa27b

diff --git a/dev-python/pymemcache/files/pymemcache-3.5.0-no-coverage.patch 
b/dev-python/pymemcache/files/pymemcache-3.5.1-no-coverage.patch
similarity index 100%
rename from dev-python/pymemcache/files/pymemcache-3.5.0-no-coverage.patch
rename to dev-python/pymemcache/files/pymemcache-3.5.1-no-coverage.patch

diff --git a/dev-python/pymemcache/pymemcache-3.5.0.ebuild 
b/dev-python/pymemcache/pymemcache-3.5.1.ebuild
similarity index 71%
rename from dev-python/pymemcache/pymemcache-3.5.0.ebuild
rename to dev-python/pymemcache/pymemcache-3.5.1.ebuild
index 0fc4afa30..f1d0c57e4 100644
--- a/dev-python/pymemcache/pymemcache-3.5.0.ebuild
+++ b/dev-python/pymemcache/pymemcache-3.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit distutils-r1
 DESCRIPTION="A comprehensive, fast, pure-Python memcached client"
 HOMEPAGE="
https://github.com/pinterest/pymemcache
-   https://pypi.org/project/pymemcache
+   https://pypi.org/project/pymemcache/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
@@ -22,12 +22,14 @@ RDEPEND=""
 DEPEND="
${RDEPEND}
dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
test? (
dev-python/future[${PYTHON_USEDEP}]
-   dev-python/gevent[${PYTHON_USEDEP}]
+   >=dev-python/gevent-21.12.0[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pylibmc[${PYTHON_USEDEP}]
-   dev-python/python-memcached[${PYTHON_USEDEP}]
+   >=dev-python/pylibmc-1.6.1[${PYTHON_USEDEP}]
+   >=dev-python/python-memcached-1.59[${PYTHON_USEDEP}]
)
 "
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pip-api/

2022-03-13 Thread Alessandro Barbieri
commit: f25ef7dd0e27e6dcaafd11f0868e5ae6af03417c
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:38:13 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f25ef7dd

dev-python/pip-api: add 0.0.29

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

 dev-python/pip-api/Manifest  |  1 +
 dev-python/pip-api/pip-api-0.0.29.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
index 374d550e2..470115774 100644
--- a/dev-python/pip-api/Manifest
+++ b/dev-python/pip-api/Manifest
@@ -1 +1,2 @@
 DIST pip-api-0.0.26.tar.gz 110021 BLAKE2B 
c286f8daa2470785525466053f3c431e93e4c7ffee19cac29b26bc0feb8f65a21eb285650981b6a3f726be471f47c8649a24cace2080a2e7e0b122cd26103548
 SHA512 
5d3a1eb53af73633f72210dd5aa974c619b8c96f050d7c549582829330183aba558a4d96490e15db6feddd15e14e63d0dfae60b2bba63768f61476f6b61362ea
+DIST pip-api-0.0.29.tar.gz 111361 BLAKE2B 
55ff8ac71c8b5fabacab88390735f3f7a7e8e688257794042dc87dfb606c2d830376d62df087cd6fdd57beef1fa6629a49518c20ca01c64600910c71e5f0
 SHA512 
860892058fd36481a489bfaeedf1608bfcc1093731b7de9d45a586e36b8bfcaf4de87095e23a949a34f1f75f29e3d0f803d8310006f7bcac72887cab84663079

diff --git a/dev-python/pip-api/pip-api-0.0.29.ebuild 
b/dev-python/pip-api/pip-api-0.0.29.ebuild
new file mode 100644
index 0..f439f3ead
--- /dev/null
+++ b/dev-python/pip-api/pip-api-0.0.29.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EPYTEST_DESELECT=(
+   
tests/test_installed_distributions.py::test_installed_distributions_legacy_version
+   
tests/test_installed_distributions.py::test_installed_distributions_multiple_paths
+)
+DISTUTILS_SETUPTOOLS="pyproject.toml"
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="An unofficial, importable pip API"
+HOMEPAGE="https://github.com/di/pip-api";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/pip[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pretend[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-03-13 Thread Alessandro Barbieri
commit: 4d841a91e6a3ccd2be39cacd9367106ddace9c71
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:30:52 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d841a91

dev-python/pypandoc: add 1.7.2

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

 dev-python/pypandoc/Manifest  |  1 +
 dev-python/pypandoc/pypandoc-1.7.2.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/pypandoc/Manifest b/dev-python/pypandoc/Manifest
index 28d45ce9a..6e69b1ab8 100644
--- a/dev-python/pypandoc/Manifest
+++ b/dev-python/pypandoc/Manifest
@@ -1 +1,2 @@
 DIST pypandoc-1.6.3.tar.gz 25912 BLAKE2B 
341055a519f943b8593720d2797bae2c6bb7b7c60dc73efdfecc432fcdbcb1e7b30af138e62512dfea1da0c24dcba5b387891e005b773cae6c9a008c188a99ff
 SHA512 
74abcd569adfeebfd84e66c7b3e110fccd9200275ecfd32e78c297d4f18637c6dc3328c313c32c38b9b9504f64d24e6b59fdec505a539649a21d7e5434108c24
+DIST pypandoc-1.7.2.tar.gz 27900 BLAKE2B 
f09d1e3431717be44ea396ee44d2d00c11ed0e181d7f79d6be98536b9474972efe146e7c94eb571ab3f7dd2acf32ed53581d4b738497650c37a91e54ead5985e
 SHA512 
95387c18768e480869eac334e5dcfc4ea978033d423de055d616a4a1ef015fe1fbc6a25405c086811621f4ad2d599c9fa245e740de5504baaf801bc522a6fb29

diff --git a/dev-python/pypandoc/pypandoc-1.7.2.ebuild 
b/dev-python/pypandoc/pypandoc-1.7.2.ebuild
new file mode 100644
index 0..4e5cda380
--- /dev/null
+++ b/dev-python/pypandoc/pypandoc-1.7.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Pypandoc provides a thin wrapper for pandoc, a universal document 
converter"
+HOMEPAGE="
+   https://github.com/bebraw/pypandoc
+   https://pypi.org/project/pypandoc/
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+   app-text/pandoc
+   dev-haskell/pandoc-citeproc
+   dev-texlive/texlive-latex
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/wheel-0.25.0[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"
+
+PROPERTIES="test_network"
+RESTRICT="test"
+
+python_test() {
+   "${EPYTHON}" tests.py || die "Tests fail with ${EPYTHON}"
+}



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

2022-03-13 Thread Alessandro Barbieri
commit: c2f8595afe81be2d508a2a8fc50739b5e39d8ba4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 01:58:21 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2f8595a

dev-python/uharfbuzz: add 0.22.0, drop 0.18.0

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

 dev-python/uharfbuzz/Manifest |  2 +-
 .../{uharfbuzz-0.18.0.ebuild => uharfbuzz-0.22.0.ebuild}  | 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/uharfbuzz/Manifest b/dev-python/uharfbuzz/Manifest
index 512dcec3d..d2cce7beb 100644
--- a/dev-python/uharfbuzz/Manifest
+++ b/dev-python/uharfbuzz/Manifest
@@ -1,2 +1,2 @@
-DIST uharfbuzz-0.18.0.tar.gz 33469 BLAKE2B 
ec255a4d6f9a74b12fd2a2b16f4309a223a50a8a6eea62d51d74dcd911b9300282576c66ec92cd28b00b48734a279391b62fe76ae64604f3e69df002f5e9568d
 SHA512 
faf75e885e64ffdd28613c0ceeb30fc3ac4936cb252c8ff7e396c89b86195bf77f0f2135846152b2b8e949f8f806e9ddd75f42f00bb11514cd806062a06e2701
 DIST uharfbuzz-0.21.0.tar.gz 34064 BLAKE2B 
ad8ba13e53cba90794af6d9e99a555d0a266c584894ddc9cc90a9b86002cdeec438c68fa395a90d4e9119574bffd140a824c8acec8b4d5661c0013f8693a2a95
 SHA512 
090e408163e59d796ff9a9a7b2dca9e7ca00277ffc80139066a287f489d7358681b9eadf4a7bf5e5a7e7457c18fb30ed27d7ae2b71bfcf9cc48362a6c0793085
+DIST uharfbuzz-0.22.0.tar.gz 34454 BLAKE2B 
32bbb07f94ed532cfd153bac8164c0444cae9ff0b0d5af870a7e656cf7493926b8c78f868e70e111df9f4286a4779872be5430e020e59527e92843365cb42eb9
 SHA512 
c30b7d6f4981defd88cda4c178adbab31262bcedd9ccc0969ae1b7bee02b4846e69cecd33ab240af84581d1a34d54167fd8603ade7403f898cf03b4936287792

diff --git a/dev-python/uharfbuzz/uharfbuzz-0.18.0.ebuild 
b/dev-python/uharfbuzz/uharfbuzz-0.22.0.ebuild
similarity index 73%
rename from dev-python/uharfbuzz/uharfbuzz-0.18.0.ebuild
rename to dev-python/uharfbuzz/uharfbuzz-0.22.0.ebuild
index f58cb51b3..90c61b347 100644
--- a/dev-python/uharfbuzz/uharfbuzz-0.18.0.ebuild
+++ b/dev-python/uharfbuzz/uharfbuzz-0.22.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-DISTUTILS_USE_SETUPTOOLS="pyproject.toml"
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
@@ -19,11 +19,12 @@ SLOT="0"
 RDEPEND=">=media-libs/harfbuzz-2.8.1[experimental(-)]"
 DEPEND="
${RDEPEND}
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/cython[${PYTHON_USEDEP}]
+   >=dev-python/cython-0.28.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools_scm-2.1[${PYTHON_USEDEP}]
+   >=dev-python/wheel-0.31[${PYTHON_USEDEP}]
 "
 
-PATCHES=( "${FILESDIR}/${P}-system-harfbuzz.patch" )
+PATCHES=( "${FILESDIR}/${PN}-0.18.0-system-harfbuzz.patch" )
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/sphinx-click/

2022-03-13 Thread Alessandro Barbieri
commit: 2bd9ed24fc95ace786d364ed7ce83322e5a58dde
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:13:02 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2bd9ed24

dev-python/sphinx-click: add 3.1.0, drop 3.0.1

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

 dev-python/sphinx-click/Manifest |  2 +-
 ...hinx-click-3.0.1.ebuild => sphinx-click-3.1.0.ebuild} | 16 
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/sphinx-click/Manifest b/dev-python/sphinx-click/Manifest
index 7ce229c2b..fa88c6f6e 100644
--- a/dev-python/sphinx-click/Manifest
+++ b/dev-python/sphinx-click/Manifest
@@ -1,2 +1,2 @@
-DIST sphinx-click-3.0.1.tar.gz 17193 BLAKE2B 
4110e7b69975d90729b48eaa8587771ee8b082574774f1fbc22278c0e3c8993f16c7682aafa273198b14c1d698faed39216d4ff3563e5a6b56e0646a987bf58e
 SHA512 
ef3627e53e762e19f0b11824f32369aece053cfa861b49cd08e8d8e34d392883fff7df79a1eb23b256d401a803c93eed4bad91daf54eb2ad4c93655911c2e8e4
 DIST sphinx-click-3.0.2.tar.gz 19764 BLAKE2B 
7190958afaa8edab311e6728c5b2ea37e04d9402882c8bb0ceac935fc1bc93b5c087cbe6847396f9331b9b6b4d7fcb2a439d725661bd8d4cebdde6851f38f78a
 SHA512 
dcf60ca31dcc7c1f45157ed88a5d723d8b531f01b617fb0cc4ada8f09c709b23b55a86bcf8bbe66bf4c2f5ef77329123d271724887022a43b86747087e87ed7c
+DIST sphinx-click-3.1.0.tar.gz 20265 BLAKE2B 
ca38720636c8c3009db4b4345534883b63e647bd1e2fe1a5d79a4e80c2221a0e9543518d4f1ae9663571259cd14aff8b89f302f05a335b2c824ec24622e04853
 SHA512 
fe44d9e104216a7edadc2cdd467fd704deeacf580908b2d6e597104dabbf5d1006ee08019aa1252895d2929c42f34fc8ae540530a7bf20023cedcce8267c9a8b

diff --git a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild 
b/dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
similarity index 61%
rename from dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
rename to dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
index e19efe79f..8d3e2f229 100644
--- a/dev-python/sphinx-click/sphinx-click-3.0.1.ebuild
+++ b/dev-python/sphinx-click/sphinx-click-3.1.0.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Sphinx plugin to automatically document click-based applications"
 HOMEPAGE="
https://github.com/click-contrib/sphinx-click
-   https://pypi.org/project/sphinx-click
+   https://pypi.org/project/sphinx-click/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
 SLOT="0"
 
 RDEPEND="
>=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
-   >=dev-python/click-6[${PYTHON_USEDEP}]
-   =dev-python/click-5[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
 "
-DEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
+BDEPEND=">=dev-python/pbr-2.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx docs --no-autodoc



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-randomly/

2022-03-13 Thread Alessandro Barbieri
commit: 991de7b1b7ccc6c4ae0ea3a1bd75f7bd7cbc902e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:23:14 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=991de7b1

dev-python/pytest-randomly: add 3.11.0

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

 dev-python/pytest-randomly/Manifest|  1 +
 .../pytest-randomly/pytest-randomly-3.11.0.ebuild  | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pytest-randomly/Manifest 
b/dev-python/pytest-randomly/Manifest
index f9a707eb9..e6374a38f 100644
--- a/dev-python/pytest-randomly/Manifest
+++ b/dev-python/pytest-randomly/Manifest
@@ -1 +1,2 @@
 DIST pytest-randomly-3.10.1.tar.gz 28000 BLAKE2B 
662f28e34db5dace9d421d91bb8baf3775c7e5163fa93eeb12cbe3de251ea5425d995301e193253f55a602d98deeaf0dc2e676be9bdb7a97db93ba54fa9cfa5f
 SHA512 
d93e017df706d7021ff3f4682b4ed65d474177a60e303455685266d47a0a214e4f30b2f7dd150768de711d602ca1d22e2cfeca2703a7139cfaab97e3424afa1c
+DIST pytest-randomly-3.11.0.tar.gz 30822 BLAKE2B 
81411f8882f786c18ded69d42296117421498515ed0808064b4da418f94be5aa6e0dedf1dabf0e87f8f508b9cc886f8b645e4b5f845009cade4f20b8f437dd95
 SHA512 
6c2da071492d032b60782c17aee01751fe0728f921dfd192a17d9be95330ddf6dd0c960ef93a200dbe990c8457340008c556f28aea9cbc74677984fee0618ad7

diff --git a/dev-python/pytest-randomly/pytest-randomly-3.11.0.ebuild 
b/dev-python/pytest-randomly/pytest-randomly-3.11.0.ebuild
new file mode 100644
index 0..8ab7359c6
--- /dev/null
+++ b/dev-python/pytest-randomly/pytest-randomly-3.11.0.ebuild
@@ -0,0 +1,38 @@
+# 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,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pytest plugin to randomly order tests and control random.seed"
+HOMEPAGE="
+   https://pypi.python.org/pypi/pytest-randomly/
+   https://github.com/pytest-dev/pytest-randomly
+"
+SRC_URI="https://github.com/pytest-dev/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/factory_boy[${PYTHON_USEDEP}]
+   dev-python/Faker[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+
+   $(python_gen_cond_dep 
'>=dev-python/importlib_metadata-3.6.0[${PYTHON_USEDEP}]' python3_{8,9})
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
+
+python_test() {
+   distutils_install_for_testing --via-root
+   pytest -vv || die "Testsuite failed under ${EPYTHON}"
+}



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

2022-03-13 Thread Alessandro Barbieri
commit: 753037dda3d9136a0077c7440afa2dd6fd398966
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:16:01 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=753037dd

dev-python/rstr: add 3.1.0, drop 2.2.6

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

 dev-python/rstr/Manifest | 2 +-
 dev-python/rstr/{rstr-2.2.6.ebuild => rstr-3.1.0.ebuild} | 8 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
index 6ae33ee17..040a1aa8a 100644
--- a/dev-python/rstr/Manifest
+++ b/dev-python/rstr/Manifest
@@ -1,2 +1,2 @@
-DIST rstr-2.2.6.tar.gz 11197 BLAKE2B 
115b674b6d474716623846838b77d08455b60c452150f149f1577ec18a730751af1bc9b4cf3cd445b676ebac1c9bf2262da18f15583d06b75f0746adc363be1b
 SHA512 
ddd4eb4ca25f2bd991d14af6ae800a911a7077dfb14ad1968bf9e62363505e54b4f98b36eb53b7077435f9703116cc2338490a3e0d6d4d1d6fe9857a4d560976
 DIST rstr-3.0.0.tar.gz 11389 BLAKE2B 
8e5283ed2fd478189a1ddb0663069ca4a50b52a928290af171d8e79b6e59659530f45eac282cffe52be150c8d4a75adca35fdc2e5afb5c0025da31ada02fc3c7
 SHA512 
8b9909057f44ffdbfa5a037f9eaf50e506204d846143b54c23c6c83a8589ea5dc7236fa7f987e20b127ef139bef6f47b22239fd961da1f5c5b45606f511cadd8
+DIST rstr-3.1.0.tar.gz 12044 BLAKE2B 
8b79b777d0b60f60c5e86be9521c5a08af72d5988e3b1ef871d29925a9b341e48668963e71972113655ea1ed2bc14060e09ec8068fbb30b7e7d27f1215810908
 SHA512 
3b5c8ed0039aa8e47ab777f273fdcc4158b6197646831908da66d2e5e6b313c6d12cfdb9832f131a79d47496ac200a8ba1ebb7cdfa03074c290d3c8442437216

diff --git a/dev-python/rstr/rstr-2.2.6.ebuild 
b/dev-python/rstr/rstr-3.1.0.ebuild
similarity index 78%
rename from dev-python/rstr/rstr-2.2.6.ebuild
rename to dev-python/rstr/rstr-3.1.0.ebuild
index af5142c3c..843c74e97 100644
--- a/dev-python/rstr/rstr-2.2.6.ebuild
+++ b/dev-python/rstr/rstr-3.1.0.ebuild
@@ -1,14 +1,18 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="Easily generate random strings of various types"
-HOMEPAGE="https://pypi.org/project/rstr";
+HOMEPAGE="
+   https://github.com/leapfrogonline/rstr
+   https://pypi.org/project/rstr/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${PV}.tar.gz"
 
 LICENSE="BSD"



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

2022-03-13 Thread Alessandro Barbieri
commit: 03be08d1318ff34f72a1739193e236a28e87035a
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:17:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03be08d1

dev-python/python-zunclient: add 4.4.0, drop 4.3.0

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

 dev-python/python-zunclient/Manifest  | 2 +-
 .../{python-zunclient-4.3.0.ebuild => python-zunclient-4.4.0.ebuild}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-zunclient/Manifest 
b/dev-python/python-zunclient/Manifest
index 018737208..683d0bf06 100644
--- a/dev-python/python-zunclient/Manifest
+++ b/dev-python/python-zunclient/Manifest
@@ -1 +1 @@
-DIST python-zunclient-4.3.0.tar.gz 119171 BLAKE2B 
2286f2c4b8bbf522eff0b0e3f50e8eadd4ac0c9106064176fdcba1f3270b01d3e518725fb25d583bd212cde4f15ad1a42ea573d1ece7ab8f5a68f60ef46d7e51
 SHA512 
aa7e5b68699978bd85df2f1378354c42cd45caf033a18f4da2a4b02d96b259ed651b7d1bb2708ef6a86dc97ac0f259aacaaed74a961244870f4380aab77ccffb
+DIST python-zunclient-4.4.0.tar.gz 119253 BLAKE2B 
bb532e6ef916491b1663436a71918c69601cf7fd18aa69cf645662249d6ca5d18c673ae2c5c2e27801a1a2c7e4d0df20eb7f0d14a61939eb597197d256844981
 SHA512 
869da6f89cb52d70f77292ce841cd48369ac042ef3564bb1b00e810992edc4cb35fda518039bfa4df3bc2b6f1b07825e26c49953b0e67329138d45af3150a0ec

diff --git a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild 
b/dev-python/python-zunclient/python-zunclient-4.4.0.ebuild
similarity index 94%
rename from dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
rename to dev-python/python-zunclient/python-zunclient-4.4.0.ebuild
index 93a7b668d..a761a1c40 100644
--- a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-4.4.0.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A client for the OpenStack Zun API"
 HOMEPAGE="
https://github.com/openstack/python-zunclient
-   https://pypi.org/project/python-zunclient
+   https://pypi.org/project/python-zunclient/
https://launchpad.net/python-zunclient
https://opendev.org/openstack/python-zunclient
 "



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

2022-03-13 Thread Alessandro Barbieri
commit: 2cb34aa1b0efb6a351646b75e4442811841c465d
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:18:13 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cb34aa1

dev-python/python-zaqarclient: add 2.3.0, drop 2.2.0

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

 dev-python/python-zaqarclient/Manifest| 2 +-
 ...ython-zaqarclient-2.2.0.ebuild => python-zaqarclient-2.3.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-zaqarclient/Manifest 
b/dev-python/python-zaqarclient/Manifest
index 78a86db32..4654ae880 100644
--- a/dev-python/python-zaqarclient/Manifest
+++ b/dev-python/python-zaqarclient/Manifest
@@ -1 +1 @@
-DIST python-zaqarclient-2.2.0.tar.gz 90897 BLAKE2B 
17f4f1ce4c845a147f489f12a22fb97168d3067f0eef8447c7fafa389cfdea5e3eff68af3521ecc60f14ce84e70e9db76261396775c87bb677c8c5affc63
 SHA512 
c19425ce23de5fa04db2f292718574cc0771445fb253674278e0329c6741e48bf188d0e5d08a9806d81be0a848f47c2613d519af1d53e0c1aed3964917edb97c
+DIST python-zaqarclient-2.3.0.tar.gz 90878 BLAKE2B 
52cd86d9875fe2bd1ec1cb5a2a3864733cd786333dfb649ef317b106ad552ca6c81db1baf67ef7c0c950faf717e54e8754a8173c2d191d479fdd06e03dea9f0a
 SHA512 
9a88fc285eabed82a04d988e35ce90e668d436f3faab5b0db0ffca5122af4b633b9b7a7e40ff18d17ed9c6406ae223f0c900327d5bb408bb8de29169720f8635

diff --git a/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild 
b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
similarity index 94%
rename from dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
rename to dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
index abdaf22a8..2e12193e5 100644
--- a/dev-python/python-zaqarclient/python-zaqarclient-2.2.0.ebuild
+++ b/dev-python/python-zaqarclient/python-zaqarclient-2.3.0.ebuild
@@ -4,14 +4,14 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A client for the OpenStack Zaqar API"
 HOMEPAGE="
https://github.com/openstack/python-zaqarclient
-   https://pypi.org/project/python-zaqarclient
+   https://pypi.org/project/python-zaqarclient/
https://launchpad.net/python-zaqarclient
https://opendev.org/openstack/python-zaqarclient
 "



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

2022-03-13 Thread Alessandro Barbieri
commit: b9249a5886a080f23ce4b977192cfb2802bce253
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:28:14 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9249a58

dev-python/pysaml2: add 7.1.2, drop 7.1.0

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

 dev-python/pysaml2/Manifest|  2 +-
 .../{pysaml2-7.1.0.ebuild => pysaml2-7.1.2.ebuild} | 28 --
 2 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/dev-python/pysaml2/Manifest b/dev-python/pysaml2/Manifest
index 746fe3e3c..e97e39f1c 100644
--- a/dev-python/pysaml2/Manifest
+++ b/dev-python/pysaml2/Manifest
@@ -1 +1 @@
-DIST pysaml2-7.1.0.tar.gz 6014410 BLAKE2B 
0ba8645d30aed9e1403dab25ab2a81984bfe850e25def242fbc3f2f2d5bc00559e5d911d7593c7bf2d6dfb8224533adfd5396fd713091b5881fafb50eb3b
 SHA512 
7b4016221bba17b3819e4b8ad0b7c2c4f3b44035998f3357473c643d96b8d2b31226d83a2b5df06618a9891bf06a9a59a35cbdbe8cbe622680d399dec478039c
+DIST pysaml2-7.1.2.tar.gz 6017150 BLAKE2B 
e14bff119e5f6e477244820887ed76531acad5d7207cfc6ca398eaeaa0f5649e168bd6322d50e29560e8ad78e8da66d47b9d293ffcedee4358e288640931df96
 SHA512 
cf13ef0f74785bac357b2871f1ab521e60720cb236881fbc6c93d0eaca5323d198952392fa8a13850060a54757b1ff06a959e723bc7aeb5db9c8b2522b3c859b

diff --git a/dev-python/pysaml2/pysaml2-7.1.0.ebuild 
b/dev-python/pysaml2/pysaml2-7.1.2.ebuild
similarity index 61%
rename from dev-python/pysaml2/pysaml2-7.1.0.ebuild
rename to dev-python/pysaml2/pysaml2-7.1.2.ebuild
index cddfaf49c..ff3c8b182 100644
--- a/dev-python/pysaml2/pysaml2-7.1.0.ebuild
+++ b/dev-python/pysaml2/pysaml2-7.1.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+
 inherit distutils-r1
 
 DESCRIPTION="Python implementation of SAML Version 2 to be used in a WSGI 
environment"
@@ -15,30 +16,31 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.4[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/python-xmlsec[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
+   >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/xmlschema[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep \
-   'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3.8)
+   $(python_gen_cond_dep 
'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3.8)
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pyasn1[${PYTHON_USEDEP}]
+   >=dev-python/pymongo-3[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]
+   )
 "
-BDEPEND="test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pyasn1[${PYTHON_USEDEP}]
-   dev-python/pymongo[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]
-)"
 
 distutils_enable_tests --install pytest
 
 python_prepare_all() {
-   # No module named 'pymongo.mongo_replica_set_client'
+   # No module named 'pymongo.mongo_replica_set_client' because pymongo 
should be <4 but we only have >=4
rm tests/test_{75_mongodb,76_metadata_in_mdb}.py || die
distutils-r1_python_prepare_all
 }



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

2022-03-13 Thread Alessandro Barbieri
commit: 9a406990e0b41db2c4d431b8d571dfb321874e9e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:40:57 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a406990

dev-python/pg8000: add 1.24.1

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

 dev-python/pg8000/Manifest |  1 +
 dev-python/pg8000/pg8000-1.24.1.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/pg8000/Manifest b/dev-python/pg8000/Manifest
index 16ea460c3..a2d0e5be9 100644
--- a/dev-python/pg8000/Manifest
+++ b/dev-python/pg8000/Manifest
@@ -1 +1,2 @@
 DIST pg8000-1.22.0.tar.gz 116910 BLAKE2B 
a6779fe30a114f4e66c8a09924a4174ab9c128ee286138b80d60c7cc879c496abd56943c22bee1d396de460002a6971762580112f3dd2808f96f4c46db176e4d
 SHA512 
ec506464a7d13d8befee7f8e0837983c4cbc6193b8ec7d8847c46cb04788c23339db6557b31e88d567e395cb45100e3c0a68ac3ba34a031380a980c24857ed87
+DIST pg8000-1.24.1.tar.gz 118816 BLAKE2B 
43ed4cfb1850288f65c7b7d9dc20c0459f381b67829199855d5188d030212bd3ff9a4135258b515f2073e4303b7909d1961e7428cd208bb2dfc52abe35bb02c2
 SHA512 
3260d74eaefc5bcdf179e509b1ff3aceaeb8bf76f01e1ec6886e79d40b564540686e355c8de3fca9ace34447bdbb3ae3b2616e5941655eff890a28e336abef57

diff --git a/dev-python/pg8000/pg8000-1.24.1.ebuild 
b/dev-python/pg8000/pg8000-1.24.1.ebuild
new file mode 100644
index 0..d51a98bf1
--- /dev/null
+++ b/dev-python/pg8000/pg8000-1.24.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Pure-Python PostgreSQL Driver"
+HOMEPAGE="
+   https://github.com/tlocke/pg8000
+   https://pypi.org/project/pg8000/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/scramp-1.4.1[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   dev-db/postgresql
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-benchmark[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   )
+"
+
+RESTRICT="test" # tests require a running postgresql
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-urllib3/

2022-03-13 Thread Alessandro Barbieri
commit: 53e0dbceb582996a44f19e050080ade8885542a1
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 01:59:54 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53e0dbce

dev-python/types-urllib3: add 1.26.11

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

 dev-python/types-urllib3/Manifest |  1 +
 dev-python/types-urllib3/types-urllib3-1.26.11.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/types-urllib3/Manifest 
b/dev-python/types-urllib3/Manifest
index ce4f5fe70..05bf95812 100644
--- a/dev-python/types-urllib3/Manifest
+++ b/dev-python/types-urllib3/Manifest
@@ -1 +1,2 @@
 DIST types-urllib3-1.26.10.tar.gz 8547 BLAKE2B 
47dd538fe9ffb96793536942f8fe5deb7403e655473e919771ebaae1eb39839cb4c0f60fb7117d5c1eaa971937167ce1002eac4a7cc978edc20e76cc5c037675
 SHA512 
8341951167d51e596eb4d532691cbc948cf92936af7688d3bbd2161d86de327ba88f096e4205f5c74c9a1c3c5a1bec8e1317d829e870eca3c8760aa4997a30a1
+DIST types-urllib3-1.26.11.tar.gz 8629 BLAKE2B 
d0db71c5553e931dab376c4508881e3220bcad17bfe593ced81a72ad198bd81538c747b0be5a0e4987ce23aa0e16f3c4bc86c288dbdddedd5b5e3ee15bfe4d51
 SHA512 
e900817ae173861c436e7879b8fc7d243cb0467dedca851b8695ec51632be0d3d80e9b427c58e3ee693e5797bb951dce4a9e79ea01c693e57d0a330f6a1b0d10

diff --git a/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild 
b/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild
new file mode 100644
index 0..b96a6633a
--- /dev/null
+++ b/dev-python/types-urllib3/types-urllib3-1.26.11.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for urllib3"
+HOMEPAGE="
+   https://pypi.org/project/types-urllib3/
+   https://github.com/python/typeshed/tree/master/stubs/urllib3
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-requests/

2022-03-13 Thread Alessandro Barbieri
commit: 065f3c9cfa8d163845c7ef812d934a327f2663cb
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:01:32 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=065f3c9c

dev-python/types-requests: add 2.27.12

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

 dev-python/types-requests/Manifest |  1 +
 .../types-requests/types-requests-2.27.12.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/types-requests/Manifest 
b/dev-python/types-requests/Manifest
index 719397a3f..8d044d7f0 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1,2 +1,3 @@
 DIST types-requests-2.25.11.tar.gz 14055 BLAKE2B 
313bfd314e44950b3767142f30ef4963836beb0b5abb60bc0c74fa332c54cc63f94b7f35ae1e207911ee41635b8a44a330abe14379dcc2199fcdc3d12ef2058b
 SHA512 
3f748f234f499c16085be1a408b0f6698c5ca71ed52a2b7dfc4d7df43d102ff081e109b762cd1caf34e8b40c5b776941576882184fb0fe13d5c831f045e69e33
 DIST types-requests-2.27.11.tar.gz 10065 BLAKE2B 
df6189456484ae269dddc492f6599d9f4283576dd61263a46f73ab68cccb29a9e5df65a3aacd0dc391a136d6e0b7a5dfac27fe69be3b2f5e5d5a585018481c24
 SHA512 
68e4a2f6397f43d3763bb97da3d60c777b9418e6f086006afb30fd2f7d600dbb3e5282604ffc51bf5a42a936426aa3060fb3b22a2f39df0f2a18e551862ff39a
+DIST types-requests-2.27.12.tar.gz 10092 BLAKE2B 
abdf17498a43843a00d00931ae2c852fefeec5535a9cabde14bcf78776145e23452433e7efd866bc057457942927ef608999c202c7b2d5aabbcc2b635dbda287
 SHA512 
691fb49a9f16f028fe94e7c1f7b7ebcdae46b457891914f4508de9e5b772b9cfd33fea13377b72c555385f11009ee6efbebb3cc15010a7a18dd1138a4ac0295c

diff --git a/dev-python/types-requests/types-requests-2.27.12.ebuild 
b/dev-python/types-requests/types-requests-2.27.12.ebuild
new file mode 100644
index 0..904df09ef
--- /dev/null
+++ b/dev-python/types-requests/types-requests-2.27.12.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for requests"
+HOMEPAGE="
+   https://pypi.org/project/types-requests/
+   https://github.com/python/typeshed/tree/master/stubs/requests
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+
+RDEPEND="

[gentoo-commits] repo/proj/guru:dev commit in: dev-python/SQLAlchemy-Utils/

2022-03-13 Thread Alessandro Barbieri
commit: ada247acfc32346d56cba11f5f2c92a6ef2799b2
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:11:15 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ada247ac

dev-python/SQLAlchemy-Utils: add 0.38.2

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

 dev-python/SQLAlchemy-Utils/Manifest   |  1 +
 .../SQLAlchemy-Utils-0.38.2.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/SQLAlchemy-Utils/Manifest 
b/dev-python/SQLAlchemy-Utils/Manifest
index 240fe11f1..8ea838e16 100644
--- a/dev-python/SQLAlchemy-Utils/Manifest
+++ b/dev-python/SQLAlchemy-Utils/Manifest
@@ -1 +1,2 @@
 DIST SQLAlchemy-Utils-0.37.9.tar.gz 136639 BLAKE2B 
e9e92b185ff45cfee5b1a6e59e78ae819ef15e419e178e8773f6f76d0681e6c047b8124c17b95e49c0a1badff13f27c3718d0f68f67523eabe6333a665d5a134
 SHA512 
5186ea01d5fab000b79496a501321846b326336cb1e725520acd4512e2d129e51b8887d95f3ca6109575b1263fde0178a84ca7d37da06d8b410bc97649c76f14
+DIST SQLAlchemy-Utils-0.38.2.tar.gz 136800 BLAKE2B 
13d1470c65a6eeb198d6846a85f4b9d0a1476fd95eed24d1a06ff3cc9a87fb56243f39bd6b542b7e5749551270e03d8345f5a3da5a1f1e548cfe757c81b26d49
 SHA512 
2dc98549501e3b8fc3ad77aa14f31940e9aa73999d699bb1a2d4be424eb3bff38a3fc8cacf8774e42f816c1b31cc1ccc4e9955cf1dae2fd3a2b9e4e0f0b18cc7

diff --git a/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild 
b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild
new file mode 100644
index 0..942071a60
--- /dev/null
+++ b/dev-python/SQLAlchemy-Utils/SQLAlchemy-Utils-0.38.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EPYTEST_DESELECT=( tests/types/test_timezone.py ) # 
https://bugs.gentoo.org/819021
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Various utility functions and datatypes for SQLAlchemy"
+HOMEPAGE="
+   https://github.com/kvesteri/sqlalchemy-utils
+   https://pypi.org/project/SQLAlchemy-Utils/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   >=dev-python/sqlalchemy-1.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   test? (
+   >=dev-python/pygments-2.7.1[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.3[${PYTHON_USEDEP}]
+   >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
+   >=dev-python/flexmock-0.9.7[${PYTHON_USEDEP}]
+   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/psycopg-2.5.1[${PYTHON_USEDEP}]
+   >=dev-python/psycopg2cffi-2.8.1[${PYTHON_USEDEP}]
+   >=dev-python/pg8000-1.12.4[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2014.2[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.6[${PYTHON_USEDEP}]
+   dev-python/pymysql[${PYTHON_USEDEP}]
+   dev-python/pyodbc[${PYTHON_USEDEP}]
+   dev-python/greenlet[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/ttfautohint-py/

2022-03-13 Thread Alessandro Barbieri
commit: ab5ae9fa93f89b5c12202714cee11ea8471710ad
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Mar 14 02:08:21 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Mar 14 02:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab5ae9fa

dev-python/ttfautohint-py: add 0.5.1

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

 dev-python/ttfautohint-py/Manifest |  1 +
 .../ttfautohint-py/ttfautohint-py-0.5.1.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/ttfautohint-py/Manifest 
b/dev-python/ttfautohint-py/Manifest
index 29df1e941..c6483b582 100644
--- a/dev-python/ttfautohint-py/Manifest
+++ b/dev-python/ttfautohint-py/Manifest
@@ -1 +1,2 @@
 DIST ttfautohint-py-0.4.3.tar.gz 186488 BLAKE2B 
cc5de63faf4a5d213a14eda9b092c48e2e67c59b04ad1580d680e22bf691d915a74f7a465cc37cd0ce907874f3fdb0312224e647bb8e18e5741f886e69e7d075
 SHA512 
2f21af2a4b59c9e83e4c5aa77ce15d97d4391894537e87727fd05f47b8f007e3ddf1fcf98d195a880b2a4e22586ce9faab4d8dc33f6c6eaa1623dcfd3aab
+DIST ttfautohint-py-0.5.1.tar.gz 186884 BLAKE2B 
ab09325f262e631639433852a9709b52c23a08e2a179fb9f2bce46d851a5523205076ef2698de5c2af10828fc8290d905d5cfe58c44fbfecce4474d504c2d84c
 SHA512 
0673daa17666af7df4fdd9836c978bb6e1620193524a9043d31900047191ef29dd75783afaf5929cb3a7b74137ec9b4e9b5c15793f811824ab6dc2a0780fd798

diff --git a/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild 
b/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild
new file mode 100644
index 0..e444501fe
--- /dev/null
+++ b/dev-python/ttfautohint-py/ttfautohint-py-0.5.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python wrapper for ttfautohint"
+HOMEPAGE="https://github.com/fonttools/ttfautohint-py";
+SRC_URI="https://github.com/fonttools/ttfautohint-py/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="media-gfx/ttfautohint"
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/fonttools[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   rm -r src/c || die
+   export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
+   export TTFAUTOHINTPY_BUNDLE_DLL=0
+   default
+}



[gentoo-commits] proj/releng:master commit in: releases/portage/livegui/package.use/

2022-03-13 Thread Andreas K. Hüttel
commit: a78f21d1555d6362c68f5968fac0f2f5d0154efb
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Mar 14 00:29:11 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Mar 14 00:29:11 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=a78f21d1

livegui: add cjk also to texlive-core

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

 releases/portage/livegui/package.use/texlive | 1 +
 1 file changed, 1 insertion(+)

diff --git a/releases/portage/livegui/package.use/texlive 
b/releases/portage/livegui/package.use/texlive
index f3c2296d..871c2495 100644
--- a/releases/portage/livegui/package.use/texlive
+++ b/releases/portage/livegui/package.use/texlive
@@ -1 +1,2 @@
 app-text/texlive cjk luatex science publishers xetex
+app-text/texlive-core cjk



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

2022-03-13 Thread John Helmert III
commit: 13c9d2ecede2e26a8a3c7890c572f625434f6970
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Mar 13 22:55:56 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Mar 13 22:58:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c9d2ec

profiles/package.mask: mask net-p2p/arti, not production ready yet

Signed-off-by: John Helmert III  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index d529660cc162..00ce39ecd752 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,13 @@
 
 #--- END OF EXAMPLES ---
 
+# John Helmert III  (2022-03-13)
+# Arti is not a production-ready Tor client. According to upstream, "do
+# not use this program yet if you seriously need anonymity, privacy,
+# security, or stability." Feel free to unmask if this is not a
+# necessity.
+net-p2p/arti
+
 # Alfredo Tupone  (2022-03-13)
 # No revdeps, last update on 2011
 # Removal on 2022-04-13.



[gentoo-commits] repo/gentoo:master commit in: games-util/game-device-udev-rules/, games-util/game-device-udev-rules/files/

2022-03-13 Thread James Le Cuirot
commit: 9bab6f5f4634819c777340255b73f5333ab9e928
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Mar 13 22:44:49 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Mar 13 22:44:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bab6f5f

games-util/game-device-udev-rules: Bump to 20220311, drop old 20201228, EAPI 8

Signed-off-by: James Le Cuirot  gentoo.org>

 games-util/game-device-udev-rules/Manifest  | 2 +-
 .../{60-game-input-20201228.rules => 60-game-input-20220311.rules}  | 0
 ...rules-20201228.ebuild => game-device-udev-rules-20220311.ebuild} | 6 +++---
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/games-util/game-device-udev-rules/Manifest 
b/games-util/game-device-udev-rules/Manifest
index 1b546c1d201e..2bd07d900f78 100644
--- a/games-util/game-device-udev-rules/Manifest
+++ b/games-util/game-device-udev-rules/Manifest
@@ -1 +1 @@
-DIST steam-devices-ebc0f6a9e30bc0db2344df298c061c2c3b01776f.tar.gz 2171 
BLAKE2B 
01ef2371b13eca38419f90e4d1918370b6f2bdcb40264372e7cc1f8e858d7f5c9149f001c750a53f4c4435cf286fca1ab9f8869e5855eefbdb4d89acc95bb5c2
 SHA512 
08f2f411e8499469de747145bb159dd97c846a6329cf7aabe3445333fa8c9570c7de52d96c3e63d7e065464b9e4bbe2917a1a4a4f44a19454d3d707d524592f9
+DIST steam-devices-d87ef558408c5e7a1a793d738db4c9dc2cb5f8fa.tar.gz 2305 
BLAKE2B 
677cec02dfa1899b9bad9440a5810175b731234db271413c2027a5a1a81dbdaa8c5ccd922478c07304262d5c3bf16891875dcdab08341720b97953035d5ae93d
 SHA512 
54a0a9f293ca03c01c5f3609c08e9e8cc1273a034b1164399623c55ec994414ecacff04d049bc4195da5f0601bb17de52c9e1770a0161caac9bb4b74d921b35b

diff --git 
a/games-util/game-device-udev-rules/files/60-game-input-20201228.rules 
b/games-util/game-device-udev-rules/files/60-game-input-20220311.rules
similarity index 100%
rename from games-util/game-device-udev-rules/files/60-game-input-20201228.rules
rename to games-util/game-device-udev-rules/files/60-game-input-20220311.rules

diff --git 
a/games-util/game-device-udev-rules/game-device-udev-rules-20201228.ebuild 
b/games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild
similarity index 94%
rename from 
games-util/game-device-udev-rules/game-device-udev-rules-20201228.ebuild
rename to 
games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild
index a050aac120d1..c846172a90d0 100644
--- a/games-util/game-device-udev-rules/game-device-udev-rules-20201228.ebuild
+++ b/games-util/game-device-udev-rules/game-device-udev-rules-20220311.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit udev
 
@@ -9,7 +9,7 @@ inherit udev
 # also has its own rules and more may be added later so we version it
 # independently.
 
-STEAM_COMMIT="ebc0f6a9e30bc0db2344df298c061c2c3b01776f"
+STEAM_COMMIT="d87ef558408c5e7a1a793d738db4c9dc2cb5f8fa"
 MY_P="steam-devices-${STEAM_COMMIT}"
 
 DESCRIPTION="udev rules for various game hardware devices"



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

2022-03-13 Thread James Le Cuirot
commit: c526e74b33c1f90efabab9d04b2ad8a6ece96108
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sun Mar 13 22:41:50 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Mar 13 22:41:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c526e74b

dev-util/uglifyjs: Bump to 3.15.3, drop old 3.15.2

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-util/uglifyjs/Manifest   | 2 +-
 dev-util/uglifyjs/{uglifyjs-3.15.2.ebuild => uglifyjs-3.15.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/uglifyjs/Manifest b/dev-util/uglifyjs/Manifest
index 0e048641114a..3cf3198e462d 100644
--- a/dev-util/uglifyjs/Manifest
+++ b/dev-util/uglifyjs/Manifest
@@ -1 +1 @@
-DIST uglifyjs-3.15.2.tar.gz 510833 BLAKE2B 
7887e286f6af74ff9142a99fe6f076c0a29c6b0f81b882bf7400e0eee2fbd0a6ce979f287aa19b279771435f392e85f855ade1a7ec075c8ae46f07a8bbb4e1d0
 SHA512 
19777114afb9f5d2a71716f2a818350435bd235ac37b48f2f77421f9e2798e7cde3a798f10306838ca2331ed8e2eaeffa01ee7a599db8abe2359c744a1cfbc5b
+DIST uglifyjs-3.15.3.tar.gz 511292 BLAKE2B 
405112e7898c743cddf036527e9add28cd570f53a43959b514711683efca7e26bfb34fccadb7d63dcb540ed7a4a6b9aa7f3fa28faa66623b2b7c290758feb47a
 SHA512 
c36b41dfe2bc323c189926f4caff67980be13ad14286b109e7f3a326a5e2b4fe4c7e864d2fcee91d1c0a9799ab7941f2c9d17b6c04d4b399b4ddb1f69c32f2fa

diff --git a/dev-util/uglifyjs/uglifyjs-3.15.2.ebuild 
b/dev-util/uglifyjs/uglifyjs-3.15.3.ebuild
similarity index 100%
rename from dev-util/uglifyjs/uglifyjs-3.15.2.ebuild
rename to dev-util/uglifyjs/uglifyjs-3.15.3.ebuild



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

2022-03-13 Thread James Le Cuirot
commit: 2919a7d7469a54cf50ff469f76f71bf7cc4ca20f
Author: Denis Pronin  yandex  ru>
AuthorDate: Sat Mar 12 10:07:26 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Mar 13 22:36:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2919a7d7

added ftgl-2.1.3_rc5-clang.patch

patch that fixes building with clang using c++11

Signed-off-by: Denis Pronin  yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/24505
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/ftgl/files/ftgl-2.1.3_rc5-clang.patch | 24 
 media-libs/ftgl/ftgl-2.1.3_rc5.ebuild|  1 +
 2 files changed, 25 insertions(+)

diff --git a/media-libs/ftgl/files/ftgl-2.1.3_rc5-clang.patch 
b/media-libs/ftgl/files/ftgl-2.1.3_rc5-clang.patch
new file mode 100644
index ..d9866a591733
--- /dev/null
+++ b/media-libs/ftgl/files/ftgl-2.1.3_rc5-clang.patch
@@ -0,0 +1,24 @@
+--- a/demo/simple.cpp
 b/demo/simple.cpp
+@@ -105,14 +105,14 @@
+ float t2 = sin(n / 50 + 1);
+ float t3 = sin(n / 30 + 2);
+ 
+-float ambient[4]  = { (t1 + 2.0) / 3,
+-  (t2 + 2.0) / 3,
+-  (t3 + 2.0) / 3, 0.3 };
+-float diffuse[4]  = { 1.0, 0.9, 0.9, 1.0 };
+-float specular[4] = { 1.0, 0.7, 0.7, 1.0 };
+-float position[4] = { 100.0, 100.0, 0.0, 1.0 };
++float ambient[4]  = { (t1 + 2.0f) / 3,
++  (t2 + 2.0f) / 3,
++  (t3 + 2.0f) / 3, 0.3 };
++float diffuse[4]  = { 1.0f, 0.9f, 0.9f, 1.0f };
++float specular[4] = { 1.0f, 0.7f, 0.7f, 1.0f };
++float position[4] = { 100.0f, 100.0f, 0.0f, 1.0f };
+ 
+-float front_ambient[4]  = { 0.7, 0.7, 0.7, 0.0 };
++float front_ambient[4]  = { 0.7f, 0.7f, 0.7f, 0.0f };
+ 
+ glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
+ 

diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild 
b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
index 8d9baca0cd07..22107b5dd36a 100644
--- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
+++ b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
@@ -31,6 +31,7 @@ PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
"${FILESDIR}"/${P}-underlink.patch
"${FILESDIR}"/${P}-freetype_pkgconfig.patch
+   "${FILESDIR}"/${P}-clang.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2022-03-13 Thread James Le Cuirot
commit: 280d7c355c7253afe8112dc999e5340b65784c20
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar 12 21:32:08 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Mar 13 22:34:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280d7c35

www-client/vivaldi-snapshot: Drop old 5.1.2567.38

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-5.1.2567.38.ebuild| 204 -
 2 files changed, 207 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 7fced985..e0f70566860f 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_5.1.2567.38-1_amd64.deb 87339208 BLAKE2B 
1b0621fedbc9463891d4a91b5ade9067cae114b372e674e128d7e855ecc22c9cd8b65b8e6fe1f68b8e3575f923574f223e992e93a234ca38b08ddd975ddcbf5b
 SHA512 
069c746fdab910ec86fcc056f51aa6fe88505217bb219815c8c229c6cd739875d965f9a91f2fc4b93dc7c167111561011aa668b8826b36e728a92eb0e80782c4
-DIST vivaldi-snapshot_5.1.2567.38-1_arm64.deb 82241668 BLAKE2B 
b66e562a3db72ea2e03238f1353b5ab19566af496dac89a625c60e7325aff33693a715d4cf1ea83d86ad460425f3d967a4b849abd5cc2f05de0b209776513137
 SHA512 
d27bf50fd7ca682b728928666dd9d8cbc7ba7e328efa1fddf3ed0cd0c9895b0642bffb8a212c3a3766f2cadb37c944c541e35c8eb95cab6c9c6e376be3423ef5
-DIST vivaldi-snapshot_5.1.2567.38-1_armhf.deb 78097860 BLAKE2B 
108c462ade0ccce1bec84252c50bb972383e20818240ec4b5059766425536df6aab621ad8f30d591791e47f3a4e764cc03b7b826d643df42bb182e8d3f34f572
 SHA512 
92bddcb70ddb1831301c4765baa257869d2ba594d096c6470fda5d891102a2113fc470e1eeb3d8189a97aee566ca832d4ea7e47514b45ee8f2e3eb9a9caf7105
 DIST vivaldi-snapshot_5.2.2581.4-1_amd64.deb 87359688 BLAKE2B 
def2b93401849f4b3b65628ba1806424d440fa6d42b2366c4481931484ff62c333b530eccf4bdc6b2f20bdd70e763e3b859cdfb3c5172b08328ee46098b2b1c9
 SHA512 
0a9225950753e7e4ac32b004d96bb7b786e623d8fee4869db8c9302e285b7dba6ee8861f834851ddcfe4e9817a77fdff4a8e81fa6f694dbca1d65aa0e01346a5
 DIST vivaldi-snapshot_5.2.2581.4-1_arm64.deb 82265240 BLAKE2B 
23466bf4425a104dfbe375b55ef0e5b601c5a7980199a082eb6f67692058520475ccf9e0e4efde2c8c30a1b62df7ca8bef467c1a7ec8a31687069ed674c0a918
 SHA512 
7660a284c93e6402959647b7aa80d6c08b84a677268320f07a1294cb791f29cbae6a69b90ef476a85e3ca4c1ca380c88f70907fa2f3bb94077b56b73e0cc3249
 DIST vivaldi-snapshot_5.2.2581.4-1_armhf.deb 78113780 BLAKE2B 
1620921be32b07892dc0839fcbb26e11b1341ce65b82b01e5538538660cd8b3ba861a12c292547b6094877856f3e669eb5627f1d28eb1fc8366ff48984d09354
 SHA512 
4d1796ccde13b606311786fa04a496f30fb438d328c3db5099a8ec0364598fab59d37ebe5df409fff12c308d1cb43244b7699ebaea0278cf873b4ba70d8f

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.1.2567.38.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.1.2567.38.ebuild
deleted file mode 100644
index a0fb3fa96f92..
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.1.2567.38.ebuild
+++ /dev/null
@@ -1,204 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="96"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/";
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
-
-RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
-RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
-RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
-RE="\bx86\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" x86? ( 
${VIVALDI_BASE_URI}i386.deb )"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="proprietary-cod

[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2022-03-13 Thread James Le Cuirot
commit: 87ffa4ff95a90fbcafe95ded6b0bdf6a269c6735
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Mar 12 21:30:24 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sun Mar 13 22:34:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ffa4ff

www-client/vivaldi-snapshot: Add version 5.2.2603.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-5.2.2603.6.ebuild | 204 +
 2 files changed, 207 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 032b20cdaf52..7fced985 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot_5.1.2567.38-1_armhf.deb 78097860 BLAKE2B 
108c462ade0ccce1b
 DIST vivaldi-snapshot_5.2.2581.4-1_amd64.deb 87359688 BLAKE2B 
def2b93401849f4b3b65628ba1806424d440fa6d42b2366c4481931484ff62c333b530eccf4bdc6b2f20bdd70e763e3b859cdfb3c5172b08328ee46098b2b1c9
 SHA512 
0a9225950753e7e4ac32b004d96bb7b786e623d8fee4869db8c9302e285b7dba6ee8861f834851ddcfe4e9817a77fdff4a8e81fa6f694dbca1d65aa0e01346a5
 DIST vivaldi-snapshot_5.2.2581.4-1_arm64.deb 82265240 BLAKE2B 
23466bf4425a104dfbe375b55ef0e5b601c5a7980199a082eb6f67692058520475ccf9e0e4efde2c8c30a1b62df7ca8bef467c1a7ec8a31687069ed674c0a918
 SHA512 
7660a284c93e6402959647b7aa80d6c08b84a677268320f07a1294cb791f29cbae6a69b90ef476a85e3ca4c1ca380c88f70907fa2f3bb94077b56b73e0cc3249
 DIST vivaldi-snapshot_5.2.2581.4-1_armhf.deb 78113780 BLAKE2B 
1620921be32b07892dc0839fcbb26e11b1341ce65b82b01e5538538660cd8b3ba861a12c292547b6094877856f3e669eb5627f1d28eb1fc8366ff48984d09354
 SHA512 
4d1796ccde13b606311786fa04a496f30fb438d328c3db5099a8ec0364598fab59d37ebe5df409fff12c308d1cb43244b7699ebaea0278cf873b4ba70d8f
+DIST vivaldi-snapshot_5.2.2603.6-1_amd64.deb 87460496 BLAKE2B 
6b1fcf5d42d01bcb34313d44121379abbf6b8d5eb9f970d04a2f03c50a1c7c2337a161c6a20b26d934761c47fd09712ea5c85706a8d0e794e3ebe12d5c6c14c8
 SHA512 
a7a071965f5ebe206d4073829ab81ff514cc90bfa9cfa60e222afcc0ece89afade0b2a29a2bc23c5c7b19469bd88810cb3720cd27d2b219c7ca7328513148307
+DIST vivaldi-snapshot_5.2.2603.6-1_arm64.deb 82328824 BLAKE2B 
53d1ca9e4f6e4ea885131e16fab805b44dad520a31503325c93686915ca4f71dcb83fa5f69116659ae5477448625e8fd2648663b1fd83243606b40115682010f
 SHA512 
aad6b06cc5e3a2fc2db1b06869ee0dec715f162963352af0972550850443eea0be19eb2a495d93dfd045a5f3d6749844e7d838430196e1b4f265307f45b58585
+DIST vivaldi-snapshot_5.2.2603.6-1_armhf.deb 78198564 BLAKE2B 
f4fc17e32c2128cf1e2862b7c8072e0f68855f58921755a9cfb4efb133f05f7ffc594eff3124556f391d7667ea55cf5138e200200e57dd94055d88abc64619ca
 SHA512 
98cee4a94954100ff157d97591c7a5618416b8d6b53eb651ea1e3aee50ac651fe2884d92440dfa600c994069c8b710e7b93c684a802747c659018ea727301e64

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-5.2.2603.6.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.2.2603.6.ebuild
new file mode 100644
index ..a0fb3fa96f92
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-5.2.2603.6.ebuild
@@ -0,0 +1,204 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="96"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+   sr
+   sr-Latn
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/";
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_";
+
+RE="\bamd64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" amd64? ( 
${VIVALDI_BASE_URI}amd64.deb )"
+RE="\barm\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm? ( 
${VIVALDI_BASE_URI}armhf.deb )"
+RE="\barm64\b"; [[ ${KEYWORDS} =~ ${RE} ]] && SRC_URI+=" arm64? ( 
${VIVALDI_BASE_URI}arm64.deb )"
+RE="\bx86\b"; [[ ${KEYWOR

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

2022-03-13 Thread Sam James
commit: ebd6285d85cb1e5b921f68fd5f6cd571feb1603b
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 13 22:23:11 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 13 22:23:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd6285d

sys-devel/m4: add link to upstream gnulib/musl/ppc patch

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

 sys-devel/m4/files/ppc-musl.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-devel/m4/files/ppc-musl.patch 
b/sys-devel/m4/files/ppc-musl.patch
index d7d8255a444a..4aff0ba1cf5c 100644
--- a/sys-devel/m4/files/ppc-musl.patch
+++ b/sys-devel/m4/files/ppc-musl.patch
@@ -1,7 +1,8 @@
-Needed to fix build on ppc + musl. Doesn't seem to yet be in upstream gnulib.
+Needed to fix build on ppc + musl. Should pop up in next gnulib sync in 
release (different patch).
 
 https://www.openwall.com/lists/musl/2017/11/05/2
 
https://github.com/void-linux/void-packages/blob/master/srcpkgs/grep/patches/ppc-musl.patch
+https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=2d830e4a792fcd9f614ed08a7f18584b8b21d23b
 --- a/lib/sigsegv.c
 +++ b/lib/sigsegv.c
 @@ -221,8 +221,10 @@ int libsigsegv_version = LIBSIGSEGV_VERSION;



[gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/files/

2022-03-13 Thread Sam James
commit: 9712b59e08cf0e003059846b82c88e6bd3404bfb
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 13 22:23:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 13 22:23:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9712b59e

sys-apps/diffutils: add link to upstream gnulib/musl/ppc patch

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

 sys-apps/diffutils/files/ppc-musl.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/diffutils/files/ppc-musl.patch 
b/sys-apps/diffutils/files/ppc-musl.patch
index d7d8255a444a..4aff0ba1cf5c 100644
--- a/sys-apps/diffutils/files/ppc-musl.patch
+++ b/sys-apps/diffutils/files/ppc-musl.patch
@@ -1,7 +1,8 @@
-Needed to fix build on ppc + musl. Doesn't seem to yet be in upstream gnulib.
+Needed to fix build on ppc + musl. Should pop up in next gnulib sync in 
release (different patch).
 
 https://www.openwall.com/lists/musl/2017/11/05/2
 
https://github.com/void-linux/void-packages/blob/master/srcpkgs/grep/patches/ppc-musl.patch
+https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=2d830e4a792fcd9f614ed08a7f18584b8b21d23b
 --- a/lib/sigsegv.c
 +++ b/lib/sigsegv.c
 @@ -221,8 +221,10 @@ int libsigsegv_version = LIBSIGSEGV_VERSION;



[gentoo-commits] repo/gentoo:master commit in: sys-apps/grep/files/

2022-03-13 Thread Sam James
commit: e95c5bda4917036a15a4f21088abb5d0f3986185
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 13 22:23:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 13 22:23:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95c5bda

sys-apps/grep: add link to upstream gnulib/musl/ppc patch

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

 sys-apps/grep/files/ppc-musl.patch | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/grep/files/ppc-musl.patch 
b/sys-apps/grep/files/ppc-musl.patch
index d7d8255a444a..4aff0ba1cf5c 100644
--- a/sys-apps/grep/files/ppc-musl.patch
+++ b/sys-apps/grep/files/ppc-musl.patch
@@ -1,7 +1,8 @@
-Needed to fix build on ppc + musl. Doesn't seem to yet be in upstream gnulib.
+Needed to fix build on ppc + musl. Should pop up in next gnulib sync in 
release (different patch).
 
 https://www.openwall.com/lists/musl/2017/11/05/2
 
https://github.com/void-linux/void-packages/blob/master/srcpkgs/grep/patches/ppc-musl.patch
+https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=2d830e4a792fcd9f614ed08a7f18584b8b21d23b
 --- a/lib/sigsegv.c
 +++ b/lib/sigsegv.c
 @@ -221,8 +221,10 @@ int libsigsegv_version = LIBSIGSEGV_VERSION;



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

2022-03-13 Thread William Hubbs
commit: 489b12aadc280c1f0872e76239a93f9dcf858c29
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Mar 13 22:12:42 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Mar 13 22:13:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489b12aa

dev-util/woke: migrate to dependency tarball

Signed-off-by: William Hubbs  gentoo.org>

 dev-util/woke/Manifest   |   1 +
 dev-util/woke/woke-0.17.1.ebuild | 722 +--
 2 files changed, 4 insertions(+), 719 deletions(-)

diff --git a/dev-util/woke/Manifest b/dev-util/woke/Manifest
index a61f325ec4e5..fa94b6451d70 100644
--- a/dev-util/woke/Manifest
+++ b/dev-util/woke/Manifest
@@ -736,4 +736,5 @@ DIST rsc.io%2Fsampler%2F@v%2Fv1.3.0.mod 88 BLAKE2B 
c2ac3c9619e396db470c9951dfc11
 DIST woke-0.14.0.tar.gz 85897 BLAKE2B 
7731a8d88574f33aaa3021cbd71cbc84db7b9f2c13eddd4301c7cc1f512a2282a4e8376f98ad3c824a21afa6635b4e178a5bf2c5be203563aeff71e12a95b390
 SHA512 
ae6501816f0fc2cb615bb950e657d89d83b46829dd3bb2c4c594fd9870757b11bbec4fb9b5c5da386f4845b8686e3f3cee041ea53234301280c0fbeacdb5cfe2
 DIST woke-0.15.0.tar.gz 86130 BLAKE2B 
1954ea8dcfdc5ca035a78f7fa97b7a03a4c7b11e1741fc2457d529e04a27f565f9f2b6b16be45608bf60d7342afb9a0f8cd631d67d24f81e6b24be5b132099e9
 SHA512 
796b18887a5a82b0de2ab6dba353c12bb252650a325c1033d62bf7103356d9da744a6064fad2e0472ee6a1851f491a486b935a8d030d96711459c1ad912a75c1
 DIST woke-0.16.1.tar.gz 90086 BLAKE2B 
08991bb8507f6b5431d54e97d8ce517372bfea8ba4f3765af2b9cb26f4b5f05d888ab296c531b5c21332042958635c8a2de1f17a8b5d256242341a228cfaa20c
 SHA512 
d9ae29d4b8925086b2b72e54b9271bc6a8f0215e77fb415a3c3da7f2f51d170c1a833dc7d08786318cfc6b31103c1a60c71f96ed585902a40fdabbac188f8bc7
+DIST woke-0.17.1-deps.tar.xz 126962264 BLAKE2B 
64729e4223f7f520dd26657212a8b416ba959268f30aae1db5f91635e8c2c6d2b660cd58b013a17c7be75ae699173f933ed3e945caf205f4b2cf494455c25c27
 SHA512 
98ea4426c68cd65ec6303cba9597f6bb148afc3895abc935c305059bf8572df63bf6388e961d15c54581befd4bfad99a5266fba35c76f45dcc56b0efab4d474b
 DIST woke-0.17.1.tar.gz 91253 BLAKE2B 
883999c302013b93cf60ebf4864c924f6004d80a372a97a3c1da1bd4063eeb5fb1e65cdcef14c91d5182ddf5ca2877139943c96a89ccbb1896dfeb3c49c97f16
 SHA512 
5f5ca89d66adf3694a2208712db1835d383fbd653dfa3175eb3e3e8c73a57d310f3bcd314b6578753c7b8383f2c71b9d84d2e35e315c813d1284806b0307

diff --git a/dev-util/woke/woke-0.17.1.ebuild b/dev-util/woke/woke-0.17.1.ebuild
index cf1f54424f72..8b05194f95ee 100644
--- a/dev-util/woke/woke-0.17.1.ebuild
+++ b/dev-util/woke/woke-0.17.1.ebuild
@@ -6,731 +6,15 @@ inherit go-module
 
 DESCRIPTION="check source code for non-inclusive language"
 HOMEPAGE="https://getwoke.tech/";
-
-EGO_SUM=(
-   "cloud.google.com/go v0.26.0/go.mod"
-   "cloud.google.com/go v0.34.0/go.mod"
-   "cloud.google.com/go v0.38.0/go.mod"
-   "cloud.google.com/go v0.44.1/go.mod"
-   "cloud.google.com/go v0.44.2/go.mod"
-   "cloud.google.com/go v0.45.1/go.mod"
-   "cloud.google.com/go v0.46.3/go.mod"
-   "cloud.google.com/go v0.50.0/go.mod"
-   "cloud.google.com/go v0.52.0/go.mod"
-   "cloud.google.com/go v0.53.0/go.mod"
-   "cloud.google.com/go v0.54.0/go.mod"
-   "cloud.google.com/go v0.56.0/go.mod"
-   "cloud.google.com/go v0.57.0/go.mod"
-   "cloud.google.com/go v0.62.0/go.mod"
-   "cloud.google.com/go v0.65.0/go.mod"
-   "cloud.google.com/go v0.72.0/go.mod"
-   "cloud.google.com/go v0.74.0/go.mod"
-   "cloud.google.com/go v0.78.0/go.mod"
-   "cloud.google.com/go v0.79.0/go.mod"
-   "cloud.google.com/go v0.81.0/go.mod"
-   "cloud.google.com/go v0.83.0/go.mod"
-   "cloud.google.com/go v0.84.0/go.mod"
-   "cloud.google.com/go v0.87.0/go.mod"
-   "cloud.google.com/go v0.90.0/go.mod"
-   "cloud.google.com/go v0.93.3/go.mod"
-   "cloud.google.com/go/bigquery v1.0.1/go.mod"
-   "cloud.google.com/go/bigquery v1.3.0/go.mod"
-   "cloud.google.com/go/bigquery v1.4.0/go.mod"
-   "cloud.google.com/go/bigquery v1.5.0/go.mod"
-   "cloud.google.com/go/bigquery v1.7.0/go.mod"
-   "cloud.google.com/go/bigquery v1.8.0/go.mod"
-   "cloud.google.com/go/datastore v1.0.0/go.mod"
-   "cloud.google.com/go/datastore v1.1.0/go.mod"
-   "cloud.google.com/go/firestore v1.1.0/go.mod"
-   "cloud.google.com/go/firestore v1.6.0/go.mod"
-   "cloud.google.com/go/pubsub v1.0.1/go.mod"
-   "cloud.google.com/go/pubsub v1.1.0/go.mod"
-   "cloud.google.com/go/pubsub v1.2.0/go.mod"
-   "cloud.google.com/go/pubsub v1.3.1/go.mod"
-   "cloud.google.com/go/storage v1.0.0/go.mod"
-   "cloud.google.com/go/storage v1.5.0/go.mod"
-   "cloud.google.com/go/storage v1.6.0/go.mod"
-   "cloud.google.com/go/storage v1.8.0/go.mod"
-   "cloud.google.com/go/storage v1.10.0/go.mod"
-   "dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod"
-   "github.com/BurntSushi/toml v0.3.1/go.mod"
-   "github.com/BurntSushi/xg

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

2022-03-13 Thread Mike Pagano
commit: 49883e79bbd0597e66ba925d9623ddacfda1ddc1
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Mar 13 21:38:31 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Mar 13 21:38:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49883e79

sys-kernel/git-sources: add 5.17_rc8

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

 sys-kernel/git-sources/Manifest|  1 +
 sys-kernel/git-sources/git-sources-5.17_rc8.ebuild | 40 ++
 2 files changed, 41 insertions(+)

diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest
index c074794a8018..03af5a3be422 100644
--- a/sys-kernel/git-sources/Manifest
+++ b/sys-kernel/git-sources/Manifest
@@ -6,3 +6,4 @@ DIST patch-5.17-rc4.patch 37600999 BLAKE2B 
f5839b3f9cf1c7ec4e49ae29d27525a9bce1f
 DIST patch-5.17-rc5.patch 37807134 BLAKE2B 
26624949169e5f64fd76394e9ef5850f0eb2d71acd562bc7e44db20e7ad3bd178747bfffa99c5d5c54c54c7ada563417e617a5d8e63b077e70b42effe2a825a3
 SHA512 
e0ce9cc3c1bd1584d59d747f6419c54654d9be0ced307f2328f04ca1684c74e32e38b3dbabc292fffef87ab1813e4e3e0321f3a1e2d971b4cac81577f07ac0f3
 DIST patch-5.17-rc6.patch 38063544 BLAKE2B 
7a57f1ae851fecfd89e2ad47e92b0c581ec166f42f3faec1986991d3629b7c48746c411b6b0f9cf2d1534c11a4d8560261cd236c8279561c6ee32030713c63f8
 SHA512 
f6c26d604db0db15678c866ad30d6d8b2ebd7fde66064e71d048080e20d26c4050a224d94917d5e1deff2a27c5607fc41440af6dbb3cc68d3043b3f8460b5f18
 DIST patch-5.17-rc7.patch 38239606 BLAKE2B 
e0f5d5d857abd8dbcdf98c045c451a929cacafaa86997f582414e6c435a04d8a2c3a4c27f0817d330bc4bfc34a220fae387eda6a1d3a3a8a541c65bbda7d57ec
 SHA512 
3b7187e85a492bef53260b528f45ce5b6902aef845e2ff59e9cb8fd89d8575cdd2d520392f74001ad577a79816bed624af3ba02621528896f10cefb1ec9285f1
+DIST patch-5.17-rc8.patch 38475441 BLAKE2B 
358996527806fa92da41b06f9f1a1cbf6c2482f55e6c005b4cd9111829b093c3d3fb81e667607ff6efcdcece353822b99e7f750e2b4f864e50804242f5c939f8
 SHA512 
286c6af8013058f0e78f9219f39a9396fc2e72b0ed71a28977b00258c487493e06ac9b1c7b7cb5c2929a2bed4332ff1acd23e35f2f05438fc1b8d42b1ea232c7

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



[gentoo-commits] proj/releng:master commit in: releases/portage/livegui/package.use/

2022-03-13 Thread Andreas K. Hüttel
commit: 6cf324ebe6b0e9cff1947726b747ea229c90d4ed
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Mar 13 20:53:31 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Mar 13 20:53:31 2022 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=6cf324eb

livegui: enable texlive cjk support

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

 releases/portage/livegui/package.use/texlive | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/portage/livegui/package.use/texlive 
b/releases/portage/livegui/package.use/texlive
index 596c817e..f3c2296d 100644
--- a/releases/portage/livegui/package.use/texlive
+++ b/releases/portage/livegui/package.use/texlive
@@ -1 +1 @@
-app-text/texlive luatex science publishers xetex
+app-text/texlive cjk luatex science publishers xetex



[gentoo-commits] proj/qa-scripts:master commit in: /

2022-03-13 Thread Sam James
commit: c193364d2e02c2615b207fd6919e15541c2ac8b4
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 13 20:52:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 13 20:52:38 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=c193364d

check_eclasses_eapis.sh: needs gawk, not any awk

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

 check_eclasses_eapis.sh | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/check_eclasses_eapis.sh b/check_eclasses_eapis.sh
index 76c332b..3a0fc07 100755
--- a/check_eclasses_eapis.sh
+++ b/check_eclasses_eapis.sh
@@ -10,6 +10,7 @@ else
 fi
 
 #[[ $(type pquery 2> /dev/null) ]] || exit 1
+[[ $(type gawk 2> /dev/null) ]] || exit 1
 
 TMPEAPIS="/tmp/$(basename $0).global.$$.tmp"
 TMPECLASS="/tmp/$(basename $0).eclass.$$.tmp"
@@ -19,7 +20,7 @@ ECLASSES=$(echo *.eclass)
 popd > /dev/null
 
 #pquery --attr eapi --attr inherited --raw --all --repo portdir > "${TMPEAPIS}"
-find "${REPO_PATH}/metadata/md5-cache" -type f -name '*-[0-9]*' -exec awk -F= '
+find "${REPO_PATH}/metadata/md5-cache" -type f -name '*-[0-9]*' -exec gawk -F= 
'
BEGINFILE {
n = split(FILENAME, f, "/")
file = f[n-1] "/" f[n]
@@ -38,7 +39,7 @@ find "${REPO_PATH}/metadata/md5-cache" -type f -name 
'*-[0-9]*' -exec awk -F= '
}
' '{}' \+ > "${TMPEAPIS}"
 
-KNOWN_EAPIS=$(awk '
+KNOWN_EAPIS=$(gawk '
{ e = gensub(/eapi="(.*)"/, "\\1", "", $2); eapi[e] = e }
END { PROCINFO["sorted_in"]="@ind_num_asc"; for (e in eapi) print e }
' "${TMPEAPIS}")
@@ -49,11 +50,11 @@ for x in ${ECLASSES}; do
echo "Processing eclass \"${x}\""
rm -rf "${x}"
mkdir "${x}"
-   awk -F'=' '$3 ~ /[ "]'"${x%.eclass}"'[ "]/ {print $1" "$2}' 
"${TMPEAPIS}" > "${TMPECLASS}"
+   gawk -F'=' '$3 ~ /[ "]'"${x%.eclass}"'[ "]/ {print $1" "$2}' 
"${TMPEAPIS}" > "${TMPECLASS}"
pushd "${x}" > /dev/null
echo "Overall statistics for eclass \"${x}\":" > "STATS.txt"
for y in ${KNOWN_EAPIS}; do
-   awk -F ' ' '$3 ~ /"'"${y}"'"/ {print $1}' "${TMPECLASS}" > 
"${y}.txt"
+   gawk -F ' ' '$3 ~ /"'"${y}"'"/ {print $1}' "${TMPECLASS}" > 
"${y}.txt"
tmpval=$(wc -l "${y}.txt" |cut -d' ' -f1)
echo "EAPI=${y} count: ${tmpval}" >> "STATS.txt"
done



[gentoo-commits] proj/lisp: Branch deleted: old-portage

2022-03-13 Thread Ulrich Müller
commit: 
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:48:27 2022 +

Branch deleted: old-portage




[gentoo-commits] repo/gentoo:master commit in: acct-user/git/

2022-03-13 Thread Conrad Kostecki
commit: 1303e166ecdcba92654477b03909ab132aa77510
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 13 20:44:43 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 13 20:45:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1303e166

acct-user/git: add git use flag

Adding 'git' use flag, to be able to install git user for using with
plain git without any additional software, when hosting git repos.

Signed-off-by: Conrad Kostecki  gentoo.org>

 acct-user/git/{git-0-r1.ebuild => git-0-r2.ebuild} | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/acct-user/git/git-0-r1.ebuild b/acct-user/git/git-0-r2.ebuild
similarity index 70%
rename from acct-user/git/git-0-r1.ebuild
rename to acct-user/git/git-0-r2.ebuild
index 0e86336ce40b..18e2d5f67173 100644
--- a/acct-user/git/git-0-r1.ebuild
+++ b/acct-user/git/git-0-r2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit acct-user
 
 DESCRIPTION="Git repository hosting user"
 
-IUSE="gitea gitolite"
-REQUIRED_USE="^^ ( gitea gitolite )"
+IUSE="git gitea gitolite"
+REQUIRED_USE="^^ ( git gitea gitolite )"
 
 ACCT_USER_ID=196
 ACCT_USER_HOME_OWNER=git:git
@@ -19,7 +19,9 @@ ACCT_USER_GROUPS=( git )
 acct-user_add_deps
 
 pkg_setup() {
-   if use gitea; then
+   if use git; then
+   ACCT_USER_HOME=/var/lib/git
+   elif use gitea; then
ACCT_USER_HOME=/var/lib/gitea
elif use gitolite; then
ACCT_USER_HOME=/var/lib/gitolite



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

2022-03-13 Thread Ulrich Müller
commit: fdcb0a220a66a9c35edb285edb69cce658f3ab43
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 13 20:42:53 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:42:53 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fdcb0a22

licenses: Add missing LLGPL-2.1

Signed-off-by: Ulrich Müller  gentoo.org>

 licenses/LLGPL-2.1 | 66 ++
 1 file changed, 66 insertions(+)

diff --git a/licenses/LLGPL-2.1 b/licenses/LLGPL-2.1
new file mode 100644
index ..1189460b
--- /dev/null
+++ b/licenses/LLGPL-2.1
@@ -0,0 +1,66 @@
+http://opensource.franz.com/preamble.html
+
+Preamble to the Gnu Lesser General Public License
+
+Copyright (c) 2000 Franz Incorporated, Berkeley, CA 94704
+
+The concept of the GNU Lesser General Public License version 2.1
+("LGPL") has been adopted to govern the use and distribution of
+above-mentioned application. However, the LGPL uses terminology that
+is more appropriate for a program written in C than one written in
+Lisp. Nevertheless, the LGPL can still be applied to a Lisp program if
+certain clarifications are made. This document details those
+clarifications. Accordingly, the license for the open-source Lisp
+applications consists of this document plus the LGPL. Wherever there
+is a conflict between this document and the LGPL, this document takes
+precedence over the LGPL.
+
+A "Library" in Lisp is a collection of Lisp functions, data and
+foreign modules. The form of the Library can be Lisp source code (for
+processing by an interpreter) or object code (usually the result of
+compilation of source code or built with some other
+mechanisms). Foreign modules are object code in a form that can be
+linked into a Lisp executable. When we speak of functions we do so in
+the most general way to include, in addition, methods and unnamed
+functions. Lisp "data" is also a general term that includes the data
+structures resulting from defining Lisp classes. A Lisp application
+may include the same set of Lisp objects as does a Library, but this
+does not mean that the application is necessarily a "work based on the
+Library" it contains.
+
+The Library consists of everything in the distribution file set before
+any modifications are made to the files. If any of the functions or
+classes in the Library are redefined in other files, then those
+redefinitions ARE considered a work based on the Library. If
+additional methods are added to generic functions in the Library,
+those additional methods are NOT considered a work based on the
+Library. If Library classes are subclassed, these subclasses are NOT
+considered a work based on the Library. If the Library is modified to
+explicitly call other functions that are neither part of Lisp itself
+nor an available add-on module to Lisp, then the functions called by
+the modified Library ARE considered a work based on the Library. The
+goal is to ensure that the Library will compile and run without
+getting undefined function errors.
+
+It is permitted to add proprietary source code to the Library, but it
+must be done in a way such that the Library will still run without
+that proprietary code present. Section 5 of the LGPL distinguishes
+between the case of a library being dynamically linked at runtime and
+one being statically linked at build time. Section 5 of the LGPL
+states that the former results in an executable that is a "work that
+uses the Library." Section 5 of the LGPL states that the latter
+results in one that is a "derivative of the Library", which is
+therefore covered by the LGPL. Since Lisp only offers one choice,
+which is to link the Library into an executable at build time, we
+declare that, for the purpose applying the LGPL to the Library, an
+executable that results from linking a "work that uses the Library"
+with the Library is considered a "work that uses the Library" and is
+therefore NOT covered by the LGPL.
+
+Because of this declaration, section 6 of LGPL is not applicable to
+the Library. However, in connection with each distribution of this
+executable, you must also deliver, in accordance with the terms and
+conditions of the LGPL, the source code of Library (or your derivative
+thereof) that is incorporated into this executable.
+
+End of Document 



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

2022-03-13 Thread Ulrich Müller
commit: 6fe17d74feae6e4009c019766ce02d184c7f7e67
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 13 20:43:16 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:43:16 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6fe17d74

licenses: Add missing No-Problem-Bugroff

Signed-off-by: Ulrich Müller  gentoo.org>

 licenses/No-Problem-Bugroff | 66 +
 1 file changed, 66 insertions(+)

diff --git a/licenses/No-Problem-Bugroff b/licenses/No-Problem-Bugroff
new file mode 100644
index ..4134038b
--- /dev/null
+++ b/licenses/No-Problem-Bugroff
@@ -0,0 +1,66 @@
+The "No problem Bugroff" license.
+
+Richard Stallman of the Free Software Foundation devised, in addition
+to some marvelous software, the GNU General Public License (GPL for
+short). Or the CopyLeft it is sometimes called.
+
+It is quite a revolutionary document, using the "copyright" tool to to
+protect your right to use free software.
+
+Unfortunately using copyright to protect free software is a lot like
+using a Jackal to guard the hens.
+
+In fact, various inconveniences relating to this have resulted in
+modifications such as the LGPL (Library General Public License) and
+more recently the NPL (Netscape Public License)
+
+I call these matters mere inconveniences, the real damage will occur
+when the Jackal's, (sorry, I mean lawyers), actually get to test the
+GPL in court for the first time.
+
+Thus enter my version.
+
+Its very simple.
+
+Entirely consistent.
+
+Completely unrestrictive.
+
+Easy to apply.
+
+The "No problem Bugroff" license is as follows...
+
+The answer to any and every question relating to the copyright,
+patents, legal issues of Bugroff licensed software is
+
+Sure, No problem. Don't worry, be happy. Now bugger off.
+
+All portions of this license are important..
+
+  * "Sure, no problem." Gives you complete freedom. I mean it. Utterly
+complete. A bit of a joke really. You have complete freedom anyway.
+  * "Don't worry, be happy." Apart from being good advice and a good
+song, it also says :- No matter what anyone else says or does, you
+still have complete freedom.
+  * Now bugger off. The only way to get rid of pushy Jackals is to
+ignore them and not feed them. The GPL is just begging somebody to
+take it to court. Can't you just see it. Exactly the same thing
+that happened when some twit (not Linus) registered Linux as his
+own personal trademark. People got upset, started a fund, and
+hired, off all ruddy things, a Jackal to try and defend the
+chicken! Who really benefits from this trademark / patent /
+copyright thing anyway? The lawyers. Who made it up in the first
+place? The lawyers.
+
+OK so the last part of the license sounds a bit harsh, but seriously
+folks, if you are a :-
+
+  * Lawyer asking these legalese questions... You should go off and
+learn an honest trade that will actually contribute to life instead
+of draining it.
+  * Programmer asking these legalese questions... You have amazingly
+powerful tools in your hands and mind, use them to ask and answer
+the worthwhile questions of life, the universe and everything. Stop
+mucking about with such legal nonsense and get back to programming.
+  * User/reader asking these question... Don't worry. Go off and be
+happy. Have fun. Enjoy what has been created for you.



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

2022-03-13 Thread Ulrich Müller
commit: 66c8d7968f2600705ae669847f7bd4d30203accc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 13 20:39:48 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:39:48 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=66c8d796

profiles: Update categories

Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/categories | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/profiles/categories b/profiles/categories
index 9b79c2c0..935ad2c8 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -1,6 +1,8 @@
-app-admin
 app-emacs
-dev-chicken
+app-text
+dev-lang
+dev-libs
 dev-lisp
 dev-scheme
+virtual
 x11-wm



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

2022-03-13 Thread Ulrich Müller
commit: 1486823dadbb64adb4532f55cb8a5fc4f046fec7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 13 20:38:09 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:38:09 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1486823d

profiles: Remove obsolete files

Signed-off-by: Ulrich Müller  gentoo.org>

 profiles/package.unmask | 6 --
 profiles/use.local.desc | 2 --
 2 files changed, 8 deletions(-)

diff --git a/profiles/package.unmask b/profiles/package.unmask
deleted file mode 100644
index f103939d..
--- a/profiles/package.unmask
+++ /dev/null
@@ -1,6 +0,0 @@
-#Panagiotis Christopoulos  (25 Dec 2012)
-#unmask this so that it can be used by overlay users
-#Now that a newer asdf and sbcl versions are in the main tree
-#we should take extra care 
-
-=dev-lisp/gentoo-init-1.0

diff --git a/profiles/use.local.desc b/profiles/use.local.desc
deleted file mode 100644
index 90a81357..
--- a/profiles/use.local.desc
+++ /dev/null
@@ -1,2 +0,0 @@
-dev-scheme/larceny:mzhost - build larceny using a PLT MzScheme host.
-dev-scheme/larceny:petit - build petit larceny.



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Search-Sitemap/

2022-03-13 Thread Robin H. Johnson
commit: bd5d18f5e1c42d279ed29fc1e56612c6d4e27f4d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Mar 13 20:38:14 2022 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Mar 13 20:38:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5d18f5

dev-perl/Search-Sitemap: new package, for use with Bugzilla

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-perl/Search-Sitemap/Manifest   |  1 +
 .../Search-Sitemap/Search-Sitemap-2.130.0.ebuild   | 32 ++
 dev-perl/Search-Sitemap/metadata.xml   | 15 ++
 3 files changed, 48 insertions(+)

diff --git a/dev-perl/Search-Sitemap/Manifest b/dev-perl/Search-Sitemap/Manifest
new file mode 100644
index ..a3844b4b7add
--- /dev/null
+++ b/dev-perl/Search-Sitemap/Manifest
@@ -0,0 +1 @@
+DIST Search-Sitemap-2.13.tar.gz 34527 BLAKE2B 
db04cce9fcaf39c75cb381b909e9767f52dbc33678ce9c3d4be6bc0ae9f0c06d75238b83bf8fe4eefec37d2b66a99674523a6eed4d5e8328902f1b38bafca5ac
 SHA512 
1698e2114abddba04c1c11e25f9fadaca835d35b09e1521f919a9cb7daa0478f4cac910f7becbb4bf9b0f80bf8dd666c909020fc9eb7ce20194e1eccf602

diff --git a/dev-perl/Search-Sitemap/Search-Sitemap-2.130.0.ebuild 
b/dev-perl/Search-Sitemap/Search-Sitemap-2.130.0.ebuild
new file mode 100644
index ..104051cd7084
--- /dev/null
+++ b/dev-perl/Search-Sitemap/Search-Sitemap-2.130.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JASONK
+DIST_VERSION=2.13
+inherit perl-module
+
+DESCRIPTION="Perl extension for managing Search Engine Sitemaps"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   virtual/perl-Carp
+   virtual/perl-IO-Zlib
+   dev-perl/Module-Find
+   dev-perl/Class-Trigger
+   dev-perl/MooseX-ClassAttribute
+   dev-perl/MooseX-Types
+   dev-perl/MooseX-Types-URI
+   dev-perl/Moose
+"
+BDEPEND="${RDEPEND}
+   dev-perl/Module-Install
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   dev-perl/Test-Most
+   dev-perl/Test-Mock-LWP
+   dev-perl/Test-Mock-LWP-Dispatch
+   )
+"

diff --git a/dev-perl/Search-Sitemap/metadata.xml 
b/dev-perl/Search-Sitemap/metadata.xml
new file mode 100644
index ..96ba55d634fa
--- /dev/null
+++ b/dev-perl/Search-Sitemap/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+
+robb...@gentoo.org
+
+
+p...@gentoo.org
+Gentoo Perl Project
+
+
+Search-Sitemap
+Search::Sitemap
+
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Mock-LWP/

2022-03-13 Thread Robin H. Johnson
commit: e18f6ccdfc383a6e941c8969dc96a99dfc2595ee
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Mar 13 20:37:47 2022 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Mar 13 20:38:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18f6ccd

dev-perl/Test-Mock-LWP: new package, for testing Search-Sitemap

Signed-off-by: Robin H. Johnson  gentoo.org>

 dev-perl/Test-Mock-LWP/Manifest   |  1 +
 dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.8.0.ebuild | 24 +++
 dev-perl/Test-Mock-LWP/metadata.xml   | 15 ++
 3 files changed, 40 insertions(+)

diff --git a/dev-perl/Test-Mock-LWP/Manifest b/dev-perl/Test-Mock-LWP/Manifest
new file mode 100644
index ..07444d98339f
--- /dev/null
+++ b/dev-perl/Test-Mock-LWP/Manifest
@@ -0,0 +1 @@
+DIST Test-Mock-LWP-0.08.tar.gz 20176 BLAKE2B 
c3c566a5f4c6c86afd53311994dde7603a78e7aea141c42a523d96b1d30eeeb3967bd6c2241c6ddcbadeb0c412a6465b473050b66c807660ee8182fe2427057e
 SHA512 
25849615a2c9890eb2c504abe9b63fd7c249f4a54ca0fdde62b99e28fd537e63f6331d9ef3871ebc20dbcbbebb7f3d210ff4053e49ebe32e349c5d561bd32772

diff --git a/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.8.0.ebuild 
b/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.8.0.ebuild
new file mode 100644
index ..2f3608b34fc6
--- /dev/null
+++ b/dev-perl/Test-Mock-LWP/Test-Mock-LWP-0.8.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=LUKEC
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="Mocks LWP::UserAgent"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   virtual/perl-Carp
+   dev-perl/Test-MockObject
+   virtual/perl-Test
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-CPAN-Meta-Requirements-2.120.620
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-Module-Metadata
+"

diff --git a/dev-perl/Test-Mock-LWP/metadata.xml 
b/dev-perl/Test-Mock-LWP/metadata.xml
new file mode 100644
index ..21a18f4398d0
--- /dev/null
+++ b/dev-perl/Test-Mock-LWP/metadata.xml
@@ -0,0 +1,15 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+
+robb...@gentoo.org
+
+
+p...@gentoo.org
+Gentoo Perl Project
+
+
+Test-Mock-LWP
+Test::Mock::LWP
+
+



[gentoo-commits] proj/lisp:master commit in: app-emacs/geiser/files/, app-emacs/geiser/

2022-03-13 Thread Ulrich Müller
commit: 482cee6b4e0b5cc2f75e7dc5f1f34390ce4f55b4
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 13 20:32:14 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:32:14 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=482cee6b

app-emacs/geiser: Remove package

The upstream repo no longer exists. The package was moved to
https://gitlab.com/emacs-geiser and split into several subpackages.

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/geiser/files/50geiser-gentoo.el |  3 ---
 app-emacs/geiser/geiser-.ebuild   | 45 ---
 2 files changed, 48 deletions(-)

diff --git a/app-emacs/geiser/files/50geiser-gentoo.el 
b/app-emacs/geiser/files/50geiser-gentoo.el
deleted file mode 100644
index 52e00cfb..
--- a/app-emacs/geiser/files/50geiser-gentoo.el
+++ /dev/null
@@ -1,3 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-
-(require 'geiser-install)

diff --git a/app-emacs/geiser/geiser-.ebuild 
b/app-emacs/geiser/geiser-.ebuild
deleted file mode 100644
index aa74f6a6..
--- a/app-emacs/geiser/geiser-.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-NEED_EMACS=23
-
-inherit elisp git-r3
-
-DESCRIPTION="Emacs modes for Scheme interaction"
-HOMEPAGE="http://www.nongnu.org/geiser/";
-#SRC_URI="https://github.com/jaor/geiser/archive/${PV}.tar.gz -> ${P}.tar.gz"
-EGIT_REPO_URI="git://git.sv.gnu.org/geiser.git"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
-   ./autogen.sh || die
-}
-
-src_configure() {
-   econf --with-lispdir="${SITELISP}/${PN}"
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-   dodoc AUTHORS NEWS README THANKS
-}
-
-pkg_postinst() {
-   elisp-site-regen
-}
-
-pkg_postrm() {
-   elisp-site-regen
-}



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

2022-03-13 Thread Ulrich Müller
commit: b6757bef3f0b800b3d862c7c5cee79398755df77
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 13 20:28:59 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:28:59 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b6757bef

licenses: Drop unused Larceny license

Signed-off-by: Ulrich Müller  gentoo.org>

 licenses/Larceny | 501 ---
 1 file changed, 501 deletions(-)

diff --git a/licenses/Larceny b/licenses/Larceny
deleted file mode 100644
index 51b326f5..
--- a/licenses/Larceny
+++ /dev/null
@@ -1,501 +0,0 @@
-Copyright 1991, 1994, 1998 William D Clinger
-Copyright 1998 Lars T Hansen
-Copyright 1984 - 1993  Lightship Software, Incorporated
-
-Permission to copy this software, in whole or in part, to use this
-software for any lawful purpose, and to redistribute this software
-is granted subject to the following restriction:  Any publication
-or redistribution of this software, whether on its own or
-incorporated into other software, must bear the above copyright
-notices and the following legend:
-
-The Twobit compiler and the Larceny runtime system were
-developed by William Clinger and Lars Hansen with the
-assistance of Lightship Software and the College of Computer
-Science of Northeastern University.  This acknowledges that
-Clinger et al remain the sole copyright holders to Twobit
-and Larceny and that no rights pursuant to that status are
-waived or conveyed.
-
-Twobit and Larceny are provided as is.  The user specifically
-acknowledges that Northeastern University, William Clinger, Lars
-Hansen, and Lightship Software have not made any representations
-or warranty with regard to performance of Twobit and Larceny,
-their merchantability, or fitness for a particular purpose.  Users
-further acknowledge that they have had the opportunity to inspect
-Twobit and Larceny and will hold harmless Northeastern University,
-William Clinger, Lars Hansen, and Lightship Software from any cost,
-liability, or expense arising from, or in any way related to the
-use of this software.
-
-Bug reports, comments, and suggestions can be sent to the authors
-of Twobit and Larceny at larc...@ccs.neu.edu.
-
-
-
-The implementors of Larceny include:
-
-William D Clinger
-Lars T Hansen
-Lightship Software, Incorporated
-Felix S Klock II
-Jesse Tov
-
-Files that contain Twobit and/or Larceny source code and are
-copyrighted by these people are governed by Larceny's main
-permission notice above.
-
-
-
-In addition to Twobit and Larceny's main copyright and permission
-notices above, the following copyright and permission notices
-pertain to software that is part of Twobit and/or Larceny or
-may be distributed together with Twobit and Larceny.
-
-In source distributions of Larceny, the following copyright and
-permission notices also appear within the copyrighted code.  We
-reproduce them here for reference, and to ensure that they are
-distributed with binary distributions of Larceny.
-
-We emphasize that all copyrighted software used in Twobit and
-Larceny is used by the kind permission of the copyright holders.
-
-
-
-lib/Base/pp.sch and lib/Standard/pretty.sch include the following:
-
-; Copyright (c) 1991, Marc Feeley.
-; 
-; Permission to copy this software, in whole or in part, to use this
-; software for any lawful purpose, and to redistribute this software
-; is hereby granted.
-
-
-
-lib/Base/shivers-syntax.sch includes the following:
-
-;;; Copyright (c) 1993-1999 Richard Kelsey and Jonathan Rees
-;;; Copyright (c) 1994-1999 by Olin Shivers and Brian D. Carlstrom.
-;;; All rights reserved.
-;;; 
-;;; Redistribution and use in source and binary forms, with or without
-;;; modification, are permitted provided that the following conditions
-;;; are met:
-;;; 1. Redistributions of source code must retain the above copyright
-;;;notice, this list of conditions and the following disclaimer.
-;;; 2. Redistributions in binary form must reproduce the above copyright
-;;;notice, this list of conditions and the following disclaimer in the
-;;;documentation and/or other materials provided with the distribution.
-;;; 3. The name of the authors may not be used to endorse or promote products
-;;;derived from this software without specific prior written permission.
-;;; 
-;;; THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
-;;; IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-;;; OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-;;; IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-;;; INCI

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

2022-03-13 Thread Ulrich Müller
commit: b69efa80e5ad2fca719f98c054539863cec2e8d2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 13 20:26:24 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:26:24 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b69efa80

eclass: Drop elisp*.eclass

Old versions, hopelessly outdated. Not working either because
virtual/emacs is gone.

Signed-off-by: Ulrich Müller  gentoo.org>

 eclass/elisp-common.eclass | 414 -
 eclass/elisp.eclass| 218 
 2 files changed, 632 deletions(-)

diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
deleted file mode 100644
index 05b03f49..
--- a/eclass/elisp-common.eclass
+++ /dev/null
@@ -1,414 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# @ECLASS: elisp-common.eclass
-# @MAINTAINER:
-# Gentoo GNU Emacs project 
-# @AUTHOR:
-# Matthew Kennedy 
-# Jeremy Maitin-Shepard 
-# Mamoru Komachi 
-# Christian Faulhammer 
-# Ulrich Müller 
-# @BLURB: Emacs-related installation utilities
-# @DESCRIPTION:
-#
-# Usually you want to use this eclass for (optional) GNU Emacs support
-# of your package.  This is NOT for XEmacs!
-#
-# Many of the steps here are sometimes done by the build system of your
-# package (especially compilation), so this is mainly for standalone
-# elisp files you gathered from somewhere else.
-#
-# When relying on the emacs USE flag, you need to add
-#
-# @CODE
-#  emacs? ( virtual/emacs )
-# @CODE
-#
-# to your DEPEND/RDEPEND line and use the functions provided here to
-# bring the files to the correct locations.
-#
-# If your package requires a minimum Emacs version, e.g. Emacs 24, then
-# the dependency should be on >=virtual/emacs-24 instead.  Because the
-# user can select the Emacs executable with eselect, you should also
-# make sure that the active Emacs version is sufficient.  This can be
-# tested with function elisp-need-emacs(), which would typically be
-# called from pkg_setup(), as in the following example:
-#
-# @CODE
-#  elisp-need-emacs 24 || die "Emacs version too low"
-# @CODE
-#
-# Please note that such tests should be limited to packages that are
-# known to fail with lower Emacs versions; the standard case is to
-# depend on virtual/emacs without version.
-#
-# @ROFF .SS
-# src_compile() usage:
-#
-# An elisp file is compiled by the elisp-compile() function defined
-# here and simply takes the source files as arguments.  The case of
-# interdependent elisp files is also supported, since the current
-# directory is added to the load-path which makes sure that all files
-# are loadable.
-#
-# @CODE
-#  elisp-compile *.el
-# @CODE
-#
-# Function elisp-make-autoload-file() can be used to generate a file
-# with autoload definitions for the lisp functions.  It takes the output
-# file name (default: "${PN}-autoloads.el") and a list of directories
-# (default: working directory) as its arguments.  Use of this function
-# requires that the elisp source files contain magic ";;;###autoload"
-# comments.  See the Emacs Lisp Reference Manual (node "Autoload") for
-# a detailed explanation.
-#
-# @ROFF .SS
-# src_install() usage:
-#
-# The resulting compiled files (.elc) should be put in a subdirectory of
-# /usr/share/emacs/site-lisp/ which is named after the first argument
-# of elisp-install().  The following parameters are the files to be put
-# in that directory.  Usually the subdirectory should be ${PN}, you can
-# choose something else, but remember to tell elisp-site-file-install()
-# (see below) the change, as it defaults to ${PN}.
-#
-# @CODE
-#  elisp-install ${PN} *.el *.elc
-# @CODE
-#
-# To let the Emacs support be activated by Emacs on startup, you need
-# to provide a site file (shipped in ${FILESDIR}) which contains the
-# startup code (have a look in the documentation of your software).
-# Normally this would look like this:
-#
-# @CODE
-#  (add-to-list 'load-path "@SITELISP@")
-#  (add-to-list 'auto-mode-alist '("\\.csv\\'" . csv-mode))
-#  (autoload 'csv-mode "csv-mode" "Major mode for csv files." t)
-# @CODE
-#
-# If your Emacs support files are installed in a subdirectory of
-# /usr/share/emacs/site-lisp/ (which is strongly recommended), you need
-# to extend Emacs' load-path as shown in the first non-comment line.
-# The elisp-site-file-install() function of this eclass will replace
-# "@SITELISP@" and "@SITEETC@" by the actual paths.
-#
-# The next line tells Emacs to load the mode opening a file ending
-# with ".csv" and load functions depending on the context and needed
-# features.  Be careful though.  Commands as "load-library" or "require"
-# bloat the editor as they are loaded on every startup.  When having
-# many Emacs support files, users may be annoyed by the start-up time.
-# Also avoid keybindings as they might interfere with the user's
-# settings.  Give

[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/

2022-03-13 Thread Mike Pagano
commit: 1310402acf220e1386eb632ccc3bb417a49cfb45
Author: Mike Pagano  gentoo  org>
AuthorDate: Sun Mar 13 20:08:51 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Sun Mar 13 20:23:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1310402a

sys-kernel/linux-firmware: drop 20201218

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

 sys-kernel/linux-firmware/Manifest |   1 -
 .../linux-firmware/linux-firmware-20201218.ebuild  | 353 -
 2 files changed, 354 deletions(-)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index b0b39a58aa5d..d4f0c52b3477 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -1,4 +1,3 @@
-DIST linux-firmware-20201218.tar.xz 137880408 BLAKE2B 
32839d61d743ade53aad7df0c87e90c28c9eff2e40e8072ebb283907c9a3800b7a0020a3c4ea2350f691ebd7ad9c5d71a1a83991c9099cd9b9bc5f9a908732c9
 SHA512 
9dfce57ad8d23939860d0b005cbbc80227c67e9739479473b1e36a5d32392df1d341eba3a85c0e243590841954dae298913e96168e72c68eeb3762dfd65a38b3
 DIST linux-firmware-20210208.tar.xz 146701492 BLAKE2B 
49d39e9a6cf1ee1afc41c6317e680ab90937f0be437a940113b99504215fff7320a7442e3243d5831277dc6fbc043734461f32721b2f0a5dc12960162be6b2a4
 SHA512 
122673a9f4662a807667127fc88f85115063836b98283951cc46887cae43e1d6bc912b5b95bf50e1e896ff4b9197577e53705ccb259b614d29c3bae37a637b6d
 DIST linux-firmware-20210315.tar.xz 151454796 BLAKE2B 
aef09bf2043117c821c5e1460d02d50131e46c2c4257dd3816813089881791b876670990d774dc3e43060785f7303ef509cdec45b64f300ee1acba769bfdc5d1
 SHA512 
499f0cd746f700ac95f8ca9947d1fb402f3bc53dd5302101ce94f0510ee013b5fa3b8cb6316ace93e3bb2df0a25fb53eb8099acc45c9bec051aa92986e9d188f
 DIST linux-firmware-20210518.tar.gz 328396097 BLAKE2B 
7e7b2a41a8906e9bf6147a6ca4dc9cd57db66e98cf10fe4edf8ab56905bf6ad5eca88c479cad5e585b55cad765f051e6b96c0f827c2fa85ba78706b48ba9e047
 SHA512 
64c81d97aafa43fd438a29258ffcd812497bbd1b22c40b1e352ffea5a40c3c61b5f5a9788d76508c7010209a82ae3938ac6e28ff7f4dffc1582f6e5f8b8c00da

diff --git a/sys-kernel/linux-firmware/linux-firmware-20201218.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20201218.ebuild
deleted file mode 100644
index 568a5d37cf17..
--- a/sys-kernel/linux-firmware/linux-firmware-20201218.ebuild
+++ /dev/null
@@ -1,353 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit mount-boot savedconfig
-
-# In case this is a real snapshot, fill in commit below.
-# For normal, tagged releases, leave blank
-MY_COMMIT=
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git";
-else
-   if [[ -n "${MY_COMMIT}" ]]; then
-   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   else
-   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/${P}.tar.xz";
-   fi
-
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86"
-fi
-
-DESCRIPTION="Linux firmware files"
-HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git";
-
-LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
-   redistributable? (
-   linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT 
no-source-code ) )
-   unknown-license? ( all-rights-reserved )"
-SLOT="0"
-IUSE="initramfs +redistributable savedconfig unknown-license"
-REQUIRED_USE="initramfs? ( redistributable )"
-
-RESTRICT="binchecks strip test
-   unknown-license? ( bindist )"
-
-BDEPEND="initramfs? ( app-arch/cpio )"
-
-#add anything else that collides to this
-RDEPEND="!savedconfig? (
-   redistributable? (
-   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
-   !sys-block/qla-fc-firmware
-   !sys-firmware/iwl1000-ucode
-   !sys-firmware/iwl6005-ucode
-   !sys-firmware/iwl6030-ucode
-   !sys-firmware/iwl6050-ucode
-   !sys-firmware/iwl3160-ucode
-   !sys-firmware/iwl7260-ucode
-   !sys-firmware/iwl3160-7260-bt-ucode
-   !sys-firmware/raspberrypi-wifi-ucode
-   )
-   unknown-license? (
-   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
-   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
-   !sys-firmware/alsa-firmware[alsa_cards_sb16]
-   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
-   )
-   )"
-
-QA_PREBUILT="*"
-
-pkg_pretend() {
-   use initramfs && mount-boot_pkg_pretend
-}
-
-src_unpack() {
-   if [[ ${PV} == * ]]; then
-   git-r3_src_unpack
-   else
-   defaul

[gentoo-commits] repo/gentoo:master commit in: net-p2p/freenet/

2022-03-13 Thread Thomas Sachau
commit: 0a6e24ab82ce3f8874fe9685f0364132472e10f7
Author: Thomas Sachau  gentoo  org>
AuthorDate: Sun Mar 13 20:21:49 2022 +
Commit: Thomas Sachau  gentoo  org>
CommitDate: Sun Mar 13 20:21:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6e24ab

net-p2p/freenet: Version bump, fixes bug 834622

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Sachau  gentoo.org>

 net-p2p/freenet/Manifest   |   1 +
 net-p2p/freenet/freenet-0.7.5_p1492.ebuild | 165 +
 2 files changed, 166 insertions(+)

diff --git a/net-p2p/freenet/Manifest b/net-p2p/freenet/Manifest
index 2e8b597c07b5..75e8a8e02fb0 100644
--- a/net-p2p/freenet/Manifest
+++ b/net-p2p/freenet/Manifest
@@ -1,4 +1,5 @@
 DIST freenet-0.7.5_p1488.zip 7815529 BLAKE2B 
a63de0b365abe7fd3a7bdde735127c56d0bf220036932db93392893c21e8714cffa27b76357b9e429e5a915975030470035549c8010e3828bb503eaab5911c62
 SHA512 
5232d4d18bcf8775832aabee7392d0434cecb07114190ed9cd9bbab08fd693a1ac07f3ffad0835e4c5e3696961a234906cbee79c425e50cd29021b8bb77ef733
 DIST freenet-0.7.5_p1491.zip 7827005 BLAKE2B 
422f3050dbfdc829d1614b2f65262a063710028255582f7952c7ee4195f62af34d2b52ae74e5f7af2d92fd7e0db2800b6b2c24b8259e55485e1ce89929fccb40
 SHA512 
6b09816f9fb77003462c06e090d9ca572db9360990f2c9ba43908f30cef47dca8f89044f13ab503ea406cb7a42c07b0cba87e114c80d971ce990e0869e7dd1c3
+DIST freenet-0.7.5_p1492.zip 7844187 BLAKE2B 
59dc274d1904448d9be608f34beb3fd942fe5f45a34c4be8e5c02939f5681796f8b3afe2fa70bb9a62d25bc45eb0f699c9949689fad79c11acef40b1b57e9849
 SHA512 
e5d40954e84ccd327b2935d222b1174c4720f1ee2c35ec41554f4d90b4cac6ab21d5655612dde2a844fbcaf13c5edfe405c0effe5c8200b77657aeecc09d1976
 DIST freenet-ant-1.7.1.jar 1327167 BLAKE2B 
408ec04ef6be58490bc6be200bd2ae1946aa4e22a9e01c9ef00351316f7ec0e23b055ed0907c16eaf5a60d153d3b96e4c447884df752e13d16520b3360581895
 SHA512 
2c84378d995fed0630169fffab020bde89c3edb7b3bc1e14e2251ed71be684dc2520fdeed8bae382de362984e25a31dcd59326ef8735f8066166c1e8d98ca408
 DIST seednodes-0.7.5_p1480.zip 24935 BLAKE2B 
2a297cb7e429a3db06882b703241d420fd7225192afd500f2ff5a3521b1a53c4d62fc2d5b4c0a6ed4d62fa3cd4da64a42da04459dea81701d98faf36b4642eb8
 SHA512 
cde40562156627818e3384cb8ca29ac02cc52eb9e02c3b0627d7786b4b7deace79b3a840f61c551a25f4d771190558fb277b3f63a71994c30c7b28a2c2f85497

diff --git a/net-p2p/freenet/freenet-0.7.5_p1492.ebuild 
b/net-p2p/freenet/freenet-0.7.5_p1492.ebuild
new file mode 100644
index ..a7d25aeca420
--- /dev/null
+++ b/net-p2p/freenet/freenet-0.7.5_p1492.ebuild
@@ -0,0 +1,165 @@
+# 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-ant-2 systemd
+
+DESCRIPTION="An encrypted network without censorship"
+HOMEPAGE="https://freenetproject.org/";
+#  https://github.com/${PN}/seedrefs/archive/build0${PV#*p}.zip -> 
seednodes-${PV}.zip
+SRC_URI="
+   https://github.com/${PN}/fred/archive/build0${PV#*p}.zip -> ${P}.zip
+   https://github.com/${PN}/seedrefs/archive/build01480.zip -> 
seednodes-0.7.5_p1480.zip
+   mirror://gentoo/freenet-ant-1.7.1.jar"
+
+LICENSE="GPL-2+ GPL-2 MIT BSD-2 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+nss test"
+
+CDEPEND="dev-java/bcprov:0
+   dev-java/commons-compress:0
+   dev-java/fec:0
+   dev-java/java-service-wrapper:0
+   dev-java/jbitcollider-core:0
+   dev-java/jna:4
+   dev-java/lzma:0
+   dev-java/lzmajio:0
+   dev-java/mersennetwister:0
+   nss? ( dev-libs/nss )"
+
+DEPEND="
+   app-arch/unzip
+   >=virtual/jdk-1.8
+   ${CDEPEND}
+   test? (
+   dev-java/junit:0
+   dev-java/ant-junit:0
+   )
+   dev-java/ant-core:0"
+
+RDEPEND="
+   >=virtual/jre-1.8
+   net-libs/nativebiginteger:0
+   ${CDEPEND}
+   acct-user/freenet
+   acct-group/freenet"
+
+PDEPEND="net-libs/NativeThread:0"
+
+JAVA_PKG_BSFIX_NAME+=" build-clean.xml"
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+JAVA_ANT_CLASSPATH_TAGS+=" javadoc"
+JAVA_ANT_ENCODING="utf8"
+
+EANT_BUILD_TARGET="package"
+EANT_TEST_TARGET="unit"
+EANT_BUILD_XML="build-clean.xml"
+EANT_GENTOO_CLASSPATH="bcprov,commons-compress,fec,java-service-wrapper,jbitcollider-core,jna-4,lzma,lzmajio,mersennetwister"
+EANT_EXTRA_ARGS="-Dsuppress.gjs=true -Dlib.contrib.present=true 
-Dlib.bouncycastle.present=true -Dlib.junit.present=true -Dtest.skip=true"
+
+S="${WORKDIR}/fred-build0${PV#*p}"
+
+RESTRICT="test" # they're broken in the last release.
+
+pkg_setup() {
+   has_version dev-java/icedtea[cacao] && {
+   ewarn "dev-java/icedtea was built with cacao USE flag."
+   ewarn "freenet may compile with it, but it will refuse to run."
+   ewarn "Please remerge dev-java/icedtea without cacao USE flag,"
+   ewarn "if you plan to use it for running freenet."
+   }
+   java-pkg-2_pkg_setup
+}
+
+sr

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

2022-03-13 Thread Ulrich Müller
commit: 8e38919f0b289cbc0e58ecd633a07f3efb60e6f9
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 13 20:07:31 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 13 20:07:31 2022 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8e38919f

eclass: Remove unused eclasses

Signed-off-by: Ulrich Müller  gentoo.org>

 eclass/eggs-svn.eclass   |  41 
 eclass/eggs.eclass   | 176 --
 eclass/git-2.eclass  | 610 ---
 eclass/subversion.eclass | 551 --
 4 files changed, 1378 deletions(-)

diff --git a/eclass/eggs-svn.eclass b/eclass/eggs-svn.eclass
deleted file mode 100644
index abeb83b8..
--- a/eclass/eggs-svn.eclass
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-#
-# Copyright 2008 Leonardo Valeri Manera 
-#
-# @ECLASS: eggs-svn.eclass
-# @MAINTAINER:
-# @BLURB: Eclass for Chicken-Scheme SVN Egg packages
-# @DESCRIPTION:
-#
-# This eclass provides generalized functions to compile, test and
-# install eggs, as well as setting a number of variables to default
-# or autogenerated values.
-
-inherit eggs subversion
-
-SRC_URI=""
-if [[ -n ${NON_TRUNK} ]]; then
-   
ESVN_REPO_URI="http://galinha.ucpel.tche.br/svn/chicken-eggs/release/3/${EGG_NAME}";
-else
-   
ESVN_REPO_URI="http://galinha.ucpel.tche.br/svn/chicken-eggs/release/3/${EGG_NAME}/trunk";
-fi
-ESVN_OPTIONS="--username=anonymous --password= --non-interactive"
-
-eggs-svn-doc_maker() {
-   true
-}
-
-eggs-svn_src_unpack() {
-   mkdir "${S}"
-   cd "${S}"
-   subversion_fetch || die
-}
-
-eggs-svn_src_compile() {
-   eggs-svn-doc_maker
-   eggs_src_compile
-}
-
-EXPORT_FUNCTIONS src_unpack src_compile

diff --git a/eclass/eggs.eclass b/eclass/eggs.eclass
deleted file mode 100644
index 5dff371d..
--- a/eclass/eggs.eclass
+++ /dev/null
@@ -1,176 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-#
-# Copyright 2008 Leonardo Valeri Manera 
-#
-# @ECLASS: eggs.eclass
-# @MAINTAINER:
-# @BLURB: Eclass for Chicken-Scheme Egg packages
-# @DESCRIPTION:
-#
-# This eclass provides generalized functions to compile, test and
-# install eggs, as well as setting a number of variables to default
-# or autogenerated values.
-
-# @ECLASS-VARIABLE: NEED_CHICKEN
-# @DESCRIPTION:
-# If you need anything different from chicken 3.0.5, use the
-# NEED_CHICKEN variable before inheriting elisp.eclass.  Set it to the
-# major version the egg needs and the dependency will be adjusted.
-
-# @ECLASS-VARIABLE: EGG_TESTABLE
-# @DESCRIPTION:
-# Enables egg test-phase if set to 'yes'.
-
-# @ECLASS-VARIABLE: EGG_NAME
-# @DESCRIPTION:
-# Override egg name autogeneration by settting this before importing
-# this eclass.
-
-RESTRICT="primaryuri"
-
-inherit flag-o-matic
-
-VERSION="${NEED_CHICKEN:-3.1.0}"
-DEPEND=">=dev-scheme/chicken-${VERSION}"
-RDEPEND=">=dev-scheme/chicken-${VERSION}"
-SLOT="0"
-IUSE=""
-
-case ${PN} in
-   srfi*)
-   EGG_NAME=${PN/#srfi/srfi-}
-   ;;
-   *)
-   EGG_NAME=${EGG_NAME:-${PN}}
-   ;;
-esac
-
-EGGDOC_DIR="/usr/share/doc/chicken-eggs/${PN}"
-
-SRC_URI="http://cleo.uwindsor.ca/cgi-bin/gentoo-eggs/${EGG_NAME}-3-${PV}.tar.gz";
-
-if [[ -n "${OLD_EGGPAGE}" ]]; then
-   
HOMEPAGE="http://www.call-with-current-continuation.org/eggs/${EGG_NAME}";
-else
-   HOMEPAGE="http://chicken.wiki.br/${EGG_NAME}";
-fi
-
-# @FUNCTION: eggs-install_binaries
-# @USAGE:
-# @DESCRIPTION:
-# INstall egg binaries/scripts/wrappers into /usr/bin
-eggs-install_binaries() {
-   if [[ -d "${S}/install/${PROGRAM_PATH}" ]]; then
-   pushd "${S}/install/${PROGRAM_PATH}" >/dev/null
-   local file
-   for file in $(ls); do
-   einfo "  => /usr/bin/${file}"
-   dobin "${file}" || die "failed installing ${file}"
-   eend $?
-   done
-   popd >/dev/null
-   fi
-}
-
-# @FUNCTION: eggs-install_files
-# @USAGE:
-# @DESCRIPTION:
-# Install egg files into the correct locations.
-eggs-install_files() {
-   local destination=${1:-${CHICKEN_REPOSITORY}}
-   local real_destination
-   local file
-   for file in $(ls); do
-   case "${file}" in
-   *.html|*.css)
-   # Hackish, but working, way of displaying real 
destinations
-   # in info messages. Feel free to improve on it.
-   real_destination=${EGGDOC_DIR}
-   insinto "${EGGDOC_DIR}"
-   insopts -m644
-   ;;
-   *.so)
-   rea

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/embedded/, profiles/arch/powerpc/ppc64/, ...

2022-03-13 Thread David Seifert
commit: 58d3fd255f80ce2f45275cc6e16b5529a10072f4
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 13 20:12:49 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 13 20:12:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d3fd25

profiles: remove dead abi_ppc_* flags

Signed-off-by: David Seifert  gentoo.org>

 profiles/arch/base/use.mask| 2 --
 profiles/arch/powerpc/ppc32/use.force  | 3 ---
 profiles/arch/powerpc/ppc32/use.mask   | 4 
 profiles/arch/powerpc/ppc64/32ul/use.force | 5 -
 profiles/arch/powerpc/ppc64/32ul/use.mask  | 5 -
 profiles/arch/powerpc/ppc64/use.force  | 3 ---
 profiles/arch/powerpc/ppc64/use.mask   | 6 +-
 profiles/base/make.defaults| 4 ++--
 profiles/embedded/make.defaults| 4 ++--
 9 files changed, 5 insertions(+), 31 deletions(-)

diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
index f55dfd0cd001..229a41186f2d 100644
--- a/profiles/arch/base/use.mask
+++ b/profiles/arch/base/use.mask
@@ -193,8 +193,6 @@ abi_x86_x32
 abi_mips_o32
 abi_mips_n32
 abi_mips_n64
-abi_ppc_32
-abi_ppc_64
 abi_s390_32
 abi_s390_64
 

diff --git a/profiles/arch/powerpc/ppc32/use.force 
b/profiles/arch/powerpc/ppc32/use.force
index 5da3746141ae..ebd35a2034ce 100644
--- a/profiles/arch/powerpc/ppc32/use.force
+++ b/profiles/arch/powerpc/ppc32/use.force
@@ -1,5 +1,2 @@
 # Force the flag which corresponds to ARCH.
 ppc
-
-# Force the flag corresponding to the only ABI.
-abi_ppc_32

diff --git a/profiles/arch/powerpc/ppc32/use.mask 
b/profiles/arch/powerpc/ppc32/use.mask
index 58adf43e9b93..a51476ff3230 100644
--- a/profiles/arch/powerpc/ppc32/use.mask
+++ b/profiles/arch/powerpc/ppc32/use.mask
@@ -30,10 +30,6 @@ gnome-shell
 # Java is no longer supported on ppc.
 java
 
-# Michał Górny  (2014-06-27)
-# Unmask multilib flag for the ABI.
--abi_ppc_32
-
 # Andrey Grozin  (2014-06-25)
 # keyworded on ppc
 -clisp

diff --git a/profiles/arch/powerpc/ppc64/32ul/use.force 
b/profiles/arch/powerpc/ppc64/32ul/use.force
index e7102de1a2df..c74bf3460241 100644
--- a/profiles/arch/powerpc/ppc64/32ul/use.force
+++ b/profiles/arch/powerpc/ppc64/32ul/use.force
@@ -3,8 +3,3 @@ ppc
 
 # Unforce the flag which corresponds to the 64-bit ARCH.
 -ppc64
-
-# Michał Górny  (2014-06-27)
-# Switch multilib flags for the ABI.
--abi_ppc_64
-abi_ppc_32

diff --git a/profiles/arch/powerpc/ppc64/32ul/use.mask 
b/profiles/arch/powerpc/ppc64/32ul/use.mask
index abf49705cc6b..2e4685d1f36d 100644
--- a/profiles/arch/powerpc/ppc64/32ul/use.mask
+++ b/profiles/arch/powerpc/ppc64/32ul/use.mask
@@ -6,8 +6,3 @@ ppc64
 
 # We mask this since we're not really a multilib profile
 multilib
-
-# Michał Górny  (2014-06-27)
-# Switch multilib flags for the ABI.
-abi_ppc_64
--abi_ppc_32

diff --git a/profiles/arch/powerpc/ppc64/use.force 
b/profiles/arch/powerpc/ppc64/use.force
index 85c8ee8c145f..88544d5e9243 100644
--- a/profiles/arch/powerpc/ppc64/use.force
+++ b/profiles/arch/powerpc/ppc64/use.force
@@ -1,5 +1,2 @@
 # Force the flag which corresponds to ARCH.
 ppc64
-
-# Force the flag corresponding to the only ABI.
-abi_ppc_64

diff --git a/profiles/arch/powerpc/ppc64/use.mask 
b/profiles/arch/powerpc/ppc64/use.mask
index ab9cefcf66ac..7de0634ed869 100644
--- a/profiles/arch/powerpc/ppc64/use.mask
+++ b/profiles/arch/powerpc/ppc64/use.mask
@@ -1,4 +1,4 @@
-# Copyright 2008-2021 Gentoo Authors
+# Copyright 2008-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 ### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!!
@@ -14,10 +14,6 @@
 openexr
 osg
 
-# Michał Górny  (2014-06-27)
-# Unmask multilib flag for the ABI.
--abi_ppc_64
-
 # Samuli Suominen  (2012-11-24)
 # TODO: Keyword and stabilize media-gfx/opencolorio and media-libs/opencv
 color-management

diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7c4cc85f1cbc..ff9d142dabf7 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -13,11 +13,11 @@ USE_EXPAND_VALUES_USERLAND="BSD GNU"
 
 # Env vars to expand into USE vars.  Modifying this requires prior
 # discussion on gentoo-...@lists.gentoo.org.
-USE_EXPAND="ABI_MIPS ABI_PPC ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS 
APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS 
CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CURL_SSL ELIBC FFTOOLS GPSD_PROTOCOLS 
GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS 
LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP 
NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFED_DRIVERS OFFICE_IMPLEMENTATION 
OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS 
PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS 
ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS USERLAND UWSGI_PLUGINS VIDEO_CARDS 
VOICEMAIL_STORAGE XTABLES_ADDONS"
+USE_EXPAND="ABI_MIPS ABI_

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/armv4t/, profiles/arch/powerpc/ppc32/, ...

2022-03-13 Thread David Seifert
commit: 98720b3c22e8a950b2f11d9a1929e6cdae6afcaa
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 13 20:12:50 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 13 20:12:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98720b3c

profiles/arch: use correct ISO 8601 date

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

 profiles/arch/arm/armv4/package.use.mask | 2 +-
 profiles/arch/arm/armv4/use.mask | 4 ++--
 profiles/arch/arm/armv4t/package.use.mask| 2 +-
 profiles/arch/arm/armv4t/use.mask| 4 ++--
 profiles/arch/arm/armv5te/package.use.mask   | 2 +-
 profiles/arch/arm/armv5te/use.mask   | 4 ++--
 profiles/arch/ia64/use.mask  | 2 +-
 profiles/arch/powerpc/ppc32/package.use.mask | 2 +-
 profiles/arch/powerpc/ppc32/use.mask | 2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/profiles/arch/arm/armv4/package.use.mask 
b/profiles/arch/arm/armv4/package.use.mask
index 14dcf332b1b3..22dcce444583 100644
--- a/profiles/arch/arm/armv4/package.use.mask
+++ b/profiles/arch/arm/armv4/package.use.mask
@@ -1,6 +1,6 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Matt Turner  (07-25-2021)
+# Matt Turner  (2021-07-25)
 # gdm requires gnome-shell requires rustified librsvg.
 x11-misc/xscreensaver gdm

diff --git a/profiles/arch/arm/armv4/use.mask b/profiles/arch/arm/armv4/use.mask
index 3672af74ab48..b1bb8f89da9f 100644
--- a/profiles/arch/arm/armv4/use.mask
+++ b/profiles/arch/arm/armv4/use.mask
@@ -1,6 +1,6 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Matt Turner  (07-25-2021)
+# Matt Turner  (2021-07-25)
 # gnome-shell requires rustified librsvg.
 gnome-shell

diff --git a/profiles/arch/arm/armv4t/package.use.mask 
b/profiles/arch/arm/armv4t/package.use.mask
index 14dcf332b1b3..22dcce444583 100644
--- a/profiles/arch/arm/armv4t/package.use.mask
+++ b/profiles/arch/arm/armv4t/package.use.mask
@@ -1,6 +1,6 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Matt Turner  (07-25-2021)
+# Matt Turner  (2021-07-25)
 # gdm requires gnome-shell requires rustified librsvg.
 x11-misc/xscreensaver gdm

diff --git a/profiles/arch/arm/armv4t/use.mask 
b/profiles/arch/arm/armv4t/use.mask
index 3672af74ab48..b1bb8f89da9f 100644
--- a/profiles/arch/arm/armv4t/use.mask
+++ b/profiles/arch/arm/armv4t/use.mask
@@ -1,6 +1,6 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Matt Turner  (07-25-2021)
+# Matt Turner  (2021-07-25)
 # gnome-shell requires rustified librsvg.
 gnome-shell

diff --git a/profiles/arch/arm/armv5te/package.use.mask 
b/profiles/arch/arm/armv5te/package.use.mask
index 14dcf332b1b3..22dcce444583 100644
--- a/profiles/arch/arm/armv5te/package.use.mask
+++ b/profiles/arch/arm/armv5te/package.use.mask
@@ -1,6 +1,6 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Matt Turner  (07-25-2021)
+# Matt Turner  (2021-07-25)
 # gdm requires gnome-shell requires rustified librsvg.
 x11-misc/xscreensaver gdm

diff --git a/profiles/arch/arm/armv5te/use.mask 
b/profiles/arch/arm/armv5te/use.mask
index 54666f30911e..2d07ff8b0aa8 100644
--- a/profiles/arch/arm/armv5te/use.mask
+++ b/profiles/arch/arm/armv5te/use.mask
@@ -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
 
 # Unmask armv5 specific USE flags
@@ -9,6 +9,6 @@
 -cpu_flags_arm_thumb
 -cpu_flags_arm_vfp
 
-# Matt Turner  (07-25-2021)
+# Matt Turner  (2021-07-25)
 # gnome-shell requires rustified librsvg.
 gnome-shell

diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
index 59d924a74d0d..3bb8098c052e 100644
--- a/profiles/arch/ia64/use.mask
+++ b/profiles/arch/ia64/use.mask
@@ -12,7 +12,7 @@ tpm
 # media-video/pipewire is not keyworded. Bug #807616.
 pipewire
 
-# Matt Turner  (07-25-2021)
+# Matt Turner  (2021-07-25)
 # gnome-shell requires rustified librsvg.
 gnome-shell
 

diff --git a/profiles/arch/powerpc/ppc32/package.use.mask 
b/profiles/arch/powerpc/ppc32/package.use.mask
index 3f2cfd9422ea..e32a88b600dc 100644
--- a/profiles/arch/powerpc/ppc32/package.use.mask
+++ b/profiles/arch/powerpc/ppc32/package.use.mask
@@ -50,7 +50,7 @@ app-i18n/uim kde
 # media-libs/libheif not keyworded here
 sci-libs/gdal heif
 
-# Matt Turner  (07-25-2021)
+# Matt Turner  (2021-07-25)
 # gdm requires gnome-shell requires rustified librsvg.
 x11-misc/xscreensaver gdm
 

diff --git a/profiles/arch/powerpc/ppc32/use.mask 
b/profiles/arch/powerpc/ppc32/use.mask
index a51476ff3230..8b56e5ee725c 1

[gentoo-commits] repo/gentoo:master commit in: profiles/arch/x86/, profiles/base/, profiles/arch/ia64/, ...

2022-03-13 Thread David Seifert
commit: e0986d976f7481ff9f78781a1337af9fcbd5c49f
Author: David Seifert  gentoo  org>
AuthorDate: Sun Mar 13 20:12:48 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Mar 13 20:12:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0986d97

profiles: clean up stale entries

Signed-off-by: David Seifert  gentoo.org>

 profiles/arch/alpha/package.use.mask   | 4 
 profiles/arch/alpha/use.mask   | 4 
 profiles/arch/arm/armv4/package.use.mask   | 6 +-
 profiles/arch/arm/armv4t/package.use.mask  | 6 +-
 profiles/arch/arm/armv5te/package.use.mask | 6 +-
 profiles/arch/arm/use.mask | 3 +--
 profiles/arch/arm64/use.mask   | 1 -
 profiles/arch/base/use.mask| 5 -
 profiles/arch/hppa/package.use.mask| 4 
 profiles/arch/ia64/package.use.mask| 4 
 profiles/arch/ia64/use.mask| 4 
 profiles/arch/sparc/package.use.mask   | 5 -
 profiles/arch/sparc/use.stable.mask| 6 +-
 profiles/arch/x86/package.use.mask | 5 -
 profiles/base/use.mask | 4 
 profiles/releases/17.0/package.mask| 3 +--
 16 files changed, 6 insertions(+), 64 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index 48b0a30558f5..3d8e666a5da0 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -19,10 +19,6 @@ media-video/ffmpeg svt-av1
 # impl there anyway. Please keep this in sync with use.mask.
 dev-lang/python-exec -python_targets_python3_10
 
-# Vadim Misbakh-Soloviov  (2021-12-09)
-# ts-cli requires rust to be built, and rust is unavailable here ATM.
-dev-libs/tree-sitter ts-cli
-
 # Sam James  (2021-11-05)
 # Avoid keywording unnecessary depenencies for now, bug #804115
 dev-python/scipy pythran

diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
index 1b79bcff211d..fc2e756c5e4e 100644
--- a/profiles/arch/alpha/use.mask
+++ b/profiles/arch/alpha/use.mask
@@ -180,10 +180,6 @@ llvm
 # net-misc/connman is not keyworded
 connman
 
-# Anthony G. Basile  (2012-04-15)
-# Pulls in net-libs/axtls which is not keyworded for arch
-curl_ssl_axtls
-
 # Alexandre Rostovtsev  (2012-12-31)
 # media-libs/xine-lib is not keyworded
 xine

diff --git a/profiles/arch/arm/armv4/package.use.mask 
b/profiles/arch/arm/armv4/package.use.mask
index db442dd26495..14dcf332b1b3 100644
--- a/profiles/arch/arm/armv4/package.use.mask
+++ b/profiles/arch/arm/armv4/package.use.mask
@@ -1,10 +1,6 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Vadim Misbakh-Soloviov  (2021-12-09)
-# ts-cli requires rust to be built, and rust is unavailable here ATM.
-dev-libs/tree-sitter ts-cli
-
 # Matt Turner  (07-25-2021)
 # gdm requires gnome-shell requires rustified librsvg.
 x11-misc/xscreensaver gdm

diff --git a/profiles/arch/arm/armv4t/package.use.mask 
b/profiles/arch/arm/armv4t/package.use.mask
index db442dd26495..14dcf332b1b3 100644
--- a/profiles/arch/arm/armv4t/package.use.mask
+++ b/profiles/arch/arm/armv4t/package.use.mask
@@ -1,10 +1,6 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Vadim Misbakh-Soloviov  (2021-12-09)
-# ts-cli requires rust to be built, and rust is unavailable here ATM.
-dev-libs/tree-sitter ts-cli
-
 # Matt Turner  (07-25-2021)
 # gdm requires gnome-shell requires rustified librsvg.
 x11-misc/xscreensaver gdm

diff --git a/profiles/arch/arm/armv5te/package.use.mask 
b/profiles/arch/arm/armv5te/package.use.mask
index db442dd26495..14dcf332b1b3 100644
--- a/profiles/arch/arm/armv5te/package.use.mask
+++ b/profiles/arch/arm/armv5te/package.use.mask
@@ -1,10 +1,6 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Vadim Misbakh-Soloviov  (2021-12-09)
-# ts-cli requires rust to be built, and rust is unavailable here ATM.
-dev-libs/tree-sitter ts-cli
-
 # Matt Turner  (07-25-2021)
 # gdm requires gnome-shell requires rustified librsvg.
 x11-misc/xscreensaver gdm

diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
index a8dd0972f6ba..820017b73bb2 100644
--- a/profiles/arch/arm/use.mask
+++ b/profiles/arch/arm/use.mask
@@ -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
 
 # Unmask the flag which corresponds to ARCH.
@@ -85,7 +85,6 @@ anthy
 # Unmask ARM-only video-cards
 -video_cards_exynos
 -video_cards_freedreno
--video_cards_imx
 -video_cards_lima
 -video_cards_omap
 -video_cards_panfrost

diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
index b1e7a59e550f..f652ff6f5267 100644
--- a/pr

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

2022-03-13 Thread Zac Medico
commit: b0532e7efb261388d5baaf2cc0df520598363aa5
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Mar 13 20:05:40 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Mar 13 20:06:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0532e7e

app-admin/consul: drop 1.10.8, 1.11.3

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

 app-admin/consul/Manifest |   4 -
 app-admin/consul/consul-1.10.8.ebuild | 794 -
 app-admin/consul/consul-1.11.3.ebuild | 810 --
 3 files changed, 1608 deletions(-)

diff --git a/app-admin/consul/Manifest b/app-admin/consul/Manifest
index 75f075831c8e..6bf28726c97d 100644
--- a/app-admin/consul/Manifest
+++ b/app-admin/consul/Manifest
@@ -2,9 +2,7 @@ DIST cloud.google.com%2Fgo%2F@v%2Fv0.26.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa62
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.34.0.mod 27 BLAKE2B 
814b0fa8f12d5ce6171fa629b5a7eb34e0e882cc0c5430986896bb38c243e08dc83098f271227f4ba019e78f16dc97fbb381e833aff1819833d243b08add916b
 SHA512 
5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.mod 1006 BLAKE2B 
9d321b9bad7e881795f0215828ca23ff5753b8ca9cbe64ca085bcd2f64d36d0d5bdd5c3e80eb64e19e067748b6b23eb7837827cede0e75a840ed1cfa2b00c1a8
 SHA512 
8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959
 DIST cloud.google.com%2Fgo%2F@v%2Fv0.38.0.zip 2721920 BLAKE2B 
f3fde8f5cc53496dc314bcae822a415cf00950da0a03b968de00685371e7a2e84ffa304fb176e791c85c930728859687e768ff785829f0751ae919546bd3326d
 SHA512 
8981a08b1ba0226854567b0977d8a349abe2b58420421ab1dccdaf9c98e7657cb2140ad1a38767d25cb54249b61f162ecd51d401374a29f7368a550b19196595
-DIST consul-1.10.8.tar.gz 32009589 BLAKE2B 
80013e136e45c68716c05d161f7d5ca72efa8d9f2d9c3c2dbc4945d36e6628a4e427d03ad20256e3ad0241b0035f95973b30161f0cbf78a59ab393924a55dcc3
 SHA512 
130c39a115ab8e1364e104bbd01921af477633bb8c6c51516f1262dec5d82a4ae612e9273deaad8f6f5ab5b704edae8482e0a503f5171dc7c09c48adff064afc
 DIST consul-1.10.9.tar.gz 32031057 BLAKE2B 
f23c954e01cb285f0217578b3ea36b37ca027f495ebf570d8d882de4247ca63b6e951f508c7282f0d841d1564abfccd3ae0181c674e320f2792ff0924f410ec5
 SHA512 
cd5f55bf67d05769f12157d8fe4eeb59bdde0e197044ad589a1baed661732ec22e2edb0baf375c7aa5b6be39edff4539561f1af8175a072aac5bd5e710a7bf08
-DIST consul-1.11.3.tar.gz 22860525 BLAKE2B 
236aec6d690a93d8052303513bafbce3ab1fa4bc07d99ab7881268fed850360f14ffa6959194a6add24d0f312ae2cd82ed749834f6c39705551ee77ecaefb496
 SHA512 
6f34c8e315d1f4fe9ac28a8e609df6c8646901838fd9caa77cb7ea7eff82c5fbffddf1e1c61c667961f06d2667b015af2f9e0141abc862dbc4028ad7d931c174
 DIST consul-1.11.4.tar.gz 23685165 BLAKE2B 
242ae0e24ea4c9713e9208f57c1ff9b71b35a2ee3678c689067932cd4b5233463da14edf7ec6aab1b8818df836f0f8f4ee9d52258ca58bc055248d390367e666
 SHA512 
1928c91cfb316228f77472e488fc697a3d798d270b57dec36c13734045eb87fc57ee3c6eeb8be0cab3a4af6f5f733512cd972420a175e6d33df053f7679bddab
 DIST consul-1.9.15.tar.gz 29464711 BLAKE2B 
56136b86e4893c20e4e81d6f3bad9e2cda69ec60ae80c430d6f5ec633351da8c0d7da39df04b4138885f8a688af07a88098e96e91d1147af49d1642052670f45
 SHA512 
e8050bbc9d819ef26952a66adfd78efad2db4e1776bf02db041481cd74365d180da4ab07d63f4465ea7bf6dfcc5ea25770f2d12f68c010f810b7c2f1ae408c6b
 DIST consul-1.9.16.tar.gz 29470906 BLAKE2B 
ee0bb878511cd01dc59850d13382a6a29f7a99b6760bbe3961de6e79e2c7154667f73fe4f74ab36d449fbbeb6eeb59f44310362f1b0070256a54b8ded6f3fd8a
 SHA512 
295ed82379604c0b33a0832795180f23f6f93bdbe451ba72ce539c5477eddf1f36da69cf81c7e8b01d98dc223eddaac6e77f99a24e3178710e69243972947377
@@ -338,8 +336,6 @@ DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.1.0.mod 233 
BLAKE2B 5a1324854b1f65c
 DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.1.1.mod 410 BLAKE2B 
192e571d096d665a55c29da1dc35ba17c52d6f5b0c3f522c80b355bf881ffe269b27a62fe44761143966aaa5bede99800918999a313869c1a81dba98b710a1ad
 SHA512 
e44c233e6bf407eac6a4eb6f7a72dc0118575b6dfe48a9d0afb95d99a847ad30f75b11e6d008238b7761965182df56e52ec183bb0905e054a638c76898368e6d
 DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.2.0.mod 410 BLAKE2B 
192e571d096d665a55c29da1dc35ba17c52d6f5b0c3f522c80b355bf881ffe269b27a62fe44761143966aaa5bede99800918999a313869c1a81dba98b710a1ad
 SHA512 
e44c233e6bf407eac6a4eb6f7a72dc0118575b6dfe48a9d0afb95d99a847ad30f75b11e6d008238b7761965182df56e52ec183bb0905e054a638c76898368e6d
 DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.2.0.zip 157790 BLAKE2B 
29623bc436d2a1f1057532b98858f3e3309a0ae1cb209ca9e242d56eba97b84ac2b2f3533a542df9cbc8dd5521c5a09747adee1e38d3f3ec2b6a5517a0713684
 SHA512 
c689267a27346d83ac054c5202746c69bf79e5accc69a07c833ab00fe4f2a780ccbf41ed62d50e411322e62ba6603031134662c9e0dca18cd1ec3a52179a062b
-DIST github.com%2Fhashicorp%2Fraft%2F@v%2Fv1.3.3.mod 233 BLAKE2B 
5a1324854b1f65cb37077cee6097e04e24f099eb48355d84f8df7b82f5bc8b0ecf01021c63591cb83363c1b81

[gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openwall/

2022-03-13 Thread John Helmert III
commit: 2a1c745a5e812562604bb2a34f8adfad28ae2ddb
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Mar 13 19:21:27 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Mar 13 19:39:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1c745a

sec-keys/openpgp-keys-openwall: initial import

Signed-off-by: John Helmert III  gentoo.org>

 sec-keys/openpgp-keys-openwall/Manifest|  1 +
 sec-keys/openpgp-keys-openwall/metadata.xml|  8 
 .../openpgp-keys-openwall-20210107.ebuild  | 22 ++
 3 files changed, 31 insertions(+)

diff --git a/sec-keys/openpgp-keys-openwall/Manifest 
b/sec-keys/openpgp-keys-openwall/Manifest
new file mode 100644
index ..20e30f2cdfd6
--- /dev/null
+++ b/sec-keys/openpgp-keys-openwall/Manifest
@@ -0,0 +1 @@
+DIST 297AD21CF86C948081520C1805C027FD4BDC136E.asc 4937 BLAKE2B 
1bb6cc151a5b826b16373a2fc9126a23d590cf6b5e763494755a07dc5f19159f90e4a61840151bf01ac28727bb7cd69ec3f1506492d515039faad2b7ab2aea47
 SHA512 
c09e7cc9d5c048f9947a6a79a4bbe4f7c1d6ec897fca684658a16e9998437c2d5c100bfa36e92a8e594ec14c349d6dcfb9cfe9c13154ec673f9ccfa74ca7d3b4

diff --git a/sec-keys/openpgp-keys-openwall/metadata.xml 
b/sec-keys/openpgp-keys-openwall/metadata.xml
new file mode 100644
index ..60374df2c110
--- /dev/null
+++ b/sec-keys/openpgp-keys-openwall/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   a...@gentoo.org
+   John Helmert III
+   
+

diff --git 
a/sec-keys/openpgp-keys-openwall/openpgp-keys-openwall-20210107.ebuild 
b/sec-keys/openpgp-keys-openwall/openpgp-keys-openwall-20210107.ebuild
new file mode 100644
index ..910a29d35e23
--- /dev/null
+++ b/sec-keys/openpgp-keys-openwall/openpgp-keys-openwall-20210107.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign Openwall software releases"
+HOMEPAGE="https://www.openwall.com/signatures/";
+SRC_URI="
+   https://www.openwall.com/signatures/openwall-offline-signatures.asc ->
+   297AD21CF86C948081520C1805C027FD4BDC136E.asc"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+S="${WORKDIR}"
+
+src_install() {
+   local files=( ${A} )
+   insinto /usr/share/openpgp-keys
+   newins - openwall.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+}



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/lkrg/, app-antivirus/lkrg/files/

2022-03-13 Thread John Helmert III
commit: a3de812e6add378ff4dc3c5b3354e52989652099
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Mar 13 19:33:09 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Mar 13 19:39:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3de812e

app-antivirus/lkrg: initial import

Signed-off-by: John Helmert III  gentoo.org>

 app-antivirus/lkrg/Manifest|  2 ++
 ...lkrg-0.9.2-systemd-coredump-umh-whitelist.patch | 23 +
 app-antivirus/lkrg/lkrg-0.9.2.ebuild   | 39 ++
 app-antivirus/lkrg/metadata.xml| 11 ++
 4 files changed, 75 insertions(+)

diff --git a/app-antivirus/lkrg/Manifest b/app-antivirus/lkrg/Manifest
new file mode 100644
index ..23ac54a2e6e6
--- /dev/null
+++ b/app-antivirus/lkrg/Manifest
@@ -0,0 +1,2 @@
+DIST lkrg-0.9.2.tar.gz 125976 BLAKE2B 
c3da2d4599c9dd5b7d6fbec426fd93d802715f6c8566471f82c8f1c7d31621ebb4a2cc4c285d076aad6a6ee6b1bb790debbb365cfc6220192df049ac1d3c67a9
 SHA512 
5fec807618817bcb516e1a6779def6979badbdac6fe9b38fcce8425a0c7ebe3fb55c05d3080d8cac2d67cac6e8b7d2d77b3a1be450227299e2a02a311e223331
+DIST lkrg-0.9.2.tar.gz.sign 801 BLAKE2B 
0cd8b18c8a0fbcca61ffa868b406d048461ddf9189fb08f15faa45e01b8731906a6b14105dfcf92bb5124373860f6695594063ee8d138c94c70adf471bc15e0a
 SHA512 
18b547ca84a7fd2957484857e17983408e92fd005d58b77b399c5156ecb09fc5e9e6c910337654a2655883d103098c1769b1993017eec753bd21e63d6491ad04

diff --git 
a/app-antivirus/lkrg/files/lkrg-0.9.2-systemd-coredump-umh-whitelist.patch 
b/app-antivirus/lkrg/files/lkrg-0.9.2-systemd-coredump-umh-whitelist.patch
new file mode 100644
index ..438784aff16e
--- /dev/null
+++ b/app-antivirus/lkrg/files/lkrg-0.9.2-systemd-coredump-umh-whitelist.patch
@@ -0,0 +1,23 @@
+commit 7939aa03e00e7e48781d405743e2f2d31fca113b
+Author: John Helmert III 
+Date:   Fri Jan 7 01:46:35 2022 -0600
+
+Add non-usr-merged systemd-coredump to UMH whitelist
+
+Some distributions haven't merged /usr yet, so add the alternative
+path for systemd-coredump.
+
+Signed-off-by: John Helmert III 
+
+diff --git 
a/src/modules/exploit_detection/syscalls/p_call_usermodehelper/p_call_usermodehelper.c
 
b/src/modules/exploit_detection/syscalls/p_call_usermodehelper/p_call_usermodehelper.c
+index ac2a737..7387135 100644
+--- 
a/src/modules/exploit_detection/syscalls/p_call_usermodehelper/p_call_usermodehelper.c
 
b/src/modules/exploit_detection/syscalls/p_call_usermodehelper/p_call_usermodehelper.c
+@@ -45,6 +45,7 @@ static const char * const p_umh_global[] = {
+"/etc/acpi/events/RadioPower.sh",
+"/etc/acpi/wireless-rtl-ac-dc-power.sh",
+"/lib/systemd/systemd-cgroups-agent",
++   "/lib/systemd/systemd-coredump",
+"/sbin/bridge-stp",
+"/sbin/critical_overtemp",
+"/sbin/drbdadm",

diff --git a/app-antivirus/lkrg/lkrg-0.9.2.ebuild 
b/app-antivirus/lkrg/lkrg-0.9.2.ebuild
new file mode 100644
index ..6ebde500879b
--- /dev/null
+++ b/app-antivirus/lkrg/lkrg-0.9.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod linux-info verify-sig
+
+DESCRIPTION="Linux Kernel Runtime Guard"
+HOMEPAGE="https://lkrg.org";
+SRC_URI="https://lkrg.org/download/${P}.tar.gz
+   verify-sig? ( https://lkrg.org/download/${P}.tar.gz.sign )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-openwall )"
+
+PATCHES=( "${FILESDIR}/${PN}-${PV}-systemd-coredump-umh-whitelist.patch" )
+
+MODULE_NAMES="p_lkrg(misc:${S}:${S})"
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/openwall.asc"
+
+pkg_setup() {
+   local CONFIG_CHECK="MODULE_UNLOAD KALLSYMS_ALL JUMP_LABEL"
+   linux-mod_pkg_setup
+
+   # compile against selected (not running) target
+   BUILD_PARAMS="P_KVER=${KV_FULL} P_KERNEL=${KERNEL_DIR}"
+   BUILD_TARGETS="all"
+}
+
+src_unpack() {
+   if use verify-sig; then
+   verify-sig_verify_detached ${DISTDIR}/${P}.tar.gz{,.sign}
+   fi
+
+   default
+}

diff --git a/app-antivirus/lkrg/metadata.xml b/app-antivirus/lkrg/metadata.xml
new file mode 100644
index ..e9dbfa382604
--- /dev/null
+++ b/app-antivirus/lkrg/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   a...@gentoo.org
+   John Helmert III
+   
+   
+   lkrg-org/lkrg
+   
+



[gentoo-commits] repo/gentoo:master commit in: net-p2p/arti/

2022-03-13 Thread John Helmert III
commit: 139ca77cb86ec7450d5919a6ccaf842c6058f37a
Author: John Helmert III  gentoo  org>
AuthorDate: Sun Mar 13 19:37:45 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sun Mar 13 19:39:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139ca77c

net-p2p/arti: initial import

Signed-off-by: John Helmert III  gentoo.org>

 net-p2p/arti/Manifest  | 362 
 net-p2p/arti/arti-0.1.0.ebuild | 404 +
 net-p2p/arti/metadata.xml  |   8 +
 3 files changed, 774 insertions(+)

diff --git a/net-p2p/arti/Manifest b/net-p2p/arti/Manifest
new file mode 100644
index ..637be37ec6b4
--- /dev/null
+++ b/net-p2p/arti/Manifest
@@ -0,0 +1,362 @@
+DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
+DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
+DIST aes-0.7.5.crate 128544 BLAKE2B 
7381fe4963324b1f9b5cd1e81b2f2e3010ebb435b049b20fd1a9b37e472fed0062c63fe0a1629a59680f3c99154836a147db9561ee01dddbdeeefe6efdca5b6a
 SHA512 
1e1e6714af9131af6a7e9546339d729979719c9c6751e4e2274e9cc243803920a7317c01a6dc20e31d730ccd43fc65cc2e9a3a29a6bc4d0c9bc0a6a3b65fe5c7
+DIST ahash-0.7.6.crate 38030 BLAKE2B 
aca3661477fcd7822d6d10970151e05c28e1615f8cd7ddaac064b15102027e404b19b0f3f16dd76145048594ea1c22ae27dd08cc05c411efbae9ec7a1ef55ce9
 SHA512 
61354688b6fb096359faefb6f34be958cd2215d56b88c22c737d24183eaad433f811bc9e64f927e4852c87d2799c22fda82b55cfbef2ed6357ff74f0c4ffec68
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
+DIST anyhow-1.0.55.crate 44429 BLAKE2B 
9d6838c859bb5a37a0558b7a4d8af245fc2db1e8418252575939ef74851e547549459a97ffb9e512f0d5c6d5166a82cc03c18cc3e8a1bffa79f2d3c5f0c94a14
 SHA512 
d789d56eadb1a6a6d8bedd20d318747a9ad11598d84239ee9214fcfc319f729ae61e09f6d2d7e54ec5553ee65b6a4428b793adc17fb158dc07a69f15c8fd818b
+DIST arrayref-0.3.6.crate 10035 BLAKE2B 
88292fa4b3ad4fccd03772c2f0eca04cc13373fe094358bac57d7523c256d89f3087603e5bcb2a0b15d8b2ecd48e904a822b2cb800276a9c47ad6c6b660d9d34
 SHA512 
368341d00706c1250ff081b0d99c36c9af694a62ff4f4d8c837234340295771ca49c5439b24b6e1a4f2c3c5821764e98881dcb22d793f83de632fd5cb457671f
+DIST arti-0.1.0.tar.gz 849334 BLAKE2B 
da4cec582e89a1feaf6017cefc93cc108b71cddd97e50002d946806011d57561d5d684ec07498e15acac5a0f93b18be5ce874e0d5a93e42ede898e21f83bc3d8
 SHA512 
050645858387f00ed02df58f6b728dd55180185d72ae81627d17e2339e38e6e3c584cdafc91b5c024c3873700fcb8e19a57dde4a2e9848481ca11cf5465fa2c2
+DIST async-broadcast-0.3.4.crate 18539 BLAKE2B 
fdde29219480ff23cb1b8374ce97f9b1b878c9792e20bd4c4db5784797b0eaf1f5bc114675956c2c6d0ba8fda1c071b6d9c3dfe57e30a24338759c57ba2cad1b
 SHA512 
2081f37699bcde02ec9ae0cb3a2727a0277ed498abaf1949c0b49894cb6570939d835df4c547fe64d0956f979cd744a7425cc6f6f37a001bc887bb098ec2e43d
+DIST async-channel-1.6.1.crate 12574 BLAKE2B 
5c5c8f1cf1458d952637a439a1534e68bcb4a1cf478cec6b6d224387f56c59dc6cffd2e3621dc24e03e20df3fdbda5b8855fccfbbc26a2aa03656aff3a17d02f
 SHA512 
797b1f5b4c07853f78670e62b67fb787c329ffa2c89475a3767a963d524a69dce082cc7f3a2878d9c990f00ae2d9cd7e0d21743fc4186769c238467bdb20c65e
+DIST async-compression-0.3.12.crate 57646 BLAKE2B 
66b801ea92dbf5911815874c2df967ace5a89a15d9af95b89116976228c45cb2f42e9d4c0090527528b09827a6d1c195ceb8566a9a6817a89c8ce6ac5356104b
 SHA512 
03e47d9c9df03e4db1faba4abbddec0cbeaf1273a970cac7d8b58ee8965a5ead8500c5031b6c3f7a32f03abd2191d17609aa2af9deae35fcc4882bd19aa115d1
+DIST async-ctrlc-1.2.0.crate 12413 BLAKE2B 
8a3850b2528d768af4c3f1681df2eca8a46e0d81b281f91bcf5da9fb06597fa32163ef81bec143f921839a172695e6837fb059f557140566a6fa7d670b0b1224
 SHA512 
62e648b216630b3a8309e8619bda64f1f12263fc97598618813921d79d9bb0d6eea80f4612512bca802d4f2b71654b9bb5e768460f35c528ae9494a8bc1a236f
+DIST async-executor-1.4.1.crate 15490 BLAKE2B 
2d85825f9deec4a89eae4be6c2899d22bd96f095413598abe2a58ca07e6b8745ee02a6e1db6a3be034159c7844e55009d6da9845116647c0b021dca115acf6be
 S

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kjs/

2022-03-13 Thread Andreas Sturmlechner
commit: a2f4d4e754b344989429ba92cb1ea7ad01d5b388
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:27:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:27:01 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a2f4d4e7

kde-frameworks/kjs: drop 5.92.0*

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

 kde-frameworks/kjs/kjs-5.92.0.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/kde-frameworks/kjs/kjs-5.92.0.ebuild 
b/kde-frameworks/kjs/kjs-5.92.0.ebuild
deleted file mode 100644
index 13a06718a4..00
--- a/kde-frameworks/kjs/kjs-5.92.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_QTHELP="false"
-inherit ecm kde.org
-
-DESCRIPTION="ECMAScipt compatible parser and engine"
-LICENSE="BSD-2 LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-BDEPEND="
-   dev-lang/perl
-"
-DEPEND="
-   dev-libs/libpcre
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( src/README )



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kross/

2022-03-13 Thread Andreas Sturmlechner
commit: cf8322f93b932c207c221b2fe8fdd7dee352bb2b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:27:02 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:27:02 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=cf8322f9

kde-frameworks/kross: drop 5.92.0*

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

 kde-frameworks/kross/kross-5.92.0.ebuild | 34 
 1 file changed, 34 deletions(-)

diff --git a/kde-frameworks/kross/kross-5.92.0.ebuild 
b/kde-frameworks/kross/kross-5.92.0.ebuild
deleted file mode 100644
index dee088c448..00
--- a/kde-frameworks/kross/kross-5.92.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for embedding scripting into applications"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtscript-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   >=dev-qt/designer-${QTMIN}:5
-"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdelibs4support/

2022-03-13 Thread Andreas Sturmlechner
commit: c94c7850938f5401e5dc2a62ad04968a982ba40f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:27:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:27:01 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c94c7850

kde-frameworks/kdelibs4support: drop 5.92.0*

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

 .../kdelibs4support/kdelibs4support-5.92.0.ebuild  | 102 -
 1 file changed, 102 deletions(-)

diff --git a/kde-frameworks/kdelibs4support/kdelibs4support-5.92.0.ebuild 
b/kde-frameworks/kdelibs4support/kdelibs4support-5.92.0.ebuild
deleted file mode 100644
index 8fb3dba6ed..00
--- a/kde-frameworks/kdelibs4support/kdelibs4support-5.92.0.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="true"
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework easing the development transition from KDELibs 4 to KF 
5"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-RESTRICT="test"
-
-COMMON_DEPEND="
-   app-text/docbook-xml-dtd:4.2
-   dev-libs/openssl:0
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qttest-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kauth-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   >=kde-frameworks/kded-${PVCUT}:5
-   =kde-frameworks/kdoctools-${PVCUT}*:5
-   =kde-frameworks/kemoticons-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5[X=]
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kunitconversion-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5[X=]
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/solid-${PVCUT}*:5
-   virtual/libintl
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libxcb
-   )
-"
-DEPEND="${COMMON_DEPEND}
-   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
-   X? ( x11-base/xorg-proto )
-"
-RDEPEND="${COMMON_DEPEND}
-   >=dev-qt/qtxml-${QTMIN}:5
-   >=kde-frameworks/countryflags-${PVCUT}:5
-   =kde-frameworks/kinit-${PVCUT}*:5
-   =kde-frameworks/kitemmodels-${PVCUT}*:5
-"
-BDEPEND="
-   dev-lang/perl
-   dev-perl/URI
-"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-5.80.0-no-kdesignerplugin.patch" # bug 755956
-   "${FILESDIR}/${PN}-5.86.0-unused-dep.patch" # bug 755956
-)
-
-src_prepare() {
-   ecm_src_prepare
-
-   if ! use handbook; then
-   sed -e "/kdoctools_install/ s/^/#DONT/" -i CMakeLists.txt || die
-   fi
-
-   cmake_run_in src cmake_comment_add_subdirectory l10n
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package X X11)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/khtml/

2022-03-13 Thread Andreas Sturmlechner
commit: 501fc742b6dc2790da7235f6d9f6eb6f474c1396
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:27:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:27:01 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=501fc742

kde-frameworks/khtml: drop 5.92.0*

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

 kde-frameworks/khtml/khtml-5.92.0.ebuild | 71 
 1 file changed, 71 deletions(-)

diff --git a/kde-frameworks/khtml/khtml-5.92.0.ebuild 
b/kde-frameworks/khtml/khtml-5.92.0.ebuild
deleted file mode 100644
index 9127842347..00
--- a/kde-frameworks/khtml/khtml-5.92.0.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
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="KHTML web rendering engine"
-LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-BDEPEND="
-   dev-lang/perl
-   dev-util/gperf
-"
-RDEPEND="
-   dev-libs/openssl:0
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kjs-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwallet-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   media-libs/giflib:=
-   media-libs/libpng:0=
-   >=media-libs/phonon-4.11.0
-   sys-libs/zlib
-   virtual/jpeg:0
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libX11
-   )
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtx11extras-${QTMIN}:5 )
-   X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package X X11)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/purpose/

2022-03-13 Thread Andreas Sturmlechner
commit: 91a37935b4661186ec6b646d8f4634e3c7b5cfbb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:27:00 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:27:00 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=91a37935

kde-frameworks/purpose: drop 5.92.0*

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

 kde-frameworks/purpose/purpose-5.92.0.ebuild | 69 
 1 file changed, 69 deletions(-)

diff --git a/kde-frameworks/purpose/purpose-5.92.0.ebuild 
b/kde-frameworks/purpose/purpose-5.92.0.ebuild
deleted file mode 100644
index 0d2e408ffe..00
--- a/kde-frameworks/purpose/purpose-5.92.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/krunner/

2022-03-13 Thread Andreas Sturmlechner
commit: c601d4587c189290b457140ac5cc6a6d0333
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:26:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:26:58 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c601d458

kde-frameworks/krunner: drop 5.92.0*

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

 kde-frameworks/krunner/krunner-5.92.0.ebuild | 47 
 1 file changed, 47 deletions(-)

diff --git a/kde-frameworks/krunner/krunner-5.92.0.ebuild 
b/kde-frameworks/krunner/krunner-5.92.0.ebuild
deleted file mode 100644
index 2f9c5b2e89..00
--- a/kde-frameworks/krunner/krunner-5.92.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for providing different actions given a string query"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="activities"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/plasma-${PVCUT}*:5
-   =kde-frameworks/solid-${PVCUT}*:5
-   =kde-frameworks/threadweaver-${PVCUT}*:5
-   activities? ( =kde-frameworks/kactivities-${PVCUT}*:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package activities KF5Activities)
-   )
-   ecm_src_configure
-}
-
-src_test() {
-   # requires virtual dbus, otherwise hangs; bugs #630672, #789351
-   local myctestargs=(
-   -E "(dbusrunnertest|runnermanagersinglerunnermodetest)"
-   )
-   ecm_src_test
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/ktextwidgets/

2022-03-13 Thread Andreas Sturmlechner
commit: 2bd067e052aba41ebb3f99f1708bd41855759a7a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:26:59 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:26:59 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2bd067e0

kde-frameworks/ktextwidgets: drop 5.92.0*

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

 .../ktextwidgets/ktextwidgets-5.92.0.ebuild| 38 --
 1 file changed, 38 deletions(-)

diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.92.0.ebuild 
b/kde-frameworks/ktextwidgets/ktextwidgets-5.92.0.ebuild
deleted file mode 100644
index 94fb07057e..00
--- a/kde-frameworks/ktextwidgets/ktextwidgets-5.92.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing an assortment of widgets for displaying and 
editing text"
-LICENSE="LGPL-2+ LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="speech"
-
-DEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   speech? ( >=dev-qt/qtspeech-${QTMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package speech Qt5TextToSpeech)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kparts/

2022-03-13 Thread Andreas Sturmlechner
commit: a8bbd8e3e5df3fd09e6d98409539a359486cd5e2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:26:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:26:58 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=a8bbd8e3

kde-frameworks/kparts: drop 5.92.0*

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

 kde-frameworks/kparts/kparts-5.92.0.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/kde-frameworks/kparts/kparts-5.92.0.ebuild 
b/kde-frameworks/kparts/kparts-5.92.0.ebuild
deleted file mode 100644
index 5747850d3c..00
--- a/kde-frameworks/kparts/kparts-5.92.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing elaborate user-interface components"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   >=kde-frameworks/ktextwidgets-${PVCUT}:5
-"



[gentoo-commits] proj/kde:master commit in: kde-frameworks/plasma/

2022-03-13 Thread Andreas Sturmlechner
commit: fde2e0e87390b1710b5cb72f681a5ea0955d31af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:27:00 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:27:00 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fde2e0e8

kde-frameworks/plasma: drop 5.92.0*

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

 kde-frameworks/plasma/plasma-5.92.0.ebuild | 73 --
 1 file changed, 73 deletions(-)

diff --git a/kde-frameworks/plasma/plasma-5.92.0.ebuild 
b/kde-frameworks/plasma/plasma-5.92.0.ebuild
deleted file mode 100644
index 0a0ae5ff71..00
--- a/kde-frameworks/plasma/plasma-5.92.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="${PN}-framework"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Plasma framework"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="gles2-only man wayland X"
-
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5[gles2-only=,X=]
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtsql-${QTMIN}:5
-   >=dev-qt/qtsvg-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kactivities-${PVCUT}*:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kdeclarative-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kpackage-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   !gles2-only? ( media-libs/libglvnd[X?] )
-   wayland? (
-   =kde-frameworks/kwayland-${PVCUT}*:5
-   media-libs/libglvnd
-   )
-   X? (
-   >=dev-qt/qtx11extras-${QTMIN}:5
-   x11-libs/libX11
-   x11-libs/libxcb
-   )
-"
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )
-"
-BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package !gles2-only OpenGL)
-   $(cmake_use_find_package man KF5DocTools)
-   $(cmake_use_find_package wayland EGL)
-   $(cmake_use_find_package wayland KF5Wayland)
-   $(cmake_use_find_package X X11)
-   $(cmake_use_find_package X XCB)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/countryflags/

2022-03-13 Thread Andreas Sturmlechner
commit: 9977da4962c1396b9132eff8a16674316a6468f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:27:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:27:01 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=9977da49

kde-frameworks/countryflags: drop 5.92.0*

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

 .../countryflags/countryflags-5.92.0.ebuild| 22 --
 1 file changed, 22 deletions(-)

diff --git a/kde-frameworks/countryflags/countryflags-5.92.0.ebuild 
b/kde-frameworks/countryflags/countryflags-5.92.0.ebuild
deleted file mode 100644
index f64b0a75fb..00
--- a/kde-frameworks/countryflags/countryflags-5.92.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="false"
-KDE_ORG_NAME="kdelibs4support"
-inherit ecm kde.org
-
-DESCRIPTION="Icons of flags for various countries"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-
-CMAKE_USE_DIR="${S}/src/l10n"
-
-# https://phabricator.kde.org/T13722
-# https://invent.kde.org/frameworks/breeze-icons/-/issues/1
-PATCHES=( "${FILESDIR}/${PN}-5.90.0-standalone.patch" )
-
-RDEPEND="!

[gentoo-commits] proj/kde:master commit in: kde-frameworks/kservice/

2022-03-13 Thread Andreas Sturmlechner
commit: 77abf26dca413afe1a33692f4f42f1b19f083f75
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:26:58 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:26:58 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=77abf26d

kde-frameworks/kservice: drop 5.92.0*

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

 kde-frameworks/kservice/kservice-5.92.0.ebuild | 50 --
 1 file changed, 50 deletions(-)

diff --git a/kde-frameworks/kservice/kservice-5.92.0.ebuild 
b/kde-frameworks/kservice/kservice-5.92.0.ebuild
deleted file mode 100644
index 3905ea33d9..00
--- a/kde-frameworks/kservice/kservice-5.92.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Advanced plugin and service introspection"
-
-LICENSE="LGPL-2 LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+man"
-
-# requires running kde environment
-RESTRICT="test"
-
-BDEPEND="
-   sys-devel/bison
-   sys-devel/flex
-   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-"
-DEPEND="${RDEPEND}
-   test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DAPPLICATIONS_MENU_NAME=kf5-applications.menu
-   $(cmake_use_find_package man KF5DocTools)
-   )
-
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-
-   # bug 596316
-   dosym kf5-applications.menu /etc/xdg/menus/applications.menu
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/ktexteditor/

2022-03-13 Thread Andreas Sturmlechner
commit: d1899d55e3ecab16eea9cc3461a9343c516b7128
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:26:59 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:26:59 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1899d55

kde-frameworks/ktexteditor: drop 5.92.0*

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

 .../ktexteditor/ktexteditor-5.92.0.ebuild  | 55 --
 1 file changed, 55 deletions(-)

diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.92.0.ebuild 
b/kde-frameworks/ktexteditor/ktexteditor-5.92.0.ebuild
deleted file mode 100644
index 76c58654bc..00
--- a/kde-frameworks/ktexteditor/ktexteditor-5.92.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=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework providing a full text editor component"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+editorconfig"
-
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/karchive-${PVCUT}*:5
-   =kde-frameworks/kauth-${PVCUT}*:5
-   =kde-frameworks/kcodecs-${PVCUT}*:5
-   =kde-frameworks/kcompletion-${PVCUT}*:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kjobwidgets-${PVCUT}*:5
-   =kde-frameworks/kparts-${PVCUT}*:5
-   =kde-frameworks/ktextwidgets-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kxmlgui-${PVCUT}*:5
-   =kde-frameworks/sonnet-${PVCUT}*:5
-   =kde-frameworks/syntax-highlighting-${PVCUT}*:5
-   editorconfig? ( app-text/editorconfig-core-c )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( >=kde-frameworks/kservice-${PVCUT}:5 )"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package editorconfig EditorConfig)
-   )
-
-   ecm_src_configure
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kxmlgui/

2022-03-13 Thread Andreas Sturmlechner
commit: 718827576af994ae209375447085e221d93f01d3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:27:00 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:27:00 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=71882757

kde-frameworks/kxmlgui: drop 5.92.0*

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

 kde-frameworks/kxmlgui/kxmlgui-5.92.0.ebuild | 46 
 1 file changed, 46 deletions(-)

diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.92.0.ebuild 
b/kde-frameworks/kxmlgui/kxmlgui-5.92.0.ebuild
deleted file mode 100644
index 50c7f05230..00
--- a/kde-frameworks/kxmlgui/kxmlgui-5.92.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_DESIGNERPLUGIN="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework for managing menu and toolbar actions in an abstract 
way"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-LICENSE="LGPL-2+"
-IUSE=""
-
-# slot op: includes QtCore/private/qlocale_p.h
-DEPEND="
-   >=dev-qt/qtcore-${QTMIN}:5=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
-   >=dev-qt/qtprintsupport-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   >=dev-qt/qtxml-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kglobalaccel-${PVCUT}*:5
-   =kde-frameworks/kguiaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kiconthemes-${PVCUT}*:5
-   =kde-frameworks/kitemviews-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-"
-RDEPEND="${DEPEND}"
-
-src_test() {
-   # Files are missing; whatever. Bugs 650290, 668198, 808216
-   local myctestargs=(
-   -E 
"(ktoolbar_unittest|kxmlgui_unittest|ktooltiphelper_unittest)"
-   )
-
-   ecm_src_test
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kwallet/

2022-03-13 Thread Andreas Sturmlechner
commit: 6fdbf90d695b63ae28529b4c2bf90c1352631a25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:26:59 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:26:59 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=6fdbf90d

kde-frameworks/kwallet: drop 5.92.0*

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

 kde-frameworks/kwallet/kwallet-5.92.0.ebuild | 53 
 1 file changed, 53 deletions(-)

diff --git a/kde-frameworks/kwallet/kwallet-5.92.0.ebuild 
b/kde-frameworks/kwallet/kwallet-5.92.0.ebuild
deleted file mode 100644
index a371a605fe..00
--- a/kde-frameworks/kwallet/kwallet-5.92.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature
-
-DESCRIPTION="Framework providing desktop-wide storage for passwords"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="gpg +man"
-
-BDEPEND="
-   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-DEPEND="
-   dev-libs/libgcrypt:0=
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kconfigwidgets-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   gpg? ( >=app-crypt/gpgme-1.7.1:=[cxx,qt5] )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package gpg Gpgmepp)
-   $(cmake_use_find_package man KF5DocTools)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Auto-unlocking after account login" 
kde-plasma/kwallet-pam
-   optfeature "KWallet management" kde-apps/kwalletmanager:5
-   elog "For more information, read 
https://wiki.gentoo.org/wiki/KDE#KWallet";
-   fi
-   ecm_pkg_postinst
-}



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kinit/

2022-03-13 Thread Andreas Sturmlechner
commit: 5426e9e080066721316fe2fda324cb719d59a6a8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 19:26:56 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:26:56 2022 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=5426e9e0

kde-frameworks/kinit: drop 5.92.0*

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

 kde-frameworks/kinit/kinit-5.92.0.ebuild | 51 
 1 file changed, 51 deletions(-)

diff --git a/kde-frameworks/kinit/kinit-5.92.0.ebuild 
b/kde-frameworks/kinit/kinit-5.92.0.ebuild
deleted file mode 100644
index 591d4a01dd..00
--- a/kde-frameworks/kinit/kinit-5.92.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Helper library to speed up start of applications on KDE work 
spaces"
-
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+caps +man X"
-
-BDEPEND="
-   man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )
-"
-RDEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/kcrash-${PVCUT}*:5
-   =kde-frameworks/kdbusaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/kwindowsystem-${PVCUT}*:5
-   caps? ( sys-libs/libcap )
-   X? (
-   x11-libs/libX11
-   x11-libs/libxcb
-   )
-"
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto )
-"
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package caps Libcap)
-   $(cmake_use_find_package man KF5DocTools)
-   $(cmake_use_find_package X X11)
-   $(cmake_use_find_package X XCB)
-   )
-
-   ecm_src_configure
-}



  1   2   3   >