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

2021-07-08 Thread William Hubbs
commit: 2eda22543aba9d77ca6ac52dcd9d4abc55d0b6f7
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jul  9 05:53:28 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jul  9 05:53:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eda2254

sys-fs/udev: 249 bump

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

 sys-fs/udev/Manifest|   1 +
 sys-fs/udev/udev-249.ebuild | 232 
 2 files changed, 233 insertions(+)

diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest
index 9467a06ba08..596b892bb2b 100644
--- a/sys-fs/udev/Manifest
+++ b/sys-fs/udev/Manifest
@@ -1,4 +1,5 @@
 DIST systemd-246.tar.gz 9534036 BLAKE2B 
71b72abcd4d066d35d45d9835d41bec8faa9a7eddc80b48fe7073223f07d32f78a8442c52dc0800940f9750d9c5502123a633738981d797cf610d85df2035bf0
 SHA512 
7103f7da53f7ced3b5543c238f23bd11c82af8e37166c1720a90576b6b431b4329320c78726166c65a9f5e101dd465c0a86dd13c586c4e55e608a6273d8f324f
 DIST systemd-248.tar.gz 10306883 BLAKE2B 
3cb25d6101136a5f57e841d3f464f0d7649f6c1cb190b25e4dbf0a8f2be075d04a3cbe92e2fee5bb6a03b73bd8195d8c7b691661b39b7850547d512219cc40af
 SHA512 
486f6ac6c2897a2aac97a59306091a03fd50768340407401e1f088ea5b21c67dae726bff4cbe53cec6b89a8f0ee72205b340165a4fe3a3c16cff6d176506c6e0
+DIST systemd-249.tar.gz 10588828 BLAKE2B 
f7896dea0bdec25125188b94ee84270b972649b1eb16599bed1967ced79f62dbfd1494e22362934f418823c054b342fb24dc57706b49520814beb95b6956bf27
 SHA512 
0810d09cc32e4aaa4425ee5b7ddf129262b061ce159cbd43571fabda48285243d8f80b566379ece9215d531b9407ee45e1e72c71935644fea31c7bca1bbf540c
 DIST systemd-stable-245.5.tar.gz 9020836 BLAKE2B 
7753eecceffa86c9208c3e71df2037b58b445f9090b73c6ff499b4170b94488a1fd1cabcd17cbb98506a692875a3eef07a40a54d23e09c331a01319f8d03d13d
 SHA512 
47de4a59980643002f325c499eeb4dd76fa9f1d1267686e7564f103690487bf85974590d7cb3e3641409e5bfba567fe2a66efa80320e7e8adc48af4461e2e172
 DIST systemd-stable-247.2.tar.gz 9890845 BLAKE2B 
5363f429f4e629b9a05248b77f7c102da37e23c5678e14621ca67edeea59d7995064d037f04eb0ce57dd17a1b3a40a04e00619f77dbde82a61aabbc02f5bc412
 SHA512 
220739bedb7ccbb35d9d2ff441a52e0615fbe80da5141f7e0420d469f4d66d3604ea72ce70c3deaa2afa5a32b3c7eec4340738337c96891b471e23ed43cd6a82

diff --git a/sys-fs/udev/udev-249.ebuild b/sys-fs/udev/udev-249.ebuild
new file mode 100644
index 000..01117409e7f
--- /dev/null
+++ b/sys-fs/udev/udev-249.ebuild
@@ -0,0 +1,232 @@
+# Copyright 2003-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit bash-completion-r1 linux-info meson-multilib ninja-utils python-any-r1 
toolchain-funcs udev usr-ldscript
+
+if [[ ${PV} = * ]] ; then
+   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
+   inherit git-r3
+else
+   if [[ ${PV} == *.* ]] ; then
+   MY_PN=systemd-stable
+   else
+   MY_PN=systemd
+   fi
+   MY_PV="${PV/_/-}"
+   MY_P="${MY_PN}-${MY_PV}"
+   S="${WORKDIR}/${MY_P}"
+   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86"
+fi
+
+DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace 
devfs)"
+HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd;
+
+LICENSE="LGPL-2.1 MIT GPL-2"
+SLOT="0"
+IUSE="acl +kmod selinux static-libs"
+
+RESTRICT="test"
+
+BDEPEND="
+   dev-util/gperf
+   >=dev-util/intltool-0.50
+   >=sys-apps/coreutils-8.16
+   virtual/pkgconfig
+   app-text/docbook-xml-dtd:4.2
+   app-text/docbook-xml-dtd:4.5
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   ${PYTHON_DEPS}
+"
+COMMON_DEPEND="
+   >=sys-apps/util-linux-2.30[${MULTILIB_USEDEP}]
+   sys-libs/libcap:0=[${MULTILIB_USEDEP}]
+   acl? ( sys-apps/acl )
+   kmod? ( >=sys-apps/kmod-15 )
+   selinux? ( >=sys-libs/libselinux-2.1.9 )
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-kernel/linux-headers-3.9
+"
+RDEPEND="${COMMON_DEPEND}
+   acct-group/kmem
+   acct-group/tty
+   acct-group/audio
+   acct-group/cdrom
+   acct-group/dialout
+   acct-group/disk
+   acct-group/input
+   acct-group/kvm
+   acct-group/lp
+   acct-group/render
+   acct-group/tape
+   acct-group/video
+   !sys-apps/gentoo-systemd-integration
+   !sys-apps/systemd
+"
+PDEPEND=">=sys-apps/hwids-20140304[udev]
+   >=sys-fs/udev-init-scripts-34"
+
+pkg_setup() {
+   if [[ ${MERGE_TYPE} != buildonly ]] ; then
+   CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER 
~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET 
~!FW_LOADER_USER_HELPER ~UNIX"
+   linux-info_pkg_setup
+
+   # CONFIG_FHANDLE was introduced by 2.6.39
+   local MINKV=2.6.39
+
+   if kernel_is -lt ${MINKV//./ } ; then

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

2021-07-08 Thread Matt Turner
commit: 875ed733e9e48de4eaec0f9cdd974fb998d44fb3
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul  9 04:48:27 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul  9 04:48:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875ed733

x11-wm/mutter: Limit dep to xorg-server that ships cvt

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

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

diff --git a/x11-wm/mutter/mutter-40.2.1.ebuild 
b/x11-wm/mutter/mutter-40.2.1.ebuild
index d7cd77150f8..0e7403318d2 100644
--- a/x11-wm/mutter/mutter-40.2.1.ebuild
+++ b/x11-wm/mutter/mutter-40.2.1.ebuild
@@ -94,7 +94,7 @@ BDEPEND="
>=sys-kernel/linux-headers-4.4
|| (
x11-libs/libxcvt
-   x11-base/xorg-server[xorg,-minimal]
+   

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

2021-07-08 Thread Sam James
commit: c5b5348822d750534a09b5e112cfc04ff0088235
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 04:26:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 04:27:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b53488

profiles: drop obsolete opentmpfiles mask for specific version

The problematic version requiring a separate mask is gone at least
(unrelated to the security bug).

See: c819870ebb9ff2cf25e276527fbcd6affe74c297
Bug: https://bugs.gentoo.org/751739
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8efa2137c14..57c8e08f808 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -541,12 +541,6 @@ dev-go/qt
 media-plugins/kodi-game-libretro-nestopia
 media-plugins/kodi-game-libretro-dosbox
 
-# Georgy Yakovlev  (2020-10-30)
-# broken acl handling, possible broken chattr handling
-# needs more testing
-# bug #751739
-=sys-apps/opentmpfiles-0.3.1
-
 # Andreas Sturmlechner  (2020-10-26)
 # Historical metapackage that exists in slot 5 only for transition from KDE 
SC4.
 # Masked for removal on 2021-08-31. Replaced by:



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

2021-07-08 Thread Sam James
commit: f6970cc51c44de313e269e2150f9dbd739338762
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 04:25:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 04:25:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6970cc5

profiles/features/selinux: drop obsolete opentmpfiles restriction

The problematic version requiring a separate mask is gone at least
(unrelated to the security bug).

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

 profiles/features/selinux/package.unmask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/features/selinux/package.unmask 
b/profiles/features/selinux/package.unmask
index c2fdcbc1d35..e3b106221de 100644
--- a/profiles/features/selinux/package.unmask
+++ b/profiles/features/selinux/package.unmask
@@ -3,5 +3,5 @@
 
 # Ionen Wolkens  (2021-07-09)
 # Unmask opentmpfiles on selinux profiles until systemd-tmpfiles is
-# usable (bug #801217). Lower bound to keep 0.3.1 mask active.
-

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

2021-07-08 Thread Sam James
commit: e8bbd489c0d3537fef06e271a00e11ac68cd7018
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 04:24:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 04:24:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bbd489

profiles/features/uclibc: drop obsolete opentmpfiles restriction

The problematic version requiring a separate mask is gone at least
(unrelated to the security bug).

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

 profiles/features/uclibc/package.unmask | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/features/uclibc/package.unmask 
b/profiles/features/uclibc/package.unmask
index 3c4392737b2..73afa680a14 100644
--- a/profiles/features/uclibc/package.unmask
+++ b/profiles/features/uclibc/package.unmask
@@ -3,5 +3,5 @@
 
 # Ionen Wolkens  (2021-07-09)
 # Unmask opentmpfiles on uclibc profiles until systemd-tmpfiles is
-# usable (bug #801106). Lower bound to keep 0.3.1 mask active.
-

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

2021-07-08 Thread Sam James
commit: a6b3bf586ac97ab4858208b3966c480962e50d38
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 04:23:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 04:23:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b3bf58

sys-libs/glibc: Stabilize 2.33-r1 arm64, #792261

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

 sys-libs/glibc/glibc-2.33-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.33-r1.ebuild 
b/sys-libs/glibc/glibc-2.33-r1.ebuild
index 419cc214e00..fe0ef6cbb24 100644
--- a/sys-libs/glibc/glibc-2.33-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r1.ebuild
@@ -23,7 +23,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



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

2021-07-08 Thread Sam James
commit: f253d07361768c02cfe7c0c2423162a77e0a9967
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 04:19:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 04:19:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f253d073

sys-libs/glibc: Stabilize 2.33-r1 arm, #792261

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

 sys-libs/glibc/glibc-2.33-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.33-r1.ebuild 
b/sys-libs/glibc/glibc-2.33-r1.ebuild
index b0ad898257d..419cc214e00 100644
--- a/sys-libs/glibc/glibc-2.33-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r1.ebuild
@@ -23,7 +23,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



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

2021-07-08 Thread William Hubbs
commit: c819870ebb9ff2cf25e276527fbcd6affe74c297
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Jul  9 04:17:36 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Jul  9 04:18:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c819870e

sys-apps/opentmpfiles: remove 0.3.1 and live ebuild

Bug: https://bugs.gentoo.org/751739
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-apps/opentmpfiles/Manifest  |  1 -
 sys-apps/opentmpfiles/opentmpfiles-0.3.1.ebuild | 54 -
 sys-apps/opentmpfiles/opentmpfiles-.ebuild  | 54 -
 3 files changed, 109 deletions(-)

diff --git a/sys-apps/opentmpfiles/Manifest b/sys-apps/opentmpfiles/Manifest
index dfc52126254..9865ce6a8da 100644
--- a/sys-apps/opentmpfiles/Manifest
+++ b/sys-apps/opentmpfiles/Manifest
@@ -2,4 +2,3 @@ DIST opentmpfiles-0.1.1.tar.gz 5626 BLAKE2B 
2b2d21bae0c8280f31ea1ad35cd857a94b3d
 DIST opentmpfiles-0.1.2.tar.gz 5614 BLAKE2B 
d49485535bc3b92ba7e9a2af511969b1793d94187a2600b3196314bef8de235fe7a640bb2b7f78f51727f94c18556fc27e7996ffccef71ff94e006b9f9a63810
 SHA512 
d86ba71e5fe96d7a8e1999e14b0b99c78e850c42fbfefd203916edca593d0269feaf2252aa01cc35a838906fc2909015430f72cde8370e2d5b1d478a11fe456d
 DIST opentmpfiles-0.1.3.tar.gz 5691 BLAKE2B 
56d79f0279a46ed3b4e13f94a7f2c7d494df245a17b8533c48cff357c21db56485bd076e375f3b4e2c9a140a65e8ab472a8a1030bbee0853463f734c316f71e8
 SHA512 
fd0b10ebfeb621466edadede50ec6e8f415861ab3b14b833c75bd71f7296e9c091e59144d39e1f9efd342b6d97776cade5a692c941085e33e9651fd885da7121
 DIST opentmpfiles-0.2.tar.gz 5711 BLAKE2B 
e1ee7820b2d184d18e63e7e9d93227bb301eb82be8c2b6021c7a1092f55a4ca2bb5dfb7494ff00c3b6debace1963f6c89011ff557f665f0a93c907bd759a4c6f
 SHA512 
bc384cc9156ba6c54d3308ddad4d26b1877f020aa8558e82df2ed49ffa65e0fed5a49eaa11b27193bfe2ad11a4d7368f7cdbc225b820b309af3b299327ddb07b
-DIST opentmpfiles-0.3.1.tar.gz 6843 BLAKE2B 
20cb40b34fd8db37da5797dc25912000f7d1feb38952b99c044220666cb21871eb40d3853074cb33ee8bcce8dc4858d102aeccb5730ce28df47e99a7edb50f2d
 SHA512 
1e0985403013ac10c0fe50a7ba61a250357b1ea7ea426f9dc92d7071e97eb0e5209448550cf427734b917599defa5123254044d5352b9dcaa22e562e5ca6821f

diff --git a/sys-apps/opentmpfiles/opentmpfiles-0.3.1.ebuild 
b/sys-apps/opentmpfiles/opentmpfiles-0.3.1.ebuild
deleted file mode 100644
index 77eba6b9687..000
--- a/sys-apps/opentmpfiles/opentmpfiles-0.3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit prefix
-
-if [[ ${PV} = * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/openrc/${PN};
-else
-   SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz ->
-   ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files"
-HOMEPAGE="https://github.com/openrc/opentmpfiles;
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="selinux"
-
-RDEPEND="!https://github.com/openrc/${PN};
-else
-   SRC_URI="https://github.com/openrc/${PN}/archive/${PV}.tar.gz ->
-   ${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
-fi
-
-DESCRIPTION="A standalone utility to process systemd-style tmpfiles.d files"
-HOMEPAGE="https://github.com/openrc/opentmpfiles;
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="selinux"
-
-RDEPEND="!

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

2021-07-08 Thread Ionen Wolkens
commit: 2757616782a8356b55f704e5e98d894c59a964d9
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul  9 02:53:23 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul  9 03:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27576167

media-gfx/openvdb: prevent using lib/ by default for glfw

Formerly benign because it'd find nothing and try $(get_libdir)
next, but glfw now has multilib support.

This simple fix should be safe enough for stable version as well.

Closes: https://bugs.gentoo.org/800200
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch | 12 
 media-gfx/openvdb/openvdb-7.0.0-r1.ebuild   |  1 +
 media-gfx/openvdb/openvdb-7.1.0-r1.ebuild   |  1 +
 media-gfx/openvdb/openvdb-8.0.1.ebuild  |  1 +
 4 files changed, 15 insertions(+)

diff --git a/media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch 
b/media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch
new file mode 100644
index 000..991c5a6a568
--- /dev/null
+++ b/media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch
@@ -0,0 +1,12 @@
+Custom cmake file used to find GLFW always looks at lib/cmake first
+ignoring alternate libdirs and leads to using wrong libraries.
+https://bugs.gentoo.org/800200
+--- a/cmake/OpenVDBGLFW3Setup.cmake
 b/cmake/OpenVDBGLFW3Setup.cmake
+@@ -84,5 +84,5 @@
+ list(APPEND _GLFW3_ROOT_SEARCH_DIR ${SYSTEM_LIBRARY_PATHS})
+ 
+-set(_GLFW3_PATH_SUFFIXES "lib/cmake/glfw3" "cmake/glfw3" "glfw3")
++set(_GLFW3_PATH_SUFFIXES "cmake/glfw3" "glfw3")
+ 
+ # GLFW 3.1 installs CMake modules into glfw instead of glfw3

diff --git a/media-gfx/openvdb/openvdb-7.0.0-r1.ebuild 
b/media-gfx/openvdb/openvdb-7.0.0-r1.ebuild
index 21735fd515a..10868f647c6 100644
--- a/media-gfx/openvdb/openvdb-7.0.0-r1.ebuild
+++ b/media-gfx/openvdb/openvdb-7.0.0-r1.ebuild
@@ -66,6 +66,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}/${PN}-7.1.0-0001-Fix-multilib-header-source.patch"
"${FILESDIR}/${PN}-7.1.0-0002-Fix-doc-install-dir.patch"
+   "${FILESDIR}/${PN}-8.0.1-glfw-libdir.patch"
 )
 
 pkg_setup() {

diff --git a/media-gfx/openvdb/openvdb-7.1.0-r1.ebuild 
b/media-gfx/openvdb/openvdb-7.1.0-r1.ebuild
index 52e0454b175..ed2847345e4 100644
--- a/media-gfx/openvdb/openvdb-7.1.0-r1.ebuild
+++ b/media-gfx/openvdb/openvdb-7.1.0-r1.ebuild
@@ -66,6 +66,7 @@ BDEPEND="
 PATCHES=(
"${FILESDIR}/${P}-0001-Fix-multilib-header-source.patch"
"${FILESDIR}/${P}-0002-Fix-doc-install-dir.patch"
+   "${FILESDIR}/${PN}-8.0.1-glfw-libdir.patch"
 )
 
 pkg_setup() {

diff --git a/media-gfx/openvdb/openvdb-8.0.1.ebuild 
b/media-gfx/openvdb/openvdb-8.0.1.ebuild
index 11350d22c91..f6827c2006e 100644
--- a/media-gfx/openvdb/openvdb-8.0.1.ebuild
+++ b/media-gfx/openvdb/openvdb-8.0.1.ebuild
@@ -65,6 +65,7 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}/${PN}-7.1.0-0001-Fix-multilib-header-source.patch"
+   "${FILESDIR}/${P}-glfw-libdir.patch"
 )
 
 pkg_setup() {



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

2021-07-08 Thread Sam James
commit: d290b18cd202b4146f0526fca8f647fe095483da
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 02:58:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 02:59:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d290b18c

net-analyzer/wireshark: drop 3.4.5

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

 net-analyzer/wireshark/Manifest   |   1 -
 net-analyzer/wireshark/wireshark-3.4.5.ebuild | 278 --
 2 files changed, 279 deletions(-)

diff --git a/net-analyzer/wireshark/Manifest b/net-analyzer/wireshark/Manifest
index 54b662e99e0..4d1d537c8d0 100644
--- a/net-analyzer/wireshark/Manifest
+++ b/net-analyzer/wireshark/Manifest
@@ -1,2 +1 @@
-DIST wireshark-3.4.5.tar.xz 32300144 BLAKE2B 
061da39322627ff49c0c7320049e4f5d795cf4def623efbab9a62107e6a19322049e39ed95519479e6e3a4283b2e53cfc31a5549a109ced74fea7deeef794399
 SHA512 
f54d9287a48f09bbc085170791b5ca2dcc84cda55040f45f2c4a6abbe828548391e4a931536163c781e69843765a598bd29a240ad43276d0d1bb42d1cd23972a
 DIST wireshark-3.4.6.tar.xz 32304604 BLAKE2B 
17eb721dd56482e856b10bfb19b3e3f61b9ce4b285415dedcac0b03114969a672b11b975fe2c8c5a56656dc07d744413c3019a2fc38cefa954e735f3cc1162f8
 SHA512 
eac358bb6457ba704db364a8a8431652e8427f17f5a69d92195fe00afb8db028b92a6a36e216ee5f692621b1ad35ea2f6cebdb08076f091e76a04e048192b89d

diff --git a/net-analyzer/wireshark/wireshark-3.4.5.ebuild 
b/net-analyzer/wireshark/wireshark-3.4.5.ebuild
deleted file mode 100644
index 5e3828b5721..000
--- a/net-analyzer/wireshark/wireshark-3.4.5.ebuild
+++ /dev/null
@@ -1,278 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-{1..2} )
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit fcaps flag-o-matic lua-single python-any-r1 qmake-utils xdg-utils cmake
-
-DESCRIPTION="A network protocol analyzer formerly known as ethereal"
-HOMEPAGE="https://www.wireshark.org/;
-
-if [[ ${PV} == ** ]] ; then
-   EGIT_REPO_URI="https://gitlab.com/wireshark/wireshark;
-   inherit git-r3
-else
-   
SRC_URI="https://www.wireshark.org/download/src/all-versions/${P/_/}.tar.xz;
-   S="${WORKDIR}/${P/_/}"
-
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc64 x86"
-fi
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-IUSE="androiddump bcg729 brotli +capinfos +captype ciscodump +dftest doc 
dpauxmon"
-IUSE+=" +dumpcap +editcap http2 ilbc kerberos libxml2 lto lua lz4 maxminddb"
-IUSE+=" +mergecap +minizip +netlink opus +plugins plugin-ifdemo +pcap +qt5 
+randpkt"
-IUSE+=" +randpktdump +reordercap sbc selinux +sharkd smi snappy spandsp 
sshdump ssl"
-IUSE+=" sdjournal test +text2pcap tfshark +tshark +udpdump zlib +zstd"
-
-CDEPEND="
-   acct-group/pcap
-   >=dev-libs/glib-2.32:2
-   >=net-dns/c-ares-1.5
-   dev-libs/libgcrypt:0
-   bcg729? ( media-libs/bcg729 )
-   brotli? ( app-arch/brotli )
-   ciscodump? ( >=net-libs/libssh-0.6 )
-   filecaps? ( sys-libs/libcap )
-   http2? ( net-libs/nghttp2 )
-   ilbc? ( media-libs/libilbc )
-   kerberos? ( virtual/krb5 )
-   libxml2? ( dev-libs/libxml2 )
-   lua? ( ${LUA_DEPS} )
-   lz4? ( app-arch/lz4 )
-   maxminddb? ( dev-libs/libmaxminddb )
-   minizip? ( sys-libs/zlib[minizip] )
-   netlink? ( dev-libs/libnl:3 )
-   opus? ( media-libs/opus )
-   pcap? ( net-libs/libpcap )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtmultimedia:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   x11-misc/xdg-utils
-   )
-   sbc? ( media-libs/sbc )
-   sdjournal? ( sys-apps/systemd )
-   smi? ( net-libs/libsmi )
-   snappy? ( app-arch/snappy )
-   spandsp? ( media-libs/spandsp )
-   sshdump? ( >=net-libs/libssh-0.6 )
-   ssl? ( net-libs/gnutls:= )
-   zlib? ( sys-libs/zlib )
-   zstd? ( app-arch/zstd )
-"
-# We need perl for `pod2html`. The rest of the perl stuff is to block older
-# and broken installs. #455122
-DEPEND="
-   ${CDEPEND}
-   ${PYTHON_DEPS}
-"
-BDEPEND="
-   dev-lang/perl
-   sys-devel/bison
-   sys-devel/flex
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen
-   dev-ruby/asciidoctor
-   )
-   qt5? (
-   dev-qt/linguist-tools:5
-   )
-   test? (
-   dev-python/pytest
-   dev-python/pytest-xdist
-   )
-"
-RDEPEND="
-   ${CDEPEND}
-   qt5? ( virtual/freedesktop-icon-theme )
-   selinux? ( sec-policy/selinux-wireshark )
-"
-REQUIRED_USE="
-   lua? ( ${LUA_REQUIRED_USE} )
-   plugin-ifdemo? ( plugins )
-"
-
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-2.6.0-redhat.patch
-   "${FILESDIR}"/${PN}-3.4.2-cmake-lua-version.patch
-   "${FILESDIR}"/${PN}--ui-needs-wiretap.patch
-)
-
-pkg_setup() {
- 

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

2021-07-08 Thread Davide Pesavento
commit: 14d47719487d5e81fc1aaacb8e0d4e6347e65f10
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jul  9 02:46:57 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jul  9 02:46:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d47719

x11-libs/qscintilla: remove 2.12.1

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

 x11-libs/qscintilla/Manifest |  1 -
 x11-libs/qscintilla/qscintilla-2.12.1.ebuild | 80 
 2 files changed, 81 deletions(-)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index b8bfcc53e06..05ed79dc77b 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1,4 +1,3 @@
 DIST QScintilla-2.11.5.tar.gz 3007564 BLAKE2B 
e1eb7794b2e09f7bbfebde69a7c62c1a952e36b95f9c7a38c3db0b6bbdab8d0bad4a6d780dc9bf9b5e8d64111046f1741c6710d8444504230ee0f4154ce0a304
 SHA512 
46bc3c896b4ab71fbcc821ce3a248ecc4200378e0b621adef8d39092f940928806c76abe529b7f27ce4280e7e49091d8cbeafe6f303ca85cf5675df2887fd99b
 DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198
-DIST QScintilla_src-2.12.1.tar.gz 3059045 BLAKE2B 
500c4ec3109e09d07011fa6271721633d2a510ea672ac04a2d6c9d550b7dd7426d7b971e7c604856b818fdcd847dd466a82a8f1a84afd42f4f7164d325789ddd
 SHA512 
7e96b2e909f2bbd0f56220e53a8aaa6e6816b84fb96c4e22e3815a2e0322a87006d7567a05ae6b2490e9d2c51ca7c130e7b64780a897682579419ffd3a53ee1b
 DIST QScintilla_src-2.13.0.tar.gz 3059601 BLAKE2B 
8de5440c3019cb3f67ea25db2935dc8d8cd711298a8a49ce3f632937c538da5b8b337851c3f68c59eb3cb8df8396eebd8ac4f0b4d6d715c2519598eeda9b6586
 SHA512 
c72676e2d8463dde6e7c620e15a526eae056cfbf00bb5d013c315ebbf20340fcc79188c6e60c336679f7d18287066a26bdc96be2f1ef8a98b3adcada3ee09fd1

diff --git a/x11-libs/qscintilla/qscintilla-2.12.1.ebuild 
b/x11-libs/qscintilla/qscintilla-2.12.1.ebuild
deleted file mode 100644
index c754ae717fe..000
--- a/x11-libs/qscintilla/qscintilla-2.12.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils
-
-DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-S=${WORKDIR}/${MY_P}
-
-LICENSE="GPL-3"
-SLOT="0/15"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="designer doc"
-
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   designer? ( dev-qt/designer:5 )
-"
-DEPEND="${RDEPEND}"
-
-src_unpack() {
-   default
-
-   # Sub-slot sanity check
-   local subslot=${SLOT#*/}
-   local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/src/qscintilla.pro || die)
-   local major=${version%%.*}
-   if [[ ${subslot} != ${major} ]]; then
-   eerror
-   eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
-   eerror "Please update SLOT variable as follows:"
-   eerror "SLOT=\"${SLOT%%/*}/${major}\""
-   eerror
-   die "sub-slot sanity check failed"
-   fi
-}
-
-qsci_run_in() {
-   pushd "$1" >/dev/null || die
-   shift || die
-   "$@" || die
-   popd >/dev/null || die
-}
-
-src_configure() {
-   if use designer; then
-   # prevent building against system version (bug 466120)
-   append-cxxflags -I../src
-   append-ldflags -L../src
-   fi
-
-   qsci_run_in src eqmake5
-   use designer && qsci_run_in designer eqmake5
-}
-
-src_compile() {
-   qsci_run_in src emake
-   use designer && qsci_run_in designer emake
-}
-
-src_install() {
-   qsci_run_in src emake INSTALL_ROOT="${D}" install
-   use designer && qsci_run_in designer emake INSTALL_ROOT="${D}" install
-
-   use doc && HTML_DOCS=( doc/html/. )
-   einstalldocs
-}



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

2021-07-08 Thread Davide Pesavento
commit: 35177b30c86601a8b3cf86c8a78c4ee0d861c04f
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jul  9 02:37:27 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jul  9 02:37:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35177b30

x11-libs/qscintilla: add 2.13.0

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

 x11-libs/qscintilla/Manifest |  1 +
 x11-libs/qscintilla/qscintilla-2.13.0.ebuild | 80 
 2 files changed, 81 insertions(+)

diff --git a/x11-libs/qscintilla/Manifest b/x11-libs/qscintilla/Manifest
index da06d802b0b..b8bfcc53e06 100644
--- a/x11-libs/qscintilla/Manifest
+++ b/x11-libs/qscintilla/Manifest
@@ -1,3 +1,4 @@
 DIST QScintilla-2.11.5.tar.gz 3007564 BLAKE2B 
e1eb7794b2e09f7bbfebde69a7c62c1a952e36b95f9c7a38c3db0b6bbdab8d0bad4a6d780dc9bf9b5e8d64111046f1741c6710d8444504230ee0f4154ce0a304
 SHA512 
46bc3c896b4ab71fbcc821ce3a248ecc4200378e0b621adef8d39092f940928806c76abe529b7f27ce4280e7e49091d8cbeafe6f303ca85cf5675df2887fd99b
 DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198
 DIST QScintilla_src-2.12.1.tar.gz 3059045 BLAKE2B 
500c4ec3109e09d07011fa6271721633d2a510ea672ac04a2d6c9d550b7dd7426d7b971e7c604856b818fdcd847dd466a82a8f1a84afd42f4f7164d325789ddd
 SHA512 
7e96b2e909f2bbd0f56220e53a8aaa6e6816b84fb96c4e22e3815a2e0322a87006d7567a05ae6b2490e9d2c51ca7c130e7b64780a897682579419ffd3a53ee1b
+DIST QScintilla_src-2.13.0.tar.gz 3059601 BLAKE2B 
8de5440c3019cb3f67ea25db2935dc8d8cd711298a8a49ce3f632937c538da5b8b337851c3f68c59eb3cb8df8396eebd8ac4f0b4d6d715c2519598eeda9b6586
 SHA512 
c72676e2d8463dde6e7c620e15a526eae056cfbf00bb5d013c315ebbf20340fcc79188c6e60c336679f7d18287066a26bdc96be2f1ef8a98b3adcada3ee09fd1

diff --git a/x11-libs/qscintilla/qscintilla-2.13.0.ebuild 
b/x11-libs/qscintilla/qscintilla-2.13.0.ebuild
new file mode 100644
index 000..b724431bd16
--- /dev/null
+++ b/x11-libs/qscintilla/qscintilla-2.13.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic qmake-utils
+
+DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}_src-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-3"
+SLOT="0/15"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="designer doc"
+
+RDEPEND="
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   designer? ( dev-qt/designer:5 )
+"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+   default
+
+   # Sub-slot sanity check
+   local subslot=${SLOT#*/}
+   local version=$(sed -nre 's:.*VERSION\s*=\s*([0-9\.]+):\1:p' 
"${S}"/src/qscintilla.pro || die)
+   local major=${version%%.*}
+   if [[ ${subslot} != ${major} ]]; then
+   eerror
+   eerror "Ebuild sub-slot (${subslot}) does not match QScintilla 
major version (${major})"
+   eerror "Please update SLOT variable as follows:"
+   eerror "SLOT=\"${SLOT%%/*}/${major}\""
+   eerror
+   die "sub-slot sanity check failed"
+   fi
+}
+
+qsci_run_in() {
+   pushd "$1" >/dev/null || die
+   shift || die
+   "$@" || die
+   popd >/dev/null || die
+}
+
+src_configure() {
+   if use designer; then
+   # prevent building against system version (bug 466120)
+   append-cxxflags -I../src
+   append-ldflags -L../src
+   fi
+
+   qsci_run_in src eqmake5
+   use designer && qsci_run_in designer eqmake5
+}
+
+src_compile() {
+   qsci_run_in src emake
+   use designer && qsci_run_in designer emake
+}
+
+src_install() {
+   qsci_run_in src emake INSTALL_ROOT="${D}" install
+   use designer && qsci_run_in designer emake INSTALL_ROOT="${D}" install
+
+   use doc && HTML_DOCS=( doc/html/. )
+   einstalldocs
+}



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

2021-07-08 Thread Davide Pesavento
commit: 393fa008998e17fc523a66bf27d23b35ef136cfa
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jul  9 02:16:48 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jul  9 02:16:48 2021 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=393fa008

qt5-build.eclass: sync with gentoo.git

Signed-off-by: Davide Pesavento  gentoo.org>

 eclass/qt5-build.eclass | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index dbbba44e..0b2b5518 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -10,15 +10,14 @@
 # @BLURB: Eclass for Qt5 split ebuilds.
 # @DESCRIPTION:
 # This eclass contains various functions that are used when building Qt5.
-# Requires EAPI 7.
 
 if [[ ${CATEGORY} != dev-qt ]]; then
-   die "qt5-build.eclass is only to be used for building Qt 5"
+   die "${ECLASS} is only to be used for building Qt 5"
 fi
 
 case ${EAPI} in
-   7)  : ;;
-   *)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;
+   7) ;;
+   *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
 # @ECLASS-VARIABLE: QT5_BUILD_TYPE
