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

2021-06-08 Thread Georgy Yakovlev
commit: e1adae4e56e0ad3c2d038900643e53a3bc6ddf43
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jun  9 05:30:37 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun  9 05:30:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1adae4e

profiles: remove timer_entropyd mask

package removed

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

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 5ad63957987..0c719528dd1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -298,15 +298,6 @@ dev-java/freemarker
 # to a freshed gcc branch.
  (2021-05-15)
-# Dead upstream, homepage missing, EAPI=5, no systemd units.
-# https://bugs.gentoo.org/790413 , #434900, #552760
-# Use any of or combination of the following instead:
-# sys-apps/rng-tools
-# sys-apps/haveged
-# app-crypt/jitterentropy-rngd
-sys-apps/timer_entropyd
-
 # Andreas Sturmlechner  (2021-05-15)
 # Dead upstream, dead downstream, GTK+2 based.  Bug #770898
 # Removal on 2021-06-14.



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

2021-06-08 Thread Georgy Yakovlev
commit: 8398ecce45070226a4c1d2bb372f4b0caa4561d0
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jun  9 05:29:24 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun  9 05:30:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8398ecce

sys-apps/timer_entropyd: treeclean

Closes: https://bugs.gentoo.org/434900
Closes: https://bugs.gentoo.org/552760
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/timer_entropyd/Manifest   |  1 -
 .../files/timer_entropyd-0.1-syslog.patch  | 28 ---
 .../timer_entropyd/files/timer_entropyd.initd.1| 13 ---
 sys-apps/timer_entropyd/metadata.xml   | 11 --
 sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild  | 42 --
 5 files changed, 95 deletions(-)

diff --git a/sys-apps/timer_entropyd/Manifest b/sys-apps/timer_entropyd/Manifest
deleted file mode 100644
index 79ef5626fdc..000
--- a/sys-apps/timer_entropyd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST timer_entropyd-0.3.tgz 8329 BLAKE2B 
96af82883eeb5a136e1f059afb067b6df46e5940fe0da5b4c161047c0e4e40a9885454e3faa926b864c2db64cb6b481d5dfed7d8ba4f28d5c8691959e41d26d2
 SHA512 
bdfedb594ee32daf7fb961a703842ca3479de158fc19bd75664b183e44bcf2ef3e74645cc6097f340834933db6f9133710df7d433ac062b2375494de5c052dcc

diff --git a/sys-apps/timer_entropyd/files/timer_entropyd-0.1-syslog.patch 
b/sys-apps/timer_entropyd/files/timer_entropyd-0.1-syslog.patch
deleted file mode 100644
index 91be4a2ffdf..000
--- a/sys-apps/timer_entropyd/files/timer_entropyd-0.1-syslog.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 51dc916e4466d0033728dd14f318203f995b3ad0 Mon Sep 17 00:00:00 2001
-From: Jeremy Olexa 
-Date: Tue, 5 Apr 2011 14:19:49 +
-Subject: [PATCH] Move syslog call to ifdef _DEBUG
-
-In order to prevent logfile spamming (once every 7 seconds), move the
-syslog call only be used if compiled with -D_DEBUG

- main.c |2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/main.c b/main.c
-index 13b95dd..781b321 100644
 a/main.c