@@ -26,7 +25,7 @@ esac
 # Default value is "release".
 # If PV matches "**", this is automatically set to "live".
 QT5_BUILD_TYPE=release
-if [[ ${PV} = ** ]]; then
+if [[ ${PV} == ** ]]; then
QT5_BUILD_TYPE=live
 fi
 readonly QT5_BUILD_TYPE
@@ -68,6 +67,7 @@ _QT5_P=${QT5_MODULE}-everywhere-src-${PV}
 # system to obtain the global qmodule.pri file.
 
 # @ECLASS-VARIABLE: VIRTUALX_REQUIRED
+# @PRE_INHERIT
 # @DESCRIPTION:
 # For proper description see virtualx.eclass man page.
 # Here we redefine default value to be manual, if your package needs virtualx



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

2021-07-08 Thread Davide Pesavento
commit: a9f1eb1145529b9dba6b2edf4cfaa7bf2baf0bb2
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jul  9 02:09:26 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jul  9 02:09:26 2021 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=a9f1eb11

qmake-utils.eclass: sync with gentoo.git

Signed-off-by: Davide Pesavento  gentoo.org>

 eclass/qmake-utils.eclass | 78 +--
 1 file changed, 7 insertions(+), 71 deletions(-)

diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index 0d49eb94..1f09cbd9 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: qmake-utils.eclass
@@ -6,7 +6,7 @@
 # q...@gentoo.org
 # @AUTHOR:
 # Davide Pesavento 
-# @SUPPORTED_EAPIS: 7
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: Common functions for qmake-based packages.
 # @DESCRIPTION:
 # Utility eclass providing wrapper functions for Qt5 qmake.
@@ -14,63 +14,15 @@
 # This eclass does not set any metadata variables nor export any phase
 # functions. It can be inherited safely.
 
-if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
-_QMAKE_UTILS_ECLASS=1
-
 case ${EAPI} in
-   7) ;;
-   *) die "EAPI=${EAPI:-0} is not supported" ;;
+   7|8) ;;
+   *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
-inherit toolchain-funcs
-
-# @FUNCTION: _qmake-utils_banned_func
-# @INTERNAL
-# @DESCRIPTION:
-# Banned functions are banned.
-_qmake-utils_banned_func() {
-   die "${FUNCNAME[1]} is banned in EAPI 7 and later"
-}
-
-# @FUNCTION: qt4_get_bindir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_bindir() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: qt4_get_headerdir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_headerdir() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: qt4_get_libdir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_libdir() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: qt4_get_mkspecsdir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_mkspecsdir() {
-   _qmake-utils_banned_func
-}
+if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
+_QMAKE_UTILS_ECLASS=1
 
-# @FUNCTION: qt4_get_plugindir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_plugindir() {
-   _qmake-utils_banned_func
-}
+inherit toolchain-funcs
 
 # @FUNCTION: qt5_get_bindir
 # @DESCRIPTION:
@@ -108,22 +60,6 @@ qt5_get_plugindir() {
echo $(qt5_get_libdir)/qt5/plugins
 }
 
-# @FUNCTION: qmake-utils_find_pro_file
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qmake-utils_find_pro_file() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: eqmake4
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-eqmake4() {
-   _qmake-utils_banned_func
-}
-
 # @FUNCTION: eqmake5
 # @USAGE: [arguments for qmake]
 # @DESCRIPTION:



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

2021-07-08 Thread Davide Pesavento
commit: e4b0c36e0925e5f5f53fe889bc260c0548fe43c1
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jul  9 02:00:05 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jul  9 02:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b0c36e

qt5-build.eclass: standardize "EAPI not supported" message

Signed-off-by: Davide Pesavento  gentoo.org>

 eclass/qt5-build.eclass | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index e94f3f33a10..bc5928d3314 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -10,15 +10,14 @@
 # @BLURB: Eclass for Qt5 split ebuilds.
 # @DESCRIPTION:
 # This eclass contains various functions that are used when building Qt5.
-# Requires EAPI 7.
 
 if [[ ${CATEGORY} != dev-qt ]]; then
-   die "qt5-build.eclass is only to be used for building Qt 5"
+   die "${ECLASS} is only to be used for building Qt 5"
 fi
 
 case ${EAPI} in
-   7)  : ;;
-   *)  die "qt5-build.eclass: unsupported EAPI=${EAPI:-0}" ;;
+   7) ;;
+   *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
 # @ECLASS-VARIABLE: QT5_MODULE



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

2021-07-08 Thread Ionen Wolkens
commit: 342930469cbba2351240fb90cec8139b6a689ea4
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul  9 01:37:54 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul  9 01:53:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34293046

profiles/features/uclibc: unmask opentmpfiles, mask systemd's

systemd-tmpfiles currently does not compile with uclibc-ng

Bug: https://bugs.gentoo.org/801106
Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/features/uclibc/package.mask   | 4 
 profiles/features/uclibc/package.unmask | 7 +++
 2 files changed, 11 insertions(+)

diff --git a/profiles/features/uclibc/package.mask 
b/profiles/features/uclibc/package.mask
index c81f0fe19e4..fe51d352f2f 100644
--- a/profiles/features/uclibc/package.mask
+++ b/profiles/features/uclibc/package.mask
@@ -5,6 +5,10 @@ sys-libs/musl
 sys-libs/glibc
 sys-libs/pam
 
+# Ionen Wolkens  (2021-07-09)
+# Mask in favor of opentmpfiles until usable with uclibc-ng (bug #801106)
+sys-apps/systemd-tmpfiles
+
 # David Seifert  (2021-02-08)
 # nvidia-drivers only works against glibc.
 x11-drivers/nvidia-drivers

diff --git a/profiles/features/uclibc/package.unmask 
b/profiles/features/uclibc/package.unmask
new file mode 100644
index 000..3c4392737b2
--- /dev/null
+++ b/profiles/features/uclibc/package.unmask
@@ -0,0 +1,7 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Ionen Wolkens  (2021-07-09)
+# Unmask opentmpfiles on uclibc profiles until systemd-tmpfiles is
+# usable (bug #801106). Lower bound to keep 0.3.1 mask active.
+

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

2021-07-08 Thread Ionen Wolkens
commit: 6b0cd234893d2dbcfb345a8d4ec5d353a3b678e0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Fri Jul  9 01:30:53 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul  9 01:53:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0cd234

profiles/features/selinux: unmask opentmpfiles, mask systemd's

systemd-tmpfiles is currently unusable on selinux profiles.

Bug: https://bugs.gentoo.org/801217
Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/features/selinux/package.mask   | 4 
 profiles/features/selinux/package.unmask | 7 +++
 2 files changed, 11 insertions(+)

diff --git a/profiles/features/selinux/package.mask 
b/profiles/features/selinux/package.mask
index 845b9573adf..0171a016d3c 100644
--- a/profiles/features/selinux/package.mask
+++ b/profiles/features/selinux/package.mask
@@ -1,6 +1,10 @@
 # Copyright 2011-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ionen Wolkens  (2021-07-09)
+# Mask in favor of opentmpfiles until usable on selinux profiles (bug #801217)
+sys-apps/systemd-tmpfiles
+
 # Andreas Sturmlechner  (2021-04-06)
 # depends on sys-apps/systemd
 kde-plasma/plasma-firewall

diff --git a/profiles/features/selinux/package.unmask 
b/profiles/features/selinux/package.unmask
new file mode 100644
index 000..c2fdcbc1d35
--- /dev/null
+++ b/profiles/features/selinux/package.unmask
@@ -0,0 +1,7 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Ionen Wolkens  (2021-07-09)
+# Unmask opentmpfiles on selinux profiles until systemd-tmpfiles is
+# usable (bug #801217). Lower bound to keep 0.3.1 mask active.
+

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

2021-07-08 Thread Davide Pesavento
commit: 06e1209cececb64cd30fd48ae3c87c39c47783bb
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Jul  9 01:48:27 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jul  9 01:48:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e1209c

qmake-utils.eclass: remove obsolete/banned qt4 functions

Signed-off-by: Davide Pesavento  gentoo.org>

 eclass/qmake-utils.eclass | 64 ---
 1 file changed, 64 deletions(-)

diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index d726b362029..1f09cbd9ca7 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -24,54 +24,6 @@ _QMAKE_UTILS_ECLASS=1
 
 inherit toolchain-funcs
 
-# @FUNCTION: _qmake-utils_banned_func
-# @INTERNAL
-# @DESCRIPTION:
-# Banned functions are banned.
-_qmake-utils_banned_func() {
-   die "${FUNCNAME[1]} is banned in EAPI 7 and later"
-}
-
-# @FUNCTION: qt4_get_bindir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_bindir() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: qt4_get_headerdir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_headerdir() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: qt4_get_libdir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_libdir() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: qt4_get_mkspecsdir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_mkspecsdir() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: qt4_get_plugindir
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qt4_get_plugindir() {
-   _qmake-utils_banned_func
-}
-
 # @FUNCTION: qt5_get_bindir
 # @DESCRIPTION:
 # Echoes the directory where Qt5 binaries are installed.
@@ -108,22 +60,6 @@ qt5_get_plugindir() {
echo $(qt5_get_libdir)/qt5/plugins
 }
 
-# @FUNCTION: qmake-utils_find_pro_file
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-qmake-utils_find_pro_file() {
-   _qmake-utils_banned_func
-}
-
-# @FUNCTION: eqmake4
-# @INTERNAL
-# @DESCRIPTION:
-# Banned.
-eqmake4() {
-   _qmake-utils_banned_func
-}
-
 # @FUNCTION: eqmake5
 # @USAGE: [arguments for qmake]
 # @DESCRIPTION:



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

2021-07-08 Thread Davide Pesavento
commit: 5d58c2ea1762e5c57d58265d4055378beaab54b6
Author: David Michael  gmail  com>
AuthorDate: Fri Jun 25 19:52:01 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Jul  9 01:41:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d58c2ea

qmake-utils.eclass: EAPI 8 support

https://github.com/gentoo/gentoo/pull/21539

Signed-off-by: David Michael  gmail.com>
Signed-off-by: Davide Pesavento  gentoo.org>

 eclass/qmake-utils.eclass | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
index 0d49eb94382..d726b362029 100644
--- a/eclass/qmake-utils.eclass
+++ b/eclass/qmake-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: qmake-utils.eclass
@@ -6,7 +6,7 @@
 # q...@gentoo.org
 # @AUTHOR:
 # Davide Pesavento 
-# @SUPPORTED_EAPIS: 7
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: Common functions for qmake-based packages.
 # @DESCRIPTION:
 # Utility eclass providing wrapper functions for Qt5 qmake.
@@ -14,14 +14,14 @@
 # This eclass does not set any metadata variables nor export any phase
 # functions. It can be inherited safely.
 
-if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
-_QMAKE_UTILS_ECLASS=1
-
 case ${EAPI} in
-   7) ;;
-   *) die "EAPI=${EAPI:-0} is not supported" ;;
+   7|8) ;;
+   *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 
+if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
+_QMAKE_UTILS_ECLASS=1
+
 inherit toolchain-funcs
 
 # @FUNCTION: _qmake-utils_banned_func



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

2021-07-08 Thread Sam James
commit: 4bfa0bbf717009e3ad1e9bc9d258bdc8467d2e6a
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 01:35:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 01:35:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bfa0bbf

net-p2p/syncthing: Stabilize 1.17.0 ppc64, #800989

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

 net-p2p/syncthing/syncthing-1.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/syncthing/syncthing-1.17.0.ebuild 
b/net-p2p/syncthing/syncthing-1.17.0.ebuild
index f6cef30126b..ee75366ba87 100644
--- a/net-p2p/syncthing/syncthing-1.17.0.ebuild
+++ b/net-p2p/syncthing/syncthing-1.17.0.ebuild
@@ -730,7 +730,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT MPL-2.0 Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 IUSE="selinux tools"
 
 RDEPEND="acct-group/syncthing



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfce4-panel/

2021-07-08 Thread Sam James
commit: 5ebf69d9985bf7bcb789491bfe0fa84e860a3400
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 01:35:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 01:35:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebf69d9

xfce-base/xfce4-panel: Stabilize 4.16.3 ppc64, #799905

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

 xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild 
b/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
index 6613dfce02a..5b54300b0c9 100644
--- a/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
+++ b/xfce-base/xfce4-panel/xfce4-panel-4.16.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="+dbusmenu introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2021-07-08 Thread Sam James
commit: a694811248dd4047539f64cf78547ff7141a2106
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 01:35:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 01:35:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6948112

dev-util/cucumber: Stabilize 3.2.0 ppc64, #799830

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

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

diff --git a/dev-util/cucumber/cucumber-3.2.0.ebuild 
b/dev-util/cucumber/cucumber-3.2.0.ebuild
index 74102d4c3a7..58a18147e86 100644
--- a/dev-util/cucumber/cucumber-3.2.0.ebuild
+++ b/dev-util/cucumber/cucumber-3.2.0.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/cucumber/cucumber-ruby/archive/v${PV}.tar.gz -> ${P}
 RUBY_S="cucumber-ruby-${PV}"
 LICENSE="Ruby"
 
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~s390 sparc x86"
 SLOT="0"
 IUSE="examples test"
 



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

2021-07-08 Thread Sam James
commit: ba89e4f11fdc0716638830eb24846f09d7d945da
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 01:35:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 01:35:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba89e4f1

dev-perl/Moose: Stabilize 2.201.400 sparc, #801247

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

 dev-perl/Moose/Moose-2.201.400.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Moose/Moose-2.201.400.ebuild 
b/dev-perl/Moose/Moose-2.201.400.ebuild
index 8c69103036d..b70679a1610 100644
--- a/dev-perl/Moose/Moose-2.201.400.ebuild
+++ b/dev-perl/Moose/Moose-2.201.400.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A postmodern object system for Perl 5"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-08 Thread Sam James
commit: 746708a7619438ce68bdd962ac997502dfd16ece
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  9 01:35:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 01:35:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=746708a7

x11-wm/icewm: Stabilize 2.5.0 sparc, #801148

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

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

diff --git a/x11-wm/icewm/icewm-2.5.0.ebuild b/x11-wm/icewm/icewm-2.5.0.ebuild
index 7b0d626e90a..9dac2306849 100644
--- a/x11-wm/icewm/icewm-2.5.0.ebuild
+++ b/x11-wm/icewm/icewm-2.5.0.ebuild
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
 SRC_URI="https://github.com/ice-wm/icewm/releases/download/${PV}/${P}.tar.lz;
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 sparc ~x86"
 IUSE="+alsa ao bidi debug +gdk-pixbuf imlib nls truetype uclibc xinerama"
 
 # Tests broken in all versions, patches welcome, bug #323907, #389533



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

2021-07-08 Thread Ionen Wolkens
commit: 843e613654e1b705b1783d2072d795dcaab3d845
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Jul  8 23:55:40 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Fri Jul  9 00:10:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=843e6136

sys-fs/bees: fix systemd unit and prefix

New quotes (that are needed to handle spaces) leak inside
the systemd unit preventing it from starting. Also, was
missing ETC_PREFIX path. LIBDIR no longer needed in -.

Fixing on maintainer's behalf given I indirectly caused this issue.

Closes: https://github.com/gentoo/gentoo/pull/21570
Thanks-to: Alessandro Barbieri  gmail.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 sys-fs/bees/{bees-0.6.5.ebuild => bees-0.6.5-r1.ebuild} | 7 +++
 sys-fs/bees/bees-.ebuild| 8 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/sys-fs/bees/bees-0.6.5.ebuild b/sys-fs/bees/bees-0.6.5-r1.ebuild
similarity index 94%
rename from sys-fs/bees/bees-0.6.5.ebuild
rename to sys-fs/bees/bees-0.6.5-r1.ebuild
index a52e8e18f6c..ee339e86c5d 100644
--- a/sys-fs/bees/bees-0.6.5.ebuild
+++ b/sys-fs/bees/bees-0.6.5-r1.ebuild
@@ -77,6 +77,7 @@ src_prepare() {
 src_configure() {
tc-export CC CXX
cat >localconf <<-EOF || die
+   ETC_PREFIX="${EPREFIX}/etc"
LIBEXEC_PREFIX="${EPREFIX}/usr/libexec"
PREFIX="${EPREFIX}/usr"
LIBDIR="${EPREFIX}/$(get_libdir)"
@@ -92,3 +93,9 @@ src_configure() {
echo OPTIONAL_INSTALL_TARGETS=install_tools >>localconf || die
fi
 }
+
+src_compile() {
+   default
+   # localconf quotes leak in the systemd unit but are still needed for 
spaces
+   sed -i 's/"//g' scripts/beesd@.service || die
+}

diff --git a/sys-fs/bees/bees-.ebuild b/sys-fs/bees/bees-.ebuild
index d0ea45f..7fffe63931c 100644
--- a/sys-fs/bees/bees-.ebuild
+++ b/sys-fs/bees/bees-.ebuild
@@ -74,9 +74,9 @@ src_prepare() {
 src_configure() {
tc-export CC CXX AR
cat >localconf <<-EOF || die
+   ETC_PREFIX="${EPREFIX}/etc"
LIBEXEC_PREFIX="${EPREFIX}/usr/libexec"
PREFIX="${EPREFIX}/usr"
-   LIBDIR="${EPREFIX}/$(get_libdir)"
SYSTEMD_SYSTEM_UNIT_DIR="$(systemd_get_systemunitdir)"
DEFAULT_MAKE_TARGET=all
EOF
@@ -87,3 +87,9 @@ src_configure() {
echo OPTIONAL_INSTALL_TARGETS=install_tools >>localconf || die
fi
 }
+
+src_compile() {
+   default
+   # localconf quotes leak in the systemd unit but are still needed for 
spaces
+   sed -i 's/"//g' scripts/beesd@.service || die
+}



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

2021-07-08 Thread Sam James
commit: 00a1409d10d3013470b0e8cabb4f845c55eed1ad
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  8 23:58:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 00:06:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a1409d

sys-kernel/gentoo-kernel-bin: bump to 5.10.47-r1 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.10.47-r1.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 50e49e3353a..a3c557f1322 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -58,6 +58,7 @@ DIST gentoo-kernel-5.10.46-1.amd64.xpak 65480369 BLAKE2B 
69fef95b1daaad661467171
 DIST gentoo-kernel-5.10.46-1.arm64.xpak 59246438 BLAKE2B 
d263f86f320e8206f71eb1a80cc79b89aaa96efe722343e041023d2d0950e69ba3c6020cf2c984ff4e93c816cfa843e253e284caafb10fbf1b08d3bbe1413a45
 SHA512 
df4fb4cdc173135835508ef13f363406c9f9757eb1e67360f19e8179d067c21367ef783443086c348b2101e12fd1619292cf256ca90401c955dbd95d7056dc77
 DIST gentoo-kernel-5.10.46-1.x86.xpak 57216120 BLAKE2B 
fe702f3ff06d1394887c1c4ef91ea6e10582b1b33e1b8d821b07feec6f9a54220b0d1e878e4b63961c817f574c727e55ac0b9db459fb3d3ad2c81e7a838e077c
 SHA512 
75d6cad82e5ef99cac80acca448ffaba9f03e2985fa78d4ebfd8c39c694ddf7b803a3720aab731987094428a9afc195860f3013c0e33892bdafcbee6f5455c61
 DIST gentoo-kernel-5.10.47-1.amd64.xpak 65480161 BLAKE2B 
60863347327dbb67ba16881c01244ab01f7246267989018373a85c5fb479521f4c70574274a5b7caf98dd78f9601e80a887cc115e87f8004bba292d438879970
 SHA512 
a73474d584215180daf7c2aa9bd985b29234bcc319b9b8a4691467993cabd8c532efa611bfc3b13b323d5635cda556b57e704c11d8a43b13a3efaba8cb84fe64
+DIST gentoo-kernel-5.10.47-1.arm64.xpak 59021827 BLAKE2B 
7a322a113ffd53ec9c8ea8fbe06b9d4a4cc43b2519c3f33ea4b875c53192e58cbac345c21904f9f4a718576bf59d5062e7a0b46cea6c51453565afe8e01fdd55
 SHA512 
c7fb021069e49177605eca80b9b5ece948394dacc0b2fb280bfb834606db5d4e05f7516f20539c5a5f5075fe7ad216b8b5cef7d6e829099ca80a0b2c03ed21fb
 DIST gentoo-kernel-5.10.47-1.x86.xpak 57221591 BLAKE2B 
e069b66b20c0c9fe3ab35cea65dbe797b1a5a9b2c80b11d5e49113ace7d9df5eff6a5b1aafcd7a65f5df96d21796fa89ea75b825cfef61058a5f5af13f6e5c7e
 SHA512 
14982da4f9fd7ac365641a5a7f6eda290691bf4c36d67a2f4353d1e16c0bd3e64e3c9cf47c517c295c229cacf70c157614808054b3b96363f128c71d6fb8abed
 DIST gentoo-kernel-5.10.48-1.amd64.xpak 65536136 BLAKE2B 
be9827d86c0fe12b750aa5ea9236287a80612774e04e2226828d1224428133fcea711690b0680e9831235d6b38a6c96cdea5b0047b54291d27178d3d562e18f7
 SHA512 
9d029ac037d5ec184c12bc9a7f4b6383205185dfa88a9624c5b207087c4094a020f9c972ddf233ec2a0335aef9ca65feebb92b9b7a6241d04fe6f098e251297a
 DIST gentoo-kernel-5.10.48-1.x86.xpak 57223594 BLAKE2B 
cdaf9e1f4d49cfb1e772a5c5ad92bfcdca846a16a540032136845c1fc7256c6df405e2d1613377dc5046209a750bfb9b6d543203d604853b2f2d7dfb6e786c5e
 SHA512 
3c1e1895a89cff6f03fda61613c8bc1c62cce4c98992e354b9572965728ece2e7556121edc725a942a23b9eccdc52d6282ef3bd929cb79052ce2ff495a849db4

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.47-r1.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.47-r1.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.47-r1.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default

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

2021-07-08 Thread Sam James
commit: 68b0ead2f476cd7719607d6feeaa0aca93a1618d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  8 23:58:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 00:06:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b0ead2

sys-kernel/gentoo-kernel-bin: bump to 5.12.14-r1 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   3 +
 .../gentoo-kernel-bin-5.12.14-r1.ebuild| 115 +
 2 files changed, 118 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 253515f2f3a..bd466223cc0 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -22,6 +22,8 @@ DIST genpatches-5.12-13.base.tar.xz 661044 BLAKE2B 
f9b14633dd2895fab6d47ccf99d42
 DIST genpatches-5.12-13.extras.tar.xz 3412 BLAKE2B 
abef35f4ac38e4b0ab7863376e72534c27d32f3b974f4368be54c0d9ace766749ca4334f7622b2963e1dd51a05f1262d58f7de03ed8d0a73c3f2b68a2b48ab76
 SHA512 
72bb3380b6382938d9b3957e4f47267616b8dd50d7a4991750b131c844c882b1d67801fd917c89444bde9d875cdfdf9d8e25bda079d5d97f42af7c2655343f61
 DIST genpatches-5.12-14.base.tar.xz 660992 BLAKE2B 
31b0a7625c6a7f0ab32a3f201f2d655b7d4f85da68c7e851d93a3187c62d781ce0971dd2943447d77757ee43186f963c4d010e1c0b031d4ca8aed2963244f270
 SHA512 
7f2824af00bbda537ecd841fb7e9d298682c079efd5b27a5d9f78af3410eee8e30b0a5314ac24af7a4401b7425501f1ffebff8c8549899f702bbcbdd263b046d
 DIST genpatches-5.12-14.extras.tar.xz 3408 BLAKE2B 
35b8f90835a53d0a06b6f0f405e9954dbe7c9d5e4ff9ebc5cd493c08f40a07ec4e91d7fc8c58e00437020925da11663a73d91a7d1adf176f553c2f83742ee6ea
 SHA512 
9939e4cbed0aa434a3ea11b520a1a65dc91abfdaba6a87498b89afd2dd95aaf570ee0c72e153582aad5c8ee458722dd3c40cde1a35ebf69e5ccddaf1966e771c
+DIST genpatches-5.12-15.base.tar.xz 661028 BLAKE2B 
5d03f3d861ebfb8b43ae658d972f783b23dcae40fbfc2b9019b7970d98da7c3f9d2b86861a48847cb1b9da0b82a4987895b15829fcd6dd2f666458303fd137fa
 SHA512 
93b6ed386a0c62c18b768b6b6cb6cb97b39ee58a06f7dbc9ed3d80a8a5d272d79cf193cbce4dd1d5c9c7cd89f11e34730a237a8fa34ea282803631a17e8902b3
+DIST genpatches-5.12-15.extras.tar.xz 3412 BLAKE2B 
fd2a4a96e260b7ac35e575cd77a852078d11e0135fa8a6a2e410262b75800da43b8f614e6216347cffa4896bb3527cbcfe8306b94d19785647da277a5bd82a83
 SHA512 
89a6d01a55346bf1091c7f6290d4f32cb18f6504b9e221c455da8db38534017448d6d6b603c9f7c09dc4df81ca0f2e6ad358afd4d97efd7be92b7c8382975af7
 DIST genpatches-5.12-16.base.tar.xz 707164 BLAKE2B 
05331662b6c219900a5d70aa3f9030e82cff6ca09de9645e178f5976daf8003335ac2a9163e405282096bba6057ca645f81fddda41eb7b10f1125524b4cadcc5
 SHA512 
dc8efddc386fc5350802edb5f95f62f61a8d3c2033a0efa0fe9450ff0ba84a65cbb4482a0de9fea6f67200fb938f3d73c27124f9bcf706485f32f25cf8e89cd9
 DIST genpatches-5.12-16.extras.tar.xz 3412 BLAKE2B 
d0e429e2c9e1a2733a216e57c32c73f55285edc74f801017261925f246e44148c58cd8745caa6afc9cafa9c090d01206acc3cb96dc0ab260a834a0b3dd0e8918
 SHA512 
24a1f8b2f2993c157fa0efe5649b7494084d925f8665a8c0727ad431da00fcc8bfa7e00ac1d2b308b1297c1c202eac687d753eed38f44e71a9cb94327ef6
 DIST genpatches-5.12-17.base.tar.xz 738268 BLAKE2B 
61336204dbaf80bb44c29927ff59ed6ccd6f29a1a139132364aa2ad7c89b0af4df6df75e800cc14b444edb9897f4474015369b9cea878fef487c8a3e2123a715
 SHA512 
f4b5773b9885817889895725ece76d50da95439769d96fd4058d690937027ee6baffec62941b15df04b7e12df29d1177257daba39c41418e2f2a400565aacaf9
@@ -77,6 +79,7 @@ DIST gentoo-kernel-5.12.13-1.amd64.xpak 66367685 BLAKE2B 
5003780ce8ce24b1110a8e7
 DIST gentoo-kernel-5.12.13-1.arm64.xpak 60225483 BLAKE2B 
1bfa9a9a4e3fd86c5ea134527b268e2a646880ac68ee8804b1defa7551aab4fa4405a0e383cd5128446fd9f126dce6a0aeab95524d9674ba013cce512e7a7ef7
 SHA512 
1a3b12bb5435ca7ee194b8263aa19c3b13bba210d357922bf11f6d974b3217a55c6b85a5df98b81a31444a24289a14d790be2fb658973118d69cbd2f7f1e2a47
 DIST gentoo-kernel-5.12.13-1.x86.xpak 58064879 BLAKE2B 
d249693501238524606aa8c7544888745d45582f0ec94ab23c69c4c75e92e7d7619f7f2c3a2620f68b94d7c9605cd36baf5c927353385cd717f7b1a2acd7be1d
 SHA512 
3b947c243ec8517b32314947b140922f5fc6c80fb75bb5eb96fe84a537baccd096088b3643ec00c25e5f87610705383736b4decf37bc4edd61ddf77b457f750f
 DIST gentoo-kernel-5.12.14-1.amd64.xpak 66384986 BLAKE2B 
42979ab70fc69caf68d60bce85895d1d1c93b9587f1a545ae98639f2c7800e712fa9c8acf5fb6d2e41ca2a088f9b51af881008ec98299368030a52146ac28604
 SHA512 
16c05df2857f7058e8becf5fa9451cdfde76a34615de0803c3586ffd1c8b22429eb3eb1d00679d40123bd96c0d43e4bf8f237dbfbcec9b3dea729ec1a6e758f8
+DIST gentoo-kernel-5.12.14-1.arm64.xpak 59994823 BLAKE2B 
c36896fc4771218013fff34d504507a0312ccae2c76e486396e6c6fec39d79a3e38bf056f355188ea78f45a249e3798be1943295ebb07e2af77ef8b73ad7f9fe
 SHA512 
f2bad60254ee49d7439a789756ccf064cbdcd9e8e8e298edc4c75cdf2a03ff3c5827880167139e4334457af7062c55fde37e8ea92a728e16c224f424f0a9fba3
 DIST gentoo-kernel-5.12.14-1.x86.xpak 58064174 BLAKE2B 

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

2021-07-08 Thread Sam James
commit: 995ba27ffee9ac98416429954e389f7991d24937
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  8 23:58:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 00:06:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995ba27f

sys-kernel/gentoo-kernel-bin: bump to 5.12.13-r2 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   3 +
 .../gentoo-kernel-bin-5.12.13-r2.ebuild| 115 +
 2 files changed, 118 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index a3c557f1322..253515f2f3a 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -20,6 +20,8 @@ DIST genpatches-5.12-12.base.tar.xz 650292 BLAKE2B 
81b5a3b95390522c328acdb390fd1
 DIST genpatches-5.12-12.extras.tar.xz 3412 BLAKE2B 
8fcf6c407be25db368dbb3e6be3907d3431228b5c39819dba7c67d61e5171a7ad9a86f3e117b99b9e0d626219ad9db0938c15c4b96c934b88f693a3e9661d458
 SHA512 
39750768e4822ea8e3f88540fc8ebad9fd721e2a3a8703102d58e30513b47069cb8a77e15e41d0f90d1d69053007bd476ce0741cd3135a428d039ebd426cdc57
 DIST genpatches-5.12-13.base.tar.xz 661044 BLAKE2B 
f9b14633dd2895fab6d47ccf99d425b4d4c260c58bd2511c8166fc440c1cff337711b805b2ef76f787c6232115df96ec9706a3c1e65e6bc2c8a8b6dd1436dc0f
 SHA512 
8039f529138bcc3b8a485b25a16b1f436b7756d91c018a70a6f6951dc7ce329a1f8441bad90ede66329283ee6ee314c22411e283bb76f46d0ad9e03b0a8e2b24
 DIST genpatches-5.12-13.extras.tar.xz 3412 BLAKE2B 
abef35f4ac38e4b0ab7863376e72534c27d32f3b974f4368be54c0d9ace766749ca4334f7622b2963e1dd51a05f1262d58f7de03ed8d0a73c3f2b68a2b48ab76
 SHA512 
72bb3380b6382938d9b3957e4f47267616b8dd50d7a4991750b131c844c882b1d67801fd917c89444bde9d875cdfdf9d8e25bda079d5d97f42af7c2655343f61
+DIST genpatches-5.12-14.base.tar.xz 660992 BLAKE2B 
31b0a7625c6a7f0ab32a3f201f2d655b7d4f85da68c7e851d93a3187c62d781ce0971dd2943447d77757ee43186f963c4d010e1c0b031d4ca8aed2963244f270
 SHA512 
7f2824af00bbda537ecd841fb7e9d298682c079efd5b27a5d9f78af3410eee8e30b0a5314ac24af7a4401b7425501f1ffebff8c8549899f702bbcbdd263b046d
+DIST genpatches-5.12-14.extras.tar.xz 3408 BLAKE2B 
35b8f90835a53d0a06b6f0f405e9954dbe7c9d5e4ff9ebc5cd493c08f40a07ec4e91d7fc8c58e00437020925da11663a73d91a7d1adf176f553c2f83742ee6ea
 SHA512 
9939e4cbed0aa434a3ea11b520a1a65dc91abfdaba6a87498b89afd2dd95aaf570ee0c72e153582aad5c8ee458722dd3c40cde1a35ebf69e5ccddaf1966e771c
 DIST genpatches-5.12-16.base.tar.xz 707164 BLAKE2B 
05331662b6c219900a5d70aa3f9030e82cff6ca09de9645e178f5976daf8003335ac2a9163e405282096bba6057ca645f81fddda41eb7b10f1125524b4cadcc5
 SHA512 
dc8efddc386fc5350802edb5f95f62f61a8d3c2033a0efa0fe9450ff0ba84a65cbb4482a0de9fea6f67200fb938f3d73c27124f9bcf706485f32f25cf8e89cd9
 DIST genpatches-5.12-16.extras.tar.xz 3412 BLAKE2B 
d0e429e2c9e1a2733a216e57c32c73f55285edc74f801017261925f246e44148c58cd8745caa6afc9cafa9c090d01206acc3cb96dc0ab260a834a0b3dd0e8918
 SHA512 
24a1f8b2f2993c157fa0efe5649b7494084d925f8665a8c0727ad431da00fcc8bfa7e00ac1d2b308b1297c1c202eac687d753eed38f44e71a9cb94327ef6
 DIST genpatches-5.12-17.base.tar.xz 738268 BLAKE2B 
61336204dbaf80bb44c29927ff59ed6ccd6f29a1a139132364aa2ad7c89b0af4df6df75e800cc14b444edb9897f4474015369b9cea878fef487c8a3e2123a715
 SHA512 
f4b5773b9885817889895725ece76d50da95439769d96fd4058d690937027ee6baffec62941b15df04b7e12df29d1177257daba39c41418e2f2a400565aacaf9
@@ -72,6 +74,7 @@ DIST gentoo-kernel-5.12.12-1.amd64.xpak 66332975 BLAKE2B 
c1ff082fa8e12ad8faab5b9
 DIST gentoo-kernel-5.12.12-1.arm64.xpak 60233927 BLAKE2B 
f132efcd02a435b994591d3e1ff277c6d65f9412a0122ef17b808666f11ab97414528f40e61bcecde0b7a40c0f06c5ad5981156c17ab7997865358cd342ac640
 SHA512 
df7ce3a345a7eb98a2ac9750d6b1d2039886130e514d7f84b4c4f64afc3fdf3a2ccb238c203c73242a4863e7efe5b4f779de66b8054aedbc97bbc1f17e7e1616
 DIST gentoo-kernel-5.12.12-1.x86.xpak 58065273 BLAKE2B 
7acd669230139ee760f566df9fb94b5e5fb686dc5bd1b854a1c2516fd7f86b58d925ba883c92f27da9e6dc9c72ba219d02b1da8eafae0bcd580be132036c7c41
 SHA512 
306d5281684d6e16321eaf7f7ceecccdba5b5e3bca47d75298e8a61a4849af8a01dbeee6ec62c1685f2a2c7418e3922ddd0b5d216d54756e70f898b0033caee2
 DIST gentoo-kernel-5.12.13-1.amd64.xpak 66367685 BLAKE2B 
5003780ce8ce24b1110a8e78b919fc3b92da0cd94f189d75a6d66f3c8a47b7b52d6943c411a1f2f4dc3f36c4004859af61f3faf0a974cc9ea14a6b2c3376e9d7
 SHA512 
75f3c38008cf79c789d3c890c8b7d7b00c94f94b8711967d684a7d5cfae088d88935f7fe0815603ce6d0e21f92e956c7afc40cbd7f09675dfdf9bc572a648adf
+DIST gentoo-kernel-5.12.13-1.arm64.xpak 60225483 BLAKE2B 
1bfa9a9a4e3fd86c5ea134527b268e2a646880ac68ee8804b1defa7551aab4fa4405a0e383cd5128446fd9f126dce6a0aeab95524d9674ba013cce512e7a7ef7
 SHA512 
1a3b12bb5435ca7ee194b8263aa19c3b13bba210d357922bf11f6d974b3217a55c6b85a5df98b81a31444a24289a14d790be2fb658973118d69cbd2f7f1e2a47
 DIST gentoo-kernel-5.12.13-1.x86.xpak 58064879 BLAKE2B 

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

2021-07-08 Thread Sam James
commit: 041dc5f52d8f1d9df1ff7669afcd80db79de250f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  8 23:57:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 00:06:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041dc5f5

sys-kernel/gentoo-kernel-bin: bump to 5.4.128-r2 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.4.128-r2.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 9c831775b2e..5f12144086e 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -86,6 +86,7 @@ DIST gentoo-kernel-5.4.127-1.amd64.xpak 61364361 BLAKE2B 
9ff813492bd7bc1f135b36b
 DIST gentoo-kernel-5.4.127-1.arm64.xpak 56394161 BLAKE2B 
e3b9dc7334615ed225ba0cf71f18e45d7f4c0afb82f467597801094361df137feda3c26051c4bb1eef76b9bf9c77394b6029d4fe703746262f1fe3e7ce623ca9
 SHA512 
2f59983a0e5ca2e08c598aada66e3d5c052a0f67448bf979261d75e0e38d8f0e5e3921aa4f09564709262d86aac2361ccb367c6ba78addba6a6731eb98a10c87
 DIST gentoo-kernel-5.4.127-1.x86.xpak 53135461 BLAKE2B 
f363e24cdeae29dad876a1aaa8c0159d627d27d632de2d9509cc4f78cea4cc8ce963956771b542219f9a948e8b1a2d6aa5b80878a21d99cc0c1c3bbdc14f538c
 SHA512 
9f9bb382a88c4f73b94956cb765c9ef5e380ee4e12b67ffb22cbfc8815bdcbf1a62b68ba770fe03d7ec3d753bbb8b3c11845ebcfcb2ef263cab9442c9fe0d340
 DIST gentoo-kernel-5.4.128-1.amd64.xpak 61349719 BLAKE2B 
11cbd06fa2e8489c57ef2383f5fdfd0a270f7994bbabf1c9dab589ce12278ba9d02a3549da1ac0f0c553a991d54fa2db42c67a26d15c1bdbbe496f3711d73b1d
 SHA512 
6b59014f8b33f1ad3f5b1c233f4ec737ed7058ceac83e1c92c42ff1de5c7358067eeed6d491d9a03c33705b8d5df15e47388e444d8237b6fae389ba78947035e
+DIST gentoo-kernel-5.4.128-1.arm64.xpak 56376275 BLAKE2B 
fad0b8cb4f9279ba59b660700ba21b36e432b8e89fe6623aa5799a7951c7641f20676e5e540237a92b671ee11cddcc4e338ad079d7cdd48af35a57d53aa65419
 SHA512 
96aa492cbb67adee064ebf9b97fd4f3e176e7ce4a7ed83038959fc7e06c42115fbf02cfcc40dd457bcd3f4f7769919e40eac3f2e13c0183a729596700a1706c6
 DIST gentoo-kernel-5.4.128-1.x86.xpak 53129699 BLAKE2B 
0f51b8436776dc077e5f7540948e61cc5a2be00518e7da6372cd7f59de108d2efdf3f477d934efff979d94df21ed76568404298df91df6493d079aca2fad03e6
 SHA512 
e63f619c19f00c1dc1c5e11d0937ce4a0e9acef643336b51a8dc203a93dd1c3641eec8fda00713c6c40570e52a22a8714983de6819a4b9efaa6a37c6231653f4
 DIST gentoo-kernel-5.4.129-1.amd64.xpak 61346649 BLAKE2B 
37d29b604a69fd8bc84c41bc619bef982d10cf31d7220ff79bb853a674eb594418338748968042d19352458ba61015bf631c8f36f3a1a6674bcaf228dfaac240
 SHA512 
30601d1b125d1bf1999e49f817d8a553f387c512a85cd2921e201e7e06b85b90148aef276fdcdfa50f5da477a067bae52af5c400f1cb596f9fec21bb3162db44
 DIST gentoo-kernel-5.4.129-1.x86.xpak 53134201 BLAKE2B 
c7d76168ceb139ff7e206e5005d6cad2c7c54320967ca9e9c8dcf493677527fa3712d43c9b6dba96a54ad8b1d68cce937dd3643b0ac2d1e8a32c1d27361f578a
 SHA512 
edf3c3f744738bbc06f13307259ef6315cb5bda60d9ca165853b7ea4b2f983ba72efa3bb1b4db1a0b21deb5060b7636a5c41840b36cd1ee224bce69358db6e4d

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.128-r2.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.128-r2.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.4.128-r2.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default

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

2021-07-08 Thread Sam James
commit: e00a00dadc6c1ad5f4ccb13ce46ef57b7888f406
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  8 23:57:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 00:06:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00a00da

sys-kernel/gentoo-kernel-bin: bump to 5.10.46-r2 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   1 +
 .../gentoo-kernel-bin-5.10.46-r2.ebuild| 114 +
 2 files changed, 115 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 79af69cba28..50e49e3353a 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -55,6 +55,7 @@ DIST gentoo-kernel-5.10.45-1.amd64.xpak 65488471 BLAKE2B 
81d1b308c05d0a2ef3da883
 DIST gentoo-kernel-5.10.45-1.arm64.xpak 59270155 BLAKE2B 
a1d78e6e9c32475c565974f9d18eaf30deaaeae3fd1209775b8d606c233c65bc21d3c9179e4be49396e740fbe105526d47b5f0dbc0d32f90dfd4ef07a210
 SHA512 
246e7ac8584eac7568c666ca572b001ff7f94c3ccf9bd96833d69c695c1591ad89cf7c8be9bcd0dca5917ff7a28da4ec248347792b7b7d329eb8bb9c12488815
 DIST gentoo-kernel-5.10.45-1.x86.xpak 57212061 BLAKE2B 
9fb4a758766b3ef0c9c0ed2229169930b761943cef6aecd5d82dbf60a70a92b4c9c40e20a237738e36ea35c887e46cb2898c9ba1c770e357910427c023e2eee3
 SHA512 
7e6abec71f771283e43ddd5a647843918f3aa979fcda6c336bf1f797ed1f8e144e9b8468166d6ef6c82652bba403d776280f7c21366a14459fbd4c5e2966c8ec
 DIST gentoo-kernel-5.10.46-1.amd64.xpak 65480369 BLAKE2B 
69fef95b1daaad661467171df16ff1e3143bdf46740193351913ca752ed4c4f386cff57a57b9519b676ea02dade4b80152e1179f31c8a56b0fc221e4c9134e73
 SHA512 
64f99b39684fac2363e29e95a43643f77d05088650342f8e53f29d1ff2589429db1cca9ca3eb6ada83f987a889dc878e6e5f59188c236a112c20cfc8dba632b6
+DIST gentoo-kernel-5.10.46-1.arm64.xpak 59246438 BLAKE2B 
d263f86f320e8206f71eb1a80cc79b89aaa96efe722343e041023d2d0950e69ba3c6020cf2c984ff4e93c816cfa843e253e284caafb10fbf1b08d3bbe1413a45
 SHA512 
df4fb4cdc173135835508ef13f363406c9f9757eb1e67360f19e8179d067c21367ef783443086c348b2101e12fd1619292cf256ca90401c955dbd95d7056dc77
 DIST gentoo-kernel-5.10.46-1.x86.xpak 57216120 BLAKE2B 
fe702f3ff06d1394887c1c4ef91ea6e10582b1b33e1b8d821b07feec6f9a54220b0d1e878e4b63961c817f574c727e55ac0b9db459fb3d3ad2c81e7a838e077c
 SHA512 
75d6cad82e5ef99cac80acca448ffaba9f03e2985fa78d4ebfd8c39c694ddf7b803a3720aab731987094428a9afc195860f3013c0e33892bdafcbee6f5455c61
 DIST gentoo-kernel-5.10.47-1.amd64.xpak 65480161 BLAKE2B 
60863347327dbb67ba16881c01244ab01f7246267989018373a85c5fb479521f4c70574274a5b7caf98dd78f9601e80a887cc115e87f8004bba292d438879970
 SHA512 
a73474d584215180daf7c2aa9bd985b29234bcc319b9b8a4691467993cabd8c532efa611bfc3b13b323d5635cda556b57e704c11d8a43b13a3efaba8cb84fe64
 DIST gentoo-kernel-5.10.47-1.x86.xpak 57221591 BLAKE2B 
e069b66b20c0c9fe3ab35cea65dbe797b1a5a9b2c80b11d5e49113ace7d9df5eff6a5b1aafcd7a65f5df96d21796fa89ea75b825cfef61058a5f5af13f6e5c7e
 SHA512 
14982da4f9fd7ac365641a5a7f6eda290691bf4c36d67a2f4353d1e16c0bd3e64e3c9cf47c517c295c229cacf70c157614808054b3b96363f128c71d6fb8abed

diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.46-r2.ebuild 
b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.46-r2.ebuild
new file mode 100644
index 000..b63276300c5
--- /dev/null
+++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.46-r2.ebuild
@@ -0,0 +1,114 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-install toolchain-funcs
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+BINPKG=${P/-bin/}-1
+
+DESCRIPTION="Pre-built Linux kernel with genpatches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+="
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   arm64? (
+   
https://dev.gentoo.org/~sam/binpkg/arm64/kernel/sys-kernel/gentoo-kernel/${BINPKG}.xpak
+   -> ${BINPKG}.arm64.xpak
+   )
+"
+S=${WORKDIR}
+
+LICENSE="GPL-2"
+KEYWORDS="~arm64"
+
+RDEPEND="
+   !sys-kernel/gentoo-kernel:${SLOT}"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+BDEPEND="
+   sys-devel/bc
+   sys-devel/flex
+   virtual/libelf
+   virtual/yacc"
+
+QA_PREBUILT='*'
+
+KV_LOCALVERSION='-gentoo-dist'
+KPV=${PV}${KV_LOCALVERSION}
+
+src_unpack() {
+   default
+   ebegin "Unpacking ${BINPKG}.${ARCH}.xpak"
+   tar -x < <(xz -c -d --single-stream "${DISTDIR}/${BINPKG}.${ARCH}.xpak")
+   eend ${?} || die "Unpacking ${BINPKG} failed"
+}
+
+src_prepare() {
+   local PATCHES=(
+   # meh, genpatches have no directory
+   "${WORKDIR}"/*.patch
+   )
+   cd "${MY_P}" || die
+   default

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

2021-07-08 Thread Sam James
commit: 35b99c350f3756295615435214634c6655a4e74e
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  8 23:57:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  9 00:06:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b99c35

sys-kernel/gentoo-kernel-bin: bump to 5.4.129-r1 for arm64

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   3 +
 .../gentoo-kernel-bin-5.4.129-r1.ebuild| 114 +
 2 files changed, 117 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 5f12144086e..79af69cba28 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -36,6 +36,8 @@ DIST genpatches-5.4-130.base.tar.xz 3592548 BLAKE2B 
b88b67f8e4f214a1bb7c35128b57
 DIST genpatches-5.4-130.extras.tar.xz 1772 BLAKE2B 
c1754871b41af183a22e9c30cdae5332ac9fbc104c6daa978796d15446c83acced9c9a2f55ed44d27787f33bef69f0ef885ce7642183b54d32924905c881fa1f
 SHA512 
0bf0917a43e3ce3945317cf698e74af72bc83270c81e5ddb7d6ac3705310ef6935a54b0732d1f302b49d6c7c1275550a341a52d490ce7f4ff5f6c9702e9138c0
 DIST genpatches-5.4-131.base.tar.xz 3611404 BLAKE2B 
9793458c63d97afc9731c210a64297b11eee5ac5ec52bcfca728fd3fdbe7fbad662ebafbf446e83538e843b585eaf333e5b8e02d83d504ab8700c325339eb742
 SHA512 
2a8db971cc4c603d85ae6064c112d2ff83c02720c58d07881acaf2b4208b6eb05128d1e3ab89b446c4abe345bdf7df21ce2e5a8c61fa3b1c44dad8085bc4bd57
 DIST genpatches-5.4-131.extras.tar.xz 1772 BLAKE2B 
c4933c4c6470123bbe2011673a18ae7910de41dbd8b0c6b5ce431a06d2cbdecf62a5e0ca9d28738e82e30c55dae29acc30b7e68801075e5d7d17f425909e6fbe
 SHA512 
495876695c819ff98dc98fb34e8ee4b0eb6e82a69a7f519055d0cd2c6e3da584a97252861f269a8f2160c3e98f3a2907620f4b9e5bd145feae51fb3b17a3d2c8
+DIST genpatches-5.4-132.base.tar.xz 3628504 BLAKE2B 
d3d99348c475bbeda9a1d0a7e3637ddc9c0896ae0de51fb6e9bd111ac94e3fefc717f84aea32a14410aa7257cc95b381c54b1501ae720c4eda569d0024206463
 SHA512 
d12584ab78c9cd7d3af459701eeed80519bea7e03dca6630205cc279bdd65c71a14d8738f2c29816a5b08381301210116fb769b583e3f6b83ed5e54755a3
+DIST genpatches-5.4-132.extras.tar.xz 1768 BLAKE2B 
abad0014d2d982087ac982d0f017587fba8ea2b5180e67a92ed4b5a62c4129a5d275f6556cbf782b459900e03696355e4017c4c833cefc571c7cf4bbf2b5c907
 SHA512 
121ad821cd6628166a1ca005f2b408737ba8c9c1b8315c13926bda862b49d2ed330fea169a348b0209d903fca7a8d4ebdb50cf7dd527efde49ca9d69de4106df
 DIST genpatches-5.4-133.base.tar.xz 3628504 BLAKE2B 
d3d99348c475bbeda9a1d0a7e3637ddc9c0896ae0de51fb6e9bd111ac94e3fefc717f84aea32a14410aa7257cc95b381c54b1501ae720c4eda569d0024206463
 SHA512 
d12584ab78c9cd7d3af459701eeed80519bea7e03dca6630205cc279bdd65c71a14d8738f2c29816a5b08381301210116fb769b583e3f6b83ed5e54755a3
 DIST genpatches-5.4-133.extras.tar.xz 1768 BLAKE2B 
abad0014d2d982087ac982d0f017587fba8ea2b5180e67a92ed4b5a62c4129a5d275f6556cbf782b459900e03696355e4017c4c833cefc571c7cf4bbf2b5c907
 SHA512 
121ad821cd6628166a1ca005f2b408737ba8c9c1b8315c13926bda862b49d2ed330fea169a348b0209d903fca7a8d4ebdb50cf7dd527efde49ca9d69de4106df
 DIST genpatches-5.4-134.base.tar.xz 3632276 BLAKE2B 
475eaa6bb0c7291fbed3722ecfa8c05c5352677844481d4b37f2d5ba4b8a77697b6f43f1005aa1f899a561b3ba38670a160026fb935c2a1e75db7f1a9c292044
 SHA512 
4bfbf7ea9d909f2913094e7c0a34fd570540c4e9bc471ab8e90b2c73d1c99e6da23a11c0e254f4adfa6d155c51c763224a4851f4105a2a8ed69fd11c73a58101
@@ -89,6 +91,7 @@ DIST gentoo-kernel-5.4.128-1.amd64.xpak 61349719 BLAKE2B 
11cbd06fa2e8489c57ef238
 DIST gentoo-kernel-5.4.128-1.arm64.xpak 56376275 BLAKE2B 
fad0b8cb4f9279ba59b660700ba21b36e432b8e89fe6623aa5799a7951c7641f20676e5e540237a92b671ee11cddcc4e338ad079d7cdd48af35a57d53aa65419
 SHA512 
96aa492cbb67adee064ebf9b97fd4f3e176e7ce4a7ed83038959fc7e06c42115fbf02cfcc40dd457bcd3f4f7769919e40eac3f2e13c0183a729596700a1706c6
 DIST gentoo-kernel-5.4.128-1.x86.xpak 53129699 BLAKE2B 
0f51b8436776dc077e5f7540948e61cc5a2be00518e7da6372cd7f59de108d2efdf3f477d934efff979d94df21ed76568404298df91df6493d079aca2fad03e6
 SHA512 
e63f619c19f00c1dc1c5e11d0937ce4a0e9acef643336b51a8dc203a93dd1c3641eec8fda00713c6c40570e52a22a8714983de6819a4b9efaa6a37c6231653f4
 DIST gentoo-kernel-5.4.129-1.amd64.xpak 61346649 BLAKE2B 
37d29b604a69fd8bc84c41bc619bef982d10cf31d7220ff79bb853a674eb594418338748968042d19352458ba61015bf631c8f36f3a1a6674bcaf228dfaac240
 SHA512 
30601d1b125d1bf1999e49f817d8a553f387c512a85cd2921e201e7e06b85b90148aef276fdcdfa50f5da477a067bae52af5c400f1cb596f9fec21bb3162db44
+DIST gentoo-kernel-5.4.129-1.arm64.xpak 56131771 BLAKE2B 
5567df5a41ccd99aca489b8b35718eefdfc9ddb0d9bbe6158abb32c59490278c6e1456ed021f9a08f7bb9b0c206fe503ab31cedadf0276a01f7fbe56e8ea8270
 SHA512 
8be57abcb7533b8f47a3bc11302e3f9b0ff8c33f67e6830210030a2caf3215b708856c899ecb7dddf9af707e39594f035a21e503c98a909ca1ddfb156d121554
 DIST gentoo-kernel-5.4.129-1.x86.xpak 53134201 BLAKE2B 

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

2021-07-08 Thread Jory Pratt
commit: 952954885932dfc1a40c7c6cc35c41aac6ae7222
Author: Jory Pratt  gentoo  org>
AuthorDate: Thu Jul  8 23:11:47 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jul  8 23:12:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95295488

sys-kernel/zen-sources: Version bump 5.12.15

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 sys-kernel/zen-sources/Manifest | 2 +-
 .../{zen-sources-5.12.9.ebuild => zen-sources-5.12.15.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/zen-sources/Manifest b/sys-kernel/zen-sources/Manifest
index 788be0dc7bf..06e6201f155 100644
--- a/sys-kernel/zen-sources/Manifest
+++ b/sys-kernel/zen-sources/Manifest
@@ -1,4 +1,4 @@
 DIST genpatches-5.12-1.base.tar.xz 3440 BLAKE2B 
642d0cf2382de42feb6b5942f6449000b1b638ab80e0a4dec4a70c17201806f20e6e83542e11b44841fbf5806bced3b6ea3fb5f516846ca502eb22ceb4202f77
 SHA512 
27f023e4533601910c2bb5ba65171e7c0092f5b20fe76711c3bdb9b171bb9ed47dff2e5911d904dc97d28be181d48a74cc0960d8b77eba0b4cf84f05ba7c108a
 DIST genpatches-5.12-1.extras.tar.xz 1772 BLAKE2B 
3de99462690e77f87a30d211f7fc14937b41123739c28b1aeea2935383766685a5befa631cfc19afe583db9ca0aafa2ce4140a327707161e73ab14135e837432
 SHA512 
67c1d650540e50079264e66ce072e546f9001f776188760f794514f6edf78b85e115710b031573bd6cdd53aa599fa9afb743272dac19817a83df5f97354fef3c
 DIST linux-5.12.tar.xz 118112412 BLAKE2B 
842d921b9a73d2aaade763dbd2ec67bdfe0275baa6d628b775f5c87574ad7dc86f0419afcd48c10c1235f4bffa16084243f2cf4556e6afcd391e975fe8ba530b
 SHA512 
be03b6fee1d1ea8087b09874d27c0a602c0b04fd90ad38b975bd2c8455a07e83c29b56814aaf1389e82305fae0e4c2d1701075a7f0a7295dd28149f967ec5b3d
-DIST v5.12.9-zen1.patch.xz 798140 BLAKE2B 
42d75857c393afc72b025d8cd2d818c7645b6ea8418ebeada51f774d5fae538a10778465521ed506a7ac81499e073328f2bf01144d4e2c5046a0554e91eb0009
 SHA512 
37af4de4e9d182e8090bf74d79d1df54683575a2ed3688d5d6246d532dcbaec41688cc6ebdace5c1ef72b769724fa7b6508529551b3c5febbd2e78a606ccda1e
+DIST v5.12.15-zen1.patch.xz 982480 BLAKE2B 
468e406a3c2dadf318df9cf222c2306c4c12fd4a912ebf9492fe52bdbd0ecf2b202a5f373893006ba97472dbe96d6452f0318a88caa554f26e10c96eed9ca947
 SHA512 
04ba95bcdc16344270ec2b90d6032ec34d019fec75ae22b76cf4524f0163a75119982ebaf4640f6dceff7ac11c92448429624b1c07d63568fbd360ac139e670d

diff --git a/sys-kernel/zen-sources/zen-sources-5.12.9.ebuild 
b/sys-kernel/zen-sources/zen-sources-5.12.15.ebuild
similarity index 100%
rename from sys-kernel/zen-sources/zen-sources-5.12.9.ebuild
rename to sys-kernel/zen-sources/zen-sources-5.12.15.ebuild



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

2021-07-08 Thread Ionen Wolkens
commit: 067958cbaba6b04c1ac5b87b756d9dcc8ef5c966
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Mon Jun 28 16:06:02 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jul  8 23:05:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067958cb

net-misc/seafile-client: version bump to 8.0.3

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Quentin Retornaz  retornaz.com>
Closes: https://github.com/gentoo/gentoo/pull/21458
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-misc/seafile-client/Manifest   |  1 +
 .../seafile-client/seafile-client-8.0.3.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/net-misc/seafile-client/Manifest b/net-misc/seafile-client/Manifest
index 43d5a11f8a3..bc6e50e6998 100644
--- a/net-misc/seafile-client/Manifest
+++ b/net-misc/seafile-client/Manifest
@@ -1,2 +1,3 @@
 DIST seafile-client-8.0.1.tar.gz 11679293 BLAKE2B 
52ad28fb316d99240692883218e626a8ca33f8265d62dadfc2eed400c889d47e9aa7887ea6c6fd994596537a5db163b334fb72c791b38529f7219c5a25c813d3
 SHA512 
ca5dd5a6b27316e1f6fb670e3286d24015d99391c0e1447e2ed42f3d4f72769d6a3dda78bc388ad8d303d4ab1167e4e50844574ecd6f61149b1966e99a3a7719
 DIST seafile-client-8.0.2.tar.gz 11694494 BLAKE2B 
7230b17e9b85a990b87b9fae7d2d7bfc3a388ae82a777b3fa3abf8a2e88bb3ad6d73c8ff60aef34587ced6665594a71c0020c90065f6bd4fcaac79e15b41f923
 SHA512 
f66ea240816ec09b56bf3b121947a26bfbafeacd34c1cdb77f8244c713f0aea3f920c6eb6c3cf161034001a7d8ddb451e507acfb6f97e21ac5ebbb792da7ebf4
+DIST seafile-client-8.0.3.tar.gz 11694141 BLAKE2B 
03a30d824ebe45a58a93baf127714b119c73254cdbc3f13f5cc81807dbf7ebfc333a2e1c36a325728d1bc60fa3392eb7c7eb6ea7d978808200abe2e93c63cc72
 SHA512 
944751e84b5336d07c0a24a69c10ef4e5a84b133c22d148226bceee9ae8f989c45de28950c0a16fb66eb9a5aa43ff83a21c5b0979e5421763383b93acdde5aff

diff --git a/net-misc/seafile-client/seafile-client-8.0.3.ebuild 
b/net-misc/seafile-client/seafile-client-8.0.3.ebuild
new file mode 100644
index 000..9ba6c63bf90
--- /dev/null
+++ b/net-misc/seafile-client/seafile-client-8.0.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+RELEASE_COMMIT="c49c317f3bf19001c06f189d0706b6a3a2d6533c"
+
+inherit xdg cmake
+
+DESCRIPTION="Seafile desktop client"
+HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile-client/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="shibboleth test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/jansson
+   dev-libs/libevent
+   dev-libs/openssl:=
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   net-libs/libsearpc
+   ~net-misc/seafile-${PV}
+   shibboleth? ( dev-qt/qtwebengine:5[widgets] )
+   sys-libs/zlib"
+DEPEND="${RDEPEND}
+   test? ( dev-qt/qttest:5 )"
+BDEPEND="dev-qt/linguist-tools:5"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-select-qt5.patch"
+   "${FILESDIR}/${PN}-7.0.9-qt-5.15.patch"
+)
+
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHIBBOLETH_SUPPORT="$(usex shibboleth)"
+   -DBUILD_TESTING="$(usex test)"
+   )
+   cmake_src_configure
+}



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

2021-07-08 Thread Ionen Wolkens
commit: 496d03403b163cefe3f913fdcd1aeba261ddfcb8
Author: Quentin Retornaz  retornaz  com>
AuthorDate: Mon Jun 28 15:46:54 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jul  8 23:05:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496d0340

net-misc/seafile: version bump to 8.0.3

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Quentin Retornaz  retornaz.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-misc/seafile/Manifest |  1 +
 net-misc/seafile/seafile-8.0.3.ebuild | 57 +++
 2 files changed, 58 insertions(+)

diff --git a/net-misc/seafile/Manifest b/net-misc/seafile/Manifest
index 9baa650ac40..d01dd286827 100644
--- a/net-misc/seafile/Manifest
+++ b/net-misc/seafile/Manifest
@@ -1,2 +1,3 @@
 DIST seafile-8.0.1.tar.gz 731105 BLAKE2B 
ac4b79112e40196cce2dbc64bb94a852b3f81ea08e0a833d45a297c02f5f66432345647b9a34aef67d8108d16eb5e3648002a070bb556a70be63b8c0314af9bb
 SHA512 
dd6366c06bfa25f16f5d3b2ef83b39b5886e834697891c274a3b4eafec3aabf72858dd4d341452e8d4fb8cd1166d30bb8a783dddb4370c02526e3a00ed9fdb3c
 DIST seafile-8.0.2.tar.gz 732341 BLAKE2B 
29bf3187a37c0f01261d3afba996e1165ddebe05a36f734fd3d7ee5d0368ae2f94b70cd9251799ddeeea2318c510094b7b2fe917ce06a6328aca00f378dcb9ae
 SHA512 
772dfb060e381eb2395b7ab094e11865f13e71f8c767d31e4ca8b48eaadf74d5d447298ea261f9cd48ff126828829c8d258ca943b01890f72072a36753d8333b
+DIST seafile-8.0.3.tar.gz 738066 BLAKE2B 
302de3b5a4f465429955d2819c7b43ddb30576cc7cf67885a75747ec5dcad85d17f94975abdd3b3d54d49a5d9ea05ab7947c3a2b84764b50fe5fb10e7636
 SHA512 
c51edfc094aa509c730b1b3f4ceb911461081689c8cc2564fb866cddaa54c445d9ad12ca9e4e90e98b771eafc6b6e1496e052538a2475a03642cdceb9212115a

diff --git a/net-misc/seafile/seafile-8.0.3.ebuild 
b/net-misc/seafile/seafile-8.0.3.ebuild
new file mode 100644
index 000..1506b7efd42
--- /dev/null
+++ b/net-misc/seafile/seafile-8.0.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=(python3_{8,9})
+
+RELEASE_COMMIT="303080b54859d0fc55ce693902c95f9620876c1b"
+
+inherit autotools python-single-r1 vala
+
+DESCRIPTION="File syncing and sharing software with file encryption and group 
sharing"
+HOMEPAGE="https://www.seafile.com/ https://github.com/haiwen/seafile/;
+SRC_URI="https://github.com/haiwen/${PN}/archive/${RELEASE_COMMIT}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/future[${PYTHON_USEDEP}]
+   ')
+   dev-libs/openssl:=
+   dev-db/sqlite:3
+   dev-libs/glib:2
+   dev-libs/jansson
+   dev-libs/libevent:=
+   net-libs/libsearpc[${PYTHON_SINGLE_USEDEP}]
+   net-misc/curl
+   sys-libs/zlib"
+DEPEND="${RDEPEND}"
+BDEPEND="${PYTHON_DEPS}
+   $(vala_depend)"
+
+S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
+
+src_prepare() {
+   default
+   eautoreconf
+   vala_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   --disable-static
+   )
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+   # Remove unnecessary .la files, as recommended by ltprune.eclass
+   find "${ED}" -name '*.la' -delete || die
+   python_fix_shebang "${ED}"/usr/bin/seaf-cli
+}



[gentoo-commits] proj/musl:master commit in: sys-kernel/linux-headers/, sys-kernel/linux-headers/files/

2021-07-08 Thread Jory Pratt
commit: e9a03616c762b689a02860e17347eb484d14addf
Author: Jory Pratt  gentoo  org>
AuthorDate: Thu Jul  8 23:08:30 2021 +
Commit: Jory Pratt  gentoo  org>
CommitDate: Thu Jul  8 23:08:30 2021 +
URL:https://gitweb.gentoo.org/proj/musl.git/commit/?id=e9a03616

sys-kernel/linux-headers: Fix headers for newer kernels with musl

Closes: https://bugs.gentoo.org/791364
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jory Pratt  gentoo.org>

 sys-kernel/linux-headers/Manifest  |  2 +
 .../0001-Use-stddefs.h-instead-of-compiler.h.patch | 25 +++
 .../linux-headers/linux-headers-5.10-r1.ebuild | 48 ++
 sys-kernel/linux-headers/metadata.xml  | 11 +
 4 files changed, 86 insertions(+)

diff --git a/sys-kernel/linux-headers/Manifest 
b/sys-kernel/linux-headers/Manifest
new file mode 100644
index 000..537ef88
--- /dev/null
+++ b/sys-kernel/linux-headers/Manifest
@@ -0,0 +1,2 @@
+DIST gentoo-headers-5.10-1.tar.xz 4304 BLAKE2B 
b5006ff13c8ef8394806919d547f1b15ac32cc4d290e8c5f5a5073f54112db194a9e743177ae54941d8a504e15b662751258259183c47c574936744d7c51b405
 SHA512 
3154558df20e3a8821af23b2a585eaccb6c40877850b1cf752c435c170f7f322a48e77cee63bcc061b69aff8602987f4506d803c73f394929716295aface4f3d
+DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e

diff --git 
a/sys-kernel/linux-headers/files/0001-Use-stddefs.h-instead-of-compiler.h.patch 
b/sys-kernel/linux-headers/files/0001-Use-stddefs.h-instead-of-compiler.h.patch
new file mode 100644
index 000..5598e02
--- /dev/null
+++ 
b/sys-kernel/linux-headers/files/0001-Use-stddefs.h-instead-of-compiler.h.patch
@@ -0,0 +1,25 @@
+From 9eb3c31415686ae1296d7d450f886eeba5861ec1 Mon Sep 17 00:00:00 2001
+From: Jory Pratt 
+Date: Thu, 3 Jun 2021 18:41:28 -0500
+Subject: [PATCH] Use stddefs.h instead of compiler.h
+
+---
+ include/uapi/linux/swab.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/uapi/linux/swab.h b/include/uapi/linux/swab.h
+index 7272f85..3736f2f 100644
+--- a/include/uapi/linux/swab.h
 b/include/uapi/linux/swab.h
+@@ -3,7 +3,7 @@
+ #define _UAPI_LINUX_SWAB_H
+ 
+ #include 
+-#include 
++#include 
+ #include 
+ #include 
+ 
+-- 
+2.31.1
+

diff --git a/sys-kernel/linux-headers/linux-headers-5.10-r1.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.10-r1.ebuild
new file mode 100644
index 000..c38b7aa
--- /dev/null
+++ b/sys-kernel/linux-headers/linux-headers-5.10-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+ETYPE="headers"
+H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh 
sparc x86 xtensa"
+inherit kernel-2 toolchain-funcs
+detect_version
+
+PATCH_PV=${PV} # to ease testing new versions against not existing patches
+PATCH_VER="1"
+SRC_URI="${KERNEL_URI}
+   
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz}
+   
${PATCH_VER:+https://dev.gentoo.org/~slyfox/distfiles/gentoo-headers-${PATCH_PV}-${PATCH_VER}.tar.xz}
+"
+
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
+
+DEPEND="app-arch/xz-utils
+   dev-lang/perl"
+RDEPEND=""
+
+S=${WORKDIR}/linux-${PV}
+
+src_unpack() {
+   unpack ${A}
+}
+
+src_prepare() {
+   [[ -n ${PATCH_VER} ]] && eapply "${WORKDIR}"/${PATCH_PV}/*.patch
+
+   eapply "${FILESDIR}"/0001-Use-stddefs.h-instead-of-compiler.h.patch
+
+   default
+}
+
+src_test() {
+   emake headers_check ${xmakeopts}
+}
+
+src_install() {
+   kernel-2_src_install
+
+   # hrm, build system sucks
+   find "${ED}" '(' -name '.install' -o -name '*.cmd' ')' -delete
+   find "${ED}" -depth -type d -delete 2>/dev/null
+}

diff --git a/sys-kernel/linux-headers/metadata.xml 
b/sys-kernel/linux-headers/metadata.xml
new file mode 100644
index 000..fcf3f04
--- /dev/null
+++ b/sys-kernel/linux-headers/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  toolch...@gentoo.org
+  Gentoo Toolchain Project
+
+
+  cpe:/o:linux:linux_kernel
+
+



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-GlobRef/

2021-07-08 Thread Andreas K. Hüttel
commit: fc9b9d61b56fc5c4acaa0bb53d95b7a1d28a96c9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 22:43:44 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 23:02:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9b9d61

dev-perl/MooseX-GlobRef: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...f-0.70.100.ebuild => MooseX-GlobRef-0.70.100-r1.ebuild} | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.70.100.ebuild 
b/dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.70.100-r1.ebuild
similarity index 67%
rename from dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.70.100.ebuild
rename to dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.70.100-r1.ebuild
index abb11593118..925b73dd568 100644
--- a/dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.70.100.ebuild
+++ b/dev-perl/MooseX-GlobRef/MooseX-GlobRef-0.70.100-r1.ebuild
@@ -1,26 +1,22 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=DEXTER
-MODULE_VERSION=0.0701
+DIST_AUTHOR=DEXTER
+DIST_VERSION=0.0701
 inherit perl-module
 
 DESCRIPTION="Store a Moose object in glob reference"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-perl/Moose-0.96"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
>=dev-perl/Test-Unit-Lite-0.12
dev-perl/Test-Assert
virtual/perl-parent
)"
-
-SRC_TEST=do



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Types-URI/

2021-07-08 Thread Andreas K. Hüttel
commit: 4d028898d5e9c93ac0daaf5d57140d07e54b528d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 22:59:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 23:02:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d028898

dev-perl/MooseX-Types-URI: Version bump 0.09

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/MooseX-Types-URI/Manifest |  1 +
 .../MooseX-Types-URI-0.90.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/MooseX-Types-URI/Manifest 
b/dev-perl/MooseX-Types-URI/Manifest
index bcfc1e4fb45..a0e4a2c4831 100644
--- a/dev-perl/MooseX-Types-URI/Manifest
+++ b/dev-perl/MooseX-Types-URI/Manifest
@@ -1 +1,2 @@
 DIST MooseX-Types-URI-0.08.tar.gz 29511 BLAKE2B 
1b009c330dbd7afa08c621a7917ae9c948e022c73096646e08f9ce13e33e06548b2b912d4311b2cbe2419e7f1fb39f601de4802a5e8be03e3a3f8bd96a9f01f1
 SHA512 
0cf93dd965b618963945a1783af70c40389ca58818f0ea6ee7f168b70dadca5d332fd9391522fcaabb8e1d9e4baaa1b59606865db05a21a5ee548ccac1e08ed6
+DIST MooseX-Types-URI-0.09.tar.gz 33724 BLAKE2B 
88c747d607f7a358bcc68037fdd819dc393dbf986fd5a8ffa9a711e0cfc8edcb5dd4b3d75dbe376fb84b7a22c1252bff28abbf6c47b1292b20f3bbd0afb4e1c1
 SHA512 
b55fcb34a7033fe3e9d24b66aea4caf9bbc5508f609cd299fc2a31e1869e8b5b0b2007721a2c62f842890bfabbeb3787137c3c9684268228e6061e7c758b027c

diff --git a/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.90.0.ebuild 
b/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.90.0.ebuild
new file mode 100644
index 000..460eb79853f
--- /dev/null
+++ b/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.90.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.09
+inherit perl-module
+
+DESCRIPTION="URI related types and coercions for Moose"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-perl/MooseX-Types-0.400.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/URI
+   dev-perl/URI-FromHash
+   virtual/perl-if
+   dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+   >=dev-perl/Module-Build-Tiny-0.7.0
+   test? (
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/perl-File-Spec
+   dev-perl/Moose
+   >=virtual/perl-Test-Simple-0.880.0
+   dev-perl/Test-Needs
+   dev-perl/Test-Without-Module
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-HandlesVia/

2021-07-08 Thread Andreas K. Hüttel
commit: d5fdc71410a80bfb459dcb1a8b885b707be341db
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 23:01:04 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 23:02:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5fdc714

dev-perl/MooX-HandlesVia: Version bump 0.001009

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/MooX-HandlesVia/Manifest  |  1 +
 .../MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/MooX-HandlesVia/Manifest 
b/dev-perl/MooX-HandlesVia/Manifest
index f32ef03d895..d726b009961 100644
--- a/dev-perl/MooX-HandlesVia/Manifest
+++ b/dev-perl/MooX-HandlesVia/Manifest
@@ -1 +1,2 @@
 DIST MooX-HandlesVia-0.001008.tar.gz 24385 BLAKE2B 
9d6a72a9b9bc3bd99a145904e4148bb2c4bce6150b67431402d409ddb81b732a57a11935a10f2ddf2184b0fb8a93d57f6482fdde61508f73b8867fbc92e24c4f
 SHA512 
ad5dd6c5a05d6f44788e31a74d595c3a6c1b8bf62f51d59bab2d65f6963c2995205ad64f6930b103026d3497d3d2a83bd192b7566228c31bf944265e060703c0
+DIST MooX-HandlesVia-0.001009.tar.gz 24754 BLAKE2B 
965da8297cb22e266b43c8bb79248db7122fca51e2ab98f6ef038463919b0e6128f0328cc3b02245031dbe3a3805963e3bf231c3ee5e959108fa8e821d500b4a
 SHA512 
ea3521bf04c52db09068d4fa7cedd3642fd54fc40b5c88cde9340f0a3bb0da03f2aabbe22788a4f33ffedc628fc510c4fb57bdf3f7c9ce1b9316dd1408c2dd40

diff --git a/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild 
b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
new file mode 100644
index 000..04f4f5a2c50
--- /dev/null
+++ b/dev-perl/MooX-HandlesVia/MooX-HandlesVia-0.1.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.001009
+inherit perl-module
+
+DESCRIPTION="NativeTrait-like behavior for Moo"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris"
+
+RDEPEND="
+   dev-perl/Class-Method-Modifiers
+   >=dev-perl/Data-Perl-0.2.6
+   dev-perl/Module-Runtime
+   >=dev-perl/Moo-1.3.0
+   dev-perl/Role-Tiny
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=dev-perl/MooX-Types-MooseLike-0.230.0
+   dev-perl/Test-Exception
+   dev-perl/Test-Fatal
+   virtual/perl-Test-Simple
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Role-Parameterized/

2021-07-08 Thread Andreas K. Hüttel
commit: 6694fdcfeaa6eff15d9e5ab02756560f6cb7848c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 22:49:43 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 23:02:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6694fdcf

dev-perl/MooseX-Role-Parameterized: Version bump 1.11

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/MooseX-Role-Parameterized/Manifest|  1 +
 .../MooseX-Role-Parameterized-1.110.0.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/MooseX-Role-Parameterized/Manifest 
b/dev-perl/MooseX-Role-Parameterized/Manifest
index b3428b8dfc9..9a2365b6a09 100644
--- a/dev-perl/MooseX-Role-Parameterized/Manifest
+++ b/dev-perl/MooseX-Role-Parameterized/Manifest
@@ -1 +1,2 @@
 DIST MooseX-Role-Parameterized-1.10.tar.gz 47012 BLAKE2B 
d4be4867a73838db599ed0a2ccdc76f147c8f2a6b58eed08b60e73a40bb8e29966fdd28fba79f340f78ae21b3eeffa3e2c9d6d02c109820f00322a87d50f1964
 SHA512 
10f6b51dd6e09c30e36496469c4a213e0ab6d12529e0b91161f680ae595b312e9dbff035d6c8a2d10dbff7fa55cf7ca6b53cd66b848f75f7e6ac43b6e6eb9e84
+DIST MooseX-Role-Parameterized-1.11.tar.gz 49548 BLAKE2B 
ffbcdceace70bc301a68f35c429463be9b7d74837bd7c82291159d78e6259fc9f46da5bf0794c4b11d64d6957919bfb55c169b596e428e503804d3beb4d62015
 SHA512 
7442a10f1593cecfcb01e93f314bcb6ebe95b4b9710262ef5dc7d8065ae118a96e0abbbc9f7b8986c33185a8b8aec60cf8639c0fd6eee4fb94f2e33d95eb7ed9

diff --git 
a/dev-perl/MooseX-Role-Parameterized/MooseX-Role-Parameterized-1.110.0.ebuild 
b/dev-perl/MooseX-Role-Parameterized/MooseX-Role-Parameterized-1.110.0.ebuild
new file mode 100644
index 000..c53c03eec57
--- /dev/null
+++ 
b/dev-perl/MooseX-Role-Parameterized/MooseX-Role-Parameterized-1.110.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.11
+inherit perl-module
+
+DESCRIPTION="Roles with composition parameters"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris"
+
+RDEPEND="
+   !<=dev-perl/MooseX-Storage-0.460.0
+   virtual/perl-Carp
+   dev-perl/Module-Runtime
+   >=dev-perl/Moose-2.30.0
+   dev-perl/namespace-autoclean
+   >=dev-perl/namespace-clean-0.190.0
+"
+BDEPEND="
+   ${RDEPEND}
+   >=dev-perl/Module-Build-Tiny-0.34.0
+   test? (
+   >=dev-perl/CPAN-Meta-Check-0.11.0
+   virtual/perl-CPAN-Meta-Requirements
+   virtual/perl-Data-Dumper
+   virtual/perl-File-Spec
+   virtual/perl-Module-Metadata
+   virtual/perl-Storable
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   dev-perl/Test-Needs
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-SetOnce/

2021-07-08 Thread Andreas K. Hüttel
commit: d42eade1cb24b7c07f8c7576319e09f6c9fd8143
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 22:51:45 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 23:02:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42eade1

dev-perl/MooseX-SetOnce: Version bump 0.201

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/MooseX-SetOnce/Manifest   |  1 +
 .../MooseX-SetOnce/MooseX-SetOnce-0.201.0.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/MooseX-SetOnce/Manifest b/dev-perl/MooseX-SetOnce/Manifest
index 68729770a0c..1823af251af 100644
--- a/dev-perl/MooseX-SetOnce/Manifest
+++ b/dev-perl/MooseX-SetOnce/Manifest
@@ -1 +1,2 @@
 DIST MooseX-SetOnce-0.22.tar.gz 13849 BLAKE2B 
798c946ea71a0c62d07a54373f6d18cb5610b15777f249a19b48c1572d28f6a2d17caf9da808449e370b11760554ef49afa4b34ee7356817fd435faef6aaca6b
 SHA512 
7783496c0d9c82793bd730894ffb8e640caa199fc1b320c9007fc482eaf123c415914780801b9907fc6d1fd460d47fbb38824b75ae1dce6130f7f80a248b2166
+DIST MooseX-SetOnce-0.201.tar.gz 16417 BLAKE2B 
a023f08ff2a5796869bc36dfcb8c5e0f27536ff663cb04ad2d8b99f99685a82cb8d40d336273eb9a0f54dc69dcbda12227697c59882fd5516343e47f3bd75a36
 SHA512 
e328437ae6fc4350b562563889b888e7572fd2bfd68a8d70feb3a4132892a9accc2116413eccb55fe39094ae047bd800ef232cf1fab1e8938b44fc372020a622

diff --git a/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.201.0.ebuild 
b/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.201.0.ebuild
new file mode 100644
index 000..19aba78d893
--- /dev/null
+++ b/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.201.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.201
+inherit perl-module
+
+DESCRIPTION="write-once, read-many attributes for Moose"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-perl/Moose-0.900.0
+"
+BDEPEND="${RDEPEND}
+   >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-IO
+   dev-perl/Test-Fatal
+   >=virtual/perl-Test-Simple-0.960.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-MultiInitArg/

2021-07-08 Thread Andreas K. Hüttel
commit: 1d7920c646fc720ccf57f42ad1af8d4e0ab34212
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 22:45:51 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 23:02:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7920c6

dev-perl/MooseX-MultiInitArg: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...g-0.20.0.ebuild => MooseX-MultiInitArg-0.20.0-r1.ebuild} | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0.ebuild 
b/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0-r1.ebuild
similarity index 68%
rename from dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0.ebuild
rename to dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0-r1.ebuild
index 72079bdc1be..4328c704a70 100644
--- a/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0.ebuild
+++ b/dev-perl/MooseX-MultiInitArg/MooseX-MultiInitArg-0.20.0-r1.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=FRODWITH
-MODULE_VERSION=0.02
+DIST_AUTHOR=FRODWITH
+DIST_VERSION=0.02
 inherit perl-module
 
 DESCRIPTION="Attributes with aliases for constructor arguments"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-perl/Moose
 "
-DEPEND="${DEPEND}
+BDEPEND="${DEPEND}
>=dev-perl/Module-Build-Tiny-0.23.0
test? (
dev-perl/Test-Pod
@@ -25,5 +23,4 @@ DEPEND="${DEPEND}
)
 "
 
-SRC_TEST="do"
 mytargets=install



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/svneverever/

2021-07-08 Thread Sebastian Pipping
commit: a8751dcbc99655c48076ded6618e625288a2f961
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Thu Jul  8 22:54:44 2021 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Thu Jul  8 22:54:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8751dcb

dev-vcs/svneverever: 1.7.1

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

 dev-vcs/svneverever/Manifest |  1 +
 dev-vcs/svneverever/svneverever-1.7.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-vcs/svneverever/Manifest b/dev-vcs/svneverever/Manifest
index 4889a27d9ad..f3cc94e8552 100644
--- a/dev-vcs/svneverever/Manifest
+++ b/dev-vcs/svneverever/Manifest
@@ -1,2 +1,3 @@
 DIST svneverever-1.5.0.tar.gz 9286 BLAKE2B 
8400e202f191131b494a894b112c92f4cf5977396fa8d1c11f5e17a309159dbab2df4d84bc24c88e0dd41d306b171c1eaeb679c900e94fdb3aee542d819f43e0
 SHA512 
b47e367b6c180ff92f24d70efaa5fd6697e266c28d05abf2555a59a4e34a603b97d70a045163b6cd6ab786f4ec5d9f5dc59277e79d98b70770c7d2ce672f9a8d
 DIST svneverever-1.6.0.tar.gz 10735 BLAKE2B 
ea69032fb61176dab5c80da0a3ea03f0aef65537798a5c0c7517176cdb487e1ae5c04259eb7f5625e80e1e2612166c506cccfbfadbe4eae5e1d8a33369a4c94f
 SHA512 
93bf33bd82c91cd58fc2106eb236a75b659b19367f94914e4475844fca3d7693703d18a6f51f5f98db3f18d46e72adbc0ef9174ede49bec19f047255d38e03d2
+DIST svneverever-1.7.1.tar.gz 10888 BLAKE2B 
d250be7c1fca9bd84cf0ce217cd46a1fb99d1e6b8ec28c19e281b8f953331219354c5ac8f90bb9b1e3003ceb2a23e6dc8dbc1a78822aa79e5c0edc27d4e99780
 SHA512 
066a56bac798f513cd6332b19f89a00d67866dabd52c501c911fe48cbf978e74698e5d2bd59e3eaff31cf924c49ad7ce7e88ad339284d1af005ad1265633f1be

diff --git a/dev-vcs/svneverever/svneverever-1.7.1.ebuild 
b/dev-vcs/svneverever/svneverever-1.7.1.ebuild
new file mode 100644
index 000..ab9b0424d60
--- /dev/null
+++ b/dev-vcs/svneverever/svneverever-1.7.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Tool collecting path entries across SVN history"
+HOMEPAGE="https://github.com/hartwork/svneverever;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/pysvn[${PYTHON_USEDEP}]"



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmid/

2021-07-08 Thread Anna Vyalkova
commit: 978a6158784f3c7295af53cd08dbda9b81c0040b
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jul  8 18:52:28 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Jul  8 18:54:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=978a6158

net-misc/gmid: update 

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

 net-misc/gmid/gmid-.ebuild | 23 ---
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/net-misc/gmid/gmid-.ebuild b/net-misc/gmid/gmid-.ebuild
index a255941c3..f793b7936 100644
--- a/net-misc/gmid/gmid-.ebuild
+++ b/net-misc/gmid/gmid-.ebuild
@@ -4,23 +4,28 @@
 EAPI=7
 
 SSL_DAYS=36500
-inherit git-r3 ssl-cert toolchain-funcs
+inherit ssl-cert toolchain-funcs
 
 DESCRIPTION="Simple and secure Gemini server"
 HOMEPAGE="https://www.omarpolo.com/pages/gmid.html;
-EGIT_REPO_URI="https://github.com/omar-polo/${PN}.git 
https://git.omarpolo.com/${PN};
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/omar-polo/${PN}.git 
https://git.omarpolo.com/${PN};
+   inherit git-r3
+else
+   SRC_URI="https://git.omarpolo.com/${PN}/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="BSD ISC MIT"
 SLOT="0"
 IUSE="+seccomp test"
-RESTRICT="
-   !test? ( test )
-   seccomp? ( test )
-"
+RESTRICT="!test? ( test )"
 
 DEPEND="
acct-user/gemini
dev-libs/imsg-compat
+   dev-libs/libbsd
dev-libs/libevent
dev-libs/libretls
 "
@@ -44,12 +49,16 @@ src_configure() {
)
 
./configure "${conf_args[@]}" || die
+
+   if use seccomp && has usersandbox ${FEATURES} ; then
+   export SKIP_RUNTIME_TESTS=1
+   fi
 }
 
 src_compile() {
emake gmid
if use test ; then
-   emake -C regress gg puny-test testdata iri_test
+   emake -C regress gg data puny-test fcgi-test
fi
 }
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/imsg-compat/

2021-07-08 Thread Anna Vyalkova
commit: 0dd349e9a41882641b1e31696720cc6840a18381
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Jul  8 18:54:07 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Thu Jul  8 18:54:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0dd349e9

dev-libs/imsg-compat: fix pkgconfig file

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

 dev-libs/imsg-compat/imsg-compat-6.8.2.ebuild | 7 ++-
 dev-libs/imsg-compat/imsg-compat-.ebuild  | 7 ++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/dev-libs/imsg-compat/imsg-compat-6.8.2.ebuild 
b/dev-libs/imsg-compat/imsg-compat-6.8.2.ebuild
index d972a9421..09651f485 100644
--- a/dev-libs/imsg-compat/imsg-compat-6.8.2.ebuild
+++ b/dev-libs/imsg-compat/imsg-compat-6.8.2.ebuild
@@ -24,12 +24,17 @@ SLOT="0"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 
+src_prepare() {
+   default
+   sed "s/@LIBDIR@/$(get_libdir)/" -i libimsg.pc.in || die
+}
+
 src_configure() {
tc-export CC AR
 }
 
 src_install() {
-   emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
+   emake DESTDIR="${D}" PREFIX="${EPREIFX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
if ! use static-libs ; then
find "${ED}"/usr/$(get_libdir) -name "*.a" -delete || die
fi

diff --git a/dev-libs/imsg-compat/imsg-compat-.ebuild 
b/dev-libs/imsg-compat/imsg-compat-.ebuild
index d972a9421..09651f485 100644
--- a/dev-libs/imsg-compat/imsg-compat-.ebuild
+++ b/dev-libs/imsg-compat/imsg-compat-.ebuild
@@ -24,12 +24,17 @@ SLOT="0"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 
+src_prepare() {
+   default
+   sed "s/@LIBDIR@/$(get_libdir)/" -i libimsg.pc.in || die
+}
+
 src_configure() {
tc-export CC AR
 }
 
 src_install() {
-   emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install
+   emake DESTDIR="${D}" PREFIX="${EPREIFX}/usr" 
LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
if ! use static-libs ; then
find "${ED}"/usr/$(get_libdir) -name "*.a" -delete || die
fi



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

2021-07-08 Thread Thomas Deutschmann
commit: b6d719ce097e7a71dc50a0211e4c344aa305d307
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jul  8 21:11:19 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jul  8 22:18:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d719ce

sys-kernel/genkernel: bump to v4.2.3

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

 sys-kernel/genkernel/Manifest   | 2 +-
 sys-kernel/genkernel/{genkernel-4.2.2.ebuild => genkernel-4.2.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/genkernel/Manifest b/sys-kernel/genkernel/Manifest
index dea393d55ce..4b96eaf2d3b 100644
--- a/sys-kernel/genkernel/Manifest
+++ b/sys-kernel/genkernel/Manifest
@@ -35,7 +35,7 @@ DIST genkernel-3.5.3.3.tar.xz 331180 BLAKE2B 
0f83b973505ccb0a92ae24e92509710bf96
 DIST genkernel-4.0.10.tar.xz 460816 BLAKE2B 
d5922eede1192bb95ca235106a70118826c2c4c078f741e25954485f142d858bf612f35b94553fc409e4f6641b256a2940f83131c5b4bc7d6dbae85019bee7ff
 SHA512 
29dc29b346b132cc6e7ea5298e49c93d01ba28531928cb7a6125864c7d03b74f70bc74043b220dfbbb6651ad67fcbc3d8ed8a2d0f40d271b83e9a8ab0325a2dd
 DIST genkernel-4.1.2.tar.xz 465288 BLAKE2B 
89e26a861854d0cde808331db4bf3055495e9ec4be16952c495e481a5f9684601603ba22e5edda8f882fcddd68d1e406756cdc519936b90e33fe640107c8e529
 SHA512 
4b10f25ed8d97ffe075372aac22e0aff7be72405f02d9d8faddcc70063d04719dc93f9836d4f8375afca9b6870fcb15bda6ed796e5b2d2ef208ba3203d229a3e
 DIST genkernel-4.2.1.tar.xz 481988 BLAKE2B 
d2f4263ea1d66927e7087ad4c852e83a66d5fbf57a937fb20223d54533ec1d894236c9305e82ec91a44272abc990be5feb29572ce8a407f61eb015a262518734
 SHA512 
6999706a695817fe453d17ce5b18e3cb234d25abd61ada7eea0769eed6541306e5d76d21061a65f66d7ae3622936531b5af01099b35ccfc1b4d372b0ff5241ce
-DIST genkernel-4.2.2.tar.xz 486472 BLAKE2B 
9038bec11bbb916fd332a8f9c2aa5ab067d7f04e9485bcb052f4e12c6c6972f216af0088be14bd15ececa4673dd7f1345adb48d77fa96f9d15f97362cfb29782
 SHA512 
2a9c395caac9e4f95b9bcd3be197b33da4644f795fca2e49700b1f8480daa4d51fe80866332290b05e3ffde20296b3a6d655d00ff77f311b7c159c57255169c4
+DIST genkernel-4.2.3.tar.xz 486688 BLAKE2B 
bd6546ef3c7205e14b8d7e563899fc13bd0c1f90e929c6a805f9e89758fb56fac5cc4ebf6f44d708cf199fc6e2a42704a9d4314bdcceb11e402afb9877608cc6
 SHA512 
a35b87931e080fe1b61032f8ea655b774c29d652086b7bf31f98aa829490edf8a9e9dbd41c5b8274b64db1946b162977d907f3665da1d99a62666f745f62b6f1
 DIST gnupg-1.4.22.tar.bz2 3746546 BLAKE2B 
9a2d37eeab10f2a7353804098e865ad45db846696a00a47f5bebf47145f79e0d2bf9c01c0195e2fe79af07946a3feac0d4589656c3e698a3a548ff1dd74ce759
 SHA512 
c03acac0fa55761470bb085d78a44e2b99ebb187e8396cbb031a184b1e40bef2a40c91da07755d1a20610a3daa6aa1eefea2d12a0dbd5a79a45466166419c708
 DIST gnupg-1.4.23.tar.bz2 3749353 BLAKE2B 
ec5e6bef0c7bb2a65813d7852cebeaa24c4855f9d9d9e802070da50b89fff56b747682933aa766dd130f849efcfe28f7aa74f3153405429bcf3845ef29c6dd6e
 SHA512 
78dc52a2010202a4afc8814b29fda657a6c9fe230d5e7db11ae040edd2b0ca819e1baa4dbd6c0d04d36cd353df484e83f52d17759d2891c2cf7025c0b5d36612
 DIST hwids-20200813.1.tar.gz 3680906 BLAKE2B 
652cf4b05ead42a750c6f41ad78650ea8b0125f90563dec37bfa8388d021ceab12e94fd2f949b3f7b3b7c09a356d279b91e62164af2cf066cfee07ab583f8b83
 SHA512 
5ba15067969fa19d3218f523c1a0186568841466de4d18c563b5f09202ab7185c4df02b962f70eb6d3e99915caad8a743fc6c6349f49b666db742f9ced8053fc

diff --git a/sys-kernel/genkernel/genkernel-4.2.2.ebuild 
b/sys-kernel/genkernel/genkernel-4.2.3.ebuild
similarity index 100%
rename from sys-kernel/genkernel/genkernel-4.2.2.ebuild
rename to sys-kernel/genkernel/genkernel-4.2.3.ebuild



[gentoo-commits] proj/genkernel: New tag: v4.2.3

2021-07-08 Thread Thomas Deutschmann
commit: 
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jul  8 22:18:40 2021 +

New tag: v4.2.3




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

2021-07-08 Thread Thomas Deutschmann
commit: ab340c3e3bc34a8ca46f83a4d1d0d0bbc20f0ea2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Jul  8 21:09:06 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Jul  8 21:09:06 2021 +
URL:https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ab340c3e

genkernel: Bump to v4.2.3

Signed-off-by: Thomas Deutschmann  gentoo.org>

 genkernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genkernel b/genkernel
index fb0fb58..2df47f1 100755
--- a/genkernel
+++ b/genkernel
@@ -2,7 +2,7 @@
 # $Id$
 
 PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='4.2.2'
+GK_V='4.2.3'
 
 # Normalize locales
 export LC_ALL=C



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/ETL/

2021-07-08 Thread Luca Barbato
commit: 4b7a3f2ff5c9b749f99d6bf1736307119dae00aa
Author: Luca Barbato  gentoo  org>
AuthorDate: Thu Jul  8 21:51:47 2021 +
Commit: Luca Barbato  gentoo  org>
CommitDate: Thu Jul  8 21:53:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7a3f2f

dev-cpp/ETL: fix multiple typos

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

 dev-cpp/ETL/ETL-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-cpp/ETL/ETL-1.4.1.ebuild b/dev-cpp/ETL/ETL-1.4.1.ebuild
index c78382ba10f..5004a82f10f 100644
--- a/dev-cpp/ETL/ETL-1.4.1.ebuild
+++ b/dev-cpp/ETL/ETL-1.4.1.ebuild
@@ -12,8 +12,8 @@ 
SRC_URI="https://github.com/synfig/synfig/releases/download/v${PV}/${P}.tar.gz;
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-RDEPENDS=">=glibmm-2.24.2:2"
-DEPENDS="${RDEPENDS}"
+RDEPEND=">=dev-cpp/glibmm-2.24.2:2"
+DEPEND="${RDEPEND}"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/mbrola/

2021-07-08 Thread Sergei Trofimovich
commit: 9951bfc323897b5cc69a2ffa0dc9b1638bd88e18
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jul  8 21:36:21 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul  8 21:39:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9951bfc3

app-accessibility/mbrola: keyworded 3.3-r1 for sparc, bug #801115

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-accessibility/mbrola/mbrola-3.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/mbrola/mbrola-3.3-r1.ebuild 
b/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
index 4d2b0e0161a..b86978b8963 100644
--- a/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
+++ b/app-accessibility/mbrola/mbrola-3.3-r1.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/numediart/MBROLA/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 
 RDEPEND="app-accessibility/mbrola-voices"
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/mbrola-voices/

2021-07-08 Thread Sergei Trofimovich
commit: 0e77c6de9351a1e689b0bffa3e2c536f3462779b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jul  8 21:35:17 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul  8 21:39:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e77c6de

app-accessibility/mbrola-voices: mark 0_pre20200331 ~sparc, bug #801115

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild 
b/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
index e30f0d98434..c172f4b1001 100644
--- a/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
+++ b/app-accessibility/mbrola-voices/mbrola-voices-0_pre20200331.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/numediart/mbrola-voices/archive/${GIT_COMMIT}.tar.gz
 
 LICENSE="MBROLA-VOICES"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 
 # This maps the l10n values to the appropriate voices
 declare -A voicemap



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

2021-07-08 Thread Mike Gilbert
commit: 9cb1e202e281d9fa3ebbf9f354b0672d98743d87
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Jul  8 20:22:01 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Jul  8 20:22:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb1e202

sys-apps/systemd: backport fix for hostnamed

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

 .../files/249-hostnamed-error-variable.patch   | 50 ++
 .../{systemd-249.ebuild => systemd-249-r1.ebuild}  |  1 +
 2 files changed, 51 insertions(+)

diff --git a/sys-apps/systemd/files/249-hostnamed-error-variable.patch 
b/sys-apps/systemd/files/249-hostnamed-error-variable.patch
new file mode 100644
index 000..7fe7af73a00
--- /dev/null
+++ b/sys-apps/systemd/files/249-hostnamed-error-variable.patch
@@ -0,0 +1,50 @@
+From 105a4245ff13d588e1e848e8ee3cffd6185bd0ae Mon Sep 17 00:00:00 2001
+From: Jan Palus 
+Date: Thu, 8 Jul 2021 00:23:21 +0200
+Subject: [PATCH] hostnamed: correct variable with errno in fallback_chassis
+
+fixes assertion failure on arm:
+
+systemd-hostnamed[642]: Assertion '(_error) != 0' failed at 
src/hostname/hostnamed.c:207, function fallback_chassis(). Aborting.
+---
+ src/hostname/hostnamed.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c
+index bd535ddc4d80..36702f2fb0cd 100644
+--- a/src/hostname/hostnamed.c
 b/src/hostname/hostnamed.c
+@@ -204,14 +204,14 @@ static const char* fallback_chassis(void) {
+ 
+ r = read_one_line_file("/sys/class/dmi/id/chassis_type", );
+ if (r < 0) {
+-log_debug_errno(v, "Failed to read DMI chassis type, 
ignoring: %m");
++log_debug_errno(r, "Failed to read DMI chassis type, 
ignoring: %m");
+ goto try_acpi;
+ }
+ 
+ r = safe_atou(type, );
+ free(type);
+ if (r < 0) {
+-log_debug_errno(v, "Failed to parse DMI chassis type, 
ignoring: %m");
++log_debug_errno(r, "Failed to parse DMI chassis type, 
ignoring: %m");
+ goto try_acpi;
+ }
+ 
+@@ -260,14 +260,14 @@ static const char* fallback_chassis(void) {
+ try_acpi:
+ r = read_one_line_file("/sys/firmware/acpi/pm_profile", );
+ if (r < 0) {
+-log_debug_errno(v, "Failed read ACPI PM profile, ignoring: 
%m");
++log_debug_errno(r, "Failed read ACPI PM profile, ignoring: 
%m");
+ return NULL;
+ }
+ 
+ r = safe_atou(type, );
+ free(type);
+ if (r < 0) {
+-log_debug_errno(v, "Failed parse ACPI PM profile, ignoring: 
%m");
++log_debug_errno(r, "Failed parse ACPI PM profile, ignoring: 
%m");
+ return NULL;
+ }
+ 

diff --git a/sys-apps/systemd/systemd-249.ebuild 
b/sys-apps/systemd/systemd-249-r1.ebuild
similarity index 99%
rename from sys-apps/systemd/systemd-249.ebuild
rename to sys-apps/systemd/systemd-249-r1.ebuild
index 7b82142e7ac..3bc38914353 100644
--- a/sys-apps/systemd/systemd-249.ebuild
+++ b/sys-apps/systemd/systemd-249-r1.ebuild
@@ -218,6 +218,7 @@ src_prepare() {
 
# Add local patches here
PATCHES+=(
+   "${FILESDIR}/249-hostnamed-error-variable.patch"
)
 
if ! use vanilla; then



[gentoo-commits] proj/releng:master commit in: releases/specs/amd64/nomultilib/, tools/, releases/specs/amd64/

2021-07-08 Thread Andreas K. Hüttel
commit: cf7151f6a98d3f27c702513881cf3415a40cdad3
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 20:03:36 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 20:03:36 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=cf7151f6

amd64: move nomultilib builds to demeter

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

 .../stage1-openrc.spec}  |  4 ++--
 .../stage2-openrc.spec}  |  4 ++--
 .../stage3-openrc.spec}  |  4 ++--
 tools/catalyst-auto-amd64-demeter.conf   |  8 
 tools/catalyst-auto-amd64.conf   | 12 
 5 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/releases/specs/amd64/stage1-nomultilib.spec 
b/releases/specs/amd64/nomultilib/stage1-openrc.spec
similarity index 72%
rename from releases/specs/amd64/stage1-nomultilib.spec
rename to releases/specs/amd64/nomultilib/stage1-openrc.spec
index f0a997b3..0d5530c9 100644
--- a/releases/specs/amd64/stage1-nomultilib.spec
+++ b/releases/specs/amd64/nomultilib/stage1-openrc.spec
@@ -1,10 +1,10 @@
 subarch: amd64
 target: stage1
-version_stamp: nomultilib-@TIMESTAMP@
+version_stamp: nomultilib-openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/amd64/17.1/no-multilib
 snapshot: @TIMESTAMP@
-source_subpath: default/stage3-amd64-nomultilib-latest
+source_subpath: default/stage3-amd64-nomultilib-openrc-latest
 compression_mode: pixz_x
 update_seed: yes
 update_seed_command: --update --deep --newuse @world

diff --git a/releases/specs/amd64/stage2-nomultilib.spec 
b/releases/specs/amd64/nomultilib/stage2-openrc.spec
similarity index 65%
rename from releases/specs/amd64/stage2-nomultilib.spec
rename to releases/specs/amd64/nomultilib/stage2-openrc.spec
index 39bc1cb6..da9e32a6 100644
--- a/releases/specs/amd64/stage2-nomultilib.spec
+++ b/releases/specs/amd64/nomultilib/stage2-openrc.spec
@@ -1,10 +1,10 @@
 subarch: amd64
 target: stage2
-version_stamp: nomultilib-@TIMESTAMP@
+version_stamp: nomultilib-openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/amd64/17.1/no-multilib
 snapshot: @TIMESTAMP@
-source_subpath: default/stage1-amd64-nomultilib-@TIMESTAMP@
+source_subpath: default/stage1-amd64-nomultilib-openrc-@TIMESTAMP@
 compression_mode: pixz_x
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/releases/specs/amd64/stage3-nomultilib.spec 
b/releases/specs/amd64/nomultilib/stage3-openrc.spec
similarity index 65%
rename from releases/specs/amd64/stage3-nomultilib.spec
rename to releases/specs/amd64/nomultilib/stage3-openrc.spec
index 3beceaa8..dc28fef8 100644
--- a/releases/specs/amd64/stage3-nomultilib.spec
+++ b/releases/specs/amd64/nomultilib/stage3-openrc.spec
@@ -1,10 +1,10 @@
 subarch: amd64
 target: stage3
-version_stamp: nomultilib-@TIMESTAMP@
+version_stamp: nomultilib-openrc-@TIMESTAMP@
 rel_type: default
 profile: default/linux/amd64/17.1/no-multilib
 snapshot: @TIMESTAMP@
-source_subpath: default/stage2-amd64-nomultilib-@TIMESTAMP@
+source_subpath: default/stage2-amd64-nomultilib-openrc-@TIMESTAMP@
 compression_mode: pixz_x
 portage_confdir: @REPO_DIR@/releases/portage/stages
 portage_prefix: releng

diff --git a/tools/catalyst-auto-amd64-demeter.conf 
b/tools/catalyst-auto-amd64-demeter.conf
index ec8a2ae3..f540af26 100644
--- a/tools/catalyst-auto-amd64-demeter.conf
+++ b/tools/catalyst-auto-amd64-demeter.conf
@@ -11,11 +11,16 @@ TYPE="auto"
 SPECS_DIR=${REPO_DIR}/releases/specs/amd64
 
 SETS="
+   nomultilib_openrc
musl
musl_hardened
x32_openrc
 "
 
+SET_nomultilib_openrc_SPECS="nomultilib/stage1-openrc.spec 
nomultilib/stage2-openrc.spec nomultilib/stage3-openrc.spec"
+
+##SET_minimal_nomultilib_OPTIONAL_SPECS="stage4-nomultilib-minimal.spec"
+
 SET_musl_SPECS="musl/stage1.spec musl/stage2.spec musl/stage3.spec"
 SET_musl_hardened_SPECS="musl/stage1-hardened.spec musl/stage2-hardened.spec 
musl/stage3-hardened.spec"
 
@@ -54,6 +59,9 @@ post_build() {
 
pushd "${BUILD_SRCDIR_BASE}"/builds/default >/dev/null || exit
case ${spec} in
+   nomultilib/stage3-openrc.spec)
+   upload stage3-amd64-nomultilib-openrc-${TIMESTAMP}.tar.xz*
+   ;;
x32/stage3-openrc.spec)
upload stage3-x32-openrc-${TIMESTAMP}.tar.xz*
;;

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index a6f1866c..b18efeba 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -13,7 +13,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs/amd64
 
 SETS="
multilib minimal_multilib
-   nomultilib minimal_nomultilib
systemd
hardened_multilib minimal_hardened_multilib
hardened_nomultilib minimal_hardened_nomultilib
@@ -23,8 +22,6 @@ SETS="
 SET_multilib_SPECS="stage1.spec stage2.spec 

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

2021-07-08 Thread Georgy Yakovlev
commit: 244d413d6e80b97b23788fec482c73d1831d50f1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul  8 19:45:56 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul  8 19:48:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244d413d

app-portage/portage-utils: restore keywords in 0.87 for ppc

to unbreak CI

Bug: https://bugs.gentoo.org/753485
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/app-portage/portage-utils/portage-utils-0.87.ebuild 
b/app-portage/portage-utils/portage-utils-0.87.ebuild
index b2a49b1306f..ce7e6dec67c 100644
--- a/app-portage/portage-utils/portage-utils-0.87.ebuild
+++ b/app-portage/portage-utils/portage-utils-0.87.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git;
 else
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
-   KEYWORDS="hppa"
+   KEYWORDS="hppa ppc"
 fi
 
 RDEPEND="



[gentoo-commits] proj/releng:master commit in: releases/specs/x86/i486/

2021-07-08 Thread Andreas K. Hüttel
commit: 1fc5948cf54692cd972b2af8d398a2806e9e858c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:44:31 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:44:31 2021 +
URL:https://gitweb.gentoo.org/proj/releng.git/commit/?id=1fc5948c

x86: reset boot media name to something the webserver finds... :|

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

 releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec 
b/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec
index 0b0d878c..79894d71 100644
--- a/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec
+++ b/releases/specs/x86/i486/installcd-stage2-minimal-openrc.spec
@@ -10,7 +10,7 @@ portage_confdir: @REPO_DIR@/releases/portage/isos
 livecd/bootargs: dokeymap
 #livecd/cdtar: 
/usr/share/catalyst/livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2
 livecd/fstype: squashfs
-livecd/iso: install-x86-minimal-openrc-@TIMESTAMP@.iso
+livecd/iso: install-x86-minimal-@TIMESTAMP@.iso
 livecd/type: gentoo-release-minimal
 livecd/volid: Gentoo x86 @TIMESTAMP@
 



[gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-server/

2021-07-08 Thread Matt Turner
commit: a813103d20730855c665afad09ab19d325b2b0e8
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul  8 19:29:00 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 19:36:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a813103d

x11-base/xorg-server: Version bump to 1.20.12

Signed-off-by: Matt Turner  gentoo.org>

 x11-base/xorg-server/Manifest   | 1 +
 .../xorg-server/{xorg-server-.ebuild => xorg-server-1.20.12.ebuild} | 2 +-
 x11-base/xorg-server/xorg-server-.ebuild| 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest
index fad1256833d..6e746d16930 100644
--- a/x11-base/xorg-server/Manifest
+++ b/x11-base/xorg-server/Manifest
@@ -1 +1,2 @@
 DIST xorg-server-1.20.11.tar.bz2 6476116 BLAKE2B 
71ec31c4ed050a3e27fadd525f1039895e43571c04b0a1efa9b35fda318f17b3c89d403c914c591345e7d245a7ebbd6e0f206e4415c1d54f1368fb0735a3d7ef
 SHA512 
1017015b9fd5d53788abe3641d877e6df8609841fa5c1847c0a5e133ddcc1b758a5d695304ebd36828099ec201a85b6b70b46f5ea4f81c5bd3a16fa6e175e3c2
+DIST xorg-server-1.20.12.tar.xz 5143456 BLAKE2B 
1e70823890ccb382add92b8bda9e88168477d651edee70a97fd7632a290a20b8848f2c364aa859700e3e8528e4211d39104fa7dafac3f75f8e51afcfa98cffcf
 SHA512 
98350c42fb1f10c965663c1c8d4b225689a6a63163d788d454aa71b28b9cc8fcf9709a932f882358a13ca0c277c0c15812d05919092b4c32828d4ed61cca0406

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-1.20.12.ebuild
similarity index 99%
copy from x11-base/xorg-server/xorg-server-.ebuild
copy to x11-base/xorg-server/xorg-server-1.20.12.ebuild
index 22242af2138..9d8b35301a6 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-1.20.12.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 XORG_DOC=doc
+XORG_TARBALL_SUFFIX="xz"
 inherit xorg-3 multilib flag-o-matic toolchain-funcs
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 
@@ -91,7 +92,6 @@ DEPEND="${CDEPEND}
)
)
)
-   wayland? ( x11-base/xwayland )
 "
 RDEPEND="${CDEPEND}
!systemd? ( gui-libs/display-manager-init )

diff --git a/x11-base/xorg-server/xorg-server-.ebuild 
b/x11-base/xorg-server/xorg-server-.ebuild
index 22242af2138..0df6890d7a7 100644
--- a/x11-base/xorg-server/xorg-server-.ebuild
+++ b/x11-base/xorg-server/xorg-server-.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 XORG_DOC=doc
+XORG_TARBALL_SUFFIX="xz"
 inherit xorg-3 multilib flag-o-matic toolchain-funcs
 EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/xserver.git;
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-Monotonic/

2021-07-08 Thread Andreas K. Hüttel
commit: a5291ca5f6f51667c633ae70deaa130e6e2c3bc6
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:35:52 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:35:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5291ca5

dev-perl/Time-Monotonic: stable for amd64

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild 
b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
index 9533cd382fb..3932193dd3d 100644
--- a/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
+++ b/dev-perl/Time-Monotonic/Time-Monotonic-0.9.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A clock source that only increments and never jumps"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-07-08 Thread Andreas K. Hüttel
commit: e56face30f7efdf49beb8dcedda96453ae247ea9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:19:53 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:33:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56face3

dev-perl/Moo: Version bump 2.005004

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Moo/Manifest |  1 +
 dev-perl/Moo/Moo-2.5.4.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest
index b44bba517b8..511347049f6 100644
--- a/dev-perl/Moo/Manifest
+++ b/dev-perl/Moo/Manifest
@@ -1 +1,2 @@
 DIST Moo-2.003003.tar.gz 97527 BLAKE2B 
c23975f64aae881e6e17ce899b7a2f393d52e598e0d46cd199633f9ebacde81864899ed5cf1a429ddc7811a06f97f93ae537f82a22683d9409148f084113a49e
 SHA512 
f1b2aa2f3dee8749cd2c772b65b8c48dbf67358e62dff856d980422e87c74751013376f82488bff7e8b8b0a707c54cedce8e0da873904b712138cba2c9a7f1c7
+DIST Moo-2.005004.tar.gz 108339 BLAKE2B 
9b61a0a4867e72e277b56f684ec4b723c264cd5b87e7f38018788871870d36fc37b11e112138a762823c6aba68fc2c96d6fd6ead26c8a8f22ac432a06e8e58c4
 SHA512 
a1335d180cd19dc7189bc1663efd5a05650d579c5e5d049fc4059a382d1eeb882fdd9cd2b107fdd40499e22a5c6196fc47c1334145101def531e5f5fd3cd0edf

diff --git a/dev-perl/Moo/Moo-2.5.4.ebuild b/dev-perl/Moo/Moo-2.5.4.ebuild
new file mode 100644
index 000..9643e6087f8
--- /dev/null
+++ b/dev-perl/Moo/Moo-2.5.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.005004
+inherit perl-module
+
+DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+RDEPEND="
+   virtual/perl-Carp
+   >=dev-perl/Class-Method-Modifiers-1.100.0
+   >=virtual/perl-Exporter-5.570.0
+   >=dev-perl/Role-Tiny-2.2.3
+   >=virtual/perl-Scalar-List-Utils-1.0.0
+   >=dev-perl/Sub-Quote-2.6.6
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   >=dev-perl/Test-Fatal-0.3.0
+   >=virtual/perl-Test-Simple-0.940.0
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Utils/

2021-07-08 Thread Andreas K. Hüttel
commit: aa9e3a3b330cf43d119f925c98435e6f112eb1f9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:00:01 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:32:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9e3a3b

dev-perl/MogileFS-Utils: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/MogileFS-Utils/Manifest|  1 -
 .../MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild| 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/MogileFS-Utils/Manifest b/dev-perl/MogileFS-Utils/Manifest
index f0f3d0955c6..9d26ddeae87 100644
--- a/dev-perl/MogileFS-Utils/Manifest
+++ b/dev-perl/MogileFS-Utils/Manifest
@@ -1,2 +1 @@
-DIST MogileFS-Utils-2.29.tar.gz 40648 BLAKE2B 
ef97bb9820f0dd25f8e1b36a10d08ae48ac2241ab3fcc875e366ec834115c215c12101814eb8a0d40ecd915ab5b71c6283365c1f10b75a3e13741bece65607f1
 SHA512 
833dd37266be5337ac4a64df5677ed988aee47df6e883d409e6d2326207dd9540e941f61752959e3ca200d83ae061a234fc79073ccffb71fddcda88753efbd99
 DIST MogileFS-Utils-2.30.tar.gz 40653 BLAKE2B 
7bd0d4913495d20ce0e9e2abd092a1ffbc3ce62f82cecc3ebe33216b5f3a338765b1f5ad71fec79373f9eb15b68d58f368f12d11becf19e479d3ffcb0783a1c5
 SHA512 
6e248ca497f033e1b5c5cb01f89d6d97a3d1ada61cb224a82fc9bca3ba7b3be0341037405603d1dbcbba86277dfd4a1862d4bca0265f5b35d10ac8b6ca33aa6b

diff --git a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild 
b/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild
deleted file mode 100644
index b0d322b7bbd..000
--- a/dev-perl/MogileFS-Utils/MogileFS-Utils-2.290.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DORMANDO
-DIST_VERSION=${PV%0.0}
-inherit perl-module
-
-DESCRIPTION="Server for the MogileFS distributed file system"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="virtual/perl-IO-Compress
-   dev-perl/libwww-perl
-   >=dev-perl/MogileFS-Client-1.160.0"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-"



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

2021-07-08 Thread Andreas K. Hüttel
commit: b7dea3176e0afbbecc5aa1d41f47af8ed5dbd771
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:24:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:33:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7dea317

dev-perl/Moose: Version bump 2.2015

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Moose/Manifest   |   1 +
 dev-perl/Moose/Moose-2.201.500.ebuild | 124 ++
 2 files changed, 125 insertions(+)

diff --git a/dev-perl/Moose/Manifest b/dev-perl/Moose/Manifest
index 9e2dadad8cb..c8949090ca0 100644
--- a/dev-perl/Moose/Manifest
+++ b/dev-perl/Moose/Manifest
@@ -1,2 +1,3 @@
 DIST Moose-2.2007.tar.gz 818526 BLAKE2B 
77b7d0c7646477a34f285d03756c8ade891b2323054d8c2aafd61392c60ca42ac89970ec4d3bc60dae0bd6ec2d2a2611ab5fdbf190e189b46db4dd51f049cb79
 SHA512 
6875df20249aefdd9479046a38c0b89431f124fd03f4b3e0b8cd8b6473faa33b4b67d88f7effeb2f19a5572c0fae9dd2e2dff79cae34810152e4b5cb3d7371f5
 DIST Moose-2.2014.tar.gz 899094 BLAKE2B 
38b6f25808ea2bfdc0a275a5d95278dacae98bf02821c8647f83dae06f51254d2798c2de1f37431ae0e9aa5d09a2f208b6985d3e2d481d3020670265e7d57f75
 SHA512 
ee472cffe928b86732150bd68d1a74f7c2d5769ef3369339e429361a093f3381fdc327910c1a4b9576c01b88ae90f86f1f8979dc0784fcce8ffeb9b42d67aafc
+DIST Moose-2.2015.tar.gz 899314 BLAKE2B 
6dc0d75d96d81c3c0ec9ef1678510879cdeacd36989d79ee830ce46f049072aea858c4933008da7e50edcb955b5461e8b973c2329bed271936f5766292936492
 SHA512 
162a0cd5f96f943cfd9f4a7f9fdc3f86341805045ecab418e1420e3b5e90b216d243515f073274bdb83846fddad78169ef5a2a6c41849466bb36a24c71a38b1b

diff --git a/dev-perl/Moose/Moose-2.201.500.ebuild 
b/dev-perl/Moose/Moose-2.201.500.ebuild
new file mode 100644
index 000..b400ea7037a
--- /dev/null
+++ b/dev-perl/Moose/Moose-2.201.500.ebuild
@@ -0,0 +1,124 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.2015
+DIST_EXAMPLES=("benchmarks/*")
+
+inherit perl-module
+
+DESCRIPTION="A postmodern object system for Perl 5"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+
+CONFLICTS="
+   !<=dev-perl/Catalyst-5.900.499.990
+   !<=dev-perl/Config-MVP-2.200.4
+   !<=dev-perl/Devel-REPL-1.3.20
+   !<=dev-perl/Dist-Zilla-5.43.0
+   !<=dev-perl/Dist-Zilla-Plugin-Git-2.16.0
+   !<=dev-perl/Fey-0.360.0
+   !<=dev-perl/Fey-ORM-0.420.0
+   !<=dev-perl/File-ChangeNotify-0.150.0
+   !<=dev-perl/HTTP-Throwable-0.17.0
+   !<=dev-perl/KiokuDB-0.510.0
+   !<=dev-perl/Markdent-0.160.0
+   !<=dev-perl/Mason-2.180.0
+   !<=dev-perl/Moose-Autobox-0.150.0
+   !<=dev-perl/MooseX-ABC-0.50.0
+   !<=dev-perl/MooseX-Aliases-0.80.0
+   !<=dev-perl/MooseX-AlwaysCoerce-0.130.0
+   !<=dev-perl/MooseX-App-1.220.0
+   !<=dev-perl/MooseX-Attribute-Deflator-2.1.7
+   !<=dev-perl/MooseX-Attribute-Dependent-1.1.3
+   !<=dev-perl/MooseX-Attribute-Prototype-0.100.0
+   !<=dev-perl/MooseX-AttributeHelpers-0.220.0
+   !<=dev-perl/MooseX-AttributeIndexes-1.0.0
+   !<=dev-perl/MooseX-AttributeInflate-0.20.0
+   !<=dev-perl/MooseX-CascadeClearing-0.30.0
+   !<=dev-perl/MooseX-ClassAttribute-0.260.0
+   !<=dev-perl/MooseX-Constructor-AllErrors-0.21.0
+   !<=dev-perl/MooseX-Declare-0.350.0
+   !<=dev-perl/MooseX-FollowPBP-0.20.0
+   !<=dev-perl/MooseX-Getopt-0.560.0
+   !<=dev-perl/MooseX-InstanceTracking-0.40.0
+   !<=dev-perl/MooseX-LazyRequire-0.60.0
+   !<=dev-perl/MooseX-Meta-Attribute-Index-0.40.0
+   !<=dev-perl/MooseX-Meta-Attribute-Lvalue-0.50.0
+   !<=dev-perl/MooseX-Method-Signatures-0.440.0
+   !<=dev-perl/MooseX-MethodAttributes-0.220.0
+   !<=dev-perl/MooseX-NonMoose-0.240.0
+   !<=dev-perl/MooseX-Object-Pluggable-0.1.100
+   !<=dev-perl/MooseX-POE-0.214.0
+   !<=dev-perl/MooseX-Params-Validate-0.50.0
+   !<=dev-perl/MooseX-PrivateSetters-0.30.0
+   !<=dev-perl/MooseX-Role-Cmd-0.60.0
+   !<=dev-perl/MooseX-Role-Parameterized-1.0.0
+   !<=dev-perl/MooseX-Role-WithOverloading-0.140.0
+   !<=dev-perl/MooseX-Runnable-0.30.0
+   !<=dev-perl/MooseX-Scaffold-0.50.0
+   !<=dev-perl/MooseX-SemiAffordanceAccessor-0.50
+   !<=dev-perl/MooseX-SetOnce-0.100.473
+   !<=dev-perl/MooseX-Singleton-0.250.0
+   !<=dev-perl/MooseX-SlurpyConstructor-1.100.0
+   !<=dev-perl/MooseX-Storage-0.420.0
+   !<=dev-perl/MooseX-StrictConstructor-0.120.0
+   !<=dev-perl/MooseX-Traits-0.110.0
+   !<=dev-perl/MooseX-Types-0.190.0
+   !<=dev-perl/MooseX-Types-Parameterizable-0.50.0
+   !<=dev-perl/MooseX-Types-Set-Object-0.30.0
+   !<=dev-perl/MooseX-Types-Signal-1.101.930
+   !<=dev-perl/MooseX-UndefTolerant-0.110.0
+   

[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Aliases/

2021-07-08 Thread Andreas K. Hüttel
commit: b5b2fa107c60ee36b5f72de82ba51ae014fbabe5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:27:11 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:33:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b2fa10

dev-perl/MooseX-Aliases: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 ...-0.110.0-r1.ebuild => MooseX-Aliases-0.110.0-r2.ebuild} | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-perl/MooseX-Aliases/MooseX-Aliases-0.110.0-r1.ebuild 
b/dev-perl/MooseX-Aliases/MooseX-Aliases-0.110.0-r2.ebuild
similarity index 70%
rename from dev-perl/MooseX-Aliases/MooseX-Aliases-0.110.0-r1.ebuild
rename to dev-perl/MooseX-Aliases/MooseX-Aliases-0.110.0-r2.ebuild
index 72f9be97fe9..c1107565c4e 100644
--- a/dev-perl/MooseX-Aliases/MooseX-Aliases-0.110.0-r1.ebuild
+++ b/dev-perl/MooseX-Aliases/MooseX-Aliases-0.110.0-r2.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=DOY
-MODULE_VERSION=0.11
+DIST_AUTHOR=DOY
+DIST_VERSION=0.11
 inherit perl-module
 
 DESCRIPTION="Easy aliasing of methods and attributes in Moose"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-perl/Moose-1.90.0
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.56
test? (
>=dev-perl/Test-Fatal-0.003
@@ -25,5 +23,3 @@ DEPEND="${RDEPEND}
dev-perl/Test-Requires
)
 "
-
-SRC_TEST="do"



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

2021-07-08 Thread Andreas K. Hüttel
commit: 7fff08943785e7bf1b9f3d2b78e9774307a87a1b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:01:48 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:32:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fff0894

dev-perl/Mojolicious: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Mojolicious/Manifest   | 11 
 dev-perl/Mojolicious/Mojolicious-7.600.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-7.700.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-7.800.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-7.900.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-7.940.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-8.0.0.ebuild   | 35 -
 dev-perl/Mojolicious/Mojolicious-8.100.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-8.200.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-8.300.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-8.400.0.ebuild | 35 -
 dev-perl/Mojolicious/Mojolicious-8.500.0.ebuild | 33 ---
 12 files changed, 394 deletions(-)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index 7152e1a7e71..e8a37dc1be5 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,13 +1,2 @@
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 
13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73
 SHA512 
2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
-DIST Mojolicious-7.60.tar.gz 708129 BLAKE2B 
bac0f8ac75255ed6d0597cc2d00eeca9da66e9c7548942daf50cca3d24875306a8e19934ae10b2e5b3bd727b1bb531b31a665938c32f861aacba6456fedf7779
 SHA512 
3e6e0ea266caf8e19546e587ce7bf4d8ef86fa0f2503ef7a1b97b2f4f4f55f9775894d1ad74dd4e84760a3c976f6b94451aa29260f9854d5cc3cefec512428a2
-DIST Mojolicious-7.70.tar.gz 711260 BLAKE2B 
0f471c2039b94ad74d60471d879c9993e2dbf16ed23c710c02786ffe6056d613ee4095668d0c34919fc9649815905d4d771cc4adb832ed2b37b3016d6398884e
 SHA512 
2cda5b378d5c1899d78c199c7f1d3439a6fd697ab885bb4d337270256534ec68f9d73267199a6f72e9677049cf9cd6f239451cac31aebcf4743229419a82dd8b
-DIST Mojolicious-7.80.tar.gz 718598 BLAKE2B 
955fb6253ef2957b9ef6828cd261374fd2f17386c4a426f9a3d73fc734e02f4297d088b70daa8c5e67892d4f4fc491b4a227e7f1420e461f5c2161eac5f0ff19
 SHA512 
f1149c4675377de09bd6db4355c251f3a8db2a81688a906e80c1978d6854a9d89120b39c824aef49934da48ac29d9e62e28940752ec608084dd2ffeee9116553
-DIST Mojolicious-7.90.tar.gz 750078 BLAKE2B 
ef215d4789cf8865fee6e188a232fa77974566ed935c1f38cfc9a648b35a44f46bff35cf0c597e0c5b5ec322c25b1e23fcc6085237d0a374fdd275dce3ef9cdf
 SHA512 
e6389e4c30928c9bfdab33571f13dd6cc9abccfffc9e61899ac73af2950bbfe58586cfc987e6303d4d963ae9852a09eb63e02043d3ca2f2f18900274e2a9db09
-DIST Mojolicious-7.94.tar.gz 747870 BLAKE2B 
9a36cdaf8c76a17c424aa08f160189dba0e5c77c8fb7ade559250985872697d5aba7636eb13e587b52063e3159383101a0787945fbb1f7751ac36b49f57c6899
 SHA512 
60a30e50197c69f2db258afe09419bba4c9086810933e6d2d8ac744b5bea63c20379df78daed5281b76ef33baeedccedc99d09d918329139cf68ac6998acd568
-DIST Mojolicious-8.0.tar.gz 748351 BLAKE2B 
d1fb38dbe26561247050d07b6108fe423921d119f5823915d921df2d390acd39561c9afcfe7c58bb49c419b167de710ce08409a2cba5225ea36aa12cce7a2fe7
 SHA512 
19126a663c52a45f1f32354567b97922453b542073308d2b7288f9deb568f598a2e7ed5b6db377bcb152437c942ed47f8fd805fae80d3f54db02d3a7160cc94e
-DIST Mojolicious-8.10.tar.gz 754007 BLAKE2B 
2ac7887e431598e7347999180a5d9e46c76a42cb9e2452645ece188055a2a27608c6398a18045356e1d87489e63d95358fa4e16e8d3d3bb310cd40867bd25586
 SHA512 
e2cee767f6aba83668fd2c0c13a5aa7e11bbd07d42f7e7633cef3657705265066b787c62c23da9faf66f1110196412bec9e06584fc7790e14f73dbe46dc67c0f
-DIST Mojolicious-8.20.tar.gz 764063 BLAKE2B 
846bb3cfeac502d808f28f26921a73e09587df9a792ffb737cce9f8d2cdd5224f563a79aebdae67f8df50fee8bade687e875cf056510d26960b7852aad128326
 SHA512 
d5d178b428fc9df815106811c197f886845591819228aad2ef14cb6fad8c82e04479d434b4e4c7d2da042d868d624de7f2a0381ff0d1f82b7b60638feb4174d3
-DIST Mojolicious-8.30.tar.gz 772067 BLAKE2B 
b7f21b780a113aea3978968979e67442664104b15c6711d7f68d2dcb068fbb005135acf1845b0aeb4d43c2158672aab853aa862ba2ed1889242266c9ce80733f
 SHA512 
1823a095df339ccdfe74395bb3066627bd5e2a4e9e1b8d907ff716ef511bd834e09c0aa703a1e51f675d2125f2848a25fa4efb2f48f9c5dcbe1dc8a1d0c48ff5
-DIST Mojolicious-8.40.tar.gz 776844 BLAKE2B 
6fc2224d55c625cea4eae39fe440903a3924054f07755512f9d6ce7c17aec5152da8999a5de0a30f71a8deab931bd781374c4a0929f7fd65cb3dea5d0a1a89a4
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-Getopt/

2021-07-08 Thread Andreas K. Hüttel
commit: 58d51eb149ef3e28e4f2a46e946cb1de76dffc4f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:32:19 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:33:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d51eb1

dev-perl/MooseX-Getopt: Version bump 0.75

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/MooseX-Getopt/Manifest|  1 +
 .../MooseX-Getopt/MooseX-Getopt-0.750.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-perl/MooseX-Getopt/Manifest b/dev-perl/MooseX-Getopt/Manifest
index e9f9a749f93..2a47ba1bd4f 100644
--- a/dev-perl/MooseX-Getopt/Manifest
+++ b/dev-perl/MooseX-Getopt/Manifest
@@ -1 +1,2 @@
 DIST MooseX-Getopt-0.74.tar.gz 58129 BLAKE2B 
f2a451d819c53a725a73cefb0ad3d76c94090d25d927b11fd76a92c8534bca56fb5112e298d57caa7fb81e8b6c26f273f06efda74f55db20b384029bcd9b8ca1
 SHA512 
3b7ea4f75192c62936f7838809a4a3facc4ccc38fb9db5affd46d07273ac1ffadd5ddb0882fe5d29870bf4b8c816916febdc3748747223c837fc87c65faa60ac
+DIST MooseX-Getopt-0.75.tar.gz 59084 BLAKE2B 
f025fde1b565da7fca29ab92502d3d309ab0d71fa6da0218bc8f2a083706c3e2c321d42264244035c23f363f6d2744b04dd19e2eeab708d59f7d984203bd3ac6
 SHA512 
b02a8aad4c1c12fc98bf68d68cd72bcc32c82103d5f4ab79345e09354b32f697876571fb7a15987db5d0fc44af113a8d9e588cb2447b9db4d2ff6da242a8010a

diff --git a/dev-perl/MooseX-Getopt/MooseX-Getopt-0.750.0.ebuild 
b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.750.0.ebuild
new file mode 100644
index 000..bedffda369b
--- /dev/null
+++ b/dev-perl/MooseX-Getopt/MooseX-Getopt-0.750.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.75
+inherit perl-module
+
+DESCRIPTION="A Moose role for processing command line options"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris"
+
+RDEPEND="
+   virtual/perl-Carp
+   >=virtual/perl-Getopt-Long-2.370.0
+   >=dev-perl/Getopt-Long-Descriptive-0.88.0
+   >=dev-perl/Moose-0.560.0
+   >=dev-perl/MooseX-Role-Parameterized-1.10.0
+   virtual/perl-Scalar-List-Utils
+   dev-perl/Try-Tiny
+   dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   >=dev-perl/Module-Build-Tiny-0.34.0
+   test? (
+   virtual/perl-File-Spec
+   virtual/perl-Module-Metadata
+   dev-perl/Module-Runtime
+   >=dev-perl/Path-Tiny-0.9.0
+   dev-perl/Test-Deep
+   >=dev-perl/Test-Fatal-0.3.0
+   >=virtual/perl-Test-Simple-0.880.0
+   dev-perl/Test-Needs
+   dev-perl/Test-Trap
+   >=dev-perl/Test-Warnings-0.9.0
+   virtual/perl-if
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Tiny/

2021-07-08 Thread Andreas K. Hüttel
commit: 9f08ff68ae8065149fb2c52f933256eb2985fa5b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:18:50 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:33:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f08ff68

dev-perl/Role-Tiny: Version bump 2.002004

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Role-Tiny/Manifest   |  1 +
 dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Role-Tiny/Manifest b/dev-perl/Role-Tiny/Manifest
index f6fc377aea6..28b232d61e5 100644
--- a/dev-perl/Role-Tiny/Manifest
+++ b/dev-perl/Role-Tiny/Manifest
@@ -1 +1,2 @@
 DIST Role-Tiny-2.06.tar.gz 21556 BLAKE2B 
5ca2b557dd5976a83a84aba9d7a18e3eb05efed08469b057f9596b685502ec9a2794fbb6b0fdea2cf3f1673825a19735ec878f1e37cc25f5a729f826e5d27d81
 SHA512 
7640196c4bc1bf7a5437c57f0137f3bbf7c5fb92b9614805f16fec41dfb87a8bf6b7f3348ceade0800bccd72c4e5b72bcd4ab8bf28768ecda9d912c1b4c78047
+DIST Role-Tiny-2.002004.tar.gz 35940 BLAKE2B 
078993a8aeafe0dc8a7d9554899fd0816f5101fc0bbed4be417fecbc5a4ffb7a2d9db97a73eaa5bb955392303c432824fa975a0eabff568297bf0095933ffd68
 SHA512 
f66a799a0cd4e989adc173f6d913967df7aa6b9ffda934c2a80c0a91dcfe4edce606bd27cf1b4d857d52d0aa770224315ae4e915e4e735c6a9483a6cf5ce02f1

diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild 
b/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild
new file mode 100644
index 000..1200c366e40
--- /dev/null
+++ b/dev-perl/Role-Tiny/Role-Tiny-2.2.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=2.002004
+inherit perl-module
+
+DESCRIPTION="Roles: a nouvelle cuisine portion size slice of Moose"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   >=virtual/perl-Exporter-5.570.0
+   !

[gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Server/

2021-07-08 Thread Andreas K. Hüttel
commit: f7e4e6e098e0540c941e18bb3a4c69d151ff8a9f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 18:59:27 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:32:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e4e6e0

dev-perl/MogileFS-Server: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/MogileFS-Server/Manifest  |  1 -
 .../MogileFS-Server-2.720.0-r1.ebuild  | 86 --
 .../MogileFS-Server/MogileFS-Server-2.730.0.ebuild | 86 --
 3 files changed, 173 deletions(-)

diff --git a/dev-perl/MogileFS-Server/Manifest 
b/dev-perl/MogileFS-Server/Manifest
index 4f4b83aa5f4..78c3a5309ed 100644
--- a/dev-perl/MogileFS-Server/Manifest
+++ b/dev-perl/MogileFS-Server/Manifest
@@ -1,2 +1 @@
-DIST MogileFS-Server-2.72.tar.gz 200057 BLAKE2B 
835a7799389e536b42ed000b8ce07225609501ee6a4c002253a0018d0b17c815e8825a56f78ee0c0604d57cafea45ac044fda4e6e6bc33e0b60b8ed5b51a7e10
 SHA512 
4076ba33123c984f9d7c56db7d308b4d857e852caa8d811d86ed551b9ab74a6dfc93b034d034ec2802376035799860c613aef2bdd3898c1225e37727fda34ade
 DIST MogileFS-Server-2.73.tar.gz 202285 BLAKE2B 
bd7032a507df8eba7e8c48205a8d76e66a85e28a2223bce47a1753c38d700a5e8b3ab72e5bffd592d1aec4918374e57d3bf882b911f3d5fb6d1f403a4d32275f
 SHA512 
9d5f67334d1877e9a6e63abb728a9d00b93f35579057102b9601a9c65bd3ff8438090e560ddefaec04ce24d4d2c9a7554d7ea2595b5e4ba6f4f2c4554ccac268

diff --git a/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0-r1.ebuild 
b/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0-r1.ebuild
deleted file mode 100644
index ee20ce439a7..000
--- a/dev-perl/MogileFS-Server/MogileFS-Server-2.720.0-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DORMANDO
-DIST_VERSION=${PV%0.0}
-inherit user perl-module
-
-DESCRIPTION="Server for the MogileFS distributed file system"
-HOMEPAGE="http://www.danga.com/mogilefs/ 
https://metacpan.org/release/MogileFS-Server;
-
-IUSE="mysql +sqlite test postgres"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="test? ( sqlite ) || ( mysql sqlite postgres )"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-# Upstream site recommends this,
-# but it breaks Perlbal
-# dev-perl/Perlbal-XS-HTTPHeaders
-RDEPEND="dev-perl/Net-Netmask
-   >=dev-perl/Danga-Socket-1.610.0
-   >=dev-perl/Sys-Syscall-0.220.0
-   >=dev-perl/Perlbal-1.790
-   >=dev-perl/IO-AIO-4
-   dev-perl/libwww-perl
-   >=dev-perl/MogileFS-Client-1.170.0
-   >=dev-perl/MogileFS-Utils-2.280.0
-   dev-perl/Cache-Memcached
-   dev-perl/DBI
-   mysql? ( dev-perl/DBD-mysql )
-   postgres? ( dev-perl/DBD-Pg )
-   sqlite? ( dev-perl/DBD-SQLite )"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-2.720.0-gentoo-init-conf.patch"
-)
-DIST_TEST="never verbose"
-
-MOGILE_USER="mogile"
-
-pkg_setup() {
-   # Warning! It is important that the uid is constant over Gentoo machines
-   # As mogilefs may be used with non-local block devices that move!
-   enewuser ${MOGILE_USER} 460 -1 -1
-}
-
-src_install() {
-   perl-module_src_install || die "perl-module_src_install failed"
-   cd "${S}"
-
-   newconfd "${S}"/gentoo/conf.d/mogilefsd mogilefsd
-   newinitd "${S}"/gentoo/init.d/mogilefsd mogilefsd
-
-   newconfd "${S}"/gentoo/conf.d/mogstored mogstored
-   newinitd "${S}"/gentoo/init.d/mogstored mogstored
-
-   newinitd "${S}"/gentoo/init.d/mogautomount mogautomount
-
-   diropts -m 700 -o ${MOGILE_USER}
-   keepdir /var/mogdata
-
-   diropts -m 755 -o root
-   dodir /etc/mogilefs
-
-   insinto /etc/mogilefs
-   insopts -m 600 -o root -g ${MOGILE_USER}
-   newins "${S}"/gentoo/conf/mogilefsd.conf mogilefsd.conf
-   newins "${S}"/gentoo/conf/mogstored.conf mogstored.conf
-}
-
-pkg_postinst() {
-   chmod 640 "${ROOT}"/etc/mogilefs/{mogilefsd,mogstored}.conf
-   chown root:${MOGILE_USER} 
"${ROOT}"/etc/mogilefs/{mogilefsd,mogstored}.conf
-}
-
-src_test() {
-   # these need to be in the env and the makeopts
-   export MOGTEST_DBUSER=mogile MOGTEST_DBNAME=tmp_mogiletest 
MOGTEST_DBTYPE=SQLite TMPDIR="${T}/mogile"
-   #perl-module_src_test
-   make -j1 test TEST_VERBOSE=1 MOGTEST_DBUSER=${MOGTEST_DBUSER} 
MOGTEST_DBNAME=${MOGTEST_DBNAME} MOGTEST_DBTYPE=${MOGTEST_DBTYPE} 
TMPDIR="${TMPDIR}"
-}

diff --git a/dev-perl/MogileFS-Server/MogileFS-Server-2.730.0.ebuild 
b/dev-perl/MogileFS-Server/MogileFS-Server-2.730.0.ebuild
deleted file mode 100644
index ee20ce439a7..000
--- a/dev-perl/MogileFS-Server/MogileFS-Server-2.730.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2020 Gentoo 

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

2021-07-08 Thread Andreas K. Hüttel
commit: 97cb1e35dfe2fc98dd21e3975be697e201c8e4b8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:04:06 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:33:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cb1e35

dev-perl/Mojolicious: Version bump 9.19

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Mojolicious/Manifest   |  1 +
 dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild | 36 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Mojolicious/Manifest b/dev-perl/Mojolicious/Manifest
index e8a37dc1be5..fa171525212 100644
--- a/dev-perl/Mojolicious/Manifest
+++ b/dev-perl/Mojolicious/Manifest
@@ -1,2 +1,3 @@
 DIST Mojolicious-7.57.tar.gz 706093 BLAKE2B 
13212367fe09a437a97093668558ded1216465b25dd145ecf7e62256f05f129a434164a346bb3e928482fc041acfd68350e9e71ac088c49f679df43221917f73
 SHA512 
2bb830ca14cda5571a614ad74144c047dd96fafe49b530b1e6e19115c43cc3b8f4f174f549fdb8816183e42f26620fcf36b47f7c05ae592273c74c38dfaa4c0b
 DIST Mojolicious-8.58.tar.gz 778040 BLAKE2B 
80e36b370a89fc3712332e8322a4ef3083a82a2cf1bc798b7a48ee9afec17a19adb2c45774dd0588807f78aefcf147f28fe50c97fe4a66a71d652027931fc37e
 SHA512 
bcd923955253e2d5b4b6dbef919dd3a960189f5724561232543cb0b5ae9e700fecea04851dd87092e04c22d6039940c45985eb23baa7977c794dc90bc58d0643
+DIST Mojolicious-9.19.tar.gz 841263 BLAKE2B 
7510b268c1a5793ba78d8717f5683c3ca53fa95c0af8b374b5767ff4a7c532481a788c08ac66c88295e55307fbf164784547568ce1edbc35b3b03f340ed60336
 SHA512 
14c29473f040548de2efef8bf5cd5676554f9f518b52e0ee03ed30415942fbeff5f5f2a6dd7592798e433e3e83653ce815697d4614e4680c9a6b8c699b0a171a

diff --git a/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild 
b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
new file mode 100644
index 000..d8eba0bbdd9
--- /dev/null
+++ b/dev-perl/Mojolicious/Mojolicious-9.190.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SRI
+DIST_VERSION=9.19
+DIST_EXAMPLES=("examples/*")
+
+inherit perl-module
+
+LICENSE="Artistic-2"
+DESCRIPTION="Real-time web framework"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="minimal"
+
+RDEPEND="
+   !minimal? (
+   >=dev-perl/Cpanel-JSON-XS-4.90.0
+   >=dev-perl/EV-4.0.0
+   )
+   >=virtual/perl-IO-Socket-IP-0.370.0
+   >=virtual/perl-Scalar-List-Utils-1.410.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"
+
+PERL_RM_FILES=(
+   t/pod.t
+   t/pod_coverage.t
+)



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Monitoring-Plugin/

2021-07-08 Thread Andreas K. Hüttel
commit: d100e7885dbbb8ef0bf4e26c42219c460971da8d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Jul  8 19:07:04 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Jul  8 19:33:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d100e788

dev-perl/Monitoring-Plugin: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Monitoring-Plugin/Manifest|  1 -
 .../Monitoring-Plugin-0.390.0.ebuild   | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-perl/Monitoring-Plugin/Manifest 
b/dev-perl/Monitoring-Plugin/Manifest
index 608d69f7d4b..5d845fe8be0 100644
--- a/dev-perl/Monitoring-Plugin/Manifest
+++ b/dev-perl/Monitoring-Plugin/Manifest
@@ -1,2 +1 @@
-DIST Monitoring-Plugin-0.39.tar.gz 62733 BLAKE2B 
eaf623b0bb84f1127f23637ba1a46a1de4b1732b7e55feaac4dd8eb22ccdd13ae097fa79054df43e300f78e924423c092cade99c9c9210289f7d22cba5f8b959
 SHA512 
7bdba894cffc0839586e52f3667157cf578e94734ddc0ccd05899f631271e5b69e9cbfe4b2fb59f68b45e1d13afc82b095b65e249527f2c448a38b93e510a05c
 DIST Monitoring-Plugin-0.40.tar.gz 63046 BLAKE2B 
29aa6731e40447327f3a10ee3fffe283fda1fd9c566d8755b3d09d3ef24902ddf151de1a01ce66a52c71c197ee0d76521f48ae4e06bdb70291be0c078e958df4
 SHA512 
3f079f68c7bdc118381fc7fe394fb70123ce2a9105b311b72451bc91519b8d7e57fa41e6804a4ec87353654a1450b7eb919572610e9c5dc4fd4b8fceb9701cf1

diff --git a/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.ebuild 
b/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.ebuild
deleted file mode 100644
index e617349907d..000
--- a/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NIERLEIN
-DIST_VERSION=0.39
-inherit perl-module
-
-DESCRIPTION="Modules to streamline Nagios, Icinga, Shinken, etc. plugins"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   virtual/perl-Carp
-   dev-perl/Class-Accessor
-   dev-perl/Config-Tiny
-   virtual/perl-File-Spec
-   dev-perl/Math-Calc-Units
-   dev-perl/Params-Validate
-"
-DEPEND="${RDEPEND}
-   >=virtual/perl-ExtUtils-MakeMaker-6.590.0
-   test? ( >=virtual/perl-Test-Simple-0.620.0 )
-"
-
-src_prepare() {
-   sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 
inc::Module::Install;/' Makefile.PL ||
-   die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-   perl-module_src_prepare
-}



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

2021-07-08 Thread Georgy Yakovlev
commit: a2abd04716d9ec1a26dd87cabec80070a5229656
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul  8 19:25:30 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul  8 19:26:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2abd047

sys-libs/glibc: stabilize 2.33-r1 for ppc64, bug #792261

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-libs/glibc/glibc-2.33-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.33-r1.ebuild 
b/sys-libs/glibc/glibc-2.33-r1.ebuild
index 40963b19a3a..b0ad898257d 100644
--- a/sys-libs/glibc/glibc-2.33-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.33-r1.ebuild
@@ -23,7 +23,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



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

2021-07-08 Thread Georgy Yakovlev
commit: cd30674fee072c356e7bab5236e6e07760fc
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul  8 11:13:13 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul  8 19:26:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd30674f

app-misc/asciinema: keyword 2.0.2-r1 for ~ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-misc/asciinema/asciinema-2.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/asciinema/asciinema-2.0.2-r1.ebuild 
b/app-misc/asciinema/asciinema-2.0.2-r1.ebuild
index 7d2ce682dba..54afa0fd7a8 100644
--- a/app-misc/asciinema/asciinema-2.0.2-r1.ebuild
+++ b/app-misc/asciinema/asciinema-2.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-roc/, sys-devel/llvm-roc/files/

2021-07-08 Thread Craig Andrews
commit: 21bed19cb90bf71c63d9e42557af1a6cc39a1989
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul  8 18:14:01 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Thu Jul  8 19:04:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21bed19c

sys-devel/llvm-roc: fix linux-headers-5.13 build

Backport #include  uptream removal.

Reported-by: cyrillic
Closes: https://bugs.gentoo.org/800695
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21568
Signed-off-by: Craig Andrews  gentoo.org>

 .../llvm-roc/files/llvm-roc-4.2.0-cyclades.patch   | 86 ++
 sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild   |  1 +
 2 files changed, 87 insertions(+)

diff --git a/sys-devel/llvm-roc/files/llvm-roc-4.2.0-cyclades.patch 
b/sys-devel/llvm-roc/files/llvm-roc-4.2.0-cyclades.patch
new file mode 100644
index 000..629ede5bbc7
--- /dev/null
+++ b/sys-devel/llvm-roc/files/llvm-roc-4.2.0-cyclades.patch
@@ -0,0 +1,86 @@
+https://github.com/RadeonOpenCompute/llvm-project/commit/68d5235cb58f988c71b403334cd9482d663841ab.patch
+https://bugs.gentoo.org/800695
+Differential Revision: https://reviews.llvm.org/D102059
+
+From 68d5235cb58f988c71b403334cd9482d663841ab Mon Sep 17 00:00:00 2001
+From: Tamar Christina 
+Date: Thu, 20 May 2021 18:55:11 +0100
+Subject: [PATCH] libsanitizer: Remove cyclades inclusion in sanitizer
+--- a/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
 b/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors_ioctl.inc
+@@ -370,15 +370,6 @@ static void ioctl_table_fill() {
+ 
+ #if SANITIZER_GLIBC
+   // _(SIOCDEVPLIP, WRITE, struct_ifreq_sz); // the same as EQL_ENSLAVE
+-  _(CYGETDEFTHRESH, WRITE, sizeof(int));
+-  _(CYGETDEFTIMEOUT, WRITE, sizeof(int));
+-  _(CYGETMON, WRITE, struct_cyclades_monitor_sz);
+-  _(CYGETTHRESH, WRITE, sizeof(int));
+-  _(CYGETTIMEOUT, WRITE, sizeof(int));
+-  _(CYSETDEFTHRESH, NONE, 0);
+-  _(CYSETDEFTIMEOUT, NONE, 0);
+-  _(CYSETTHRESH, NONE, 0);
+-  _(CYSETTIMEOUT, NONE, 0);
+   _(EQL_EMANCIPATE, WRITE, struct_ifreq_sz);
+   _(EQL_ENSLAVE, WRITE, struct_ifreq_sz);
+   _(EQL_GETMASTRCFG, WRITE, struct_ifreq_sz);
+--- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
 b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
+@@ -143,7 +143,6 @@ typedef struct user_fpregs elf_fpregset_t;
+ # include 
+ #endif
+ #include 
+-#include 
+ #include 
+ #include 
+ #include 
+@@ -460,7 +459,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
+ 
+ #if SANITIZER_GLIBC
+   unsigned struct_ax25_parms_struct_sz = sizeof(struct ax25_parms_struct);
+-  unsigned struct_cyclades_monitor_sz = sizeof(struct cyclades_monitor);
+ #if EV_VERSION > (0x01)
+   unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);
+ #else
+@@ -824,15 +822,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(Elf_Phdr);
+ #endif // SANITIZER_LINUX
+ 
+ #if SANITIZER_LINUX && !SANITIZER_ANDROID
+-  unsigned IOCTL_CYGETDEFTHRESH = CYGETDEFTHRESH;
+-  unsigned IOCTL_CYGETDEFTIMEOUT = CYGETDEFTIMEOUT;
+-  unsigned IOCTL_CYGETMON = CYGETMON;
+-  unsigned IOCTL_CYGETTHRESH = CYGETTHRESH;
+-  unsigned IOCTL_CYGETTIMEOUT = CYGETTIMEOUT;
+-  unsigned IOCTL_CYSETDEFTHRESH = CYSETDEFTHRESH;
+-  unsigned IOCTL_CYSETDEFTIMEOUT = CYSETDEFTIMEOUT;
+-  unsigned IOCTL_CYSETTHRESH = CYSETTHRESH;
+-  unsigned IOCTL_CYSETTIMEOUT = CYSETTIMEOUT;
+   unsigned IOCTL_EQL_EMANCIPATE = EQL_EMANCIPATE;
+   unsigned IOCTL_EQL_ENSLAVE = EQL_ENSLAVE;
+   unsigned IOCTL_EQL_GETMASTRCFG = EQL_GETMASTRCFG;
+--- a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
 b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
+@@ -983,7 +983,6 @@ extern unsigned struct_vt_mode_sz;
+ 
+ #if SANITIZER_LINUX && !SANITIZER_ANDROID
+ extern unsigned struct_ax25_parms_struct_sz;
+-extern unsigned struct_cyclades_monitor_sz;
+ extern unsigned struct_input_keymap_entry_sz;
+ extern unsigned struct_ipx_config_data_sz;
+ extern unsigned struct_kbdiacrs_sz;
+@@ -1328,15 +1327,6 @@ extern unsigned IOCTL_VT_WAITACTIVE;
+ #endif  // SANITIZER_LINUX
+ 
+ #if SANITIZER_LINUX && !SANITIZER_ANDROID
+-extern unsigned IOCTL_CYGETDEFTHRESH;
+-extern unsigned IOCTL_CYGETDEFTIMEOUT;
+-extern unsigned IOCTL_CYGETMON;
+-extern unsigned IOCTL_CYGETTHRESH;
+-extern unsigned IOCTL_CYGETTIMEOUT;
+-extern unsigned IOCTL_CYSETDEFTHRESH;
+-extern unsigned IOCTL_CYSETDEFTIMEOUT;
+-extern unsigned IOCTL_CYSETTHRESH;
+-extern unsigned IOCTL_CYSETTIMEOUT;
+ extern unsigned IOCTL_EQL_EMANCIPATE;
+ extern unsigned IOCTL_EQL_ENSLAVE;
+ extern unsigned IOCTL_EQL_GETMASTRCFG;

diff --git a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild 
b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
index b008b6ca513..d4d6b886d09 100644
--- a/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
+++ b/sys-devel/llvm-roc/llvm-roc-4.2.0.ebuild
@@ -33,6 

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

2021-07-08 Thread Florian Schmaus
commit: 88fcb15622c1a8ea9d06e712432dd004b00fcaea
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:48:41 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88fcb156

dev-erlang/sqlite3: drop 1.1.8

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/sqlite3/Manifest |  1 -
 dev-erlang/sqlite3/sqlite3-1.1.8.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-erlang/sqlite3/Manifest b/dev-erlang/sqlite3/Manifest
index f5b393f42f0..43590ba0194 100644
--- a/dev-erlang/sqlite3/Manifest
+++ b/dev-erlang/sqlite3/Manifest
@@ -1,3 +1,2 @@
 DIST sqlite3-1.1.12.tar.gz 1881515 BLAKE2B 
9bbb614664eb220c7c27315a8237c481577a4638dcbc054b13e8768fd4e0d5809fca5cbd208f371379db1ec5ab5fb8dd3e154452c3674da3c7b914a147c185c7
 SHA512 
17a56c031f84da2dc324652a520d4b791d063dd2e6a34a95db5aed347ce198a95ff15f9bbbdb85e2f07603156d78f3fc5b00326f8eb395c1a70cd16ebc2b6aa9
 DIST sqlite3-1.1.7.tar.gz 1834822 BLAKE2B 
9a3f30a3a5f4e7ebe38aa1a808057767dd6d43ab93b352b44fc3aef4c2ed8c19b5f4ee258a4ff7a2c052fb4f480f1fb3629624a171b07eb5e661acbc97b165b2
 SHA512 
8e4bd7dff93f7629d648934c4ce29c318d62313aa10de35144e4f6a3d8c87d8a423ccbe1c810476f8e8048358be4cb8ef242daa6138957e0b0d9c65fadbf144c
-DIST sqlite3-1.1.8.tar.gz 1881308 BLAKE2B 
0a73a422c678ef1827608cabb18dba28d11d260b91788caebbb8ad65355f60fc3b842df119da68fedf356013e52509a87ed4c0c7f117e024484069e0ef722fb5
 SHA512 
056630056680f6606c6acf303521bc31ccf514163e4f02df3575535fe31eda74380306baa505734ab0e92a2bb82b35cc4fab81d11c3a409f855b202440b6247e

diff --git a/dev-erlang/sqlite3/sqlite3-1.1.8.ebuild 
b/dev-erlang/sqlite3/sqlite3-1.1.8.ebuild
deleted file mode 100644
index fad82199d9b..000
--- a/dev-erlang/sqlite3/sqlite3-1.1.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-MY_PN="erlang-sqlite3"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="SQLite gen_server port for Erlang"
-HOMEPAGE="https://github.com/processone/erlang-sqlite3;
-SRC_URI="https://github.com/processone/${MY_PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="ErlPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-   dev-db/sqlite:3"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS README.md )
-
-S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_mysql/

2021-07-08 Thread Florian Schmaus
commit: b35c2afbe616dbf1ebd5792231a17770eccae26d
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:47:52 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35c2afb

dev-erlang/p1_mysql: drop 1.0.16

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/p1_mysql/Manifest   |  1 -
 dev-erlang/p1_mysql/p1_mysql-1.0.16.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-erlang/p1_mysql/Manifest b/dev-erlang/p1_mysql/Manifest
index 2355cce6619..908c3cc3338 100644
--- a/dev-erlang/p1_mysql/Manifest
+++ b/dev-erlang/p1_mysql/Manifest
@@ -1,3 +1,2 @@
 DIST p1_mysql-1.0.15.tar.gz 26943 BLAKE2B 
191a7dcfae3b5f9e3f7c317aa10ad818147f0fa81b2ab06263ba45eea9c2771133c2c8b43a707d32ea4faf875d711ec63d14882eb58aed7a4715fd27e42fbdf8
 SHA512 
ef1d94095ef7dbe0e260a85cd0ec9c9449e199456acd991bfa42434126a2d6d731c6068e613de4cd4a9dbc3b3540f14bf85cce127e324475ea8a72f61657acb6
-DIST p1_mysql-1.0.16.tar.gz 26959 BLAKE2B 
6c61a7127e35af39106559b9cc31c4774cda3ef66d630173865d52afccf9822db67a3b4753674df3a00644deafa87d1b82525f0ca6377009a22a1cbaced03a69
 SHA512 
f2b2ad57ce5918df231af2462a83c11babdb9d4b787e59ffee7c9dd48a38439a121ee2631927934bd12a9d98932c4d7a03a9313a58b1715102dc932d26eddb56
 DIST p1_mysql-1.0.18.tar.gz 27300 BLAKE2B 
8dd1e090b1b7eb8b7e544603e5beb10d3440f131fc936808abffee0c79a86494de43fa12b63c14089c31fc9830cabd71c1a586fc0bbdb3c67852fd9ffe7e2117
 SHA512 
b7f7e2ab8a277ea15bc690543cbb9587e5e6c98c0dd3a32bebffd5f5964caf19df82e9e446cfa17432c475bf84b9cd0ad68366b5ec720059205c19f3a1668ef0

diff --git a/dev-erlang/p1_mysql/p1_mysql-1.0.16.ebuild 
b/dev-erlang/p1_mysql/p1_mysql-1.0.16.ebuild
deleted file mode 100644
index ffcadac2a5d..000
--- a/dev-erlang/p1_mysql/p1_mysql-1.0.16.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Pure Erlang MySQL driver"
-HOMEPAGE="https://github.com/processone/p1_mysql;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/stun/

2021-07-08 Thread Florian Schmaus
commit: 5d37a47618c7ff5d2343526872f29c9593ba4faa
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:49:02 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d37a476

dev-erlang/stun: drop 1.0.38

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/stun/Manifest   |  1 -
 dev-erlang/stun/stun-1.0.38.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/stun/Manifest b/dev-erlang/stun/Manifest
index a9886723488..e59d906b747 100644
--- a/dev-erlang/stun/Manifest
+++ b/dev-erlang/stun/Manifest
@@ -1,3 +1,2 @@
 DIST stun-1.0.33.tar.gz 34863 BLAKE2B 
84a501f19c332aad98d61e5f7f75c8866e44b4b1243e2d7498221cc8b717380475ec07bc962781375ad21b694e186a73a903446cd1bc6ed5b23536a2420c3602
 SHA512 
864eae964bf9e4f19338a6429bfbf4cefb114f9dcd8893410a8345373f6cacd82d04b2902feadfb340e927b335cf0a6415629564cc7cf03a5dcf7d1f3cb5ea12
-DIST stun-1.0.38.tar.gz 39142 BLAKE2B 
47efcd8d91bce2a4aab7b927a3adade62aeabd166464bc5c54f24db5088dda709c19f2155995398dd29de72eb3ee8ee5f10bfdffb37a839189a7f8375dacdf78
 SHA512 
a9a99440bfdf151d306e2da26d60eac5756bbaee41ece07d7b31634c66e7ac646bd8167b50e47a014a9b74a72510de34b5ac3dd75b03256cb2d792e796f0d6de
 DIST stun-1.0.43.tar.gz 39788 BLAKE2B 
cd83b85ffa9b2e22374d43aa91b90fa93986bd1d719684f01462aa08e7945aca957522261227af004677d3a2421dfd308581ee184268ada794c01babfab1d853
 SHA512 
dbd786f4e2a11a1d941d5db92f9ea3ec726b0cdf100d3e8b7badca2e6ba086680707765412d154b2fe4958d3a695984c5be25a73725ef80643dbe57f981f9a02

diff --git a/dev-erlang/stun/stun-1.0.38.ebuild 
b/dev-erlang/stun/stun-1.0.38.ebuild
deleted file mode 100644
index 8aff6c238be..000
--- a/dev-erlang/stun/stun-1.0.38.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="STUN and TURN library for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stun;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-erlang/fast_tls-1.1.8
-   >=dev-erlang/p1_utils-1.0.20"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/ezlib/

2021-07-08 Thread Florian Schmaus
commit: 639f4194e232fe320746c84aea6521bf953041d5
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:49:17 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639f4194

dev-erlang/ezlib: drop 1.0.8

Closes: https://github.com/gentoo/gentoo/pull/21567
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/ezlib/Manifest   |  1 -
 dev-erlang/ezlib/ezlib-1.0.8.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/ezlib/Manifest b/dev-erlang/ezlib/Manifest
index b3cc75c7e96..aae3a19715f 100644
--- a/dev-erlang/ezlib/Manifest
+++ b/dev-erlang/ezlib/Manifest
@@ -1,3 +1,2 @@
 DIST ezlib-1.0.7.tar.gz 49143 BLAKE2B 
51a1bd0972024dd6dc905266c375d7097fd3f9e45d00ca23d16f11d335b3511b29202db2c6a64e4d0727bd0c447205be857bc9291ea5e771e0fe081829bfc25b
 SHA512 
25fdc429c8d1216756b9c048058c711176a3292670dcd9ee156038362b49b7d5f4be325a3f67da5f24e462f188429d2247e42eca12da806748298a9966494382
-DIST ezlib-1.0.8.tar.gz 49200 BLAKE2B 
d4147ae45f91619342e82c25efdd29fd25e5528aee52f2a79636c0492cb50a2e49b5c7c6c5737aedba0001df4c0798cf30e8043fa5274b4818c1754f80ae4a20
 SHA512 
49b2e7d03995d4e43c023b8910e7644f3332e444b194bc7621cc35fd4d41e10692649250875462b1eca9a606312138c6f50812a32c9224f72e70ce4f2a9e6422
 DIST ezlib-1.0.9.tar.gz 49395 BLAKE2B 
7f64217bee4cd6924b98a4a34e32c63fd5acce75bcd8a0047fb0607ee928b05153b9adc9aedac5977a301ac8a6000454ca0334197b18373947689a165099c84f
 SHA512 
b1358f4c86f0cdffce544c782e56b332378e991cebc945f0c6d75f25fdae5f011f154ec731c73eadb533087cc4a673c596523aa2300761f1033eb48af3f0e203

diff --git a/dev-erlang/ezlib/ezlib-1.0.8.ebuild 
b/dev-erlang/ezlib/ezlib-1.0.8.ebuild
deleted file mode 100644
index f9b2e9950f0..000
--- a/dev-erlang/ezlib/ezlib-1.0.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Native zlib driver for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/ezlib;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1:=
-   sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_acme/

2021-07-08 Thread Florian Schmaus
commit: 9241eac0c45d6bfcd0534a9ea5432748171e9049
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:47:44 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9241eac0

dev-erlang/p1_acme: drop 1.0.8

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/p1_acme/Manifest |  1 -
 dev-erlang/p1_acme/p1_acme-1.0.8.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-erlang/p1_acme/Manifest b/dev-erlang/p1_acme/Manifest
index eddfe489f23..c8c7a988426 100644
--- a/dev-erlang/p1_acme/Manifest
+++ b/dev-erlang/p1_acme/Manifest
@@ -1,3 +1,2 @@
 DIST p1_acme-1.0.12.tar.gz 221422 BLAKE2B 
c5bc86147e38845a134d49e8f0704a20521b4e753687331cb057a99d7782142212a213b7d22c4297e8bdc2bb2e79cb1cf39069eaf16743c0cff76c41a38b0044
 SHA512 
a1a291b5b1f07d6eb3ef67913505f784226208485b11d79d695cc0474fc1660662474f5bc558631e2899a16287caedaf7609fc17ca2d1dee0a700e674d50c764
 DIST p1_acme-1.0.5.tar.gz 220724 BLAKE2B 
7f236f9e66dc982342c15c46ebe2a391f72384710b19e1007d1e9ff679a9701190650853b8e67c3a63abba5e6a4107ed921fdc25f5cce984a4333fab98449f37
 SHA512 
e21907c18311b98cc865cddd155291fae09f739b5429a42810ba93fae77abe3f4e3ecaf9accf0d42d38e21bb823987dea0c3175ea1b7f20b171afa06a932f9e1
-DIST p1_acme-1.0.8.tar.gz 221082 BLAKE2B 
1e4b23f638b4f7bb877edf290aa54cdf45733816488ab518acc83bd268c240aa564ba1299674f8f938c059b4f2c0072f95d05b017d79419f3ac55d709eb812fe
 SHA512 
8b2b4c594dc1dcbfcf9bb7a6b98096128791d416092a73109fd74ef7ab715d469c87ac6d66056cc5dcd5692c6e71936dc25afa86445a6ffc8164c5bc4f2b1869

diff --git a/dev-erlang/p1_acme/p1_acme-1.0.8.ebuild 
b/dev-erlang/p1_acme/p1_acme-1.0.8.ebuild
deleted file mode 100644
index 4351e3e2e95..000
--- a/dev-erlang/p1_acme/p1_acme-1.0.8.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="ACME client library for Erlang"
-HOMEPAGE="https://github.com/processone/p1_acme;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-   >=dev-erlang/jiffy-1.0.5
-   >=dev-erlang/yconf-1.0.7
-   >=dev-erlang/idna-6.0.0
-   >=dev-erlang/jose-1.9.0
-   >=dev-erlang/base64url-1.0"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-   rebar_src_prepare
-   # otherwise it wants to fetch base64url from git
-   sed -ri 's/\+\+ \[\{base64url.*//' rebar.config.script
-}



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/yconf/

2021-07-08 Thread Florian Schmaus
commit: 827864f16e4cfb577c1b027ae0f7db9576ab6dd6
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:37:36 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827864f1

dev-erlang/yconf: drop 1.0.7

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/yconf/Manifest   |  1 -
 dev-erlang/yconf/yconf-1.0.7.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/yconf/Manifest b/dev-erlang/yconf/Manifest
index 3ac04ec827f..b9586a48846 100644
--- a/dev-erlang/yconf/Manifest
+++ b/dev-erlang/yconf/Manifest
@@ -1,4 +1,3 @@
 DIST yconf-1.0.1.tar.gz 221704 BLAKE2B 
eec5ad6467af253c62523ebe431a7e117b5e76d1a0273792c5af4ac522ab10b3796910f11591a16e056ff368877c047d0ad9e47f63096a86de7a5d3ee9636ddf
 SHA512 
c0b1a6e9534ee7d78963bd19df3f89622a719e2b5cc9c6299f4d39f08b5c8b8923f8697d57bd315e6cc0b41863adef2a8141f9d4e7d58bb0ade57c86f2835c1e
 DIST yconf-1.0.11.tar.gz 222974 BLAKE2B 
315939f461fd781dc2c9d410bc7b07e6e0ed522b7cde5af3f23b497336655df267fc0f50b79215493c7ef9fbad89ffcdf22937dcf1873d0b830653e4f51c4be7
 SHA512 
3a2edb668cbe4c50cada17e6f261cec4b04a464164edfb2f232ea79b18dc7f91f6c28d90e4001174b689b14947e39ba1bcd3feaed641fa248b2a0925f39a5b14
 DIST yconf-1.0.4.tar.gz 221839 BLAKE2B 
7369f4e82e318d90733d3130de8061fa72958bc84d37f601b21cbb5ca7eff0b26c8efbc40477143ebb0146369db1cebd9a0f92b8ad1f11b5f103853ee97afe0a
 SHA512 
f7f0f31cd90a129473bc3c6d63a8b22f7be8c8beb5c51112a72def870647d7e6563324eceae474b118a53b8b10a764b7213bb51180a7c24728cf5c8f2dd2766d
-DIST yconf-1.0.7.tar.gz 222483 BLAKE2B 
fdf2798a9552ce0c42e4d6b5287ff076acde805f8b8a2f2f34ef1ba401896618b01f2ae99763f40506b84455aa1c2a92ff147dbd38ea0a6c7a9f78b5b8623892
 SHA512 
1c17f145928141ece92102336c34c69905f3f62059dddf5738c36b73f26dc735ab96fc41021dbf1a1b09e6d4b0407a613a0bd342dbe60d4f14fc0905f93dc309

diff --git a/dev-erlang/yconf/yconf-1.0.7.ebuild 
b/dev-erlang/yconf/yconf-1.0.7.ebuild
deleted file mode 100644
index 328f345b71d..000
--- a/dev-erlang/yconf/yconf-1.0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="YAML configuration processor"
-HOMEPAGE="https://github.com/processone/yconf;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-   >=dev-erlang/fast_yaml-1.0.27"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/mqtree/

2021-07-08 Thread Florian Schmaus
commit: 455d18ace6b61079f6ab1db049f54717b2fa573e
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:46:28 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455d18ac

dev-erlang/mqtree: drop 1.0.10

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/mqtree/Manifest |  1 -
 dev-erlang/mqtree/mqtree-1.0.10.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/mqtree/Manifest b/dev-erlang/mqtree/Manifest
index f1ef1d84fd5..51f1967dee2 100644
--- a/dev-erlang/mqtree/Manifest
+++ b/dev-erlang/mqtree/Manifest
@@ -1,3 +1,2 @@
-DIST mqtree-1.0.10.tar.gz 228863 BLAKE2B 
c8a0a611ec125c5e1dbe56677975cdae4da14e2c01ff0a6b6356d85886563c3cc60c7364ad5a3cc584bff9d891a7f4982341a0ce62ae5b9cad4c7bdcc802
 SHA512 
89ab5e9a30028b5539d522d90951a92bbee93e91cac103127323d0d79a11ea13df3210cf61ae6bcb64b4f6d1d557562a03f651754b1f15f8d31f1e8015b31859
 DIST mqtree-1.0.13.tar.gz 229077 BLAKE2B 
6747f2b0ddb5a02002ed9667bd0c69b7f67d69f4a131bf79b6d3e8857cf4dd4a3feba79c5e78f50a8b6779e7746116f611797dfcf9b231b59bb600017992dc2b
 SHA512 
eb429fbe348be62f3a6401caee41ad330cc480be8543a513cfb2928645fceb5b8ffcacdd14356230df5359dcdde696bb2f120ae47951db20251195923d392bf2
 DIST mqtree-1.0.7.tar.gz 227967 BLAKE2B 
72cad70ab53038eed09baf0c21c9767405aac4b573c60a6ae0ef84737c1da248189e4dc5b08f0f197ca0f6cfd66a51bed1867d6cba591a9aec8ce8298501
 SHA512 
efca5119bfbdaab5637855ff20016061fadeed6b9ebc6b3db03686b37daba1b36b1ddafe805c953eadc77f8cbde3c6c4943d1aa39ae4c9a96eed3f97f64ca37f

diff --git a/dev-erlang/mqtree/mqtree-1.0.10.ebuild 
b/dev-erlang/mqtree/mqtree-1.0.10.ebuild
deleted file mode 100644
index 06bfc2fc63d..000
--- a/dev-erlang/mqtree/mqtree-1.0.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Index tree for MQTT topic filters"
-HOMEPAGE="https://github.com/processone/mqtree;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.5
-   >=dev-erlang/p1_utils-1.0.20"
-RDEPEND="${DEPEND}"
-
-DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_oauth2/

2021-07-08 Thread Florian Schmaus
commit: c15c7883c25e6454f3593c2334dbb566eccf71bb
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:45:13 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15c7883

dev-erlang/p1_oauth2: drop 0.6.7

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/p1_oauth2/Manifest   |  1 -
 dev-erlang/p1_oauth2/p1_oauth2-0.6.7.ebuild | 36 -
 2 files changed, 37 deletions(-)

diff --git a/dev-erlang/p1_oauth2/Manifest b/dev-erlang/p1_oauth2/Manifest
index 07b0557a507..fece05f788b 100644
--- a/dev-erlang/p1_oauth2/Manifest
+++ b/dev-erlang/p1_oauth2/Manifest
@@ -1,3 +1,2 @@
 DIST p1_oauth2-0.6.6.tar.gz 213866 BLAKE2B 
2b7ff13697658c6ab31a2cab60100758d965ae0f3cbeb878539e42210e54e7cf33a458c645e432790f79ba3fa92ab35a5d6d6136edc14369ac6d8872e16d7f69
 SHA512 
9680bc96608bc486165d5f77cf6e92e5f9257e0dbea718c739563556c2b485f67152dcd99cbe228addd34b33b2dd6cc9eacc3827f269412f705acd14b2522952
-DIST p1_oauth2-0.6.7.tar.gz 213885 BLAKE2B 
42f363b3afec9368957bd788f43359a40a5929b7efb22078681caa8827fdb315f4b0063c3004b92bd92da2664d37b860d606e8c14124fe3d214fed2219e98117
 SHA512 
485db5926f11759ee447e40d2d2e3a9c66f949510b40adeb0c90ab9deac500dd01178e9b65cea6044e389af3881ad3a300222bd879b69b3a55d84ba3d718a166
 DIST p1_oauth2-0.6.9.tar.gz 214329 BLAKE2B 
8c8d0d9186d54099834a1b150699940e19dc2de7c194f96169fd5bb518fd515688071405b8f238ecfd91fffe1d42d22ddf70fe5850bd72cc80dade384fa94c46
 SHA512 
30f912e82c035bbaec6dd1b25908426f587a9fc8f401d47ac95d508b426d3d5ea3f77c798dc8c6d4e171dc309cc18748629615671a9fee0fc01f3328133427fe

diff --git a/dev-erlang/p1_oauth2/p1_oauth2-0.6.7.ebuild 
b/dev-erlang/p1_oauth2/p1_oauth2-0.6.7.ebuild
deleted file mode 100644
index 42c445437f3..000
--- a/dev-erlang/p1_oauth2/p1_oauth2-0.6.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang OAuth 2.0 implementation"
-HOMEPAGE="https://github.com/processone/p1_oauth2;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-CDEPEND=">=dev-lang/erlang-17.1"
-DEPEND="${CDEPEND}
-   test? (
-   >=dev-erlang/meck-0.8.7
-   >=dev-erlang/proper-1.3
-   )"
-RDEPEND="${CDEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-   rebar_src_prepare
-   rebar_remove_deps rebar.test.config
-}
-
-src_test() {
-   erebar -C rebar.test.config compile eunit
-}



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/xmpp/

2021-07-08 Thread Florian Schmaus
commit: e9d09c5a73e273e2a2251d9b5accf082622e99e6
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:45:55 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d09c5a

dev-erlang/xmpp: drop 1.4.9

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/xmpp/Manifest  |  1 -
 dev-erlang/xmpp/xmpp-1.4.9.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-erlang/xmpp/Manifest b/dev-erlang/xmpp/Manifest
index 953c7cdf26e..b3291651c26 100644
--- a/dev-erlang/xmpp/Manifest
+++ b/dev-erlang/xmpp/Manifest
@@ -1,3 +1,2 @@
 DIST xmpp-1.4.7.tar.gz 483070 BLAKE2B 
fae845a165a44c6c43e2f23ebf67a272c9a9b7dabcd221c8be6b83b6f560e7eee896a7906b9d621cba49de1af2163e64cd93d24bfd1341fe1d232c2746f80237
 SHA512 
37968de29bfeba698424f69a91f11c9adeca3bbac342cb9267ce4012471c10aeb030b691af2c5c01c6eaf9e1f86982a8660a0e937829f75e0548ae5516cd
-DIST xmpp-1.4.9.tar.gz 483243 BLAKE2B 
15cd04d5e99357ab4dac71fe7ee9952059658b56894c205e2d5b6c705b347004e580715c5198fcbc026b34e17033ad08da622eab92c83934de58500a8c64b905
 SHA512 
9c66ca3099584ea971f863ab24ccdca070bede63bedbf2fc858df762c27c329d07d3d119f7ced8ffcc1c24acf8874a68ee7372f157e81836e46dba27b057b381
 DIST xmpp-1.5.3.tar.gz 510756 BLAKE2B 
f4948739c75e9b05930647a75e4faac9530806c9d239fb1c0d5109152ba9526bca63883fe6896730679b0d8ab31cb89e820ffba045c3cdbd58448c4b5eb70f01
 SHA512 
44b79eb73143ce3559ec8fe112af5ff22a7ecbffa935c8e76c645f7845005e7459a6ac1b726312be4eff22199eafd27ff5aab06cec1b1d961c80374ce83b7898

diff --git a/dev-erlang/xmpp/xmpp-1.4.9.ebuild 
b/dev-erlang/xmpp/xmpp-1.4.9.ebuild
deleted file mode 100644
index de578b6dac8..000
--- a/dev-erlang/xmpp/xmpp-1.4.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="XMPP parsing and serialization library on top of Fast XML"
-HOMEPAGE="https://github.com/processone/xmpp;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-RDEPEND=">=dev-erlang/ezlib-1.0.8
-   >=dev-erlang/fast_tls-1.1.8
-   >=dev-erlang/fast_xml-1.1.43
-   >=dev-erlang/p1_utils-1.0.20
-   >=dev-erlang/stringprep-1.0.22
-   >=dev-erlang/idna-6.0.0"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-   rebar_src_prepare
-   rebar_fix_include_path fast_xml
-}



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/p1_utils/

2021-07-08 Thread Florian Schmaus
commit: 1420a3e27521b893789e74155986b50acaac62b4
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:45:30 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1420a3e2

dev-erlang/p1_utils: drop 1.0.20

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/p1_utils/Manifest   |  1 -
 dev-erlang/p1_utils/p1_utils-1.0.20.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-erlang/p1_utils/Manifest b/dev-erlang/p1_utils/Manifest
index 19aff78e36f..f2b69b8b718 100644
--- a/dev-erlang/p1_utils/Manifest
+++ b/dev-erlang/p1_utils/Manifest
@@ -1,3 +1,2 @@
 DIST p1_utils-1.0.19.tar.gz 63649 BLAKE2B 
0fe55dc6fdd436b5e77ad02bba923afe17cbac71374aee53a752739a93bb1d07c1ad85327e7c198cc442722a57928b750efd6d35f4a30cacb923045dd39e57c5
 SHA512 
bcc4b2abcd7d783d307e53b154da22bb548be05dd0636e455485423e8ab74acf097f1b3be58989dcdd5cc178746777b3062c332e73d2d9e4771973aa6e523376
-DIST p1_utils-1.0.20.tar.gz 63739 BLAKE2B 
7bad679e526d934a06b8ad8f049965cdba713f168e2232e30389dd0906ceb0cd4d311daa5247ba5b5dd3d6155d59c64dd77510cfa15d6995a91201f62989b7a1
 SHA512 
cf389039f4bac9a62379c3f33c4820b3ea13c4929f8db20ea0b491eae455f4d69a36567a30d2800aad6d46837340040a2a30cc3cb9216c24f15f3e48524cc7b8
 DIST p1_utils-1.0.22.tar.gz 64860 BLAKE2B 
59b556f8d3662c60786b2723c163c8a34f6ffe8f0507141ea0a7ed7214fc00a6b74d840e115bd5fdc97b7382f510b05c1c29ef794299a6687990fffceb785eb2
 SHA512 
f9e0106ebb6bc7a63080a38ec59fb417fe9443dd53e801bed48ad26a112c0e6b82dd1bc1a5a7930170f41151b44054d33f53c8372f8bc3d53e789e135d63d674

diff --git a/dev-erlang/p1_utils/p1_utils-1.0.20.ebuild 
b/dev-erlang/p1_utils/p1_utils-1.0.20.ebuild
deleted file mode 100644
index 3be8c65fcfc..000
--- a/dev-erlang/p1_utils/p1_utils-1.0.20.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang utility modules from ProcessOne"
-HOMEPAGE="https://github.com/processone/p1_utils;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1:="
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/pkix/

2021-07-08 Thread Florian Schmaus
commit: 42f41d0d4e9fecf72ac20d44a610d6845c07daaa
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:46:07 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f41d0d

dev-erlang/pkix: drop 1.0.6

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/pkix/Manifest  |  1 -
 dev-erlang/pkix/pkix-1.0.6.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-erlang/pkix/Manifest b/dev-erlang/pkix/Manifest
index 867ac15b315..d8477115b12 100644
--- a/dev-erlang/pkix/Manifest
+++ b/dev-erlang/pkix/Manifest
@@ -1,3 +1,2 @@
 DIST pkix-1.0.5.tar.gz 411755 BLAKE2B 
bd4b8cd87f1cabff7aa6923007aff9f586bb5e3e322978223a8533087ed2474816b578023a7269f37fb2afabafc4e2ce51606ba420c3b4cfea2e2b4e0f5c0af2
 SHA512 
b265f4ffb104404d38c9e6c5660e91a720d6b1a85339f82b40fae27727c4edbde585a1427682cf5ca59fe0be775fde26d74cbd4807f45b12b381736d2979595d
-DIST pkix-1.0.6.tar.gz 411903 BLAKE2B 
d6673421fe8ab96f8521ad6122b3ef5b3fece3b3dfbeafba3a5bb67ff528a158419c132247ac258a8f8adaa9947b132b5589245da0b9a23dbb7f3c91963c1013
 SHA512 
28bcadf4dfc44f494dedd34b8a37a1e77c76ebb59aaa8113a8886be15f01e6a11bb689278437140513fba9552c507a0b9d7ca7587ec92ccf037641aed55345e8
 DIST pkix-1.0.7.tar.gz 412022 BLAKE2B 
8e5821e244ec7fa2827bcd1ccf1aee84297ab51fc3d84ae984052317c5579094c78cb75df3eff59be28735dd48e3407abf59db7a6e776c1a577e049894058290
 SHA512 
cbc87f94cdc0645773a40291e8c20eb6db913901dd1d73fc97d10b109408de405c4ca99c8e629adb5aee5583893479008c307f6c2a963465b77b57b6216bd446

diff --git a/dev-erlang/pkix/pkix-1.0.6.ebuild 
b/dev-erlang/pkix/pkix-1.0.6.ebuild
deleted file mode 100644
index 149b5c02cfe..000
--- a/dev-erlang/pkix/pkix-1.0.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="PKIX certificates management library for Erlang"
-HOMEPAGE="https://github.com/processone/pkix;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/

2021-07-08 Thread Florian Schmaus
commit: 92f0f8692fbfb59411c62894e62d9bad6ecfd693
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:48:25 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f0f869

dev-erlang/esip: drop 1.0.37

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/esip/Manifest   |  1 -
 dev-erlang/esip/esip-1.0.37.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-erlang/esip/Manifest b/dev-erlang/esip/Manifest
index 7442ecb401f..679361ac5f6 100644
--- a/dev-erlang/esip/Manifest
+++ b/dev-erlang/esip/Manifest
@@ -1,3 +1,2 @@
 DIST esip-1.0.34.tar.gz 89545 BLAKE2B 
7411bbba155706abd9b5e8ad187d7a04cce0eb6a9185c30559b116df56869bc7753272390a8dbe3fe10b155f0f9c35a86c2dbd99ec7cb84556741ddc060b901d
 SHA512 
d324c7b5a12a73516548d4dc735fd7c5f93d466efce409d870b4436ec975d004ab14b2750ef9ba98388819d5842ae0065c804f141a4c3e5e6747154fd8161bff
-DIST esip-1.0.37.tar.gz 89632 BLAKE2B 
6a733b5b09a50e79f9dfdbcb8fe2678fd7698f78559513052faf67e286da664b6f766d12f6dc6244ed922b5257ab2b2bebb593ff7ecee200e5dd6707a34c122a
 SHA512 
8862154b4b43d177acb522107c193d0b19db28cde686538e565102f4303c16cffd3571d37a31edb00fd8ba436f2a847eeabf575fbb22cb7c1287160e266e207f
 DIST esip-1.0.42.tar.gz 90518 BLAKE2B 
9a16df65dfe73efe7bc26e4ab584630001d9f4997f8830ec95584a51b29622ae15260a606f83797962e6391f1aae0360bac57fed9ed03d63d7dc59a4af66df82
 SHA512 
42d4c5d9334a117152a09ae0966ad6902d68c55dd0f4e963b840c188bffd88afbeef294a6f7c781fa5cd01b4c7c9f1de9647a418e9d1b9692cdaa72ef7a0c420

diff --git a/dev-erlang/esip/esip-1.0.37.ebuild 
b/dev-erlang/esip/esip-1.0.37.ebuild
deleted file mode 100644
index 25657fea93d..000
--- a/dev-erlang/esip/esip-1.0.37.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="ProcessOne SIP server component"
-HOMEPAGE="https://github.com/processone/esip;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-erlang/fast_tls-1.1.8
-   >=dev-erlang/stun-1.0.37
-   >=dev-erlang/p1_utils-1.0.20"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_prepare() {
-   rebar_src_prepare
-   rebar_fix_include_path stun
-
-   # ebin contains lonely .gitignore file asking for removal.
-   rm -r "${S}/ebin" || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/stringprep/

2021-07-08 Thread Florian Schmaus
commit: c43e20e261435b6d9dab5c3c11b5eef6d71d127c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:45:43 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43e20e2

dev-erlang/stringprep: drop 1.0.22

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/stringprep/Manifest |  1 -
 dev-erlang/stringprep/stringprep-1.0.22.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/stringprep/Manifest b/dev-erlang/stringprep/Manifest
index 2d5b4d18469..05da6ecb0f3 100644
--- a/dev-erlang/stringprep/Manifest
+++ b/dev-erlang/stringprep/Manifest
@@ -1,3 +1,2 @@
 DIST stringprep-1.0.20.tar.gz 98836 BLAKE2B 
8928bbc502f98101d93554430fce240b441ce6eff5c3c8f2f7727d77821ae7f92a63d2a4d9b1883ca8b8e61cdbf07858e1c2d2892cefda15797ae536430fcee5
 SHA512 
402556387e4467d5770694378c923676fa4a429ee6709c7d6aa94901b1215fc7227dc1ad9d9561ca4d94880175ee64241e6ab1274c2c20212d27fc56faffae8d
-DIST stringprep-1.0.22.tar.gz 98910 BLAKE2B 
5885aa58a7201408467afa7ec6c4fda350effaf2c4f0ce3000f036fd67c16e778344e23a71f753abb6337db5e2084b147ef3b24878c1ca2bc0e1e308945a46ba
 SHA512 
3cd687ede237de24476b091d0e871bbb4af42be21cf27ea44936413ba2b643d0c6f92b5c7135b7064b8e111e05f0a0815b0d32e6d33b60e46612bc0f7bfd3b09
 DIST stringprep-1.0.25.tar.gz 99387 BLAKE2B 
e0654a2c0ec9e3fa85c2e2344bc33de9416f87ebd198409753f34e40cc91006b74d0f1650c60d990cafcec5e7d548f6e6fc58072a3057e6853fe7c1b49edf9d4
 SHA512 
b1c2e16bc036e1e8402cbf434a609372d94a5e9ef02b9844316a1d444e288194625a77fad220819db662ac859d99fab3a24d76c53cbbeff49c53e82e45a89ab8

diff --git a/dev-erlang/stringprep/stringprep-1.0.22.ebuild 
b/dev-erlang/stringprep/stringprep-1.0.22.ebuild
deleted file mode 100644
index 26bf847cef0..000
--- a/dev-erlang/stringprep/stringprep-1.0.22.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Fast Stringprep implementation for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/stringprep;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 tcltk"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-   >=dev-erlang/p1_utils-1.0.20"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/eimp/

2021-07-08 Thread Florian Schmaus
commit: 4b2e4466f9717154bf10497df39105373a5e412c
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:36:39 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e4466

dev-erlang/eimp: drop 1.0.17

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/eimp/Manifest   |  1 -
 dev-erlang/eimp/eimp-1.0.17.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-erlang/eimp/Manifest b/dev-erlang/eimp/Manifest
index 4ee633c75a6..1484d0956fc 100644
--- a/dev-erlang/eimp/Manifest
+++ b/dev-erlang/eimp/Manifest
@@ -1,3 +1,2 @@
 DIST eimp-1.0.15.tar.gz 3476420 BLAKE2B 
09836d8fcb4ff653da37f3be52ae2f2ec930e88d49e774d4915202fe96bab2eb3374786e294ceafe0e97bade804fb70945011ef6d8c8d655fc8a480468c7aee1
 SHA512 
53038a71c5bb834cd22d1c6cffaf2fbeb09317f2faf69156f6e908f8e70f5322f19ae18ab27ea881dacc4b28c2795529c7e747a83c8ded9037487c2665ad0c41
-DIST eimp-1.0.17.tar.gz 3476648 BLAKE2B 
74d1840f72e921b3d31bf2a3ec25ed57472c69123eba92a19a6d1f549878b9ba23b432f56209bbf77716f0a8f591ad1a872e7dda0fa95a061dd0c5e174dc8721
 SHA512 
2eed6aa8cbdb571a84e5dbfacee2d949cee8c663619dfb83e898a04a9cb7c55d7fa769db7d7699f65e7ddca34bc8ecef96b1326a0618af7f803c5bc38cb3752c
 DIST eimp-1.0.20.tar.gz 3477544 BLAKE2B 
11785102419ca5e1f9c2a51fe29014fc044f2b5caeb70a1a78b664b9f619ef494687254e6e0148ed6a78fc32c6058e0f088e49d9bbc183a97003f3002365a297
 SHA512 
466fdff4e9be655a9de6d7c72564fc94f0328d471c691e27bfd839a1671a099dd562636de0f0b3d6432c146081008372591d3f527840390566be1bd3a90a

diff --git a/dev-erlang/eimp/eimp-1.0.17.ebuild 
b/dev-erlang/eimp/eimp-1.0.17.ebuild
deleted file mode 100644
index a601b6cb746..000
--- a/dev-erlang/eimp/eimp-1.0.17.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Erlang Image Manipulation Process"
-HOMEPAGE="https://github.com/processone/eimp;
-SRC_URI="https://github.com/processone/eimp/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-RDEPEND=">=dev-lang/erlang-17.1
-   >=dev-erlang/p1_utils-1.0.20
-   media-libs/gd[png,jpeg,webp]"
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGELOG.md README.md )
-
-src_test() {
-   mkdir -p .eunit/priv/bin || die
-   cp priv/bin/eimp .eunit/priv/bin/ || die
-   rebar_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: net-im/ejabberd/

2021-07-08 Thread Florian Schmaus
commit: bbd7526cbd8a9568a897fd1e56e89743bef46aef
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:33:24 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd7526c

net-im/ejabberd: drop 20.07

Signed-off-by: Florian Schmaus  gentoo.org>

 net-im/ejabberd/Manifest  |   1 -
 net-im/ejabberd/ejabberd-20.07.ebuild | 292 --
 2 files changed, 293 deletions(-)

diff --git a/net-im/ejabberd/Manifest b/net-im/ejabberd/Manifest
index 752106fe147..a3cfc05ea25 100644
--- a/net-im/ejabberd/Manifest
+++ b/net-im/ejabberd/Manifest
@@ -1,3 +1,2 @@
 DIST ejabberd-20.04.tar.gz 2022319 BLAKE2B 
02ce782bc58a808f38dff58715204059c51762187abff7f5c77ff08eb13330b66485234eb2204c4336770d75303417ee74077466a07e701aa512158ff641a578
 SHA512 
7c478bbd73577e06f21e26804f4eb57deb52a0ebdd12e45034e810314cb73bb2ec60b55c6f266271eb45d5ebc135a39c498a29706d6d1f5087fd2b509a8844ca
-DIST ejabberd-20.07.tar.gz 2029485 BLAKE2B 
c6d9e177b150135595c4670b96386e752d795fab219619edbd5f887975b1edfc79bfe2606b57d2edb34af9fe15c8a545dc70b8d50faa7f667bac5fcef985bb4c
 SHA512 
d31bea2bcf83c2404104a1153664abceda900dca1ef86216970eac32115da521826ee1b80b020d21dafbdff2cfee8b210de6e68ba795068f7fc51545e0e381fc
 DIST ejabberd-21.04.tar.gz 1560934 BLAKE2B 
85e7a381b9fdb1274b8aff04ba98587d31aaba6e0c99b0bd5b8ad28f776a7e6dfd8c4425f57591962e69387d42e3416855fa94e914638352af1853f81e88315e
 SHA512 
4f7f645dbca35187c412e75fe90bcb96b87fc71beb073e0b913155e78832499f57218b1c42e0adf139a24cf1e235b4d1d123214a472aabf093a65f5d136b9579

diff --git a/net-im/ejabberd/ejabberd-20.07.ebuild 
b/net-im/ejabberd/ejabberd-20.07.ebuild
deleted file mode 100644
index a3250c01187..000
--- a/net-im/ejabberd/ejabberd-20.07.ebuild
+++ /dev/null
@@ -1,292 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-SSL_CERT_MANDATORY=1
-
-inherit eutils pam rebar ssl-cert systemd tmpfiles
-
-DESCRIPTION="Robust, scalable and extensible XMPP server"
-HOMEPAGE="https://www.ejabberd.im/ https://github.com/processone/ejabberd/;
-SRC_URI="https://static.process-one.net/${PN}/downloads/${PV}/${P}.tgz
-   -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~sparc ~x86"
-REQUIRED_USE="mssql? ( odbc )"
-# TODO: Add 'tools' flag.
-IUSE="captcha debug full-xml hipe ldap mssql mysql odbc pam postgres redis
-   roster-gw sip sqlite +stun zlib"
-
-RESTRICT="test"
-
-# TODO: Add dependencies for 'tools' flag enabled.
-# TODO: tools? (
-# TODO:>=dev-erlang/luerl-0.3
-# TODO: )
-DEPEND=">=dev-lang/erlang-19.3[hipe(-)?,odbc?,ssl]
-   >=dev-erlang/cache_tab-1.0.25
-   >=dev-erlang/eimp-1.0.17
-   >=dev-erlang/fast_tls-1.1.8
-   >=dev-erlang/fast_xml-1.1.43
-   >=dev-erlang/fast_yaml-1.0.27
-   >=dev-erlang/yconf-1.0.7
-   >=dev-erlang/jiffy-1.0.5
-   >=dev-erlang/jose-1.9.0
-   >=dev-erlang/lager-3.6.10
-   >=dev-erlang/p1_oauth2-0.6.7
-   >=dev-erlang/p1_utils-1.0.20
-   >=dev-erlang/stringprep-1.0.22
-   >=dev-erlang/xmpp-1.4.9
-   >=dev-erlang/pkix-1.0.6
-   >=dev-erlang/mqtree-1.0.10
-   >=dev-erlang/idna-6.0.0
-   >=dev-erlang/p1_acme-1.0.8
-   >=dev-erlang/base64url-1.0
-   >=net-im/jabber-base-0.01
-   ldap? ( =net-nds/openldap-2* )
-   mysql? ( >=dev-erlang/p1_mysql-1.0.16 )
-   odbc? ( dev-db/unixODBC )
-   pam? ( >=dev-erlang/epam-1.0.9 )
-   postgres? ( >=dev-erlang/p1_pgsql-1.1.10 )
-   redis? ( >=dev-erlang/eredis-1.0.8 )
-   sip? ( >=dev-erlang/esip-1.0.37 )
-   sqlite? ( >=dev-erlang/sqlite3-1.1.8 )
-   stun? ( >=dev-erlang/stun-1.0.37 )
-   zlib? ( >=dev-erlang/ezlib-1.0.8 )"
-RDEPEND="${DEPEND}
-   captcha? ( media-gfx/imagemagick[truetype,png] )"
-
-DOCS=( CHANGELOG.md README.md )
-PATCHES=( "${FILESDIR}/${PN}-19.08-ejabberdctl.patch"
-   "${FILESDIR}/${PN}-17.04-0002-Dont-overwrite-service-file.patch")
-
-EJABBERD_CERT="${EPREFIX}/etc/ssl/ejabberd/server.pem"
-# Paths in net-im/jabber-base
-JABBER_ETC="${EPREFIX}/etc/jabber"
-JABBER_LOG="${EPREFIX}/var/log/jabber"
-JABBER_SPOOL="${EPREFIX}/var/spool/jabber"
-
-# Adjust example configuration file to Gentoo.
-# - Use our sample certificate.
-adjust_config() {
-   sed -rne "/^#?\s+certfiles:/{p;a\  - ${EJABBERD_CERT}" -e 
":a;n;/^#?\s+-/ba};p" \
-   -i "${S}/ejabberd.yml.example" \
-   || die 'failed to adjust example config'
-   sed -re 's/^#\s+(certfiles)/\1/' \
-   -i "${S}/ejabberd.yml.example" \
-   || die 'failed to adjust example config'
-}
-
-# Set paths to ejabberd lib directory consistently to point always to directory
-# suffixed with version.
-correct_ejabberd_paths() {
-   sed -e "/^EJABBERDDIR[[:space:]]*=/{s:ejabberd:${P}:}" \
-   -i "${S}/Makefile.in" \
- 

[gentoo-commits] repo/gentoo:master commit in: dev-erlang/cache_tab/

2021-07-08 Thread Florian Schmaus
commit: aab368658559b43d56346bd0185f545f1939906a
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:36:21 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab36865

dev-erlang/cache_tab: drop 1.0.25

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/cache_tab/Manifest|  1 -
 dev-erlang/cache_tab/cache_tab-1.0.25.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/cache_tab/Manifest b/dev-erlang/cache_tab/Manifest
index 5c473b7b6af..80d78953d76 100644
--- a/dev-erlang/cache_tab/Manifest
+++ b/dev-erlang/cache_tab/Manifest
@@ -1,3 +1,2 @@
 DIST cache_tab-1.0.23.tar.gz 23362 BLAKE2B 
6cd92120340600a3bf2444c716162e47c673dc4f2284324aba138552bbc840d2d9b26a506a66736a4d215129818ba51e3a4e5a12b9df4952a691995adc9815c0
 SHA512 
86875c9384421c9040754ece7726891204f5afdcfe6da3e9e9a4fb2af0a670ab48ecc83f5fb379d8980c4a76e36c63b356fe0f5283e6cb131c75271d5c01
-DIST cache_tab-1.0.25.tar.gz 23433 BLAKE2B 
dd548283091a16ba6d0f8ab751f76be8f7741abbf3b95051c063dd6fdb1a2bfafe8b7ca02ef0b3d0afe526aaac0cb90da4ab8a25fa5f2083b7743a23189bf28f
 SHA512 
bba8e1e06c889661406a6abb9c1bd808d118e22246db7116363b0cac74cbf3e33483d6997cddba65e5576fe86dfd0226eb4739b9e9ee246c261324ee97fece4e
 DIST cache_tab-1.0.28.tar.gz 24031 BLAKE2B 
0d74e9e8992c512aa5a38606661f9ab1c72fb78cb2c76994e0d9b51e5453d8413694db16f8e58775bfd926c2de81aa381aa8a68f3f5387c0fc4d85c649eecd1a
 SHA512 
1fcd95fd1a8e129e366ac633db6e4e65f57f8903fd9cc1f84b32bdb9b95697a16c411f04929dbf49bddd7733f69b405328f67a8aa397396a5e97b488194accd0

diff --git a/dev-erlang/cache_tab/cache_tab-1.0.25.ebuild 
b/dev-erlang/cache_tab/cache_tab-1.0.25.ebuild
deleted file mode 100644
index a4528e96589..000
--- a/dev-erlang/cache_tab/cache_tab-1.0.25.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="In-memory cache Erlang and Elixir library"
-HOMEPAGE="https://github.com/processone/cache_tab;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-lang/erlang-17.1
-   >=dev-erlang/p1_utils-1.0.20"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_xml/

2021-07-08 Thread Florian Schmaus
commit: 8d1aa77852d4caac58849d2a9dbc9ca1faf51c78
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:37:23 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d1aa778

dev-erlang/fast_xml: drop 1.1.43

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/fast_xml/Manifest   |  1 -
 dev-erlang/fast_xml/fast_xml-1.1.43.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/fast_xml/Manifest b/dev-erlang/fast_xml/Manifest
index cd8e0f9f7a3..8f04a316cf9 100644
--- a/dev-erlang/fast_xml/Manifest
+++ b/dev-erlang/fast_xml/Manifest
@@ -1,3 +1,2 @@
 DIST fast_xml-1.1.41.tar.gz 99078 BLAKE2B 
82e6aae6bd5a4b4297711d30c6e8416bbf6f42e3c3acd8d956992a6d448d91c4b4fba522f689fd85f4f0c3b2a5ff1bafe600f1042d88e944512b102b5798887e
 SHA512 
2e7d26e0f0209af0b12b8bbf0370b6876925960193da263dc85423a0bd16222005950661759ed935c4aa840148d9d470be5a6ee57cbc77ec599d6b1e1ffbf22a
-DIST fast_xml-1.1.43.tar.gz 99115 BLAKE2B 
e4c0eb35656481b5334b875f8a30b60f9e25fbec0c37e5dc206bba129a3ca32805075edd72ab23be9f43d294cae625554761ae3e23dab3e56fd3cd1789042c04
 SHA512 
d3644238f484bdd320e80fa68a86f48b8c7a9428cfb317bdaf1037c98428240120626e867347addfdaae5fe262a17e20f802c6c733c7938beefeda83617da8e8
 DIST fast_xml-1.1.46.tar.gz 107357 BLAKE2B 
59f90787f128a28e6993256a9f199b248f0c0d5bb93a4019bd0ecfea9bd3efc3c171c1bff793b4e26e267362a2e8e0c02b1d87e8ccf90fee03e10159b5f3e358
 SHA512 
ffb1ebc76720719b1f326596316c6e1723d14240d64e0565216888699599ee1fd0378047f4f421bc595a5ad9efe065ac791fd9ea29f5b5a40c27934b5ea9

diff --git a/dev-erlang/fast_xml/fast_xml-1.1.43.ebuild 
b/dev-erlang/fast_xml/fast_xml-1.1.43.ebuild
deleted file mode 100644
index ba77ac048f2..000
--- a/dev-erlang/fast_xml/fast_xml-1.1.43.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="Fast Expat based Erlang XML parsing library"
-HOMEPAGE="https://github.com/processone/fast_xml;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-erlang/p1_utils-1.0.20
-   dev-libs/expat"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-erlang/fast_tls/

2021-07-08 Thread Florian Schmaus
commit: 7def67abd3b90a58557bc01539155f9cfb5f1f85
Author: Florian Schmaus  gentoo  org>
AuthorDate: Thu Jul  8 17:37:06 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jul  8 18:36:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7def67ab

dev-erlang/fast_tls: drop 1.1.8

Signed-off-by: Florian Schmaus  gentoo.org>

 dev-erlang/fast_tls/Manifest  |  1 -
 dev-erlang/fast_tls/fast_tls-1.1.8.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-erlang/fast_tls/Manifest b/dev-erlang/fast_tls/Manifest
index 05e17d0c298..66427b59942 100644
--- a/dev-erlang/fast_tls/Manifest
+++ b/dev-erlang/fast_tls/Manifest
@@ -1,3 +1,2 @@
 DIST fast_tls-1.1.12.tar.gz 80867 BLAKE2B 
14f65be91fc3789cd390cf954ad69d70ca337a26ca87e99eb30dbbac454b3666e628764e9e8e43a1b4c0121c482e1f7fc4a3981c02174a63f0d7a220796fd1d1
 SHA512 
763666f05c8ebb504b39321c928e0c961cf399606e9e99def3dc6a8862cfb24abfa08542f7d1cb7fe1c5ea79003b6c9ab1c15d85baec266b4b5f586fbd0dd10d
 DIST fast_tls-1.1.6.tar.gz 80339 BLAKE2B 
bbd7b327516ca028729387880db32d09bbdbade7d483498ca8c763991e651ae29ec5ce0c12ea2b6e3b9c47aa874434d075d7f2708a9d7e853797a0abf6a50c8b
 SHA512 
370a634a43e2bd705936d9068f28925df66146291e7c2336b410f2d362f35b2b3cc311594e8a3c2c50c26a2fa920d27e1566bc455813b5fc0c98f3dc5400f5a2
-DIST fast_tls-1.1.8.tar.gz 80396 BLAKE2B 
a75777014a32140fc884b39a1c6b9aa93392e8988cfb18d931caaa07cf6fb7bbf909faea197d865b0074741ca7a2d61f2987558b8db7fa742ffcd76af7d570b7
 SHA512 
014780a6c12ec20cd49b14e6a9b34a3b17a617ad36b62c65422f4eecb6a60a7c609c77535e126d9c1a9ef0bcc5a836daff9c879dc0a0d92347a3810a81c737a9

diff --git a/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild 
b/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild
deleted file mode 100644
index 86e4771f7d4..000
--- a/dev-erlang/fast_tls/fast_tls-1.1.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit rebar
-
-DESCRIPTION="TLS/SSL native driver for Erlang and Elixir"
-HOMEPAGE="https://github.com/processone/fast_tls;
-SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
-
-DEPEND=">=dev-erlang/p1_utils-1.0.20
-   dev-libs/openssl:0="
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG.md README.md )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-migrate-parsetree/

2021-07-08 Thread Alfredo Tupone
commit: 95df80621462c4e268f86c2e36fd8d322b847436
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Thu Jul  8 18:13:33 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Thu Jul  8 18:14:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95df8062

dev-ml/ocaml-migrate-parsetree: bump to 2.2.0

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

 dev-ml/ocaml-migrate-parsetree/Manifest|  1 +
 .../ocaml-migrate-parsetree-2.2.0.ebuild   | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-ml/ocaml-migrate-parsetree/Manifest 
b/dev-ml/ocaml-migrate-parsetree/Manifest
index f9fb313bbbc..7f5dd6a22df 100644
--- a/dev-ml/ocaml-migrate-parsetree/Manifest
+++ b/dev-ml/ocaml-migrate-parsetree/Manifest
@@ -1,2 +1,3 @@
 DIST ocaml-migrate-parsetree-1.8.0.tar.gz 466241 BLAKE2B 
0b2211ed3a2a2e4e5200a6da0eb288839620fb6397b3cb2b1b83ed7c9a6a23eb7505e1311d30a8449a198221888a5d3b44d528dc84b1f6cabc546adad4110c67
 SHA512 
25eefd57a23221c7e71025557c977159c2a831713a40188e9750af7ddb93f089163ad4d8b24c53667869839249f1f389ea7928f54777101d5c291684e76be1a1
 DIST ocaml-migrate-parsetree-2.1.0.tar.gz 169358 BLAKE2B 
072ba6e1a879d5e308e7b40c55c323f353cd2187c8884bce25bffd35d7f5e64f2aa7070ae2766c1e41ef47ffbbf44218fdc8b823dbb33c6c11f0e262cd94ab83
 SHA512 
0fd9dc9ae9a4c0b50f100958c0df6d9bb33a4d3c2e4d9572aae52d4e7393c1432deca9f5812dbccc637150b1a8f58eabb433e87baf08c79af9e1ff3c58509a32
+DIST ocaml-migrate-parsetree-2.2.0.tar.gz 188265 BLAKE2B 
a551ab1abd9db751d5300cd6c570e2072fa8d242c6a58c9b84387b177211081f6747526ae787ad51817bd63162c3fed61cbd1e3af083a49a524c0e38c69546e1
 SHA512 
7c1eec4b1d66d6d7df685684b054d8e98de6d4bafb6601116affc9f05fa89fb098824005891f0002e12c2d83ade734cffde2070792db8c9bc2d79825b86b45c1

diff --git 
a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild 
b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
new file mode 100644
index 000..15c2c38d9b4
--- /dev/null
+++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Convert OCaml parsetrees between different major versions"
+HOMEPAGE="https://github.com/let-def/ocaml-migrate-parsetree;
+SRC_URI="https://github.com/let-def/ocaml-migrate-parsetree/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-ml/cinaps )"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-frippery/

2021-07-08 Thread Matt Turner
commit: 51ed60443cfc1b7269bb1248d66fe1dc955cd202
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:31:44 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ed6044

gnome-extra/gnome-shell-frippery: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild | 2 +-
 gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild 
b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
index f2b8d032cb4..cb1d739a4bd 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for 
GNOME 3"
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
 HOMEPAGE="http://frippery.org/extensions/index.html;
 SRC_URI="http://frippery.org/extensions/${P}.tgz;
 

diff --git a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild 
b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
index fc8efefccf2..dd738e21ce9 100644
--- a/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
+++ b/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-40.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Unofficial extension pack providing GNOME 2-like features for 
GNOME 3"
+DESCRIPTION="Unofficial extension pack providing GNOME 2-like features"
 HOMEPAGE="http://frippery.org/extensions/index.html;
 SRC_URI="http://frippery.org/extensions/${P}.tgz;
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/

2021-07-08 Thread Matt Turner
commit: 46a6b4cce84f092e773eed1316ee191596e3
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:32:14 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a6b4cc

gnome-extra/gnome-tweaks: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild
index fc0744aeb70..7f2f59d56d9 100644
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-40.0.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7..9} )
 
 inherit gnome.org meson python-single-r1 xdg
 
-DESCRIPTION="Customize advanced GNOME 3 options"
+DESCRIPTION="Customize advanced GNOME options"
 HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks;
 
 LICENSE="GPL-3+ CC0-1.0"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-search-tool/

2021-07-08 Thread Matt Turner
commit: f892cccb6eca3e4678f433063000a8633c6cee83
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:30:55 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f892cccb

gnome-extra/gnome-search-tool: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-search-tool/gnome-search-tool-3.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-search-tool/gnome-search-tool-3.6.0.ebuild 
b/gnome-extra/gnome-search-tool/gnome-search-tool-3.6.0.ebuild
index 6d69ead6ed7..92196c5cd58 100644
--- a/gnome-extra/gnome-search-tool/gnome-search-tool-3.6.0.ebuild
+++ b/gnome-extra/gnome-search-tool/gnome-search-tool-3.6.0.ebuild
@@ -7,7 +7,7 @@ GNOME2_LA_PUNT="yes"
 
 inherit gnome2
 
-DESCRIPTION="Search tool for GNOME 3"
+DESCRIPTION="Search tool for GNOME"
 HOMEPAGE="https://wiki.gnome.org/Apps/Attic/GnomeUtils;
 
 LICENSE="GPL-2 FDL-1.1"



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

2021-07-08 Thread Matt Turner
commit: 59f7cd3db3a84c1e2f42acb9101c2b2e18be7859
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:22:02 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f7cd3d

x11-misc/libinput-gestures: Remove GNOME version number from elog

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild | 2 +-
 x11-misc/libinput-gestures/libinput-gestures-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild 
b/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild
index 3655e40fce2..a3a54df298e 100644
--- a/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild
+++ b/x11-misc/libinput-gestures/libinput-gestures-2.56.ebuild
@@ -45,7 +45,7 @@ pkg_postinst() {
elog "You must be in the input group to read the touchpad device."
 
if ! has_version x11-libs/gtk+:3 ; then
-   elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
+   elog "${PN}-setup script supports GNOME via x11-libs/gtk+:3."
fi
if ! has_version kde-plasma/kde-cli-tools:5 ; then
elog "${PN}-setup script supports Plasma 5 via 
kde-plasma/kde-cli-tools:5."

diff --git a/x11-misc/libinput-gestures/libinput-gestures-.ebuild 
b/x11-misc/libinput-gestures/libinput-gestures-.ebuild
index 3655e40fce2..a3a54df298e 100644
--- a/x11-misc/libinput-gestures/libinput-gestures-.ebuild
+++ b/x11-misc/libinput-gestures/libinput-gestures-.ebuild
@@ -45,7 +45,7 @@ pkg_postinst() {
elog "You must be in the input group to read the touchpad device."
 
if ! has_version x11-libs/gtk+:3 ; then
-   elog "${PN}-setup script supports Gnome 3 via x11-libs/gtk+:3."
+   elog "${PN}-setup script supports GNOME via x11-libs/gtk+:3."
fi
if ! has_version kde-plasma/kde-cli-tools:5 ; then
elog "${PN}-setup script supports Plasma 5 via 
kde-plasma/kde-cli-tools:5."



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

2021-07-08 Thread Matt Turner
commit: 9dc477357d30a23ff806a30f21c53e18248bf713
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:16:56 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc47735

x11-wm/mutter: Remove GNOME version number from description

Closes: https://github.com/gentoo/gentoo/pull/21396
Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 x11-wm/mutter/mutter-40.1-r2.ebuild | 2 +-
 x11-wm/mutter/mutter-40.1-r4.ebuild | 2 +-
 x11-wm/mutter/mutter-40.2-r1.ebuild | 2 +-
 x11-wm/mutter/mutter-40.2.1.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-wm/mutter/mutter-40.1-r2.ebuild 
b/x11-wm/mutter/mutter-40.1-r2.ebuild
index 1e805c5eb32..3373ba421a3 100644
--- a/x11-wm/mutter/mutter-40.1-r2.ebuild
+++ b/x11-wm/mutter/mutter-40.1-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit gnome.org gnome2-utils meson udev virtualx xdg
 
-DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
+DESCRIPTION="GNOME compositing window manager based on Clutter"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
 
 LICENSE="GPL-2+"

diff --git a/x11-wm/mutter/mutter-40.1-r4.ebuild 
b/x11-wm/mutter/mutter-40.1-r4.ebuild
index e4a6acbe99d..8b6349daebf 100644
--- a/x11-wm/mutter/mutter-40.1-r4.ebuild
+++ b/x11-wm/mutter/mutter-40.1-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit gnome.org gnome2-utils meson udev virtualx xdg
 
-DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
+DESCRIPTION="GNOME compositing window manager based on Clutter"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
 SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-r1-patchset.tar.xz;
 

diff --git a/x11-wm/mutter/mutter-40.2-r1.ebuild 
b/x11-wm/mutter/mutter-40.2-r1.ebuild
index 36f6f75bc57..42eb8d08817 100644
--- a/x11-wm/mutter/mutter-40.2-r1.ebuild
+++ b/x11-wm/mutter/mutter-40.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit gnome.org gnome2-utils meson udev virtualx xdg
 
-DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
+DESCRIPTION="GNOME compositing window manager based on Clutter"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
 
 LICENSE="GPL-2+"

diff --git a/x11-wm/mutter/mutter-40.2.1.ebuild 
b/x11-wm/mutter/mutter-40.2.1.ebuild
index e981a487b65..d7cd77150f8 100644
--- a/x11-wm/mutter/mutter-40.2.1.ebuild
+++ b/x11-wm/mutter/mutter-40.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 inherit gnome.org gnome2-utils meson udev virtualx xdg
 
-DESCRIPTION="GNOME 3 compositing window manager based on Clutter"
+DESCRIPTION="GNOME compositing window manager based on Clutter"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
 
 LICENSE="GPL-2+"



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

2021-07-08 Thread Matt Turner
commit: 848cd287ddfcf9f03b3cb164f4034b6a966fbca6
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:28:26 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848cd287

gnome-base/gnome-shell: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild | 2 +-
 gnome-base/gnome-shell/gnome-shell-40.1.ebuild| 2 +-
 gnome-base/gnome-shell/gnome-shell-40.2.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild 
b/gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild
index f5b178e08fa..75c7f4c0b74 100644
--- a/gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-40.1-r1.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg
 
-DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
+DESCRIPTION="Provides core UI functions for the GNOME desktop"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell;
 SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${PF}-patchset.tar.xz;
 

diff --git a/gnome-base/gnome-shell/gnome-shell-40.1.ebuild 
b/gnome-base/gnome-shell/gnome-shell-40.1.ebuild
index 59a68de0b27..c16d80cc4f5 100644
--- a/gnome-base/gnome-shell/gnome-shell-40.1.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-40.1.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg
 
-DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
+DESCRIPTION="Provides core UI functions for the GNOME desktop"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell;
 
 LICENSE="GPL-2+ LGPL-2+"

diff --git a/gnome-base/gnome-shell/gnome-shell-40.2.ebuild 
b/gnome-base/gnome-shell/gnome-shell-40.2.ebuild
index 1fc9453b482..96fa03cf83f 100644
--- a/gnome-base/gnome-shell/gnome-shell-40.2.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-40.2.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit gnome.org gnome2-utils meson python-single-r1 virtualx xdg
 
-DESCRIPTION="Provides core UI functions for the GNOME 3 desktop"
+DESCRIPTION="Provides core UI functions for the GNOME desktop"
 HOMEPAGE="https://wiki.gnome.org/Projects/GnomeShell;
 
 LICENSE="GPL-2+ LGPL-2+"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-boxes/

2021-07-08 Thread Matt Turner
commit: ccbfa31a85bf0c3e6857195d5526ea61e77c4648
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:30:13 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbfa31a

gnome-extra/gnome-boxes: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild | 2 +-
 gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild
index 0915f9bd34f..efb4ea47f40 100644
--- a/gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild
+++ b/gnome-extra/gnome-boxes/gnome-boxes-40.1.ebuild
@@ -7,7 +7,7 @@ VALA_MIN_API_VERSION="0.40"
 
 inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg
 
-DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems"
+DESCRIPTION="Simple GNOME application to access remote or virtual systems"
 HOMEPAGE="https://wiki.gnome.org/Apps/Boxes;
 
 LICENSE="LGPL-2+ CC-BY-2.0"

diff --git a/gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild 
b/gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild
index 2078408e917..5ce011c05b5 100644
--- a/gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild
+++ b/gnome-extra/gnome-boxes/gnome-boxes-40.2.ebuild
@@ -7,7 +7,7 @@ VALA_MIN_API_VERSION="0.40"
 
 inherit gnome.org gnome2-utils linux-info meson readme.gentoo-r1 vala xdg
 
-DESCRIPTION="Simple GNOME 3 application to access remote or virtual systems"
+DESCRIPTION="Simple GNOME application to access remote or virtual systems"
 HOMEPAGE="https://wiki.gnome.org/Apps/Boxes;
 
 LICENSE="LGPL-2+ CC-BY-2.0"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-extra-apps/

2021-07-08 Thread Matt Turner
commit: 9aea6e6e0b8054131eb74d10c7b3b74eba37f01c
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:27:04 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aea6e6e

gnome-base/gnome-extra-apps: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild
index 080f0126dc1..f58288124c7 100644
--- a/gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-40.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Sub-meta package for the applications of GNOME 3"
+DESCRIPTION="Sub-meta package for the applications of GNOME"
 HOMEPAGE="https://www.gnome.org/;
 LICENSE="metapackage"
 SLOT="3.0"
@@ -12,7 +12,7 @@ IUSE="+games share +shotwell +tracker"
 KEYWORDS="amd64 ~arm64 x86"
 
 # Note to developers:
-# This is a wrapper for the extra apps integrated with GNOME 3
+# This is a wrapper for the extra apps integrated with GNOME
 # Keep pkg order within a USE flag as upstream releng versions file
 # TODO: Should we keep these here: gnome-dictionary, gucharmap, sound-juicer, 
vinagre; replace gucharmap with gnome-characters?
 # TODO: Add gnome-remote-desktop as replacement for vino that was removed from 
meta in 3.36?



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

2021-07-08 Thread Matt Turner
commit: 65ba3a9a7c0b1caaff0476d3c7b3da5a82491455
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:24:51 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ba3a9a

gnome-base/gnome: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome/gnome-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome/gnome-40.0.ebuild 
b/gnome-base/gnome/gnome-40.0.ebuild
index dc90a56b5c5..6e8e07da539 100644
--- a/gnome-base/gnome/gnome-40.0.ebuild
+++ b/gnome-base/gnome/gnome-40.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Meta package for GNOME 3, merge this package to install"
+DESCRIPTION="Meta package for GNOME, merge this package to install"
 HOMEPAGE="https://www.gnome.org/;
 
 LICENSE="metapackage"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/

2021-07-08 Thread Matt Turner
commit: da1a29f3ae4782742fd91ce199272cfeb9dde6db
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:25:30 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1a29f3

gnome-base/gnome-core-apps: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild 
b/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
index 57bdf7fdf12..078b240c3d3 100644
--- a/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
+++ b/gnome-base/gnome-core-apps/gnome-core-apps-40.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 
3"
+DESCRIPTION="Sub-meta package for the core applications integrated with GNOME"
 HOMEPAGE="https://www.gnome.org/;
 LICENSE="metapackage"
 SLOT="3.0"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-libs/

2021-07-08 Thread Matt Turner
commit: 2fcc89e0b7bd9e31701b3e0bf7a21f05be183ddb
Author: Jakub Ternka  gmail  com>
AuthorDate: Thu Jun 24 00:26:22 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul  8 17:35:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcc89e0

gnome-base/gnome-core-libs: Remove GNOME version number from description

Signed-off-by: Jakub Ternka  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild 
b/gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild
index c7fe9bc465d..7548e8e2fc7 100644
--- a/gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild
+++ b/gnome-base/gnome-core-libs/gnome-core-libs-40.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
+DESCRIPTION="Sub-meta package for the core libraries of GNOME"
 HOMEPAGE="https://www.gnome.org/;
 LICENSE="metapackage"
 SLOT="3.0"
@@ -14,7 +14,7 @@ IUSE="cups python"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 # Note to developers:
-# This is a wrapper for the core libraries used by GNOME 3
+# This is a wrapper for the core libraries used by GNOME
 RDEPEND="
>=dev-libs/glib-2.68.0:2
>=x11-libs/gdk-pixbuf-2.42.4:2



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

2021-07-08 Thread Ionen Wolkens
commit: 8856a04fe43d87589164c5db30655640289a2f8f
Author: Christian Tietz  mailbox  org>
AuthorDate: Mon Jun 28 15:24:18 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jul  8 17:21:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8856a04f

sys-apps/bleachbit: Bump to 4.4.0

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Christian Tietz  mailbox.org>
Closes: https://github.com/gentoo/gentoo/pull/21455
Signed-off-by: Ionen Wolkens  gentoo.org>

 sys-apps/bleachbit/Manifest   |  1 +
 sys-apps/bleachbit/bleachbit-4.4.0.ebuild | 85 +++
 2 files changed, 86 insertions(+)

diff --git a/sys-apps/bleachbit/Manifest b/sys-apps/bleachbit/Manifest
index 4b52ef3b9c2..aa82595ff5f 100644
--- a/sys-apps/bleachbit/Manifest
+++ b/sys-apps/bleachbit/Manifest
@@ -1 +1,2 @@
 DIST bleachbit-4.2.0.tar.bz2 606223 BLAKE2B 
c45a11db556b9c3e3a19583bfaa633244e2ea2e374ec8b883cba486126cfb33617cd7930af79d379711980ad4b56426b39a3e68532462be1918da1386369d137
 SHA512 
6d43da42c6a2a328c8fb766a3f00f4511e72a00836316c279c8dc3a24468abb4c2ce909b42c568ee0b8417c08827c7cb79ae197ae693b8d6ce60faf22422effb
+DIST bleachbit-4.4.0.tar.bz2 640690 BLAKE2B 
577b5498eeb25c499753468fd6d20fa398423ee0f36837069ecd3c6e32d20686bdf2e41492d8b082551ad373266f98963d900bc68042dc0715a5f509945be352
 SHA512 
ad117a790803dc405752a4582b735351842305603de7ea9d98b0d59d93e8f75e18d7125958c1cb907891098f79502ebe5a560191384036506ac4ea66694f93af

diff --git a/sys-apps/bleachbit/bleachbit-4.4.0.ebuild 
b/sys-apps/bleachbit/bleachbit-4.4.0.ebuild
new file mode 100644
index 000..3b1fdfbeb13
--- /dev/null
+++ b/sys-apps/bleachbit/bleachbit-4.4.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_REQ_USE="sqlite(+)"
+DISTUTILS_SINGLE_IMPL=1
+
+inherit desktop distutils-r1 virtualx
+
+DESCRIPTION="Clean junk to free disk space and to maintain privacy"
+HOMEPAGE="https://www.bleachbit.org;
+SRC_URI="https://download.bleachbit.org/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/pygobject:3[${PYTHON_USEDEP}]
+   ')
+"
+BDEPEND="
+   sys-devel/gettext
+   test? (
+   $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]')
+   )
+"
+
+distutils_enable_tests unittest
+
+# tests fail under FEATURES=usersandbox
+RESTRICT="test"
+
+python_prepare_all() {
+   if use test; then
+   # avoid tests requiring internet access
+   rm tests/Test{Chaff,Update}.py || die
+
+   # fails due to non-existent $HOME/.profile
+   rm tests/TestInit.py || die
+
+   # only applicable to Windows installer
+   rm tests/TestNsisUtilities.py || die
+
+   # these fail on upstream Travis CI as well as on Gentoo
+   sed -e "s/test_notify(self)/_&/" \
+   -i tests/TestGUI.py || die
+
+   sed -e "s/test_get_proc_swaps(self)/_&/" \
+   -i tests/TestMemory.py || die
+   fi
+
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   emake -C po local
+}
+
+python_test() {
+   virtx emake tests
+}
+
+python_install() {
+   distutils-r1_python_install
+   python_newscript ${PN}.py ${PN}
+}
+
+python_install_all() {
+   distutils-r1_python_install_all
+   emake -C po DESTDIR="${D}" install
+
+   insinto /usr/share/bleachbit/cleaners
+   doins cleaners/*.xml
+
+   insinto /usr/share/bleachbit
+   doins data/app-menu.ui
+
+   doicon ${PN}.png
+   domenu org.${PN}.BleachBit.desktop
+}



  1   2   3   4   >