-+++ b/main.c
-@@ -66,8 +66,8 @@ int main(int argc, char *argv[])
- 
-   kernel_rng_add_entropy(bytes, sizeof(bytes), 
cur_n_bits);
- 
--  syslog(LOG_DEBUG, "added %d bits of entropy 
data", cur_n_bits);
- #ifdef _DEBUG
-+  syslog(LOG_DEBUG, "added %d bits of entropy 
data", cur_n_bits);
-   printf("added %d bits of entropy data\n", 
cur_n_bits);
- #endif
- 
--- 
-1.7.3.4
-

diff --git a/sys-apps/timer_entropyd/files/timer_entropyd.initd.1 
b/sys-apps/timer_entropyd/files/timer_entropyd.initd.1
deleted file mode 100644
index 57178ca4b36..000
--- a/sys-apps/timer_entropyd/files/timer_entropyd.initd.1
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command=/usr/libexec/timer_entropyd
-
-depend() {
-   need localmount
-   before net
-   use logger
-
-   provide entropy
-}

diff --git a/sys-apps/timer_entropyd/metadata.xml 
b/sys-apps/timer_entropyd/metadata.xml
deleted file mode 100644
index 748ac538a47..000
--- a/sys-apps/timer_entropyd/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gyakov...@gentoo.org
-   Georgy Yakovlev
-   
-   
-   Enable printf debugging and logging to the 
syslog at DEBUG level
-   
-

diff --git a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild 
b/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild
deleted file mode 100644
index 8fe1dd37e06..000
--- a/sys-apps/timer_entropyd/timer_entropyd-0.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch flag-o-matic toolchain-funcs
-
-DESCRIPTION="A timer-based entropy generator"
-HOMEPAGE="http://www.vanheusden.com/te/;
-SRC_URI="http://www.vanheusden.com/te/${P}.tgz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips x86"
-IUSE="debug selinux"
-
-RDEPEND="selinux? ( sec-policy/selinux-entropyd )"
-
-src_prepare() {
-   sed -i -e 's:-O2::' Makefile || die
-   epatch "${FILESDIR}"/${PN}-0.1-syslog.patch
-}
-
-src_compile() {
-   use debug && append-cppflags -D_DEBUG
-
-   tc-export CC
-   emake DEBUG=
-}
-
-src_install() {
-   exeinto /usr/libexec
-   doexe ${PN}
-   dodoc Changes readme.txt
-   newinitd "${FILESDIR}/timer_entropyd.initd.1" ${PN}
-}
-
-pkg_postinst() {
-   elog "To start ${PN} at boot do rc-update add ${PN} default"
-   elog "To start ${PN} now do /etc/init.d/${PN} start"
-   elog "To check the amount of entropy, cat 
/proc/sys/kernel/random/entropy_avail"
-}



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

2021-06-08 Thread Georgy Yakovlev
commit: 076e446910ac184f70dd81f47e67b7c510d64e91
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jun  9 01:13:03 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun  9 05:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076e4469

sys-fs/zfs: drop 2.0.4

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/zfs-2.0.4.ebuild | 231 
 1 file changed, 231 deletions(-)

diff --git a/sys-fs/zfs/zfs-2.0.4.ebuild b/sys-fs/zfs/zfs-2.0.4.ebuild
deleted file mode 100644
index cffdb8e896a..000
--- a/sys-fs/zfs/zfs-2.0.4.ebuild
+++ /dev/null
@@ -1,231 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit autotools bash-completion-r1 distutils-r1 flag-o-matic linux-info pam 
systemd toolchain-funcs udev usr-ldscript
-
-DESCRIPTION="Userland utilities for ZFS Linux kernel module"
-HOMEPAGE="https://github.com/openzfs/zfs;
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3 linux-mod
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git;
-else
-   MY_P="${P/_rc/-rc}"
-   
SRC_URI="https://github.com/openzfs/${PN}/releases/download/${MY_P}/${MY_P}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-   S="${WORKDIR}/${P%_rc?}"
-fi
-
-LICENSE="BSD-2 CDDL MIT"
-# just libzfs soname major for now.
-# possible candidates: libuutil, libzpool, libnvpair. Those do not provide 
stable abi, but are considered.
-SLOT="0/4"
-IUSE="custom-cflags debug kernel-builtin minimal nls pam python +rootfs 
test-suite static-libs"
-
-DEPEND="
-   net-libs/libtirpc[static-libs?]
-   sys-apps/util-linux[static-libs?]
-   sys-libs/zlib[static-libs(+)?]
-   virtual/awk
-   virtual/libudev[static-libs(-)?]
-   dev-libs/openssl:0=[static-libs?]
-   !minimal? ( ${PYTHON_DEPS} )
-   pam? ( sys-libs/pam )
-   python? (
-   virtual/python-cffi[${PYTHON_USEDEP}]
-   )
-"
-
-BDEPEND="virtual/awk
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-   python? (
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   )
-"
-
-RDEPEND="${DEPEND}
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV}:= )
-   !prefix? ( virtual/udev )
-   sys-fs/udev-init-scripts
-   rootfs? (
-   app-arch/cpio
-   app-misc/pax-utils
-   !"
-   eerror "Block devices --->"
-   eerror "[X] Loopback device 
support"
-   fi
-   fi
-   fi
-   fi
-}
-
-src_prepare() {
-   default
-
-   if [[ ${PV} == "" ]]; then
-   eautoreconf
-   else
-   # Set revision number
-   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
-   fi
-
-   if use python; then
-   pushd contrib/pyzfs >/dev/null || die
-   distutils-r1_src_prepare
-   popd >/dev/null || die
-   fi
-
-   # prevent errors showing up on zfs-mount stop, #647688
-   # openrc will unmount all filesystems anyway.
-   sed -i "/^ZFS_UNMOUNT=/ s/yes/no/" "etc/default/zfs.in" || die
-}
-
-src_configure() {
-   use custom-cflags || strip-flags
-   use minimal || python_setup
-
-   local myconf=(
-   --bindir="${EPREFIX}/bin"
-   --enable-shared
-   --enable-systemd
-   --enable-sysvinit
-   --localstatedir="${EPREFIX}/var"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=user
-   --with-dracutdir="${EPREFIX}/usr/lib/dracut"
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   --with-udevdir="$(get_udevdir)"
-   --with-pamconfigsdir="${EPREFIX}/unwanted_files"
-   --with-pammoduledir="$(getpam_mod_dir)"
-   --with-systemdunitdir="$(systemd_get_systemunitdir)"
-   --with-systemdpresetdir="${EPREFIX}/lib/systemd/system-preset"
-   --with-vendor=gentoo
-   $(use_enable debug)
-   $(use_enable nls)
-   $(use_enable pam)
-   $(use_enable python pyzfs)
-   $(use_enable static-libs static)
-   $(usex minimal --without-python --with-python="${EPYTHON}")
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   default
-   if use python; then
-   pushd contrib/pyzfs >/dev/null || die
-   distutils-r1_src_compile
-   popd >/dev/null || die
-   fi
-}
-
-src_install() {
-   default
-
-   gen_usr_ldscript -a nvpair uutil zfsbootenv 

[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/, sys-fs/zfs-kmod/files/

2021-06-08 Thread Georgy Yakovlev
commit: f432437d19a693b4ad7515335a87e61d87df60b2
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jun  9 01:18:10 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun  9 05:19:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f432437d

sys-fs/zfs-kmod: fix a patch that's too large

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/Manifest   |1 +
 .../zfs-8.0.4_5.12_compat_idmapped_mounts.patch| 1231 
 sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild   |5 +-
 3 files changed, 4 insertions(+), 1233 deletions(-)

diff --git a/sys-fs/zfs-kmod/Manifest b/sys-fs/zfs-kmod/Manifest
index 514e285239e..272fa8bfaa3 100644
--- a/sys-fs/zfs-kmod/Manifest
+++ b/sys-fs/zfs-kmod/Manifest
@@ -2,3 +2,4 @@ DIST zfs-0.8.6.tar.gz 9295260 BLAKE2B 
45424d710aaf75a05f766ae523ae157a24b5cbdcef
 DIST zfs-2.0.4.tar.gz 13123872 BLAKE2B 
7e4780092c0a87d5d187cd5734ddc736574db80b500f155287640ef2230e09335cc9b6b26ec1b7d8ab1b7942673ea49a3007a81da372a6d2ac36f3908913045c
 SHA512 
1dda92d424372bce7020f5215545485eae69211b6f0fb6bea3c7c22efac76c6a2662f0dd14a03f723b6a6fe73b1228ecca211a4034b86cf885bcadf38ba0dc6b
 DIST zfs-2.1.0-rc6.tar.gz 34777294 BLAKE2B 
0080b03a9cf9717ae2bc7674e340dffafd923467368d8941df9be5a21f081e88745297e1a8b2ac5059e9f346949bbeb759a5fc8bcdb60c3be49b0645389ec8b1
 SHA512 
696d525c1c738a508d04366f8ffd0142aebe4498efbf129c9d38fa7c67dbec83554f55a2c4a5d7647a03ca0df173c2720fe85edbc859195f4ca19e04d2adf143
 DIST zfs-2.1.0-rc6.tar.gz.asc 195 BLAKE2B 
a1267b8faffc75ac70082e261c6053b2070cbad014c92051ebc82af56b21bbe2e72e01e44c0701ed255a3201330bb56b5e1a72e12c1ae9f15f72883b53c17ec6
 SHA512 
afc0eb839de6b0b21b3d781dd74dce9f6f668b7b9fc079ea764666e28d4d3228b8a80641b6d0084851bffedfc3406dc0f829242f6b4247d192f554ba45ce3a4c
+DIST zfs-8.0.4_5.12_compat_idmapped_mounts.patch 41410 BLAKE2B 
49724351c5a8e6ffa66762d5aac84ad89a3d04022d086d9f37ccd616b3e8e95852197b5333bdeeeab54fc51516d8254d0138a4422cc66214bb602e5ed72bbabf
 SHA512 
1554d74a7024c106a3f4814895a64914f2e3d627f7edff3c8f415b419c6a596454862f8c0984a6e2f96e340851f1a9222a4c472ebd6d5db7dc0aa108dc2dca6c

diff --git a/sys-fs/zfs-kmod/files/zfs-8.0.4_5.12_compat_idmapped_mounts.patch 
b/sys-fs/zfs-kmod/files/zfs-8.0.4_5.12_compat_idmapped_mounts.patch
deleted file mode 100644
index fd8b025a8fd..000
--- a/sys-fs/zfs-kmod/files/zfs-8.0.4_5.12_compat_idmapped_mounts.patch
+++ /dev/null
@@ -1,1231 +0,0 @@
-From f315d9a3ff3cc0b81c99dd9be5878a55d2e98d8e Mon Sep 17 00:00:00 2001
-From: Coleman Kane 
-Date: Sat, 20 Mar 2021 00:00:59 -0400
-Subject: [PATCH] Linux 5.12 compat: idmapped mounts
-
-In Linux 5.12, the filesystem API was modified to support ipmapped
-mounts by adding a "struct user_namespace *" parameter to a number
-functions and VFS handlers. This change adds the needed autoconf
-macros to detect the new interfaces and updates the code appropriately.
-This change does not add support for idmapped mounts, instead it
-preserves the existing behavior by passing the initial user namespace
-where needed.  A subsequent commit will be required to add support
-for idmapped mounted.
-
-Reviewed-by: Tony Hutter 
-Reviewed-by: Brian Behlendorf 
-Co-authored-by: Brian Behlendorf 
-Signed-off-by: Coleman Kane 
-Closes #11712
-(cherry picked from commit e2a8296131e94ad785f5564156ed2db1fdb2e080)
-Signed-off-by: Jonathon Fernyhough 

- config/kernel-generic_fillattr.m4| 28 +++
- config/kernel-inode-create.m4| 43 +--
- config/kernel-inode-getattr.m4   | 63 +---
- config/kernel-is_owner_or_cap.m4 | 23 +-
- config/kernel-mkdir-umode-t.m4   | 32 
- config/kernel-mkdir.m4   | 65 
- config/kernel-mknod.m4   | 30 
- config/kernel-rename.m4  | 50 ++---
- config/kernel-setattr-prepare.m4 | 45 ---
- config/kernel-symlink.m4 | 30 
- config/kernel-xattr-handler.m4   | 78 +---
- config/kernel.m4 | 18 +++--
- include/os/linux/kernel/linux/vfs_compat.h   | 24 +-
- include/os/linux/kernel/linux/xattr_compat.h | 17 -
- include/os/linux/zfs/sys/zfs_vnops_os.h  |  3 +-
- include/os/linux/zfs/sys/zpl.h   | 18 +
- module/os/linux/zfs/policy.c |  2 +-
- module/os/linux/zfs/zfs_vnops_os.c   |  5 +-
- module/os/linux/zfs/zpl_ctldir.c | 51 -
- module/os/linux/zfs/zpl_file.c   |  2 +-
- module/os/linux/zfs/zpl_inode.c  | 49 +++-
- module/os/linux/zfs/zpl_xattr.c  |  4 +-
- 22 files changed, 557 insertions(+), 123 deletions(-)
- create mode 100644 config/kernel-generic_fillattr.m4
- delete mode 100644 config/kernel-mkdir-umode-t.m4
- create mode 

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

2021-06-08 Thread Georgy Yakovlev
commit: d1fc1f194497bb8e2460f628577e2f1716bfe66e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Jun  9 01:14:42 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun  9 05:19:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc1f19

sys-fs/zfs-kmod: drop 2.0.4

Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild | 180 --
 1 file changed, 180 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild
deleted file mode 100644
index 84b2ddd44ed..000
--- a/sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild
+++ /dev/null
@@ -1,180 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools dist-kernel-utils flag-o-matic linux-mod toolchain-funcs
-
-DESCRIPTION="Linux ZFS kernel module for sys-fs/zfs"
-HOMEPAGE="https://github.com/openzfs/zfs;
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/openzfs/zfs.git;
-else
-   MY_PV="${PV/_rc/-rc}"
-   
SRC_URI="https://github.com/openzfs/zfs/releases/download/zfs-${MY_PV}/zfs-${MY_PV}.tar.gz;
-   KEYWORDS="~amd64 ~arm64 ~ppc64"
-   S="${WORKDIR}/zfs-${PV%_rc?}"
-   ZFS_KERNEL_COMPAT="5.11"
-fi
-
-LICENSE="CDDL MIT debug? ( GPL-2+ )"
-SLOT="0/${PVR}"
-IUSE="custom-cflags debug +rootfs"
-
-DEPEND=""
-
-RDEPEND="${DEPEND}
-   !sys-kernel/spl
-"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/awk
-"
-
-RESTRICT="debug? ( strip ) test"
-
-DOCS=( AUTHORS COPYRIGHT META README.md )
-
-pkg_setup() {
-   CONFIG_CHECK="
-   !DEBUG_LOCK_ALLOC
-   EFI_PARTITION
-   MODULES
-   !PAX_KERNEXEC_PLUGIN_METHOD_OR
-   !TRIM_UNUSED_KSYMS
-   ZLIB_DEFLATE
-   ZLIB_INFLATE
-   "
-
-   use debug && CONFIG_CHECK="${CONFIG_CHECK}
-   FRAME_POINTER
-   DEBUG_INFO
-   !DEBUG_INFO_REDUCED
-   "
-
-   use rootfs && \
-   CONFIG_CHECK="${CONFIG_CHECK}
-   BLK_DEV_INITRD
-   DEVTMPFS
-   "
-
-   kernel_is -lt 5 && CONFIG_CHECK="${CONFIG_CHECK} IOSCHED_NOOP"
-
-   if [[ ${PV} != "" ]]; then
-   local kv_major_max kv_minor_max zcompat
-   zcompat="${ZFS_KERNEL_COMPAT_OVERRIDE:-${ZFS_KERNEL_COMPAT}}"
-   kv_major_max="${zcompat%%.*}"
-   zcompat="${zcompat#*.}"
-   kv_minor_max="${zcompat%%.*}"
-   kernel_is -le "${kv_major_max}" "${kv_minor_max}" || die \
-   "Linux ${kv_major_max}.${kv_minor_max} is the latest 
supported version"
-
-   fi
-
-   kernel_is -ge 3 10 || die "Linux 3.10 or newer required"
-
-   linux-mod_pkg_setup
-}
-
-src_prepare() {
-   default
-
-   if [[ ${PV} == "" ]]; then
-   eautoreconf
-   else
-   # Set module revision number
-   sed -i "s/\(Release:\)\(.*\)1/\1\2${PR}-gentoo/" META || die 
"Could not set Gentoo release"
-   fi
-}
-
-src_configure() {
-   set_arch_to_kernel
-
-   use custom-cflags || strip-flags
-
-   filter-ldflags -Wl,*
-
-   local myconf=(
-   CROSS_COMPILE="${CHOST}-"
-   HOSTCC="$(tc-getBUILD_CC)"
-   --bindir="${EPREFIX}/bin"
-   --sbindir="${EPREFIX}/sbin"
-   --with-config=kernel
-   --with-linux="${KV_DIR}"
-   --with-linux-obj="${KV_OUT_DIR}"
-   $(use_enable debug)
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_compile() {
-   set_arch_to_kernel
-
-   myemakeargs=(
-   CROSS_COMPILE="${CHOST}-"
-   HOSTCC="$(tc-getBUILD_CC)"
-   V=1
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   set_arch_to_kernel
-
-   myemakeargs+=(
-   DEPMOD=:
-   DESTDIR="${D}"
-   INSTALL_MOD_PATH="${EPREFIX:-/}" # lib/modules/ added by 
KBUILD
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   linux-mod_pkg_postinst
-
-   # Remove old modules
-   if [[ -d "${EROOT}/lib/modules/${KV_FULL}/addon/zfs" ]]; then
-   ewarn "${PN} now installs modules in 
${EROOT}/lib/modules/${KV_FULL}/extra/zfs"
-   ewarn "Old modules were detected in 
${EROOT}/lib/modules/${KV_FULL}/addon/zfs"
-   ewarn "Automatically removing old modules to avoid problems."
-   rm -r "${EROOT}/lib/modules/${KV_FULL}/addon/zfs" || die 
"Cannot remove modules"
-   rmdir --ignore-fail-on-non-empty 
"${EROOT}/lib/modules/${KV_FULL}/addon"
-   fi
-
-   if [[ -z ${ROOT} ]] && use dist-kernel; then
-

[gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/, sys-fs/zfs/

2021-06-08 Thread Georgy Yakovlev
commit: 80c9b77b4b7dd9355a28b7067f5d84687775beb6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jun  8 08:04:13 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun  9 05:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80c9b77b

sys-fs/zfs*: consistently require dist-kernel flag to be in sync

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

 sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild | 15 +++
 sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild  | 15 +++
 sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild | 15 +++
 sys-fs/zfs-kmod/zfs-kmod-.ebuild  | 15 +++
 sys-fs/zfs/zfs-0.8.6.ebuild   | 30 ++
 sys-fs/zfs/zfs-2.0.4-r1.ebuild| 30 ++
 sys-fs/zfs/zfs-2.1.0_rc6.ebuild   | 29 +
 sys-fs/zfs/zfs-.ebuild| 29 +
 8 files changed, 162 insertions(+), 16 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
index ee2d06498d4..68776243c4f 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
@@ -33,10 +33,25 @@ BDEPEND="
virtual/awk
 "
 
+# PDEPEND in this form is needed to trick portage suggest
+# enabling dist-kernel if only 1 package have it set
+PDEPEND="dist-kernel? ( ~sys-fs/zfs-${PV}[dist-kernel] )"
+
 RESTRICT="debug? ( strip ) test"
 
 DOCS=( AUTHORS COPYRIGHT META README.md )
 
+pkg_pretend() {
+   use rootfs || return 0
+
+   if has_version virtual/dist-kernel && ! use dist-kernel; then
+   ewarn "You have virtual/dist-kernel installed, but"
+   ewarn "USE=\"dist-kernel\" is not enabled for ${CATEGORY}/${PN}"
+   ewarn "It's recommended to globally enable dist-kernel USE flag"
+   ewarn "to auto-trigger initrd rebuilds with kernel updates"
+   fi
+}
+
 # https://github.com/openzfs/zfs/pull/11371
 PATCHES=( "${FILESDIR}/${PV}-copy-builtin.patch" )
 

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild
index fd0f8f8997e..636c4c76d07 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild
@@ -34,10 +34,25 @@ BDEPEND="
virtual/awk
 "
 
+# PDEPEND in this form is needed to trick portage suggest
+# enabling dist-kernel if only 1 package have it set
+PDEPEND="dist-kernel? ( ~sys-fs/zfs-${PV}[dist-kernel] )"
+
 RESTRICT="debug? ( strip ) test"
 
 DOCS=( AUTHORS COPYRIGHT META README.md )
 
+pkg_pretend() {
+   use rootfs || return 0
+
+   if has_version virtual/dist-kernel && ! use dist-kernel; then
+   ewarn "You have virtual/dist-kernel installed, but"
+   ewarn "USE=\"dist-kernel\" is not enabled for ${CATEGORY}/${PN}"
+   ewarn "It's recommended to globally enable dist-kernel USE flag"
+   ewarn "to auto-trigger initrd rebuilds with kernel updates"
+   fi
+}
+
 PATCHES=(
"${FILESDIR}"/zfs-8.0.4_5.12_compat_idmapped_mounts.patch
"${FILESDIR}"/zfs-8.0.4_5.12_compat_bio_max_segs.patch

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild
index 2530036595a..34cc83a6093 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild
@@ -43,10 +43,25 @@ if [[ ${PV} != "" ]] ; then
BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-openzfs )"
 fi
 
+# PDEPEND in this form is needed to trick portage suggest
+# enabling dist-kernel if only 1 package have it set
+PDEPEND="dist-kernel? ( ~sys-fs/zfs-${PV}[dist-kernel] )"
+
 RESTRICT="debug? ( strip ) test"
 
 DOCS=( AUTHORS COPYRIGHT META README.md )
 
+pkg_pretend() {
+   use rootfs || return 0
+
+   if has_version virtual/dist-kernel && ! use dist-kernel; then
+   ewarn "You have virtual/dist-kernel installed, but"
+   ewarn "USE=\"dist-kernel\" is not enabled for ${CATEGORY}/${PN}"
+   ewarn "It's recommended to globally enable dist-kernel USE flag"
+   ewarn "to auto-trigger initrd rebuilds with kernel updates"
+   fi
+}
+
 pkg_setup() {
CONFIG_CHECK="
!DEBUG_LOCK_ALLOC

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
index 2530036595a..34cc83a6093 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
@@ -43,10 +43,25 @@ if [[ ${PV} != "" ]] ; then
BDEPEND+=" verify-sig? ( app-crypt/openpgp-keys-openzfs )"
 fi
 
+# PDEPEND in this form is needed to trick portage suggest
+# enabling dist-kernel if only 1 package have it set
+PDEPEND="dist-kernel? ( ~sys-fs/zfs-${PV}[dist-kernel] )"
+
 RESTRICT="debug? ( strip ) test"
 
 DOCS=( AUTHORS COPYRIGHT META README.md )
 
+pkg_pretend() {
+   use rootfs || return 0
+

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

2021-06-08 Thread Georgy Yakovlev
commit: 6ddccb201b5bf2fa2193ea3249041aa5005a7b00
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jun  8 07:16:59 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun  9 05:19:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ddccb20

sys-fs/zfs: use subslot dep for zfs-kmod

to trigger rebuilds
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-fs/zfs/zfs-0.8.6.ebuild | 2 +-
 sys-fs/zfs/zfs-2.0.4-r1.ebuild  | 2 +-
 sys-fs/zfs/zfs-2.0.4.ebuild | 2 +-
 sys-fs/zfs/zfs-2.1.0_rc6.ebuild | 2 +-
 sys-fs/zfs/zfs-.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-fs/zfs/zfs-0.8.6.ebuild b/sys-fs/zfs/zfs-0.8.6.ebuild
index fbe500b2f8d..6a772829a36 100644
--- a/sys-fs/zfs/zfs-0.8.6.ebuild
+++ b/sys-fs/zfs/zfs-0.8.6.ebuild
@@ -46,7 +46,7 @@ BDEPEND="virtual/awk
 "
 
 RDEPEND="${DEPEND}
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV}:= )
!prefix? ( virtual/udev )
sys-fs/udev-init-scripts
rootfs? (

diff --git a/sys-fs/zfs/zfs-2.0.4-r1.ebuild b/sys-fs/zfs/zfs-2.0.4-r1.ebuild
index 143ae0938b4..98198b67e82 100644
--- a/sys-fs/zfs/zfs-2.0.4-r1.ebuild
+++ b/sys-fs/zfs/zfs-2.0.4-r1.ebuild
@@ -51,7 +51,7 @@ BDEPEND="virtual/awk
 "
 
 RDEPEND="${DEPEND}
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV}:= )
!prefix? ( virtual/udev )
sys-fs/udev-init-scripts
rootfs? (

diff --git a/sys-fs/zfs/zfs-2.0.4.ebuild b/sys-fs/zfs/zfs-2.0.4.ebuild
index 597374f40d4..cffdb8e896a 100644
--- a/sys-fs/zfs/zfs-2.0.4.ebuild
+++ b/sys-fs/zfs/zfs-2.0.4.ebuild
@@ -51,7 +51,7 @@ BDEPEND="virtual/awk
 "
 
 RDEPEND="${DEPEND}
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV}:= )
!prefix? ( virtual/udev )
sys-fs/udev-init-scripts
rootfs? (

diff --git a/sys-fs/zfs/zfs-2.1.0_rc6.ebuild b/sys-fs/zfs/zfs-2.1.0_rc6.ebuild
index 621ef35d32b..fbc90164dad 100644
--- a/sys-fs/zfs/zfs-2.1.0_rc6.ebuild
+++ b/sys-fs/zfs/zfs-2.1.0_rc6.ebuild
@@ -63,7 +63,7 @@ fi
 
 # awk is used for some scripts, completions, and the Dracut module
 RDEPEND="${DEPEND}
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV}:= )
!prefix? ( virtual/udev )
sys-fs/udev-init-scripts
virtual/awk

diff --git a/sys-fs/zfs/zfs-.ebuild b/sys-fs/zfs/zfs-.ebuild
index 621ef35d32b..fbc90164dad 100644
--- a/sys-fs/zfs/zfs-.ebuild
+++ b/sys-fs/zfs/zfs-.ebuild
@@ -63,7 +63,7 @@ fi
 
 # awk is used for some scripts, completions, and the Dracut module
 RDEPEND="${DEPEND}
-   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV} )
+   !kernel-builtin? ( ~sys-fs/zfs-kmod-${PV}:= )
!prefix? ( virtual/udev )
sys-fs/udev-init-scripts
virtual/awk



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

2021-06-08 Thread Georgy Yakovlev
commit: 18d5bade6b7920c83f99a6eefed47085cb76fdfc
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Jun  8 07:14:34 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Jun  9 05:19:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18d5bade

sys-fs/zfs-kmod: set slot to 0/${PVR}

this will allow us to trigger a rebuild of userspace components
properly ( except for  ebuild ofc )

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

 sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild | 2 +-
 sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild  | 2 +-
 sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild | 2 +-
 sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild | 2 +-
 sys-fs/zfs-kmod/zfs-kmod-.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
index f63c737f2af..ee2d06498d4 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-0.8.6.ebuild
@@ -19,7 +19,7 @@ else
 fi
 
 LICENSE="CDDL debug? ( GPL-2+ )"
-SLOT="0"
+SLOT="0/${PVR}"
 IUSE="custom-cflags debug +rootfs"
 
 DEPEND=""

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild
index 505ae6384ef..fd0f8f8997e 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-2.0.4-r1.ebuild
@@ -20,7 +20,7 @@ else
 fi
 
 LICENSE="CDDL MIT debug? ( GPL-2+ )"
-SLOT="0"
+SLOT="0/${PVR}"
 IUSE="custom-cflags debug +rootfs"
 
 DEPEND=""

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild
index 32715c6f6a9..84b2ddd44ed 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-2.0.4.ebuild
@@ -20,7 +20,7 @@ else
 fi
 
 LICENSE="CDDL MIT debug? ( GPL-2+ )"
-SLOT="0"
+SLOT="0/${PVR}"
 IUSE="custom-cflags debug +rootfs"
 
 DEPEND=""

diff --git a/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild
index f57ff9699ac..2530036595a 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-2.1.0_rc6.ebuild
@@ -27,7 +27,7 @@ else
 fi
 
 LICENSE="CDDL MIT debug? ( GPL-2+ )"
-SLOT="0"
+SLOT="0/${PVR}"
 IUSE="custom-cflags debug +rootfs"
 
 RDEPEND="${DEPEND}

diff --git a/sys-fs/zfs-kmod/zfs-kmod-.ebuild 
b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
index f57ff9699ac..2530036595a 100644
--- a/sys-fs/zfs-kmod/zfs-kmod-.ebuild
+++ b/sys-fs/zfs-kmod/zfs-kmod-.ebuild
@@ -27,7 +27,7 @@ else
 fi
 
 LICENSE="CDDL MIT debug? ( GPL-2+ )"
-SLOT="0"
+SLOT="0/${PVR}"
 IUSE="custom-cflags debug +rootfs"
 
 RDEPEND="${DEPEND}



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubelet/

2021-06-08 Thread William Hubbs
commit: 3fc677efc904fe999ea0be2b8656f2df51d01353
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun  9 05:03:18 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  9 05:03:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc677ef

sys-cluster/kubelet: remove old versions

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubelet/Manifest   |  4 
 sys-cluster/kubelet/kubelet-1.18.18.ebuild | 36 -
 sys-cluster/kubelet/kubelet-1.19.10.ebuild | 37 --
 sys-cluster/kubelet/kubelet-1.20.6.ebuild  | 37 --
 sys-cluster/kubelet/kubelet-1.21.0.ebuild  | 37 --
 5 files changed, 151 deletions(-)

diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest
index e13f05ef87f..63162737f4f 100644
--- a/sys-cluster/kubelet/Manifest
+++ b/sys-cluster/kubelet/Manifest
@@ -1,8 +1,4 @@
-DIST kubernetes-1.18.18.tar.gz 32427845 BLAKE2B 
10e04ac2097a01702ea227f217b2346378b17a4040ac677ecde592544febe204c443c0a722d34617a8cc7db7d7909a9f9b6cfd84bc3e36e7862a72273bc45ef3
 SHA512 
8305cff40d08a40c6c8e71e9056fac6b76856a6e39ac8d2e3952c155a8c70a9d7c269725d55df180dd906d0ff6d9c8b9e17a58b00a08c86438f1435058163fd3
 DIST kubernetes-1.18.19.tar.gz 32437793 BLAKE2B 
d5212b8eb29635d8269f91880420bbc9c16e472583ffd659a08362e80f79beb9fb48945a48dacf0f68b6b4383db0d1e615b432ea1687c015f78e4bc7aef94189
 SHA512 
aba80c2d5d2296bc2453a1519c29034a4f5e52373dc366186c295154960744f2d7fbae0b9cd1c64044bbb5cd9007b182dc4f60e57e991d28b3c8f0fc8cb279fb
-DIST kubernetes-1.19.10.tar.gz 33529312 BLAKE2B 
8566eaf43beab26fe781e3520be147620a256d2b9fc895d51c3707dfb34c8e53667527bab23d6b1b5a64dee291893ec69a3bfa54b72da0e0e9a7f27acbd0c7d1
 SHA512 
7a69062be5a2fd0522f03077edb023e59f4887580f3018e4a3c1726c888d1123e3beb1adce58e7ff4b658bd3f1eb8e650f022f88c2d0abbc561acec164028cf5
 DIST kubernetes-1.19.11.tar.gz 33549052 BLAKE2B 
5c17aae668a1e8c2eb656330a990786edf18a72d655ef23e55d9b02aa2a23ac07eeab5fdf4bfda2141e8ae2e9db3559bf8f402c8b984ae152aa955cff0ee3e22
 SHA512 
42a8c65eac4d4c2b9531fab578c9f605a1d57b3d892e2650ec87e3b1972e58f438dbf9f5c05ec2eb529218c43c8e391e3a294467c82ceffe94cc90b35e619242
-DIST kubernetes-1.20.6.tar.gz 34478669 BLAKE2B 
82e3aac07e9f360cda6854f4ff51082e96648c1a7a6dd43530b31404089cd1eaa2805fa9896dfa1bdef03ebdd04b6dda8ba948d8b16be28534390554da5e
 SHA512 
b3df8266c597b3e2270e7caea24129ebc8fa258e32e747c1e48ede5ad0244c791f9da39bcaf7c08df8c1b314976742db23ecaa4623ab241f87a80d4834a0948f
 DIST kubernetes-1.20.7.tar.gz 34486823 BLAKE2B 
b0467ecb4527a6de3955185ea377248bbf0b83624af8afd4bf8f33cb2a5e33d0433ea98b3f984a38c59ad9fd6a8cf3e8124eadc81cbe337ca7bc4bce53d4f9ed
 SHA512 
ccb8ac6f1d9535791386ee73ba5008180e1a77fcdc320363248037117547eb6c59d25c46ea1d5bb49043717e2b6a1796470b3b677229a7a40fd6cd1f4b8ab695
-DIST kubernetes-1.21.0.tar.gz 37484462 BLAKE2B 
78ae44985eccf9e17d58ccb3f9c98dcc469059e17375b016d82df6d5ce02451e0bcac49cdd89d5ae82bd718191e83fbf6e128ae3a4d14569460febd0c027edf3
 SHA512 
f5928f5aad0ce1dee7db145a798c5038aa5ca085a09ba9a2da5cabb36c54f2adc86ec5948d4cf344544c45c29d18e7b9f04bf14c4a91aab637c7244fcf3f80d8
 DIST kubernetes-1.21.1.tar.gz 35982846 BLAKE2B 
3852fbaa07b622561f88cd1821b87fe08e04a34cbf4538f63c2ed325789c9263eddc8844a35eae3394795abd25096bdfa00df7584d5fc7006886bc3099924de2
 SHA512 
d3257566a07e1c08bfcbce85775af8c2d7dfbc7df4aa8692e6a0a6f8590f7eeb9fc6802b715ee8b0f67b2f41344e926a0a955afa68e2b8d518a7d8160771dfcc

diff --git a/sys-cluster/kubelet/kubelet-1.18.18.ebuild 
b/sys-cluster/kubelet/kubelet-1.18.18.ebuild
deleted file mode 100644
index 73b57ef2b5f..000
--- a/sys-cluster/kubelet/kubelet-1.18.18.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module systemd
-
-DESCRIPTION="Kubernetes Node Agent"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="hardened"
-
-RDEPEND="!sys-cluster/kubernetes"
-
-RESTRICT+=" test "
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /etc/kubernetes/manifests /var/log/kubelet /var/lib/kubelet
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   systemd_dounit "${FILESDIR}"/${PN}.service
-   insinto /etc/kubernetes
-   newins "${FILESDIR}"/${PN}.env ${PN}.env
-}

diff --git a/sys-cluster/kubelet/kubelet-1.19.10.ebuild 
b/sys-cluster/kubelet/kubelet-1.19.10.ebuild
deleted file mode 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-proxy/

2021-06-08 Thread William Hubbs
commit: b27865a18e5ff53b204ae33f82546f823dbb503a
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun  9 05:03:19 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  9 05:03:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27865a1

sys-cluster/kube-proxy: remove old versions

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/Manifest  |  4 ---
 sys-cluster/kube-proxy/kube-proxy-1.18.18.ebuild | 34 ---
 sys-cluster/kube-proxy/kube-proxy-1.19.10.ebuild | 35 
 sys-cluster/kube-proxy/kube-proxy-1.20.6.ebuild  | 35 
 sys-cluster/kube-proxy/kube-proxy-1.21.0.ebuild  | 35 
 5 files changed, 143 deletions(-)

diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest
index e13f05ef87f..63162737f4f 100644
--- a/sys-cluster/kube-proxy/Manifest
+++ b/sys-cluster/kube-proxy/Manifest
@@ -1,8 +1,4 @@
-DIST kubernetes-1.18.18.tar.gz 32427845 BLAKE2B 
10e04ac2097a01702ea227f217b2346378b17a4040ac677ecde592544febe204c443c0a722d34617a8cc7db7d7909a9f9b6cfd84bc3e36e7862a72273bc45ef3
 SHA512 
8305cff40d08a40c6c8e71e9056fac6b76856a6e39ac8d2e3952c155a8c70a9d7c269725d55df180dd906d0ff6d9c8b9e17a58b00a08c86438f1435058163fd3
 DIST kubernetes-1.18.19.tar.gz 32437793 BLAKE2B 
d5212b8eb29635d8269f91880420bbc9c16e472583ffd659a08362e80f79beb9fb48945a48dacf0f68b6b4383db0d1e615b432ea1687c015f78e4bc7aef94189
 SHA512 
aba80c2d5d2296bc2453a1519c29034a4f5e52373dc366186c295154960744f2d7fbae0b9cd1c64044bbb5cd9007b182dc4f60e57e991d28b3c8f0fc8cb279fb
-DIST kubernetes-1.19.10.tar.gz 33529312 BLAKE2B 
8566eaf43beab26fe781e3520be147620a256d2b9fc895d51c3707dfb34c8e53667527bab23d6b1b5a64dee291893ec69a3bfa54b72da0e0e9a7f27acbd0c7d1
 SHA512 
7a69062be5a2fd0522f03077edb023e59f4887580f3018e4a3c1726c888d1123e3beb1adce58e7ff4b658bd3f1eb8e650f022f88c2d0abbc561acec164028cf5
 DIST kubernetes-1.19.11.tar.gz 33549052 BLAKE2B 
5c17aae668a1e8c2eb656330a990786edf18a72d655ef23e55d9b02aa2a23ac07eeab5fdf4bfda2141e8ae2e9db3559bf8f402c8b984ae152aa955cff0ee3e22
 SHA512 
42a8c65eac4d4c2b9531fab578c9f605a1d57b3d892e2650ec87e3b1972e58f438dbf9f5c05ec2eb529218c43c8e391e3a294467c82ceffe94cc90b35e619242
-DIST kubernetes-1.20.6.tar.gz 34478669 BLAKE2B 
82e3aac07e9f360cda6854f4ff51082e96648c1a7a6dd43530b31404089cd1eaa2805fa9896dfa1bdef03ebdd04b6dda8ba948d8b16be28534390554da5e
 SHA512 
b3df8266c597b3e2270e7caea24129ebc8fa258e32e747c1e48ede5ad0244c791f9da39bcaf7c08df8c1b314976742db23ecaa4623ab241f87a80d4834a0948f
 DIST kubernetes-1.20.7.tar.gz 34486823 BLAKE2B 
b0467ecb4527a6de3955185ea377248bbf0b83624af8afd4bf8f33cb2a5e33d0433ea98b3f984a38c59ad9fd6a8cf3e8124eadc81cbe337ca7bc4bce53d4f9ed
 SHA512 
ccb8ac6f1d9535791386ee73ba5008180e1a77fcdc320363248037117547eb6c59d25c46ea1d5bb49043717e2b6a1796470b3b677229a7a40fd6cd1f4b8ab695
-DIST kubernetes-1.21.0.tar.gz 37484462 BLAKE2B 
78ae44985eccf9e17d58ccb3f9c98dcc469059e17375b016d82df6d5ce02451e0bcac49cdd89d5ae82bd718191e83fbf6e128ae3a4d14569460febd0c027edf3
 SHA512 
f5928f5aad0ce1dee7db145a798c5038aa5ca085a09ba9a2da5cabb36c54f2adc86ec5948d4cf344544c45c29d18e7b9f04bf14c4a91aab637c7244fcf3f80d8
 DIST kubernetes-1.21.1.tar.gz 35982846 BLAKE2B 
3852fbaa07b622561f88cd1821b87fe08e04a34cbf4538f63c2ed325789c9263eddc8844a35eae3394795abd25096bdfa00df7584d5fc7006886bc3099924de2
 SHA512 
d3257566a07e1c08bfcbce85775af8c2d7dfbc7df4aa8692e6a0a6f8590f7eeb9fc6802b715ee8b0f67b2f41344e926a0a955afa68e2b8d518a7d8160771dfcc

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.18.18.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.18.18.ebuild
deleted file mode 100644
index 1d1531e7c38..000
--- a/sys-cluster/kube-proxy/kube-proxy-1.18.18.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-
-DESCRIPTION="Kubernetes Proxy service"
-HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="hardened"
-
-RDEPEND="net-firewall/conntrack-tools
-   !sys-cluster/kubernetes"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   keepdir /var/log/${PN} /var/lib/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-}

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.19.10.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.19.10.ebuild
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-scheduler/

2021-06-08 Thread William Hubbs
commit: da76ea5e65c0b3b23ac2fd9ac2224c469ec028c0
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun  9 05:03:19 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  9 05:03:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da76ea5e

sys-cluster/kube-scheduler: remove old versions

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/Manifest|  4 ---
 .../kube-scheduler/kube-scheduler-1.18.18.ebuild   | 38 -
 .../kube-scheduler/kube-scheduler-1.19.10.ebuild   | 39 --
 .../kube-scheduler/kube-scheduler-1.20.6.ebuild| 39 --
 .../kube-scheduler/kube-scheduler-1.21.0.ebuild| 39 --
 5 files changed, 159 deletions(-)

diff --git a/sys-cluster/kube-scheduler/Manifest 
b/sys-cluster/kube-scheduler/Manifest
index e13f05ef87f..63162737f4f 100644
--- a/sys-cluster/kube-scheduler/Manifest
+++ b/sys-cluster/kube-scheduler/Manifest
@@ -1,8 +1,4 @@
-DIST kubernetes-1.18.18.tar.gz 32427845 BLAKE2B 
10e04ac2097a01702ea227f217b2346378b17a4040ac677ecde592544febe204c443c0a722d34617a8cc7db7d7909a9f9b6cfd84bc3e36e7862a72273bc45ef3
 SHA512 
8305cff40d08a40c6c8e71e9056fac6b76856a6e39ac8d2e3952c155a8c70a9d7c269725d55df180dd906d0ff6d9c8b9e17a58b00a08c86438f1435058163fd3
 DIST kubernetes-1.18.19.tar.gz 32437793 BLAKE2B 
d5212b8eb29635d8269f91880420bbc9c16e472583ffd659a08362e80f79beb9fb48945a48dacf0f68b6b4383db0d1e615b432ea1687c015f78e4bc7aef94189
 SHA512 
aba80c2d5d2296bc2453a1519c29034a4f5e52373dc366186c295154960744f2d7fbae0b9cd1c64044bbb5cd9007b182dc4f60e57e991d28b3c8f0fc8cb279fb
-DIST kubernetes-1.19.10.tar.gz 33529312 BLAKE2B 
8566eaf43beab26fe781e3520be147620a256d2b9fc895d51c3707dfb34c8e53667527bab23d6b1b5a64dee291893ec69a3bfa54b72da0e0e9a7f27acbd0c7d1
 SHA512 
7a69062be5a2fd0522f03077edb023e59f4887580f3018e4a3c1726c888d1123e3beb1adce58e7ff4b658bd3f1eb8e650f022f88c2d0abbc561acec164028cf5
 DIST kubernetes-1.19.11.tar.gz 33549052 BLAKE2B 
5c17aae668a1e8c2eb656330a990786edf18a72d655ef23e55d9b02aa2a23ac07eeab5fdf4bfda2141e8ae2e9db3559bf8f402c8b984ae152aa955cff0ee3e22
 SHA512 
42a8c65eac4d4c2b9531fab578c9f605a1d57b3d892e2650ec87e3b1972e58f438dbf9f5c05ec2eb529218c43c8e391e3a294467c82ceffe94cc90b35e619242
-DIST kubernetes-1.20.6.tar.gz 34478669 BLAKE2B 
82e3aac07e9f360cda6854f4ff51082e96648c1a7a6dd43530b31404089cd1eaa2805fa9896dfa1bdef03ebdd04b6dda8ba948d8b16be28534390554da5e
 SHA512 
b3df8266c597b3e2270e7caea24129ebc8fa258e32e747c1e48ede5ad0244c791f9da39bcaf7c08df8c1b314976742db23ecaa4623ab241f87a80d4834a0948f
 DIST kubernetes-1.20.7.tar.gz 34486823 BLAKE2B 
b0467ecb4527a6de3955185ea377248bbf0b83624af8afd4bf8f33cb2a5e33d0433ea98b3f984a38c59ad9fd6a8cf3e8124eadc81cbe337ca7bc4bce53d4f9ed
 SHA512 
ccb8ac6f1d9535791386ee73ba5008180e1a77fcdc320363248037117547eb6c59d25c46ea1d5bb49043717e2b6a1796470b3b677229a7a40fd6cd1f4b8ab695
-DIST kubernetes-1.21.0.tar.gz 37484462 BLAKE2B 
78ae44985eccf9e17d58ccb3f9c98dcc469059e17375b016d82df6d5ce02451e0bcac49cdd89d5ae82bd718191e83fbf6e128ae3a4d14569460febd0c027edf3
 SHA512 
f5928f5aad0ce1dee7db145a798c5038aa5ca085a09ba9a2da5cabb36c54f2adc86ec5948d4cf344544c45c29d18e7b9f04bf14c4a91aab637c7244fcf3f80d8
 DIST kubernetes-1.21.1.tar.gz 35982846 BLAKE2B 
3852fbaa07b622561f88cd1821b87fe08e04a34cbf4538f63c2ed325789c9263eddc8844a35eae3394795abd25096bdfa00df7584d5fc7006886bc3099924de2
 SHA512 
d3257566a07e1c08bfcbce85775af8c2d7dfbc7df4aa8692e6a0a6f8590f7eeb9fc6802b715ee8b0f67b2f41344e926a0a955afa68e2b8d518a7d8160771dfcc

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.18.18.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.18.18.ebuild
deleted file mode 100644
index 9e0b2abc985..000
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.18.18.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-
-DESCRIPTION="Kubernetes Scheduler"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-scheduler
-   acct-user/kube-scheduler"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   !sys-cluster/kubernetes"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners ${PN}:${PN} /var/log/${PN}
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2021-06-08 Thread William Hubbs
commit: 939682cfade1072009f23f01425d64eaad8f21d5
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun  9 05:03:17 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  9 05:03:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=939682cf

sys-cluster/kube-controller-manager: remove old versions

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-controller-manager/Manifest   |  4 ---
 .../kube-controller-manager-1.18.18.ebuild | 38 -
 .../kube-controller-manager-1.19.10.ebuild | 39 --
 .../kube-controller-manager-1.20.6.ebuild  | 39 --
 .../kube-controller-manager-1.21.0.ebuild  | 39 --
 5 files changed, 159 deletions(-)

diff --git a/sys-cluster/kube-controller-manager/Manifest 
b/sys-cluster/kube-controller-manager/Manifest
index e13f05ef87f..63162737f4f 100644
--- a/sys-cluster/kube-controller-manager/Manifest
+++ b/sys-cluster/kube-controller-manager/Manifest
@@ -1,8 +1,4 @@
-DIST kubernetes-1.18.18.tar.gz 32427845 BLAKE2B 
10e04ac2097a01702ea227f217b2346378b17a4040ac677ecde592544febe204c443c0a722d34617a8cc7db7d7909a9f9b6cfd84bc3e36e7862a72273bc45ef3
 SHA512 
8305cff40d08a40c6c8e71e9056fac6b76856a6e39ac8d2e3952c155a8c70a9d7c269725d55df180dd906d0ff6d9c8b9e17a58b00a08c86438f1435058163fd3
 DIST kubernetes-1.18.19.tar.gz 32437793 BLAKE2B 
d5212b8eb29635d8269f91880420bbc9c16e472583ffd659a08362e80f79beb9fb48945a48dacf0f68b6b4383db0d1e615b432ea1687c015f78e4bc7aef94189
 SHA512 
aba80c2d5d2296bc2453a1519c29034a4f5e52373dc366186c295154960744f2d7fbae0b9cd1c64044bbb5cd9007b182dc4f60e57e991d28b3c8f0fc8cb279fb
-DIST kubernetes-1.19.10.tar.gz 33529312 BLAKE2B 
8566eaf43beab26fe781e3520be147620a256d2b9fc895d51c3707dfb34c8e53667527bab23d6b1b5a64dee291893ec69a3bfa54b72da0e0e9a7f27acbd0c7d1
 SHA512 
7a69062be5a2fd0522f03077edb023e59f4887580f3018e4a3c1726c888d1123e3beb1adce58e7ff4b658bd3f1eb8e650f022f88c2d0abbc561acec164028cf5
 DIST kubernetes-1.19.11.tar.gz 33549052 BLAKE2B 
5c17aae668a1e8c2eb656330a990786edf18a72d655ef23e55d9b02aa2a23ac07eeab5fdf4bfda2141e8ae2e9db3559bf8f402c8b984ae152aa955cff0ee3e22
 SHA512 
42a8c65eac4d4c2b9531fab578c9f605a1d57b3d892e2650ec87e3b1972e58f438dbf9f5c05ec2eb529218c43c8e391e3a294467c82ceffe94cc90b35e619242
-DIST kubernetes-1.20.6.tar.gz 34478669 BLAKE2B 
82e3aac07e9f360cda6854f4ff51082e96648c1a7a6dd43530b31404089cd1eaa2805fa9896dfa1bdef03ebdd04b6dda8ba948d8b16be28534390554da5e
 SHA512 
b3df8266c597b3e2270e7caea24129ebc8fa258e32e747c1e48ede5ad0244c791f9da39bcaf7c08df8c1b314976742db23ecaa4623ab241f87a80d4834a0948f
 DIST kubernetes-1.20.7.tar.gz 34486823 BLAKE2B 
b0467ecb4527a6de3955185ea377248bbf0b83624af8afd4bf8f33cb2a5e33d0433ea98b3f984a38c59ad9fd6a8cf3e8124eadc81cbe337ca7bc4bce53d4f9ed
 SHA512 
ccb8ac6f1d9535791386ee73ba5008180e1a77fcdc320363248037117547eb6c59d25c46ea1d5bb49043717e2b6a1796470b3b677229a7a40fd6cd1f4b8ab695
-DIST kubernetes-1.21.0.tar.gz 37484462 BLAKE2B 
78ae44985eccf9e17d58ccb3f9c98dcc469059e17375b016d82df6d5ce02451e0bcac49cdd89d5ae82bd718191e83fbf6e128ae3a4d14569460febd0c027edf3
 SHA512 
f5928f5aad0ce1dee7db145a798c5038aa5ca085a09ba9a2da5cabb36c54f2adc86ec5948d4cf344544c45c29d18e7b9f04bf14c4a91aab637c7244fcf3f80d8
 DIST kubernetes-1.21.1.tar.gz 35982846 BLAKE2B 
3852fbaa07b622561f88cd1821b87fe08e04a34cbf4538f63c2ed325789c9263eddc8844a35eae3394795abd25096bdfa00df7584d5fc7006886bc3099924de2
 SHA512 
d3257566a07e1c08bfcbce85775af8c2d7dfbc7df4aa8692e6a0a6f8590f7eeb9fc6802b715ee8b0f67b2f41344e926a0a955afa68e2b8d518a7d8160771dfcc

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.18.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.18.ebuild
deleted file mode 100644
index ff369dd8cd5..000
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.18.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-
-DESCRIPTION="Kubernetes Controller Manager"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="hardened"
-
-COMMON_DEPEND="acct-group/kube-controller-manager
-   acct-user/kube-controller-manager"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   !sys-cluster/kubernetes"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubectl/

2021-06-08 Thread William Hubbs
commit: 4fcc89fb7e11580786da043a643580ea110c4008
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun  9 05:03:18 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  9 05:03:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fcc89fb

sys-cluster/kubectl: remove old versions

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubectl/Manifest   |  4 
 sys-cluster/kubectl/kubectl-1.18.18.ebuild | 33 -
 sys-cluster/kubectl/kubectl-1.19.10.ebuild | 34 --
 sys-cluster/kubectl/kubectl-1.20.6.ebuild  | 34 --
 sys-cluster/kubectl/kubectl-1.21.0.ebuild  | 34 --
 5 files changed, 139 deletions(-)

diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest
index e13f05ef87f..63162737f4f 100644
--- a/sys-cluster/kubectl/Manifest
+++ b/sys-cluster/kubectl/Manifest
@@ -1,8 +1,4 @@
-DIST kubernetes-1.18.18.tar.gz 32427845 BLAKE2B 
10e04ac2097a01702ea227f217b2346378b17a4040ac677ecde592544febe204c443c0a722d34617a8cc7db7d7909a9f9b6cfd84bc3e36e7862a72273bc45ef3
 SHA512 
8305cff40d08a40c6c8e71e9056fac6b76856a6e39ac8d2e3952c155a8c70a9d7c269725d55df180dd906d0ff6d9c8b9e17a58b00a08c86438f1435058163fd3
 DIST kubernetes-1.18.19.tar.gz 32437793 BLAKE2B 
d5212b8eb29635d8269f91880420bbc9c16e472583ffd659a08362e80f79beb9fb48945a48dacf0f68b6b4383db0d1e615b432ea1687c015f78e4bc7aef94189
 SHA512 
aba80c2d5d2296bc2453a1519c29034a4f5e52373dc366186c295154960744f2d7fbae0b9cd1c64044bbb5cd9007b182dc4f60e57e991d28b3c8f0fc8cb279fb
-DIST kubernetes-1.19.10.tar.gz 33529312 BLAKE2B 
8566eaf43beab26fe781e3520be147620a256d2b9fc895d51c3707dfb34c8e53667527bab23d6b1b5a64dee291893ec69a3bfa54b72da0e0e9a7f27acbd0c7d1
 SHA512 
7a69062be5a2fd0522f03077edb023e59f4887580f3018e4a3c1726c888d1123e3beb1adce58e7ff4b658bd3f1eb8e650f022f88c2d0abbc561acec164028cf5
 DIST kubernetes-1.19.11.tar.gz 33549052 BLAKE2B 
5c17aae668a1e8c2eb656330a990786edf18a72d655ef23e55d9b02aa2a23ac07eeab5fdf4bfda2141e8ae2e9db3559bf8f402c8b984ae152aa955cff0ee3e22
 SHA512 
42a8c65eac4d4c2b9531fab578c9f605a1d57b3d892e2650ec87e3b1972e58f438dbf9f5c05ec2eb529218c43c8e391e3a294467c82ceffe94cc90b35e619242
-DIST kubernetes-1.20.6.tar.gz 34478669 BLAKE2B 
82e3aac07e9f360cda6854f4ff51082e96648c1a7a6dd43530b31404089cd1eaa2805fa9896dfa1bdef03ebdd04b6dda8ba948d8b16be28534390554da5e
 SHA512 
b3df8266c597b3e2270e7caea24129ebc8fa258e32e747c1e48ede5ad0244c791f9da39bcaf7c08df8c1b314976742db23ecaa4623ab241f87a80d4834a0948f
 DIST kubernetes-1.20.7.tar.gz 34486823 BLAKE2B 
b0467ecb4527a6de3955185ea377248bbf0b83624af8afd4bf8f33cb2a5e33d0433ea98b3f984a38c59ad9fd6a8cf3e8124eadc81cbe337ca7bc4bce53d4f9ed
 SHA512 
ccb8ac6f1d9535791386ee73ba5008180e1a77fcdc320363248037117547eb6c59d25c46ea1d5bb49043717e2b6a1796470b3b677229a7a40fd6cd1f4b8ab695
-DIST kubernetes-1.21.0.tar.gz 37484462 BLAKE2B 
78ae44985eccf9e17d58ccb3f9c98dcc469059e17375b016d82df6d5ce02451e0bcac49cdd89d5ae82bd718191e83fbf6e128ae3a4d14569460febd0c027edf3
 SHA512 
f5928f5aad0ce1dee7db145a798c5038aa5ca085a09ba9a2da5cabb36c54f2adc86ec5948d4cf344544c45c29d18e7b9f04bf14c4a91aab637c7244fcf3f80d8
 DIST kubernetes-1.21.1.tar.gz 35982846 BLAKE2B 
3852fbaa07b622561f88cd1821b87fe08e04a34cbf4538f63c2ed325789c9263eddc8844a35eae3394795abd25096bdfa00df7584d5fc7006886bc3099924de2
 SHA512 
d3257566a07e1c08bfcbce85775af8c2d7dfbc7df4aa8692e6a0a6f8590f7eeb9fc6802b715ee8b0f67b2f41344e926a0a955afa68e2b8d518a7d8160771dfcc

diff --git a/sys-cluster/kubectl/kubectl-1.18.18.ebuild 
b/sys-cluster/kubectl/kubectl-1.18.18.ebuild
deleted file mode 100644
index 019e60f6b74..000
--- a/sys-cluster/kubectl/kubectl-1.18.18.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to run commands against Kubernetes clusters"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="hardened"
-
-RDEPEND="!sys-cluster/kubernetes"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS="" GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}

diff --git a/sys-cluster/kubectl/kubectl-1.19.10.ebuild 
b/sys-cluster/kubectl/kubectl-1.19.10.ebuild
deleted file mode 100644
index 1f18731b5eb..000
--- a/sys-cluster/kubectl/kubectl-1.19.10.ebuild
+++ /dev/null
@@ -1,34 +0,0 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-apiserver/

2021-06-08 Thread William Hubbs
commit: edd1a9504da1e0757ee90dc65da6e5491616f71a
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun  9 05:03:16 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  9 05:03:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd1a950

sys-cluster/kube-apiserver: remove old versions

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

 sys-cluster/kube-apiserver/Manifest|  4 ---
 .../kube-apiserver/kube-apiserver-1.18.18.ebuild   | 39 -
 .../kube-apiserver/kube-apiserver-1.19.10.ebuild   | 40 --
 .../kube-apiserver/kube-apiserver-1.20.6.ebuild| 40 --
 .../kube-apiserver/kube-apiserver-1.21.0.ebuild| 40 --
 5 files changed, 163 deletions(-)

diff --git a/sys-cluster/kube-apiserver/Manifest 
b/sys-cluster/kube-apiserver/Manifest
index e13f05ef87f..63162737f4f 100644
--- a/sys-cluster/kube-apiserver/Manifest
+++ b/sys-cluster/kube-apiserver/Manifest
@@ -1,8 +1,4 @@
-DIST kubernetes-1.18.18.tar.gz 32427845 BLAKE2B 
10e04ac2097a01702ea227f217b2346378b17a4040ac677ecde592544febe204c443c0a722d34617a8cc7db7d7909a9f9b6cfd84bc3e36e7862a72273bc45ef3
 SHA512 
8305cff40d08a40c6c8e71e9056fac6b76856a6e39ac8d2e3952c155a8c70a9d7c269725d55df180dd906d0ff6d9c8b9e17a58b00a08c86438f1435058163fd3
 DIST kubernetes-1.18.19.tar.gz 32437793 BLAKE2B 
d5212b8eb29635d8269f91880420bbc9c16e472583ffd659a08362e80f79beb9fb48945a48dacf0f68b6b4383db0d1e615b432ea1687c015f78e4bc7aef94189
 SHA512 
aba80c2d5d2296bc2453a1519c29034a4f5e52373dc366186c295154960744f2d7fbae0b9cd1c64044bbb5cd9007b182dc4f60e57e991d28b3c8f0fc8cb279fb
-DIST kubernetes-1.19.10.tar.gz 33529312 BLAKE2B 
8566eaf43beab26fe781e3520be147620a256d2b9fc895d51c3707dfb34c8e53667527bab23d6b1b5a64dee291893ec69a3bfa54b72da0e0e9a7f27acbd0c7d1
 SHA512 
7a69062be5a2fd0522f03077edb023e59f4887580f3018e4a3c1726c888d1123e3beb1adce58e7ff4b658bd3f1eb8e650f022f88c2d0abbc561acec164028cf5
 DIST kubernetes-1.19.11.tar.gz 33549052 BLAKE2B 
5c17aae668a1e8c2eb656330a990786edf18a72d655ef23e55d9b02aa2a23ac07eeab5fdf4bfda2141e8ae2e9db3559bf8f402c8b984ae152aa955cff0ee3e22
 SHA512 
42a8c65eac4d4c2b9531fab578c9f605a1d57b3d892e2650ec87e3b1972e58f438dbf9f5c05ec2eb529218c43c8e391e3a294467c82ceffe94cc90b35e619242
-DIST kubernetes-1.20.6.tar.gz 34478669 BLAKE2B 
82e3aac07e9f360cda6854f4ff51082e96648c1a7a6dd43530b31404089cd1eaa2805fa9896dfa1bdef03ebdd04b6dda8ba948d8b16be28534390554da5e
 SHA512 
b3df8266c597b3e2270e7caea24129ebc8fa258e32e747c1e48ede5ad0244c791f9da39bcaf7c08df8c1b314976742db23ecaa4623ab241f87a80d4834a0948f
 DIST kubernetes-1.20.7.tar.gz 34486823 BLAKE2B 
b0467ecb4527a6de3955185ea377248bbf0b83624af8afd4bf8f33cb2a5e33d0433ea98b3f984a38c59ad9fd6a8cf3e8124eadc81cbe337ca7bc4bce53d4f9ed
 SHA512 
ccb8ac6f1d9535791386ee73ba5008180e1a77fcdc320363248037117547eb6c59d25c46ea1d5bb49043717e2b6a1796470b3b677229a7a40fd6cd1f4b8ab695
-DIST kubernetes-1.21.0.tar.gz 37484462 BLAKE2B 
78ae44985eccf9e17d58ccb3f9c98dcc469059e17375b016d82df6d5ce02451e0bcac49cdd89d5ae82bd718191e83fbf6e128ae3a4d14569460febd0c027edf3
 SHA512 
f5928f5aad0ce1dee7db145a798c5038aa5ca085a09ba9a2da5cabb36c54f2adc86ec5948d4cf344544c45c29d18e7b9f04bf14c4a91aab637c7244fcf3f80d8
 DIST kubernetes-1.21.1.tar.gz 35982846 BLAKE2B 
3852fbaa07b622561f88cd1821b87fe08e04a34cbf4538f63c2ed325789c9263eddc8844a35eae3394795abd25096bdfa00df7584d5fc7006886bc3099924de2
 SHA512 
d3257566a07e1c08bfcbce85775af8c2d7dfbc7df4aa8692e6a0a6f8590f7eeb9fc6802b715ee8b0f67b2f41344e926a0a955afa68e2b8d518a7d8160771dfcc

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.18.18.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.18.18.ebuild
deleted file mode 100644
index b37dff4ea49..000
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.18.18.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module systemd
-
-DESCRIPTION="Kubernetes API server"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="hardened"
-
-COMMON_DEPEND="
-   acct-group/kube-apiserver
-   acct-user/kube-apiserver"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   !sys-cluster/kubernetes"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/${PN}
-   newinitd "${FILESDIR}"/${PN}.initd ${PN}
-   newconfd "${FILESDIR}"/${PN}.confd ${PN}
-   insinto /etc/logrotate.d
-   newins "${FILESDIR}"/${PN}.logrotated ${PN}
-   keepdir /var/log/${PN}
-   fowners 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kubeadm/

2021-06-08 Thread William Hubbs
commit: bede38f0a49d434702c6400020e6bcf377a1403c
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun  9 05:03:16 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun  9 05:03:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bede38f0

sys-cluster/kubeadm: remove old versions

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kubeadm/Manifest   |  4 
 sys-cluster/kubeadm/kubeadm-1.18.18.ebuild | 33 -
 sys-cluster/kubeadm/kubeadm-1.19.10.ebuild | 34 --
 sys-cluster/kubeadm/kubeadm-1.20.6.ebuild  | 34 --
 sys-cluster/kubeadm/kubeadm-1.21.0.ebuild  | 34 --
 5 files changed, 139 deletions(-)

diff --git a/sys-cluster/kubeadm/Manifest b/sys-cluster/kubeadm/Manifest
index e13f05ef87f..63162737f4f 100644
--- a/sys-cluster/kubeadm/Manifest
+++ b/sys-cluster/kubeadm/Manifest
@@ -1,8 +1,4 @@
-DIST kubernetes-1.18.18.tar.gz 32427845 BLAKE2B 
10e04ac2097a01702ea227f217b2346378b17a4040ac677ecde592544febe204c443c0a722d34617a8cc7db7d7909a9f9b6cfd84bc3e36e7862a72273bc45ef3
 SHA512 
8305cff40d08a40c6c8e71e9056fac6b76856a6e39ac8d2e3952c155a8c70a9d7c269725d55df180dd906d0ff6d9c8b9e17a58b00a08c86438f1435058163fd3
 DIST kubernetes-1.18.19.tar.gz 32437793 BLAKE2B 
d5212b8eb29635d8269f91880420bbc9c16e472583ffd659a08362e80f79beb9fb48945a48dacf0f68b6b4383db0d1e615b432ea1687c015f78e4bc7aef94189
 SHA512 
aba80c2d5d2296bc2453a1519c29034a4f5e52373dc366186c295154960744f2d7fbae0b9cd1c64044bbb5cd9007b182dc4f60e57e991d28b3c8f0fc8cb279fb
-DIST kubernetes-1.19.10.tar.gz 33529312 BLAKE2B 
8566eaf43beab26fe781e3520be147620a256d2b9fc895d51c3707dfb34c8e53667527bab23d6b1b5a64dee291893ec69a3bfa54b72da0e0e9a7f27acbd0c7d1
 SHA512 
7a69062be5a2fd0522f03077edb023e59f4887580f3018e4a3c1726c888d1123e3beb1adce58e7ff4b658bd3f1eb8e650f022f88c2d0abbc561acec164028cf5
 DIST kubernetes-1.19.11.tar.gz 33549052 BLAKE2B 
5c17aae668a1e8c2eb656330a990786edf18a72d655ef23e55d9b02aa2a23ac07eeab5fdf4bfda2141e8ae2e9db3559bf8f402c8b984ae152aa955cff0ee3e22
 SHA512 
42a8c65eac4d4c2b9531fab578c9f605a1d57b3d892e2650ec87e3b1972e58f438dbf9f5c05ec2eb529218c43c8e391e3a294467c82ceffe94cc90b35e619242
-DIST kubernetes-1.20.6.tar.gz 34478669 BLAKE2B 
82e3aac07e9f360cda6854f4ff51082e96648c1a7a6dd43530b31404089cd1eaa2805fa9896dfa1bdef03ebdd04b6dda8ba948d8b16be28534390554da5e
 SHA512 
b3df8266c597b3e2270e7caea24129ebc8fa258e32e747c1e48ede5ad0244c791f9da39bcaf7c08df8c1b314976742db23ecaa4623ab241f87a80d4834a0948f
 DIST kubernetes-1.20.7.tar.gz 34486823 BLAKE2B 
b0467ecb4527a6de3955185ea377248bbf0b83624af8afd4bf8f33cb2a5e33d0433ea98b3f984a38c59ad9fd6a8cf3e8124eadc81cbe337ca7bc4bce53d4f9ed
 SHA512 
ccb8ac6f1d9535791386ee73ba5008180e1a77fcdc320363248037117547eb6c59d25c46ea1d5bb49043717e2b6a1796470b3b677229a7a40fd6cd1f4b8ab695
-DIST kubernetes-1.21.0.tar.gz 37484462 BLAKE2B 
78ae44985eccf9e17d58ccb3f9c98dcc469059e17375b016d82df6d5ce02451e0bcac49cdd89d5ae82bd718191e83fbf6e128ae3a4d14569460febd0c027edf3
 SHA512 
f5928f5aad0ce1dee7db145a798c5038aa5ca085a09ba9a2da5cabb36c54f2adc86ec5948d4cf344544c45c29d18e7b9f04bf14c4a91aab637c7244fcf3f80d8
 DIST kubernetes-1.21.1.tar.gz 35982846 BLAKE2B 
3852fbaa07b622561f88cd1821b87fe08e04a34cbf4538f63c2ed325789c9263eddc8844a35eae3394795abd25096bdfa00df7584d5fc7006886bc3099924de2
 SHA512 
d3257566a07e1c08bfcbce85775af8c2d7dfbc7df4aa8692e6a0a6f8590f7eeb9fc6802b715ee8b0f67b2f41344e926a0a955afa68e2b8d518a7d8160771dfcc

diff --git a/sys-cluster/kubeadm/kubeadm-1.18.18.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.18.18.ebuild
deleted file mode 100644
index 8afd617dd1f..000
--- a/sys-cluster/kubeadm/kubeadm-1.18.18.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module
-
-DESCRIPTION="CLI to Easily bootstrap a secure Kubernetes cluster"
-HOMEPAGE="https://kubernetes.io;
-SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> 
kubernetes-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="hardened"
-
-RDEPEND="!sys-cluster/kubernetes"
-
-RESTRICT+=" test"
-S="${WORKDIR}/kubernetes-${PV}"
-
-src_compile() {
-   CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" \
-   emake -j1 GOFLAGS=-v GOLDFLAGS="" LDFLAGS="" WHAT=cmd/${PN}
-}
-
-src_install() {
-   dobin _output/bin/kubeadm
-   _output/bin/${PN} completion bash > ${PN}.bash || die
-   _output/bin/${PN} completion zsh > ${PN}.zsh || die
-   newbashcomp ${PN}.bash ${PN}
-   insinto /usr/share/zsh/site-functions
-   newins ${PN}.zsh _${PN}
-}

diff --git a/sys-cluster/kubeadm/kubeadm-1.19.10.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.19.10.ebuild
deleted file mode 100644
index 2d33afced96..000
--- a/sys-cluster/kubeadm/kubeadm-1.19.10.ebuild
+++ /dev/null
@@ -1,34 

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

2021-06-08 Thread Craig Andrews
commit: 128560173fdbf66711f537a9961659d532a64ed0
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Jun  9 03:37:11 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jun  9 04:05:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12856017

net-misc/xmrig: add self as proxy-maintainer

Signed-off-by: Theo Anderson  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/21167
Signed-off-by: Craig Andrews  gentoo.org>

 net-misc/xmrig/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-misc/xmrig/metadata.xml b/net-misc/xmrig/metadata.xml
index 8d9e1db23fc..cc3157bb50a 100644
--- a/net-misc/xmrig/metadata.xml
+++ b/net-misc/xmrig/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+tel...@posteo.de
+Theo Anderson
+  
   
 candr...@gentoo.org
 Craig Andrews



[gentoo-commits] repo/proj/guru:master commit in: app-text/mdbook/

2021-06-08 Thread Theo Anderson
commit: b6835df6adf713d1bdbd24609a11815a8b60472b
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue Jun  8 19:44:01 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 19:44:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6835df6

app-text/mdbook: version bump 0.4.9

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 app-text/mdbook/Manifest| 134 
 app-text/mdbook/mdbook-0.4.9.ebuild | 246 
 2 files changed, 380 insertions(+)

diff --git a/app-text/mdbook/Manifest b/app-text/mdbook/Manifest
index fcf7853e9..b655169e8 100644
--- a/app-text/mdbook/Manifest
+++ b/app-text/mdbook/Manifest
@@ -1,94 +1,161 @@
 DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c122507a88e781d7c2d5c9175d1788aeef8d21e0487c7c449e28fbbdaae8203fe68627d23ac0a58d30dc70befd26ac9af32f
 SHA512 
e8a1cb252015435009883662ca23408f1491d8f01461f3a81082feabeeff72ec61beb4f1f3271fc8a87f1379899ecfc38036ac208dca17889f70ddaca2406a9b
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ammonia-3.1.0.crate 35518 BLAKE2B 
7193a1d03d42218b6f4a39c218541d512c6dd83a4173545a149a03de521b415fb242eab3f478ffa4e864c8a3e8f5e1f453147695712c1f12935e7bebab33e143
 SHA512 
51913e564f04e7c90116abc6f4251a0be8fc6bd6d44f38ca4b0da4744357cf559ee8b15c474879839f151f521a2c4fde76b26eb1f38077b99bce54fb4d3e1d0b
+DIST ammonia-3.1.1.crate 35514 BLAKE2B 
4cc4f9c50488264932347e3d8f710731e4ef43bd4e6b27fa5307b196f1142e0725c9f76595e430d2c8ed0880868d9e4fac226f3026e71c15de67c46b1e00cc3e
 SHA512 
fae5b33ac0f6bc72acb51cf6ea87df55f308b798830342f92a24ed35a51a0eb7081a7fd14df0fedb30f4f516bd30de00d6059c246ab200a483fb8b4a68a4fac5
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST anyhow-1.0.28.crate 26549 BLAKE2B 
856d810ebc8765e173601e74e7064ee524c615fda87adcb8e49d6d1c76857edcfdfa8c480bcd1892c0b8be26e3cff3ea9333f3edbe7c60386e48e1deb3f031f2
 SHA512 
d8c2aa7ae279fe5b9b9ecba1bce3acd14f0087f98c494e6727ea3540d59ae021e373fe4d27e07b942061591cabc68cdd7b1abce4970479d0d44851e9fca66524
+DIST anyhow-1.0.40.crate 34534 BLAKE2B 
79a3731153f8e3ace906b9a360521147fd055f7401a99ea2373501ade7e49ecdb280dd59b6a3b9b2f88e90857302e71f772c767e62cb702e32c8343fd4b0f741
 SHA512 
5efc7347a7fa72abce9a8b3b76649abb00d73c16c5125aa4b6faaa7040eb5138d7d9470b66c186825c9651272f5c359578503d0866ce7242ea7ca9dc05087165
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST base64-0.11.0.crate 48362 BLAKE2B 
90d2a64496e20c4bcca6f21c2546474ec88283679ccae95303ea7521133414eba021810e64e5916e3980b6878f90281f09295ebadcc12324fc9a9060ac41a707
 SHA512 
31b5f56d4907a5e4ae40e92ef1629a446126525186f5236afc2475829bf2e5e067554db200a18f7b3ab741d0cc9c01e20612e77cc0cbc1bc2a4a8d11c0fdbf33
 DIST base64-0.12.0.crate 55305 BLAKE2B 
7eb21783c5a392c5ac3a05dd01cb5ec04d86bf83b17b6fbc3780f6d5e8cbb02cb1efef73629624ea3903c8829e88e64f04f00441b5ccd4115403587219e2234e
 SHA512 
12b76d3ec1364730402f412a676fc264ba0540f4aaa0786389df2c5d8805778d78437f65d2ce6ec07a27dca4e430a0b089684a811231a51830c714acbb98e3ca
+DIST base64-0.12.3.crate 57545 BLAKE2B 
5ff7e888f6b750ddfe302438d52766f5d6281b8c8ce73827a9ad1d64641704414649e6c1e02bce6abbb2858b9f859fce54a0e0e793549a474c4b49a724c8663f
 SHA512 
ec6ad7cbd4980a12189690e9e24ec1db3c3def9e93672a415808904f68db2b5d8c5740e44207b2c629db5dd5d6ba6bd9dd342dd82367da6198e0313d86e54f02
+DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 

[gentoo-commits] repo/proj/guru:master commit in: sys-fs/gcsfuse/

2021-06-08 Thread Theo Anderson
commit: f0a8d6c19fabd89bc84dde63fa6381b14630c406
Author: Mathieu Tortuyaux  gmail  com>
AuthorDate: Tue Jun  8 13:08:52 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 13:08:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0a8d6c1

sys-fs/gcsfuse: bump to 0.35.1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mathieu Tortuyaux  gmail.com>

 sys-fs/gcsfuse/Manifest | 2 +-
 sys-fs/gcsfuse/{gcsfuse-0.35.0.ebuild => gcsfuse-0.35.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/gcsfuse/Manifest b/sys-fs/gcsfuse/Manifest
index 12903ba1e..fa242bb8f 100644
--- a/sys-fs/gcsfuse/Manifest
+++ b/sys-fs/gcsfuse/Manifest
@@ -47,7 +47,7 @@ DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.6.0.mod 736 
BLAKE2B 2337ea8dca35e
 DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.6.0.zip 404449 BLAKE2B 
e67aff98ecb8012e57b9841c0996b726e971360f34e4c5e8d6f61e3c27edcf7f1d0e9df4c69dcb37a912dbb6fb1edee9d240af5f17a57b5a6d6fc47d0151a3d3
 SHA512 
a802c27c2d24ca5af622e3fd77e46ceaf74f45e09a5aba54a0f31f3860c36ce31bef4034151c3c1b0671c9113840fb8c8b8fbfeb74716c6ed1708e5c7ee3c229
 DIST cloud.google.com%2Fgo%2Fstorage%2F@v%2Fv1.8.0.mod 622 BLAKE2B 
621e3faa3335ebec92c376298699510d800c2653c3680a438095c3dd9d6ba1f83f13a0302f316beea786b8f606ff3b4f62d21abe63d72f3f5c4e12fb81f61511
 SHA512 
409dad03104a4ac6b4a8c6da3540ab382345c86e48732f2b37d64ae2bc1c721d9f0a1ed0824a36085baa7102d2626e84f44706b16297623e8deb58fa9e24ba38
 DIST 
dmitri.shuralyov.com%2Fgpu%2Fmtl%2F@v%2Fv0.0.0-20190408044501-666a987793e9.mod 
36 BLAKE2B 
b430ef9388b0dfe932b201495a00275a6036338c99160d7362556be1e25924584b0802061d193533f23b1f76719dfd6a9484572babd25f1af0e53fd9bf07ac00
 SHA512 
196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1
-DIST gcsfuse-0.35.0.tar.gz 4094949 BLAKE2B 
83da181a310d95adfd064f8b1f5f86992390d514e6dcd97791e5e8e2916dc3fc0ec10cd6781527b561afd69467d9334b8f795293bf505a47849c79e1ca4842dd
 SHA512 
e81b7a833391e6293eda184d9012e8b72079fb00a21332a4824b1182e664a36fcaa4cb97daaf05e978720f783993338388b7823803c676c70856126c32808569
+DIST gcsfuse-0.35.1.tar.gz 4095389 BLAKE2B 
95a2b0b6f409c10cbdf169a72b4aabf120ab4c8cddef0ab6d467d1c1e23596cc58e2613bd6d32470f016531c9fd9e5464553e5abbf4b8aebbb18b93db568c227
 SHA512 
5f1bc41d96e3bcc5551ab5e674c23ff684f33a4e4785a26f070bcea0c37092e458a4b467898b170b332639b44ba420b743c854b0aa49b18a629b90cbd41e5b70
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.mod 34 BLAKE2B 
ce54a247aef91043830bdf0603c8452ba38eceb1495af6e7a74c9119234a0dc5cd080cb25258c28f5e270acf91189a5ed33e361cbf17de2be5e37dadbda1d90d
 SHA512 
320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 DIST github.com%2F!burnt!sushi%2Ftoml%2F@v%2Fv0.3.1.zip 56132 BLAKE2B 
5edcfe991d7fc40094d637bae8d8d6f1f897ab3d3786ade2bb80287738103264520681ced8d30d2037253206c32d3f867f4d024a571cb9aad030ebc451e198eb
 SHA512 
43ed64ae515738487e9b75a2290d0b2bc25e83c021a9f29b21487c37adbf34e74e1e7d3d5ec0dfe678c8396356f95c3993a5f5610d1791ff62056cd182a4272f
 DIST 
github.com%2F!burnt!sushi%2Fxgb%2F@v%2Fv0.0.0-20160522181843-27f122750802.mod 
33 BLAKE2B 
d234bf9be3dd919cb1f8d33750a24dca68c90fea110fd0ff62f0dba86d2ebbfc66d55fea62745b6383c5607bc91cfd78c9d2cf12df251397e85995c04707caa2
 SHA512 
dbfa64ac31b25fdbff12110c6f9815abfde65f281e40852e7165499a2cefb6656c74fe0b82f0f018304daa02b83b421e9c15654efabad39787c69c1b2996a79d

diff --git a/sys-fs/gcsfuse/gcsfuse-0.35.0.ebuild 
b/sys-fs/gcsfuse/gcsfuse-0.35.1.ebuild
similarity index 100%
rename from sys-fs/gcsfuse/gcsfuse-0.35.0.ebuild
rename to sys-fs/gcsfuse/gcsfuse-0.35.1.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-util/rust-analyzer-bin/

2021-06-08 Thread Theo Anderson
commit: 6a15398937b5264ce71302a9355ff0ecfe2a03e9
Author: James Kalyan  protonmail  com>
AuthorDate: Wed Jun  9 02:21:04 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Jun  9 02:21:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a153989

dev-util/rust-analyzer-bin: moved elog to postinst

Signed-off-by: James Kalyan  protonmail.com>

 dev-util/rust-analyzer-bin/rust-analyzer-bin-.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-util/rust-analyzer-bin/rust-analyzer-bin-.ebuild 
b/dev-util/rust-analyzer-bin/rust-analyzer-bin-.ebuild
index 23d87932d..4d6020746 100644
--- a/dev-util/rust-analyzer-bin/rust-analyzer-bin-.ebuild
+++ b/dev-util/rust-analyzer-bin/rust-analyzer-bin-.ebuild
@@ -15,5 +15,8 @@ S=${WORKDIR}
 
 src_install() {
newbin rust-analyzer-linux rust-analyzer
+}
+
+pkg_postinst() {
elog "Make sure to add your desired rust toolchain (e.g. with rustup) 
for rust-analyzer to work correctly"
 }



[gentoo-commits] repo/proj/guru:master commit in: net-im/kaidan/, profiles/updates/, kde-apps/kaidan/

2021-06-08 Thread Theo Anderson
commit: bb5a89a6291d9491e85a66da32a70379e80df749
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 11:31:50 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 19:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb5a89a6

kde-apps/kaidan -> net-im/kaidan

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

 {kde-apps => net-im}/kaidan/Manifest| 0
 {kde-apps => net-im}/kaidan/kaidan-0.7.0.ebuild | 0
 {kde-apps => net-im}/kaidan/kaidan-0.8.0.ebuild | 0
 {kde-apps => net-im}/kaidan/metadata.xml| 0
 profiles/updates/2Q-2021| 1 +
 5 files changed, 1 insertion(+)

diff --git a/kde-apps/kaidan/Manifest b/net-im/kaidan/Manifest
similarity index 100%
rename from kde-apps/kaidan/Manifest
rename to net-im/kaidan/Manifest

diff --git a/kde-apps/kaidan/kaidan-0.7.0.ebuild 
b/net-im/kaidan/kaidan-0.7.0.ebuild
similarity index 100%
rename from kde-apps/kaidan/kaidan-0.7.0.ebuild
rename to net-im/kaidan/kaidan-0.7.0.ebuild

diff --git a/kde-apps/kaidan/kaidan-0.8.0.ebuild 
b/net-im/kaidan/kaidan-0.8.0.ebuild
similarity index 100%
rename from kde-apps/kaidan/kaidan-0.8.0.ebuild
rename to net-im/kaidan/kaidan-0.8.0.ebuild

diff --git a/kde-apps/kaidan/metadata.xml b/net-im/kaidan/metadata.xml
similarity index 100%
rename from kde-apps/kaidan/metadata.xml
rename to net-im/kaidan/metadata.xml

diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021
index 37b11d3fd..b92356209 100644
--- a/profiles/updates/2Q-2021
+++ b/profiles/updates/2Q-2021
@@ -7,3 +7,4 @@ slotmove games-action/minecraft-launcher 1 legacy
 move app-misc/spotify-tray media-sound/spotify-tray
 move net-im/catgirl net-irc/catgirl
 move net-im/srain net-irc/srain
+move kde-apps/kaidan net-im/kaidan



[gentoo-commits] repo/proj/guru:master commit in: x11-drivers/OpenTabletDriver-bin/

2021-06-08 Thread Theo Anderson
commit: 2c1c04b6d725e71cf0aa2884f6c70f5fd2a9d040
Author: Ethan Nijmeh  gmail  com>
AuthorDate: Tue Jun  8 00:43:25 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 00:43:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c1c04b6

x11-drivers/OpenTabletDriver-bin: added ver 0.5.3.2

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Ethan Nijmeh  gmail.com>

 x11-drivers/OpenTabletDriver-bin/Manifest  |  2 +
 .../OpenTabletDriver-bin-0.5.3.2.ebuild| 76 ++
 2 files changed, 78 insertions(+)

diff --git a/x11-drivers/OpenTabletDriver-bin/Manifest 
b/x11-drivers/OpenTabletDriver-bin/Manifest
index de81ddd4c..29761c132 100644
--- a/x11-drivers/OpenTabletDriver-bin/Manifest
+++ b/x11-drivers/OpenTabletDriver-bin/Manifest
@@ -1,2 +1,4 @@
 DIST OpenTabletDriver-0.5.3.1.tar.gz 4040912 BLAKE2B 
0d0a05cfc5ed0339e65e43acddf701f26b12021f82c9d69db494887b71032a64be0f740f03ba518dda09c9cff79fc97d8b1599fbef5aba694fd5ad1f184d3020
 SHA512 
88e84cd3ea1722e4e7a252bb371455e3eb61f8ddf30cfd83d24149b92c33cf18112cbbabb0b7b7d443060b7742ac1910bd046b5489d685c5f60156c214f56f19
+DIST OpenTabletDriver-0.5.3.2.tar.gz 4051840 BLAKE2B 
c50ef62fc8232a09123430f180b6a6d92b16faf42edf08fecb05f4a5a5096e67dfd8f86c10976938333818194dca77ec4af0a42d5d0752c981378a80b8152c6f
 SHA512 
92b90526651b8201ef5c6e0063bb204889abb64929b606577e4d6be7896a14954fd5c4a7cc39197640152c38009f5af45919d5cf1fff5acdb7bed603204daac4
 DIST OpenTabletDriver-source-0.5.3.1.tar.gz 174676 BLAKE2B 
a599aa070a8153ff9a63d0f4c717ac6bd62a03c0ca962612ad804908b686bbe80114c1b79a49fd43200963084ea6f68c5dbc349248509c4705792982c2e48f66
 SHA512 
55415e50559c6203f808c411a6111771d4639f3e1db67388da2f01068312afd744bd98a8c9fbf4d59f8ad94e1c71887dedcb032c354ec9d1f192fd091cd71426
+DIST OpenTabletDriver-source-0.5.3.2.tar.gz 174690 BLAKE2B 
8ea7d235a4aaf4f605b152ec3971a44b556dd46981022ca5525f1a89307f4b444875fbe55377b37be99197e8c63eab4264c0343c3cecd893b2fefadd05a2110e
 SHA512 
318ff65ed271ad7c2a1675b2079bca7ef4f6543025c155bcc1132b4ee8f26e7c85c1cdd363a1e7a4edba78ee234ed51b5d1841331a2bdeff05f3dd43e40af6e3

diff --git 
a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.2.ebuild 
b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.2.ebuild
new file mode 100644
index 0..df8188ad8
--- /dev/null
+++ b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop
+
+MY_PN=OpenTabletDriver
+
+DESCRIPTION="Cross platform tablet driver (binary package)"
+HOMEPAGE="https://github.com/OpenTabletDriver;
+SRC_URI="https://github.com/OpenTabletDriver/OpenTabletDriver/archive/refs/tags/v${PV}.tar.gz
 -> OpenTabletDriver-source-${PV}.tar.gz 
https://github.com/OpenTabletDriver/OpenTabletDriver/releases/download/v${PV}/OpenTabletDriver.linux-x64.tar.gz
 -> OpenTabletDriver-${PV}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   x11-libs/libX11
+   x11-libs/libXrandr
+   dev-libs/libevdev
+   x11-libs/gtk+:3
+   virtual/udev
+   || ( dev-dotnet/dotnet-sdk-bin dev-dotnet/dotnet-runtime-bin )
+"
+
+QA_PREBUILT="*"
+
+S="${WORKDIR}/${MY_PN}"
+src_install() {
+   local LP=opentabletdriver
+   local SP="otd"
+
+   cd "${S}" || die
+
+   # install -do root "${D}/usr/share/${PN}"
+
+   exeinto "/usr/share/${MY_PN}"
+   exeopts -o root -Dm755
+
+   for binary in *.dll *.json; do
+   # install -Dm 755 -o root "$binary" -t "${D}/usr/share/${PN}"
+   doexe "$binary"
+   #fowners root "$binary"
+   done
+
+   for bin in *.Daemon *.UX.Gtk *.Console; do
+   # install -Dm 755 -o root "$bin" -t "${D}/usr/share/${PN}"
+   doexe "$bin"
+   done
+
+   insinto "/usr/share/${MY_PN}"
+   doins -r "Configurations"
+
+   insinto "/lib/udev/rules.d"
+   doins -r "${S}/99-${LP}.rules"
+   #install -Dm 644 -o root "${S}/99-${LP}.rules" -t 
"${D}/usr/lib/udev/rules.d"
+   udevadm control --reload || die
+
+   cd "${FILESDIR}" || die
+   #install -Dm 755 -o root "${SP}" -t "${D}/usr/bin"
+   dobin "${SP}"
+   #install -Dm 755 -o root "${SP}-gui" -t "${D}/usr/bin"
+   dobin "${SP}-gui"
+
+   cd "${WORKDIR}/${MY_PN}-${PV}/${MY_PN}.UX/Assets" || die
+   doicon "otd.png"
+   make_desktop_entry /usr/bin/otd-gui OpenTabletDriver otd Settings
+}
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   elog "Please replug your tablet before attempting to use the 
driver"
+   fi
+}



[gentoo-commits] repo/proj/guru:master commit in: kde-misc/kio-gemini/

2021-06-08 Thread Theo Anderson
commit: 4d5d52b2f2a9d05eb5605061dbc4c6a357c58be6
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 11:26:13 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 19:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d5d52b2

kde-misc/kio-gemini: add 20210516, drop 20210413

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

 kde-misc/kio-gemini/Manifest   | 2 +-
 .../{kio-gemini-20210413.ebuild => kio-gemini-20210516.ebuild} | 7 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-misc/kio-gemini/Manifest b/kde-misc/kio-gemini/Manifest
index 8d2babdc6..550bfba07 100644
--- a/kde-misc/kio-gemini/Manifest
+++ b/kde-misc/kio-gemini/Manifest
@@ -1 +1 @@
-DIST kio-gemini-d60b94caae7a4c295c0aefc441bb5ba62a3f.tar.gz 17115 BLAKE2B 
0d78f85f2d6ead0804e1022eda25c2df54d359a538a588e499e7e6076917848cd46ce651ddd4e7afdb388ebd5ac88c39be04752720895ddb4326b7e19accbc8f
 SHA512 
ff5471c12ab7e6246a5e36d0976724c81ba8aa6fd16d3ebbf6f44fe26ac42718db50d5fa9241240a24e09e3737b5532ca7fe6cd94e96d251a9d34a368c97c2b2
+DIST kio-gemini-679b4b9125e9980aea22dace35afd76a5ca9e85e.tar.gz 18166 BLAKE2B 
f14099ba5d635592f5523ffee796c3aee92d9c2bf528e320d6d39c1285879c2e819eed5900f763cb71737afbbb3afb88e909978030331595a4d2e4965c6dd27c
 SHA512 
2d9f38f243354f1676d1e07ef99c4efe270a838a1a465e1d4111c9a3ca9a506f417bd7716d8fcd5072253b106302c041d55ebc824ea505240031025ca3e01694

diff --git a/kde-misc/kio-gemini/kio-gemini-20210413.ebuild 
b/kde-misc/kio-gemini/kio-gemini-20210516.ebuild
similarity index 69%
rename from kde-misc/kio-gemini/kio-gemini-20210413.ebuild
rename to kde-misc/kio-gemini/kio-gemini-20210516.ebuild
index a4ca71408..0c01f5440 100644
--- a/kde-misc/kio-gemini/kio-gemini-20210413.ebuild
+++ b/kde-misc/kio-gemini/kio-gemini-20210516.ebuild
@@ -3,21 +3,20 @@
 
 EAPI=7
 
-COMMIT="d60b94caae7a4c295c0aefc441bb5ba62a3f"
+COMMIT="679b4b9125e9980aea22dace35afd76a5ca9e85e"
 ECM_HANDBOOK="forceoptional"
 KFMIN=5.38.0
 QTMIN=5.4.0
 inherit ecm
 
 DESCRIPTION="Gemini KIO slave"
-HOMEPAGE="https://invent.kde.org/tobias/kio-gemini;
-SRC_URI="https://invent.kde.org/tobias/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz;
+HOMEPAGE="https://gitlab.com/tobiasrautenkranz/kio-gemini;
+SRC_URI="https://gitlab.com/tobiasrautenkranz/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz;
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="LGPL-2+"
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
 
 DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5



[gentoo-commits] repo/proj/guru:master commit in: kde-apps/kaidan/

2021-06-08 Thread Theo Anderson
commit: c14e19b9d6509360d4835758179c89d1c8dc5edf
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 10:46:57 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 19:21:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c14e19b9

kde-apps/kaidan: add 0.8.0

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

 kde-apps/kaidan/Manifest|  1 +
 kde-apps/kaidan/kaidan-0.8.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/kde-apps/kaidan/Manifest b/kde-apps/kaidan/Manifest
index 982515522..54b0c922a 100644
--- a/kde-apps/kaidan/Manifest
+++ b/kde-apps/kaidan/Manifest
@@ -1 +1,2 @@
 DIST kaidan-0.7.0.tar.xz 516684 BLAKE2B 
6ee2f6696b1fca2ec564563e13c621f63edc8696d4b14ec22157adef611d5ba9d2d522bd960d1becc16a720851263503251d5a1f850af409daf439165a23839f
 SHA512 
89389db3dfbc6acfae252c6fad2492a997760495f9a55d6f56bbf0f49832fcbff35548ba89dc3f24e6ff05b0c4b1ee0242566ca1c7f662fc096b13b37f99af94
+DIST kaidan-0.8.0.tar.xz 532028 BLAKE2B 
75607bec35606bb87b820277c9d94af02f110c4b56d78cb7e3261555f89eecaa823b9cdbfe53a7561f145d0d94eef3fbd6acb76b4d975746706aa796e565cd3f
 SHA512 
2084693dd2ae0f1410e6df57f77f1c2c080e9b48c771e632b4cc9bf0351e435fd9d6937209f50d0f41a7235317fe42578cc8c983163f61e0d6c541d148a202bf

diff --git a/kde-apps/kaidan/kaidan-0.8.0.ebuild 
b/kde-apps/kaidan/kaidan-0.8.0.ebuild
new file mode 100644
index 0..c969fcf9e
--- /dev/null
+++ b/kde-apps/kaidan/kaidan-0.8.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.67.0
+QTMIN=5.14.0
+inherit ecm
+
+DESCRIPTION="A simple, user-friendly Jabber/XMPP client for every device!"
+HOMEPAGE="https://www.kaidan.im;
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="Apache-2.0 CC-BY-SA-4.0 GPL-3+ GPL-3-with-openssl-exception MIT"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="kde nls"
+
+BDEPEND="
+   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtlocation-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtpositioning-${QTMIN}:5[qml]
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   >=media-libs/zxing-cpp-1.0.8
+   >=net-libs/qxmpp-1.3.0
+   kde? ( >=kde-frameworks/knotifications-${KFMIN}:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DI18N=$(usex nls)
+   -DBUILD_TESTS=$(usex test)
+   -DUSE_KNOTIFICATIONS=$(usex kde)
+   # compile QML at build time
+   -DQUICK_COMPILER=ON
+   )
+   ecm_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-util/qshaderedit/

2021-06-08 Thread Theo Anderson
commit: 6dc01757069987d092afae648c66e1a8ee7c20d0
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Tue Jun  8 21:00:57 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 21:02:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dc01757

dev-util/qshaderedit: old ebuild with qt5 support

Signed-off-by: Samuel Bauer  yahoo.fr>

 dev-util/qshaderedit/Manifest |  1 +
 dev-util/qshaderedit/metadata.xml |  8 
 dev-util/qshaderedit/qshaderedit-0.1.5.ebuild | 23 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-util/qshaderedit/Manifest b/dev-util/qshaderedit/Manifest
new file mode 100644
index 0..f033f359e
--- /dev/null
+++ b/dev-util/qshaderedit/Manifest
@@ -0,0 +1 @@
+DIST qshaderedit-0.1.5.tar.bz2 1680331 BLAKE2B 
9ccd90e5c6653c9b10f178de48f3940a514075c9a5e827ef689ea54e52f012e1cb1cf2883edee19af6da314e29d6777288f271b7f648e0749a4af0ddf28f9694
 SHA512 
1e8dc0fda8b5e9000cf951603d9a69fac0454d63959ff2f8568dec31bf3551efadcc6e3f3d900a9a21624f3ed2311a7759e0718b60b86686752295d5e68979ad

diff --git a/dev-util/qshaderedit/metadata.xml 
b/dev-util/qshaderedit/metadata.xml
new file mode 100644
index 0..3af0414de
--- /dev/null
+++ b/dev-util/qshaderedit/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   mazes_80
+   samuel.ba...@yahoo.fr
+
+

diff --git a/dev-util/qshaderedit/qshaderedit-0.1.5.ebuild 
b/dev-util/qshaderedit/qshaderedit-0.1.5.ebuild
new file mode 100644
index 0..f4f8ae43a
--- /dev/null
+++ b/dev-util/qshaderedit/qshaderedit-0.1.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Multiplatform shader editor inspired by Apple's OpenGL Shader 
Builder"
+HOMEPAGE="https://gitlab.com/mazes_80/qshaderedit/;
+SRC_URI="https://gitlab.com/mazes_80/${PN}/-/archive/${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/glew:0
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog )



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

2021-06-08 Thread Theo Anderson
commit: 4e241cbbd068dc4c52daa71f3e46812c603a7187
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 14:23:21 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 19:21:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e241cbb

dev-python/databases: add missing test dep

Closes: https://bugs.gentoo.org/792255
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/databases/databases-0.4.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/databases/databases-0.4.3.ebuild 
b/dev-python/databases/databases-0.4.3.ebuild
index 0330e7794..ac93c89e7 100644
--- a/dev-python/databases/databases-0.4.3.ebuild
+++ b/dev-python/databases/databases-0.4.3.ebuild
@@ -26,6 +26,7 @@ 

[gentoo-commits] repo/proj/guru:master commit in: app-text/epubgrep/

2021-06-08 Thread Theo Anderson
commit: 83d8f5ea82085a109f3bc4c9d10d076409830912
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Jun  7 13:26:20 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Jun  7 13:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83d8f5ea

app-text/epubgrep: Version bump 0.5.1

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 app-text/epubgrep/Manifest  |  1 +
 app-text/epubgrep/epubgrep-0.5.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest
index 6038a18fd..13d973cc9 100644
--- a/app-text/epubgrep/Manifest
+++ b/app-text/epubgrep/Manifest
@@ -1,2 +1,3 @@
 DIST epubgrep-0.4.0.tar.gz 247541 BLAKE2B 
f193ea359edc56343cfaab85b33c52f1fda832e335b58a7d2f6d6b98538870e043d6a1b56e8e3f562bd2dff8ddd809aeacad88bf047b2a6e7933a68b29312f49
 SHA512 
ae6005b62c8fc0ce8d3ae00fb4c04b2f6d84aca4c3497722be52c064b4403a15bc30aa33b4f59bc834d0501bee984f4df1c4a5c620ad14f83186776c46a73fa5
 DIST epubgrep-0.5.0.tar.gz 253335 BLAKE2B 
43a0fff1368a4173797355b8e408ea740ec2810fc13d2a96fb96fda861d076b28c2ce1ce66ddeea64370be21f0873327a96bddca249c73427f6874476dd1d628
 SHA512 
87deba97675f827dd7e8914b7cf537d903f22a91504e0316e70fd04e567e0282998c729d1a7cef0d0bf8cf2bd4765afa18c41403248f261bc4240dd08c1a
+DIST epubgrep-0.5.1.tar.gz 269799 BLAKE2B 
11f67e7584a33d0ba4249e2b8d210c3d74d67a6d6f5a44b2ed8f6d50d52e6ceb4f6db18458afcefa004b185acf4848e724da85286ec7c9ee155dafc4c76f6668
 SHA512 
dc8550f0802ce92344c7f24d2ffb57c656bef81914414e47310c703ad5c302d1508b3cf3b28459a939156dc5772a702a6a28a8ec28a946218c541c4e690da3c5

diff --git a/app-text/epubgrep/epubgrep-0.5.1.ebuild 
b/app-text/epubgrep/epubgrep-0.5.1.ebuild
new file mode 100644
index 0..82f8cf70b
--- /dev/null
+++ b/app-text/epubgrep/epubgrep-0.5.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Search tool for EPUB e-books"
+HOMEPAGE="https://schlomp.space/tastytea/epubgrep;
+SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/boost[nls]
+   app-arch/libarchive[bzip2,iconv,lzma,zlib]
+   dev-libs/libfmt
+   dev-libs/pugixml
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/termcolor
+   dev-cpp/nlohmann_json
+   test? ( dev-cpp/catch )
+"
+BDEPEND="
+   sys-devel/gettext
+   app-text/asciidoc
+"
+
+src_configure() {
+   local mycmakeargs=(
+   "-DWITH_TESTS=$(usex test)"
+   "-DFALLBACK_BUNDLED=NO"
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: net-im/guilded-bin/

2021-06-08 Thread Theo Anderson
commit: ca27a595094ac74eebaa9d00463035723fa2e478
Author: Matthew Bakhtiari  mtbk  me>
AuthorDate: Tue Jun  8 07:46:36 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 07:46:36 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca27a595

net-im/guilded-bin: add guilded-bin

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Matthew  mtbk.me>

 net-im/guilded-bin/Manifest  |  1 +
 net-im/guilded-bin/guilded-bin-1.0.996954.ebuild | 69 
 net-im/guilded-bin/metadata.xml  |  7 +++
 3 files changed, 77 insertions(+)

diff --git a/net-im/guilded-bin/Manifest b/net-im/guilded-bin/Manifest
new file mode 100644
index 0..a81235fd2
--- /dev/null
+++ b/net-im/guilded-bin/Manifest
@@ -0,0 +1 @@
+DIST Guilded-Linux.deb 66420238 BLAKE2B 
e3d8c28c11f5374331641c9eb10494b0c37a573010621ee657b461f5e4c67588330ea712ea2d1d672c7c4bf326738998cbb6d707d61c38e106b46819e84fbe83
 SHA512 
73fb7a3b365dac58cd78b96ba3587f41e9e8f1efc4b1a05269415e9ec5c22ac3bd093d12ad3a93975665fecba6e07e74fdb5bdd6b79bc601b939628942a22d3e

diff --git a/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild 
b/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild
new file mode 100644
index 0..69282f3e8
--- /dev/null
+++ b/net-im/guilded-bin/guilded-bin-1.0.996954.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=${PN/-bin/}
+MY_BIN="G${MY_PN/g/}"
+
+inherit desktop linux-info pax-utils unpacker xdg
+
+DESCRIPTION="Drop Discord, get Guilded"
+HOMEPAGE="https://www.guilded.gg;
+SRC_URI="https://www.guilded.gg/downloads/${MY_BIN}-Linux.deb;
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror bindist"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk
+   app-accessibility/at-spi2-core
+   app-crypt/libsecret
+   dev-libs/libappindicator
+   sys-apps/util-linux
+   x11-misc/xdg-utils
+   x11-libs/gtk+:3
+   x11-libs/libnotify
+   x11-libs/libXScrnSaver
+   x11-libs/libX11
+   x11-libs/libXtst
+   dev-libs/nss
+"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="
+   opt/${MY_BIN}/${MY_PN}
+   opt/${MY_BIN}/chrome-sandbox
+   opt/${MY_BIN}/crashpad_handler
+   opt/${MY_BIN}/libffmpeg.so
+   opt/${MY_BIN}/libvk_swiftshader.so
+   opt/${MY_BIN}/libEGL.so
+   opt/${MY_BIN}/libGLESv2.so
+   opt/${MY_BIN}/swiftshader/libEGL.so
+   opt/${MY_BIN}/swiftshader/libGLESv2.so
+"
+
+CONFIG_CHECK="~USER_NS"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e "s:/usr/share/${MY_PN}/${MY_BIN}:/opt/${MY_BIN}/${MY_PN}:g" \
+   usr/share/applications/${MY_PN}.desktop || die
+}
+
+src_install() {
+   newicon usr/share/icons/hicolor/512x512/apps/${MY_PN}.png ${MY_PN}.png
+   domenu usr/share/applications/${MY_PN}.desktop
+
+   insinto /opt/${MY_BIN}
+   doins -r opt/${MY_BIN}/.
+   fperms +x /opt/${MY_BIN}/${MY_PN}
+   dosym ../../opt/${MY_BIN}/${MY_PN} usr/bin/${MY_PN}
+
+   pax-mark -m "${ED}"/opt/${MY_BIN}/${MY_PN}
+}

diff --git a/net-im/guilded-bin/metadata.xml b/net-im/guilded-bin/metadata.xml
new file mode 100644
index 0..9f3e9ae50
--- /dev/null
+++ b/net-im/guilded-bin/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   matthewab...@protonmail.com
+   
+



[gentoo-commits] repo/proj/guru:master commit in: kde-misc/geminipart/

2021-06-08 Thread Theo Anderson
commit: 870b7184eba34506d913efdcd8da075dbf0dba77
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 11:26:05 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 19:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=870b7184

kde-misc/geminipart: add 20210530, drop 20210413

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

 kde-misc/geminipart/Manifest | 2 +-
 .../{geminipart-20210413.ebuild => geminipart-20210530.ebuild}   | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/kde-misc/geminipart/Manifest b/kde-misc/geminipart/Manifest
index b1d1ea938..a0de241d5 100644
--- a/kde-misc/geminipart/Manifest
+++ b/kde-misc/geminipart/Manifest
@@ -1 +1 @@
-DIST geminipart-11e93034deaacee8237ac79f46854b15368f1e9c.tar.gz 19391 BLAKE2B 
2824c81b8258cffe438e265f0556701f5827a2223161493fab56dca423557c24f010a5af9bb3bffd16ed0296f96aaa2376472210c6f4ee757e9899aaafd80b3f
 SHA512 
945b44c0709a6d25f640396ff9a0fef1a69a65bc01b9d8202c9e1943e982400e1a400b039190366b0b82f05bdfe426c5ff135bd4863d43a986a0d8ce7688a025
+DIST geminipart-6463a3931e86c4a99ff022d091ad5a7d49e202b1.tar.gz 22296 BLAKE2B 
2799467e6ecb37654d1fec2552f08793a08f39aa1ba0abd96bdfb4fe6a30264b16730955ee4f717ae7e30a2b9f011bd6197a85fb8cb44c6d8fb7bfa0e10805b4
 SHA512 
e8eb8a35623569f746da409b4b315ea91163f70a07a2157fe6acac3c5042a1f28e071a0b47406f349c5bc0f6808c9b10156e3b76045f1a7ba09f6ef706f52462

diff --git a/kde-misc/geminipart/geminipart-20210413.ebuild 
b/kde-misc/geminipart/geminipart-20210530.ebuild
similarity index 69%
rename from kde-misc/geminipart/geminipart-20210413.ebuild
rename to kde-misc/geminipart/geminipart-20210530.ebuild
index a9c470160..27cc99c9d 100644
--- a/kde-misc/geminipart/geminipart-20210413.ebuild
+++ b/kde-misc/geminipart/geminipart-20210530.ebuild
@@ -3,21 +3,20 @@
 
 EAPI=7
 
-COMMIT="11e93034deaacee8237ac79f46854b15368f1e9c"
+COMMIT="6463a3931e86c4a99ff022d091ad5a7d49e202b1"
 ECM_TEST="forceoptional"
-KFMIN=5.16.0
+KFMIN=5.77.0
 QTMIN=5.4.0
 inherit ecm
 
 DESCRIPTION="KPart for viewing text/gemini files"
-HOMEPAGE="https://invent.kde.org/tobias/geminipart;
-SRC_URI="https://invent.kde.org/tobias/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz;
+HOMEPAGE="https://gitlab.com/tobiasrautenkranz/geminipart;
+SRC_URI="https://gitlab.com/tobiasrautenkranz/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz;
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="LGPL-2+"
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
 
 DEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5



[gentoo-commits] repo/proj/guru:master commit in: app-text/epubgrep/

2021-06-08 Thread Theo Anderson
commit: 159947bfd78991708daee29e364698e815a960fd
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Mon Jun  7 13:29:14 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Jun  7 13:50:56 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=159947bf

app-text/epubgrep: Remove old ebuild

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 app-text/epubgrep/Manifest  |  1 -
 app-text/epubgrep/epubgrep-0.4.0.ebuild | 46 -
 2 files changed, 47 deletions(-)

diff --git a/app-text/epubgrep/Manifest b/app-text/epubgrep/Manifest
index 13d973cc9..2257d3a61 100644
--- a/app-text/epubgrep/Manifest
+++ b/app-text/epubgrep/Manifest
@@ -1,3 +1,2 @@
-DIST epubgrep-0.4.0.tar.gz 247541 BLAKE2B 
f193ea359edc56343cfaab85b33c52f1fda832e335b58a7d2f6d6b98538870e043d6a1b56e8e3f562bd2dff8ddd809aeacad88bf047b2a6e7933a68b29312f49
 SHA512 
ae6005b62c8fc0ce8d3ae00fb4c04b2f6d84aca4c3497722be52c064b4403a15bc30aa33b4f59bc834d0501bee984f4df1c4a5c620ad14f83186776c46a73fa5
 DIST epubgrep-0.5.0.tar.gz 253335 BLAKE2B 
43a0fff1368a4173797355b8e408ea740ec2810fc13d2a96fb96fda861d076b28c2ce1ce66ddeea64370be21f0873327a96bddca249c73427f6874476dd1d628
 SHA512 
87deba97675f827dd7e8914b7cf537d903f22a91504e0316e70fd04e567e0282998c729d1a7cef0d0bf8cf2bd4765afa18c41403248f261bc4240dd08c1a
 DIST epubgrep-0.5.1.tar.gz 269799 BLAKE2B 
11f67e7584a33d0ba4249e2b8d210c3d74d67a6d6f5a44b2ed8f6d50d52e6ceb4f6db18458afcefa004b185acf4848e724da85286ec7c9ee155dafc4c76f6668
 SHA512 
dc8550f0802ce92344c7f24d2ffb57c656bef81914414e47310c703ad5c302d1508b3cf3b28459a939156dc5772a702a6a28a8ec28a946218c541c4e690da3c5

diff --git a/app-text/epubgrep/epubgrep-0.4.0.ebuild 
b/app-text/epubgrep/epubgrep-0.4.0.ebuild
deleted file mode 100644
index 17ddaacde..0
--- a/app-text/epubgrep/epubgrep-0.4.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Search tool for EPUB e-books"
-HOMEPAGE="https://schlomp.space/tastytea/epubgrep;
-SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-libs/boost[nls]
-   app-arch/libarchive[bzip2,iconv,lzma,zlib]
-   dev-libs/libfmt
-   dev-libs/pugixml
-"
-DEPEND="
-   ${RDEPEND}
-   dev-cpp/termcolor
-   test? ( dev-cpp/catch )
-"
-BDEPEND="
-   sys-devel/gettext
-   app-text/asciidoc
-"
-
-src_configure() {
-   local mycmakeargs=(
-   "-DWITH_TESTS=$(usex test)"
-   "-DFALLBACK_BUNDLED=NO"
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   BUILD_DIR="${BUILD_DIR}/tests" cmake_src_test
-}



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

2021-06-08 Thread Theo Anderson
commit: 71db3ae57b943b84e8812f4d050607891a1e7995
Author: Petrus Zhao  gmail  com>
AuthorDate: Tue Jun  8 07:54:18 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Jun  8 07:54:18 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=71db3ae5

x11-misc/i3lock-color: version budmp to 2.13.4, drop old

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/i3lock-color/Manifest  | 2 +-
 .../{i3lock-color-2.13.3.ebuild => i3lock-color-2.13.4.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/i3lock-color/Manifest b/x11-misc/i3lock-color/Manifest
index 92c2f5084..b18338899 100644
--- a/x11-misc/i3lock-color/Manifest
+++ b/x11-misc/i3lock-color/Manifest
@@ -1,2 +1,2 @@
 DIST i3lock-color-2.13.2.tar.gz 214633 BLAKE2B 
83e9c2d5bb8d77de92ba4bc454544b2f9490cdef1db66d4190c6972d3fda3a0fec75cb90db6606d8ea2fb664463bbfb7c176ae6cdb9bf8c44cb52ff1390c6691
 SHA512 
a1e79edbd8fbf78830d19599c59a7d6810c64bbb98a5fbbe5e55f64306a1283a5e73924163ebb704f4252802f15c8f0efefeb4220a1363caf30c9f27754bab3f
-DIST i3lock-color-2.13.3.tar.gz 214870 BLAKE2B 
ea9b408b4c2f07fff2299da6ff5035c5a81a2a9c813eb41711b884eb081072983c33e5ce4baa9c098626db7bda911ccc2320500452d82dc2a9b16e824ad1
 SHA512 
f1da0be33f2c08001f11d2dd3f60a99b1beb550cfb0a248d23bbde506e927ecec9e92060336ca31e260489985bf6e193bcdfff3dc2ba01491d20cab6b30513ac
+DIST i3lock-color-2.13.4.tar.gz 215078 BLAKE2B 
fa0e0ed664a50f4d0bb67196d8643df5f9592c94cfd56a3bee2a018dac38e4f27a585ed34cb400a522cdca2b1ace3f79774f5259ffce5bf39383b7e2592f72cd
 SHA512 
67b7b558f2894f8a389e559a5b146e176d4d0410b8da2a756190691062fa60e085449bc3afa57cbbdee7d2f002f995649d123bfb9d88eaae55da3cf8f68eee02

diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild 
b/x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild
similarity index 100%
rename from x11-misc/i3lock-color/i3lock-color-2.13.3.ebuild
rename to x11-misc/i3lock-color/i3lock-color-2.13.4.ebuild



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

2021-06-08 Thread Theo Anderson
commit: c04ca108eb463813b81fb6e16edc4b629bc024d5
Author: Maciej Barć  riseup  net>
AuthorDate: Mon Jun  7 09:36:21 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Jun  7 09:36:21 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c04ca108

gui-apps/paperde: remove version limits

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Maciej Barć  riseup.net>

 gui-apps/paperde/paperde-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gui-apps/paperde/paperde-.ebuild 
b/gui-apps/paperde/paperde-.ebuild
index 18b6d99fc..01d7a69a4 100644
--- a/gui-apps/paperde/paperde-.ebuild
+++ b/gui-apps/paperde/paperde-.ebuild
@@ -38,12 +38,11 @@ DEPEND="
gui-libs/libcprime
gui-libs/libcsys
 "
-# Because of gui-wm/wayfire build failure, also add requirement constraints 
here
-#   wlroots found: NO found 0.13.0 but need: '<0.12.0' ; matched: '>=0.11.0'
+
 RDEPEND="
${DEPEND}
-   =gui-wm/wayfire-0.7.0[X]
+   gui-libs/wlroots
+   gui-wm/wayfire[X]
sys-apps/xdg-desktop-portal
x11-misc/qt5ct
 "



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

2021-06-08 Thread Theo Anderson
commit: 1eaf4f0e197540666c33f337e082df95bf87afc8
Author: Mustafa Salih  gmail  com>
AuthorDate: Mon Jun  7 19:46:30 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Jun  7 19:46:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1eaf4f0e

media-gfx/sic: Drop old v0.18.0

Closes: https://bugs.gentoo.org/784503
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mustafa  gmail.com>

 media-gfx/sic/Manifest  |  42 --
 media-gfx/sic/sic-0.18.0.ebuild | 177 
 2 files changed, 219 deletions(-)

diff --git a/media-gfx/sic/Manifest b/media-gfx/sic/Manifest
index 7d80535a5..5e743c44b 100644
--- a/media-gfx/sic/Manifest
+++ b/media-gfx/sic/Manifest
@@ -1,10 +1,8 @@
 DIST ab_glyph_rasterizer-0.1.4.crate 6641 BLAKE2B 
fc70a45030d969f8af31d1bc3f83069acc014b33cde31817063ab1d40f8caebe12f3896b6a249620a8f2a2d0adc149fcc402f2af25b31ebe223ad0779028d843
 SHA512 
a942a3b0848386677ed5c651034b001c0e24c7bd101be6a25bfed815310f3a530c8cb9e67e96ea3c36f4d7f09731552f734d5e73f705e3e8f2bf40d5151a7a91
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
-DIST aho-corasick-0.7.15.crate 113071 BLAKE2B 
a22743be74f873b9545648db6a994250e3e39b92ac99601580e3b02194d205e921bff0b1952a4cca3399a3a7828555a1abfb0c1466f3930811c6b95c1a07ec5e
 SHA512 
e67816efa7305937a7cbbb0079b91b8afa3fdab52cfb8eeddeee156f18bbeed26f941cd4cb18ab2bdc1da5a9ff1dcbe9d2090deec68c00287bd99ace18ee8b24
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
-DIST anyhow-1.0.38.crate 30417 BLAKE2B 
168c6692fa669e90bba848bbb830fcd18ef2e2359a6f0f6b0ac8a20666b9c8416ac79e20d1b31e7230e261284502ede8091adc6b8cfdb462e8c4ad57a2cad651
 SHA512 
3f6229fd9d284053f348f8180f9b1f1c1f1b711b733ff9a331b2f16ad6dd0c46a38ec17c8c8257981209230ba769b7cce349b64bb7f6f8ea6150ab9d6e483b8c
 DIST anyhow-1.0.40.crate 34534 BLAKE2B 
79a3731153f8e3ace906b9a360521147fd055f7401a99ea2373501ade7e49ecdb280dd59b6a3b9b2f88e90857302e71f772c767e62cb702e32c8343fd4b0f741
 SHA512 
5efc7347a7fa72abce9a8b3b76649abb00d73c16c5125aa4b6faaa7040eb5138d7d9470b66c186825c9651272f5c359578503d0866ce7242ea7ca9dc05087165
 DIST arbitrary-0.4.7.crate 26282 BLAKE2B 
1a304154926c9f24a80eced744f13379814377f067f8340672c2588edad22b26088b359b304c1c22f068bf6c7a1da09715caefa28eab046fe79085e67ecb259e
 SHA512 
17968466d1403903a8cb5ec7f8af403e2ecbbbd8beed3df41035c34af1c19bc9d57596e1751f3aaf4c6021fe8fc7e23a7f0c1bbd1a5942d94f9dcafd0b19c1a6
 DIST arg_enum_proc_macro-0.3.1.crate 4687 BLAKE2B 
a35b8077b49836f9f8eb310b81052414cc5c9a35c7658e2cb1262a067dd2e0319bd88a3e5dc9837942a4ac40ea622ea47816b2932d8fa6b5935d0e7add3fb769
 SHA512 
b4c4472393ca6ee00e5859478caefa011f0fa51acd9072457d02c0dc7a9afbf18871ff1135bfe0ac9a26b8a2c419dfdeb878f2a2cab87f8714101f1a59ea1963
@@ -16,60 +14,46 @@ DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022
 DIST bitstream-io-1.0.0.crate 27035 BLAKE2B 
6775b22bec5d54467f83f58b6421bc247338c7a862fe5edf920f805cc2ac6a047a314ea0c6eca13cc6c97eaee7f0aa5f816704bad764e572f2db9901b6f72f78
 SHA512 
c1741d748e3c65d790037fef2b025db4ac1fb0a9fb3ef152d09e96d7067eff077fd74a406d5b2569f404d49b0e0fe02f2b85af8f283a36627b85007428f6fa90
 DIST block-buffer-0.7.3.crate 7179 BLAKE2B 
549e8532358f9a77fdfbd5ef7a06d60f20f034fcf69072757811cb4a95f5cee5589bebd40fe87af36127254ec42ef3240cc7542828085f590fb774faab8f0e21
 SHA512 
74c8b89777a006bd72511b32df94f8bd78e2b53c30d85d39ea3c52acf199c357140fb6181f7f7ab5e30dd80d37181582cad740c95b89328a7a4b0f84f77ad6bf
 DIST block-padding-0.1.5.crate 7342 BLAKE2B 
876421fa89251d011a455163baa49e0931e0692ed928fad71357fc93b87493eeab4cfcf8fc4aa94638a90a8dce8ec1ad95e9ba91da9557008e5fc19c1f618ab4
 SHA512 
acf5369cdae38b6b1a5c1561a9df18b8a39c8fd434fa50c49a8f73d2654a835269b7b22876354c903514c49c77aa860c68cd84d3c1efcb36bdfa8b01af300a9a
-DIST bstr-0.2.15.crate 344206 BLAKE2B 

[gentoo-commits] repo/proj/guru:master commit in: dev-games/godot/

2021-06-08 Thread Theo Anderson
commit: f052cc776f97644ecd4cf94dbdfdad25e40762c0
Author: Ross Charles Campbell  gmail  com>
AuthorDate: Mon Jun  7 13:39:56 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Jun  7 13:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f052cc77

dev-games/godot: depend on media-libs/embree unconditionally

This follows the logic in godot's build system.

Closes: https://bugs.gentoo.org/794556
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Ross Charles Campbell  gmail.com>

 dev-games/godot/{godot-3.3.2.ebuild => godot-3.3.2-r1.ebuild} | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-games/godot/godot-3.3.2.ebuild 
b/dev-games/godot/godot-3.3.2-r1.ebuild
similarity index 93%
rename from dev-games/godot/godot-3.3.2.ebuild
rename to dev-games/godot/godot-3.3.2-r1.ebuild
index f301b3ee6..3224a44f5 100644
--- a/dev-games/godot/godot-3.3.2.ebuild
+++ b/dev-games/godot/godot-3.3.2-r1.ebuild
@@ -15,13 +15,14 @@ KEYWORDS="~amd64 ~x86"
 
 LICENSE="Apache-2.0 Boost-1.0 BSD CC-BY-3.0 MIT MPL-2.0 OFL-1.1 public-domain 
ZLIB"
 SLOT="0/3"
-IUSE="+bullet debug deprecated +enet +freetype lto +mbedtls +ogg +opus 
pulseaudio raycast +theora +udev +upnp +vorbis +webp"
+IUSE="+bullet debug deprecated +enet +freetype lto +mbedtls +ogg +opus 
pulseaudio +raycast +theora +udev +upnp +vorbis +webp"
 
 RDEPEND="
app-arch/lz4
app-arch/zstd
dev-libs/libpcre2[pcre32]
media-libs/alsa-lib
+   media-libs/embree:3
media-libs/libpng:0=
media-libs/libvpx
media-libs/mesa[gles2]
@@ -42,7 +43,6 @@ RDEPEND="
media-libs/opusfile
)
pulseaudio? ( media-sound/pulseaudio )
-   raycast? ( media-libs/embree:3 )
theora? ( media-libs/libtheora )
udev? ( virtual/udev )
upnp? ( net-libs/miniupnpc )
@@ -61,7 +61,7 @@ PATCHES=(
 
 src_prepare() {
default
-   rm -r 
thirdparty/{bullet,enet,freetype,libogg,libpng,libtheora,libvorbis,libvpx,libwebp,mbedtls,miniupnpc,opus,pcre2,zstd}
 || die
+   rm -r 
thirdparty/{bullet,embree,enet,freetype,libogg,libpng,libtheora,libvorbis,libvpx,libwebp,mbedtls,miniupnpc,opus,pcre2,zstd}
 || die
 }
 
 src_configure() {
@@ -94,13 +94,13 @@ src_configure() {
myesconsargs+=(
# Mono bindings requires MSBuild which is only available on 
Windows
module_mono_enabled=no
-   module_raycast_enabled=$(usex raycast)
module_bullet_enabled=$(usex bullet)
module_enet_enabled=$(usex enet)
module_freetype_enabled=$(usex freetype)
module_mbedtls_enabled=$(usex mbedtls)
module_ogg_enabled=$(usex ogg)
module_opus_enabled=$(usex opus)
+   module_raycast_enabled=$(usex raycast)
module_theora_enabled=$(usex theora)
module_upnp_enabled=$(usex upnp)
module_vorbis_enabled=$(usex vorbis)



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

2021-06-08 Thread Theo Anderson
commit: 16c41c5364e69b5b1d25888ef66952e330b99747
Author: Mustafa Salih  gmail  com>
AuthorDate: Mon Jun  7 19:42:49 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Jun  7 19:43:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16c41c53

media-gfx/sic: QA flags ignored

Closes:  https://bugs.gentoo.org/794559
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mustafa  gmail.com>

 media-gfx/sic/sic-0.19.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-gfx/sic/sic-0.19.0.ebuild b/media-gfx/sic/sic-0.19.0.ebuild
index 26401e83e..c5bdc3adb 100644
--- a/media-gfx/sic/sic-0.19.0.ebuild
+++ b/media-gfx/sic/sic-0.19.0.ebuild
@@ -162,6 +162,7 @@ zip-0.5.13
 "
 
 inherit cargo
+
 S="${WORKDIR}/${P}"
 DESCRIPTION="Accessible image processing and conversion from the terminal 
tool."
 HOMEPAGE="https://github.com/foresterre/sic;
@@ -171,4 +172,5 @@ RESTRICT="mirror"
 LICENSE="Apache-2.0 MIT"
 SLOT="0"
 KEYWORDS="~amd64"
+QA_FLAGS_IGNORED="usr/bin/sic"
 DEPEND=">=dev-lang/nasm-2.14.02"



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

2021-06-08 Thread Matt Turner
commit: 8b49af769f4e7cf1a96244565e66f2a935db1d1f
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Jun  8 18:06:47 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jun  9 03:33:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b49af76

net-libs/gupnp: Version bump to 1.2.7

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

 net-libs/gupnp/Manifest   |  1 +
 net-libs/gupnp/gupnp-1.2.7.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/net-libs/gupnp/Manifest b/net-libs/gupnp/Manifest
index c403ffd46c6..c08117c22d4 100644
--- a/net-libs/gupnp/Manifest
+++ b/net-libs/gupnp/Manifest
@@ -1 +1,2 @@
 DIST gupnp-1.2.6.tar.xz 142652 BLAKE2B 
12f3fd59b6c8616dcbc32ab4feeeccde864af6da0593d0d51b8a9bab045c39b8e4540bc1470a0758f1a0979e647f9dae67bae544d1457e567264d7408d58e06f
 SHA512 
317ff1f0ea1f03476596db6ce2f6c7c86b7c9962a7ddb00da9f487fe7f7bb70ccf8fe64e485583e4a988d90afdb41128730fef459f4ecb757ff2aef44dc4de9c
+DIST gupnp-1.2.7.tar.xz 142928 BLAKE2B 
094e9569c501ae32def1335c8129d5585a2bec37d86c2317a2c9b2d965db5ce0ae6c19017bd44fb718709cf068f93ed75d08ab7e30c5f265e1ce45a9a9352897
 SHA512 
83d012989f9aab578c9bdb4dd95d316003938a39cc997949622b56523dd7081e09093c48c0016d738ca0040a00b3e6218ba59cad9e49e05f4106213160e7c409

diff --git a/net-libs/gupnp/gupnp-1.2.7.ebuild 
b/net-libs/gupnp/gupnp-1.2.7.ebuild
new file mode 100644
index 000..ec6826d50b5
--- /dev/null
+++ b/net-libs/gupnp/gupnp-1.2.7.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+VALA_USE_DEPEND="vapigen"
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="xml"
+
+inherit gnome.org meson-multilib python-single-r1 vala xdg
+
+DESCRIPTION="An object-oriented framework for creating UPnP devs and control 
points"
+HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP;
+
+LICENSE="LGPL-2+ GPL-2+" # gupnp-binding-tool is GPL-2+
+SLOT="0/1.2-0" # -
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+IUSE="connman gtk-doc +introspection kernel_linux networkmanager vala"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+   ?? ( connman networkmanager )
+"
+
+# prefix: uuid dependency can be adapted to non-linux platforms
+RDEPEND="${PYTHON_DEPS}
+   >=dev-libs/glib-2.66:2[${MULTILIB_USEDEP}]
+   >=net-libs/gssdp-1.2.3:0=[introspection?,${MULTILIB_USEDEP}]
+   >=net-libs/libsoup-2.48.0:2.4[introspection?,${MULTILIB_USEDEP}]
+   >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
+   >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/glib-utils
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/docbook-xml-dtd:4.2 )
+   dev-libs/libxslt
+   app-text/docbook-xsl-stylesheets
+   virtual/pkgconfig
+   !connman? ( !networkmanager? ( kernel_linux? ( sys-kernel/linux-headers 
) ) )
+   vala? ( $(vala_depend)
+   >=net-libs/gssdp-1.2.3:0[vala]
+   net-libs/libsoup:2.4[vala]
+   )
+"
+
+src_prepare() {
+   use introspection && vala_src_prepare
+   xdg_src_prepare
+}
+
+multilib_src_configure() {
+   local backend=system
+   use kernel_linux && backend=linux
+   use connman && backend=connman
+   use networkmanager && backend=network-manager
+
+   local emesonargs=(
+   -Dcontext_manager=${backend}
+   $(meson_native_use_bool introspection)
+   $(meson_native_use_bool vala vapi)
+   $(meson_native_use_bool gtk-doc gtk_doc)
+   -Dexamples=false
+   )
+   meson_src_configure
+}
+
+multilib_src_install_all() {
+   python_fix_shebang "${ED}"/usr/bin/gupnp-binding-tool-1.2
+}



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

2021-06-08 Thread Theo Anderson
commit: fac121ec51b5ecbeb78eef78266806ad7de3dc58
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Jun  9 03:19:14 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Jun  9 03:19:14 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fac121ec

net-misc/xmrig: treeclean

Signed-off-by: Theo Anderson  posteo.de>

 net-misc/xmrig/Manifest|  1 -
 net-misc/xmrig/metadata.xml| 15 ---
 net-misc/xmrig/xmrig-6.12.1.ebuild | 51 --
 3 files changed, 67 deletions(-)

diff --git a/net-misc/xmrig/Manifest b/net-misc/xmrig/Manifest
deleted file mode 100644
index f84095754..0
--- a/net-misc/xmrig/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xmrig-6.12.1.tar.gz 1626568 BLAKE2B 
e43b25af131911f112dc54e213175ee10a0a6c5f4f8bde339bdd6e39df0dc0c8a058fd30c20994b52b68fe20539b8b95d714caeb94f699b4ba663d3fc3992c71
 SHA512 
813daf7f7363e60059290caddd7c85df90fd35148de2762b02c287a28e82e8a13dcfc9d514c4a4932d85049532c240eacc0201e6c8fede9b6bb26fa9505841b0

diff --git a/net-misc/xmrig/metadata.xml b/net-misc/xmrig/metadata.xml
deleted file mode 100644
index b57adcc7e..0
--- a/net-misc/xmrig/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-tel...@posteo.de
-Theo Anderson
-  
-  
-XMRig High performance, open source, cross platform RandomX,
-CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner.
-  
-  
-xmrig/xmrig
-  
-

diff --git a/net-misc/xmrig/xmrig-6.12.1.ebuild 
b/net-misc/xmrig/xmrig-6.12.1.ebuild
deleted file mode 100644
index 62d0c96cd..0
--- a/net-misc/xmrig/xmrig-6.12.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake optfeature
-
-DESCRIPTION="RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner"
-HOMEPAGE="https://github.com/xmrig/xmrig;
-SRC_URI="https://github.com/xmrig/xmrig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+ssl"
-
-DEPEND="
-   dev-libs/libuv:=
-   sys-apps/hwloc:=
-   ssl? ( dev-libs/openssl:= )
-"
-
-src_prepare() {
-   cmake_src_prepare
-   sed -i '/notls/d' cmake/OpenSSL.cmake || die
-   sed -i 's/1;/0;/g' src/donate.h || die
-}
-
-src_configure() {
-   local mycmakeargs=(
-   # TODO: Create expanded USE flag for all of the PoW algos.
-   -DWITH_TLS=$(usex ssl)
-   # TODO: opencl USE flag.
-   -DWITH_OPENCL=OFF
-   # TODO: cuda USE flag.
-   -DWITH_CUDA=OFF
-   )
-
-   cmake_src_configure
-}
-
-src_install() {
-   dobin "${BUILD_DIR}/xmrig"
-   dodoc -r doc/*.md
-   einstalldocs
-}
-
-pkg_postinst() {
-   elog "Increase the vm.nr_hugepages sysctl value so that XMRig can 
allocate with huge pages."
-   optfeature "CPU specific performance tweaks" sys-apps/msr-tools
-}



[gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/

2021-06-08 Thread Theo Anderson
commit: 7b981a0a91c05fc554d00e1108ff6890e6c60be5
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Jun  9 03:21:50 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Jun  9 03:21:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b981a0a

net-libs/usockets: drop static-libs

Signed-off-by: Theo Anderson  posteo.de>

 net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild | 10 --
 net-libs/usockets/usockets-.ebuild   | 10 --
 2 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild 
b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
index d7d107c8c..0e1f15d5b 100644
--- a/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
+++ b/net-libs/usockets/usockets-0.7.1_p20210214-r2.ebuild
@@ -20,11 +20,11 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="libuv +ssl static-libs"
+IUSE="libuv +ssl"
 
 DEPEND="
-   libuv? ( dev-libs/libuv[static-libs(-)?] )
-   ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
+   libuv? ( dev-libs/libuv )
+   ssl? ( >=dev-libs/openssl-1.1.0 )
 "
 RDEPEND="${DEPEND}"
 
@@ -44,7 +44,5 @@ src_configure() {
 src_install() {
default
einstalldocs
-   if ! use static-libs; then
-   rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
-   fi
+   rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
 }

diff --git a/net-libs/usockets/usockets-.ebuild 
b/net-libs/usockets/usockets-.ebuild
index e40b7ed25..c08a9ad93 100644
--- a/net-libs/usockets/usockets-.ebuild
+++ b/net-libs/usockets/usockets-.ebuild
@@ -19,11 +19,11 @@ fi
 
 LICENSE="Apache-2.0"
 SLOT="0"
-IUSE="libuv +ssl static-libs"
+IUSE="libuv +ssl"
 
 DEPEND="
-   libuv? ( dev-libs/libuv[static-libs(-)?] )
-   ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] )
+   libuv? ( dev-libs/libuv )
+   ssl? ( >=dev-libs/openssl-1.1.0 )
 "
 RDEPEND="${DEPEND}"
 
@@ -43,7 +43,5 @@ src_configure() {
 src_install() {
default
einstalldocs
-   if ! use static-libs; then
-   rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
-   fi
+   rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die
 }



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

2021-06-08 Thread Nick Sarnie
commit: 90b4d968bd0186b2172b1ab2cbe90b99c98f1f05
Author: Nick Sarnie  gentoo  org>
AuthorDate: Wed Jun  9 03:04:40 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed Jun  9 03:05:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b4d968

app-emulation/wine-vanilla: Sync with ::wine

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-6.0.1.ebuild | 578 +
 2 files changed, 579 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index 05996fd0c55..6947414a541 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -1,4 +1,5 @@
 DIST gentoo-wine-patches-20200523.tar.xz 59740 BLAKE2B 
951d7f305a6e5b3759c8095629d48de4830b8a0c9558de859a9e02d9824fe85553fda2bc0820ca97022a0ca63ac28473dadfe827821220445dbf1a7fd15c7c98
 SHA512 
46eea45c982b475e3ff444cbd87c6a0a235fc8dcaf3d83d89655a10ed8841a9ddb09e5a638a05803f3bf2c3bd34165c16067aba561efa4c183ee396dc31cdf75
+DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60
 DIST wine-6.7.tar.xz 24449368 BLAKE2B 
002bd6e74205217d4517c8697ddb212d8bcb8ba66ac1594996e24e2d5e771119e73e65a0b42608133ebaab699a31cd6567a0ab954e8d4e1f94492ebb929d0ffb
 SHA512 
42920921eaff5a483859fba2b9e866c6afad25427d030f971efe2136f9619b675d5eb1ddfffd54bba8caa172c3e91eb347d673cb16f45560f0ab40a184a34758

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild
new file mode 100644
index 000..da793adf477
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild
@@ -0,0 +1,578 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20200523"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl 
osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner 
sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d 
vulkan +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+   X? ( truetype )
+   elibc_glibc? ( threads )
+   osmesa? ( opengl )
+   test? ( abi_x86_32 )
+   vkd3d? ( vulkan )" # osmesa-opengl #286560 # X-truetype #551124
+
+# FIXME: the test suite is unsuitable for us; many tests require net access
+# or fail due to Xvfb's opengl limitations.
+RESTRICT="test"
+
+COMMON_DEPEND="
+   X? (
+   x11-libs/libXcursor[${MULTILIB_USEDEP}]
+   x11-libs/libXext[${MULTILIB_USEDEP}]
+   x11-libs/libXfixes[${MULTILIB_USEDEP}]
+   x11-libs/libXrandr[${MULTILIB_USEDEP}]
+   x11-libs/libXi[${MULTILIB_USEDEP}]
+   

[gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-vanilla/

2021-06-08 Thread Nick Sarnie
commit: eb218ba4f28bd307a5a4142b4ba560df0d0b180d
Author: Nick Sarnie  gentoo  org>
AuthorDate: Wed Jun  9 03:01:41 2021 +
Commit: Nick Sarnie  gentoo  org>
CommitDate: Wed Jun  9 03:01:41 2021 +
URL:https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=eb218ba4

app-emulation/wine-vanilla: Bump to 6.0.1

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Nick Sarnie  gentoo.org>

 app-emulation/wine-vanilla/Manifest|   1 +
 .../wine-vanilla/wine-vanilla-6.0.1.ebuild | 578 +
 2 files changed, 579 insertions(+)

diff --git a/app-emulation/wine-vanilla/Manifest 
b/app-emulation/wine-vanilla/Manifest
index de4a045..6159cf7 100644
--- a/app-emulation/wine-vanilla/Manifest
+++ b/app-emulation/wine-vanilla/Manifest
@@ -55,6 +55,7 @@ DIST wine-5.6.tar.xz 23678216 BLAKE2B 
7aee9a46c037d46d07a551a839056783c020d2e5c6
 DIST wine-5.7.tar.xz 23723624 BLAKE2B 
fbea8f753dee57368f7532eef6fe6bf366ba52e9c2b970147207cf879858b86a74d0dfb1f813cfd31058462aaa09f74dd07924370b4c3f032f0dcd0015eab90b
 SHA512 
46a8050cb21edf1116c93fd73fdc3bbbc1a19e18d77c38bc192f13e55954d3e503122c780ca9c1a50005b0bca6f3b0c640f3de05267f25289e08660321e27407
 DIST wine-5.8.tar.xz 23753648 BLAKE2B 
086f37ce469f6d176eab8daa2d124b1774526727e2f6fe4ecdd39862c13ed493ac4164cf98848d5bc8cba3675e13365f6ea2b34591d518c40c34d09556851578
 SHA512 
7b9df380655a72e8b9e95ca271a62308262d8efabbeb2ad459071afc9ed51518b42b1f75b019fe8d6b53cf5185e9cfc45ac1b8a7092f118fa2aff14f99c012de
 DIST wine-5.9.tar.xz 23802356 BLAKE2B 
1879c164c647a5b849056e4149a809c390814ae832773a44347cf1902fd49cb6619b4add5ea2d421c189d92b5c907daa0d6f62c37c48a8bd68d0eaa9eb465433
 SHA512 
edc6d55a275cf37430a62dc6d6d86bff6d5a434e708dbd99d245018db7f6a0abe39581a1d91eb947f204a45ac94cc5c931745169a3b63a2aecf8db277553b74b
+DIST wine-6.0.1.tar.xz 24210540 BLAKE2B 
2075e59024e75594e0be0851db33981ebfcc57477bb9864055a938db0e39b8480f3c501b1d1fc39a9eee52303ad71ef71d24a0fb546697eecf3bb098f13317f1
 SHA512 
06b720d6adbbb7e2f15b963e4f3f1ff06e6d0d3973064d866ae720e6380bab8881fd1ebf16665435f5f7976b2c6dc72fd20631678a28e9d4d7b068c30cd22bb0
 DIST wine-6.0.tar.xz 24192280 BLAKE2B 
baf0eee582190ede8d210390b51d330c1879cb442100bc2e957052898fbd84bcc047a885065f9bf96ac4f072f92eee44f0e1c3baddc68937286e7cc6f976bd4e
 SHA512 
c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057
 DIST wine-6.1.tar.xz 24227160 BLAKE2B 
968405fb8a4060732a6070687e28aecc9169692bf18e058d358e859a2626281b5adb67b94d849628ecbfa87ad772a367f62fd3c5f45aecdf7d0a7e7aa8167c33
 SHA512 
49ee77c41e2fb1c4f22417117b26f8a467ec6c99583fca66f147003f776fcaf5ca42227153c7ca3325dfe70141ae9bfb88e3eb6e4cf25dd31a5ba5115d2685d0
 DIST wine-6.10.tar.xz 24562432 BLAKE2B 
aeb4efc6fcbdbbbfa71a99112224c77e1da10468e47d49de87ecf06556008e83d6e3d8655fa4439293820663910897d512a77bb78ab771632f893b46745915af
 SHA512 
f0e8f0bdab09c979772965d167d687e88998f3fd6537a592e201a2dc9097552e03b1c413516cc8c82665a8bf17580777f48bd1ed9033641f04e7ef7f0b29cc60

diff --git a/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild 
b/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild
new file mode 100644
index 000..da793ad
--- /dev/null
+++ b/app-emulation/wine-vanilla/wine-vanilla-6.0.1.ebuild
@@ -0,0 +1,578 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="ar ast bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja 
ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru si sk sl sr_RS@cyrillic 
sr_RS@latin sv ta te th tr uk wa zh_CN zh_TW"
+PLOCALE_BACKUP="en"
+
+inherit autotools eapi7-ver estack eutils flag-o-matic gnome2-utils l10n 
multilib multilib-minimal pax-utils toolchain-funcs virtualx xdg-utils
+
+MY_PN="${PN%%-*}"
+MY_P="${MY_PN}-${PV}"
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://source.winehq.org/git/wine.git;
+   EGIT_BRANCH="master"
+   inherit git-r3
+   SRC_URI=""
+else
+   MAJOR_V=$(ver_cut 1)
+   SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.0/${MY_P}.tar.xz;
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${MY_P}"
+
+GWP_V="20200523"
+PATCHDIR="${WORKDIR}/gentoo-wine-patches"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, without external 
patchsets"
+HOMEPAGE="https://www.winehq.org/;
+SRC_URI="${SRC_URI}
+   
https://dev.gentoo.org/~sarnex/distfiles/wine/gentoo-wine-patches-${GWP_V}.tar.xz
+"
+
+LICENSE="LGPL-2.1"
+SLOT="${PV}"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc 
+faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos 
kernel_FreeBSD +lcms ldap mingw +mono mp3 netapi nls odbc openal opencl +opengl 
osmesa oss +perl pcap +png prelink pulseaudio +realtime +run-exes samba scanner 
sdl selinux +ssl test +threads +truetype udev +udisks +unwind usb v4l vkd3d 
vulkan +X +xcomposite xinerama +xml"
+REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
+ 

[gentoo-commits] data/api:master commit in: files/overlays/

2021-06-08 Thread Adam Feldman
commit: 1abf021071a7ce1f4ebf28c8c530b1dca1b0a309
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 02:11:37 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:15:47 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=1abf0210

repositories: re-add Project:MATE repo

All outstanding issues should be resolved

Signed-off-by: Adam Feldman  gentoo.org>

 files/overlays/repositories.xml | 13 +
 1 file changed, 13 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 6fe87a6..4b28c83 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1602,6 +1602,19 @@
 g...@github.com:BilyakA/gentoo-clang.git
 https://github.com/BilyakA/gentoo-clang/commits/master.atom
   
+

+gentoo-mate   

+Gentoo MATE Desktop Project Repo  

+https://wiki.gentoo.org/wiki/Project:MATE 

+ 

+  m...@gentoo.org   

+  MATE Desktop Project

+   

+https://anongit.gentoo.org/git/proj/gentoo-mate.git
+git://anongit.gentoo.org/proj/gentoo-mate.git  

+git+ssh://g...@git.gentoo.org/proj/gentoo-mate.git  
+https://cgit.gentoo.org/proj/gentoo-mate.git/atom/

+

   
 gentoo-zh
 To provide programs useful to Chinese speaking users (merged



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

2021-06-08 Thread Craig Andrews
commit: c3a17f8443a9a7ad097cf5942d40c7f129b4f5d7
Author: Craig Andrews  gentoo  org>
AuthorDate: Wed Jun  9 02:05:37 2021 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Jun  9 02:09:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a17f84

net-misc/xmrig: high performance, open source cryptocurrency miner

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Craig Andrews  gentoo.org>

 net-misc/xmrig/Manifest|  1 +
 net-misc/xmrig/files/xmrig.service | 34 +
 net-misc/xmrig/metadata.xml| 23 +++
 net-misc/xmrig/xmrig-6.12.2.ebuild | 60 ++
 net-misc/xmrig/xmrig-.ebuild   | 60 ++
 5 files changed, 178 insertions(+)

diff --git a/net-misc/xmrig/Manifest b/net-misc/xmrig/Manifest
new file mode 100644
index 000..a6ee92b46d1
--- /dev/null
+++ b/net-misc/xmrig/Manifest
@@ -0,0 +1 @@
+DIST xmrig-6.12.2.tar.gz 1628708 BLAKE2B 
4fca418c7e0d6df25c84609d657a050f7df6383d0a5ee3a4ebf87ff26805d4f445d6c184df1651813e21ac4c972e0681d37ccb45a493cb4d1e199a6ba5e707c5
 SHA512 
a1e8d37955177f0988b0683c9b92dc6eef4bcaea68b3c1411917929a0573119cd13107e5a68a2a7971ec45bf2554aed5fc7d82c11d49e7411e95d9b81fe1a911

diff --git a/net-misc/xmrig/files/xmrig.service 
b/net-misc/xmrig/files/xmrig.service
new file mode 100644
index 000..8b59fc0c131
--- /dev/null
+++ b/net-misc/xmrig/files/xmrig.service
@@ -0,0 +1,34 @@
+[Unit]
+Description=XMRig Monero Miner
+After=network-online.target
+AssertFileNotEmpty=/etc/xmrig/config.json
+
+[Service]
+ExecStartPre=+/usr/bin/randomx_boost.sh
+ExecStartPre=+/usr/bin/enable_1gb_pages.sh
+ExecStartPre=/usr/bin/xmrig --config=/etc/xmrig/config.json --dry-run
+ExecStart=/usr/bin/xmrig --config=/etc/xmrig/config.json
+StandardOutput=journal
+StandardError=journal
+DynamicUser=true
+CPUSchedulingPolicy=idle
+PrivateTmp=true
+ProtectHome=true
+ProtectSystem=strict
+NoNewPrivileges=true
+PrivateDevices=true
+CapabilityBoundingSet=
+ProtectClock=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX
+RestrictNamespaces=true
+PrivateUsers=true
+ConfigurationDirectory=xmrig
+
+[Install]
+WantedBy=multi-user.target
+

diff --git a/net-misc/xmrig/metadata.xml b/net-misc/xmrig/metadata.xml
new file mode 100644
index 000..8d9e1db23fc
--- /dev/null
+++ b/net-misc/xmrig/metadata.xml
@@ -0,0 +1,23 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+candr...@gentoo.org
+Craig Andrews
+  
+  
+XMRig High performance, open source, cross platform RandomX,
+CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner.
+  
+  
+
+  Set the default donation level to 1% instead of 0
+
+
+  Use sys-apps/hwloc for CPU affinity support
+
+  
+  
+xmrig/xmrig
+  
+

diff --git a/net-misc/xmrig/xmrig-6.12.2.ebuild 
b/net-misc/xmrig/xmrig-6.12.2.ebuild
new file mode 100644
index 000..b6e813dd772
--- /dev/null
+++ b/net-misc/xmrig/xmrig-6.12.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake optfeature systemd
+
+DESCRIPTION="RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner"
+HOMEPAGE="https://xmrig.com https://github.com/xmrig/xmrig;
+
+if [[ ${PV} == * ]] ; then
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/xmrig/xmrig/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="cpu_flags_x86_sse4_1 donate hwloc +ssl"
+
+DEPEND="
+   dev-libs/libuv:=
+   hwloc? ( sys-apps/hwloc:= )
+   ssl? ( dev-libs/openssl:= )
+"
+RDEPEND="
+   ${DEPEND}
+   sys-apps/msr-tools
+"
+
+src_prepare() {
+   if ! use donate ; then
+   sed -i 's/1;/0;/g' src/donate.h || die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_SSE4_1=$(usex cpu_flags_x86_sse4_1)
+   -DWITH_HWLOC=$(usex hwloc)
+   -DWITH_TLS=$(usex ssl)
+   -DWITH_OPENCL=OFF
+   -DWITH_CUDA=OFF
+   )
+
+   cmake_src_configure
+}
+
+src_install() {
+   default
+   keepdir /etc/xmrig
+   systemd_dounit "${FILESDIR}"/xmrig.service
+   dobin "${BUILD_DIR}/xmrig"
+   dobin "${S}/scripts/enable_1gb_pages.sh"
+   dobin "${S}/scripts/randomx_boost.sh"
+}

diff --git a/net-misc/xmrig/xmrig-.ebuild b/net-misc/xmrig/xmrig-.ebuild
new file mode 100644
index 000..b6e813dd772
--- /dev/null
+++ b/net-misc/xmrig/xmrig-.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake optfeature 

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

2021-06-08 Thread Adam Feldman
commit: 62b152f81e4100efc29170f81bdc1e5e861cd42a
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 23:19:32 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:29 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=62b152f8

eclass/mate{,-desktop.org}: sync from ::gentoo

Signed-off-by: Adam Feldman  gentoo.org>

 eclass/mate-desktop.org.eclass | 19 ---
 eclass/mate.eclass |  4 ++--
 2 files changed, 10 insertions(+), 13 deletions(-)

diff --git a/eclass/mate-desktop.org.eclass b/eclass/mate-desktop.org.eclass
index 776a3a6..849479d 100644
--- a/eclass/mate-desktop.org.eclass
+++ b/eclass/mate-desktop.org.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: mate-desktop.org.eclass
@@ -6,6 +6,7 @@
 # m...@gentoo.org
 # @AUTHOR:
 # Authors: NP-Hardass  based upon the gnome.org eclass.
+# @SUPPORTED_EAPIS: 6
 # @BLURB: Helper eclass for mate-desktop.org hosted archives
 # @DESCRIPTION:
 # Provide a default SRC_URI and EGIT_REPO_URI for MATE packages as well as
@@ -34,13 +35,13 @@ inherit versionator
 # @DESCRIPTION:
 # Name of the package as hosted on mate-desktop.org.
 # Leave unset if package name matches PN.
-: ${MATE_DESKTOP_ORG_PN:=$PN}
+: ${MATE_DESKTOP_ORG_PN:=${PN}}
 
 # @ECLASS-VARIABLE: MATE_DESKTOP_ORG_PV
 # @DESCRIPTION:
 # Package version string as listed on mate-desktop.org.
 # Leave unset if package version string matches PV.
-: ${MATE_DESKTOP_ORG_PV:=$PV}
+: ${MATE_DESKTOP_ORG_PV:=${PV}}
 
 # @ECLASS-VARIABLE: MATE_BRANCH
 # @DESCRIPTION:
@@ -48,17 +49,13 @@ inherit versionator
 # If live ebuild, will be set to ''.
 : ${MATE_BRANCH:=$(get_version_component_range 1-2)}
 
-# Set SRC_URI or EGIT_REPO_URI based on whether live 
+# Set SRC_URI or EGIT_REPO_URI based on whether live
 if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="
-   https://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git
-   git://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git
-   http://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git
-   "
+   
EGIT_REPO_URI="https://github.com/mate-desktop/${MATE_DESKTOP_ORG_PN}.git;
SRC_URI=""
 else
-   
SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${MATE_DESKTOP_ORG_PN}-${MATE_DESKTOP_ORG_PV}.tar.${MATE_TARBALL_SUFFIX};
+   
SRC_URI="https://pub.mate-desktop.org/releases/${MATE_BRANCH}/${MATE_DESKTOP_ORG_PN}-${MATE_DESKTOP_ORG_PV}.tar.${MATE_TARBALL_SUFFIX};
 fi
 
 # Set HOMEPAGE for all ebuilds
-HOMEPAGE="http://mate-desktop.org;
+HOMEPAGE="https://mate-desktop.org;

diff --git a/eclass/mate.eclass b/eclass/mate.eclass
index d7dd2db..34d5e47 100644
--- a/eclass/mate.eclass
+++ b/eclass/mate.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: mate.eclass
@@ -120,7 +120,7 @@ mate_src_configure() {
local mateconf=()
 
# Pass --disable-static whenever possible
-   if ! use_if_iuse static-libs; then
+   if ! in_iuse static-libs || ! use static-libs; then
if grep -q "enable-static" "${ECONF_SOURCE:-.}"/configure; then
mateconf+=( --disable-static )
fi



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/caja-hide/

2021-06-08 Thread Adam Feldman
commit: f8c9ad1e542a517541442d266413505db39e6ce8
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:55:49 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:55 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f8c9ad1e

mate-extra/caja-hide: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/caja-hide/caja-hide-0.9.0.ebuild | 6 +++---
 mate-extra/caja-hide/metadata.xml   | 3 ---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild 
b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
index 029a1ed..5d82374 100644
--- a/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
+++ b/mate-extra/caja-hide/caja-hide-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8} )
 inherit python-single-r1
 
 MY_PN="Caja-hide"
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/Fred-Barclay/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 

diff --git a/mate-extra/caja-hide/metadata.xml 
b/mate-extra/caja-hide/metadata.xml
index 81973b8..466a829 100644
--- a/mate-extra/caja-hide/metadata.xml
+++ b/mate-extra/caja-hide/metadata.xml
@@ -5,9 +5,6 @@
m...@gentoo.org
Gentoo MATE Desktop

-   
-   An extension for Caja that hiding files without 
renaming them
-   

Fred-Barclay/caja-hide




[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-system-monitor/

2021-06-08 Thread Adam Feldman
commit: 6be829cfbd7d85b80ddf85bdd6b08ebbeced4d8b
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:39:59 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:53 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=6be829cf

mate-extra/mate-system-monitor: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-system-monitor/mate-system-monitor-1.24.0.ebuild | 9 +
 mate-extra/mate-system-monitor/mate-system-monitor-1.24.1.ebuild | 9 +
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.24.0.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-1.24.0.ebuild
index d6a7c08..d95368b 100644
--- a/mate-extra/mate-system-monitor/mate-system-monitor-1.24.0.ebuild
+++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.24.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit mate
+inherit mate toolchain-funcs
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="amd64 ~arm ~arm64 x86"
@@ -51,9 +51,10 @@ src_configure() {
if use elogind || use systemd; then
myconf+=( --enable-systemd )
if use elogind; then
+   local pkgconfig="$(tc-getPKG_CONFIG)"
myconf+=(
-   SYSTEMD_CFLAGS=`pkg-config --cflags 
"libelogind" 2>/dev/null`
-   SYSTEMD_LIBS=`pkg-config --libs "libelogind" 
2>/dev/null`
+   SYSTEMD_CFLAGS="$(${pkgconfig} --cflags 
"libelogind")"
+   SYSTEMD_LIBS="$(${pkgconfig} --libs 
"libelogind")"
)
fi
else

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.24.1.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-1.24.1.ebuild
index a489ee3..69e584e 100644
--- a/mate-extra/mate-system-monitor/mate-system-monitor-1.24.1.ebuild
+++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.24.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit mate
+inherit mate toolchain-funcs
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
@@ -51,9 +51,10 @@ src_configure() {
if use elogind || use systemd; then
myconf+=( --enable-systemd )
if use elogind; then
+   local pkgconfig="$(tc-getPKG_CONFIG)"
myconf+=(
-   SYSTEMD_CFLAGS=`pkg-config --cflags 
"libelogind" 2>/dev/null`
-   SYSTEMD_LIBS=`pkg-config --libs "libelogind" 
2>/dev/null`
+   SYSTEMD_CFLAGS="$(${pkgconfig} --cflags 
"libelogind")"
+   SYSTEMD_LIBS="$(${pkgconfig} --libs 
"libelogind")"
)
fi
else



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-polkit/

2021-06-08 Thread Adam Feldman
commit: c7ed1f3ff67e08c2ccb3ff6c75ef5a4ccc2f8613
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 23:43:45 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:53 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=c7ed1f3f

mate-extra/mate-polkit: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-polkit/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mate-extra/mate-polkit/metadata.xml 
b/mate-extra/mate-polkit/metadata.xml
index 29daec0..69a769b 100644
--- a/mate-extra/mate-polkit/metadata.xml
+++ b/mate-extra/mate-polkit/metadata.xml
@@ -10,6 +10,5 @@


Support extraction of data from 
AccountsService
-   Add support for AppIndicator

 



[gentoo-commits] proj/gentoo-mate:master commit in: x11-misc/mozo/

2021-06-08 Thread Adam Feldman
commit: df7fe5ce453dc919122f15ede4bc1741b1eec618
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:46:54 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:54 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=df7fe5ce

x11-misc/mozo: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/mozo-1.24.0-r1.ebuild | 6 +++---
 x11-misc/mozo/mozo-1.24.0.ebuild| 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-misc/mozo/mozo-1.24.0-r1.ebuild 
b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
index 8977a14..7adc3a7 100644
--- a/x11-misc/mozo/mozo-1.24.0-r1.ebuild
+++ b/x11-misc/mozo/mozo-1.24.0-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8} )
 PYTHON_REQ_USE="xml"
 
 inherit mate python-r1
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Mozo menu editor for MATE"

diff --git a/x11-misc/mozo/mozo-1.24.0.ebuild b/x11-misc/mozo/mozo-1.24.0.ebuild
index cfcfb2e..a04c961 100644
--- a/x11-misc/mozo/mozo-1.24.0.ebuild
+++ b/x11-misc/mozo/mozo-1.24.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_7 )
 PYTHON_REQ_USE="xml"
 
 inherit python-r1 mate



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/caja-dropbox/

2021-06-08 Thread Adam Feldman
commit: 29283d8638801e841bcd4bdef39e3255758ade82
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:43:22 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:54 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=29283d86

mate-extra/caja-dropbox: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild | 6 +++---
 mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild| 8 
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild 
b/mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild
index 6632e04..4a219c9 100644
--- a/mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild
+++ b/mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
 MATE_LA_PUNT="yes"
 
 inherit eapi7-ver mate python-single-r1 linux-info
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 DESCRIPTION="Store, Sync and Share Files Online"

diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild 
b/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
index 9528233..13c899c 100644
--- a/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
+++ b/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_7 )
 MATE_LA_PUNT="yes"
 
-inherit mate python-single-r1 linux-info user
+inherit mate python-single-r1 linux-info toolchain-funcs user
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="amd64 x86"
@@ -77,7 +77,7 @@ src_install() {
 
mate_src_install
 
-   local extensiondir="$(pkg-config --variable=extensiondir 
libcaja-extension)"
+   local extensiondir="$($(tc-getPKG_CONFIG) --variable=extensiondir 
libcaja-extension)"
[ -z ${extensiondir} ] && die "pkg-config unable to get caja extensions 
dir"
 
# Strip $EPREFIX from $extensiondir as fowners/fperms act on $ED not $D.



[gentoo-commits] proj/gentoo-mate:master commit in: app-arch/engrampa/

2021-06-08 Thread Adam Feldman
commit: f9b81c498a7edf90b402eb0fbe1ff469273565db
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:44:33 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:54 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f9b81c49

app-arch/engrampa: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 app-arch/engrampa/engrampa-1.24.0-r1.ebuild | 4 ++--
 app-arch/engrampa/engrampa-1.24.1.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-arch/engrampa/engrampa-1.24.0-r1.ebuild 
b/app-arch/engrampa/engrampa-1.24.0-r1.ebuild
index ba457c1..08c1dc7 100644
--- a/app-arch/engrampa/engrampa-1.24.0-r1.ebuild
+++ b/app-arch/engrampa/engrampa-1.24.0-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
 
-inherit mate readme.gentoo-r1
+inherit mate optfeature readme.gentoo-r1
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="amd64 ~arm ~arm64 x86"

diff --git a/app-arch/engrampa/engrampa-1.24.1.ebuild 
b/app-arch/engrampa/engrampa-1.24.1.ebuild
index d1e58a3..73db09d 100644
--- a/app-arch/engrampa/engrampa-1.24.1.ebuild
+++ b/app-arch/engrampa/engrampa-1.24.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
 
-inherit mate readme.gentoo-r1
+inherit mate optfeature readme.gentoo-r1
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"



[gentoo-commits] proj/gentoo-mate:master commit in: app-editors/pluma/

2021-06-08 Thread Adam Feldman
commit: cc19be52f3f4dcc2d057c344590d02d83bfd5365
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:48:05 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:54 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=cc19be52

app-editors/pluma: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 app-editors/pluma/pluma-1.24.0.ebuild | 6 +++---
 app-editors/pluma/pluma-1.24.1.ebuild | 8 
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-editors/pluma/pluma-1.24.0.ebuild 
b/app-editors/pluma/pluma-1.24.0.ebuild
index 31c1ba5..66163bb 100644
--- a/app-editors/pluma/pluma-1.24.0.ebuild
+++ b/app-editors/pluma/pluma-1.24.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_7 )
 
 inherit mate python-single-r1 virtualx
 
@@ -77,5 +77,5 @@ src_test() {
 
unset DBUS_SESSION_BUS_ADDRESS
 
-   GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
 }

diff --git a/app-editors/pluma/pluma-1.24.1.ebuild 
b/app-editors/pluma/pluma-1.24.1.ebuild
index 9d5382f..9add36a 100644
--- a/app-editors/pluma/pluma-1.24.1.ebuild
+++ b/app-editors/pluma/pluma-1.24.1.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
 
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8,3_9} )
 
 inherit mate python-single-r1 virtualx
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Pluma text editor for the MATE desktop"
@@ -77,5 +77,5 @@ src_test() {
 
unset DBUS_SESSION_BUS_ADDRESS
 
-   GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
+   GSETTINGS_SCHEMA_DIR="${S}/data" virtx emake check
 }



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/caja/

2021-06-08 Thread Adam Feldman
commit: 566be82ef1e91a8977b4a18b5ddf98a216bcd8b3
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 23:40:17 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:53 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=566be82e

mate-base/caja: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/caja/caja-1.24.0-r2.ebuild | 4 ++--
 mate-base/caja/caja-1.24.0.ebuild| 4 ++--
 mate-base/caja/metadata.xml  | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/mate-base/caja/caja-1.24.0-r2.ebuild 
b/mate-base/caja/caja-1.24.0-r2.ebuild
index e77b01f..e7c95a8 100644
--- a/mate-base/caja/caja-1.24.0-r2.ebuild
+++ b/mate-base/caja/caja-1.24.0-r2.ebuild
@@ -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
 
 EAPI=6
@@ -86,7 +86,7 @@ src_test() {
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
 
-   Xemake check || die "Test phase failed"
+   virtx emake check || die "Test phase failed"
 }
 
 pkg_postinst() {

diff --git a/mate-base/caja/caja-1.24.0.ebuild 
b/mate-base/caja/caja-1.24.0.ebuild
index 0943a27..9cda8a9 100644
--- a/mate-base/caja/caja-1.24.0.ebuild
+++ b/mate-base/caja/caja-1.24.0.ebuild
@@ -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
 
 EAPI=6
@@ -81,7 +81,7 @@ src_test() {
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
 
-   Xemake check || die "Test phase failed"
+   virtx emake check || die "Test phase failed"
 }
 
 pkg_postinst() {

diff --git a/mate-base/caja/metadata.xml b/mate-base/caja/metadata.xml
index 1302ac7..f455e62 100644
--- a/mate-base/caja/metadata.xml
+++ b/mate-base/caja/metadata.xml
@@ -9,7 +9,7 @@
Install x11-themes/mate-icon-theme 
which 
is needed when this package is used in the MATE desktop 
environment.
-   Enable support for installing via 
app-admin/packagekit
+   Enable support for installing via 
PackageKit
based on mimetype





[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/caja-admin/

2021-06-08 Thread Adam Feldman
commit: 0f0e6d9aa69347c71c1501644fe2b777b31e3c29
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:53:37 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:54 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=0f0e6d9a

mate-extra/caja-admin: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/caja-admin/Manifest |  2 -
 mate-extra/caja-admin/caja-admin-0.0.1.ebuild  | 40 --
 mate-extra/caja-admin/caja-admin-0.0.2.ebuild  | 47 --
 .../caja-admin/caja-admin-0.0.2_p20200328.ebuild   |  8 ++--
 mate-extra/caja-admin/caja-admin-.ebuild   |  8 ++--
 5 files changed, 8 insertions(+), 97 deletions(-)

diff --git a/mate-extra/caja-admin/Manifest b/mate-extra/caja-admin/Manifest
index 58fdbbd..84613c3 100644
--- a/mate-extra/caja-admin/Manifest
+++ b/mate-extra/caja-admin/Manifest
@@ -1,3 +1 @@
-DIST 0.0.1.tar.gz 26920 BLAKE2B 
29aa35ef185cd588fd9242ea2b019cb64c4a4965b77523937b8b36c3a3437f7171dac3a000b85d9c4183a962a9dc6be787589408c7804f696aeac3576b7fee50
 SHA512 
12f54aad32ac11d34ee8344d564d31f29a53324308923e54426ac3837702e71701cf139b150ec3ff210fb0739eb9c46b05c6380d8596031f71b71899800b767d
-DIST 0.0.2.tar.gz 27564 BLAKE2B 
975bbba48508ed6a997190ea6d5432330710ee312fe6f1e130b47894331a35c32071a40691cf69f617d268ab85dca62bb8bb4577d49bdb3c75c65ce05b4b9220
 SHA512 
919a92e258585e4b6275d346c82a1f9fc90462aa0cdedafb78867b80496f44bbd3459ce5a67429c5dda499bff2928a014779e81c781278ac0603f6cbebd3ff9e
 DIST caja-admin-0.0.2_p20200328.tar.gz 27087 BLAKE2B 
1d8ce82026249cff4dc3360cedffb79079e6608414a7718f265a19fce1a579d7f1fc4dadf3b05dd5ef19dbd12a92a61f90c04736cc9196d2dd5d4230c8c31784
 SHA512 
6a134e1d53bbdbf1a617582de67f7ddba7c7e0193a714246993092dd1c96c2ccc05afdb2da5cd2dfd974f7ab95e0aeedab244f2fa1335fd157ce45b4404a1f90

diff --git a/mate-extra/caja-admin/caja-admin-0.0.1.ebuild 
b/mate-extra/caja-admin/caja-admin-0.0.1.ebuild
deleted file mode 100644
index 60be2b9..000
--- a/mate-extra/caja-admin/caja-admin-0.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/infirit/caja-admin;
-elif [[ ${PV} =~ _p[0-9]{8,} ]]; then
-   SHA="0af109ac79df76fbcc406d577d79f1c64d1a1fca"
-   SRC_URI="https://github.com/infirit/${PN}/archive/${SHA}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${SHA}"
-else
-   SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-CMAKE_MIN_VERSION="2.6"
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="Caja Admin Extension"
-HOMEPAGE="https://github.com/infirit/caja-admin;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}"
-RDEPEND="${COMMON_DEPEND}
-   dev-python/python-caja[${PYTHON_SINGLE_USEDEP}]
-   sys-auth/polkit
-"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-BDEPEND=""

diff --git a/mate-extra/caja-admin/caja-admin-0.0.2.ebuild 
b/mate-extra/caja-admin/caja-admin-0.0.2.ebuild
deleted file mode 100644
index 2e831ad..000
--- a/mate-extra/caja-admin/caja-admin-0.0.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/infirit/caja-admin;
-elif [[ ${PV} =~ _p[0-9]{8,} ]]; then
-   SHA="0af109ac79df76fbcc406d577d79f1c64d1a1fca"
-   SRC_URI="https://github.com/infirit/${PN}/archive/${SHA}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-   S="${WORKDIR}/${PN}-${SHA}"
-else
-   SRC_URI="https://github.com/infirit/${PN}/archive/${PV}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-CMAKE_MIN_VERSION="2.6"
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
-
-inherit cmake-utils python-single-r1
-
-DESCRIPTION="Caja Admin Extension"
-HOMEPAGE="https://github.com/infirit/caja-admin;
-
-LICENSE="GPL-3+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}"
-RDEPEND="${COMMON_DEPEND}
-   app-editors/pluma
-   dev-python/python-caja[${PYTHON_SINGLE_USEDEP}]
-   sys-auth/polkit
-   x11-terms/mate-terminal
-"
-DEPEND="${COMMON_DEPEND}
-   sys-devel/gettext
-"
-BDEPEND=""
-
-src_install() {
-   cmake-utils_src_install
-   python_optimize "${D}/usr/share/caja-python/extensions"
-}

diff --git a/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild 
b/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild
index c28a270..c16514f 100644
--- a/mate-extra/caja-admin/caja-admin-0.0.2_p20200328.ebuild
+++ 

[gentoo-commits] proj/gentoo-mate:master commit in: dev-python/python-caja/

2021-06-08 Thread Adam Feldman
commit: 439ceb5492a45d84fb8d9f8392abb79c7e53a47f
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:49:31 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:54 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=439ceb54

dev-python/python-caja: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 dev-python/python-caja/python-caja-1.24.0-r1.ebuild | 4 ++--
 dev-python/python-caja/python-caja-1.24.0-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-caja/python-caja-1.24.0-r1.ebuild 
b/dev-python/python-caja/python-caja-1.24.0-r1.ebuild
index de4838c..8984a57 100644
--- a/dev-python/python-caja/python-caja-1.24.0-r1.ebuild
+++ b/dev-python/python-caja/python-caja-1.24.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8} )
 
 inherit mate python-single-r1
 

diff --git a/dev-python/python-caja/python-caja-1.24.0-r2.ebuild 
b/dev-python/python-caja/python-caja-1.24.0-r2.ebuild
index 622b437..f12f38b 100644
--- a/dev-python/python-caja/python-caja-1.24.0-r2.ebuild
+++ b/dev-python/python-caja/python-caja-1.24.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_7,3_8} )
 
 inherit mate python-single-r1
 



[gentoo-commits] proj/gentoo-mate:master commit in: dev-libs/libmateweather/

2021-06-08 Thread Adam Feldman
commit: 4f9533b80c3b4be1af113d20c68ce687476eaa58
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 23:28:07 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:53 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4f9533b8

dev-libs/libmateweather: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 dev-libs/libmateweather/libmateweather-1.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libmateweather/libmateweather-1.24.1.ebuild 
b/dev-libs/libmateweather/libmateweather-1.24.1.ebuild
index a5ee353..2b91243 100644
--- a/dev-libs/libmateweather/libmateweather-1.24.1.ebuild
+++ b/dev-libs/libmateweather/libmateweather-1.24.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
 
-inherit eapi7-ver mate
+inherit mate
 
 if [[ ${PV} !=  ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"



[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-menus/files/

2021-06-08 Thread Adam Feldman
commit: 61063ab12c8afc83bb5dc2d4160db323bb68e0bb
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:18:26 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:53 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=61063ab1

mate-base/mate-menus: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-menus/files/10-xdg-menu-mate | 6 --
 1 file changed, 6 deletions(-)

diff --git a/mate-base/mate-menus/files/10-xdg-menu-mate 
b/mate-base/mate-menus/files/10-xdg-menu-mate
deleted file mode 100644
index 06a6a91..000
--- a/mate-base/mate-menus/files/10-xdg-menu-mate
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-if [ -z "$XDG_MENU_PREFIX" ] && [ "$DESKTOP_SESSION" = "mate" ]
-then
-   export XDG_MENU_PREFIX=mate-
-fi



[gentoo-commits] proj/gentoo-mate:master commit in: app-text/atril/

2021-06-08 Thread Adam Feldman
commit: a0c070ea0e4b0b71da995ba14d5d2f59f29e3786
Author: Adam Feldman  gentoo  org>
AuthorDate: Wed Jun  9 01:41:34 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun  9 02:04:54 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=a0c070ea

app-text/atril: Sync with ::gentoo

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 app-text/atril/atril-1.24.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/atril/atril-1.24.0-r2.ebuild 
b/app-text/atril/atril-1.24.0-r2.ebuild
index 6947e34..1cf25b1 100644
--- a/app-text/atril/atril-1.24.0-r2.ebuild
+++ b/app-text/atril/atril-1.24.0-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MATE_LA_PUNT="yes"
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit mate python-any-r1 virtualx
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-util/qshaderedit/

2021-06-08 Thread Samuel Bauer
commit: 6dc01757069987d092afae648c66e1a8ee7c20d0
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Tue Jun  8 21:00:57 2021 +
Commit: Samuel Bauer  yahoo  fr>
CommitDate: Tue Jun  8 21:02:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dc01757

dev-util/qshaderedit: old ebuild with qt5 support

Signed-off-by: Samuel Bauer  yahoo.fr>

 dev-util/qshaderedit/Manifest |  1 +
 dev-util/qshaderedit/metadata.xml |  8 
 dev-util/qshaderedit/qshaderedit-0.1.5.ebuild | 23 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-util/qshaderedit/Manifest b/dev-util/qshaderedit/Manifest
new file mode 100644
index 0..f033f359e
--- /dev/null
+++ b/dev-util/qshaderedit/Manifest
@@ -0,0 +1 @@
+DIST qshaderedit-0.1.5.tar.bz2 1680331 BLAKE2B 
9ccd90e5c6653c9b10f178de48f3940a514075c9a5e827ef689ea54e52f012e1cb1cf2883edee19af6da314e29d6777288f271b7f648e0749a4af0ddf28f9694
 SHA512 
1e8dc0fda8b5e9000cf951603d9a69fac0454d63959ff2f8568dec31bf3551efadcc6e3f3d900a9a21624f3ed2311a7759e0718b60b86686752295d5e68979ad

diff --git a/dev-util/qshaderedit/metadata.xml 
b/dev-util/qshaderedit/metadata.xml
new file mode 100644
index 0..3af0414de
--- /dev/null
+++ b/dev-util/qshaderedit/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   mazes_80
+   samuel.ba...@yahoo.fr
+
+

diff --git a/dev-util/qshaderedit/qshaderedit-0.1.5.ebuild 
b/dev-util/qshaderedit/qshaderedit-0.1.5.ebuild
new file mode 100644
index 0..f4f8ae43a
--- /dev/null
+++ b/dev-util/qshaderedit/qshaderedit-0.1.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Multiplatform shader editor inspired by Apple's OpenGL Shader 
Builder"
+HOMEPAGE="https://gitlab.com/mazes_80/qshaderedit/;
+SRC_URI="https://gitlab.com/mazes_80/${PN}/-/archive/${PV}/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/glew:0
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtopengl:5"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog )



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

2021-06-08 Thread Zac Medico
commit: d9056f494fe1c7ca9fe43f9c282af56732bc6e76
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jun  9 00:54:10 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jun  9 00:54:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9056f49

app-misc/filebus: Remove old version 0.2.0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  1 -
 app-misc/filebus/filebus-0.2.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 08d3395a5b4..11546b7cb6b 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1,2 +1 @@
-DIST filebus-0.2.0.tar.gz 7895 BLAKE2B 
d113ab7e57ee24371dc9adbeb4767f533007d36cee2a3f55ee7bbcf13c31980355cfee2db748ef6c485bad3cb8c68ba1c31f9829b0c6365fa3b63c4899fb8b02
 SHA512 
fc7083444a67e36778d15a8af38487024ab661d32b891cfc735fd31cce2ddecfff3ef63c591106d97250373dac9aeef8dd0e8cf0ec260b2d67031018fe66249f
 DIST filebus-0.3.1.tar.gz 16926 BLAKE2B 
87eea36a58895a89a70e236f505af09efabf37ce04ce58c713dc99222e415f0ecd9a55fc921a9b6336f4dea04c5e3860252425e257706f0e37be3d43d76668c0
 SHA512 
e0d4e30f478c9ae95b520122b5aa70bc792d7caad9f9dbde6a72dec9eff314ca884b0291ed9ad662998d1e0e91679dc96ec749b33f55188fab61e7b2b5baa792

diff --git a/app-misc/filebus/filebus-0.2.0.ebuild 
b/app-misc/filebus/filebus-0.2.0.ebuild
deleted file mode 100644
index 77f93fa0d64..000
--- a/app-misc/filebus/filebus-0.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A user space multicast named pipe implementation backed by a 
regular file"
-HOMEPAGE="https://github.com/zmedico/filebus;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="+inotify test"
-RESTRICT="!test? ( test )"
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )"
-BDEPEND="${RDEPEND}"
-
-python_test() {
-   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-text/mdbook/

2021-06-08 Thread YOSHIOKA Takuma
commit: b6835df6adf713d1bdbd24609a11815a8b60472b
Author: YOSHIOKA Takuma  hard-wi  red>
AuthorDate: Tue Jun  8 19:44:01 2021 +
Commit: YOSHIOKA Takuma  hard-wi  red>
CommitDate: Tue Jun  8 19:44:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6835df6

app-text/mdbook: version bump 0.4.9

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: YOSHIOKA Takuma  hard-wi.red>

 app-text/mdbook/Manifest| 134 
 app-text/mdbook/mdbook-0.4.9.ebuild | 246 
 2 files changed, 380 insertions(+)

diff --git a/app-text/mdbook/Manifest b/app-text/mdbook/Manifest
index fcf7853e9..b655169e8 100644
--- a/app-text/mdbook/Manifest
+++ b/app-text/mdbook/Manifest
@@ -1,94 +1,161 @@
 DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c122507a88e781d7c2d5c9175d1788aeef8d21e0487c7c449e28fbbdaae8203fe68627d23ac0a58d30dc70befd26ac9af32f
 SHA512 
e8a1cb252015435009883662ca23408f1491d8f01461f3a81082feabeeff72ec61beb4f1f3271fc8a87f1379899ecfc38036ac208dca17889f70ddaca2406a9b
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ammonia-3.1.0.crate 35518 BLAKE2B 
7193a1d03d42218b6f4a39c218541d512c6dd83a4173545a149a03de521b415fb242eab3f478ffa4e864c8a3e8f5e1f453147695712c1f12935e7bebab33e143
 SHA512 
51913e564f04e7c90116abc6f4251a0be8fc6bd6d44f38ca4b0da4744357cf559ee8b15c474879839f151f521a2c4fde76b26eb1f38077b99bce54fb4d3e1d0b
+DIST ammonia-3.1.1.crate 35514 BLAKE2B 
4cc4f9c50488264932347e3d8f710731e4ef43bd4e6b27fa5307b196f1142e0725c9f76595e430d2c8ed0880868d9e4fac226f3026e71c15de67c46b1e00cc3e
 SHA512 
fae5b33ac0f6bc72acb51cf6ea87df55f308b798830342f92a24ed35a51a0eb7081a7fd14df0fedb30f4f516bd30de00d6059c246ab200a483fb8b4a68a4fac5
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST anyhow-1.0.28.crate 26549 BLAKE2B 
856d810ebc8765e173601e74e7064ee524c615fda87adcb8e49d6d1c76857edcfdfa8c480bcd1892c0b8be26e3cff3ea9333f3edbe7c60386e48e1deb3f031f2
 SHA512 
d8c2aa7ae279fe5b9b9ecba1bce3acd14f0087f98c494e6727ea3540d59ae021e373fe4d27e07b942061591cabc68cdd7b1abce4970479d0d44851e9fca66524
+DIST anyhow-1.0.40.crate 34534 BLAKE2B 
79a3731153f8e3ace906b9a360521147fd055f7401a99ea2373501ade7e49ecdb280dd59b6a3b9b2f88e90857302e71f772c767e62cb702e32c8343fd4b0f741
 SHA512 
5efc7347a7fa72abce9a8b3b76649abb00d73c16c5125aa4b6faaa7040eb5138d7d9470b66c186825c9651272f5c359578503d0866ce7242ea7ca9dc05087165
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
+DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
 DIST base64-0.11.0.crate 48362 BLAKE2B 
90d2a64496e20c4bcca6f21c2546474ec88283679ccae95303ea7521133414eba021810e64e5916e3980b6878f90281f09295ebadcc12324fc9a9060ac41a707
 SHA512 
31b5f56d4907a5e4ae40e92ef1629a446126525186f5236afc2475829bf2e5e067554db200a18f7b3ab741d0cc9c01e20612e77cc0cbc1bc2a4a8d11c0fdbf33
 DIST base64-0.12.0.crate 55305 BLAKE2B 
7eb21783c5a392c5ac3a05dd01cb5ec04d86bf83b17b6fbc3780f6d5e8cbb02cb1efef73629624ea3903c8829e88e64f04f00441b5ccd4115403587219e2234e
 SHA512 
12b76d3ec1364730402f412a676fc264ba0540f4aaa0786389df2c5d8805778d78437f65d2ce6ec07a27dca4e430a0b089684a811231a51830c714acbb98e3ca
+DIST base64-0.12.3.crate 57545 BLAKE2B 
5ff7e888f6b750ddfe302438d52766f5d6281b8c8ce73827a9ad1d64641704414649e6c1e02bce6abbb2858b9f859fce54a0e0e793549a474c4b49a724c8663f
 SHA512 
ec6ad7cbd4980a12189690e9e24ec1db3c3def9e93672a415808904f68db2b5d8c5740e44207b2c629db5dd5d6ba6bd9dd342dd82367da6198e0313d86e54f02
+DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 

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

2021-06-08 Thread Sam James
commit: ee4c6eec951d1364454b1c0885643385ff3821e6
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  8 23:25:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  8 23:25:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee4c6eec

media-sound/mpg123: Stabilize 1.27.2 arm64, #794880

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

 media-sound/mpg123/mpg123-1.27.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mpg123/mpg123-1.27.2.ebuild 
b/media-sound/mpg123/mpg123-1.27.2.ebuild
index 04c454c4c6b..fef4c12420f 100644
--- a/media-sound/mpg123/mpg123-1.27.2.ebuild
+++ b/media-sound/mpg123/mpg123-1.27.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



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

2021-06-08 Thread Sam James
commit: 8a803947e7e062665091a87441c763dd707825a7
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  8 23:24:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  8 23:24:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a803947

media-sound/schismtracker: Stabilize 20200412 x86, #794883

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

 media-sound/schismtracker/schismtracker-20200412.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/schismtracker/schismtracker-20200412.ebuild 
b/media-sound/schismtracker/schismtracker-20200412.ebuild
index 167c6f909ef..1c2988cf91b 100644
--- a/media-sound/schismtracker/schismtracker-20200412.ebuild
+++ b/media-sound/schismtracker/schismtracker-20200412.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2 public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2021-06-08 Thread Sam James
commit: 02b23919df999448886dbaa3cc2d4bdf24ec3f39
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  8 23:24:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  8 23:24:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b23919

media-sound/mpg123: Stabilize 1.27.2 x86, #794880

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

 media-sound/mpg123/mpg123-1.27.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mpg123/mpg123-1.27.2.ebuild 
b/media-sound/mpg123/mpg123-1.27.2.ebuild
index fd71c4d7aa4..04c454c4c6b 100644
--- a/media-sound/mpg123/mpg123-1.27.2.ebuild
+++ b/media-sound/mpg123/mpg123-1.27.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



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

2021-06-08 Thread Sam James
commit: 8190302eb2af97d0d771afc441e63e303a0f7a6f
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  8 23:24:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  8 23:24:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8190302e

media-sound/mpg123: Stabilize 1.27.2 amd64, #794880

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

 media-sound/mpg123/mpg123-1.27.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/mpg123/mpg123-1.27.2.ebuild 
b/media-sound/mpg123/mpg123-1.27.2.ebuild
index b8286510b25..fd71c4d7aa4 100644
--- a/media-sound/mpg123/mpg123-1.27.2.ebuild
+++ b/media-sound/mpg123/mpg123-1.27.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.mpg123.org/download/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
 IUSE="cpu_flags_x86_3dnow cpu_flags_x86_3dnowext cpu_flags_ppc_altivec alsa 
coreaudio int-quality ipv6 jack cpu_flags_x86_mmx nas oss portaudio pulseaudio 
sdl cpu_flags_x86_sse"
 
 # No MULTILIB_USEDEP here since we only build libmpg123 for non native ABIs.



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gdk-pixbuf-loader-webp/

2021-06-08 Thread Sam James
commit: 9f3b5091916e77ac32eafc5871ac5967ab03fb7d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  8 23:24:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  8 23:24:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3b5091

gui-libs/gdk-pixbuf-loader-webp: Stabilize 0.0.2 amd64, #794886

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

 gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild 
b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
index 34215cc53d2..e449749e765 100644
--- a/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
+++ b/gui-libs/gdk-pixbuf-loader-webp/gdk-pixbuf-loader-webp-0.0.2.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/webp-pixbuf-loader-${PV}"
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 RDEPEND=">x11-libs/gdk-pixbuf-2.22.0:2[${MULTILIB_USEDEP}]



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

2021-06-08 Thread Sam James
commit: 1a6e3b5a7baeaca6a1a9e05f1eabfadd99ff7286
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  8 23:24:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  8 23:24:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6e3b5a

media-sound/schismtracker: Stabilize 20200412 amd64, #794883

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

 media-sound/schismtracker/schismtracker-20200412.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/schismtracker/schismtracker-20200412.ebuild 
b/media-sound/schismtracker/schismtracker-20200412.ebuild
index 68df087a73c..167c6f909ef 100644
--- a/media-sound/schismtracker/schismtracker-20200412.ebuild
+++ b/media-sound/schismtracker/schismtracker-20200412.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-2 LGPL-2 public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/geminipart/

2021-06-08 Thread Anna Vyalkova
commit: 870b7184eba34506d913efdcd8da075dbf0dba77
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 11:26:05 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Jun  8 19:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=870b7184

kde-misc/geminipart: add 20210530, drop 20210413

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

 kde-misc/geminipart/Manifest | 2 +-
 .../{geminipart-20210413.ebuild => geminipart-20210530.ebuild}   | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/kde-misc/geminipart/Manifest b/kde-misc/geminipart/Manifest
index b1d1ea938..a0de241d5 100644
--- a/kde-misc/geminipart/Manifest
+++ b/kde-misc/geminipart/Manifest
@@ -1 +1 @@
-DIST geminipart-11e93034deaacee8237ac79f46854b15368f1e9c.tar.gz 19391 BLAKE2B 
2824c81b8258cffe438e265f0556701f5827a2223161493fab56dca423557c24f010a5af9bb3bffd16ed0296f96aaa2376472210c6f4ee757e9899aaafd80b3f
 SHA512 
945b44c0709a6d25f640396ff9a0fef1a69a65bc01b9d8202c9e1943e982400e1a400b039190366b0b82f05bdfe426c5ff135bd4863d43a986a0d8ce7688a025
+DIST geminipart-6463a3931e86c4a99ff022d091ad5a7d49e202b1.tar.gz 22296 BLAKE2B 
2799467e6ecb37654d1fec2552f08793a08f39aa1ba0abd96bdfb4fe6a30264b16730955ee4f717ae7e30a2b9f011bd6197a85fb8cb44c6d8fb7bfa0e10805b4
 SHA512 
e8eb8a35623569f746da409b4b315ea91163f70a07a2157fe6acac3c5042a1f28e071a0b47406f349c5bc0f6808c9b10156e3b76045f1a7ba09f6ef706f52462

diff --git a/kde-misc/geminipart/geminipart-20210413.ebuild 
b/kde-misc/geminipart/geminipart-20210530.ebuild
similarity index 69%
rename from kde-misc/geminipart/geminipart-20210413.ebuild
rename to kde-misc/geminipart/geminipart-20210530.ebuild
index a9c470160..27cc99c9d 100644
--- a/kde-misc/geminipart/geminipart-20210413.ebuild
+++ b/kde-misc/geminipart/geminipart-20210530.ebuild
@@ -3,21 +3,20 @@
 
 EAPI=7
 
-COMMIT="11e93034deaacee8237ac79f46854b15368f1e9c"
+COMMIT="6463a3931e86c4a99ff022d091ad5a7d49e202b1"
 ECM_TEST="forceoptional"
-KFMIN=5.16.0
+KFMIN=5.77.0
 QTMIN=5.4.0
 inherit ecm
 
 DESCRIPTION="KPart for viewing text/gemini files"
-HOMEPAGE="https://invent.kde.org/tobias/geminipart;
-SRC_URI="https://invent.kde.org/tobias/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz;
+HOMEPAGE="https://gitlab.com/tobiasrautenkranz/geminipart;
+SRC_URI="https://gitlab.com/tobiasrautenkranz/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz;
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="LGPL-2+"
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
 
 DEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5



[gentoo-commits] repo/proj/guru:dev commit in: net-im/kaidan/, profiles/updates/, kde-apps/kaidan/

2021-06-08 Thread Anna Vyalkova
commit: bb5a89a6291d9491e85a66da32a70379e80df749
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 11:31:50 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Jun  8 19:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb5a89a6

kde-apps/kaidan -> net-im/kaidan

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

 {kde-apps => net-im}/kaidan/Manifest| 0
 {kde-apps => net-im}/kaidan/kaidan-0.7.0.ebuild | 0
 {kde-apps => net-im}/kaidan/kaidan-0.8.0.ebuild | 0
 {kde-apps => net-im}/kaidan/metadata.xml| 0
 profiles/updates/2Q-2021| 1 +
 5 files changed, 1 insertion(+)

diff --git a/kde-apps/kaidan/Manifest b/net-im/kaidan/Manifest
similarity index 100%
rename from kde-apps/kaidan/Manifest
rename to net-im/kaidan/Manifest

diff --git a/kde-apps/kaidan/kaidan-0.7.0.ebuild 
b/net-im/kaidan/kaidan-0.7.0.ebuild
similarity index 100%
rename from kde-apps/kaidan/kaidan-0.7.0.ebuild
rename to net-im/kaidan/kaidan-0.7.0.ebuild

diff --git a/kde-apps/kaidan/kaidan-0.8.0.ebuild 
b/net-im/kaidan/kaidan-0.8.0.ebuild
similarity index 100%
rename from kde-apps/kaidan/kaidan-0.8.0.ebuild
rename to net-im/kaidan/kaidan-0.8.0.ebuild

diff --git a/kde-apps/kaidan/metadata.xml b/net-im/kaidan/metadata.xml
similarity index 100%
rename from kde-apps/kaidan/metadata.xml
rename to net-im/kaidan/metadata.xml

diff --git a/profiles/updates/2Q-2021 b/profiles/updates/2Q-2021
index 37b11d3fd..b92356209 100644
--- a/profiles/updates/2Q-2021
+++ b/profiles/updates/2Q-2021
@@ -7,3 +7,4 @@ slotmove games-action/minecraft-launcher 1 legacy
 move app-misc/spotify-tray media-sound/spotify-tray
 move net-im/catgirl net-irc/catgirl
 move net-im/srain net-irc/srain
+move kde-apps/kaidan net-im/kaidan



[gentoo-commits] repo/proj/guru:dev commit in: kde-apps/kaidan/

2021-06-08 Thread Anna Vyalkova
commit: c14e19b9d6509360d4835758179c89d1c8dc5edf
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 10:46:57 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Jun  8 19:21:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c14e19b9

kde-apps/kaidan: add 0.8.0

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

 kde-apps/kaidan/Manifest|  1 +
 kde-apps/kaidan/kaidan-0.8.0.ebuild | 52 +
 2 files changed, 53 insertions(+)

diff --git a/kde-apps/kaidan/Manifest b/kde-apps/kaidan/Manifest
index 982515522..54b0c922a 100644
--- a/kde-apps/kaidan/Manifest
+++ b/kde-apps/kaidan/Manifest
@@ -1 +1,2 @@
 DIST kaidan-0.7.0.tar.xz 516684 BLAKE2B 
6ee2f6696b1fca2ec564563e13c621f63edc8696d4b14ec22157adef611d5ba9d2d522bd960d1becc16a720851263503251d5a1f850af409daf439165a23839f
 SHA512 
89389db3dfbc6acfae252c6fad2492a997760495f9a55d6f56bbf0f49832fcbff35548ba89dc3f24e6ff05b0c4b1ee0242566ca1c7f662fc096b13b37f99af94
+DIST kaidan-0.8.0.tar.xz 532028 BLAKE2B 
75607bec35606bb87b820277c9d94af02f110c4b56d78cb7e3261555f89eecaa823b9cdbfe53a7561f145d0d94eef3fbd6acb76b4d975746706aa796e565cd3f
 SHA512 
2084693dd2ae0f1410e6df57f77f1c2c080e9b48c771e632b4cc9bf0351e435fd9d6937209f50d0f41a7235317fe42578cc8c983163f61e0d6c541d148a202bf

diff --git a/kde-apps/kaidan/kaidan-0.8.0.ebuild 
b/kde-apps/kaidan/kaidan-0.8.0.ebuild
new file mode 100644
index 0..c969fcf9e
--- /dev/null
+++ b/kde-apps/kaidan/kaidan-0.8.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.67.0
+QTMIN=5.14.0
+inherit ecm
+
+DESCRIPTION="A simple, user-friendly Jabber/XMPP client for every device!"
+HOMEPAGE="https://www.kaidan.im;
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+
+LICENSE="Apache-2.0 CC-BY-SA-4.0 GPL-3+ GPL-3-with-openssl-exception MIT"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="kde nls"
+
+BDEPEND="
+   nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
+"
+DEPEND="
+   >=dev-qt/qtconcurrent-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtlocation-${QTMIN}:5
+   >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+   >=dev-qt/qtnetwork-${QTMIN}:5[ssl]
+   >=dev-qt/qtpositioning-${QTMIN}:5[qml]
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=dev-qt/qtsvg-${QTMIN}:5
+   >=dev-qt/qtsql-${QTMIN}:5
+   >=dev-qt/qtxml-${QTMIN}:5
+   >=kde-frameworks/kirigami-${KFMIN}:5
+   >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
+   >=media-libs/zxing-cpp-1.0.8
+   >=net-libs/qxmpp-1.3.0
+   kde? ( >=kde-frameworks/knotifications-${KFMIN}:5 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DI18N=$(usex nls)
+   -DBUILD_TESTS=$(usex test)
+   -DUSE_KNOTIFICATIONS=$(usex kde)
+   # compile QML at build time
+   -DQUICK_COMPILER=ON
+   )
+   ecm_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: kde-misc/kio-gemini/

2021-06-08 Thread Anna Vyalkova
commit: 4d5d52b2f2a9d05eb5605061dbc4c6a357c58be6
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 11:26:13 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Jun  8 19:21:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d5d52b2

kde-misc/kio-gemini: add 20210516, drop 20210413

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

 kde-misc/kio-gemini/Manifest   | 2 +-
 .../{kio-gemini-20210413.ebuild => kio-gemini-20210516.ebuild} | 7 +++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/kde-misc/kio-gemini/Manifest b/kde-misc/kio-gemini/Manifest
index 8d2babdc6..550bfba07 100644
--- a/kde-misc/kio-gemini/Manifest
+++ b/kde-misc/kio-gemini/Manifest
@@ -1 +1 @@
-DIST kio-gemini-d60b94caae7a4c295c0aefc441bb5ba62a3f.tar.gz 17115 BLAKE2B 
0d78f85f2d6ead0804e1022eda25c2df54d359a538a588e499e7e6076917848cd46ce651ddd4e7afdb388ebd5ac88c39be04752720895ddb4326b7e19accbc8f
 SHA512 
ff5471c12ab7e6246a5e36d0976724c81ba8aa6fd16d3ebbf6f44fe26ac42718db50d5fa9241240a24e09e3737b5532ca7fe6cd94e96d251a9d34a368c97c2b2
+DIST kio-gemini-679b4b9125e9980aea22dace35afd76a5ca9e85e.tar.gz 18166 BLAKE2B 
f14099ba5d635592f5523ffee796c3aee92d9c2bf528e320d6d39c1285879c2e819eed5900f763cb71737afbbb3afb88e909978030331595a4d2e4965c6dd27c
 SHA512 
2d9f38f243354f1676d1e07ef99c4efe270a838a1a465e1d4111c9a3ca9a506f417bd7716d8fcd5072253b106302c041d55ebc824ea505240031025ca3e01694

diff --git a/kde-misc/kio-gemini/kio-gemini-20210413.ebuild 
b/kde-misc/kio-gemini/kio-gemini-20210516.ebuild
similarity index 69%
rename from kde-misc/kio-gemini/kio-gemini-20210413.ebuild
rename to kde-misc/kio-gemini/kio-gemini-20210516.ebuild
index a4ca71408..0c01f5440 100644
--- a/kde-misc/kio-gemini/kio-gemini-20210413.ebuild
+++ b/kde-misc/kio-gemini/kio-gemini-20210516.ebuild
@@ -3,21 +3,20 @@
 
 EAPI=7
 
-COMMIT="d60b94caae7a4c295c0aefc441bb5ba62a3f"
+COMMIT="679b4b9125e9980aea22dace35afd76a5ca9e85e"
 ECM_HANDBOOK="forceoptional"
 KFMIN=5.38.0
 QTMIN=5.4.0
 inherit ecm
 
 DESCRIPTION="Gemini KIO slave"
-HOMEPAGE="https://invent.kde.org/tobias/kio-gemini;
-SRC_URI="https://invent.kde.org/tobias/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz;
+HOMEPAGE="https://gitlab.com/tobiasrautenkranz/kio-gemini;
+SRC_URI="https://gitlab.com/tobiasrautenkranz/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz;
 S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="LGPL-2+"
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
 
 DEPEND="
>=kde-frameworks/ki18n-${KFMIN}:5



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

2021-06-08 Thread Anna Vyalkova
commit: 4e241cbbd068dc4c52daa71f3e46812c603a7187
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Tue Jun  8 14:23:21 2021 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Tue Jun  8 19:21:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e241cbb

dev-python/databases: add missing test dep

Closes: https://bugs.gentoo.org/792255
Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/databases/databases-0.4.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/databases/databases-0.4.3.ebuild 
b/dev-python/databases/databases-0.4.3.ebuild
index 0330e7794..ac93c89e7 100644
--- a/dev-python/databases/databases-0.4.3.ebuild
+++ b/dev-python/databases/databases-0.4.3.ebuild
@@ -26,6 +26,7 @@ 

[gentoo-commits] repo/gentoo:master commit in: app-misc/OpenRGB/files/, app-misc/OpenRGB/

2021-06-08 Thread Patrick McLean
commit: e21bdc23df6be5ac3d1f907b815d2d837886172a
Author: Alexey Sokolov  google  com>
AuthorDate: Sun Jun  6 22:01:37 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun  8 23:13:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21bdc23

app-misc/OpenRGB: version 0.6

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/OpenRGB/Manifest|  1 +
 app-misc/OpenRGB/OpenRGB-0.6.ebuild  | 57 
 app-misc/OpenRGB/files/OpenRGB-0.6-pkgconf.patch | 11 +
 3 files changed, 69 insertions(+)

diff --git a/app-misc/OpenRGB/Manifest b/app-misc/OpenRGB/Manifest
index c2ca31416fa..a27eaef18df 100644
--- a/app-misc/OpenRGB/Manifest
+++ b/app-misc/OpenRGB/Manifest
@@ -1,2 +1,3 @@
 DIST OpenRGB-release_0.4.tar.bz2 2195819 BLAKE2B 
6416e143707e5ae48d0f26d205e1cc27571299d7d4b8483d18cc03db237d71ebc3574973fc1540dacc24662c536888e575e89db417e52dc9672d412fe41c540b
 SHA512 
9ecdf0a0aec5916b1c705c1ad0bd567f46f9b0a4409211cb195ec7a4bfbc95c80bde13798839d23e867ed613cb34c6e9629da4aac942490f58ca9528f5f0a8bd
 DIST OpenRGB-release_0.5.tar.bz2 24183948 BLAKE2B 
c3e6eaab2224f97287a454375486cdacc6814f35fe6752271293d30110d066998d95a901224929cdec7f57a3983fa9d8f5dc488a2ccb6d128df36fac6bc4582a
 SHA512 
d0bd69de94e7e94b9972c07851602d8437b4485d02e83e2fe84f21292acbeef32624ec82d5cb79de85a4dfec35431c469b124b0cc41cf1f741e6e52803dd82eb
+DIST OpenRGB-release_0.6.tar.bz2 24301305 BLAKE2B 
20d8f8f7a3189fd5f94b008b11c869d2a8584dc038322e4ac8649c7b57172637133dd18c05ed8eaa6907ba7c097280727a9e7ce2e676250146044bbc2d66921e
 SHA512 
9eb090e1cab121308f3adea8c50feb819a19cb52feff29e45ec24dfbb37013421f53d2ac614496781af1ef4e612dd41c1abafec509430df7d0715aba59ee5a32

diff --git a/app-misc/OpenRGB/OpenRGB-0.6.ebuild 
b/app-misc/OpenRGB/OpenRGB-0.6.ebuild
new file mode 100644
index 000..c356d7aff6f
--- /dev/null
+++ b/app-misc/OpenRGB/OpenRGB-0.6.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit qmake-utils
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI=${EGIT_REPO_URI:-"https://gitlab.com/CalcProgrammer1/OpenRGB"}
+else
+   
SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${PV}/OpenRGB-release_${PV}.tar.bz2;
+   S="${WORKDIR}/OpenRGB-release_${PV}"
+   KEYWORDS="~amd64 ~x86"
+   PATCHES=(
+   "${FILESDIR}"/OpenRGB-0.5-build-system.patch
+   )
+fi
+
+DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
+HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/;
+LICENSE="GPL-2"
+SLOT="0"
+
+RDEPEND="
+   dev-libs/hidapi:=
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   virtual/libusb:1
+"
+DEPEND="
+   ${RDEPEND}
+   dev-cpp/nlohmann_json
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+
+PATCHES+=(
+   "${FILESDIR}"/OpenRGB-0.6-pkgconf.patch
+)
+
+src_prepare() {
+   default
+   rm -r dependencies/{hidapi,libusb,json}* || die
+}
+
+src_configure() {
+   eqmake5 INCLUDEPATH+="${ESYSROOT}/usr/include/nlohmann"
+}
+
+src_install() {
+   emake INSTALL_ROOT="${ED}" install
+
+   dodoc README.md OpenRGB.patch
+}

diff --git a/app-misc/OpenRGB/files/OpenRGB-0.6-pkgconf.patch 
b/app-misc/OpenRGB/files/OpenRGB-0.6-pkgconf.patch
new file mode 100644
index 000..380b1091d22
--- /dev/null
+++ b/app-misc/OpenRGB/files/OpenRGB-0.6-pkgconf.patch
@@ -0,0 +1,11 @@
+--- a/OpenRGB.pro  2021-06-06 22:51:12.022561718 +0100
 b/OpenRGB.pro  2021-06-06 22:51:24.466105358 +0100
+@@ -837,7 +837,7 @@ unix:!macx {
+ # hidapi-hidraw >= 0.10.1 supports USAGE/USAGE_PAGE   
  #
+ # Define USE_HID_USAGE if hidapi-hidraw supports it   
  #
+ 
#---#
+-HIDAPI_HIDRAW_VERSION = $$system(pkgconf --modversion hidapi-hidraw)
++HIDAPI_HIDRAW_VERSION = $$system(pkg-config --modversion 
hidapi-hidraw)
+ if(versionAtLeast(HIDAPI_HIDRAW_VERSION, "0.10.1")) {
+ DEFINES += USE_HID_USAGE
+ }



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

2021-06-08 Thread Patrick McLean
commit: 2cf450c9306a99618af5dd566bb5966e2eac8bc3
Author: Alexey Sokolov  google  com>
AuthorDate: Sun Jun  6 22:12:08 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun  8 23:13:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cf450c9

app-misc/OpenRGB: update 

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/21145
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/OpenRGB/OpenRGB-.ebuild | 15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/app-misc/OpenRGB/OpenRGB-.ebuild 
b/app-misc/OpenRGB/OpenRGB-.ebuild
index 6c5d8e23cd0..c1f1eb4bbcb 100644
--- a/app-misc/OpenRGB/OpenRGB-.ebuild
+++ b/app-misc/OpenRGB/OpenRGB-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,6 +12,9 @@ else

SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${PV}/OpenRGB-release_${PV}.tar.bz2;
S="${WORKDIR}/OpenRGB-release_${PV}"
KEYWORDS="~amd64 ~x86"
+   PATCHES=(
+   "${FILESDIR}"/OpenRGB-0.5-build-system.patch
+   )
 fi
 
 DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
@@ -24,6 +27,7 @@ RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
+   net-libs/mbedtls:=
virtual/libusb:1
 "
 DEPEND="
@@ -34,12 +38,13 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES+=(
+   "${FILESDIR}"/OpenRGB-0.6-pkgconf.patch
+)
+
 src_prepare() {
default
-   rm -r dependencies/{hidapi,libusb,json}* || die
-   if [[ ${PV} != ** ]]; then
-   eapply "${FILESDIR}/OpenRGB-0.5-build-system.patch"
-   fi
+   rm -r dependencies/{hidapi,libusb,json,mbedtls}* || die
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/OpenRGB/files/, app-misc/OpenRGB/

2021-06-08 Thread Patrick McLean
commit: 90cb6442d37818758cf71ad7460c3bd6a57da475
Author: Alexey Sokolov  google  com>
AuthorDate: Sun Jun  6 22:02:16 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Tue Jun  8 23:13:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cb6442

app-misc/OpenRGB: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Alexey Sokolov  asokolov.org>
Signed-off-by: Patrick McLean  gentoo.org>

 app-misc/OpenRGB/Manifest  |  1 -
 app-misc/OpenRGB/OpenRGB-0.4.ebuild| 55 --
 .../OpenRGB/files/OpenRGB-0.2-build-system.patch   | 14 --
 3 files changed, 70 deletions(-)

diff --git a/app-misc/OpenRGB/Manifest b/app-misc/OpenRGB/Manifest
index a27eaef18df..dc65a0e68b1 100644
--- a/app-misc/OpenRGB/Manifest
+++ b/app-misc/OpenRGB/Manifest
@@ -1,3 +1,2 @@
-DIST OpenRGB-release_0.4.tar.bz2 2195819 BLAKE2B 
6416e143707e5ae48d0f26d205e1cc27571299d7d4b8483d18cc03db237d71ebc3574973fc1540dacc24662c536888e575e89db417e52dc9672d412fe41c540b
 SHA512 
9ecdf0a0aec5916b1c705c1ad0bd567f46f9b0a4409211cb195ec7a4bfbc95c80bde13798839d23e867ed613cb34c6e9629da4aac942490f58ca9528f5f0a8bd
 DIST OpenRGB-release_0.5.tar.bz2 24183948 BLAKE2B 
c3e6eaab2224f97287a454375486cdacc6814f35fe6752271293d30110d066998d95a901224929cdec7f57a3983fa9d8f5dc488a2ccb6d128df36fac6bc4582a
 SHA512 
d0bd69de94e7e94b9972c07851602d8437b4485d02e83e2fe84f21292acbeef32624ec82d5cb79de85a4dfec35431c469b124b0cc41cf1f741e6e52803dd82eb
 DIST OpenRGB-release_0.6.tar.bz2 24301305 BLAKE2B 
20d8f8f7a3189fd5f94b008b11c869d2a8584dc038322e4ac8649c7b57172637133dd18c05ed8eaa6907ba7c097280727a9e7ce2e676250146044bbc2d66921e
 SHA512 
9eb090e1cab121308f3adea8c50feb819a19cb52feff29e45ec24dfbb37013421f53d2ac614496781af1ef4e612dd41c1abafec509430df7d0715aba59ee5a32

diff --git a/app-misc/OpenRGB/OpenRGB-0.4.ebuild 
b/app-misc/OpenRGB/OpenRGB-0.4.ebuild
deleted file mode 100644
index f8119c80c91..000
--- a/app-misc/OpenRGB/OpenRGB-0.4.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils udev
-
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI=${EGIT_REPO_URI:-"https://gitlab.com/CalcProgrammer1/OpenRGB"}
-else
-   
SRC_URI="https://gitlab.com/CalcProgrammer1/OpenRGB/-/archive/release_${PV}/OpenRGB-release_${PV}.tar.bz2;
-   S="${WORKDIR}/OpenRGB-release_${PV}"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Open source RGB lighting control that doesn't depend on 
manufacturer software"
-HOMEPAGE="https://gitlab.com/CalcProgrammer1/OpenRGB/;
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="udev"
-
-DEPEND="
-   dev-libs/hidapi:=
-   dev-qt/qtcore:5=
-   dev-qt/qtgui:5=
-   dev-qt/qtwidgets:5=
-   virtual/libusb:1
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   default
-   rm -rf dependencies/{hidapi,libusb}* || die
-   if [[ ${PV} != ** ]]; then
-   eapply "${FILESDIR}/OpenRGB-0.2-build-system.patch"
-   fi
-}
-
-src_configure() {
-   eqmake5
-}
-
-src_install() {
-   emake INSTALL_ROOT="${ED}" install
-
-   dodoc README.md OpenRGB.patch
-
-   if use udev; then
-   udev_dorules 60-openrgb.rules
-   fi
-}

diff --git a/app-misc/OpenRGB/files/OpenRGB-0.2-build-system.patch 
b/app-misc/OpenRGB/files/OpenRGB-0.2-build-system.patch
deleted file mode 100644
index b2cd6cbd1d5..000
--- a/app-misc/OpenRGB/files/OpenRGB-0.2-build-system.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/OpenRGB.pro b/OpenRGB.pro
-index 91e0079..7f279dd 100644
 a/OpenRGB.pro
-+++ b/OpenRGB.pro
-@@ -8,9 +8,6 @@ TEMPLATE = app
- VERSION = 0.2
- win32:BUILDDATE = $$system(date /t)
- unix:BUILDDATE  = $$system(date -R)
--GIT_COMMIT_ID   = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree 
$$_PRO_FILE_PWD_ rev-parse HEAD)
--GIT_COMMIT_DATE = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree 
$$_PRO_FILE_PWD_ show -s --format=%ci HEAD)
--GIT_BRANCH  = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree 
$$_PRO_FILE_PWD_ rev-parse --abbrev-ref HEAD)
- 
- DEFINES +=  \
- VERSION_STRING=\\"\"\"$$VERSION\\"\"\"  \



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/

2021-06-08 Thread Michał Górny
commit: c62031f7c6696a9a4202a5cf91e7ac15da0c17f7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:54:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:54:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62031f7

dev-python/google-api-python-client: Bump to 2.8.0

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

 dev-python/google-api-python-client/Manifest   |  1 +
 .../google-api-python-client-2.8.0.ebuild  | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index f012f658b6b..53efc753e3d 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,2 +1,3 @@
 DIST google-api-python-client-2.4.0.tar.gz 24853833 BLAKE2B 
4ed2083a9bb8b4f8fe31ab5dbd7875c0c36c972cdb0f71a59565fe4eb23ff1ef0a40794acd7af9646c1ee3904fbab3caaeb2700a3660b66d3069d2bc4f811e76
 SHA512 
db545850b9d2746e3bcf7b4a2f12b0d4827bd68f44d5627fd80d39bff2ca3303c8d520f72ee17637fe700bc935548706ce885ff0d7fe737ae157668e0314fbc6
 DIST google-api-python-client-2.7.0.tar.gz 25488451 BLAKE2B 
a8a761944fed3970ae0cf53b2cb926a6670ac37323c39085a5f7fb4f354451292fca4bbb2c34a72d086dfa961b74a72f66319f6bbc2505ef70f5c94aff3f7a0e
 SHA512 
531e919cc9d0cffc49b31d881a6ee3adb2d9cc166813b5884c300e9a3b63b28c9c269a0d1efe47961fa61f79ec5adb8a12e2208b644fd62ed4baa66c56d219ba
+DIST google-api-python-client-2.8.0.tar.gz 25286774 BLAKE2B 
b21aebda062984b9eb8f2f5c563016f0f8f663883dc8ddb913053ff3df32c652c6a83f924f3e19136e5edec085e12c43cc584bc9898630122c77a219810033bc
 SHA512 
cc3c55438b2f5835b52d17d04a749919c4865991ff78cf95920d0941a55e1493eae502a13f6565cfe1db799ce9950659e8baaa690bada058d711309861c8d07e

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.8.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.8.0.ebuild
new file mode 100644
index 000..5f95424b6c1
--- /dev/null
+++ b/dev-python/google-api-python-client/google-api-python-client-2.8.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Google API Client for Python"
+HOMEPAGE="https://github.com/googleapis/google-api-python-client;
+SRC_URI="https://github.com/googleapis/google-api-python-client/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
+   =dev-python/google-auth-1.16.0[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
+   =dev-python/six-1.13.0[${PYTHON_USEDEP}]
+   

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

2021-06-08 Thread Michał Górny
commit: 906e48dfcdbc9c64ff7f5cdb6915655a8b31ad3e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:46:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:46:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906e48df

app-admin/awscli: Bump to 1.19.90

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.19.90.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 6966623b786..090b4a65fce 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -10,3 +10,4 @@ DIST awscli-1.19.86.tar.gz 2014916 BLAKE2B 
acebaf9c5d6b672333162ec578f29781f74e6
 DIST awscli-1.19.87.tar.gz 2015321 BLAKE2B 
02cc3f0cc2588c9e0d2c7b8d38248455692f3b30dfeaecc076edfc3ce072128c6e788e8503e110eedf4d45ec71f3309c5db7871fd75018da3aaa424ed9d5fe4c
 SHA512 
5bb6fb4ae62a1c4c5e83f59f32840ceab656d17cdee80dfd5530606f2d24e7b77aa78b8d62a020ca44a74c6f73de2cb4f625da5af68de3a90e704d4020703d7a
 DIST awscli-1.19.88.tar.gz 2016344 BLAKE2B 
09d29f2494cb540fcbd128197c0ac181c4106bc8aec651144f641b44d4ad0acb6d3c6381180f301508e8babe66f8cc800ce2932706a4efbf8042a525e433e583
 SHA512 
a5821af1af468fc1c02a9aaf9691346daffe09bc4b886b3b6ecc0a9e30420deb9e7bd3b3308c5dae2518cf76badb69602948566545473a59efd6eba1a329a728
 DIST awscli-1.19.89.tar.gz 2016580 BLAKE2B 
d58c490383750df0ec9482dd0adbd119f0db0cd30c4cca944581b81eacb9e7bcc99b9b54816b4a85f50e9d326b930cca62a7999a2218e4057029d02888a3a71e
 SHA512 
7aec8fb6b0c8e44c89d24880483722aef81416918cec1f582c847dc1893458ff6297f39b4591f2502c322a760cc4a5c8621d69fae0937df8e1c2eb2290d66a77
+DIST awscli-1.19.90.tar.gz 2017068 BLAKE2B 
7e08ee937c90ab82318479d960aa7c8f8274ba46b1267692f93e7756bccd50e35d12174b5e58a3ae3dc540cea7e57e311ca6edc4b43ea7a46475395d7f74ee49
 SHA512 
502d5a30022c8113d5ff7be3fd33e835e963b9bbe01da0b75892794df7cbc6a08b7bfd948c1b3e3d96e726e0d1d537bf79baf3ca77192e46fabc0ba341e0af26

diff --git a/app-admin/awscli/awscli-1.19.90.ebuild 
b/app-admin/awscli/awscli-1.19.90.ebuild
new file mode 100644
index 000..ff429f8d3a3
--- /dev/null
+++ b/app-admin/awscli/awscli-1.19.90.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="https://pypi.org/project/awscli/;
+#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/aws-cli-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# botocore is x.(y+1).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install nose
+
+PATCHES=(
+   "${FILESDIR}"/awscli-1.19.47-py39.patch
+)
+
+python_test() {
+   distutils_install_for_testing
+   # integration tests require AWS credentials and Internet access
+   nosetests -v tests/{functional,unit} ||
+   die "Tests failed for ${EPYTHON}"
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-core/

2021-06-08 Thread Michał Górny
commit: 1b733bba4d9ba3baa6eed6049018f7ac52401756
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:48:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:51:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b733bba

dev-python/google-api-core: Bump to 1.30.0

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

 dev-python/google-api-core/Manifest|  1 +
 .../google-api-core/google-api-core-1.30.0.ebuild  | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/google-api-core/Manifest 
b/dev-python/google-api-core/Manifest
index 575a8800357..9d97412fe44 100644
--- a/dev-python/google-api-core/Manifest
+++ b/dev-python/google-api-core/Manifest
@@ -2,3 +2,4 @@ DIST google-api-core-1.26.3.tar.gz 133409 BLAKE2B 
ca3c63769f87cc79483d5ac52646cb
 DIST google-api-core-1.27.0.tar.gz 134035 BLAKE2B 
be074208ac51b6e33466a2304e5780894d6a420ccf7ea36e5b98b6d9f920cd6f0cc9f94dababb154731ebe4a36d8b863897f5c654e00068a0f12753ceecb6e8c
 SHA512 
5e8ca58c7f1dc9aa3e612ea635feb84a115c0f21bde2a3152cd54be5b041841ab1c0d2c725660794e15d42e63a4b6955a5318d3dec203e7d683c630a5f5e
 DIST google-api-core-1.28.0.tar.gz 133640 BLAKE2B 
8134e39cc3ff2fbb850d5e774d08589e3e64b83ca5d5209279f5d1b7fc2eb350a523bbe2890fba6d907689149df3872a7e0a11991b1ecc62fc64a4753dce38e4
 SHA512 
3702d27613e621394209047451729c1308beb88c917033b4340e3fa96bf4a5ec36ad2594c98ed14439c578f69a202d95a96d30472438a30417484cff6e06fe7d
 DIST google-api-core-1.29.0.tar.gz 134251 BLAKE2B 
46455f34ad18bd57b21afe70b237466a51d5dbaca8f46f31491d00fcc7e6339fcf48e150418ef71100a628245cc5333984e6377e27eec00b9b55e0c1a3de86e2
 SHA512 
b8a7b19ba737172e04c0a322af7c60299b72002b17a099fbaa9445c4965b94fd6f3087380fa4262f4440113af4304d5235cd062f22c27cd997e62b276ea67471
+DIST google-api-core-1.30.0.tar.gz 134595 BLAKE2B 
104f52bafb68fd91904c02cbd6d3dd2e32c160a528f58e9af3612fc4f7a9934c522f79895b50982b46ee77947af7eb52557bf304b6f2624b97b5082905511829
 SHA512 
cc14f9c67bac99290665e2b85a97eacf43cdd2a0e4668ecbc7dd8e7131a7e4e908aca2be6d65797d0838081a02768354703762a1a80fa0b666efb81448b27899

diff --git a/dev-python/google-api-core/google-api-core-1.30.0.ebuild 
b/dev-python/google-api-core/google-api-core-1.30.0.ebuild
new file mode 100644
index 000..1b0c182a7a3
--- /dev/null
+++ b/dev-python/google-api-core/google-api-core-1.30.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Core Library for Google Client Libraries"
+HOMEPAGE="https://github.com/googleapis/python-api-core
+   https://googleapis.dev/python/google-api-core/latest;
+SRC_URI="https://github.com/googleapis/${PN//google/python}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${P//google/python}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/namespace-google[${PYTHON_USEDEP}]
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   dev-python/googleapis-common-protos[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.25.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+   

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

2021-06-08 Thread Michał Górny
commit: cd4c1f3b55bccf57ddeadcfbc9921c32dfec1d75
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:52:41 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:52:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4c1f3b

dev-python/radon: Bump to 5.0.1

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

 dev-python/radon/Manifest   |  1 +
 dev-python/radon/radon-5.0.1.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/radon/Manifest b/dev-python/radon/Manifest
index 94cf26f7795..8d8216d5d35 100644
--- a/dev-python/radon/Manifest
+++ b/dev-python/radon/Manifest
@@ -1 +1,2 @@
 DIST radon-4.5.2.tar.gz 1873164 BLAKE2B 
64a6def2be3505e247625b11deaaf75520781f98748cd8fec07c0d525905605deaf7f17c0103c6d41361ac0c6f62f489aeb418b5bd592dbd5b12755ec73e0116
 SHA512 
247fcd715ed3dfb889a73889fb5be8dc159673beb3abe1e1ba5170b8caadb85ad405ebd05f6a9080a6097f1c731b83b9dbe8b7f564f2a39b1b7cb0239f445813
+DIST radon-5.0.1.tar.gz 1873494 BLAKE2B 
5a4e1db727b0ce5c7f368ca7fa710deb2034febd7fde4bccedcad6c935c57e3c73191173395f637000ebeeae6146a6eae19e0759d430dab2b7245f67eaf08ca8
 SHA512 
022a2209b5ac37c30a2a9e7a6ec567d4ab6edcf627cfe0e38547ec502bfa348f0131e27f41ccfe8a924c30cda879dfdc6a13011cdf6e0d19803bfd9d8949fcdf

diff --git a/dev-python/radon/radon-5.0.1.ebuild 
b/dev-python/radon/radon-5.0.1.ebuild
new file mode 100644
index 000..b8530c91e8e
--- /dev/null
+++ b/dev-python/radon/radon-5.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Code Metrics in Python"
+HOMEPAGE="https://radon.readthedocs.io/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/flake8[${PYTHON_USEDEP}]
+   dev-python/mando[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest



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

2021-06-08 Thread Michał Górny
commit: 457cea5378c3cada9fc83b69b863d340dd5b9a12
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:53:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:53:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457cea53

x11-misc/synergy: Bump to 1.14.0.4-stable

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

 x11-misc/synergy/Manifest|   1 +
 x11-misc/synergy/synergy-1.14.0.4.ebuild | 114 +++
 2 files changed, 115 insertions(+)

diff --git a/x11-misc/synergy/Manifest b/x11-misc/synergy/Manifest
index f97d5d06528..e24456df1c5 100644
--- a/x11-misc/synergy/Manifest
+++ b/x11-misc/synergy/Manifest
@@ -3,3 +3,4 @@ DIST synergy-1.12.0.png 31383 BLAKE2B 
228487058d09ee4fe7d3c909a3aee567b63c0d1aea
 DIST synergy-core-1.13.1.41-stable.tar.gz 8663717 BLAKE2B 
13d0722b183080361492382d3dd489b911cfe2384390c7b614d17df7f681dfbd8be94fa79cc4088602ea3d431fee793aaebc07f1d976cdd9c22493fba2212392
 SHA512 
3743ea4ccf8734928d021d414c2f10839056cdac64768f2e3e89b73392969b392030a0d9250041a1c2c21db06659088c8ca66d952c07395baada154df0311b87
 DIST synergy-core-1.14.0.1-rc.tar.gz 8835075 BLAKE2B 
45752196811736ca5790f098bd6d6dce2323b29f21c9c566549ded9fe1cc132b4dc29564a3df8417ed949382c2cef5252579be526a8054c3bb694c4dc530cd8d
 SHA512 
dd8b01dbe07be879814d1ed90fab03280de552f6c87f470721bd2608ed372f5b7c0cb013249910436b8e0b2a5a024d402afa64a2ae7bb85a320cb37260cfc615
 DIST synergy-core-1.14.0.3-rc.tar.gz 8834856 BLAKE2B 
7021c251fe7d6f620c7f7efab7bcd17876e1a749a4268957e424aa9e0f8cc2454632d1caaa28b727bb4215369f36914f656fd87011bd83ec9eae475d3386cd81
 SHA512 
be070483ae8028197d1e2550b0dcb77e28ffc45a348757277e30127ebc21ae3f7795aaa016def2a62580699c9312c2c1730f151121ddfe4ce780fcebdced4e10
+DIST synergy-core-1.14.0.4-stable.tar.gz 8835907 BLAKE2B 
56e59eb3494e9823feca7744602c9ce1ae709a6d74c80c6d06f861333d938331760eb02b83d980afd932e1760a638849ba498fc0d919eeb431e54d3a1602f77e
 SHA512 
278ff319c5d308052e9f89a8ae53a99aacaa2b394d28e353b3779a4ee672cb09d91f37a4b0564788456d8e0bed90936d924739e74f7aa2a85482926164dc2fc8

diff --git a/x11-misc/synergy/synergy-1.14.0.4.ebuild 
b/x11-misc/synergy/synergy-1.14.0.4.ebuild
new file mode 100644
index 000..e621bed9e26
--- /dev/null
+++ b/x11-misc/synergy/synergy-1.14.0.4.ebuild
@@ -0,0 +1,114 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake desktop xdg-utils virtualx
+
+[[ ${PV} == *_* ]] && MY_PV=${PV/_/-} || MY_PV=${PV}-stable
+MY_P=synergy-core-${MY_PV}
+GTEST_COMMIT=18f8200e3079b0e54fa00cb7ac55d4c39dcf6da6
+
+DESCRIPTION="Lets you easily share a single mouse and keyboard between 
multiple computers"
+HOMEPAGE="https://symless.com/synergy https://github.com/symless/synergy-core/;
+SRC_URI="
+   https://github.com/symless/synergy-core/archive/${MY_PV}.tar.gz
+   -> ${MY_P}.tar.gz
+   https://dev.gentoo.org/~mgorny/dist/synergy-1.12.0.png
+   test? (
+   
https://github.com/google/googletest/archive/${GTEST_COMMIT}.tar.gz
+   -> googletest-${GTEST_COMMIT}.tar.gz
+   )
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~sparc-solaris ~x86-solaris"
+IUSE="gui test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-libs/openssl:=
+   x11-libs/libICE:=
+   x11-libs/libSM:=
+   x11-libs/libX11:=
+   x11-libs/libXext:=
+   x11-libs/libXi:=
+   x11-libs/libXinerama:=
+   x11-libs/libXrandr:=
+   x11-libs/libXtst:=
+   gui? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtwidgets:5
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto
+"
+BDEPEND="
+   gui? (
+   dev-qt/linguist-tools:5
+   )"
+
+DOCS=( ChangeLog doc/synergy.conf.example{,-advanced,-basic} )
+
+src_prepare() {
+   # broken on Xvfb
+   rm src/test/integtests/platform/XWindowsScreenTests.cpp || die
+
+   if use test; then
+   rmdir ext/googletest || die
+   mv "${WORKDIR}/googletest-${GTEST_COMMIT}" ext/googletest || die
+   fi
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DSYNERGY_BUILD_LEGACY_GUI=$(usex gui)
+   -DSYNERGY_BUILD_LEGACY_INSTALLER=OFF
+   -DBUILD_TESTS=$(usex test)
+   )
+
+   cmake_src_configure
+}
+
+my_test() {
+   "${BUILD_DIR}"/bin/unittests &&
+   "${BUILD_DIR}"/bin/integtests
+}
+
+src_test() {
+   virtx my_test
+}
+
+src_install() {
+   dobin "${BUILD_DIR}"/bin/{synergy{c,s},syntool}
+
+   if use gui; then
+   newbin "${BUILD_DIR}"/bin/synergy qsynergy
+   newicon -s 256 "${DISTDIR}"/synergy-1.12.0.png qsynergy.png
+   make_desktop_entry qsynergy Synergy qsynergy 'Utility;'

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

2021-06-08 Thread Michał Górny
commit: ca301a275d65135d4299fd6c7cdfdfd927af7cc7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:51:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:51:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca301a27

dev-python/trustme: Bump to 0.8.0

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

 dev-python/trustme/Manifest |  1 +
 dev-python/trustme/trustme-0.8.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/trustme/Manifest b/dev-python/trustme/Manifest
index 508813567c3..40a418e85f8 100644
--- a/dev-python/trustme/Manifest
+++ b/dev-python/trustme/Manifest
@@ -1 +1,2 @@
 DIST trustme-0.7.0.tar.gz 27853 BLAKE2B 
97313cfe10260c67e29b470b9b65d4bb190b6e3be9b6944599a3c318d87b984f44abfe581420cd0ef29afc8165029c67129104cfb7ccf9d68e3c686424de34ec
 SHA512 
3b2aa69dc617c04af3a83ca424ef19b5eaf37495ba4bc5cc55004016a9ea63c8df3585bb7fe52709b1b18a2a55e51d6a1a2b21ebc12c57ac18133b20c958b1a8
+DIST trustme-0.8.0.tar.gz 29046 BLAKE2B 
5f2dd542974466dd8e61fa0ba5cd78e824afd243dd3b27ca21aec4ba4905daaa0c46db8f4edb30dcb483acf44758d7ad8de4db9c3e07a05d4d3d084565722def
 SHA512 
93b1007319f7d625410eddf92910607c8190533f9bb02a71ecc4c424e44ecea70749f6bceb917297241e179b0d50ce1ed330c208cf3de77d4d3a619f5436af9d

diff --git a/dev-python/trustme/trustme-0.8.0.ebuild 
b/dev-python/trustme/trustme-0.8.0.ebuild
new file mode 100644
index 000..92cbabb2bb3
--- /dev/null
+++ b/dev-python/trustme/trustme-0.8.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="#1 quality TLS certs while you wait, for the discerning tester"
+HOMEPAGE="https://github.com/python-trio/trustme;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-cygwin ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/idna[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/service_identity[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2021-06-08 Thread Michał Górny
commit: cf4fa375f9839277fd36929ab1cc0426561d30f4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:46:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:46:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf4fa375

dev-python/botocore: Bump to 1.20.90

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.20.90.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index da79f9654c2..65ba9e3110e 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -11,3 +11,4 @@ DIST botocore-1.20.86.tar.gz 7798788 BLAKE2B 
93450262bf1e34a627a64f8972e4d8b02dc
 DIST botocore-1.20.87.tar.gz 7800088 BLAKE2B 
ba98b0f910216a340f48adb5ddf14aa9239ca44202641c97ca91da69f34a67716c50d9bc6a330021fd630f7c309062fc0326543e46ee1207c294870baefd0aeb
 SHA512 
b922e40030a1708ce2e5a2fa60012e21e28b955c6d30fbced5d1a93dafe189e83430b5cee162e2ab73e80c7dfa18657c2ca42057c17e943c0d421c6cd9969b53
 DIST botocore-1.20.88.tar.gz 7806185 BLAKE2B 
21c3e3420fc9810712a462cfab4f43509ebd25a4cbaee4a51f2d82cc90a530c4a170b66cb6551121148d284404427eca7d9dd979ead5a9f4132ded47b4adf180
 SHA512 
aa36c39147d870758b9561e569f6b8a616e69437d775b1f68d522574a24f0e8252e5332d6e20b92448bc3189ec50232d89134bf86d12a3b72d63962de0d9cda6
 DIST botocore-1.20.89.tar.gz 7808318 BLAKE2B 
cc160b85d7e85267aa4bd7140c8f90b33dc07e5b8c0cf2cd4761ea456dfa955bd95b500e8da89bd9cca70237edcbd7df45c8f1d543e4e67646a8e597a5516fb5
 SHA512 
41fd7cf61b8eddb3e467d6d6b115c53e75413bdd3bb181723dd48c6efdd7133eee45ac597bf207482b2aa5872bf79d7801176194e474c61614599119df67db5a
+DIST botocore-1.20.90.tar.gz 7810567 BLAKE2B 
f34ce1e4ed16254585a90e3ba1674a35909169a0a73a216e0b5d60609567133ce1257fc3b48a21e3c707b42db546612f40263e20fb68eba1e01cc3560ed5ef15
 SHA512 
4765abfe9913bb214d1c4aeacc00f5b5745322121bbb1e652705fbd63a9801476e513596078f833306834047f42b39edc9de31939f02860476fdb825f4b654b1

diff --git a/dev-python/botocore/botocore-1.20.90.ebuild 
b/dev-python/botocore/botocore-1.20.90.ebuild
new file mode 100644
index 000..762144aabf7
--- /dev/null
+++ b/dev-python/botocore/botocore-1.20.90.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2021-06-08 Thread Michał Górny
commit: 0686f727ebfa339680837d2a88860e0b4943b48f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:48:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:51:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0686f727

dev-python/google-auth: Bump to 1.30.2

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

 dev-python/google-auth/Manifest  |  1 +
 dev-python/google-auth/google-auth-1.30.2.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index 768c1902f01..97f2bab4a10 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1,2 +1,3 @@
 DIST google-auth-1.30.0.tar.gz 169598 BLAKE2B 
4b0a0e66255abc11c697ca2c3d77ea0b7cf72cc13f6b1630307018e6ea52bda57a1f856787394455d71c61b58103d4e5e24da62f6ffd95022042b48842efcbbe
 SHA512 
d07d6946635071e601c684a60e99ecec532ec51425aa934ece48b124419cb4c69c7651505018471431a7cf14470f4f8d894a2121999d3a482d603d41e5a8e66c
 DIST google-auth-1.30.1.tar.gz 169244 BLAKE2B 
e496239807ab9ca64e1b5dc39726fa22b56d55f14883c983673064b8ea33f80dee013654d4808fead0d06e8b6ddc53554d094f42aede6e06224dc3a3c04e88d1
 SHA512 
7e35f5be9be160ddef4b579c2e5bc966f1d64f8f0bb75220e22fd3edb9c6f6140bdcf68055fdb13dd370e3d543206900cc9403237eb328d69418a384a4d0fe26
+DIST google-auth-1.30.2.tar.gz 169368 BLAKE2B 
c01191313b4bd7ffdc62fbca20aeadcb01fcb1f26e4c11504f88c2582b9a3dca10046edd5d2fe88c98980fb09e4d68da99bf0b8b5692abcf5271994515f91765
 SHA512 
f133ef403f8a3c92437055f2fd0e5f607199a0bfd9a76a44075a9be8ec16c4d4822d58d85fa52ade4c448e11cb6822f7e8da03ab72f3dddfb811c8d7a846f841

diff --git a/dev-python/google-auth/google-auth-1.30.2.ebuild 
b/dev-python/google-auth/google-auth-1.30.2.ebuild
new file mode 100644
index 000..02c43c1586f
--- /dev/null
+++ b/dev-python/google-auth/google-auth-1.30.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+   https://github.com/googleapis/google-auth-library-python/
+   https://pypi.org/project/google-auth/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/namespace-google[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
+   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}]
+   "
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/oauth2client[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/pyu2f[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+   distutils-r1_python_install_all
+   find "${ED}" -name '*.pth' -delete || die
+}



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

2021-06-08 Thread Michał Górny
commit: a54dd32284113e24a8e1ddd4f398c9bb85265c31
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  8 22:46:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  8 22:46:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a54dd322

dev-python/boto3: Bump to 1.17.90

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.17.90.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 2e10d6a6952..14fe92b58b0 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -11,3 +11,4 @@ DIST boto3-1.17.86.tar.gz 378144 BLAKE2B 
35d6bfec515c985ead488811e7f2ad021f671e8
 DIST boto3-1.17.87.tar.gz 378759 BLAKE2B 
21ad4c735f34edbd82767043653ed0cee9604f0b36328f40cb22c4f9cd57758e0bc89ae93fd798babc1dded019e2b1531bbffa0574edd7ce3e07515374cd97cf
 SHA512 
da3f2cb772d3f9708f5cbb102907ef58622435d4acdec8fe0abde80511f0734e6cc9739f0652150edc9e4f12039c0c7ee62bcc0059b42d86d5af0e809d779fab
 DIST boto3-1.17.88.tar.gz 379248 BLAKE2B 
1aa238efaf5a22594b90903e1090f4f66a04effe93c3506ad36e0a96aa607eef9506f6fc579981a919b0f55ab1ba7a5d7e02a22a3d2692a9442f143a63f1b282
 SHA512 
989f8f879bdcded758f7b0be93e9355f91be859de7f2eabc7760cb8ad6e3317fa999cc5c092aac53bb2645ea0a86d0a6ceb03237b5164b89850b8c34d3eebdb5
 DIST boto3-1.17.89.tar.gz 379572 BLAKE2B 
8a067aa757974cc3399de29173a6fcf99d35196c64978bd0cdb4e85f6e50558c9584722fab3402f3b3a2f951b3cd801aada17ce70bceab4f215f1b91dffd6372
 SHA512 
6bae209eda16ee07b142fe56740a5e177378b88e66b0e5c6aac99748c59b34f28f0c78d863d5a76b9efeda6413c4e6aab94d3c9ee87fbc5ae7d9c8bf02b5fb3f
+DIST boto3-1.17.90.tar.gz 379938 BLAKE2B 
72392968678576505a4c80f62ca0b3f7cf086a7c739a918b6d39d7c8b05a2a1b9648d7028126bb6c2893da44bc9bd5367089beb12a187d48c09712f2b6d7a95a
 SHA512 
75f2d02c1256a2a60a4f87d774d5a339e556180482419c21774ec41a5980fd0149e7d66f52cb408035b394550bbbdcb2710de1fd6f948cccd91064e5d94f20ca

diff --git a/dev-python/boto3/boto3-1.17.90.ebuild 
b/dev-python/boto3/boto3-1.17.90.ebuild
new file mode 100644
index 000..666cbfa63e3
--- /dev/null
+++ b/dev-python/boto3/boto3-1.17.90.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3;
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2021-06-08 Thread Sergei Trofimovich
commit: bcedb8deeb2e08b91db7b6f5c31623d2a777cb8b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jun  8 22:43:39 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jun  8 22:43:39 2021 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=bcedb8de

crossdev: mark ia64* targets as targets that always require libc headers

Signed-off-by: Sergei Trofimovich  gentoo.org>

 crossdev | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/crossdev b/crossdev
index 3d18e3c..06ec400 100755
--- a/crossdev
+++ b/crossdev
@@ -254,6 +254,12 @@ parse_target() {
  STAGE_DEFAULT=${STAGE_C_ONLY}
  WITH_DEF_HEADERS="no";;
 
+   ia64*)
+   # gcc's libgcc needs glibc headers for unwinder.
+   # Thus gcc-stage1 can't be built without glibc headers.
+   WITH_DEF_HEADERS="yes"
+   ;;
+
# added in bug #609602
mmix*)
  KPKG="[none]"



[gentoo-commits] proj/linux-patches:5.10 commit in: /

2021-06-08 Thread Mike Pagano
commit: 22f4eb42e182ecb54358b492c391c9e06ee89753
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jun  8 22:41:36 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jun  8 22:41:36 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=22f4eb42

CONFIG opt to enable a subset of Kernel Self Protection Project settings

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

 4567_distro-Gentoo-Kconfig.patch | 177 +--
 1 file changed, 171 insertions(+), 6 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index e754a3e..635de00 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -1,14 +1,14 @@
 a/Kconfig  2020-04-15 11:05:30.202413863 -0400
-+++ b/Kconfig  2020-04-15 10:37:45.683952949 -0400
-@@ -32,3 +32,5 @@ source "lib/Kconfig"
+--- a/Kconfig  2021-06-04 19:03:33.646823432 -0400
 b/Kconfig  2021-06-04 19:03:40.508892817 -0400
+@@ -30,3 +30,5 @@ source "lib/Kconfig"
  source "lib/Kconfig.debug"
  
  source "Documentation/Kconfig"
 +
 +source "distro/Kconfig"
 /dev/null  2020-09-24 03:06:47.59000 -0400
-+++ b/distro/Kconfig   2020-09-24 11:31:29.403150624 -0400
-@@ -0,0 +1,158 @@
+--- /dev/null  2021-06-08 16:56:49.698138501 -0400
 b/distro/Kconfig   2021-06-08 17:11:33.377999003 -0400
+@@ -0,0 +1,263 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -166,4 +166,169 @@
 +
 +endmenu
 +
++menu "Enable Kernel Self Protection Project Recommendations"
++  visible if GENTOO_LINUX
++
++config GENTOO_KERNEL_SELF_PROTECTION
++  bool "Architecture Independent Kernel Self Protection Project 
Recommendations"
++
++  help
++  Recommended Kernel settings based on the suggestions from the 
Kernel Self Protection Project
++  See: 
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings
++  Note, there may be additional settings for which the CONFIG_ 
setting is invisible in menuconfig due
++  to unmet dependencies. Search for 
GENTOO_KERNEL_SELF_PROTECTION_{X86_64, ARM64, X86_32, ARM} for
++  dependency information on your specific architecture.
++  Note 2: Please see the URL above for numeric settings, e.g. 
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
++  for X86_64
++
++  depends on GENTOO_LINUX && !ACPI_CUSTOM_METHOD && !COMPAT_BRK && 
!DEVKMEM && !PROC_KCORE && !COMPAT_VDSO && !KEXEC && !HIBERNATION && 
!LEGACY_PTYS && !X86_X32 && !MODIFY_LDT_SYSCALL
++
++  select BUG
++  select STRICT_KERNEL_RWX
++  select DEBUG_WX
++  select STACKPROTECTOR
++  select STACKPROTECTOR_STRONG
++  select STRICT_DEVMEM
++  select IO_STRICT_DEVMEM
++  select SYN_COOKIES
++  select DEBUG_CREDENTIALS
++  select DEBUG_NOTIFIERS
++  select DEBUG_LIST
++  select DEBUG_SG
++  select BUG_ON_DATA_CORRUPTION
++  select SCHED_STACK_END_CHECK
++  select SECCOMP
++  select SECCOMP_FILTER
++  select SECURITY_YAMA
++  select SLAB_FREELIST_RANDOM
++  select SLAB_FREELIST_HARDENED
++  select SHUFFLE_PAGE_ALLOCATOR
++  select SLUB_DEBUG
++  select PAGE_POISONING
++  select PAGE_POISONING_NO_SANITY
++  select PAGE_POISONING_ZERO
++  select INIT_ON_ALLOC_DEFAULT_ON
++  select INIT_ON_FREE_DEFAULT_ON
++  select VMAP_STACK
++  select REFCOUNT_FULL
++  select FORTIFY_SOURCE
++  select SECURITY_DMESG_RESTRICT
++  select PANIC_ON_OOPS
++  select CONFIG_GCC_PLUGINS
++  select GCC_PLUGIN_LATENT_ENTROPY
++  select GCC_PLUGIN_STRUCTLEAK
++  select GCC_PLUGIN_STRUCTLEAK_BYREF_ALL
++  select GCC_PLUGIN_STACKLEAK
++  select GCC_PLUGIN_RANDSTRUCT
++  select GCC_PLUGIN_RANDSTRUCT_PERFORMANCE
++
++menu "Architecture Specific Self Protection Project Recommendations"
++
++config GENTOO_KERNEL_SELF_PROTECTION_X86_64
++  bool "X86_64 KSPP Settings"
++
++  depends on !X86_MSR && X86_64
++  default n
++  
++  select RANDOMIZE_BASE
++  select RANDOMIZE_MEMORY
++  select LEGACY_VSYSCALL_NONE
++  select PAGE_TABLE_ISOLATION
++
++
++config GENTOO_KERNEL_SELF_PROTECTION_ARM64
++  bool "ARM64 KSPP Settings"
++
++  depends on ARM64
++  default n
++
++  select RANDOMIZE_BASE
++  select ARM64_SW_TTBR0_PAN
++  select CONFIG_UNMAP_KERNEL_AT_EL0
++
++config GENTOO_KERNEL_SELF_PROTECTION_X86_32
++  bool "X86_32 KSPP Settings"
++
++  depends on !X86_MSR && !MODIFY_LDT_SYSCALL && !M486 && X86_32
++  default n
++
++  select HIGHMEM64G
++  select X86_PAE
++  select RANDOMIZE_BASE
++  select PAGE_TABLE_ISOLATION
++
++config GENTOO_KERNEL_SELF_PROTECTION_ARM
++  bool "ARM KSPP Settings"
++
++  depends on !OABI_COMPAT && ARM
++  default n
++
++  select VMSPLIT_3G
++  select STRICT_MEMORY_RWX
++  select CPU_SW_DOMAIN_PAN
++
++endmenu
++
++endmenu
++
 

[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2021-06-08 Thread Thomas Deutschmann
commit: 66c8a60ea74e8ed2391c9fdff749c65eb0f398ff
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Jun  8 22:20:35 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Jun  8 22:21:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c8a60e

sys-firmware/intel-microcode: bump

- New microcodes:

  sig 0x000606a0, pf_mask 0x97, 2019-07-22, rev 0x001f
  sig 0x00080664, pf_mask 0x01, 2021-02-17, rev 0xb0f
  sig 0x00080665, pf_mask 0x01, 2021-02-17, rev 0xb0f
  sig 0x000806c2, pf_mask 0xc2, 2021-04-07, rev 0x0016
  sig 0x00090661, pf_mask 0x01, 2021-02-04, rev 0x0011

- Updated microcodes:

  sig 0x000306f2, pf_mask 0x6f, 2020-05-27, rev 0x0044-> 2021-01-27, rev 
0x0046
  sig 0x000306f4, pf_mask 0x80, 2020-11-25, rev 0x0017-> 2021-02-05, rev 
0x0019
  sig 0x00050653, pf_mask 0x97, 2020-06-18, rev 0x1000159 -> 2021-03-08, rev 
0x100015b
  sig 0x00050654, pf_mask 0xb7, 2021-01-15, rev 0x2006b05 -> 2021-03-08, rev 
0x2006b06
  sig 0x00050656, pf_mask 0xbf, 2020-12-31, rev 0x4003006 -> 2021-03-08, rev 
0x4003102
  sig 0x00050657, pf_mask 0xbf, 2021-01-15, rev 0x5003101 -> 2021-04-08, rev 
0x5003103
  sig 0x0005065b, pf_mask 0xbf, 2020-11-20, rev 0x720 -> 2021-04-23, rev 
0x7002302
  sig 0x00050663, pf_mask 0x10, 2019-06-17, rev 0x719 -> 2021-02-04, rev 
0x71b
  sig 0x00050664, pf_mask 0x10, 2019-06-17, rev 0xf17 -> 2021-02-04, rev 
0xf19
  sig 0x00050665, pf_mask 0x10, 2019-06-17, rev 0xe0f -> 2021-02-04, rev 
0xe12
  sig 0x000506ca, pf_mask 0x03, 2020-02-27, rev 0x001e-> 2020-10-23, rev 
0x0020
  sig 0x000606a6, pf_mask 0x87, 2021-03-31, rev 0xd000280 -> 2021-04-25, rev 
0xd0002a0
  sig 0x000806c1, pf_mask 0x80, 2021-03-17, rev 0x0086-> 2021-04-09, rev 
0x008a
  sig 0x000806d0, pf_mask 0xc2, 2020-12-01, rev 0x004e-> 2020-12-17, rev 
0x0050
  sig 0x000806d1, pf_mask 0xc2, 2021-03-16, rev 0x0024-> 2021-04-23, rev 
0x002c
  sig 0x000806e9, pf_mask 0x10, 2020-12-08, rev 0x00e8-> 2021-01-05, rev 
0x00ea
  sig 0x000806ea, pf_mask 0xc0, 2020-06-17, rev 0x00e0-> 2021-01-06, rev 
0x00ea
  sig 0x000a0652, pf_mask 0x20, 2020-10-26, rev 0x00e2-> 2021-02-07, rev 
0x00ea
  sig 0x000a0661, pf_mask 0x80, 2020-07-02, rev 0x00e0-> 2021-02-07, rev 
0x00ea
  sig 0x000a0671, pf_mask 0x02, 2021-03-19, rev 0x003c-> 2021-04-11, rev 
0x0040

Closes: https://bugs.gentoo.org/794994
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-firmware/intel-microcode/Manifest  |   2 +
 .../intel-microcode-20210608_p20210608.ebuild  | 262 +
 2 files changed, 264 insertions(+)

diff --git a/sys-firmware/intel-microcode/Manifest 
b/sys-firmware/intel-microcode/Manifest
index ad796bc4647..82568c926ae 100644
--- a/sys-firmware/intel-microcode/Manifest
+++ b/sys-firmware/intel-microcode/Manifest
@@ -1,6 +1,8 @@
 DIST intel-microcode-collection-20201116.tar.xz 6506624 BLAKE2B 
b74ec0ddafe9681ae94d6a0df1de51655004eecae83c413fa824c9ad25cf68a25059627e2809a3b8cd5b3cb18647455385de0be2b2a7fcc6bc6c30e2ccabd1af
 SHA512 
3a1aab0af9ff6dc95778276964b457a4429aa12f13499f6f89fa48285cf8aef9a0990099a80e360b76b2d4b6a836f2528f984aab17f12d905cf237dbab2a8b33
 DIST intel-microcode-collection-20210221.tar.xz 6690716 BLAKE2B 
09758341d20d60b739c4859442457fcc4ce563327dd7f14e8a626f49198d3beb59ef580530500a2dacb5ab9832119e8d489f553ccffc56613b31df027eb93e98
 SHA512 
e3bb3644c46ee41752bbd21c56e69144d23dab9162ebfe9906a07ff646b7ba57d14b0280b044bf7ceab771fe80e75d7aed3808b68b823ae19bc0c7c4a94589dd
 DIST intel-microcode-collection-20210514.tar.xz 7907672 BLAKE2B 
d5226008e50e804c0acfa648393032b08a317572be1e38743721613000dede886d3885b36f7fa4a9c061e72855fc0ad409ce3299f679afc866abda7d29c9512a
 SHA512 
fc4fcd3e2c4f1abdf5c0d23c1c0ac2f8c572531dadbc9a070c38150ec939cd4e2b13226b86df2371eb0679cef96307262d0356f2e617773c51c53f3e440894d2
+DIST intel-microcode-collection-20210608.tar.xz 8012692 BLAKE2B 
98df9d18658bfdf06ac7db84ac30707fe8834874583b324ebc882b514975d71b686788fcd1c9b9c5b05448403b27524e29a94ade34facdffb1645333059019a9
 SHA512 
7fd810cf05334f6442b9a0c77aef5319d3e2006e887d0354dee952647ded3fa6331a30192abf82eda0676af0439b40f5e3ab0210611f96c78fe52f01f106c5d4
 DIST intel-ucode-sig_0x406e3-rev_0xd6.bin 101376 BLAKE2B 
66d55867954d69dda1425febd93bb8c89f7aa836d504f8b5fee127f8505bcf2246f4fcc55cc245bc5e532528d60cca2eee278de7ab5174dc2862db7982a2b36f
 SHA512 
248066b521bf512b5d8e4a8c7e921464ce52169c954d6e4ca580d8c172cd789519e22b4cf56c212e452b4191741f0202019f7061d322c9433b5af9ce5413b567
 DIST microcode-20201112.tar.gz 3610834 BLAKE2B 
4212924f1673afded961266a25fe6063ec6cdafaa26c8bee1c42372eb8ab5f278dc2501615b23e09e2f9809bf2792a8db317c98c170bf0c5e1dd62b7dc80a084
 SHA512 
0875675d065a83ee14fa34a31022ee34e46aee579d1ff192414e79861af157ae269ca7c2c462f03b3accbd45590c76e5cbf4f53d7a6

[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-session-manager/

2021-06-08 Thread Adam Feldman
commit: 4931dbcce67a98d31eed11bbcb27cd254190ed9d
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 22:09:49 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Tue Jun  8 22:22:47 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4931dbcc

mate-base/mate-session-manager: Drop consolekit support and drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 .../mate-session-manager-1.24.0-r4.ebuild  |  9 +--
 .../mate-session-manager-1.24.0.ebuild | 89 --
 .../mate-session-manager-1.24.1.ebuild |  9 +--
 .../mate-session-manager-.ebuild   |  9 +--
 4 files changed, 9 insertions(+), 107 deletions(-)

diff --git 
a/mate-base/mate-session-manager/mate-session-manager-1.24.0-r4.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.24.0-r4.ebuild
index aadf1b4..2491c14 100644
--- a/mate-base/mate-session-manager/mate-session-manager-1.24.0-r4.ebuild
+++ b/mate-base/mate-session-manager/mate-session-manager-1.24.0-r4.ebuild
@@ -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
 
 EAPI=6
@@ -16,7 +16,7 @@ LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
 SLOT="0"
 IUSE="debug elogind gnome-keyring ipv6 systemd +xtrans"
 
-REQUIRED_USE="?? ( elogind systemd )"
+REQUIRED_USE="^^ ( elogind systemd )"
 
 # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
 # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
@@ -38,10 +38,7 @@ COMMON_DEPEND="
x11-libs/libXtst
x11-libs/pango
systemd? ( sys-apps/systemd )
-   !systemd? (
-   elogind? ( sys-auth/elogind )
-   !elogind? ( >=sys-auth/consolekit-0.9.2 )
-   )
+   elogind? ( sys-auth/elogind )
xtrans? ( x11-libs/xtrans )"
 
 RDEPEND="${COMMON_DEPEND}

diff --git a/mate-base/mate-session-manager/mate-session-manager-1.24.0.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.24.0.ebuild
deleted file mode 100644
index f30b9cf..000
--- a/mate-base/mate-session-manager/mate-session-manager-1.24.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="MATE session manager"
-HOMEPAGE="https://mate-desktop.org/;
-
-LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE="debug elogind gnome-keyring ipv6 systemd +xtrans"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
-# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
-# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.76
-   >=dev-libs/glib-2.50:2
-   dev-libs/libxslt
-   sys-apps/dbus
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango
-   systemd? ( sys-apps/systemd )
-   !systemd? (
-   elogind? ( sys-auth/elogind )
-   !elogind? ( >=sys-auth/consolekit-0.9.2 )
-   )
-   xtrans? ( x11-libs/xtrans )"
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-   x11-apps/xdpyinfo
-   x11-misc/xdg-user-dirs
-   x11-misc/xdg-user-dirs-gtk
-   gnome-keyring? ( gnome-base/gnome-keyring )
-   !

[gentoo-commits] proj/gentoo-mate:master commit in: sys-auth/consolekit/, sys-auth/consolekit/files/

2021-06-08 Thread Adam Feldman
commit: d2993c952ad9cdbf0e329d1ced62a9852d550017
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 22:11:09 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Tue Jun  8 22:22:55 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=d2993c95

sys-auth/consolekit: drop package

Signed-off-by: Adam Feldman  gentoo.org>

 sys-auth/consolekit/Manifest   |   6 -
 sys-auth/consolekit/consolekit-0.4.6.ebuild| 125 ---
 sys-auth/consolekit/consolekit-1.1.0-r1.ebuild | 120 ---
 sys-auth/consolekit/consolekit-1.1.2.ebuild| 131 
 sys-auth/consolekit/consolekit-1.2.0.ebuild| 132 -
 sys-auth/consolekit/consolekit-1.2.1.ebuild| 132 -
 sys-auth/consolekit/consolekit-.ebuild | 128 
 sys-auth/consolekit/files/90-consolekit-3  |  32 -
 sys-auth/consolekit/files/consolekit-0.2.rc|  25 
 .../files/consolekit-0.4.5-polkit-automagic.patch  |  30 -
 sys-auth/consolekit/files/consolekit-1.0.0.initd   |  16 ---
 ...ove-the-root-restriction-for-runtime-dirs.patch |  57 -
 .../files/consolekit-cleanup_console_tags.patch|  67 ---
 ...nsolekit-shutdown-reboot-without-policies.patch |  26 
 .../files/consolekit-udev-acl-install_to_usr.patch |  28 -
 sys-auth/consolekit/files/pam-foreground-compat.ck |  17 ---
 sys-auth/consolekit/metadata.xml   |  22 
 17 files changed, 1094 deletions(-)

diff --git a/sys-auth/consolekit/Manifest b/sys-auth/consolekit/Manifest
deleted file mode 100644
index 06205e2..000
--- a/sys-auth/consolekit/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST ConsoleKit-0.4.6.tar.xz 366572 BLAKE2B 
ab4c277fd47b8f99ce8c5a67de86e89b1bdd8d6a5a8682dd436feefec76f7902e71c05d9d22d52c297d3294a945f057d53f18c9c9b7d29c84aa7c26665b05fee
 SHA512 
54955e3e83778a9216846104da8762fd50a37190e209127dd5d211e2227da617e14f6f5c1359905396d299656e526d14e1187b28eaff7d0ae1d7563dc8d9b46d
-DIST ConsoleKit2-1.1.0.tar.bz2 630178 BLAKE2B 
20d1994a19fbe03d411ac5437f77b75571fbdc19478100676e51e2a1232c643f4b0c86125b5bf1d42aeb5cfb7c8b34601221d674ac27d9bf3112fcd8a83afacb
 SHA512 
14ded07d4140e7a31132de21e84c2878475676b8c98f72b42340708972ed384abb9ba9380d74719718fc220c001387c788cf709cd15f8b19d598467dfe8a57df
-DIST ConsoleKit2-1.1.2.tar.bz2 1125567 BLAKE2B 
1b7c60d224ea4197687c566d324a302aa2f5ed92ed0cfc563ba4d42f78af2999d1693e4587208e5412d042fb0cff99919dfa02ca5b5a43bda3310c17b39ca5d6
 SHA512 
fadca85e05c176b06ead40fba5c068d497bf69bcc322287363d0c27cdd6627b758295db1ef534b908c0e6240486430d8cb36660b4d71216a60d19a52d6d0db39
-DIST ConsoleKit2-1.2.0.tar.bz2 1125402 BLAKE2B 
c2119287ff173783c377a1353f8ce59432f8aa3e64f654716c895fadb5d07462069e457aae7925a6c44bc48bfd4147fc10e9f488a39714386fb6c14bced09f36
 SHA512 
c0f6e629b7229c2ffaafe8da899970b48c8372402447af18560fffd8804d9ab91a4ad2eb82c8f648a14807f8ccc5fb1ab4366de14faa8a2d5fb3767a6a4253f7
-DIST ConsoleKit2-1.2.1.tar.bz2 1182946 BLAKE2B 
f76f99008c78bd3a318c918776129072944e4c3ac18348960e3a725179d3ce4dc2cfb4d04ec5c143bb998f23f63cf36c0f88d8296dc3d0a382a138f3a0a2fecc
 SHA512 
31befe89f7fa604138bfb0722fc6cf12f0934bac004f98fc331004eb5a7f466ed7bd0dc9adc9869da739974208f9a3bc125068ff8a60d4b2badb58ef70a3eb10
-DIST consolekit_0.4.6-4.debian.tar.gz 12192 BLAKE2B 
e88ed907ea3ceecb9ac399618614b1aa5d7eb2c46a706451d78e4ec1598dee5a02d6c5a1b0dd678f6bed4c25277884ec6969a23f8181ef3d8ede94452b6570db
 SHA512 
f7fc5965b1f495d16a8ca167940431bc2569e9bde9e4a356b9c9ed00c2825db61da7b6db3d434d977fff72b3aaef30c455a365b9eba282a887a523753613b58f

diff --git a/sys-auth/consolekit/consolekit-0.4.6.ebuild 
b/sys-auth/consolekit/consolekit-0.4.6.ebuild
deleted file mode 100644
index e190382..000
--- a/sys-auth/consolekit/consolekit-0.4.6.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils linux-info ltprune pam systemd
-
-MY_PN=ConsoleKit
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Framework for defining and tracking users, login sessions and 
seats"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/ConsoleKit;
-SRC_URI="https://www.freedesktop.org/software/${MY_PN}/dist/${MY_P}.tar.xz
-   
https://launchpad.net/debian/+archive/primary/+files/${PN}_${PV}-4.debian.tar.gz;
 # for logrotate file
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="acl debug doc kernel_linux pam policykit selinux systemd-units test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
-   >=dev-libs/glib-2.38.2-r1:2=
-   sys-libs/zlib:=
-   x11-libs/libX11:=
-   acl? (
-   sys-apps/acl:=
-   >=virtual/udev-200
-   )
-   pam? ( sys-libs/pam )
-   policykit? ( 

[gentoo-commits] proj/linux-patches:5.12 commit in: /

2021-06-08 Thread Mike Pagano
commit: 406943272aef657d11be05055417c5beca95400d
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jun  8 22:14:00 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jun  8 22:15:22 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=40694327

Updates from gyakovlev

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

 4567_distro-Gentoo-Kconfig.patch | 72 +++-
 1 file changed, 64 insertions(+), 8 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 9a7a02d..4eee26b 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -6,9 +6,9 @@
  source "Documentation/Kconfig"
 +
 +source "distro/Kconfig"
 /dev/null  2021-06-06 14:01:09.950742356 -0400
-+++ b/distro/Kconfig   2021-06-06 17:48:05.912077568 -0400
-@@ -0,0 +1,267 @@
+--- /dev/null  2021-06-08 16:56:49.698138501 -0400
 b/distro/Kconfig   2021-06-08 17:11:33.377999003 -0400
+@@ -0,0 +1,263 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -181,8 +181,7 @@
 +  Note 2: Please see the URL above for numeric settings, e.g. 
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 
 +  for X86_64
 +
-+  depends on GENTOO_LINUX && !HARDENED_USERCOPY_FALLBACK && 
!HARDENED_USERCOPY_PAGESPAN && !ACPI_CUSTOM_METHOD && !COMPAT_BRK && !DEVKMEM 
&& !PROC_KCORE && !COMPAT_VDSO && !KEXEC && !HIBERNATION && !LEGACY_PTYS && 
!SECURITY_SELINUX_DISABLE && !X86_X32 && !MODIFY_LDT_SYSCALL
-+
++  depends on GENTOO_LINUX && !ACPI_CUSTOM_METHOD && !COMPAT_BRK && 
!DEVKMEM && !PROC_KCORE && !COMPAT_VDSO && !KEXEC && !HIBERNATION && 
!LEGACY_PTYS && !X86_X32 && !MODIFY_LDT_SYSCALL
 +
 +  select BUG
 +  select STRICT_KERNEL_RWX
@@ -191,7 +190,6 @@
 +  select STACKPROTECTOR_STRONG
 +  select STRICT_DEVMEM
 +  select IO_STRICT_DEVMEM
-+
 +  select SYN_COOKIES
 +  select DEBUG_CREDENTIALS
 +  select DEBUG_NOTIFIERS
@@ -201,9 +199,7 @@
 +  select SCHED_STACK_END_CHECK
 +  select SECCOMP
 +  select SECCOMP_FILTER
-+  select SECURITY
 +  select SECURITY_YAMA
-+  select HARDENED_USERCOPY
 +  select SLAB_FREELIST_RANDOM
 +  select SLAB_FREELIST_HARDENED
 +  select SHUFFLE_PAGE_ALLOCATOR
@@ -276,3 +272,63 @@
 +endmenu
 +
 +endmenu
+diff --git a/security/Kconfig b/security/Kconfig
+index 7561f6f99..01f0bf73f 100644
+--- a/security/Kconfig
 b/security/Kconfig
+@@ -166,6 +166,7 @@ config HARDENED_USERCOPY
+ config HARDENED_USERCOPY_FALLBACK
+   bool "Allow usercopy whitelist violations to fallback to object size"
+   depends on HARDENED_USERCOPY
++  depends on !GENTOO_KERNEL_SELF_PROTECTION
+   default y
+   help
+ This is a temporary option that allows missing usercopy whitelists
+@@ -181,6 +182,7 @@ config HARDENED_USERCOPY_PAGESPAN
+   bool "Refuse to copy allocations that span multiple pages"
+   depends on HARDENED_USERCOPY
+   depends on EXPERT
++  depends on !GENTOO_KERNEL_SELF_PROTECTION
+   help
+ When a multi-page allocation is done without __GFP_COMP,
+ hardened usercopy will reject attempts to copy it. There are,
+diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig
+index 9e921fc72..f29bc13fa 100644
+--- a/security/selinux/Kconfig
 b/security/selinux/Kconfig
+@@ -26,6 +26,7 @@ config SECURITY_SELINUX_BOOTPARAM
+ config SECURITY_SELINUX_DISABLE
+   bool "NSA SELinux runtime disable"
+   depends on SECURITY_SELINUX
++  depends on !GENTOO_KERNEL_SELF_PROTECTION
+   select SECURITY_WRITABLE_HOOKS
+   default n
+   help
+-- 
+2.31.1
+
+From bd3ff0b16792c18c0614c2b95e148943209f460a Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Tue, 8 Jun 2021 13:59:57 -0700
+Subject: [PATCH 2/2] set DEFAULT_MMAP_MIN_ADDR by default
+
+---
+ mm/Kconfig | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/mm/Kconfig b/mm/Kconfig
+index 24c045b24..e13fc740c 100644
+--- a/mm/Kconfig
 b/mm/Kconfig
+@@ -321,6 +321,8 @@ config KSM
+ config DEFAULT_MMAP_MIN_ADDR
+   int "Low address space to protect from user allocation"
+   depends on MMU
++  default 65536 if ( X86_64 || X86_32 || PPC64 || IA64 ) && 
GENTOO_KERNEL_SELF_PROTECTION
++  default 32768 if ( ARM64 || ARM ) && GENTOO_KERNEL_SELF_PROTECTION
+   default 4096
+   help
+ This is the portion of low virtual memory which should be protected
+-- 
+2.31.1
+```



[gentoo-commits] proj/linux-patches:master commit in: /

2021-06-08 Thread Mike Pagano
commit: ccf130a6c7afbb4715ba52fd6e34b7fb25d1c0fb
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jun  8 22:14:00 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jun  8 22:14:00 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ccf130a6

Updates from gyakovlev

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

 4567_distro-Gentoo-Kconfig.patch | 72 +++-
 1 file changed, 64 insertions(+), 8 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 56adbbd..635de00 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -6,9 +6,9 @@
  source "Documentation/Kconfig"
 +
 +source "distro/Kconfig"
 /dev/null  2021-06-06 14:01:09.950742356 -0400
-+++ b/distro/Kconfig   2021-06-06 17:48:05.912077568 -0400
-@@ -0,0 +1,267 @@
+--- /dev/null  2021-06-08 16:56:49.698138501 -0400
 b/distro/Kconfig   2021-06-08 17:11:33.377999003 -0400
+@@ -0,0 +1,263 @@
 +menu "Gentoo Linux"
 +
 +config GENTOO_LINUX
@@ -181,8 +181,7 @@
 +  Note 2: Please see the URL above for numeric settings, e.g. 
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
 +  for X86_64
 +
-+  depends on GENTOO_LINUX && !HARDENED_USERCOPY_FALLBACK && 
!HARDENED_USERCOPY_PAGESPAN && !ACPI_CUSTOM_METHOD && !COMPAT_BRK && !DEVKMEM 
&& !PROC_KCORE && !COMPAT_VDSO && !KEXEC && !HIBERNATION && !LEGACY_PTYS && 
!SECURITY_SELINUX_DISABLE && !X86_X32 && !MODIFY_LDT_SYSCALL
-+
++  depends on GENTOO_LINUX && !ACPI_CUSTOM_METHOD && !COMPAT_BRK && 
!DEVKMEM && !PROC_KCORE && !COMPAT_VDSO && !KEXEC && !HIBERNATION && 
!LEGACY_PTYS && !X86_X32 && !MODIFY_LDT_SYSCALL
 +
 +  select BUG
 +  select STRICT_KERNEL_RWX
@@ -191,7 +190,6 @@
 +  select STACKPROTECTOR_STRONG
 +  select STRICT_DEVMEM
 +  select IO_STRICT_DEVMEM
-+
 +  select SYN_COOKIES
 +  select DEBUG_CREDENTIALS
 +  select DEBUG_NOTIFIERS
@@ -201,9 +199,7 @@
 +  select SCHED_STACK_END_CHECK
 +  select SECCOMP
 +  select SECCOMP_FILTER
-+  select SECURITY
 +  select SECURITY_YAMA
-+  select HARDENED_USERCOPY
 +  select SLAB_FREELIST_RANDOM
 +  select SLAB_FREELIST_HARDENED
 +  select SHUFFLE_PAGE_ALLOCATOR
@@ -276,3 +272,63 @@
 +endmenu
 +
 +endmenu
+diff --git a/security/Kconfig b/security/Kconfig
+index 7561f6f99..01f0bf73f 100644
+--- a/security/Kconfig
 b/security/Kconfig
+@@ -166,6 +166,7 @@ config HARDENED_USERCOPY
+ config HARDENED_USERCOPY_FALLBACK
+   bool "Allow usercopy whitelist violations to fallback to object size"
+   depends on HARDENED_USERCOPY
++  depends on !GENTOO_KERNEL_SELF_PROTECTION
+   default y
+   help
+ This is a temporary option that allows missing usercopy whitelists
+@@ -181,6 +182,7 @@ config HARDENED_USERCOPY_PAGESPAN
+   bool "Refuse to copy allocations that span multiple pages"
+   depends on HARDENED_USERCOPY
+   depends on EXPERT
++  depends on !GENTOO_KERNEL_SELF_PROTECTION
+   help
+ When a multi-page allocation is done without __GFP_COMP,
+ hardened usercopy will reject attempts to copy it. There are,
+diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig
+index 9e921fc72..f29bc13fa 100644
+--- a/security/selinux/Kconfig
 b/security/selinux/Kconfig
+@@ -26,6 +26,7 @@ config SECURITY_SELINUX_BOOTPARAM
+ config SECURITY_SELINUX_DISABLE
+   bool "NSA SELinux runtime disable"
+   depends on SECURITY_SELINUX
++  depends on !GENTOO_KERNEL_SELF_PROTECTION
+   select SECURITY_WRITABLE_HOOKS
+   default n
+   help
+-- 
+2.31.1
+
+From bd3ff0b16792c18c0614c2b95e148943209f460a Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Tue, 8 Jun 2021 13:59:57 -0700
+Subject: [PATCH 2/2] set DEFAULT_MMAP_MIN_ADDR by default
+
+---
+ mm/Kconfig | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/mm/Kconfig b/mm/Kconfig
+index 24c045b24..e13fc740c 100644
+--- a/mm/Kconfig
 b/mm/Kconfig
+@@ -321,6 +321,8 @@ config KSM
+ config DEFAULT_MMAP_MIN_ADDR
+   int "Low address space to protect from user allocation"
+   depends on MMU
++  default 65536 if ( X86_64 || X86_32 || PPC64 || IA64 ) && 
GENTOO_KERNEL_SELF_PROTECTION
++  default 32768 if ( ARM64 || ARM ) && GENTOO_KERNEL_SELF_PROTECTION
+   default 4096
+   help
+ This is the portion of low virtual memory which should be protected
+-- 
+2.31.1
+```



[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-power-manager/

2021-06-08 Thread Adam Feldman
commit: c6eebd8540d477e494f28103a46521da715cfbdd
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 22:05:09 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Tue Jun  8 22:05:17 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=c6eebd85

mate-extra/mate-power-manager: Drop consolekit and drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 .../mate-power-manager-1.24.1-r1.ebuild| 74 --
 .../mate-power-manager-1.24.1-r2.ebuild| 11 ++--
 .../mate-power-manager-1.24.2.ebuild   |  9 +--
 .../mate-power-manager-.ebuild |  9 +--
 4 files changed, 10 insertions(+), 93 deletions(-)

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r1.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r1.ebuild
deleted file mode 100644
index db031cf..000
--- a/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="A session daemon for MATE that makes it easy to manage your 
laptop or desktop"
-
-LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
-SLOT="0"
-IUSE="+applet elogind gnome-keyring policykit systemd test"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-# Interactive testsuite.
-RESTRICT="test"
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.70
-   >=dev-libs/glib-2.50:2
-   >=media-libs/libcanberra-0.10:0[gtk3]
-   >=sys-apps/dbus-1
-   >=x11-apps/xrandr-1.3
-   >=x11-libs/cairo-1
-   >=x11-libs/gdk-pixbuf-2.11:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXrandr
-   >=x11-libs/libnotify-0.7:0
-   x11-libs/pango
-   applet? ( >=mate-base/mate-panel-1.17.0 )
-   gnome-keyring? ( >=gnome-base/libgnome-keyring-3 )
-   >=sys-power/upower-0.99.8:="
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-   policykit? ( >=mate-extra/mate-polkit-1.6 )
-   systemd? ( sys-apps/systemd )
-   !systemd? (
-   elogind? ( sys-auth/elogind )
-   !elogind? ( >=sys-auth/consolekit-0.9.2 )
-   )
-"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.3
-   app-text/rarian
-   >=app-text/scrollkeeper-dtd-1:1.0
-   app-text/yelp-tools
-   dev-libs/libxml2
-   dev-util/glib-utils
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig
-   x11-base/xorg-proto"
-
-src_configure() {
-   mate_src_configure \
-   --enable-compile-warnings=minimum \
-   $(use_with gnome-keyring keyring) \
-   $(use_enable applet applets) \
-   $(use_enable test tests)
-}
-
-src_test() {
-   unset DBUS_SESSION_BUS_ADDRESS
-
-   dbus-launch Xemake check || die "Test phase failed"
-}

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild
index 343f1cf..3fdb6fc 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.24.1-r2.ebuild
@@ -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
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="A session daemon for MATE that makes it easy to manage your 
laptop or desktop"
@@ -15,7 +15,7 @@ LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
 SLOT="0"
 IUSE="+applet elogind libsecret policykit systemd test"
 
-REQUIRED_USE="?? ( elogind systemd )"
+REQUIRED_USE="^^ ( elogind systemd )"
 
 # Interactive testsuite.
 RESTRICT="test"
@@ -43,10 +43,7 @@ RDEPEND="${COMMON_DEPEND}
virtual/libintl
policykit? ( >=mate-extra/mate-polkit-1.6 )
systemd? ( sys-apps/systemd )
-   !systemd? (
-   elogind? ( sys-auth/elogind )
-   !elogind? ( >=sys-auth/consolekit-0.9.2 )
-   )
+   elogind? ( sys-auth/elogind )
 "
 
 DEPEND="${COMMON_DEPEND}

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild
index baec1af..84d486d 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild
@@ -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
 
 EAPI=6
@@ -15,7 +15,7 @@ LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
 SLOT="0"
 IUSE="+applet elogind 

[gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/mate-screensaver/

2021-06-08 Thread Adam Feldman
commit: 881e2bfe024cf356d231f2c3ea00e3223b9a17b9
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 21:54:36 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Tue Jun  8 21:54:36 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=881e2bfe

mate-extra/mate-screensaver: Drop consolekit support

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild | 7 +++
 mate-extra/mate-screensaver/mate-screensaver-1.24.1.ebuild | 7 +++
 mate-extra/mate-screensaver/mate-screensaver-.ebuild   | 7 +++
 mate-extra/mate-screensaver/metadata.xml   | 4 
 4 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild
index 91e4469..d4dc5a6 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.24.0.ebuild
@@ -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
 
 EAPI=6
@@ -13,7 +13,7 @@ DESCRIPTION="Replaces xscreensaver, integrating with the MATE 
desktop"
 
 LICENSE="GPL-2+ HPND LGPL-2+"
 SLOT="0"
-IUSE="X debug consolekit elogind kernel_linux libnotify opengl pam systemd"
+IUSE="X debug elogind kernel_linux libnotify opengl pam systemd"
 REQUIRED_USE="?? ( elogind systemd )"
 
 DOC_CONTENTS="
@@ -39,7 +39,6 @@ COMMON_DEPEND="
x11-libs/libXxf86vm
x11-libs/libxklavier
x11-libs/pango
-   consolekit? ( sys-auth/consolekit )
libnotify? ( >=x11-libs/libnotify-0.7:0 )
opengl? ( virtual/opengl )
pam? ( gnome-base/gnome-keyring sys-libs/pam )
@@ -68,8 +67,8 @@ src_configure() {
--with-xf86gamma-ext
--with-xscreensaverdir=/usr/share/xscreensaver/config
--with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
+   --without-console-kit
$(use_with X x)
-   $(use_with consolekit console-kit)
$(use_with elogind)
$(use_with libnotify)
$(use_with opengl libgl)

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.24.1.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.24.1.ebuild
index 485f4ee..5ea1141 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-1.24.1.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.24.1.ebuild
@@ -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
 
 EAPI=6
@@ -13,7 +13,7 @@ DESCRIPTION="Replaces xscreensaver, integrating with the MATE 
desktop"
 
 LICENSE="GPL-2+ HPND LGPL-2+"
 SLOT="0"
-IUSE="X debug consolekit elogind kernel_linux libnotify opengl pam systemd"
+IUSE="X debug elogind kernel_linux libnotify opengl pam systemd"
 REQUIRED_USE="?? ( elogind systemd )"
 
 COMMON_DEPEND="
@@ -34,7 +34,6 @@ COMMON_DEPEND="
x11-libs/libXxf86vm
x11-libs/libxklavier
x11-libs/pango
-   consolekit? ( sys-auth/consolekit )
libnotify? ( >=x11-libs/libnotify-0.7:0 )
opengl? ( virtual/opengl )
pam? ( gnome-base/gnome-keyring sys-libs/pam )
@@ -68,8 +67,8 @@ src_configure() {
--with-xf86gamma-ext
--with-xscreensaverdir=/usr/share/xscreensaver/config
--with-xscreensaverhackdir=/usr/$(get_libdir)/misc/xscreensaver
+   --without-console-kit
$(use_with X x)
-   $(use_with consolekit console-kit)
$(use_with elogind)
$(use_with libnotify)
$(use_with opengl libgl)

diff --git a/mate-extra/mate-screensaver/mate-screensaver-.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-.ebuild
index 485f4ee..5ea1141 100644
--- a/mate-extra/mate-screensaver/mate-screensaver-.ebuild
+++ b/mate-extra/mate-screensaver/mate-screensaver-.ebuild
@@ -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
 
 EAPI=6
@@ -13,7 +13,7 @@ DESCRIPTION="Replaces xscreensaver, integrating with the MATE 
desktop"
 
 LICENSE="GPL-2+ HPND LGPL-2+"
 SLOT="0"
-IUSE="X debug consolekit elogind kernel_linux libnotify opengl pam systemd"
+IUSE="X debug elogind kernel_linux libnotify opengl pam systemd"
 REQUIRED_USE="?? ( elogind systemd )"
 
 COMMON_DEPEND="
@@ -34,7 +34,6 @@ COMMON_DEPEND="
x11-libs/libXxf86vm
x11-libs/libxklavier
x11-libs/pango
-   consolekit? ( sys-auth/consolekit )
libnotify? ( >=x11-libs/libnotify-0.7:0 )
opengl? ( virtual/opengl )
pam? ( gnome-base/gnome-keyring sys-libs/pam )
@@ -68,8 +67,8 @@ 

[gentoo-commits] proj/gentoo-mate:master commit in: sys-auth/consolekit/files/, sys-auth/consolekit/

2021-06-08 Thread Adam Feldman
commit: f1bac1e995a1b3b3cb9712b1647e1bc91c2f7e7a
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 22:11:09 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Tue Jun  8 22:13:47 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=f1bac1e9

sys-auth/consolekit: drop package

Signed-off-by: Adam Feldman  gentoo.org>

 sys-auth/consolekit/Manifest   |   6 -
 sys-auth/consolekit/consolekit-0.4.6.ebuild| 125 ---
 sys-auth/consolekit/consolekit-1.1.0-r1.ebuild | 120 ---
 sys-auth/consolekit/consolekit-1.1.2.ebuild| 131 
 sys-auth/consolekit/consolekit-1.2.0.ebuild| 132 -
 sys-auth/consolekit/consolekit-1.2.1.ebuild| 132 -
 sys-auth/consolekit/consolekit-.ebuild | 128 
 sys-auth/consolekit/files/90-consolekit-3  |  32 -
 sys-auth/consolekit/files/consolekit-0.2.rc|  25 
 .../files/consolekit-0.4.5-polkit-automagic.patch  |  30 -
 sys-auth/consolekit/files/consolekit-1.0.0.initd   |  16 ---
 ...ove-the-root-restriction-for-runtime-dirs.patch |  57 -
 .../files/consolekit-cleanup_console_tags.patch|  67 ---
 ...nsolekit-shutdown-reboot-without-policies.patch |  26 
 .../files/consolekit-udev-acl-install_to_usr.patch |  28 -
 sys-auth/consolekit/files/pam-foreground-compat.ck |  17 ---
 sys-auth/consolekit/metadata.xml   |  22 
 17 files changed, 1094 deletions(-)

diff --git a/sys-auth/consolekit/Manifest b/sys-auth/consolekit/Manifest
deleted file mode 100644
index 06205e2..000
--- a/sys-auth/consolekit/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-DIST ConsoleKit-0.4.6.tar.xz 366572 BLAKE2B 
ab4c277fd47b8f99ce8c5a67de86e89b1bdd8d6a5a8682dd436feefec76f7902e71c05d9d22d52c297d3294a945f057d53f18c9c9b7d29c84aa7c26665b05fee
 SHA512 
54955e3e83778a9216846104da8762fd50a37190e209127dd5d211e2227da617e14f6f5c1359905396d299656e526d14e1187b28eaff7d0ae1d7563dc8d9b46d
-DIST ConsoleKit2-1.1.0.tar.bz2 630178 BLAKE2B 
20d1994a19fbe03d411ac5437f77b75571fbdc19478100676e51e2a1232c643f4b0c86125b5bf1d42aeb5cfb7c8b34601221d674ac27d9bf3112fcd8a83afacb
 SHA512 
14ded07d4140e7a31132de21e84c2878475676b8c98f72b42340708972ed384abb9ba9380d74719718fc220c001387c788cf709cd15f8b19d598467dfe8a57df
-DIST ConsoleKit2-1.1.2.tar.bz2 1125567 BLAKE2B 
1b7c60d224ea4197687c566d324a302aa2f5ed92ed0cfc563ba4d42f78af2999d1693e4587208e5412d042fb0cff99919dfa02ca5b5a43bda3310c17b39ca5d6
 SHA512 
fadca85e05c176b06ead40fba5c068d497bf69bcc322287363d0c27cdd6627b758295db1ef534b908c0e6240486430d8cb36660b4d71216a60d19a52d6d0db39
-DIST ConsoleKit2-1.2.0.tar.bz2 1125402 BLAKE2B 
c2119287ff173783c377a1353f8ce59432f8aa3e64f654716c895fadb5d07462069e457aae7925a6c44bc48bfd4147fc10e9f488a39714386fb6c14bced09f36
 SHA512 
c0f6e629b7229c2ffaafe8da899970b48c8372402447af18560fffd8804d9ab91a4ad2eb82c8f648a14807f8ccc5fb1ab4366de14faa8a2d5fb3767a6a4253f7
-DIST ConsoleKit2-1.2.1.tar.bz2 1182946 BLAKE2B 
f76f99008c78bd3a318c918776129072944e4c3ac18348960e3a725179d3ce4dc2cfb4d04ec5c143bb998f23f63cf36c0f88d8296dc3d0a382a138f3a0a2fecc
 SHA512 
31befe89f7fa604138bfb0722fc6cf12f0934bac004f98fc331004eb5a7f466ed7bd0dc9adc9869da739974208f9a3bc125068ff8a60d4b2badb58ef70a3eb10
-DIST consolekit_0.4.6-4.debian.tar.gz 12192 BLAKE2B 
e88ed907ea3ceecb9ac399618614b1aa5d7eb2c46a706451d78e4ec1598dee5a02d6c5a1b0dd678f6bed4c25277884ec6969a23f8181ef3d8ede94452b6570db
 SHA512 
f7fc5965b1f495d16a8ca167940431bc2569e9bde9e4a356b9c9ed00c2825db61da7b6db3d434d977fff72b3aaef30c455a365b9eba282a887a523753613b58f

diff --git a/sys-auth/consolekit/consolekit-0.4.6.ebuild 
b/sys-auth/consolekit/consolekit-0.4.6.ebuild
deleted file mode 100644
index e190382..000
--- a/sys-auth/consolekit/consolekit-0.4.6.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils linux-info ltprune pam systemd
-
-MY_PN=ConsoleKit
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Framework for defining and tracking users, login sessions and 
seats"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/ConsoleKit;
-SRC_URI="https://www.freedesktop.org/software/${MY_PN}/dist/${MY_P}.tar.xz
-   
https://launchpad.net/debian/+archive/primary/+files/${PN}_${PV}-4.debian.tar.gz;
 # for logrotate file
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="acl debug doc kernel_linux pam policykit selinux systemd-units test"
-RESTRICT="!test? ( test )"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=
-   >=dev-libs/glib-2.38.2-r1:2=
-   sys-libs/zlib:=
-   x11-libs/libX11:=
-   acl? (
-   sys-apps/acl:=
-   >=virtual/udev-200
-   )
-   pam? ( sys-libs/pam )
-   policykit? ( 

[gentoo-commits] proj/gentoo-mate:master commit in: mate-base/mate-session-manager/

2021-06-08 Thread Adam Feldman
commit: 39980236e18ef296c8dccc9335a2c1f941c6b676
Author: Adam Feldman  gentoo  org>
AuthorDate: Tue Jun  8 22:09:49 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Tue Jun  8 22:09:49 2021 +
URL:https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=39980236

mate-base/mate-session-manager: Drop consolekit support and drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 .../mate-session-manager-1.24.0-r4.ebuild  |  9 +--
 .../mate-session-manager-1.24.0.ebuild | 89 --
 .../mate-session-manager-1.24.1.ebuild |  9 +--
 3 files changed, 6 insertions(+), 101 deletions(-)

diff --git 
a/mate-base/mate-session-manager/mate-session-manager-1.24.0-r4.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.24.0-r4.ebuild
index aadf1b4..2491c14 100644
--- a/mate-base/mate-session-manager/mate-session-manager-1.24.0-r4.ebuild
+++ b/mate-base/mate-session-manager/mate-session-manager-1.24.0-r4.ebuild
@@ -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
 
 EAPI=6
@@ -16,7 +16,7 @@ LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
 SLOT="0"
 IUSE="debug elogind gnome-keyring ipv6 systemd +xtrans"
 
-REQUIRED_USE="?? ( elogind systemd )"
+REQUIRED_USE="^^ ( elogind systemd )"
 
 # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
 # create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
@@ -38,10 +38,7 @@ COMMON_DEPEND="
x11-libs/libXtst
x11-libs/pango
systemd? ( sys-apps/systemd )
-   !systemd? (
-   elogind? ( sys-auth/elogind )
-   !elogind? ( >=sys-auth/consolekit-0.9.2 )
-   )
+   elogind? ( sys-auth/elogind )
xtrans? ( x11-libs/xtrans )"
 
 RDEPEND="${COMMON_DEPEND}

diff --git a/mate-base/mate-session-manager/mate-session-manager-1.24.0.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.24.0.ebuild
deleted file mode 100644
index f30b9cf..000
--- a/mate-base/mate-session-manager/mate-session-manager-1.24.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-fi
-
-DESCRIPTION="MATE session manager"
-HOMEPAGE="https://mate-desktop.org/;
-
-LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
-SLOT="0"
-IUSE="debug elogind gnome-keyring ipv6 systemd +xtrans"
-
-REQUIRED_USE="?? ( elogind systemd )"
-
-# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, 
and
-# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRECTORY_*
-# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnome 
below).
-
-COMMON_DEPEND="
-   >=dev-libs/dbus-glib-0.76
-   >=dev-libs/glib-2.50:2
-   dev-libs/libxslt
-   sys-apps/dbus
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/libICE
-   x11-libs/libSM
-   x11-libs/libX11
-   x11-libs/libXau
-   x11-libs/libXext
-   x11-libs/libXrender
-   x11-libs/libXtst
-   x11-libs/pango
-   systemd? ( sys-apps/systemd )
-   !systemd? (
-   elogind? ( sys-auth/elogind )
-   !elogind? ( >=sys-auth/consolekit-0.9.2 )
-   )
-   xtrans? ( x11-libs/xtrans )"
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-   x11-apps/xdpyinfo
-   x11-misc/xdg-user-dirs
-   x11-misc/xdg-user-dirs-gtk
-   gnome-keyring? ( gnome-base/gnome-keyring )
-   !

[gentoo-commits] repo/gentoo:master commit in: www-plugins/chrome-binary-plugins/

2021-06-08 Thread Stephan Hartmann
commit: 89048181e79354cb8d866a3486c990f2a31d31a4
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jun  8 21:19:13 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jun  8 21:19:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89048181

www-plugins/chrome-binary-plugins: automated update (93.0.4535.3)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...30.5_alpha.ebuild => chrome-binary-plugins-93.0.4535.3_alpha.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-plugins/chrome-binary-plugins/Manifest 
b/www-plugins/chrome-binary-plugins/Manifest
index 50ca5dbbee1..51ce87fd546 100644
--- a/www-plugins/chrome-binary-plugins/Manifest
+++ b/www-plugins/chrome-binary-plugins/Manifest
@@ -1,3 +1,3 @@
 DIST google-chrome-beta_92.0.4515.40-1_amd64.deb 80212704 BLAKE2B 
e0754a0ae681e5976d602312abe936fc2e817e5828e40bb273b920fa185ff6a121d82dbdd839143f389f49b2ddc15da6f5b1014a3d7454ec5c56ad718b121875
 SHA512 
46926ec6a17324e04b71da8782e0acbfe3bb5b9a12b3a89d607a2c2f87858ab5b3fc72ed5e48e28df1476f3ea28a98e7f81e08dd659aef8b7a6d73ebd30881c9
 DIST google-chrome-stable_91.0.4472.77-1_amd64.deb 83335940 BLAKE2B 
fc56be3cb0d71bc21fb60538383b2148d56ccb4ec111b82dadf19f6d81536d2f6f4ee94f09968772251cb03ba34905ca28c80eccba7f3ba48f092306fdea52e1
 SHA512 
a7d6c1f66afbd7668c135c90857adc78ad3fbe8b53188200086a6ae41bd7433e25f8169b5f436e809a0048076ffbb5fdee2480b9141840f2e15124fd2b2a7d69
-DIST google-chrome-unstable_93.0.4530.5-1_amd64.deb 81337172 BLAKE2B 
ac83a6a77e520ee505f47d7772ad107d05e8eca843d070d16479f70297d82424e4fb6141b03fddc6101f5bfbcf2e70a7dcdea79c649160dbf0bf273c49a1701f
 SHA512 
e56e987db18966546c814a8e93ecc8598be08c0e899e565a5e6feeaf3074eeebef8bbd71948893338a00f4711d611ea7147125736463836439392fec38b2eecd
+DIST google-chrome-unstable_93.0.4535.3-1_amd64.deb 81522808 BLAKE2B 
f4be0c168c42d5f69a4da653ac439919746e8e26d0aa4a60b0433c22ccbf88d009974a8c79d78bb027c9e1451f343ab14dc6ac429ed4905cdca765a4e335fac7
 SHA512 
437cb8f750296bf36dc46e17ba54afd33411d55b224ff83c43340e29608de16b293284959e7a5599817a58fa7244f40795edf2d2e1ce75650118d4ac9ca696c9

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4530.5_alpha.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4535.3_alpha.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4530.5_alpha.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-93.0.4535.3_alpha.ebuild



[gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-unstable/

2021-06-08 Thread Stephan Hartmann
commit: f3fbdc02a7fd8f01ac5be05a64af14753040f8de
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Tue Jun  8 21:19:10 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Tue Jun  8 21:19:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fbdc02

www-client/google-chrome-unstable: automated update (93.0.4535.3)

Signed-off-by: Stephan Hartmann  gentoo.org>

 www-client/google-chrome-unstable/Manifest  | 2 +-
 ...ble-93.0.4530.5.ebuild => google-chrome-unstable-93.0.4535.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-unstable/Manifest 
b/www-client/google-chrome-unstable/Manifest
index 5022f4f8235..8be1c0e8c4e 100644
--- a/www-client/google-chrome-unstable/Manifest
+++ b/www-client/google-chrome-unstable/Manifest
@@ -1 +1 @@
-DIST google-chrome-unstable_93.0.4530.5-1_amd64.deb 81337172 BLAKE2B 
ac83a6a77e520ee505f47d7772ad107d05e8eca843d070d16479f70297d82424e4fb6141b03fddc6101f5bfbcf2e70a7dcdea79c649160dbf0bf273c49a1701f
 SHA512 
e56e987db18966546c814a8e93ecc8598be08c0e899e565a5e6feeaf3074eeebef8bbd71948893338a00f4711d611ea7147125736463836439392fec38b2eecd
+DIST google-chrome-unstable_93.0.4535.3-1_amd64.deb 81522808 BLAKE2B 
f4be0c168c42d5f69a4da653ac439919746e8e26d0aa4a60b0433c22ccbf88d009974a8c79d78bb027c9e1451f343ab14dc6ac429ed4905cdca765a4e335fac7
 SHA512 
437cb8f750296bf36dc46e17ba54afd33411d55b224ff83c43340e29608de16b293284959e7a5599817a58fa7244f40795edf2d2e1ce75650118d4ac9ca696c9

diff --git 
a/www-client/google-chrome-unstable/google-chrome-unstable-93.0.4530.5.ebuild 
b/www-client/google-chrome-unstable/google-chrome-unstable-93.0.4535.3.ebuild
similarity index 100%
rename from 
www-client/google-chrome-unstable/google-chrome-unstable-93.0.4530.5.ebuild
rename to 
www-client/google-chrome-unstable/google-chrome-unstable-93.0.4535.3.ebuild



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

2021-06-08 Thread Andreas K. Hüttel
commit: e9de55e783f386e9366434d541e8e1eeba6d0c8f
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jun  8 19:10:34 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jun  8 20:13:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9de55e7

multilib.eclass: Default values, not fixed values, for risc-v libdir

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

 eclass/multilib.eclass | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 095e3a4f450..93c062cb36a 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -399,22 +399,22 @@ multilib_env() {
export CFLAGS_lp64d=${CFLAGS_lp64d--mabi=lp64d 
-march=rv64imafdc}
export CHOST_lp64d=${CTARGET}
export CTARGET_lp64d=${CTARGET}
-   export LIBDIR_lp64d="lib64/lp64d"
+   export LIBDIR_lp64d=${LIBDIR_lp64d-lib64/lp64d}
 
export CFLAGS_lp64=${CFLAGS_lp64--mabi=lp64 
-march=rv64imac}
export CHOST_lp64=${CTARGET}
export CTARGET_lp64=${CTARGET}
-   export LIBDIR_lp64="lib64/lp64"
+   export LIBDIR_lp64=${LIBDIR_lp64-lib64/lp64}
 
export CFLAGS_ilp32d=${CFLAGS_ilp32d--mabi=ilp32d 
-march=rv32imafdc}
export CHOST_ilp32d=${CTARGET/riscv64/riscv32}
export CTARGET_ilp32d=${CTARGET/riscv64/riscv32}
-   export LIBDIR_ilp32d="lib32/ilp32d"
+   export LIBDIR_ilp32d=${LIBDIR_ilp32d-lib32/ilp32d}
 
export CFLAGS_ilp32=${CFLAGS_ilp32--mabi=ilp32 
-march=rv32imac}
export CHOST_ilp32=${CTARGET/riscv64/riscv32}
export CTARGET_ilp32=${CTARGET/riscv64/riscv32}
-   export LIBDIR_ilp32="lib32/ilp32"
+   export LIBDIR_ilp32=${LIBDIR_ilp32-lib32/ilp32}
 
: ${MULTILIB_ABIS=lp64d lp64 ilp32d ilp32}
: ${DEFAULT_ABI=lp64d}
@@ -423,12 +423,12 @@ multilib_env() {
export CFLAGS_ilp32d=${CFLAGS_ilp32d--mabi=ilp32d}
export CHOST_ilp32d=${CTARGET}
export CTARGET_ilp32d=${CTARGET}
-   export LIBDIR_ilp32d="lib32/ilp32d"
+   export LIBDIR_ilp32d=${LIBDIR_ilp32d-lib32/ilp32d}
 
export CFLAGS_ilp32=${CFLAGS_ilp32--mabi=ilp32 
-march=rv32imac}
export CHOST_ilp32=${CTARGET}
export CTARGET_ilp32=${CTARGET}
-   export LIBDIR_ilp32="lib32/ilp32"
+   export LIBDIR_ilp32=${LIBDIR_ilp32-lib32/ilp32}
 
: ${MULTILIB_ABIS=ilp32d ilp32}
: ${DEFAULT_ABI=ilp32d}



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/1level/

2021-06-08 Thread Andreas K. Hüttel
commit: 5e29a25d737bf3cfd94cd18701194f56c94f36ef
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jun  8 19:30:28 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jun  8 20:13:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e29a25d

riscv: Add 1level libdir feature

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

 profiles/arch/riscv/1level/eapi  | 1 +
 profiles/arch/riscv/1level/make.defaults | 7 +++
 2 files changed, 8 insertions(+)

diff --git a/profiles/arch/riscv/1level/eapi b/profiles/arch/riscv/1level/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/arch/riscv/1level/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/arch/riscv/1level/make.defaults 
b/profiles/arch/riscv/1level/make.defaults
new file mode 100644
index 000..2a8d8bdc9bb
--- /dev/null
+++ b/profiles/arch/riscv/1level/make.defaults
@@ -0,0 +1,7 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+LIBDIR_lp64d="lib64"
+LIBDIR_lp64="lib64"
+LIBDIR_ilp32d="lib"
+LIBDIR_ilp32="lib"



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/riscv/20.0/rv64gc/lp64d/, ...

2021-06-08 Thread Andreas K. Hüttel
commit: 7e46413862a98fd3dc9a1dddb49a5924e8f7f87b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Tue Jun  8 19:48:05 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jun  8 20:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e464138

riscv: Add 20.0 profiles with single-level libdir, untested so far

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

 profiles/default/linux/riscv/20.0/rv32imac/eapi   | 1 +
 profiles/default/linux/riscv/20.0/rv32imac/ilp32/eapi | 1 +
 profiles/default/linux/riscv/20.0/rv32imac/ilp32/parent   | 2 ++
 profiles/default/linux/riscv/20.0/rv32imac/ilp32d/eapi| 1 +
 profiles/default/linux/riscv/20.0/rv32imac/ilp32d/parent  | 2 ++
 profiles/default/linux/riscv/20.0/rv32imac/parent | 4 
 profiles/default/linux/riscv/20.0/rv64gc/eapi | 1 +
 profiles/default/linux/riscv/20.0/rv64gc/lp64/eapi| 1 +
 profiles/default/linux/riscv/20.0/rv64gc/lp64/parent  | 2 ++
 profiles/default/linux/riscv/20.0/rv64gc/lp64/systemd/eapi| 1 +
 profiles/default/linux/riscv/20.0/rv64gc/lp64/systemd/parent  | 2 ++
 profiles/default/linux/riscv/20.0/rv64gc/lp64d/eapi   | 1 +
 profiles/default/linux/riscv/20.0/rv64gc/lp64d/parent | 2 ++
 profiles/default/linux/riscv/20.0/rv64gc/lp64d/systemd/eapi   | 1 +
 profiles/default/linux/riscv/20.0/rv64gc/lp64d/systemd/parent | 2 ++
 profiles/default/linux/riscv/20.0/rv64gc/parent   | 4 
 16 files changed, 28 insertions(+)

diff --git a/profiles/default/linux/riscv/20.0/rv32imac/eapi 
b/profiles/default/linux/riscv/20.0/rv32imac/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv32imac/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/20.0/rv32imac/ilp32/eapi 
b/profiles/default/linux/riscv/20.0/rv32imac/ilp32/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv32imac/ilp32/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/20.0/rv32imac/ilp32/parent 
b/profiles/default/linux/riscv/20.0/rv32imac/ilp32/parent
new file mode 100644
index 000..a29c20c1523
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv32imac/ilp32/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../arch/riscv/rv32imac/ilp32

diff --git a/profiles/default/linux/riscv/20.0/rv32imac/ilp32d/eapi 
b/profiles/default/linux/riscv/20.0/rv32imac/ilp32d/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv32imac/ilp32d/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/20.0/rv32imac/ilp32d/parent 
b/profiles/default/linux/riscv/20.0/rv32imac/ilp32d/parent
new file mode 100644
index 000..f30144c3632
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv32imac/ilp32d/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../arch/riscv/rv32imac/ilp32d

diff --git a/profiles/default/linux/riscv/20.0/rv32imac/parent 
b/profiles/default/linux/riscv/20.0/rv32imac/parent
new file mode 100644
index 000..4e6e3225bf3
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv32imac/parent
@@ -0,0 +1,4 @@
+../..
+../../../../../arch/riscv/rv32imac
+../../../../../releases/17.0
+../../../../../arch/riscv/1level

diff --git a/profiles/default/linux/riscv/20.0/rv64gc/eapi 
b/profiles/default/linux/riscv/20.0/rv64gc/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv64gc/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64/eapi 
b/profiles/default/linux/riscv/20.0/rv64gc/lp64/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64/parent 
b/profiles/default/linux/riscv/20.0/rv64gc/lp64/parent
new file mode 100644
index 000..0273fe59537
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../arch/riscv/rv64gc/lp64

diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64/systemd/eapi 
b/profiles/default/linux/riscv/20.0/rv64gc/lp64/systemd/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64/systemd/eapi
@@ -0,0 +1 @@
+5

diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64/systemd/parent 
b/profiles/default/linux/riscv/20.0/rv64gc/lp64/systemd/parent
new file mode 100644
index 000..44f88d3e2df
--- /dev/null
+++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../targets/systemd

diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64d/eapi 
b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/eapi
new file mode 100644
index 000..7ed6ff82de6
--- /dev/null
+++ 

[gentoo-commits] proj/linux-patches:master commit in: /

2021-06-08 Thread Mike Pagano
commit: 042e689970b1b2d89ad38c3cfe339065b5caa397
Author: Mike Pagano  gentoo  org>
AuthorDate: Tue Jun  8 20:07:11 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Tue Jun  8 20:07:11 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=042e6899

Updates from gyakovlev

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

 4567_distro-Gentoo-Kconfig.patch | 20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch
index 9a7a02d..56adbbd 100644
--- a/4567_distro-Gentoo-Kconfig.patch
+++ b/4567_distro-Gentoo-Kconfig.patch
@@ -170,16 +170,16 @@
 +  visible if GENTOO_LINUX
 +
 +config GENTOO_KERNEL_SELF_PROTECTION
-+  bool "Architecture Independant Kernel Self Protection Project 
Recommendations"
++  bool "Architecture Independent Kernel Self Protection Project 
Recommendations"
 +
 +  help
-+  Recommended Kernel settings based on the suggestions from the Kernel Self 
Protection Project
-+  See: 
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings
-+  Note, there may be additional settings for which the CONFIG_ setting is 
invisible in menuconfig due 
-+  to unmet dependencies. Search for 
GENTOO_KERNEL_SELF_PROTECTION_{X86_64, ARM64, X86_32, ARM} for 
-+  dependency information on your specific architecture.
-+  Note 2: Please see the URL above for numeric settings, e.g. 
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536 
-+  for X86_64
++  Recommended Kernel settings based on the suggestions from the 
Kernel Self Protection Project
++  See: 
https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings
++  Note, there may be additional settings for which the CONFIG_ 
setting is invisible in menuconfig due
++  to unmet dependencies. Search for 
GENTOO_KERNEL_SELF_PROTECTION_{X86_64, ARM64, X86_32, ARM} for
++  dependency information on your specific architecture.
++  Note 2: Please see the URL above for numeric settings, e.g. 
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
++  for X86_64
 +
 +  depends on GENTOO_LINUX && !HARDENED_USERCOPY_FALLBACK && 
!HARDENED_USERCOPY_PAGESPAN && !ACPI_CUSTOM_METHOD && !COMPAT_BRK && !DEVKMEM 
&& !PROC_KCORE && !COMPAT_VDSO && !KEXEC && !HIBERNATION && !LEGACY_PTYS && 
!SECURITY_SELINUX_DISABLE && !X86_X32 && !MODIFY_LDT_SYSCALL
 +
@@ -218,7 +218,7 @@
 +  select FORTIFY_SOURCE
 +  select SECURITY_DMESG_RESTRICT
 +  select PANIC_ON_OOPS
-+  select CONFIG_GCC_PLUGINS=y
++  select CONFIG_GCC_PLUGINS
 +  select GCC_PLUGIN_LATENT_ENTROPY
 +  select GCC_PLUGIN_STRUCTLEAK
 +  select GCC_PLUGIN_STRUCTLEAK_BYREF_ALL
@@ -237,7 +237,7 @@
 +  select RANDOMIZE_BASE
 +  select RANDOMIZE_MEMORY
 +  select LEGACY_VSYSCALL_NONE
-+ select PAGE_TABLE_ISOLATION
++  select PAGE_TABLE_ISOLATION
 +
 +
 +config GENTOO_KERNEL_SELF_PROTECTION_ARM64



[gentoo-commits] repo/gentoo:master commit in: sys-boot/grub/

2021-06-08 Thread Mike Gilbert
commit: 5e82d5f6cdbe4735f4ed355d9798de0154bf5d9a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Jun  8 19:58:29 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Jun  8 19:58:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e82d5f6

sys-boot/grub: add 2.06

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

 sys-boot/grub/Manifest |   1 +
 sys-boot/grub/grub-2.06.ebuild | 301 +
 2 files changed, 302 insertions(+)

diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest
index aeb888abbb9..f9c1f46a8bb 100644
--- a/sys-boot/grub/Manifest
+++ b/sys-boot/grub/Manifest
@@ -1,3 +1,4 @@
 DIST dejavu-sans-ttf-2.37.zip 417746 BLAKE2B 
c8904f3cd5a49370a7dc10e456684c88aeae998a99090bf4d0a5baa4f36cc8fb8f70586cf6d610a5ffeee97261d28c80f55bbe9dcfc3ed796d5c2d60e79adb58
 SHA512 
ede5899daa1984c5aa8cacb1c850eb53f189dddef3d9bb78bf9774d8976b7c0d6eb0bcf86237cd7d11f5b36cf5b5058d42cd94d3bd76f2bd0931c7ceb1271fae
+DIST grub-2.06.tar.xz 6581924 BLAKE2B 
2a40b9b03d7bb3b9e7b1309ab274d686f01b3c42e7035ebc6e5a0e59a59c3b7362ba518341664b314cb0dbc8222bb10ea05ce09f08ce9d58a293207cb909e417
 SHA512 
4f11c648f3078567e53fc0c74d5026fdc6da4be27d188975e79d9a4df817ade0fe5ad2ddd694238a07edc45adfa02943d83c57767dd51548102b375e529e8efe
 DIST grub-2.06~rc1.tar.xz 6543784 BLAKE2B 
2cd322db808e09533aa91db3e03147896f3f8a2fb6bcc932161aace2f1bab9fd1ceb8b56eddf2e531413932c1ef407cdaf5aae49c0b26e7c6c308dbf7916685d
 SHA512 
093890b0af71b0d346afb415dec106681fd9e3f2f5bda14093c060b861d55ee1b50c8fb24afd072d24968ebebedde290f8220b0374cbd2b2e4508dfb00924122
 DIST unifont-12.1.02.pcf.gz 1335424 BLAKE2B 
97080312468e3f3c8aa6f49cef08f5622641e8c9c035f3ede1e09d8d98de4e78d3b23c8aba2e8070eb46cbebd2d55e8568e467d7f15f35aa8fc8db792b7e5f14
 SHA512 
b280b2db7cf5f480b0668c331130dede2c0cc87d5e02e44566b77787113d0f6604d0105522858288f2ac6b8e77df7a2d9878725013a6c778dc5bfb183156e2f0

diff --git a/sys-boot/grub/grub-2.06.ebuild b/sys-boot/grub/grub-2.06.ebuild
new file mode 100644
index 000..8046d169817
--- /dev/null
+++ b/sys-boot/grub/grub-2.06.ebuild
@@ -0,0 +1,301 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} ==   ]]; then
+   GRUB_AUTORECONF=1
+   GRUB_BOOTSTRAP=1
+fi
+
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} )
+WANT_LIBTOOL=none
+
+if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
+   inherit python-any-r1
+fi
+
+if [[ -n ${GRUB_AUTORECONF} ]]; then
+   inherit autotools
+fi
+
+inherit bash-completion-r1 flag-o-matic multibuild optfeature pax-utils 
toolchain-funcs
+
+if [[ ${PV} !=  ]]; then
+   if [[ ${PV} == *_alpha* || ${PV} == *_beta* || ${PV} == *_rc* ]]; then
+   # The quote style is to work with <=bash-4.2 and >=bash-4.3 
#503860
+   MY_P=${P/_/'~'}
+   SRC_URI="https://alpha.gnu.org/gnu/${PN}/${MY_P}.tar.xz;
+   S=${WORKDIR}/${MY_P}
+   else
+   SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+   S=${WORKDIR}/${P%_*}
+   fi
+   KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+else
+   inherit git-r3
+   EGIT_REPO_URI="https://git.savannah.gnu.org/git/grub.git;
+fi
+
+PATCHES=(
+   "${FILESDIR}"/gfxpayload.patch
+   "${FILESDIR}"/grub-2.02_beta2-KERNEL_GLOBS.patch
+   "${FILESDIR}"/grub-2.06-test-words.patch
+)
+
+DEJAVU=dejavu-sans-ttf-2.37
+UNIFONT=unifont-12.1.02
+SRC_URI+=" fonts? ( mirror://gnu/unifont/${UNIFONT}/${UNIFONT}.pcf.gz )
+   themes? ( mirror://sourceforge/dejavu/${DEJAVU}.zip )"
+
+DESCRIPTION="GNU GRUB boot loader"
+HOMEPAGE="https://www.gnu.org/software/grub/;
+
+# Includes licenses for dejavu and unifont
+LICENSE="GPL-3+ BSD MIT fonts? ( GPL-2-with-font-exception ) themes? ( 
CC-BY-SA-3.0 BitstreamVera )"
+SLOT="2/${PVR}"
+IUSE="device-mapper doc efiemu +fonts mount nls sdl test +themes truetype 
libzfs"
+
+GRUB_ALL_PLATFORMS=( coreboot efi-32 efi-64 emu ieee1275 loongson multiboot 
qemu qemu-mips pc uboot xen xen-32 xen-pvh )
+IUSE+=" ${GRUB_ALL_PLATFORMS[@]/#/grub_platforms_}"
+
+REQUIRED_USE="
+   grub_platforms_coreboot? ( fonts )
+   grub_platforms_qemu? ( fonts )
+   grub_platforms_ieee1275? ( fonts )
+   grub_platforms_loongson? ( fonts )
+"
+
+BDEPEND="
+   ${PYTHON_DEPS}
+   app-misc/pax-utils
+   sys-devel/flex
+   sys-devel/bison
+   sys-apps/help2man
+   sys-apps/texinfo
+   fonts? (
+   media-libs/freetype:2
+   virtual/pkgconfig
+   )
+   test? (
+   app-admin/genromfs
+   app-arch/cpio
+   app-arch/lzop
+   app-emulation/qemu
+   dev-libs/libisoburn
+   sys-apps/miscfiles
+   sys-block/parted
+   sys-fs/squashfs-tools
+   )
+   themes? (
+   app-arch/unzip
+   media-libs/freetype:2
+   

[gentoo-commits] repo/gentoo:master commit in: games-rpg/egoboo/

2021-06-08 Thread Ionen Wolkens
commit: 121b4d8833f5ad90cf991429b35dd128ef891009
Author: Azamat H. Hackimov  gmail  com>
AuthorDate: Thu Sep 10 16:28:32 2020 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Jun  8 19:31:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=121b4d88

games-rpg/egoboo: remove old version

This ebuild is last net-libs/enet:0 user.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Azamat H. Hackimov  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17493
Signed-off-by: Ionen Wolkens  gentoo.org>

 games-rpg/egoboo/egoboo-2.8.1-r1.ebuild | 56 -
 1 file changed, 56 deletions(-)

diff --git a/games-rpg/egoboo/egoboo-2.8.1-r1.ebuild 
b/games-rpg/egoboo/egoboo-2.8.1-r1.ebuild
deleted file mode 100644
index 13cf1806ff6..000
--- a/games-rpg/egoboo/egoboo-2.8.1-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop
-
-DESCRIPTION="A 3d dungeon crawling adventure in the spirit of NetHack"
-HOMEPAGE="http://egoboo.sourceforge.net/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-   dev-games/physfs
-   media-libs/libsdl[joystick,video]
-   media-libs/sdl-image
-   media-libs/sdl-mixer[vorbis]
-   media-libs/sdl-ttf
-   net-libs/enet:0
-   virtual/glu
-   virtual/opengl"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-gentoo.patch
-)
-
-src_prepare() {
-   default
-   sed -i \
-   -e "s:@GENTOO_CONFDIR@:/etc/${PN}:" \
-   -e "s:@GENTOO_DATADIR@:/usr/share/${PN}:" \
-   src/game/platform/file_linux.c || die "sed failed"
-   rm -rf src/enet || die
-}
-
-src_compile() {
-   emake -C src/game PROJ_NAME=egoboo-2.x
-}
-
-src_install() {
-   dodoc BUGS.txt Changelog.txt doc/*.txt doc/*.pdf
-
-   insinto /usr/share/${PN}
-   doins -r basicdat modules
-   insinto /etc/${PN}
-   doins -r controls.txt setup.txt
-
-   newbin src/game/egoboo-2.x ${PN}
-
-   newicon basicdat/icon.bmp ${PN}.bmp
-   make_desktop_entry ${PN} Egoboo /usr/share/pixmaps/${PN}.bmp
-}



  1   2   3   >