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

2021-06-30 Thread Sam James
commit: 2275c87762f4149546dfca57a1a6d34dfffd3f0f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul  1 05:51:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul  1 05:58:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2275c877

net-vpn/tor: add 0.4.6.6

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

 net-vpn/tor/Manifest   |   2 +
 net-vpn/tor/tor-0.4.6.6.ebuild | 108 +
 2 files changed, 110 insertions(+)

diff --git a/net-vpn/tor/Manifest b/net-vpn/tor/Manifest
index 11c59dc6bd8..ed41380233f 100644
--- a/net-vpn/tor/Manifest
+++ b/net-vpn/tor/Manifest
@@ -6,3 +6,5 @@ DIST tor-0.4.5.9.tar.gz 7840294 BLAKE2B 
75babcbf7929fa34034ad706df1189ca7988e8c5
 DIST tor-0.4.5.9.tar.gz.asc 833 BLAKE2B 
fca3769b683e8bb90540026dda6d2f302d499262c806f7c7215e7a30908cd46b807717fd130380d114660380166852f6a0cbb702966c6930004d04098718d582
 SHA512 
df538981aa19a2fa730a1e357f277f22b3cae769a1d13fa1d920a5e949d5b3770a8de9883eeaf2522c8b24327f73505569ac0f6ecf77139ddb5ef1e2418924b6
 DIST tor-0.4.6.5.tar.gz 7754823 BLAKE2B 
bdff61863f8b48381cc52d66c54f417e90177118d6cdd1402f3ecca9783f32141f74bb979b4f8c919d9e2c6cd4373fd9a5e0e84498a26470af1fbc6eb2c7caed
 SHA512 
62bcd8d446199cdd397a688d454730a057ef20be4152e6d0632f64df27c993c70be0dbde0a2e7679a8a20850371a503b8daf777296d555760d8aae3286e48050
 DIST tor-0.4.6.5.tar.gz.asc 833 BLAKE2B 
966ab724e37dd341c3ef45f2aeb7e1c928270831ea790cb6cb0e77084a0c813d66ce35c5d31d49bf9d1e9a6ecfb3d4fb6ee4424fd83183d654016d22fcb90d7e
 SHA512 
1cf9111ba08594c716874a2b6f35a7959c5c391518ec1e5b1491d84454f3fe1c705e06dfcfd23f30e0eb619063304c430cbebc9827190df0b03ec09cecd1773c
+DIST tor-0.4.6.6.tar.gz 7754194 BLAKE2B 
735ba82bd61fee3fcbb8a8e39adafe72ac23a7c4a4f211d07759add2e5285277b9ae2544bd279277ffa533ab3102048b26b70987857360082dde95d1e614ca28
 SHA512 
9705a3e43f399d214511968fbeca0ff03d7138ed39d87bb5059989f8259f0c72fb05d06caa813ba48fa227b2b02f394e84c6efa36ab3d79d2eeb42fbe6caff07
+DIST tor-0.4.6.6.tar.gz.asc 833 BLAKE2B 
afbc9f93eb8b83656d5184827adeca8312cb38777dc2c7ac4219428ef56f34c641f9c9a9a0262d63cfae5c06d0260a5e21054e1a980849db44f75fe09b244abe
 SHA512 
f9f1a3bc8704d0abc1608f3765c2edb10c02f15c44e9f918a1e85a753f9df19f7ec4a3daddd9fb876fa4fb1ff8f8054c8ae2445fed37ee086b2c750dcf3fd4cf

diff --git a/net-vpn/tor/tor-0.4.6.6.ebuild b/net-vpn/tor/tor-0.4.6.6.ebuild
new file mode 100644
index 000..5b9be817185
--- /dev/null
+++ b/net-vpn/tor/tor-0.4.6.6.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+inherit flag-o-matic python-any-r1 readme.gentoo-r1 systemd verify-sig
+
+MY_PV="$(ver_rs 4 -)"
+MY_PF="${PN}-${MY_PV}"
+DESCRIPTION="Anonymizing overlay network for TCP"
+HOMEPAGE="http://www.torproject.org/;
+SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz
+   https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz
+   verify-sig? ( https://dist.torproject.org/${MY_PF}.tar.gz.asc )"
+S="${WORKDIR}/${MY_PF}"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+if [[ ${PV} != *_alpha* && ${PV} != *_beta* && ${PV} != *_rc* ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~ppc-macos"
+fi
+IUSE="caps doc lzma +man scrypt seccomp selinux +server systemd tor-hardening 
test zstd"
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/torproject.org.asc
+
+BDEPEND="verify-sig? ( app-crypt/openpgp-keys-tor )"
+DEPEND="
+   dev-libs/libevent:=[ssl]
+   sys-libs/zlib
+   caps? ( sys-libs/libcap )
+   man? ( app-text/asciidoc )
+   dev-libs/openssl:0=[-bindist(-)]
+   lzma? ( app-arch/xz-utils )
+   scrypt? ( app-crypt/libscrypt )
+   seccomp? ( >=sys-libs/libseccomp-2.4.1 )
+   systemd? ( sys-apps/systemd )
+   zstd? ( app-arch/zstd )"
+RDEPEND="
+   acct-user/tor
+   acct-group/tor
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-tor )"
+
+# bug #764260
+DEPEND+="
+   test? (
+   ${DEPEND}
+   ${PYTHON_DEPS}
+   )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.2.7.4-torrc.sample.patch
+)
+
+DOCS=()
+
+RESTRICT="!test? ( test )"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   use doc && DOCS+=( README ChangeLog ReleaseNotes doc/HACKING )
+   export ac_cv_lib_cap_cap_init=$(usex caps)
+   econf \
+   --localstatedir="${EPREFIX}/var" \
+   --disable-all-bugs-are-fatal \
+   --enable-system-torrc \
+   --disable-android \
+   --disable-html-manual \
+   --disable-libfuzzer \
+   --enable-missing-doc-warnings \
+   --disable-module-dirauth \
+   --enable-pic \
+   --disable-rust \
+   --disable-restart-debugging \
+   --disable-zstd-advanced-apis  \
+   $(use_enable man asciidoc) \
+   

[gentoo-commits] repo/gentoo:master commit in: media-radio/fldigi/, media-radio/fldigi/files/

2021-06-30 Thread Thomas Beierlein
commit: 9b2d57478d976e76b25b9dd71effd0cb1f0b6f77
Author: Thomas Beierlein  gentoo  org>
AuthorDate: Thu Jul  1 05:40:14 2021 +
Commit: Thomas Beierlein  gentoo  org>
CommitDate: Thu Jul  1 05:40:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2d5747

media-radio/fldigi: Fix GCC-11 compilation problems (use C++14)

Closes: https://bugs.gentoo.org/789627
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Beierlein  gentoo.org>

 media-radio/fldigi/files/fldigi-c++11.patch | 41 -
 media-radio/fldigi/fldigi-4.1.18.ebuild |  5 ++--
 media-radio/fldigi/fldigi-4.1.19.ebuild |  5 ++--
 3 files changed, 6 insertions(+), 45 deletions(-)

diff --git a/media-radio/fldigi/files/fldigi-c++11.patch 
b/media-radio/fldigi/files/fldigi-c++11.patch
deleted file mode 100644
index 0ca08c484a5..000
--- a/media-radio/fldigi/files/fldigi-c++11.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-#fix -Werror=terminate
 /src/soundcard/sound.cxx.orig  2017-06-28 12:58:41.682698479 +
-+++ /src/soundcard/sound.cxx   2017-06-28 13:02:44.862055549 +
-@@ -143,7 +143,7 @@
- #endif
- }
- 
--SoundBase::~SoundBase()
-+SoundBase::~SoundBase() throw (SndException)
- {
-   delete [] wrt_buffer;
- 
-@@ -1091,7 +1091,7 @@
-   memset(fbuf, 0, 2 * SND_BUF_LEN * sizeof(*fbuf));
- }
- 
--SoundPort::~SoundPort()
-+SoundPort::~SoundPort() throw (SndException)
- {
-   Close();
- 
 /src/include/sound.h.orig  2017-06-28 12:59:04.670899172 +
-+++ /src/include/sound.h   2017-06-28 13:00:41.253335034 +
-@@ -119,7 +119,7 @@
- 
- public:
-   SoundBase();
--  virtual ~SoundBase();
-+  virtual ~SoundBase() throw (SndException);
-   virtual int Open(int mode, int freq = 8000) = 0;
-   virtual voidClose(unsigned dir = UINT_MAX) = 0;
-   virtual voidAbort(unsigned dir = UINT_MAX) = 0;
-@@ -213,7 +213,7 @@
- 
- public:
- SoundPort(const char *in_dev, const char *out_dev);
--~SoundPort();
-+~SoundPort() throw (SndException);
-   int Open(int mode, int freq = 8000);
-   voidClose(unsigned dir = UINT_MAX);
-   voidAbort(unsigned dir = UINT_MAX);

diff --git a/media-radio/fldigi/fldigi-4.1.18.ebuild 
b/media-radio/fldigi/fldigi-4.1.18.ebuild
index 816703cc962..904b1023173 100644
--- a/media-radio/fldigi/fldigi-4.1.18.ebuild
+++ b/media-radio/fldigi/fldigi-4.1.18.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit flag-o-matic
+
 DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
 HOMEPAGE="http://www.w1hkj.com;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -33,9 +35,8 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
-PATCHES=( "${FILESDIR}"/${PN}-c++11.patch )
-
 src_configure() {
+   append-cxxflags $(test-flags-CXX -std=c++14)
local myconf=""
 
use cpu_flags_x86_sse && myconf="${myconf} --enable-optimizations=sse"

diff --git a/media-radio/fldigi/fldigi-4.1.19.ebuild 
b/media-radio/fldigi/fldigi-4.1.19.ebuild
index 179a9c3176a..d58de298fbf 100644
--- a/media-radio/fldigi/fldigi-4.1.19.ebuild
+++ b/media-radio/fldigi/fldigi-4.1.19.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit flag-o-matic
+
 DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
 HOMEPAGE="http://www.w1hkj.com;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -33,9 +35,8 @@ DEPEND="${RDEPEND}
 
 DOCS=( AUTHORS ChangeLog NEWS README )
 
-PATCHES=( "${FILESDIR}"/${PN}-c++11.patch )
-
 src_configure() {
+   append-cxxflags $(test-flags-CXX -std=c++14)
local myconf=""
 
use cpu_flags_x86_sse && myconf="${myconf} --enable-optimizations=sse"



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

2021-06-30 Thread Abtin Matthew Bakhtiari
commit: 1a59db1e89a1dedc58aefb7daf087043c8d3ab8a
Author: Matthew Bakhtiari  mtbk  me>
AuthorDate: Thu Jul  1 01:31:50 2021 +
Commit: Abtin Matthew Bakhtiari  protonmail  com>
CommitDate: Thu Jul  1 01:31:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a59db1e

dev-python/dacite: enable tests

Closes: https://bugs.gentoo.org/799065
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew  mtbk.me>

 dev-python/dacite/dacite-1.6.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/dacite/dacite-1.6.0.ebuild 
b/dev-python/dacite/dacite-1.6.0.ebuild
index a168622d9..d0eb336c6 100644
--- a/dev-python/dacite/dacite-1.6.0.ebuild
+++ b/dev-python/dacite/dacite-1.6.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=7
@@ -13,3 +13,5 @@ 
SRC_URI="https://github.com/konradhalas/dacite/archive/v${PV}.tar.gz -> ${P}.tar
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2021-06-30 Thread Miroslav Šulc
commit: 5f5c7b85b427f0a26cf6fed2d29fe8a7e8da33d0
Author: Nikita Zlobin  gmail  com>
AuthorDate: Wed Jun 30 19:02:19 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Jul  1 05:00:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5c7b85

media-sound/a2jmidid: python support is back

Bug: https://bugs.gentoo.org/798411
Signed-off-by: Nikita Zlobin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21418
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/a2jmidid/a2jmidid-9.ebuild| 21 ++---
 media-sound/a2jmidid/a2jmidid-.ebuild | 21 ++---
 2 files changed, 36 insertions(+), 6 deletions(-)

diff --git a/media-sound/a2jmidid/a2jmidid-9.ebuild 
b/media-sound/a2jmidid/a2jmidid-9.ebuild
index 62228ef8c0d..1d5c181d312 100644
--- a/media-sound/a2jmidid/a2jmidid-9.ebuild
+++ b/media-sound/a2jmidid/a2jmidid-9.ebuild
@@ -1,9 +1,12 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit meson
+PYTHON_COMPAT=( python3_{6..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit meson python-single-r1
 
 DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK 
MIDI system"
 HOMEPAGE="https://github.com/linuxaudio/a2jmidid;
@@ -12,7 +15,8 @@ 
SRC_URI="https://github.com/linuxaudio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
-IUSE="dbus"
+IUSE="dbus python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 BDEPEND="
virtual/pkgconfig
@@ -21,6 +25,7 @@ CDEPEND="
media-libs/alsa-lib
virtual/jack
dbus? ( sys-apps/dbus )
+   python? ( ${PYTHON_DEPS} )
 "
 RDEPEND="${CDEPEND}"
 DEPEND="${RDEPEND}"
@@ -34,3 +39,13 @@ src_configure() {
 
meson_src_configure
 }
+
+src_install() {
+   meson_src_install
+
+   if use python; then
+   python_fix_shebang "${ED}"
+   else
+   rm "${ED}/usr/bin/a2j_control" || die
+   fi
+}

diff --git a/media-sound/a2jmidid/a2jmidid-.ebuild 
b/media-sound/a2jmidid/a2jmidid-.ebuild
index 7609deb0eba..eeb15605c52 100644
--- a/media-sound/a2jmidid/a2jmidid-.ebuild
+++ b/media-sound/a2jmidid/a2jmidid-.ebuild
@@ -1,9 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit meson git-r3
+PYTHON_COMPAT=( python3_{6..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit meson python-single-r1 git-r3
 
 DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK 
MIDI system"
 HOMEPAGE="https://github.com/linuxaudio/a2jmidid;
@@ -12,7 +15,8 @@ EGIT_REPO_URI="https://github.com/linuxaudio/a2jmidid.git;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="dbus"
+IUSE="dbus python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
 BDEPEND="
virtual/pkgconfig
@@ -21,6 +25,7 @@ CDEPEND="
media-libs/alsa-lib
virtual/jack
dbus? ( sys-apps/dbus )
+   python? ( ${PYTHON_DEPS} )
 "
 RDEPEND="${CDEPEND}"
 DEPEND="${RDEPEND}"
@@ -34,3 +39,13 @@ src_configure() {
 
meson_src_configure
 }
+
+src_install() {
+   meson_src_install
+
+   if use python; then
+   python_fix_shebang "${ED}"
+   else
+   rm "${ED}/usr/bin/a2j_control" || die
+   fi
+}



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

2021-06-30 Thread Hans de Graaff
commit: e9a36aaad83b4b4c5d62f0a050706228b02d0437
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  1 04:25:52 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  1 04:25:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a36aaa

dev-ruby/rr: add 3.0.5

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

 dev-ruby/rr/Manifest|  1 +
 dev-ruby/rr/rr-3.0.5.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/rr/Manifest b/dev-ruby/rr/Manifest
index daf4227597a..43dc35629a9 100644
--- a/dev-ruby/rr/Manifest
+++ b/dev-ruby/rr/Manifest
@@ -1,3 +1,4 @@
 DIST rr-1.2.1.tar.gz 137497 BLAKE2B 
3db6751d15e54da6ee6777fb7d383c1bfea2e68482dda03ceda9a70f66382cf9aa7c39f27fca9f0ce92b19858b5324bdbb5811809b3ae146e213bb03ddca0772
 SHA512 
df2d05ff732908da55878cb89cb7d1c4442a18c19f71940244f5bd7dc55632467a1824f55d7fade4b5122486a61277090d7ad05df9f99098030c21aa45b36dd2
 DIST rr-3.0.0.tar.gz 137978 BLAKE2B 
707678362370173c3cb088db9003a5acb54f42b579955239317738027ede63d19217c9e76dd693d09226bac85b41cf9422ac7a580f502c1cbc338b0d4ccb34c9
 SHA512 
4d162a88868dde9a300a0783869d7c7edae840960c26697e20db3858cc3cc9db942a52c22e79584d3e7371da59156ff4f026ca9052d9d4b203159223f78b1030
 DIST rr-3.0.2.tar.gz 138641 BLAKE2B 
5b28722a4fab8fa83fac349e1f57fa968adfef3f007b55ccf0fe673a538a3992334c373b52c0e219b0a8bb43eae2105957c3e7569909b6f85bdc5933e97f7358
 SHA512 
d421d652b388c9ae533dc6d26f59c6327c9438a9318e17473133e4acbdd378bb38c676e08fefb221227e3aeb6f3a469d03ece5ae5102d3f04f800922b533d5f0
+DIST rr-3.0.5.tar.gz 139168 BLAKE2B 
bab1274fde8362e591702d94b9faeb136360e707b41e2c3d95a1bd12da451540a5f9cb8d9f808b80fa5b842f0d407f9f47ff15448fc3b0d0cdd9bef72131183f
 SHA512 
6bfa6426a0675c9dba88c10cd50a70cc480bf88d3b485164baf5db53ffbd312a32fe9e1ea73ac209c4cae61689ae3f5f1959f23320625d37d457c3f53c320ed0

diff --git a/dev-ruby/rr/rr-3.0.5.ebuild b/dev-ruby/rr/rr-3.0.5.ebuild
new file mode 100644
index 000..5cec9bb3a29
--- /dev/null
+++ b/dev-ruby/rr/rr-3.0.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC=rr.gemspec
+
+inherit ruby-fakegem
+
+DESCRIPTION="A double framework featuring a selection of double techniques and 
a terse syntax"
+HOMEPAGE="https://rr.github.io/rr;
+SRC_URI="https://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/minitest
+   dev-ruby/diff-lcs
+   dev-ruby/test-unit-rr )"
+
+all_ruby_prepare() {
+   rm Gemfile || die
+}



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

2021-06-30 Thread Hans de Graaff
commit: 9970c91c9c2dbfe6d3a335cb23e575a6531e93e2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jul  1 04:18:56 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jul  1 04:18:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9970c91c

dev-util/jenkins-bin: add 2.289.2, 2.300

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

 dev-util/jenkins-bin/Manifest   |  2 ++
 dev-util/jenkins-bin/jenkins-bin-2.289.2.ebuild | 45 +
 dev-util/jenkins-bin/jenkins-bin-2.300.ebuild   | 45 +
 3 files changed, 92 insertions(+)

diff --git a/dev-util/jenkins-bin/Manifest b/dev-util/jenkins-bin/Manifest
index f356185d774..0b064b704ff 100644
--- a/dev-util/jenkins-bin/Manifest
+++ b/dev-util/jenkins-bin/Manifest
@@ -1,2 +1,4 @@
 DIST jenkins-bin-2.289.1.war 74253062 BLAKE2B 
142ef28f6d0e0a5445de3d758137b7a46e35e347cfaefdf88e3140afbdadd0499f4b900f16ebee9632ad0d66c0895f7e0905abeb997c1c4467839b53cc9f4027
 SHA512 
4d17cc0b5099231f4468a2160b8d174f9602930be9c8bf59a0a0ababf6bf0cf6ddf7e727add19f2dc04a5a6a538f53761a97d250745cb8c787c11a347c1908a6
+DIST jenkins-bin-2.289.2.war 74258848 BLAKE2B 
d217375b2846093430822392ec58fa0a44b1c2c0a311c8b1f057053911f0050c69df74d3a972c3ba84915a34ed999a8220318b2e8a22540234f89cc3d2e69194
 SHA512 
b1e82bd3297c2cc1c40dbe076d57eaaeb73102389ea5cdbbbe599644b92e107cdd8d8b2604125683ac986db0eaaa8a33dcc769bea8ce56cf9b292e6dff0e5c95
 DIST jenkins-bin-2.297.war 71626854 BLAKE2B 
ebfbd8beef01a9fa9f5be608d2287cc6f3e021b9d4f620bf9206b30334602502fe78836fe70d5a672f7e9b985b39bda79bc85fc592c018887a73ec999c81e270
 SHA512 
bb7c78d30409696483ce50a14ef68923e8c51969df9ff5d20efa1f550ef9f0204aa96c23e2737ae847d554d879e4bb3f2e546b4fb0714afcc9401e8cb84a1824
+DIST jenkins-bin-2.300.war 71017525 BLAKE2B 
26fab2a5f26a59a2e137f8a3eb1b84e17a14c48cf7ce8171176ad60c66acf939a73cd397266abd3d779f1fc293acbae96076bd506e53cde2ba5a4b7630f0a75d
 SHA512 
fc9903d3e280af3ab68a3926950cefda13d77a03c1366f3a88c2681163da668793a79104ec6de153df76d32f655253a327e85e468449de81897658da4184eece

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.289.2.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.289.2.ebuild
new file mode 100644
index 000..4f917fe82da
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.289.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war-stable/${PV}/${PN/-bin/}.war -> 
${P}.war"
+SLOT="lts"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+DEPEND="acct-group/jenkins
+   acct-user/jenkins"
+
+RDEPEND="acct-group/jenkins
+   acct-user/jenkins
+   media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:0
+   >=virtual/jre-1.8.0"
+
+S="${WORKDIR}"
+
+src_install() {
+   local JENKINS_DIR=/var/lib/jenkins
+
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r2.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}-r2.init jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}-r2.service jenkins.service
+
+   fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} 
${JENKINS_DIR}/home ${JENKINS_DIR}/backup
+}

diff --git a/dev-util/jenkins-bin/jenkins-bin-2.300.ebuild 
b/dev-util/jenkins-bin/jenkins-bin-2.300.ebuild
new file mode 100644
index 000..af8ebb51388
--- /dev/null
+++ b/dev-util/jenkins-bin/jenkins-bin-2.300.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit systemd
+
+DESCRIPTION="Extensible continuous integration server"
+HOMEPAGE="https://jenkins.io/;
+LICENSE="MIT"
+SRC_URI="http://mirrors.jenkins-ci.org/war/${PV}/${PN/-bin/}.war -> ${P}.war"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux"
+IUSE=""
+
+DEPEND="acct-group/jenkins
+   acct-user/jenkins"
+
+RDEPEND="acct-group/jenkins
+   acct-user/jenkins
+   media-fonts/dejavu
+   media-libs/freetype
+   !dev-util/jenkins-bin:lts
+   >=virtual/jre-1.8.0"
+
+S="${WORKDIR}"
+
+src_install() {
+   local JENKINS_DIR=/var/lib/jenkins
+
+   keepdir /var/log/jenkins ${JENKINS_DIR}/backup ${JENKINS_DIR}/home
+
+   insinto /opt/jenkins
+   newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war
+
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}"/${PN}-r2.logrotate ${PN/-bin/}
+
+   newinitd "${FILESDIR}"/${PN}-r2.init jenkins
+   newconfd "${FILESDIR}"/${PN}.confd jenkins
+
+   systemd_newunit "${FILESDIR}"/${PN}-r2.service 

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

2021-06-30 Thread Mike Frysinger
commit: 786c3f94a3a9a0370c4b9bb50129c9fa4e32c8d8
Author: Mike Frysinger  gentoo  org>
AuthorDate: Thu Jul  1 03:47:04 2021 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Thu Jul  1 03:47:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786c3f94

sys-kernel/linux-headers: drop m32r from newer versions

The m32r port was dropped in linux-4.17, so all versions after that
do not support m32r.

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

 sys-kernel/linux-headers/linux-headers-4.19.ebuild   | 2 +-
 sys-kernel/linux-headers/linux-headers-5.10.ebuild   | 2 +-
 sys-kernel/linux-headers/linux-headers-5.11.ebuild   | 2 +-
 sys-kernel/linux-headers/linux-headers-5.12.ebuild   | 2 +-
 sys-kernel/linux-headers/linux-headers-5.4-r1.ebuild | 2 +-
 sys-kernel/linux-headers/linux-headers-5.9.ebuild| 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-kernel/linux-headers/linux-headers-4.19.ebuild 
b/sys-kernel/linux-headers/linux-headers-4.19.ebuild
index fa07a3ed3b9..9130bfb2bfb 100644
--- a/sys-kernel/linux-headers/linux-headers-4.19.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-4.19.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 
 ETYPE="headers"
-H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 
score sh sparc x86 xtensa"
+H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh 
sparc x86 xtensa"
 inherit kernel-2 toolchain-funcs
 detect_version
 

diff --git a/sys-kernel/linux-headers/linux-headers-5.10.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.10.ebuild
index 2ca94a6ef16..a37bdc6e5df 100644
--- a/sys-kernel/linux-headers/linux-headers-5.10.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.10.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 
 ETYPE="headers"
-H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 
score sh sparc x86 xtensa"
+H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh 
sparc x86 xtensa"
 inherit kernel-2 toolchain-funcs
 detect_version
 

diff --git a/sys-kernel/linux-headers/linux-headers-5.11.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.11.ebuild
index 6ce8a6c038a..54dcbee39ec 100644
--- a/sys-kernel/linux-headers/linux-headers-5.11.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.11.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 
 ETYPE="headers"
-H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 
score sh sparc x86 xtensa"
+H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh 
sparc x86 xtensa"
 inherit kernel-2 toolchain-funcs
 detect_version
 

diff --git a/sys-kernel/linux-headers/linux-headers-5.12.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.12.ebuild
index 6e9923bb2b8..4312373ce9a 100644
--- a/sys-kernel/linux-headers/linux-headers-5.12.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.12.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 ETYPE="headers"
-H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 
score sh sparc x86 xtensa"
+H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh 
sparc x86 xtensa"
 inherit kernel-2 toolchain-funcs
 detect_version
 

diff --git a/sys-kernel/linux-headers/linux-headers-5.4-r1.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.4-r1.ebuild
index 827a8767d0f..a989a5c0e53 100644
--- a/sys-kernel/linux-headers/linux-headers-5.4-r1.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.4-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 
 ETYPE="headers"
-H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 
score sh sparc x86 xtensa"
+H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 riscv s390 score sh 
sparc x86 xtensa"
 inherit kernel-2 toolchain-funcs
 detect_version
 

diff --git a/sys-kernel/linux-headers/linux-headers-5.9.ebuild 
b/sys-kernel/linux-headers/linux-headers-5.9.ebuild
index 6ce8a6c038a..54dcbee39ec 100644
--- a/sys-kernel/linux-headers/linux-headers-5.9.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-5.9.ebuild
@@ -4,7 +4,7 @@
 EAPI="6"
 
 ETYPE="headers"
-H_SUPPORTEDARCH="alpha amd64 arc arm arm64 avr32 cris frv hexagon hppa ia64 
m32r m68k metag microblaze mips mn10300 nios2 openrisc ppc ppc64 

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

2021-06-30 Thread Ionen Wolkens
commit: b04a3c7ec297e96609e59e3f81e3d5cb45c14c08
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Jul  1 00:39:48 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jul  1 01:49:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b04a3c7e

profiles: mask xwayland+mutter[video_cards_nvidia] on most arches

egl-wayland with nvidia-drivers is currently only usable on amd64.

May potentially be for aarch64 in the future, but more is unlikely.

Acked-by: Matt Turner  gentoo.org>
Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/arch/amd64/package.use.mask | 5 +
 profiles/arch/base/package.use.mask  | 5 +
 profiles/arch/x86/package.use.mask   | 6 ++
 3 files changed, 16 insertions(+)

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index 3833aa4deba..144a5e516b1 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Ionen Wolkens  (2021-07-01)
+# gui-libs/egl-wayland with nvidia-drivers is supported on this arch.
+x11-base/xwayland -video_cards_nvidia
+x11-wm/mutter -video_cards_nvidia
+
 # Mike Gilbert  (2021-03-29)
 # Unmask TPM on supported archs.
 sys-apps/systemd -tpm

diff --git a/profiles/arch/base/package.use.mask 
b/profiles/arch/base/package.use.mask
index 5f3f70e9821..522059cbd0b 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ionen Wolkens  (2021-07-01)
+# gui-libs/egl-wayland with nvidia-drivers is only usable on some arches.
+x11-base/xwayland video_cards_nvidia
+x11-wm/mutter video_cards_nvidia
+
 # Bernd Waibel  (2021-06-16)
 # sci-libs/pcl-1.11.1 is missing support for >=sci-libs/vtk-9
 # bug #796368

diff --git a/profiles/arch/x86/package.use.mask 
b/profiles/arch/x86/package.use.mask
index 9532c7c62a5..048fbc3963a 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Ionen Wolkens  (2021-07-01)
+# gui-libs/egl-wayland with nvidia-drivers does not function well with
+# the last drivers to support x86 (needed here to override use.mask).
+x11-base/xwayland video_cards_nvidia
+x11-wm/mutter video_cards_nvidia
+
 # Stefan Strogin  (2021-06-27)
 # Requires dev-python/adblock which is not keyworded on x86 yet
 www-client/qutebrowser adblock



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

2021-06-30 Thread Ionen Wolkens
commit: 0520784b29a0528df91d20108a6569a3f441a3e7
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Jul  1 00:54:04 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jul  1 01:49:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0520784b

x11-wm/mutter: add support for eglstream with VIDEO_CARDS=nvidia

Along with support being added to >=xwayland-21.1.1.901, provides a
reasonable experience on wayland for nvidia users (like with kwin).

eglstream may have uses for non-nvidia in the future but
realistically is only useful for nvidia right now.

Acked-by: Matt Turner  gentoo.org>
Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-wm/mutter/mutter-40.2.1.ebuild | 18 +++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/x11-wm/mutter/mutter-40.2.1.ebuild 
b/x11-wm/mutter/mutter-40.2.1.ebuild
index 36f6f75bc57..62bbdb155ee 100644
--- a/x11-wm/mutter/mutter-40.2.1.ebuild
+++ b/x11-wm/mutter/mutter-40.2.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/mutter/;
 LICENSE="GPL-2+"
 SLOT="0/8" # 0/libmutter_api_version - ONLY gnome-shell (or anything using 
mutter-clutter-.pc) should use the subslot
 
-IUSE="elogind input_devices_wacom +introspection screencast sysprof systemd 
test udev wayland"
+IUSE="elogind input_devices_wacom +introspection screencast sysprof systemd 
test udev wayland video_cards_nvidia"
 # native backend requires gles3 for hybrid graphics blitting support, udev and 
a logind provider
 REQUIRED_USE="
wayland? ( ^^ ( elogind systemd ) udev )
@@ -65,6 +65,7 @@ DEPEND="
systemd? ( sys-apps/systemd )
elogind? ( sys-auth/elogind )
x11-base/xorg-server[wayland]
+   video_cards_nvidia? ( gui-libs/egl-wayland )
)
udev? ( >=dev-libs/libgudev-232:=
>=virtual/libudev-232-r1:= )
@@ -109,8 +110,6 @@ src_configure() {
$(meson_use wayland)
$(meson_use wayland native_backend)
$(meson_use screencast remote_desktop)
-   -Degl_device=false # This should be dependent on 
wayland,video_drivers_nvidia, once eglstream support is there
-   -Dwayland_eglstream=false # requires packages egl-wayland for 
wayland-eglstream-protocols.pc
$(meson_use udev)
-Dudev_dir=$(get_udevdir)
$(meson_use input_devices_wacom libwacom)
@@ -130,6 +129,19 @@ src_configure() {
# TODO: relies on default settings, but in Gentoo we might have 
some more packages we want to give Xgrab access (mostly virtual managers and 
remote desktops)
#xwayland_grab_default_access_rules
)
+
+   if use wayland && use video_cards_nvidia; then
+   emesonargs+=(
+   -Degl_device=true
+   -Dwayland_eglstream=true
+   )
+   else
+   emsonargs+=(
+   -Degl_device=false
+   -Dwayland_eglstream=false
+   )
+   fi
+
meson_src_configure
 }
 



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

2021-06-30 Thread Patrick McLean
commit: b511fdd44bd4af2c0213edcf9f0398cac6525088
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul  1 00:51:13 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul  1 00:51:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b511fdd4

sys-cluster/ceph: revbumps, add libcrypt virtual

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

 sys-cluster/ceph/ceph-14.2.22.ebuild| 2 +-
 sys-cluster/ceph/{ceph-15.2.13-r1.ebuild => ceph-15.2.13-r2.ebuild} | 1 +
 sys-cluster/ceph/ceph-16.2.4-r2.ebuild  | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/ceph/ceph-14.2.22.ebuild 
b/sys-cluster/ceph/ceph-14.2.22.ebuild
index bbdff4749a9..ab7a4ecf5a9 100644
--- a/sys-cluster/ceph/ceph-14.2.22.ebuild
+++ b/sys-cluster/ceph/ceph-14.2.22.ebuild
@@ -68,7 +68,7 @@ DEPEND="
sys-libs/zlib:=
sys-process/numactl:=
x11-libs/libpciaccess:=
-   virtual/libcrypt
+   virtual/libcrypt:=
babeltrace? ( dev-util/babeltrace )
fuse? ( sys-fs/fuse:0= )
jemalloc? ( dev-libs/jemalloc:= )

diff --git a/sys-cluster/ceph/ceph-15.2.13-r1.ebuild 
b/sys-cluster/ceph/ceph-15.2.13-r2.ebuild
similarity index 99%
rename from sys-cluster/ceph/ceph-15.2.13-r1.ebuild
rename to sys-cluster/ceph/ceph-15.2.13-r2.ebuild
index 956a073ea87..0244baef17e 100644
--- a/sys-cluster/ceph/ceph-15.2.13-r1.ebuild
+++ b/sys-cluster/ceph/ceph-15.2.13-r2.ebuild
@@ -69,6 +69,7 @@ DEPEND="
sys-libs/ncurses:0=
sys-libs/zlib:=
sys-process/numactl:=
+   virtual/libcrypt:=
x11-libs/libpciaccess:=
babeltrace? ( dev-util/babeltrace )
fuse? ( sys-fs/fuse:0= )

diff --git a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild 
b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
index f50a2c98925..834efe8eb5e 100644
--- a/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.4-r2.ebuild
@@ -75,6 +75,7 @@ DEPEND="
sys-libs/ncurses:0=
sys-libs/zlib:=
sys-process/numactl:=
+   virtual/libcrypt:=
x11-libs/libpciaccess:=
babeltrace? ( dev-util/babeltrace )
fuse? ( sys-fs/fuse:0= )



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/, sys-cluster/ceph/files/

2021-06-30 Thread Patrick McLean
commit: 737c5a866a8274382b26f01ae7b8fb748c1033f1
Author: Patrick McLean  gentoo  org>
AuthorDate: Thu Jul  1 00:47:24 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Jul  1 00:47:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737c5a86

sys-cluster/ceph-14.2.22: Version bump

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

 sys-cluster/ceph/Manifest  |   1 +
 sys-cluster/ceph/ceph-14.2.22.ebuild   | 391 +
 .../files/ceph-14.2.22-build-without-mgr.patch |  32 ++
 sys-cluster/ceph/files/ceph-14.2.22-cflags.patch   |  25 ++
 .../ceph/files/ceph-14.2.22-no-virtualenvs.patch   |  39 ++
 5 files changed, 488 insertions(+)

diff --git a/sys-cluster/ceph/Manifest b/sys-cluster/ceph/Manifest
index 6c86ea70178..6e1553aae32 100644
--- a/sys-cluster/ceph/Manifest
+++ b/sys-cluster/ceph/Manifest
@@ -1,4 +1,5 @@
 DIST ceph-14.2.21.tar.gz 129272778 BLAKE2B 
f82f452e0f0c40a95ea1bdb3654c2d322caa3edeeb05e41247e02a8ffe731c570d9e49aefa61c447a8b73620d4a9b9872335171f1e08fbd9a08eea930ccbfe76
 SHA512 
39b4a0624dcab2bafa50f51a42155fcf96dad74531a001d75009ad246a8ca80ce81ae538b34c0a1b773691c363626f1d0342f2439b711bd0dd16214592171884
+DIST ceph-14.2.22.tar.gz 130597047 BLAKE2B 
58bbb3243de076ed1d25dfd7bd75717c50ad15d16690dcbd1511d1b506477845efc3ff7fbe713cf18fb8cfcc8c16707ad2a0f30159e3198ff82e57fbd2eb3cf2
 SHA512 
1c1e1a39fa9151e95e33c390b810ffe269465d8785e2197cc15b8d83bd2edde77de48a8abd71a4da68cd5830ff14bcdf6b98fd17edabe85caeb1eca018d3
 DIST ceph-15.2.12.tar.gz 148509713 BLAKE2B 
4962e7d574b38592a874a1b3fa8610bb2d0afc8713d995d67a790c025bb086cb619cbbaec76482ec096b4c55b9f1df383f5bd4806a231bc88e70ac3efbac24b5
 SHA512 
08266a2e9a7ca5a37e03f340873571fd012c630dd898a87241cd97c29760b2bf41fe64c8883e7b08e0f83c26245072cd26e69ecb1db02378d1ec38335ba1cd0f
 DIST ceph-15.2.13.tar.gz 148542333 BLAKE2B 
2e9668bcb0fd283ec4ab51b0c6142fc9a3b6310eb5d34e07da5e6b73b55dd7976db5ab9c78a93684ddc2f51873b1a17c4d31c5f5647b2d43a2826ee5362f7e5d
 SHA512 
bde28c331c489db0845959f65c425146c317466a7793f56a83e2827dec35b8cd6f600bf9056151c1e6926cc0155deebbc8681c240ac9f37ad876b9a6afae96da
 DIST ceph-16.2.4.tar.gz 155840423 BLAKE2B 
a803ffa61ac9fd6d42790d6d8e12aa8df843968627df0051475355f3ba0dc1272afa3d9e2716115ad769b2f322d7bd239d99b89e51610e89ce9efe39af4f01ae
 SHA512 
8904e7fcabd50276e4e86735fd85dba96f417c194c219025146f994707def7abe372528b0f2e862e274b2f405d7b791bac86b6cbb8d57cecd6f44023a2ffb6f6

diff --git a/sys-cluster/ceph/ceph-14.2.22.ebuild 
b/sys-cluster/ceph/ceph-14.2.22.ebuild
new file mode 100644
index 000..bbdff4749a9
--- /dev/null
+++ b/sys-cluster/ceph/ceph-14.2.22.ebuild
@@ -0,0 +1,391 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+CMAKE_MAKEFILE_GENERATOR=emake
+
+DISTUTILS_OPTIONAL=1
+
+inherit check-reqs bash-completion-r1 cmake distutils-r1 flag-o-matic \
+   python-r1 udev readme.gentoo-r1 toolchain-funcs systemd tmpfiles
+
+if [[ ${PV} == ** ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/ceph/ceph.git;
+   SRC_URI=""
+else
+   SRC_URI="https://download.ceph.com/tarballs/${P}.tar.gz;
+   KEYWORDS="~amd64 ~ppc64"
+fi
+
+DESCRIPTION="Ceph distributed filesystem"
+HOMEPAGE="https://ceph.com/;
+
+LICENSE="Apache-2.0 LGPL-2.1 CC-BY-SA-3.0 GPL-2 GPL-2+ LGPL-2+ LGPL-2.1 LGPL-3 
GPL-3 BSD Boost-1.0 MIT public-domain"
+SLOT="0"
+
+CPU_FLAGS_X86=(sse{,2,3,4_1,4_2} ssse3)
+
+IUSE="babeltrace +cephfs custom-cflags diskprediction dpdk fuse grafana 
jemalloc
+   kafka kerberos ldap lttng +mgr numa rabbitmq +radosgw +ssl spdk 
system-boost
+   systemd +tcmalloc test xfs zfs"
+IUSE+=" $(printf "cpu_flags_x86_%s\n" ${CPU_FLAGS_X86[@]})"
+
+DEPEND="
+   acct-group/ceph
+   acct-user/ceph
+   virtual/libudev:=
+   app-arch/bzip2:=
+   app-arch/lz4:=
+   app-arch/snappy:=
+   app-arch/zstd:=
+   app-shells/bash:0
+   app-misc/jq:=
+   dev-libs/crypto++:=
+   dev-libs/leveldb:=[snappy,tcmalloc(-)?]
+   dev-libs/libaio:=
+   dev-libs/libnl:3=
+   dev-libs/libxml2:=
+   =dev-util/google-perftools-2.6.1:= )
+   kafka? ( dev-libs/librdkafka:= )
+   kerberos? ( virtual/krb5 )
+   ldap? ( net-nds/openldap:= )
+   lttng? ( dev-util/lttng-ust:= )
+   rabbitmq? ( net-libs/rabbitmq-c:= )
+   radosgw? (
+   dev-libs/expat:=
+   dev-libs/openssl:=
+   net-misc/curl:=[curl_ssl_openssl]
+   )
+   ssl? ( dev-libs/openssl:= )
+   system-boost? ( 
dev-libs/boost:=[threads(+),context,python,${PYTHON_USEDEP}] )
+   xfs? ( sys-fs/xfsprogs:= )
+   zfs? ( sys-fs/zfs:= )
+   ${PYTHON_DEPS}
+"
+BDEPEND="
+   amd64? ( dev-lang/yasm )
+   x86? ( dev-lang/yasm )
+   app-arch/cpio
+

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

2021-06-30 Thread Ionen Wolkens
commit: c4aa12630daea0bd953c234bb2ae49f51939e8b4
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 30 22:42:19 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 30 23:56:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4aa1263

x11-base/xwayland: add 21.1.1.901 unkeyworded for testing

Release candidate that notably allows acceleration for NVIDIA cards.

Also added openssl dep for sha1=libcrypto, and fix install on prefix.

Acked-by: Matt Turner  gentoo.org>
Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-base/xwayland/Manifest   |  1 +
 x11-base/xwayland/xwayland-21.1.1.901.ebuild | 89 
 2 files changed, 90 insertions(+)

diff --git a/x11-base/xwayland/Manifest b/x11-base/xwayland/Manifest
index 2f2adffe714..f6d26f7621e 100644
--- a/x11-base/xwayland/Manifest
+++ b/x11-base/xwayland/Manifest
@@ -1 +1,2 @@
+DIST xwayland-21.1.1.901.tar.xz 1258684 BLAKE2B 
e689f9342bc1e3ccdd0807dc3e47d04e34b9d728698848c155cb489a02002ef8120cad1322db9d6fe955d275fc6c0835bbc76d61d4a2aa26118bb267c16e7717
 SHA512 
60dec3875e8ea60f8fc53eea0ebcb55c948cf5eeb40b30f6d5e13d8c7b48d0aabd035884ae108fce0b03ca5da592d1b0e395a9c5198c1204e8407ec119d9bbee
 DIST xwayland-21.1.1.tar.xz 1257776 BLAKE2B 
181aca3d3fad3759eb726c6f6141912d588a85bae214f9d395450b6945ee845d28c7a8580e6aaa5f3538d06083312391d24267e6b239bfc533526a1bd7a56f0a
 SHA512 
0cb03d796af183f9fde14c30ef45d94ef466ac4ba3d85dda34e74f91dd94bb75d0c8a867ecb7bda7ea61d98c70a4f73bc98c5a205ea5f69a0e222cd780d263d8

diff --git a/x11-base/xwayland/xwayland-21.1.1.901.ebuild 
b/x11-base/xwayland/xwayland-21.1.1.901.ebuild
new file mode 100644
index 000..2727dab21fa
--- /dev/null
+++ b/x11-base/xwayland/xwayland-21.1.1.901.ebuild
@@ -0,0 +1,89 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Standalone X server running under Wayland"
+HOMEPAGE="https://wayland.freedesktop.org/xserver.html;
+SRC_URI="https://xorg.freedesktop.org/archive/individual/xserver/${P}.tar.xz;
+
+IUSE="rpc unwind ipv6 xcsecurity selinux video_cards_nvidia"
+
+LICENSE="MIT"
+SLOT="0"
+#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+CDEPEND="
+   >=x11-libs/pixman-0.27.2
+   dev-libs/libbsd
+   >=x11-libs/libXfont2-2.0.1
+   dev-libs/openssl:=
+   dev-libs/wayland
+   video_cards_nvidia? ( gui-libs/egl-wayland )
+   >=x11-libs/libXdmcp-1.0.2
+   >=x11-libs/libdrm-2.4.89
+   >=media-libs/libepoxy-1.5.4[X,egl(+)]
+   >=media-libs/mesa-18[X(+),egl,gbm]
+   >=x11-libs/libxshmfence-1.1
+   rpc? ( net-libs/libtirpc )
+   >=x11-libs/libXau-1.0.4
+   media-libs/libglvnd[X]
+   unwind? ( sys-libs/libunwind )
+   >=dev-libs/wayland-protocols-1.18
+   media-fonts/font-util
+   x11-libs/libxkbfile
+   >=x11-libs/xtrans-1.3.5
+   x11-base/xorg-proto
+"
+
+DEPEND="
+   ${CDEPEND}
+   !<=x11-base/xorg-server-1.20.11
+"
+
+RDEPEND="
+   ${DEPEND}
+   selinux? ( sec-policy/selinux-xserver )
+"
+BDEPEND="
+   sys-devel/flex
+   dev-util/wayland-scanner
+"
+
+PATCHES=(
+   "${FILESDIR}"/xwayland-drop-redundantly-installed-files.patch
+)
+
+src_configure() {
+   local emesonargs=(
+   $(meson_use rpc secure-rpc)
+   $(meson_use unwind libunwind)
+   $(meson_use ipv6)
+   $(meson_use xcsecurity)
+   $(meson_use selinux xselinux)
+   $(meson_use video_cards_nvidia xwayland_eglstream)
+   -Dsha1=libcrypto
+   -Ddpms=true
+   -Ddri3=true
+   -Dglamor=true
+   -Dglx=true
+   -Dscreensaver=true
+   -Dxace=true
+   -Dxdmcp=true
+   -Dxinerama=true
+   -Dxv=true
+   -Dxvfb=true
+   -Dxwayland-path="${EPREFIX}"/usr/libexec
+   -Ddtrace=false
+   )
+
+   meson_src_configure
+}
+
+src_install() {
+   dosym ../libexec/Xwayland /usr/bin/Xwayland
+
+   meson_src_install
+}



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

2021-06-30 Thread Sergei Trofimovich
commit: 917bfbcbf44938ae249b28656565fcb5d1c0ba86
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 30 23:20:23 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 30 23:20:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917bfbcb

dev-perl/Mail-AuthenticationResults: keyworded 2.202.101.120 for ia64

keyworded wrt bug #799113

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 .../Mail-AuthenticationResults-2.202.101.120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
 
b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
index 11886d93ba7..74824ab4b31 100644
--- 
a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
+++ 
b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Object Oriented Authentication-Results Headers"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc"
 
 RDEPEND="
virtual/perl-Carp



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

2021-06-30 Thread Sergei Trofimovich
commit: f08753e4a4f691d18c1d695611ed4c19d7fbb209
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jun 30 23:20:28 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 30 23:20:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08753e4

dev-perl/Mail-DKIM: keyworded 1.202.9.070 for ia64

keyworded wrt bug #799113

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild 
b/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
index 8999d632da1..0a282025c7b 100644
--- a/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
+++ b/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc"
+KEYWORDS="~amd64 ~hppa ~ia64 ~sparc"
 
 RDEPEND="
virtual/perl-Carp



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

2021-06-30 Thread Sam James
commit: 42caf5961b14732427d385756f40986682eb9448
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 23:12:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 23:12:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42caf596

profiles/default/linux: fix toolchain@ typo

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

 profiles/default/linux/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/default/linux/make.defaults 
b/profiles/default/linux/make.defaults
index 759764ed3e9..168f895eaf7 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -13,7 +13,7 @@
 # Default starting set of USE flags for all default/linux profiles.
 USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
 
-# make sure toolchain has sane defaults 
+# make sure toolchain has sane defaults 
 USE="${USE} fortran openmp"
 
 # Security ftw.



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

2021-06-30 Thread Sam James
commit: a68f1bb12b7fee22c89dba839ab252dd865f2763
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jun 30 23:11:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 23:11:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68f1bb1

default/linux/make.defaults: Drop USE="berkdb" from defaults

Bug: https://bugs.gentoo.org/79
Signed-off-by: David Seifert  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20990
Signed-off-by: Sam James  gentoo.org>

 profiles/default/linux/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/default/linux/make.defaults 
b/profiles/default/linux/make.defaults
index 53627949e14..759764ed3e9 100644
--- a/profiles/default/linux/make.defaults
+++ b/profiles/default/linux/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 #
 # System-wide defaults for the Portage system
@@ -11,7 +11,7 @@
 
 
 # Default starting set of USE flags for all default/linux profiles.
-USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
+USE="crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
 
 # make sure toolchain has sane defaults 
 USE="${USE} fortran openmp"



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

2021-06-30 Thread Sam James
commit: 29e56cd0346d78c5de25428e9d2821cb8d1bd9a6
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jun 30 23:11:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 23:11:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e56cd0

package.mask: Last-rite dead sys-libs/db SLOTs

Bug: https://bugs.gentoo.org/79
Signed-off-by: David Seifert  gentoo.org>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 8e4989e2eae..96cf87287c9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,20 @@
 
 #--- END OF EXAMPLES ---
 
+# David Seifert  (2021-07-01)
+# Berkeley DB slots that are long past EOL by Oracle,
+# maintenance burden, and no real path forward by Oracle.
+# Bug #79, removal in 90 days.
+sys-libs/db:1
+sys-libs/db:3
+sys-libs/db:4.2
+sys-libs/db:4.3
+sys-libs/db:4.4
+sys-libs/db:4.5
+sys-libs/db:4.6
+sys-libs/db:4.7
+sys-libs/db:5.1
+
 # Matthias Maier  (2021-06-27)
 # Last release in 2013. Fails to build. No reverse dependencies.
 # Bugs #735260



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

2021-06-30 Thread Sam James
commit: 1088aa962073ee1b0da35030df6462a391890ed1
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 22:55:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 22:55:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1088aa96

mate-extra/mate-power-manager: Revert "Bump to 1.24.2"

This reverts commit 2f7b03b3f822baa8c2d18a5f2f125db24360d5db.

Looks like this commit was a mistake -- doesn't bump
mate-power-manager, just drops stable keywords on
1.24.2 which was already in tree.

This broke tree consistency [0].

[0] 
https://qa-reports.gentoo.org/output/gentoo-ci/dc211df/output.html#mate-base/mate
Bug: https://bugs.gentoo.org/778857
Signed-off-by: Sam James  gentoo.org>

 mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 0e47db7552d..74f964b68e4 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
@@ -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"



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

2021-06-30 Thread Adam Feldman
commit: 38c5a8e69b0b738ada5d7d711ebf4d2e16d28e71
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:13:23 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c5a8e6

app-text/atril: Bump to 1.24.1

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 app-text/atril/Manifest|   1 +
 app-text/atril/atril-1.24.1.ebuild | 119 +
 2 files changed, 120 insertions(+)

diff --git a/app-text/atril/Manifest b/app-text/atril/Manifest
index 635d19e4b37..c435e33d217 100644
--- a/app-text/atril/Manifest
+++ b/app-text/atril/Manifest
@@ -1 +1,2 @@
 DIST atril-1.24.0.tar.xz 2062468 BLAKE2B 
374c7769f5c9753b1d9a6143c796a317914aebbb638b6f0a85b732b43b0e9ad2fff1374a5f3f4dc1abc8c265ce003bfef2cddc47cdb18ddc7f24c4905ef5232c
 SHA512 
dfdd5ed82ba76c4f0a446a95b0a6201bedf8b4d00ff46ce697a5b937251f6d7a1888ca76eef623eb84dcddb425c7ad662e179f593686bba064b7491d4d940293
+DIST atril-1.24.1.tar.xz 2043552 BLAKE2B 
01e41e53a38684c237fadef200614cf8d70cb84410a00bb9d28b200fcac43a2bf45cd81c4c7f19ab1351891f179ee64cd880bca1aa38cf68727bcf1da3e06c8d
 SHA512 
94a55e7699bdfc9368e20986664bd411c12f50f466874ebf20210df3de6ddb499866b505e157c56b58a8065aad2c24284b96afa8c547a6cd259eef413096a91a

diff --git a/app-text/atril/atril-1.24.1.ebuild 
b/app-text/atril/atril-1.24.1.ebuild
new file mode 100644
index 000..1cf25b1ae89
--- /dev/null
+++ b/app-text/atril/atril-1.24.1.ebuild
@@ -0,0 +1,119 @@
+# 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_{7..9} )
+
+inherit mate python-any-r1 virtualx
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Atril document viewer for MATE"
+LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
+SLOT="0"
+
+IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript 
synctex t1lib test tiff xps"
+
+REQUIRED_USE="t1lib? ( dvi )"
+
+COMMON_DEPEND="
+   >=app-text/poppler-0.22[cairo]
+   dev-libs/atk
+   >=dev-libs/glib-2.62:2
+   >=dev-libs/libxml2-2.5:2
+   sys-libs/zlib
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   x11-libs/libICE
+   >=x11-libs/libSM-1:0
+   x11-libs/libX11
+   >=x11-libs/cairo-1.14
+   x11-libs/pango
+   caja? ( >=mate-base/caja-1.17.1[introspection?] )
+   djvu? ( >=app-text/djvu-3.5.17:0 )
+   dvi? (
+   virtual/tex-base
+   t1lib? ( >=media-libs/t1lib-5:5 )
+   )
+   epub? (
+   dev-libs/mathjax
+   >=net-libs/webkit-gtk-2.6.0:4
+   )
+   gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+   introspection? ( >=dev-libs/gobject-introspection-0.6:= )
+   postscript? ( >=app-text/libspectre-0.2 )
+   synctex? ( virtual/tex-base )
+   tiff? ( >=media-libs/tiff-3.6:0 )
+   xps? ( >=app-text/libgxps-0.2.1 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+   !!app-text/mate-document-viewer
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/rarian
+   app-text/yelp-tools
+   >=app-text/scrollkeeper-dtd-1:1.0
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+
+#RESTRICT="!test? ( test )"
+# Tests use dogtail and require using accessibility services.
+# Until we figure out how to run successfully, don't run tests
+RESTRICT="test"
+
+PATCHES=( "${FILESDIR}/${PN}-1.24.0-make-synctex-optional.patch" )
+
+python_check_deps() {
+   use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   # Passing --disable-help would drop offline help, that would be 
inconsistent
+   # with helps of the most of GNOME apps that doesn't require network for 
that.
+   mate_src_configure \
+   --enable-comics \
+   --enable-pdf \
+   --enable-pixbuf \
+   --enable-previewer \
+   --enable-thumbnailer \
+   $(use_with gnome-keyring keyring) \
+   $(use_enable caja) \
+   $(use_enable dbus) \
+   $(use_enable debug) \
+   $(use_enable djvu) \
+   $(use_enable dvi) \
+   $(use_enable epub) \
+   $(use_enable introspection) \
+   $(use_enable postscript ps) \
+   $(use_enable synctex) \
+   $(use_enable t1lib) \
+   $(use_enable test tests) \
+   $(use_enable tiff) \
+   

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

2021-06-30 Thread Adam Feldman
commit: 289a0c457ab94542158a6ba8d4e851d452382bc7
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:19:47 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=289a0c45

x11-misc/mozo: Bump to 1.24.1

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mozo/Manifest   |  1 +
 x11-misc/mozo/mozo-1.24.1.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/x11-misc/mozo/Manifest b/x11-misc/mozo/Manifest
index 1b5b1313c5a..7f3c70c9ea4 100644
--- a/x11-misc/mozo/Manifest
+++ b/x11-misc/mozo/Manifest
@@ -1 +1,2 @@
 DIST mozo-1.24.0.tar.xz 228180 BLAKE2B 
6eb880b82dcb608f84efd8df74e77812f9da68dfa877ec896c6f04fa18088e8e4a82641c715e3620201dbb8a1bea8bb4ded09dd72f50770edae09c1326cbf453
 SHA512 
e0d217d2e7bb7d2c8df777e51bfb20e8bf4fa1bee0f9f3a9348ec1c8501b386a4afbd8848735ecfa61a0f9576382d784d3ef5b884a2a34af6ba33d3a126fe193
+DIST mozo-1.24.1.tar.xz 231032 BLAKE2B 
27938aca9810943d19074cc5761ac58bb1dc2c1918b2fefea983f7a1b8788cb55531115bb4387944c7b48a309de4a80da9003d212ca68ea257fa9ab06c8d
 SHA512 
04b7e93e7302b46a3959f78655de4a6f8b17896be2c506c0e8a9041a9a2d5247e8c2ac00b5c8f86616f6c39a533584923feacfe4b81ae58d41080632af2a24bd

diff --git a/x11-misc/mozo/mozo-1.24.1.ebuild b/x11-misc/mozo/mozo-1.24.1.ebuild
new file mode 100644
index 000..2b73ccc2649
--- /dev/null
+++ b/x11-misc/mozo/mozo-1.24.1.ebuild
@@ -0,0 +1,69 @@
+# 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_REQ_USE="xml"
+
+inherit mate python-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Mozo menu editor for MATE"
+LICENSE="GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
+SLOT="0"
+IUSE=""
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
+
+COMMON_DEPEND="${PYTHON_DEPS}
+   >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
+   >=mate-base/mate-menus-1.21.0[introspection]
+   x11-libs/gdk-pixbuf:2[introspection]
+   >=x11-libs/gtk+-3.22:3[introspection]
+   !!x11-misc/mate-menu-editor
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   mate_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir mate_src_configure \
+   --disable-icon-update
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir emake check
+}
+
+src_install() {
+   installing() {
+   mate_src_install
+
+   # Massage shebang to make python_doscript happy
+   sed -e 's:#! '"${PYTHON}:#!/usr/bin/python:" \
+   -i mozo || die
+
+   python_doscript mozo
+   python_optimize
+   }
+
+   python_foreach_impl run_in_build_dir installing
+}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/

2021-06-30 Thread Adam Feldman
commit: 39df2b9c0cd351cc59eb71615647f471f7f58dd7
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:26:57 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39df2b9c

mate-extra/mate-calc: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-calc/Manifest|  1 +
 mate-extra/mate-calc/mate-calc-1.24.2.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index 0d6b318ee65..9ec24c0a7ba 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -1 +1,2 @@
 DIST mate-calc-1.24.1.tar.xz 952372 BLAKE2B 
ae6c687d85f48f95fda89ba4fa2be44d1f2fc510708a25ac59fd8074d1f29bc6b440ec1c20b344566d4e8a2edc8ec0bdc0d565773f2c089d712c47db4e847805
 SHA512 
164fc57ed6bcc69b96afd75fff8dd6248ce682d6f806e83ddb73a21bddce99b89c7bb697d189b56d88d5c8d9a0b99f50f3fdd15c7d56f9121ee1d16689b16595
+DIST mate-calc-1.24.2.tar.xz 969912 BLAKE2B 
844a6bee102e7f4bbab59936c8c7d1f7284e3ec17e0d1c77863df9ec6c4dba80adcc29bc1159a29ccc9473df81d1a45505e55c1da20e1bcdf24674b9c70d8d36
 SHA512 
d790aefd2839237d6776c6b0508ded53d6eef52456a3025f08bcaf826f8c56754e079d50703a4f7f834f5167f802ddb3d7b95ece613e00faf3ad6f5c1d402e97

diff --git a/mate-extra/mate-calc/mate-calc-1.24.2.ebuild 
b/mate-extra/mate-calc/mate-calc-1.24.2.ebuild
new file mode 100644
index 000..71492571d36
--- /dev/null
+++ b/mate-extra/mate-calc/mate-calc-1.24.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 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="Calculator for MATE"
+LICENSE="CC-BY-SA-3.0 GPL-2+"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.50:2
+   dev-libs/libxml2:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/pango
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-libs/libxml2
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"



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

2021-06-30 Thread Adam Feldman
commit: 97b4abc23e3df07e8f0b301f09b94ce107022b06
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:15:27 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b4abc2

app-arch/engrampa: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 app-arch/engrampa/Manifest   |  1 +
 app-arch/engrampa/engrampa-1.24.2.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/app-arch/engrampa/Manifest b/app-arch/engrampa/Manifest
index cacda538551..540fdd0c280 100644
--- a/app-arch/engrampa/Manifest
+++ b/app-arch/engrampa/Manifest
@@ -1 +1,2 @@
 DIST engrampa-1.24.1.tar.xz 168 BLAKE2B 
3059f98e5db99aabe270a89d7edf334ddca8b9cfd963a34f8b7b99356a1b7a9b14c9f641ea6582f893a5f6e4fe46dde00e5375d7b1c71b80299a7f5121839549
 SHA512 
9d51f24987cecfdd2c560b1ac8f8699bb5ed010bcd5b4a449a1103f725bc63046d0813d28424a3ae7dfcee0568dbf2a282f27ac5512b1c342dafeaec5bcd3b4b
+DIST engrampa-1.24.2.tar.xz 1687432 BLAKE2B 
b2ef407aef77f9ecd3f8b06d2e991615a39fa2d4487678292d035a7cab882551bc8c757c6a15037b828cb51aaba14c2ec25e85e891770f6f8c9b453753d87b42
 SHA512 
1e0acecfe42e3945fe43729283522dfd56dc4cee92a4d5998c995a496f42f41b284ec10f01eb142139c1cec65e3b5a037299b168b73a2e6e828ae3ab4b9c777d

diff --git a/app-arch/engrampa/engrampa-1.24.2.ebuild 
b/app-arch/engrampa/engrampa-1.24.2.ebuild
new file mode 100644
index 000..506779c0836
--- /dev/null
+++ b/app-arch/engrampa/engrampa-1.24.2.ebuild
@@ -0,0 +1,69 @@
+# 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
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Engrampa archive manager for MATE"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="caja magic packagekit"
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/json-glib-0.14
+   virtual/libintl
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3[X]
+   x11-libs/libSM
+   x11-libs/pango
+   caja? ( >=mate-base/caja-1.17.1 )
+   magic? ( sys-apps/file )
+   packagekit? ( app-admin/packagekit-base )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+   !!app-arch/mate-file-archiver
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   mate_src_configure \
+   --disable-run-in-place \
+   $(use_enable caja caja-actions) \
+   $(use_enable magic) \
+   $(use_enable packagekit)
+}
+
+pkg_postinst() {
+   mate_pkg_postinst
+   optfeature "Support for 7-zip"  app-arch/p7zip
+   optfeature "Support for ace"  app-arch/unace
+   optfeature "Support for arj"  app-arch/arj
+   optfeature "Support for cpio"  app-arch/cpio
+   optfeature "Support for deb"  app-arch/dpkg
+   optfeature "Support for iso"  app-cdr/cdrtools
+   optfeature "Support for jar,zip"  app-arch/zip app-arch/unzip
+   optfeature "Support for lha"  app-arch/lha
+   optfeature "Support for lzma"  app-arch/xz-utils
+   optfeature "Support for lzop"  app-arch/lzop
+   optfeature "Support for rar"  app-arch/unrar
+   optfeature "Support for rpm"  app-arch/rpm
+   optfeature "Support for unstuff"  app-arch/stuffit
+   optfeature "Support for zoo"  app-arch/zoo
+}



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

2021-06-30 Thread Adam Feldman
commit: 755db9112c536e14d1452184917db348ef94e9a6
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:34:31 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755db911

mate-extra/mate-polkit: Fix manifest

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

 mate-extra/mate-polkit/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest
new file mode 100644
index 000..0ec07eea023
--- /dev/null
+++ b/mate-extra/mate-polkit/Manifest
@@ -0,0 +1 @@
+DIST mate-polkit-1.24.0.tar.xz 332652 BLAKE2B 
293d964f2410d2f60047d1e01e2ba864c22e8bda00e5b659329d097391b2988349c70dfbd953f223c4212887d16d54f1f5a7eb21e38b69b553d54b1966647cb1
 SHA512 
8d759bd5f78750c75dc92ffa27e555ae36ae7199b76483cbfe7e0848d3a66cda5b82c98bf334068eb79a1344757665cf7d1bf403e4e908e332ca929c8ebe2a98



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/

2021-06-30 Thread Adam Feldman
commit: 2c14d942460e3d25862f07be9ac875e6cd8c060e
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:25:08 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c14d942

x11-themes/mate-themes: Bump to 3.22.22

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-themes/mate-themes/Manifest   |  1 +
 x11-themes/mate-themes/mate-themes-3.22.22.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index e0262bc604d..b77a4601872 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -1 +1,2 @@
 DIST mate-themes-3.22.21.tar.xz 5377276 BLAKE2B 
2efa2ab47440baa869da02fe8b65bc05a91ac79ab5d5794c182a05af736c4593b07c8c1ff9dde6b770462ad208d426565a7a07e359ee62ebc50ec7e737eaa7e5
 SHA512 
5f0e7e1f688e02a5c9581ec8f552da836a4c4355caa853650a19b670971acbecc3a4ac32aa7fb282879fd5a48e0a3e4aed5d182054fe2e9bb1270c74bfcef5bc
+DIST mate-themes-3.22.22.tar.xz 5900388 BLAKE2B 
0c211ac6a5ba9d1626ee827da0e5c98f3aaaf61fe3acec3b4d40f3ab05a384bfe0d0f15ba41a5b476231667c94ebb3c975efecbc651e7194fef655e64d459378
 SHA512 
7bd0b41aa46a69ec79a977f01ae019db428f439622d7b82e5f0e3b69da8afb1f34d6ea932292a41eb7fed4e9f41575b82a5ffe945930d982e1f78f6789b049b7

diff --git a/x11-themes/mate-themes/mate-themes-3.22.22.ebuild 
b/x11-themes/mate-themes/mate-themes-3.22.22.ebuild
new file mode 100644
index 000..4cdbafbc440
--- /dev/null
+++ b/x11-themes/mate-themes/mate-themes-3.22.22.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools xdg
+
+MATE_GTK_V="$(ver_cut 1-2)"
+
+HOMEPAGE="https://mate-desktop.org;
+DESCRIPTION="A set of MATE themes, with sets for users with limited or low 
vision"
+SRC_URI="https://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz;
+
+LICENSE="CC-BY-SA-3.0 GPL-3+ LGPL-2.1+ LGPL-3"
+SLOT="0/${MATE_GTK_V}"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=x11-libs/gdk-pixbuf-2:2
+   >=x11-libs/gtk+-2:2
+   >=x11-themes/gtk-engines-2.15.3:2
+   x11-themes/gtk-engines-murrine
+"
+
+DEPEND="${RDEPEND}
+   >=sys-devel/gettext-0.19.8:*
+   >=sys-devel/autoconf-2.53
+   >=x11-misc/icon-naming-utils-0.8.7:0
+   virtual/pkgconfig
+"
+
+RESTRICT="binchecks strip"
+
+src_prepare() {
+   default
+   eautoreconf
+}



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

2021-06-30 Thread Adam Feldman
commit: 4d2804f0e3191d55fb47db733cbcd24eb627dc86
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:54:50 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2804f0

mate-extra/mate-screensaver: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-screensaver/Manifest   |   1 +
 .../mate-screensaver-1.24.2.ebuild | 120 +
 2 files changed, 121 insertions(+)

diff --git a/mate-extra/mate-screensaver/Manifest 
b/mate-extra/mate-screensaver/Manifest
index 218079a06cb..f395785c894 100644
--- a/mate-extra/mate-screensaver/Manifest
+++ b/mate-extra/mate-screensaver/Manifest
@@ -1 +1,2 @@
 DIST mate-screensaver-1.24.1.tar.xz 5073836 BLAKE2B 
501c8dffbb5e53b88414c799a6e4d25cf89dfe490e6a902901c339b142e2b687dc2e668f65349a2ff43b6eb44d7721658de771b1a698624f95d1828da2fbda67
 SHA512 
f7cab280da90623ad265beb84770e48431ae6685fbb1eabc7cd2ad07b0f8ed5da2426017243d83271b969d2e020b8afcc93a6135b4c8e42a29f454a4e826b277
+DIST mate-screensaver-1.24.2.tar.xz 5099224 BLAKE2B 
aec1d95ba23f983d592e93ef97ed446b3fb05888d3ad99cf366476b84bf4feff59c3f84696ec0cc525acde69433f4a335b9f1bd8df8f42e602f6c7188c707436
 SHA512 
4c41d25ee2345e3db0c9fd7b463f430a8a4a7dbe8a589670d2072719bc0812c32c2ff8f5dbcd88d712e4aca1c8c0c89262a58581f8b17ead036360dd37c72d9e

diff --git a/mate-extra/mate-screensaver/mate-screensaver-1.24.2.ebuild 
b/mate-extra/mate-screensaver/mate-screensaver-1.24.2.ebuild
new file mode 100644
index 000..5ea1141f975
--- /dev/null
+++ b/mate-extra/mate-screensaver/mate-screensaver-1.24.2.ebuild
@@ -0,0 +1,120 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate readme.gentoo-r1
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Replaces xscreensaver, integrating with the MATE desktop"
+
+LICENSE="GPL-2+ HPND LGPL-2+"
+SLOT="0"
+IUSE="X debug elogind kernel_linux libnotify opengl pam systemd"
+REQUIRED_USE="?? ( elogind systemd )"
+
+COMMON_DEPEND="
+   >=dev-libs/dbus-glib-0.71:0
+   >=dev-libs/glib-2.50:2
+   gnome-base/dconf
+   >=mate-base/libmatekbd-1.17.0
+   >=mate-base/mate-desktop-1.17.0
+   >=mate-base/mate-menus-1.21.0
+   >=sys-apps/dbus-0.30
+   >=x11-libs/gdk-pixbuf-2.14:2
+   >=x11-libs/libX11-1
+   x11-libs/cairo
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libXext
+   x11-libs/libXrandr
+   x11-libs/libXScrnSaver
+   x11-libs/libXxf86vm
+   x11-libs/libxklavier
+   x11-libs/pango
+   libnotify? ( >=x11-libs/libnotify-0.7:0 )
+   opengl? ( virtual/opengl )
+   pam? ( gnome-base/gnome-keyring sys-libs/pam )
+   !pam? ( kernel_linux? ( sys-apps/shadow ) )
+   elogind? ( sys-auth/elogind )
+   systemd? ( sys-apps/systemd:= )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   >=mate-base/mate-session-manager-1.6
+   virtual/libintl
+   !!https://bugzilla.gnome.org/show_bug.cgi?id=370847
+   # is fixed.
+   if ! use pam ; then
+   fperms u+s /usr/libexec/mate-screensaver-dialog
+   fi
+
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   mate_pkg_postinst
+
+   if has_version "> 
/etc/portage/package.use"
+   echo
+   fi
+
+   readme.gentoo_print_elog
+}



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

2021-06-30 Thread Adam Feldman
commit: bfdada09a3eef6e784d8dd193df964edd84e631b
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:17:37 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfdada09

media-gfx/eom: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 media-gfx/eom/Manifest  |  1 +
 media-gfx/eom/eom-1.24.2.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/media-gfx/eom/Manifest b/media-gfx/eom/Manifest
index 4c916c82510..77f780c6e15 100644
--- a/media-gfx/eom/Manifest
+++ b/media-gfx/eom/Manifest
@@ -1 +1,2 @@
 DIST eom-1.24.1.tar.xz 2408284 BLAKE2B 
70d660896dff42d5a91ea651697b50d4c90ced92023d5df48dfbed374c3777676f1f2dc99a0cb071a4eaa13353f31b11346136b963cf723397632cceafa64301
 SHA512 
70654b99f474d1b214cbbf8e799f82f3c38f47938df34cb5c8227c116b412364c568ae989b96d7082fb0d2fa319b3dba9b8dd499d19140a4d421bd09a46bffc0
+DIST eom-1.24.2.tar.xz 2428972 BLAKE2B 
871cb98c4a308dbc4821e67bae41522dbebae446e64777d764d30ded2f0637bae33cb9090e813fd7e43206ba1a436f7795684c4c5e850a242e9db96804b08e81
 SHA512 
38497dc5fc42340ca1b356f40eab8c14c21b1467f82ec64024d633cfb7ebfc598020b35c02eedce4f73f7a5ecb9050b0f0af4ea00279a1a5e7a627e542f34951

diff --git a/media-gfx/eom/eom-1.24.2.ebuild b/media-gfx/eom/eom-1.24.2.ebuild
new file mode 100644
index 000..dc911dbc38d
--- /dev/null
+++ b/media-gfx/eom/eom-1.24.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 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="The MATE image viewer"
+LICENSE="FDL-1.1+ GPL-2+ IJG LGPL-2+"
+SLOT="0"
+
+IUSE="X debug exif imagemagick +introspection jpeg lcms svg tiff xmp"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.52:2
+   >=dev-libs/libpeas-1.8.0[gtk]
+   >=dev-libs/libxml2-2:2
+   gnome-base/dconf
+   >=mate-base/mate-desktop-1.17.0
+   sys-libs/zlib
+   x11-libs/cairo
+   >=x11-libs/gdk-pixbuf-2.36.5:2[introspection?,jpeg?,tiff?]
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   x11-libs/libX11
+   >=x11-misc/shared-mime-info-0.20
+   exif? (
+   >=media-libs/libexif-0.6.14
+   virtual/jpeg:0
+   )
+   imagemagick? ( >=media-gfx/imagemagick-6.2.6 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   svg? ( >=gnome-base/librsvg-2.36.2:2 )
+   xmp? ( >=media-libs/exempi-1.99.5:2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+   !!media-gfx/mate-image-viewer
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}/eom-1.24.0-add-gdk-includes.patch" )
+
+src_configure() {
+   mate_src_configure \
+   --enable-thumbnailer \
+   $(use_enable debug) \
+   $(use_enable introspection) \
+   $(use_with X x) \
+   $(use_with exif libexif) \
+   $(usex imagemagick \
+   --without-gdk-pixbuf-thumbnailer \
+   --with-gdk-pixbuf-thumbnailer \
+   ) \
+   $(use_with jpeg libjpeg) \
+   $(use_with lcms cms) \
+   $(use_with svg librsvg) \
+   $(use_with xmp)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/mate-notification-daemon/

2021-06-30 Thread Adam Feldman
commit: b8f72ed20d225476edbf9d900030ef5c29bb1579
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:50:16 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f72ed2

x11-misc/mate-notification-daemon: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-misc/mate-notification-daemon/Manifest |  1 +
 .../mate-notification-daemon-1.24.2.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/x11-misc/mate-notification-daemon/Manifest 
b/x11-misc/mate-notification-daemon/Manifest
index 6ea173d3882..d33b52b955f 100644
--- a/x11-misc/mate-notification-daemon/Manifest
+++ b/x11-misc/mate-notification-daemon/Manifest
@@ -1 +1,2 @@
 DIST mate-notification-daemon-1.24.1.tar.xz 395444 BLAKE2B 
dca14216c7027b2e816c7df64636c3f1c7ae25db253167f9c5d1b296cd9bf3c7533e1f7a33a7d4f2bf5fe074e8f0911462463fffa5b839fd8decd62a4716
 SHA512 
7c799e31229860cb34fa4a19421360a4a93d81826bc4381ed284e1ec280bae67d2f5bdf5d751f3dad6a1da424a5c598b2def60b7b24fd6ea41da5f126f456bac
+DIST mate-notification-daemon-1.24.2.tar.xz 396156 BLAKE2B 
64bbada24bc53f296076ff80b364e156fecfe28f4b1d8b77a0f05910939ccc2378e0635861442cc5cff8c95db5ccda55484de8aaf3315e28eb8df75c1a4bc20d
 SHA512 
be9db249bec6dc2206d69998b972f06ab4e2ee5c30b5bcf44c43b508954a9984a37bc9a2fe9989aec55969492256ed742fb2a9618b751e47ff43b66c383c1bd4

diff --git 
a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.2.ebuild 
b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.2.ebuild
new file mode 100644
index 000..d31ce81cdba
--- /dev/null
+++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.24.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="MATE Notification daemon"
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="dev-libs/atk
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libxml2-2.9.0
+   >=sys-apps/dbus-1
+   x11-libs/cairo
+   >=x11-libs/gdk-pixbuf-2.22:2
+   >=x11-libs/libnotify-0.7
+   x11-libs/libX11
+   virtual/libintl
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3:3
+   >=media-libs/libcanberra-0.4:0[gtk3]
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+   !x11-misc/notify-osd
+   !x11-misc/qtnotifydaemon
+   !x11-misc/notification-daemon
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-arch/xz-utils
+   dev-util/gdbus-codegen
+   >=sys-devel/gettext-0.19.8
+   >=sys-devel/libtool-2.2.6:2
+   virtual/pkgconfig
+"
+
+src_install() {
+   mate_src_install
+
+   insinto /usr/share/dbus-1/services
+   doins "${FILESDIR}/org.freedesktop.Notifications.service"
+}



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

2021-06-30 Thread Adam Feldman
commit: 3ae624a99d166b9b200b8c8a83272f333a1994ca
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 14:22:17 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae624a9

mate-extra/mate-system-monitor: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-system-monitor/Manifest|  1 +
 .../mate-system-monitor-1.24.2.ebuild  | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/mate-extra/mate-system-monitor/Manifest 
b/mate-extra/mate-system-monitor/Manifest
index 4d5250b09c6..c64600cc4f6 100644
--- a/mate-extra/mate-system-monitor/Manifest
+++ b/mate-extra/mate-system-monitor/Manifest
@@ -1 +1,2 @@
 DIST mate-system-monitor-1.24.1.tar.xz 2420872 BLAKE2B 
27572e523ea358a5315b6a42dc29e6c48c4341d4cdf34edb039429a455e1d924417aeb8602e0a71d4e71b04988ccadc82bc84794411644eefb1bd976e5744e90
 SHA512 
5fdf8ff52584f91fbe12270af2b5bb1c81d5c4d6001bdaad9c6001dbb6e6020254048e32aa6549eb686ad17998c1aa220e5463057502ba514c4a5b82953f2b05
+DIST mate-system-monitor-1.24.2.tar.xz 2429196 BLAKE2B 
03d0555d74ba4ba9a80727fa383ad02515a46f61fd1df3487b7acabef4b0561e03d86082c9c161a533716416bab73fad5bd826329c69d1826eeb7dd73a1b4e41
 SHA512 
4fd0f1a3dc5611d66b2e1ca35171f2056994332f87d895321c384a696afa359a2b78d2b0c2d698923039549f886976f04b1a8c92c928dfe9e2a1a159540a1895

diff --git a/mate-extra/mate-system-monitor/mate-system-monitor-1.24.2.ebuild 
b/mate-extra/mate-system-monitor/mate-system-monitor-1.24.2.ebuild
new file mode 100644
index 000..1c7ebffed1d
--- /dev/null
+++ b/mate-extra/mate-system-monitor/mate-system-monitor-1.24.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate toolchain-funcs
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="The MATE System Monitor"
+
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+IUSE="elogind systemd"
+
+REQUIRED_USE="?? ( elogind systemd )"
+
+COMMON_DEPEND="
+   >=dev-cpp/glibmm-2.26:2
+   >=dev-cpp/gtkmm-3.8:3.0
+   >=dev-libs/glib-2.56:2
+   dev-libs/libsigc++:2
+   >=dev-libs/libxml2-2:2
+   >=gnome-base/libgtop-2.37.2:2=
+   >=gnome-base/librsvg-2.35:2
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libwnck-3.0:3
+   elogind? ( sys-auth/elogind )
+   systemd? ( sys-apps/systemd )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   >=sys-auth/polkit-0.97:0
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.8
+   >=sys-devel/autoconf-2.63:*
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=()
+
+   if use elogind || use systemd; then
+   myconf+=( --enable-systemd )
+   if use elogind; then
+   local pkgconfig="$(tc-getPKG_CONFIG)"
+   myconf+=(
+   SYSTEMD_CFLAGS="$(${pkgconfig} --cflags 
'libelogind')"
+   SYSTEMD_LIBS="$(${pkgconfig} --libs 
'libelogind')"
+   )
+   fi
+   else
+   myconf+=( --disable-systemd )
+   fi
+
+   mate_src_configure "${myconf[@]}"
+}



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

2021-06-30 Thread Adam Feldman
commit: e468cb3c256ea2431f74a20d093364893350778e
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:21:23 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e468cb3c

app-editors/pluma: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 app-editors/pluma/Manifest|  1 +
 app-editors/pluma/pluma-1.24.2.ebuild | 81 +++
 2 files changed, 82 insertions(+)

diff --git a/app-editors/pluma/Manifest b/app-editors/pluma/Manifest
index 106b02fab9a..6a160fe74bb 100644
--- a/app-editors/pluma/Manifest
+++ b/app-editors/pluma/Manifest
@@ -1 +1,2 @@
 DIST pluma-1.24.1.tar.xz 3679636 BLAKE2B 
e792433b93862c8b0c47145255311c3a3386c1b99ec1ac87ed91608d839ece4430205f83fcc3c0f5145f986105d4c5d8803393035fcaaea08155197bbcf15d03
 SHA512 
0cfd6a035fc95993dce3e556c49641e799888f20159b29f2c0712c54ee772aa6df1ce755f329414c94efdb2cb3819ce633b92e6559b0c8cb064dab3c74729ab3
+DIST pluma-1.24.2.tar.xz 3745160 BLAKE2B 
ed855b19f1ab80cb6ef9bc175eea3c2af386b1e45123bc0e3ad93d1964efb4822fe1b3d7490308357fcff96557bb6189f081a467f41a6907e76a1961de8f23d3
 SHA512 
588640744f8a0bec08d0c51c0309380a57cb6319c98124885e30d05e7dd8488ba7bd5acec1bf21fb0d6832626ae8925b24cd241202265af1a631a91313cdad2b

diff --git a/app-editors/pluma/pluma-1.24.2.ebuild 
b/app-editors/pluma/pluma-1.24.2.ebuild
new file mode 100644
index 000..061436117e9
--- /dev/null
+++ b/app-editors/pluma/pluma-1.24.2.ebuild
@@ -0,0 +1,81 @@
+# 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} )
+
+inherit mate python-single-r1 virtualx
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Pluma text editor for the MATE desktop"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="+introspection spell test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Tests require gvfs sftp fs mounted and schema's installed. Disable tests.
+# https://github.com/mate-desktop/mate-text-editor/issues/33
+RESTRICT="test"
+
+COMMON_DEPEND="dev-libs/atk
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libpeas-1.2.0[gtk]
+   >=dev-libs/libxml2-2.5:2
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=x11-libs/gtksourceview-3.0.0:3.0
+   x11-libs/libICE
+   x11-libs/libX11
+   >=x11-libs/libSM-1.0
+   x11-libs/pango
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   spell? (
+   >=app-text/enchant-1.6:=
+   >=app-text/iso-codes-0.35
+   )
+   !!app-editors/mate-text-editor
+"
+
+RDEPEND="${PYTHON_DEPS}
+   ${COMMON_DEPEND}
+   >=mate-base/mate-desktop-1.9[introspection?]
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   ~app-text/docbook-xml-dtd-4.1.2
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/libtool-2.2.6:2
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   mate_src_configure \
+   $(use_enable introspection) \
+   $(use_enable spell) \
+   $(use_enable test tests)
+}
+
+src_test() {
+   # FIXME: This should be handled at eclass level.
+   "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
+
+   unset DBUS_SESSION_BUS_ADDRESS
+
+   GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
+}



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

2021-06-30 Thread Adam Feldman
commit: 7107ac7493795da71bd81c61d54ebc8e974c6e46
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:09:49 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7107ac74

x11-wm/marco: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-wm/marco/Manifest|  1 +
 x11-wm/marco/marco-1.24.2.ebuild | 76 
 2 files changed, 77 insertions(+)

diff --git a/x11-wm/marco/Manifest b/x11-wm/marco/Manifest
index 209ca943e26..8e861968591 100644
--- a/x11-wm/marco/Manifest
+++ b/x11-wm/marco/Manifest
@@ -1 +1,2 @@
 DIST marco-1.24.1.tar.xz 1860008 BLAKE2B 
b147e6ce8aad9382b2e8d96eec2da0356cce91977f4387776359ffb1f26903d7f0b9d9a1d43a436d1a64033f545600e7f810a29e3ae6ecdfb0d73ef8073b782c
 SHA512 
55607898b64f0da3a85dd8d7fd092d847c8f67cefa096a63dbe074c197157a3d661fcb3f2a495b4425340b583b600cda3d1c92ac08b7327904dbd4aab8e92c85
+DIST marco-1.24.2.tar.xz 1845356 BLAKE2B 
9308e07fec5319f741f7d78007e68e916c407c515fc2076c0e26a760830d3c79edf39888f265f7edc1baf0c8dc29661fb6598be16352103455cc441bc2a1daf5
 SHA512 
2e699935fb72ddc34aa1f98f5771f252141245ad8fd0983aafe5ea55aeeb3f90b5d68a61c27704adf0b929565180367aae46486d45e789d7de101ec9a7bc9f96

diff --git a/x11-wm/marco/marco-1.24.2.ebuild b/x11-wm/marco/marco-1.24.2.ebuild
new file mode 100644
index 000..e36ea8196cc
--- /dev/null
+++ b/x11-wm/marco/marco-1.24.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE2_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="MATE default window manager"
+LICENSE="FDL-1.2+ GPL-2+ LGPL-2+ MIT"
+SLOT="0/2"
+
+IUSE="startup-notification test xinerama"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.58:2
+   >=gnome-base/libgtop-2:2=
+   media-libs/libcanberra[gtk3]
+   x11-libs/cairo
+   >=x11-libs/pango-1.2[X]
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   >=x11-libs/libXcomposite-0.3
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXpresent
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   >=x11-libs/startup-notification-0.7
+   xinerama? ( x11-libs/libXinerama )
+   !!x11-wm/mate-window-manager
+"
+
+RDEPEND="${COMMON_DEPEND}
+   gnome-extra/zenity
+   >=mate-base/mate-desktop-1.20.0
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/yelp-tools
+   >=sys-devel/gettext-0.19.8
+   >=sys-devel/libtool-2.0.0
+   virtual/pkgconfig
+   x11-base/xorg-proto
+   test? ( app-text/docbook-xml-dtd:4.5 )
+   xinerama? ( x11-base/xorg-proto )
+"
+
+src_configure() {
+   mate_src_configure \
+   --enable-compositor \
+   --enable-render \
+   --enable-shape \
+   --enable-sm \
+   --enable-xsync \
+   $(use_enable startup-notification) \
+   $(use_enable xinerama)
+}
+
+src_install() {
+   mate_src_install
+   dodoc doc/*.txt
+}



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

2021-06-30 Thread Adam Feldman
commit: 2f7b03b3f822baa8c2d18a5f2f125db24360d5db
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:56:54 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7b03b3

mate-extra/mate-power-manager: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-extra/mate-power-manager/mate-power-manager-1.24.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 74f964b68e4..0e47db7552d 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
@@ -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"



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

2021-06-30 Thread Adam Feldman
commit: ca24f1463cb01abfa94a8f0367c0a32b49a47730
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:42:34 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca24f146

mate-base/mate-panel: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-panel/Manifest |  1 +
 mate-base/mate-panel/mate-panel-1.24.2.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/mate-base/mate-panel/Manifest b/mate-base/mate-panel/Manifest
index fc108d15e32..99c7f37c453 100644
--- a/mate-base/mate-panel/Manifest
+++ b/mate-base/mate-panel/Manifest
@@ -1 +1,2 @@
 DIST mate-panel-1.24.1.tar.xz 3265000 BLAKE2B 
eb5d2c8b6668ecb1d072e80ac4062574c97b7d52a1473133efff0fb12eca4e765df016d8ede4c6745f7bd9e6ea64114ccfcdf87045ca00797e63ab9ec215435c
 SHA512 
1a1e62207d58472daa00d409ef2b04944929af7f9fe05592076adcc069e2d70012424b3386d30f8b9adccf05c328b8ab1662b8726e507465881a4ae26c26829f
+DIST mate-panel-1.24.2.tar.xz 3271432 BLAKE2B 
ca866ae2ba743d5871f75ba8840f05b556d77bcfb9263542f5e945310ebbaccdb211a266c3235ab706c70209740cd4a8a9f390363ddf18fc305ffd875723974d
 SHA512 
6dd7b1329fc51389ad6213b5490fd44f8db7b76d17c1fa8f24b197390e9f24d4090fc7c439b7cc9c94be76f6b896ac31e69e920e903c067e297f941c844a1280

diff --git a/mate-base/mate-panel/mate-panel-1.24.2.ebuild 
b/mate-base/mate-panel/mate-panel-1.24.2.ebuild
new file mode 100644
index 000..c715fb2b108
--- /dev/null
+++ b/mate-base/mate-panel/mate-panel-1.24.2.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="The MATE panel"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="X +introspection wayland"
+
+REQUIRED_USE="|| ( X wayland )"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/dbus-glib-0.80:0
+   >=dev-libs/glib-2.50:2
+   >=dev-libs/libmateweather-1.17.0
+   dev-libs/libxml2:2
+   >=gnome-base/dconf-0.13.4
+   >=gnome-base/librsvg-2.36.2:2
+   >=mate-base/mate-desktop-1.17.0
+   >=mate-base/mate-menus-1.21.0
+   >=sys-apps/dbus-1.1.2
+   >=x11-libs/cairo-1.0.0[X?]
+   >=x11-libs/gdk-pixbuf-2.25.2:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   x11-libs/libICE
+   x11-libs/libSM
+   >=x11-libs/libwnck-3.4.6:3[introspection?]
+   >=x11-libs/pango-1.15.4:0[introspection?]
+   X? (
+   x11-libs/libX11
+   x11-libs/libXau
+   >=x11-libs/libXrandr-1.3
+   )
+   introspection? ( >=dev-libs/gobject-introspection-0.6.7:= )
+   wayland? ( gui-libs/gtk-layer-shell )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/docbook-xml-dtd:4.1.2
+   app-text/yelp-tools
+   >=dev-lang/perl-5:=
+   dev-util/glib-utils
+   dev-util/gdbus-codegen
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   mate_src_configure \
+   --libexecdir=/usr/libexec/mate-applets \
+   --disable-deprecation-flags \
+   $(use_enable X x11) \
+   $(use_enable introspection) \
+   $(use_enable wayland)
+}



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-control-center/

2021-06-30 Thread Adam Feldman
commit: 5f145f0d18008d7cbbbfda0d101ebc9df93cfcea
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:52:16 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f145f0d

mate-base/mate-control-center: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-control-center/Manifest |  1 +
 .../mate-control-center-1.24.2.ebuild  | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/mate-base/mate-control-center/Manifest 
b/mate-base/mate-control-center/Manifest
index 34db7e99d22..14328072e46 100644
--- a/mate-base/mate-control-center/Manifest
+++ b/mate-base/mate-control-center/Manifest
@@ -1 +1,2 @@
 DIST mate-control-center-1.24.1.tar.xz 3395740 BLAKE2B 
88efb5b170af461b2505be654b005818b5b9087f5535365b7fe4033c05debcbf842fa33a77e4c78e72d0c7426794e943b773612f4431128c01fa77a15f5c2670
 SHA512 
f0440bfa79099610eb1f9f03bda13347b57d9250264f27971b69a5900338cf750e6eeb14111d7069bf597f5d4c4ed66b0466b926a54e4719845da23de31665f4
+DIST mate-control-center-1.24.2.tar.xz 3434520 BLAKE2B 
29499ffe07dbfae8efed5058d79267c11fd863463e24317c12353886f4692f9256b07b912eee4fe3dcfe832929cddf614012a1bb4695164f83df950d44019d81
 SHA512 
3aecbad0e26521d5222b8483561167e16fdda3bc1a3be09644b71fdba1f9f3f64705ae474fc8df5b702e84c7fef83441a75324040e801da5071f3b667d7a57e5

diff --git a/mate-base/mate-control-center/mate-control-center-1.24.2.ebuild 
b/mate-base/mate-control-center/mate-control-center-1.24.2.ebuild
new file mode 100644
index 000..9916f64f30e
--- /dev/null
+++ b/mate-base/mate-control-center/mate-control-center-1.24.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="The MATE Desktop configuration tool"
+LICENSE="FDL-1.1+ GPL-2+ LGPL-2+ LGPL-2.1+ HPND"
+SLOT="0"
+
+IUSE="accountsservice appindicator debug"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/dbus-glib-0.73
+   >=dev-libs/glib-2.50:2
+   dev-libs/libxml2:2
+   >=gnome-base/dconf-0.13.4
+   >=gnome-base/librsvg-2.0:2
+   >=mate-base/libmatekbd-1.17.0
+   >=mate-base/mate-desktop-1.23.2
+   >=mate-base/caja-1.20.0
+   >=mate-base/mate-menus-1.21.0
+   >=mate-base/mate-settings-daemon-1.23.1
+   >=media-libs/fontconfig-1:1.0
+   media-libs/freetype:2
+   media-libs/libcanberra:0[gtk3]
+   >=sys-apps/dbus-1
+   sys-auth/polkit[introspection]
+   x11-apps/xmodmap
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXcursor
+   x11-libs/libXext
+   >=x11-libs/libXi-1.5
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   >=x11-libs/libxklavier-4
+   x11-libs/pango
+   >=x11-wm/marco-1.17.0:=
+   accountsservice? ( sys-apps/accountsservice )
+   appindicator? ( dev-libs/libappindicator:3 )
+"
+
+RDEPEND="${COMMON_DEPEND}"
+
+DEPEND="${COMMON_DEPEND}
+   app-text/rarian
+   >=app-text/scrollkeeper-dtd-1:1.0
+   app-text/yelp-tools
+   dev-libs/libxml2
+   dev-util/desktop-file-utils
+   dev-util/glib-utils
+   >=sys-devel/gettext-0.19.8
+   x11-base/xorg-proto
+   virtual/pkgconfig
+"
+
+src_configure() {
+   mate_src_configure \
+   --disable-update-mimedb \
+   $(use_enable appindicator) \
+   $(use_enable debug)
+}



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

2021-06-30 Thread Adam Feldman
commit: 707ee9db0263e58e0a0d85bc83da0a5b4cc8222b
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 12:45:27 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707ee9db

mate-base/caja: Bump to 1.24.1

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/caja/Manifest   |  2 +
 mate-base/caja/caja-1.24.1.ebuild | 94 +++
 2 files changed, 96 insertions(+)

diff --git a/mate-base/caja/Manifest b/mate-base/caja/Manifest
new file mode 100644
index 000..d30de7da35d
--- /dev/null
+++ b/mate-base/caja/Manifest
@@ -0,0 +1,2 @@
+DIST caja-1.24.0.tar.xz 5221716 BLAKE2B 
66d628ac0f50e2c388935420e29dfe15a8f5f127fd7b39e92ebbd67b6c929cda1a2dec1f510fb89890602adaef6a741f0ee3e15d27ab9741c5223c7966b3b908
 SHA512 
a68b23876cfa1171d5b1c75e4998c6b15f0ceebdc4fcaabb8d362e32e35b915b1a91a38648532ac8acc162dac50aeb4d07eff417ce2db7a8c50d68bd38a0b548
+DIST caja-1.24.1.tar.xz 5308268 BLAKE2B 
82d2ff39152bd6d961d233d3712237b8192cf680d419f44cb8a2857228f4648d7667213740a1b2fdf024ac5958586f9b0b8f99e3770710a5ec5c6651a85dadf1
 SHA512 
34ba1e384e3de4ee3e6dddafa4ef4ccd5f626352cf5b42d6178e96395762653478cbdabb109cd0f2418ed463fd4743ef8a34be0a6b4294ad5355fea6dbfd53cc

diff --git a/mate-base/caja/caja-1.24.1.ebuild 
b/mate-base/caja/caja-1.24.1.ebuild
new file mode 100644
index 000..1802c8e69fc
--- /dev/null
+++ b/mate-base/caja/caja-1.24.1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate virtualx
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="Caja file manager for the MATE desktop"
+LICENSE="GPL-2+ LGPL-2+"
+SLOT="0"
+
+IUSE="+introspection +mate packagekit xmp"
+
+COMMON_DEPEND="
+   dev-libs/atk
+   >=dev-libs/glib-2.58.1:2
+   >=dev-libs/libxml2-2.4.7:2
+   gnome-base/dconf
+   >=gnome-base/gvfs-1.10.1:0[udisks]
+   >=mate-base/mate-desktop-1.17.3:0
+   >=media-libs/libexif-0.6.14:0
+   x11-libs/cairo
+   >=x11-libs/gdk-pixbuf-2.36.5:2
+   >=x11-libs/gtk+-3.22:3[introspection?]
+   >=x11-libs/libnotify-0.7.0:0
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXft
+   x11-libs/libXrender
+   >=x11-libs/pango-1.1.2
+   introspection? ( >=dev-libs/gobject-introspection-0.6.4:= )
+   packagekit? ( app-admin/packagekit-base )
+   xmp? ( >=media-libs/exempi-1.99.5:2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+   !!mate-base/mate-file-manager
+"
+
+DEPEND="${COMMON_DEPEND}
+   >=dev-lang/perl-5:=
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gtk-doc
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+PDEPEND="mate? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )"
+
+# TODO: Test fails because Caja is not merged yet:
+# GLib-GIO-ERROR **: Settings schema 'org.mate.caja.preferences' is not 
installed
+RESTRICT="test"
+
+src_prepare() {
+   # Remove unnecessary CFLAGS.
+   sed -i -e 's:-DG.*DISABLE_DEPRECATED::g' \
+   configure.ac eel/Makefile.am || die
+
+   mate_src_prepare
+}
+
+src_configure() {
+   mate_src_configure \
+   --disable-update-mimedb \
+   $(use_enable introspection) \
+   $(use_enable packagekit) \
+   $(use_enable xmp)
+}
+
+src_test() {
+   unset SESSION_MANAGER
+   unset DBUS_SESSION_BUS_ADDRESS
+
+   Xemake check || die "Test phase failed"
+}
+
+pkg_postinst() {
+   mate_pkg_postinst
+
+   elog "Caja can use gstreamer to preview audio files. Just make sure"
+   elog "to have the necessary plugins available to play the media type 
you"
+   elog "want to preview."
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme/

2021-06-30 Thread Adam Feldman
commit: 8d3486ba77eecaa2c8445b327a45f073a300e712
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 15:32:09 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3486ba

x11-themes/mate-icon-theme: Fix manifest

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

 x11-themes/mate-icon-theme/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-themes/mate-icon-theme/Manifest 
b/x11-themes/mate-icon-theme/Manifest
new file mode 100644
index 000..35b623a30fa
--- /dev/null
+++ b/x11-themes/mate-icon-theme/Manifest
@@ -0,0 +1 @@
+DIST mate-icon-theme-1.24.0.tar.xz 22178384 BLAKE2B 
7e1dbfcc83da49f30bad89106bfadf8d19d1ef3074d1302edad2934a46e6caac1aab003a126c823757e4a75127279107945e921d6463a05476ca98cf898ff74f
 SHA512 
18ad6a236f02b7536697fed9086eadd997f0c47cc8311324e43641b21ccf942d0dbd52fa6c49623e679d3b23d82619cc256c98d9f8ccc3b3d4cda5d9a6e465f1



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

2021-06-30 Thread Adam Feldman
commit: 9790c1433afcf5970c07b90e74f6eb91f4f65535
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:36:06 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9790c143

mate-base/mate-session-manager: Bump to 1.24.3

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-session-manager/Manifest|  1 +
 .../mate-session-manager-1.24.3.ebuild | 89 ++
 2 files changed, 90 insertions(+)

diff --git a/mate-base/mate-session-manager/Manifest 
b/mate-base/mate-session-manager/Manifest
index 62abace8d05..7ce78d28d2e 100644
--- a/mate-base/mate-session-manager/Manifest
+++ b/mate-base/mate-session-manager/Manifest
@@ -1 +1,2 @@
 DIST mate-session-manager-1.24.1.tar.xz 711188 BLAKE2B 
a2d48b53fbff6f2bf56cdf24efb709a17458341c75a37ab7494fcf344064b64f50e9527f11d74b681d2156508e24fefdb7a5c7637b72deddf1f3a82e4096031b
 SHA512 
ca561e13080ef334a69f18b3aec0993532381ea5c178a0acf969bf2ed9cb5d484626404ab43d809727d8eef9b5eda29adc224168290f78a63da2621ac7ef79f5
+DIST mate-session-manager-1.24.3.tar.xz 713004 BLAKE2B 
d4968db81b1dee53fb70f68c8bf55f22ec65787d6be57d507db90dfe39bb52c0d0e0add2bc30cc66dd00d9676d8c38d8c637e16cb63f0733525141e9d70724cb
 SHA512 
ea43caa350e5f3abda65001829fa7b84d043a7e8851ff74d1d09671f868b3f0be37ae951acca84f1764b26ec9b187c56791010f1b48bd8195ff8dbd70635446f

diff --git a/mate-base/mate-session-manager/mate-session-manager-1.24.3.ebuild 
b/mate-base/mate-session-manager/mate-session-manager-1.24.3.ebuild
new file mode 100644
index 000..5e56cead46f
--- /dev/null
+++ b/mate-base/mate-session-manager/mate-session-manager-1.24.3.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2021 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 gles2 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
+   gles2? ( media-libs/mesa[egl,gles2] )
+   systemd? ( sys-apps/systemd )
+   elogind? ( sys-auth/elogind )
+   xtrans? ( x11-libs/xtrans )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   mate-base/mate-desktop
+   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: x11-themes/mate-themes/

2021-06-30 Thread Adam Feldman
commit: f66c7c2ddcffcb3f63be03327791992c79e92154
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 00:19:50 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66c7c2d

x11-themes/mate-themes: Stabilize 3.22.21 for amd64,x86

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

 x11-themes/mate-themes/mate-themes-3.22.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-themes/mate-themes/mate-themes-3.22.21.ebuild 
b/x11-themes/mate-themes/mate-themes-3.22.21.ebuild
index a32894e1e7d..0f0310aba51 100644
--- a/x11-themes/mate-themes/mate-themes-3.22.21.ebuild
+++ b/x11-themes/mate-themes/mate-themes-3.22.21.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=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz;
 
 LICENSE="CC-BY-SA-3.0 GPL-3+ LGPL-2.1+ LGPL-3"
 SLOT="0/${MATE_GTK_V}"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
>=x11-libs/gdk-pixbuf-2:2



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-backgrounds/

2021-06-30 Thread Adam Feldman
commit: 5d3915fb51705b0892dfcb48ad634fbd8c4da6c9
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:46:56 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3915fb

x11-themes/mate-backgrounds: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 x11-themes/mate-backgrounds/Manifest   |  1 +
 .../mate-backgrounds/mate-backgrounds-1.24.2.ebuild| 18 ++
 2 files changed, 19 insertions(+)

diff --git a/x11-themes/mate-backgrounds/Manifest 
b/x11-themes/mate-backgrounds/Manifest
index b5a3fbcd126..fcd6438c96b 100644
--- a/x11-themes/mate-backgrounds/Manifest
+++ b/x11-themes/mate-backgrounds/Manifest
@@ -1 +1,2 @@
 DIST mate-backgrounds-1.24.1.tar.xz 20958108 BLAKE2B 
398e9c7dd9692829c0b5854f828ba911ed01deb300e40e09489971df1e453490f681098e7e85b367404956ef0c515eb07d4e898e44be07fd555f0daf818a27e9
 SHA512 
6af6bd1be186da3c4c594687ece1f6b50c3b05fb0619dd0062955e9e09c8007efe76a7625826cba0e4716c8ed61eac4d372b0a3bf2b87f00b7f170bb97709f09
+DIST mate-backgrounds-1.24.2.tar.xz 46802060 BLAKE2B 
7fa2de6ad5e5e9a292fa4458ce8a0dc6bc860f62048d5070f503f575d003e1222f315be0c5c968b5dcb62c0334eb9a4830c08de0ca96ea1ae3c27b4633e8ff6d
 SHA512 
4d069258065e80d8e9d2e4d7c471178c07ea5cdd5e8a6224a1d1e8770211a3926a441f03d85acd17c66c261489cc68bcbb44e5e08d6ddd80240e07b0007873ed

diff --git a/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild 
b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild
new file mode 100644
index 000..7dbc5259546
--- /dev/null
+++ b/x11-themes/mate-backgrounds/mate-backgrounds-1.24.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 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 set of backgrounds packaged with the MATE desktop"
+LICENSE="CC-BY-SA-4.0 GPL-2+"
+SLOT="0"
+
+DEPEND="
+   >=sys-devel/gettext-0.19.8:*
+"



[gentoo-commits] repo/gentoo:master commit in: mate-base/mate-settings-daemon/

2021-06-30 Thread Adam Feldman
commit: e643e676abaaeb61d063bec44c34360021e96fb4
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 13:10:48 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e643e676

mate-base/mate-settings-daemon: Bump to 1.24.2

Bug: https://bugs.gentoo.org/778857
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Adam Feldman  gentoo.org>

 mate-base/mate-settings-daemon/Manifest|  1 +
 .../mate-settings-daemon-1.24.2.ebuild | 73 ++
 2 files changed, 74 insertions(+)

diff --git a/mate-base/mate-settings-daemon/Manifest 
b/mate-base/mate-settings-daemon/Manifest
index d2823320695..e2749c741ac 100644
--- a/mate-base/mate-settings-daemon/Manifest
+++ b/mate-base/mate-settings-daemon/Manifest
@@ -1 +1,2 @@
 DIST mate-settings-daemon-1.24.1.tar.xz 1033680 BLAKE2B 
ea8b3b277e97b9aa177eda711e1ccd507a5c9c1dded6f6b8812512c0b90469a0af256b1de1d12bffd7933b0a7b3a41f2e547cd7f830086929e41927d2e9c9ec3
 SHA512 
3a13a853bf2991f219f91398c31fda4aa3002fe5f5a4497c0e2097d2e8a812eb82bd1e4e1661d7b29061f185e74388f744bb37a0430d38bff63ddce6fe4d0bdd
+DIST mate-settings-daemon-1.24.2.tar.xz 1053556 BLAKE2B 
94c28e1b88d36972f694858a01840747514be2d40789804719bca8cfcbd62a1f1434fca8b35569607813adc0d0ece6e547c1bed042ab66fea516c150c11343bb
 SHA512 
421848dbfd75613df73003c7520cb7c1895ef55c85773c9b7d72e5f7361bf78d7221f86ecd2d2460b10950d77818a9ddc19569aaa2749f2bee1d3245c09805f8

diff --git a/mate-base/mate-settings-daemon/mate-settings-daemon-1.24.2.ebuild 
b/mate-base/mate-settings-daemon/mate-settings-daemon-1.24.2.ebuild
new file mode 100644
index 000..db0f382da84
--- /dev/null
+++ b/mate-base/mate-settings-daemon/mate-settings-daemon-1.24.2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MATE_LA_PUNT="yes"
+
+inherit mate
+
+if [[ ${PV} !=  ]]; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="MATE Settings Daemon"
+LICENSE="GPL-2+ GPL-3+ HPND LGPL-2+ LGPL-2.1+"
+SLOT="0"
+
+IUSE="X debug libnotify policykit pulseaudio rfkill smartcard +sound"
+
+REQUIRED_USE="pulseaudio? ( sound )"
+
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.74
+   >=dev-libs/glib-2.50:2
+   >=gnome-base/dconf-0.13.4
+   >=mate-base/libmatekbd-1.17.0
+   >=mate-base/mate-desktop-1.23.2
+   media-libs/fontconfig:1.0
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libX11
+   x11-libs/libXi
+   x11-libs/libXext
+   >=x11-libs/libxklavier-5.2
+   libnotify? ( >=x11-libs/libnotify-0.7:0 )
+   policykit? (
+   >=dev-libs/dbus-glib-0.71
+   >=sys-apps/dbus-1.10.0
+   >=sys-auth/polkit-0.97
+   )
+   pulseaudio? (
+   >=media-libs/libmatemixer-1.10[pulseaudio]
+   >=media-sound/pulseaudio-0.9.15
+   )
+   smartcard? ( >=dev-libs/nss-3.11.2 )
+   sound? (
+   >=media-libs/libmatemixer-1.10
+   media-libs/libcanberra[gtk3]
+   )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   virtual/libintl
+"
+
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-base/xorg-proto
+"
+
+src_configure() {
+   mate_src_configure \
+   $(use_with X x) \
+   $(use_with libnotify) \
+   $(use_with sound libcanberra) \
+   $(use_with sound libmatemixer) \
+   $(use_enable debug) \
+   $(use_enable policykit polkit) \
+   $(use_enable pulseaudio pulse) \
+   $(use_enable rfkill) \
+   $(use_enable smartcard smartcard-support)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes-meta/

2021-06-30 Thread Adam Feldman
commit: 708c1fc235c2f4e8f8b7ec80d037cb74d974b1f6
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 00:22:35 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708c1fc2

x11-themes/mate-themes-meta: Drop old

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

 .../mate-themes-meta/mate-themes-meta-3-r2.ebuild  | 31 --
 1 file changed, 31 deletions(-)

diff --git a/x11-themes/mate-themes-meta/mate-themes-meta-3-r2.ebuild 
b/x11-themes/mate-themes-meta/mate-themes-meta-3-r2.ebuild
deleted file mode 100644
index cb08da7bb1f..000
--- a/x11-themes/mate-themes-meta/mate-themes-meta-3-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} ==  ]]; then
-   MATE_THEMES_V="."
-else
-   MATE_THEMES_V="*"
-   KEYWORDS="amd64 ~arm ~arm64 x86"
-fi
-
-DESCRIPTION="Meta package to facilitate easy use of x11-themes/mate-themes"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
-SRC_URI=""
-
-LICENSE="metapackage"
-SLOT="0"
-IUSE="gtk2-only"
-
-DEPEND=""
-RDEPEND="|| (
-   gtk2-only? (
-   !!x11-libs/gtk+:3
-   x11-themes/mate-themes:0
-   )
-   (
-   =x11-libs/gtk+-3.22*:3
-   =x11-themes/mate-themes-3.22${MATE_THEMES_V}:0/3.22
-   )
-   )"



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/

2021-06-30 Thread Adam Feldman
commit: 7f5fffcea354bb7859af4ee017cab7595496fb87
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 00:23:19 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5fffce

mate-extra/mate-calc: Drop old

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

 mate-extra/mate-calc/Manifest|  1 -
 mate-extra/mate-calc/mate-calc-1.24.0.ebuild | 33 
 2 files changed, 34 deletions(-)

diff --git a/mate-extra/mate-calc/Manifest b/mate-extra/mate-calc/Manifest
index 41cc4237013..0d6b318ee65 100644
--- a/mate-extra/mate-calc/Manifest
+++ b/mate-extra/mate-calc/Manifest
@@ -1,2 +1 @@
-DIST mate-calc-1.24.0.tar.xz 939480 BLAKE2B 
28a8184665096d477bdc80484fc9da3bf9835dd5d1c30d4de11722488d735f88336bcf990c50ef65dd0a5781fc083b5d011fd5085c2d1672e6599a28f4a01452
 SHA512 
ebb18f07ded5577bb0987b2027e7b73abc823a567bfa00f9cc9bfaf75de498f150b6b4c2e13486c530a3cbb078f1b798c415b33d668d952e8650799dd05c99eb
 DIST mate-calc-1.24.1.tar.xz 952372 BLAKE2B 
ae6c687d85f48f95fda89ba4fa2be44d1f2fc510708a25ac59fd8074d1f29bc6b440ec1c20b344566d4e8a2edc8ec0bdc0d565773f2c089d712c47db4e847805
 SHA512 
164fc57ed6bcc69b96afd75fff8dd6248ce682d6f806e83ddb73a21bddce99b89c7bb697d189b56d88d5c8d9a0b99f50f3fdd15c7d56f9121ee1d16689b16595

diff --git a/mate-extra/mate-calc/mate-calc-1.24.0.ebuild 
b/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
deleted file mode 100644
index 971bea10a92..000
--- a/mate-extra/mate-calc/mate-calc-1.24.0.ebuild
+++ /dev/null
@@ -1,33 +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="Calculator for MATE"
-LICENSE="CC-BY-SA-3.0 GPL-2+"
-SLOT="0"
-
-IUSE=""
-
-COMMON_DEPEND="
-   dev-libs/atk
-   >=dev-libs/glib-2.50:2
-   dev-libs/libxml2:2
-   >=x11-libs/gtk+-3.22:3
-   x11-libs/pango"
-
-RDEPEND="${COMMON_DEPEND}
-   virtual/libintl
-"
-
-DEPEND="${COMMON_DEPEND}
-   app-text/yelp-tools
-   dev-libs/libxml2
-   >=sys-devel/gettext-0.19.8:*
-   virtual/pkgconfig:*"



[gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-themes/

2021-06-30 Thread Adam Feldman
commit: f34b253bb358a3ce0712be0f474d5235c67ea960
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 00:20:19 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34b253b

x11-themes/mate-themes: Drop old

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

 x11-themes/mate-themes/Manifest   |  1 -
 x11-themes/mate-themes/mate-themes-3.22.19.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/x11-themes/mate-themes/Manifest b/x11-themes/mate-themes/Manifest
index 64732a78a94..e0262bc604d 100644
--- a/x11-themes/mate-themes/Manifest
+++ b/x11-themes/mate-themes/Manifest
@@ -1,2 +1 @@
-DIST mate-themes-3.22.19.tar.xz 5567828 BLAKE2B 
8eeead9b097e2a9e76aac849e6b6fe93382a6ff6dbdf4bd3b032167744fdf35ff047cdb85d1480474e1f0fc0f06ceda04e7d9e4a6ae573b04cd78c4e4ca858f7
 SHA512 
3e8a5a37bb6755c65da3307957569e84cce546c9786396f5eb8cb5f84ddf64e04260b87f67cb0b03c7c7dc13b4f75790fb9afe8b971101f3556ee6c015bb585d
 DIST mate-themes-3.22.21.tar.xz 5377276 BLAKE2B 
2efa2ab47440baa869da02fe8b65bc05a91ac79ab5d5794c182a05af736c4593b07c8c1ff9dde6b770462ad208d426565a7a07e359ee62ebc50ec7e737eaa7e5
 SHA512 
5f0e7e1f688e02a5c9581ec8f552da836a4c4355caa853650a19b670971acbecc3a4ac32aa7fb282879fd5a48e0a3e4aed5d182054fe2e9bb1270c74bfcef5bc

diff --git a/x11-themes/mate-themes/mate-themes-3.22.19.ebuild 
b/x11-themes/mate-themes/mate-themes-3.22.19.ebuild
deleted file mode 100644
index 76ea9ce2719..000
--- a/x11-themes/mate-themes/mate-themes-3.22.19.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 autotools xdg
-
-MATE_GTK_V="$(ver_cut 1-2)"
-
-HOMEPAGE="https://mate-desktop.org;
-DESCRIPTION="A set of MATE themes, with sets for users with limited or low 
vision"
-SRC_URI="https://pub.mate-desktop.org/releases/themes/${MATE_GTK_V}/${P}.tar.xz;
-
-LICENSE="CC-BY-SA-3.0 GPL-3+ LGPL-2.1+ LGPL-3"
-SLOT="0/${MATE_GTK_V}"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-   >=x11-libs/gdk-pixbuf-2:2
-   >=x11-libs/gtk+-2:2
-   >=x11-themes/gtk-engines-2.15.3:2
-   x11-themes/gtk-engines-murrine
-"
-
-DEPEND="${RDEPEND}
-   >=dev-util/intltool-0.35
-   sys-devel/gettext
-   >=sys-devel/autoconf-2.53
-   >=x11-misc/icon-naming-utils-0.8.7:0
-   virtual/pkgconfig
-"
-
-RESTRICT="binchecks strip"
-
-src_prepare() {
-   default
-   eautoreconf
-}



[gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-calc/

2021-06-30 Thread Adam Feldman
commit: c5d0b88e38702359672241649aa50ed092e34f8a
Author: Adam Feldman  gentoo  org>
AuthorDate: Thu Jun 10 00:23:12 2021 +
Commit: Adam Feldman  gentoo  org>
CommitDate: Wed Jun 30 22:41:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d0b88e

mate-extra/mate-calc: Stabilize 1.24.1 for amd64,x86

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

 mate-extra/mate-calc/mate-calc-1.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mate-extra/mate-calc/mate-calc-1.24.1.ebuild 
b/mate-extra/mate-calc/mate-calc-1.24.1.ebuild
index 31d748f655b..ea4da845039 100644
--- a/mate-extra/mate-calc/mate-calc-1.24.1.ebuild
+++ b/mate-extra/mate-calc/mate-calc-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
@@ -6,7 +6,7 @@ EAPI=6
 inherit mate
 
 if [[ ${PV} !=  ]]; then
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Calculator for MATE"



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

2021-06-30 Thread Mike Pagano
commit: 3681e2b94c720289dc16ebced6d3402588b807ae
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jun 30 22:20:51 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 30 22:20:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3681e2b9

eclass/kernel-2.eclass: Support CPU OPT Patch in kernels >= 5.13

Closes: https://bugs.gentoo.org/799272

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

 eclass/kernel-2.eclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
index 1210940b1fc..831dd5b5dd4 100644
--- a/eclass/kernel-2.eclass
+++ b/eclass/kernel-2.eclass
@@ -1175,7 +1175,8 @@ unipatch() {
( kernel_is eq 5 4 && kernel_is gt 5 4 115 ) ||
( kernel_is eq 5 10 && kernel_is gt 5 10 33 ) ||
( kernel_is eq 5 11 && kernel_is gt 5 11 17 ) ||
-   ( kernel_is eq 5 12 && kernel_is gt 5 12 0 ); 
then
+   ( kernel_is eq 5 12 && kernel_is gt 5 12 0 ) ||
+   ( kernel_is ge 5 13); then
UNIPATCH_DROP+=" 
5010_enable-additional-cpu-optimizations-for-gcc.patch"
UNIPATCH_DROP+=" 
5010_enable-additional-cpu-optimizations-for-gcc-4.9.patch"
UNIPATCH_DROP+=" 
5011_enable-cpu-optimizations-for-gcc8.patch"



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

2021-06-30 Thread William Hubbs
commit: d0faa61766be969c78e176b404a80dcffa461a7d
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun 30 22:07:30 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun 30 22:07:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0faa617

licenses/Turkowski: add Turkowski license for espeak-ng

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

 licenses/Turkowski | 17 +
 1 file changed, 17 insertions(+)

diff --git a/licenses/Turkowski b/licenses/Turkowski
new file mode 100644
index 000..37700179df3
--- /dev/null
+++ b/licenses/Turkowski
@@ -0,0 +1,17 @@
+Source: http://www.realitypixels.com/turk/opensource/
+
+Open Source Repository
+
+courtesy of
+Ken Turkowski
+
+The source code available from this page may be freely downloaded and used in
+any applications for any purpose, as long as the code is used in its entirety
+and the copyright notice and warranty information is retained.
+
+If you make any improvements to this software, you should provide me with said
+improvements.
+
+If any of this code is incorporated into a commercial product, you should
+notify me of this by email, and provide me with a complimentary copy of said
+product. :-)



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

2021-06-30 Thread William Hubbs
commit: 4a3c2bdd624e1bc344718a6c7cfe149a41281ad2
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun 30 22:07:29 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun 30 22:07:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3c2bdd

media-libs/pcaudiolib: new package, portable c audio library

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

 media-libs/pcaudiolib/Manifest  |  1 +
 media-libs/pcaudiolib/metadata.xml  | 17 +++
 media-libs/pcaudiolib/pcaudiolib-1.1.ebuild | 44 +
 3 files changed, 62 insertions(+)

diff --git a/media-libs/pcaudiolib/Manifest b/media-libs/pcaudiolib/Manifest
new file mode 100644
index 000..eeceaf3b638
--- /dev/null
+++ b/media-libs/pcaudiolib/Manifest
@@ -0,0 +1 @@
+DIST pcaudiolib-1.1.tar.gz 34049 BLAKE2B 
7c6ce1532c47db30db2b80be690453257148be9a7115cd24dabda3dfcaca667d5c3a8278276f278556406144461cda48905ce581f0fde2f8429b3f829a948a36
 SHA512 
d503c11b355601e1e05f0f438a0cd9ce277d19fd53d3f7edf26f6e17f1f8184e8b2112a282e8ed74db8646bb5534d2a9a3c707b1742ce02ef13fd89669785007

diff --git a/media-libs/pcaudiolib/metadata.xml 
b/media-libs/pcaudiolib/metadata.xml
new file mode 100644
index 000..e6100e14598
--- /dev/null
+++ b/media-libs/pcaudiolib/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   Reece H. Dunn
+   mscl...@gmail.com
+   
+   espeak-ng/pcaudiolib
+   
https://github.com/espeak-ng/pcaudiolib/issues
+   
https://github.com/espeak-ng/pcaudiolib/raw/master/CHANGELOG.md
+   
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+

diff --git a/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild 
b/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild
new file mode 100644
index 000..eb7b4b4ff88
--- /dev/null
+++ b/media-libs/pcaudiolib/pcaudiolib-1.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Portable C Audio Library"
+HOMEPAGE="https://github.com/espeak-ng/pcaudiolib;
+SRC_URI="https://github.com/espeak-ng/pcaudiolib/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+alsa oss pulseaudio"
+
+REQUIRED_USE="|| ( alsa oss pulseaudio )"
+
+RDEPEND="
+   alsa? ( >=media-libs/alsa-lib-1.0.18 )
+   pulseaudio? ( media-sound/pulseaudio )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local econf_args
+   econf_args=(
+   $(use_with oss)
+   $(use_with alsa)
+   $(use_with pulseaudio)
+   )
+   econf "${econf_args[@]}"
+}
+
+src_install() {
+   default
+   rm "${ED}"/usr/lib*/libpcaudio.{a,la} || die
+}



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

2021-06-30 Thread William Hubbs
commit: 26f1515395e781c9a00654456599db862581ec1a
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun 30 22:07:31 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun 30 22:07:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f15153

app-accessibility/espeak-ng: new package, replaces app-accessibility/espeak

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

 app-accessibility/espeak-ng/Manifest  |  1 +
 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 80 +++
 app-accessibility/espeak-ng/metadata.xml  | 24 +++
 3 files changed, 105 insertions(+)

diff --git a/app-accessibility/espeak-ng/Manifest 
b/app-accessibility/espeak-ng/Manifest
new file mode 100644
index 000..a89c9b5ddaa
--- /dev/null
+++ b/app-accessibility/espeak-ng/Manifest
@@ -0,0 +1 @@
+DIST espeak-ng-1.50.tar.gz 13665536 BLAKE2B 
c64c2a474374d4b6fe13bf3a99f5dfb661923c13ebd6c0bc323e7f26d9d90945c7075cc5c8f4b51e5db3303632c8c9daca7a65a1883e09d7c3faf63dd725ea3f
 SHA512 
297dd80a6cdae3e2b8acf6823475220ce89d6a5fb68ea303156ad52cb3e7388049b6921759d4ed4e3d2e2ebd19bf931259e454f74a2ac0b7ecf4ce56c1d60c0c

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
new file mode 100644
index 000..4382cc4984e
--- /dev/null
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Software speech synthesizer for English, and some other languages"
+HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
+SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ Turkowski unicode"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
+
+COMMON_DEPEND="
+   !app-accessibility/espeak
+   mbrola? ( app-accessibility/mbrola )
+   sound? ( media-libs/pcaudiolib )
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   sound? ( media-sound/sox )
+"
+BDEPEND="
+   virtual/pkgconfig
+   man? ( app-text/ronn )
+"
+
+DOCS=( CHANGELOG.md README.md docs )
+
+src_prepare() {
+   default
+
+   # disable failing tests
+   rm tests/{language-pronunciation,translate}.test || die
+   sed -i \
+   -e "/language-pronunciation.check/d" \
+   -e "/translate.check/d" \
+   Makefile.am || die
+
+   # https://github.com/espeak-ng/espeak-ng/issues/699
+   # fixed in master
+   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
+
+   eautoreconf
+}
+
+src_configure() {
+   local econf_args
+   econf_args=(
+   $(use_with async)
+   $(use_with klatt)
+   $(use_with l10n_ru extdict-ru)
+   $(use_with l10n_zh extdict-zh)
+   $(use_with l10n_zh extdict-zhy)
+   $(use_with mbrola)
+   $(use_with sound pcaudiolib)
+   --without-libfuzzer
+   --without-sonic
+   --disable-rpath
+   --disable-static
+   )
+   econf "${econf_args[@]}"
+}
+
+src_compile() {
+   # see docs/building.md
+   emake -j1
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
+   rm "${ED}"/usr/lib*/*.la || die
+}

diff --git a/app-accessibility/espeak-ng/metadata.xml 
b/app-accessibility/espeak-ng/metadata.xml
new file mode 100644
index 000..8683d692251
--- /dev/null
+++ b/app-accessibility/espeak-ng/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   Reece H. Dunn
+   mscl...@gmail.com
+   
+   espeak-ng/espeak-ng
+   
https://github.com/espeak-ng/espeak-ng/releases.atom
+   
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+   
+   Enables asynchronous commands
+   Enables Klatt formant synthesis and 
implementation
+   Builds extended Russian Dictionary 
file
+   Builds extended Chinese (Mandarin and 
Cantonese) Dictionary files
+   Builds and installs manpage with 
app-text/ronn
+   Adds support for mbrola voices
+   
+



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

2021-06-30 Thread Alessandro Barbieri
commit: 231aed1c354f277414583357f5a626bfdc6282bc
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun 30 21:58:06 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Jun 30 21:58:06 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=231aed1c

dev-python/cattrs: keyword 1.7.0 for ~amd64

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

 dev-python/cattrs/cattrs-1.7.0.ebuild | 26 ++
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/dev-python/cattrs/cattrs-1.7.0.ebuild 
b/dev-python/cattrs/cattrs-1.7.0.ebuild
index faf55aabb..3811ca471 100644
--- a/dev-python/cattrs/cattrs-1.7.0.ebuild
+++ b/dev-python/cattrs/cattrs-1.7.0.ebuild
@@ -3,28 +3,38 @@
 
 EAPI=7
 
+DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
 PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 SRC_URI="https://github.com/Tinche/cattrs/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS=""
+KEYWORDS="~amd64"
 DESCRIPTION="Complex custom class converters for attrs"
 HOMEPAGE="https://github.com/Tinche/cattrs;
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND=">=dev-python/attrs-20[${PYTHON_USEDEP}]"
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '>=dev-python/attrs-20[${PYTHON_USEDEP}]')
+"
 DEPEND="
${RDEPEND}
test? (
-   dev-python/bson[${PYTHON_USEDEP}]
-   dev-python/immutables[${PYTHON_USEDEP}]
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/orjson[${PYTHON_USEDEP}]
-   dev-python/pytest-benchmark[${PYTHON_USEDEP}]
-   dev-python/ujson[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/bson[${PYTHON_USEDEP}]
+   dev-python/immutables[${PYTHON_USEDEP}]
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   dev-python/msgpack[${PYTHON_USEDEP}]
+   dev-python/pendulum[${PYTHON_USEDEP}]
+   dev-python/pytest-benchmark[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/tomlkit[${PYTHON_USEDEP}]
+   dev-python/ujson[${PYTHON_USEDEP}]
+   ')
+   dev-python/orjson[${PYTHON_SINGLE_USEDEP}]
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/fpc/

2021-06-30 Thread Ionen Wolkens
commit: 0f82b9b107ec751c104024e0c0080c1a52868ba8
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Jun 30 21:30:03 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed Jun 30 21:55:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f82b9b1

dev-lang/fpc: re-add old-style gold check with updated message

The previous check would ask to use binutils-config which is no
longer possible, and tc-ld-disable-gold is not sufficient.

Re-adding is only a temporary solution, this needs a proper look
into making it respect $LD (emake LD=.. is not enough).

Also revert Makefile sed style to how it was formerly suggested
by Sergey Torokhov in previous bump, devmanual's old suggestion
isn't useful here (this bit Acked-by David Seifert).

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

 dev-lang/fpc/fpc-3.2.2.ebuild | 20 
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/dev-lang/fpc/fpc-3.2.2.ebuild b/dev-lang/fpc/fpc-3.2.2.ebuild
index 843ec9edcd9..dc061524604 100644
--- a/dev-lang/fpc/fpc-3.2.2.ebuild
+++ b/dev-lang/fpc/fpc-3.2.2.ebuild
@@ -26,6 +26,17 @@ QA_FLAGS_IGNORED="
usr/bin/.*
usr/lib.*/.*"
 
+pkg_pretend() {
+   if [[ ${MERGE_TYPE} != binary ]]; then
+   # Bug 475210
+   if $(tc-getLD) --version | grep -q "GNU gold"; then
+   eerror "fpc has several issues with the gold linker and 
does not easily"
+   eerror "permit selection. Please do not use 
USE=default-gold on binutils."
+   die "GNU gold detected from $(tc-getLD)"
+   fi
+   fi
+}
+
 src_unpack() {
case ${ARCH} in
amd64)
@@ -49,10 +60,7 @@ src_unpack() {
 src_prepare() {
default
 
-   local f
-   while IFS="" read -d $'\0' -r f ; do
-   sed -i -e 's/ -Xs / /' "${f}" || die
-   done < <(find "${WORKDIR}" -name Makefile -type f -print0)
+   find "${WORKDIR}" -name Makefile -exec sed -i 's/ -Xs / /' {} + || die
 
# let the pkg manager compress man files
sed -i '/find man.* gzip /d' 
"${WORKDIR}"/fpcbuild-${PV}/install/man/Makefile || die
@@ -61,10 +69,6 @@ src_prepare() {
hprefixify "${WORKDIR}"/fpcbuild-${PV}/fpcsrc/compiler/options.pas
 }
 
-src_configure() {
-   tc-ld-disable-gold # bug 475210
-}
-
 set_pp() {
case ${ARCH} in
amd64)



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

2021-06-30 Thread Ben Kohler
commit: 04945a3cb91871e35ad78c50083cd553f948e8d1
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 30 21:53:19 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun 30 21:53:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04945a3c

net-misc/remmina: finish removal of appindicator flag

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

 net-misc/remmina/remmina-1.4.19.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/remmina/remmina-1.4.19.ebuild 
b/net-misc/remmina/remmina-1.4.19.ebuild
index 4ae5b607d5c..33fd67a9140 100644
--- a/net-misc/remmina/remmina-1.4.19.ebuild
+++ b/net-misc/remmina/remmina-1.4.19.ebuild
@@ -66,7 +66,6 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DWITH_APPINDICATOR=$(usex appindicator)
-DWITH_GCRYPT=$(usex crypt)
-DWITH_EXAMPLES=$(usex examples)
-DWITH_LIBSECRET=$(usex gnome-keyring)



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

2021-06-30 Thread Sam James
commit: 63cde63a87faaed9ab9f67e02ccbbdf90ec49355
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 21:29:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 21:29:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63cde63a

virtual/libcrypt: update maintainers

None of the providers are maintained by base-system@ and toolchain@ is
handling the libxcrypt migration.

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

 virtual/libcrypt/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/libcrypt/metadata.xml b/virtual/libcrypt/metadata.xml
index e4f755c4775..901305a7b92 100644
--- a/virtual/libcrypt/metadata.xml
+++ b/virtual/libcrypt/metadata.xml
@@ -2,8 +2,8 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   base-sys...@gentoo.org
-   Gentoo base-system Project
+   toolch...@gentoo.org
+   Gentoo Toolchain Project


 



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

2021-06-30 Thread Alessandro Barbieri
commit: 48dc77094748cea9a1d0f3efb1bf5bebf735e22e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun 30 17:33:09 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Jun 30 21:27:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48dc7709

dev-python/pip-api: add 0.0.20, drop 0.0.14

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

 dev-python/pip-api/Manifest|  2 +-
 .../pip-api/{pip-api-0.0.14.ebuild => pip-api-0.0.20.ebuild}   | 10 ++
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/dev-python/pip-api/Manifest b/dev-python/pip-api/Manifest
index e42fe1f30..032d2721b 100644
--- a/dev-python/pip-api/Manifest
+++ b/dev-python/pip-api/Manifest
@@ -1 +1 @@
-DIST pip-api-0.0.14.tar.gz 112646 BLAKE2B 
8bfe738b6c1aee91d407b568c7cc335271f1b739e6db49374248342a4325853dea6650c32384bf89afd95b20f09d361b5edb3b0ecae100fdc3a6855ba010ec24
 SHA512 
d3802b8728b814dae9551cc12612eb10a8de061cd64ac40647513d083c45f4bee218b1d2ba772c4c4df05275c4dc8e935e8e69c2e2cf8c6420e6c1158c768c78
+DIST pip-api-0.0.20.tar.gz 111267 BLAKE2B 
9cbb1087f93008ca94d35c5e83d9e159a460a8eae26261c3efc2eeded9b68d627045b1506c5b4c868a8782ad7e0b535a120ad9e2c56df8d6d3b81f51f273deb8
 SHA512 
c447d986ef4003221d3ed5b020bfe0f8330d969c9bda0af2eab2665712dbed5b3e2e5d05ca2d47ed6d217d180d4231afea46627886968803620cffa5e0979ca4

diff --git a/dev-python/pip-api/pip-api-0.0.14.ebuild 
b/dev-python/pip-api/pip-api-0.0.20.ebuild
similarity index 57%
rename from dev-python/pip-api/pip-api-0.0.14.ebuild
rename to dev-python/pip-api/pip-api-0.0.20.ebuild
index 347170ee5..e0b8e1f8a 100644
--- a/dev-python/pip-api/pip-api-0.0.14.ebuild
+++ b/dev-python/pip-api/pip-api-0.0.20.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="An unofficial, importable pip API"
 HOMEPAGE="https://github.com/di/pip-api;
-SRC_URI="https://github.com/di/pip-api/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -27,11 +27,5 @@ DEPEND="
 distutils_enable_tests pytest
 
 python_test() {
-   #https://github.com/di/pip-api/issues/81
-   epytest -vv \
-   --deselect 
tests/test_installed_distributions.py::test_installed_distributions \
-   --deselect tests/test_tests.py::test_isolation[True] \
-   --deselect tests/test_tests.py::test_isolation[False] \
-   --deselect tests/test_tests.py::test_all_the_right_pips \
-   || die
+   epytest -vv --deselect 
tests/test_installed_distributions.py::test_installed_distributions_legacy_version
 || die
 }



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

2021-06-30 Thread Alessandro Barbieri
commit: 9dd3c0131ce5b80e5e3ccd1cb336d69aab305cd4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun 30 21:26:35 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Jun 30 21:27:39 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dd3c013

dev-python/orjson: initial import

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

 dev-python/orjson/Manifest|  33 +++
 dev-python/orjson/metadata.xml|  13 +
 dev-python/orjson/orjson-3.5.3.ebuild | 106 ++
 3 files changed, 152 insertions(+)

diff --git a/dev-python/orjson/Manifest b/dev-python/orjson/Manifest
new file mode 100644
index 0..b6b1cf94a
--- /dev/null
+++ b/dev-python/orjson/Manifest
@@ -0,0 +1,33 @@
+DIST ahash-0.7.4.crate 37072 BLAKE2B 
3b82cc45993fd48d9eed018e14af005e2513938f34b195d4f33bc0d4031bc8027b082aa155b14e20e0e1e34b0f829849e8c614458805ce830652f34477b1d6a4
 SHA512 
f84e16f3b2764be95b4d82c9ef4bcd4c80983e977b33e1d4cc3c119398de6084428a0e7bccc1b182bccc21aa97855fa30b6a4041b961b58bff79b75dcc788005
+DIST arrayvec-0.5.2.crate 27838 BLAKE2B 
51e2eacae0ef148f3f52d21ae00794e540e7ce4c013fb496dd1347ad91ffbbca199381fffbb064225f829216f6c5e915edfa64833f91fabdd13c3f011d86491f
 SHA512 
1896b5f64b4dbdcff8ad234bda4ea8129bcacf87839347304717e94ee9f369cf5f4371755e453ff7d72817edb8f7fdbc726d77cc4f28ed05148dc89c7714b004
+DIST associative-cache-1.0.1.crate 14048 BLAKE2B 
77f36f2d23b6d07e556f20e743c9a0e47c0b54899397c64dd6d4fc9b4c31469481d4a99ceb28b250924e0aa5f52de9fb65ce93ed96f23191f2984c32156bace0
 SHA512 
2ad673ab907c71cbd45abf3cf59630fd56aeb95888c94932b9fe5d83d71d0c14f908915670cbc0566b691035f82ac2069ed17589edbc97db1e4388225ac2a040
+DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
+DIST bytecount-0.6.2.crate 12347 BLAKE2B 
1ed4fa4a515567d8eabc2af03f0e1a3c89a24aa6cd77696a57bb94c25650f02b2f0e1e476fe9cb024a17d910442b940ea21bac3a99588146b8d89ab4adab0eca
 SHA512 
990460eedfd41b6b52278c9dfcac81872e755d40cb839d162bddf44a30eec3a9fd76369847f10edf6c2b2d95cbec562e9a2a6c6dce37f2ee59ca9edfe972a279
+DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee941ab60569ddd0e57502b5dd06ed71090f4e14ce005d06e240500a286f74652615e9d068fba649610d8cf8
 SHA512 
9d22616bfb4a75770a828a0a3cddac6787297a5fdc53eb17e25811cc94de717f2de8bd66d53c5d65ba1c83d8892aefee5ae758cf56a1ef0a0c3120f70b244339
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST encoding_rs-0.8.28.crate 1368577 BLAKE2B 
bc10eff55063286b48590c3100841c7319268cf17e10176aec7adb39f3d2106e80e25d8ca68e5b4e568083be75d596eaff53807385c4e8d1b59d4aed7ed08ca0
 SHA512 
8b3f7450789e33f1ad9306d152f1bd230e66c7e799de52046acd5b11f903e8c86cbe2f0aa2cfb0f0e60bd64b194250defe05ef2a171b707e129a2324de47a9b0
+DIST getrandom-0.2.3.crate 26261 BLAKE2B 
3e52a87b9355f850e07e5080c20e1ab3acfa927bae28c63bb8bfd6a773ad77be96d3ba770c344631cc0f2d9a95aac920790173168b102e25f50480ee96663569
 SHA512 
e6da64ed529cb0fc000b613f75187ed6b20f716e721d8a02ac2ae39c507fb9f6189ebb66b522d28584eff1e7e9efc274cad6bfe43f464f58053701e1d51c603d
+DIST inlinable_string-0.1.14.crate 19371 BLAKE2B 
e7c7c775518f4212a17a0b8fd478ccaae96e13950045d21e310996bd1db700d29f50cbd23b9b06e4ad898ddfd223b0dc1c3bdf7a8bde16b9692621e2fcbbf2bf
 SHA512 
9caae4dafc4b26a0ef5cc2379b34953fd2b2d9cc02b98025e9ebf956091bc0525dee14368d45cdb47cf5a3dde9264d5fbbb8c3cc5f19e15799d7f239acd5da89
+DIST instant-0.1.9.crate 5213 BLAKE2B 
fe208faa09852079c603930e88b7d0392a89a55d3b934ad45ffb0c9e44df5ef7e8189ba2fa12452f1c8a6416d6f7c0655365ba959bedf2b78228613944be8278
 SHA512 
3915f67c3629ec93296d56c4cda0cf97b29b1a70930a9d546abb9518139d4c2f35062563a5094e84841ddb1f00b0f3df9dc00801d96c01994765221edf03ef7c
+DIST itoa-0.4.7.crate 12099 BLAKE2B 
0e4ffbaad504565056f74c3ef560a87eff321a0da6d7a2c8fa35813c207713c22d77080c3b830fefbb21370dd29cfbc6a2807044485b38ac1e0c9c1de3ccebc5
 SHA512 
c61eb50aa00591af28698b45c528c36bd92088f7cd2f453cf686a1824f4656292638bebc468cf67f903473a5045f22777af623cc0515ef3bf25146b89a7c454f
+DIST lexical-core-0.7.6.crate 494385 BLAKE2B 
417644e5e33a70aa4165cba77bad45c540aaf7bb2037a5461c691b646a5470c7ad68a60029ac50f1cf25de3b6928b3f491e9b7ef5cf5a7d3281d83fd33a173f2
 SHA512 
fcd7e4e073e6440183284f20a6305bbe4aafb5513a20b8ed793439e4b5a5519532a0605f31e42539f3e6236003254812b459a9b9c47b3c449f5c582dd62c3172
+DIST libc-0.2.95.crate 515341 BLAKE2B 
5bbb10917433ac9b305e4eadd4626a31149ec46aaef91f7d360bea8b5956499c55066339ea63102e71976a3aa969744c871c0683eb137e3c8ad2f8d62570cea0

[gentoo-commits] repo/gentoo:master commit in: dev-util/nvidia-cuda-toolkit/

2021-06-30 Thread David Seifert
commit: 8a6e7ab269f8163d3a1f1feed0244dd7dde497c1
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jun 30 11:09:50 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jun 30 21:21:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6e7ab2

dev-util/nvidia-cuda-toolkit: add 11.4.0

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

 dev-util/nvidia-cuda-toolkit/Manifest  |   1 +
 .../nvidia-cuda-toolkit-11.4.0.ebuild  | 253 +
 2 files changed, 254 insertions(+)

diff --git a/dev-util/nvidia-cuda-toolkit/Manifest 
b/dev-util/nvidia-cuda-toolkit/Manifest
index 7899f2d63dd..ab2b573b1ff 100644
--- a/dev-util/nvidia-cuda-toolkit/Manifest
+++ b/dev-util/nvidia-cuda-toolkit/Manifest
@@ -4,4 +4,5 @@ DIST cuda_11.2.0_460.27.04_linux.run 3046790184 BLAKE2B 
5330bc2e12ff131eb993610c
 DIST cuda_11.2.2_460.32.03_linux.run 3057439068 BLAKE2B 
c3f3cd9eaaa4f91eb8080e7cafe1280f9bbc9cfc71ce1a6115af1dd348b83d30eed945609bf87e00d4873bede1fa9136fc4a7f393fd31db4e6406dc76086bc22
 SHA512 
e28d7d2eabd96df9e18f8e55f61adda39b07c2223605f77a6c2d92a02f7b57e9ce8b83d4b4de1124faa5670509d204d3db70c03b18af5cc5964b6ed6653d6a22
 DIST cuda_11.3.0_465.19.01_linux.run 3029622552 BLAKE2B 
ca64af09dc68b085a589b5756e3bfce72550e262b778aad06eb1f5b77d9cb30447fb8b57f5f6c3d210b49cd300e0db153c5eec1d51384b6889855a076ee62d07
 SHA512 
3120455e9513f62f82108539c5a4ccb4e9aa64beb66f816644e559bb8b573ff582c865c6a346ca39c6afb775c0c5fd567f5d31f0a0c5b927d6be849cd2905749
 DIST cuda_11.3.1_465.19.01_linux.run 3158494112 BLAKE2B 
0316c6a9bf062f2503c94604b51dea9a8d19c516e304e43ccdbc79f305a242664b7f029f7b7086edd7adc37d92a3bae074f005b3be412e1361917794cb824686
 SHA512 
e2db8b4dcb5f6aee2c3e8a8a6848186cdcdd7cd9d5f4bfd069bd3dc2ea500797c66a4592f0e28dcbee6c3611d1f88b6fda6afcd734aa9ef45f4aa17a1527aedb
+DIST cuda_11.4.0_470.42.01_linux.run 3773273383 BLAKE2B 
2e466728b6ca9d17dc3caadce13b58c8ba1464c2adeb09739f428aea96f5794c87bf84ca2b81c1019d45223ff5e519503d798032a800a370c7e41517d790f5c4
 SHA512 
17165102e7f64da77588fd47f5ce3f3151a2b482bdc005427ad77ada5d0ff5a51dcd40a27a467cd5988968469476ba90b0191aed993806d284833a08ccb1
 DIST cuda_9.2.88_396.26_linux.run 1758421686 BLAKE2B 
5068b2dfae87e43c124a6a72ac98b7c562aebc7161e7c977cfba68342127e99705228be531aa5bb8af0318e17c4ef8fe36257452d0f507fc3b82e3fbd0184bdc
 SHA512 
2d0d87926e11a1b21d6d3377138753df458a53ba9539d8399f9f252e0784cb41e2c63a5c724ca81ded82b9657b97fda51d812b467b0827e7d361aa2ad73b2dba

diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.4.0.ebuild 
b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.4.0.ebuild
new file mode 100644
index 000..831e9586086
--- /dev/null
+++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-11.4.0.ebuild
@@ -0,0 +1,253 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit check-reqs cuda toolchain-funcs unpacker
+
+DRIVER_PV="470.42.01"
+
+DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
+HOMEPAGE="https://developer.nvidia.com/cuda-zone;
+SRC_URI="https://developer.download.nvidia.com/compute/cuda/${PV}/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run;
+S="${WORKDIR}"
+
+LICENSE="NVIDIA-CUDA"
+SLOT="0/${PV}"
+KEYWORDS="-* ~amd64 ~amd64-linux"
+IUSE="debugger nsight profiler vis-profiler sanitizer"
+RESTRICT="bindist mirror"
+
+BDEPEND=""
+RDEPEND="
+   =x11-drivers/nvidia-drivers-${DRIVER_PV}
+   debugger? (
+   dev-libs/openssl
+   sys-libs/libtermcap-compat
+   sys-libs/ncurses-compat:5[tinfo]
+   )
+   vis-profiler? (
+   dev-libs/openssl
+   >=virtual/jre-1.8:*
+   )"
+
+QA_PREBUILT="opt/cuda/*"
+CHECKREQS_DISK_BUILD="6800M"
+
+pkg_setup() {
+   # We don't like to run cuda_pkg_setup as it depends on us
+   check-reqs_pkg_setup
+}
+
+src_prepare() {
+   # ATTENTION: change requires revbump
+   local cuda_supported_gcc="8.5 9.3 9.4 10.2 10.3"
+
+   sed \
+   -e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \
+   "${FILESDIR}"/cuda-config.in > "${T}"/cuda-config || die
+
+   default
+}
+
+src_install() {
+   local cudadir=/opt/cuda
+   local ecudadir="${EPREFIX}${cudadir}"
+   local pathextradirs ldpathextradirs
+   dodir ${cudadir}
+   into ${cudadir}
+
+   # Install standard sub packages
+   local builddirs=(
+   
builds/cuda_{cudart,cuobjdump,memcheck,nvcc,nvdisasm,nvml_dev,nvprune,nvrtc,nvtx,thrust}
+   builds/lib{cublas,cufft,curand,cusolver,cusparse,npp,nvjpeg}
+   $(usex profiler "builds/cuda_nvprof builds/cuda_cupti" "")
+   $(usex vis-profiler "builds/cuda_nvvp" "")
+   $(usex debugger "builds/cuda_gdb" "")
+   )
+
+   local d f
+   for d in "${builddirs[@]}"; do
+   ebegin "Installing ${d}"
+   [[ -d ${d} ]] || die "Directory does not exist: 

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

2021-06-30 Thread Michał Górny
commit: 696ca07ab71d2fc9368420c26f5c9d8484460d6d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:50:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696ca07a

sys-kernel/gentoo-kernel: Bump to 5.4.129

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.4.129.ebuild | 97 ++
 2 files changed, 99 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 4076abecf84..cc8db18b942 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -32,6 +32,8 @@ DIST genpatches-5.4-130.base.tar.xz 3592548 BLAKE2B 
b88b67f8e4f214a1bb7c35128b57
 DIST genpatches-5.4-130.extras.tar.xz 1772 BLAKE2B 
c1754871b41af183a22e9c30cdae5332ac9fbc104c6daa978796d15446c83acced9c9a2f55ed44d27787f33bef69f0ef885ce7642183b54d32924905c881fa1f
 SHA512 
0bf0917a43e3ce3945317cf698e74af72bc83270c81e5ddb7d6ac3705310ef6935a54b0732d1f302b49d6c7c1275550a341a52d490ce7f4ff5f6c9702e9138c0
 DIST genpatches-5.4-131.base.tar.xz 3611404 BLAKE2B 
9793458c63d97afc9731c210a64297b11eee5ac5ec52bcfca728fd3fdbe7fbad662ebafbf446e83538e843b585eaf333e5b8e02d83d504ab8700c325339eb742
 SHA512 
2a8db971cc4c603d85ae6064c112d2ff83c02720c58d07881acaf2b4208b6eb05128d1e3ab89b446c4abe345bdf7df21ce2e5a8c61fa3b1c44dad8085bc4bd57
 DIST genpatches-5.4-131.extras.tar.xz 1772 BLAKE2B 
c4933c4c6470123bbe2011673a18ae7910de41dbd8b0c6b5ce431a06d2cbdecf62a5e0ca9d28738e82e30c55dae29acc30b7e68801075e5d7d17f425909e6fbe
 SHA512 
495876695c819ff98dc98fb34e8ee4b0eb6e82a69a7f519055d0cd2c6e3da584a97252861f269a8f2160c3e98f3a2907620f4b9e5bd145feae51fb3b17a3d2c8
+DIST genpatches-5.4-133.base.tar.xz 3628504 BLAKE2B 
d3d99348c475bbeda9a1d0a7e3637ddc9c0896ae0de51fb6e9bd111ac94e3fefc717f84aea32a14410aa7257cc95b381c54b1501ae720c4eda569d0024206463
 SHA512 
d12584ab78c9cd7d3af459701eeed80519bea7e03dca6630205cc279bdd65c71a14d8738f2c29816a5b08381301210116fb769b583e3f6b83ed5e54755a3
+DIST genpatches-5.4-133.extras.tar.xz 1768 BLAKE2B 
abad0014d2d982087ac982d0f017587fba8ea2b5180e67a92ed4b5a62c4129a5d275f6556cbf782b459900e03696355e4017c4c833cefc571c7cf4bbf2b5c907
 SHA512 
121ad821cd6628166a1ca005f2b408737ba8c9c1b8315c13926bda862b49d2ed330fea169a348b0209d903fca7a8d4ebdb50cf7dd527efde49ca9d69de4106df
 DIST gentoo-kernel-config-5.10.32.tar.gz 1269 BLAKE2B 
4a21a57d567d9a527ef829f375275c65347b2e6461b00e50099458c496af0a7b3b863a6e1d8421ad18c52c64c1c4cd7e5fd416673b67738cde6253af8a9f18db
 SHA512 
a83ef22a7f9f83f01bd65a5470f0678111b0a7dcf1dc564e04264f68cc54833dbed4cccffe2864caf3ac14169611259f0bb786c1aefe194372d6d3f67fa64c00
 DIST gentoo-kernel-config-5.10.42.tar.gz 3992 BLAKE2B 
b04f585ccc823c25baafea011a5df9e4ed79f5537fb0c47726bb54d3f6197627b078a6f8510707a68edd9308f7ede84ca3f9bff78e64e06c9ea3d53db496c10f
 SHA512 
5d42e1ac694441acb8ea13fa3e80615bd18f0932a37f50c3d34c8c2f95ef4dfa6541407ddcad802b4fb13468e0e85d8cd09ac37d3612260f9a81d081cb4b6713
 DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e359934d5054238bd096addd7965754e6708bada63398c4b315318f73130ed81c1391524388396775632248870721f1ce23f203
 SHA512 
225600db53532ee131dd83d10cecc97a83f4615975ff32f3f6190a15eace64707cb59490bb42940e4429f9054221b9d9a589ada443922062bb5ee18ecc42c26c

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.129.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.129.ebuild
new file mode 100644
index 000..1bf22439675
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.129.ebuild
@@ -0,0 +1,97 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 4 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   

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

2021-06-30 Thread Michał Górny
commit: 792d87c193f266a55e03bbdcf3c17aad7c2ce8a8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 21:17:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792d87c1

sys-kernel/gentoo-kernel-bin: Bump to 5.4.129

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 56578921417..35a7581502e 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -32,6 +32,8 @@ DIST genpatches-5.4-130.base.tar.xz 3592548 BLAKE2B 
b88b67f8e4f214a1bb7c35128b57
 DIST genpatches-5.4-130.extras.tar.xz 1772 BLAKE2B 
c1754871b41af183a22e9c30cdae5332ac9fbc104c6daa978796d15446c83acced9c9a2f55ed44d27787f33bef69f0ef885ce7642183b54d32924905c881fa1f
 SHA512 
0bf0917a43e3ce3945317cf698e74af72bc83270c81e5ddb7d6ac3705310ef6935a54b0732d1f302b49d6c7c1275550a341a52d490ce7f4ff5f6c9702e9138c0
 DIST genpatches-5.4-131.base.tar.xz 3611404 BLAKE2B 
9793458c63d97afc9731c210a64297b11eee5ac5ec52bcfca728fd3fdbe7fbad662ebafbf446e83538e843b585eaf333e5b8e02d83d504ab8700c325339eb742
 SHA512 
2a8db971cc4c603d85ae6064c112d2ff83c02720c58d07881acaf2b4208b6eb05128d1e3ab89b446c4abe345bdf7df21ce2e5a8c61fa3b1c44dad8085bc4bd57
 DIST genpatches-5.4-131.extras.tar.xz 1772 BLAKE2B 
c4933c4c6470123bbe2011673a18ae7910de41dbd8b0c6b5ce431a06d2cbdecf62a5e0ca9d28738e82e30c55dae29acc30b7e68801075e5d7d17f425909e6fbe
 SHA512 
495876695c819ff98dc98fb34e8ee4b0eb6e82a69a7f519055d0cd2c6e3da584a97252861f269a8f2160c3e98f3a2907620f4b9e5bd145feae51fb3b17a3d2c8
+DIST genpatches-5.4-133.base.tar.xz 3628504 BLAKE2B 
d3d99348c475bbeda9a1d0a7e3637ddc9c0896ae0de51fb6e9bd111ac94e3fefc717f84aea32a14410aa7257cc95b381c54b1501ae720c4eda569d0024206463
 SHA512 
d12584ab78c9cd7d3af459701eeed80519bea7e03dca6630205cc279bdd65c71a14d8738f2c29816a5b08381301210116fb769b583e3f6b83ed5e54755a3
+DIST genpatches-5.4-133.extras.tar.xz 1768 BLAKE2B 
abad0014d2d982087ac982d0f017587fba8ea2b5180e67a92ed4b5a62c4129a5d275f6556cbf782b459900e03696355e4017c4c833cefc571c7cf4bbf2b5c907
 SHA512 
121ad821cd6628166a1ca005f2b408737ba8c9c1b8315c13926bda862b49d2ed330fea169a348b0209d903fca7a8d4ebdb50cf7dd527efde49ca9d69de4106df
 DIST gentoo-kernel-5.10.38-1.amd64.xpak 65538346 BLAKE2B 
76d5e8b10d970fc54d1dcb5d21702a1726e91cc9e8076b4d2372aec073798a23335271859f1a950b87243367cd8d7f346e3a782f01a83f04cb8c26686cb222a0
 SHA512 
0f6077e98326eb33a602c7bb76641f4ba43f6c9510b8ae729e0ef134f915727eb556b7d6123ec79ec648b36b242a545f6e98515d1586d7612491c4e14bc9cf87
 DIST gentoo-kernel-5.10.38-1.arm64.xpak 59263514 BLAKE2B 
38a1a90a97261a72cf285351c5a3cefc352d306933616bb874408c788b4fa7b3d9746a25d75e77729931fb1dc28e9279b20f22936f95c354100e7d08c90c1156
 SHA512 
041defc35d7d94bb3890cb8b9a402465927d6a9bce07a2443ad720a8dc210cc67028be067be29bd1c64c0a2f6d55a4512cae4442fb4db63446911de799090af5
 DIST gentoo-kernel-5.10.38-1.x86.xpak 57251643 BLAKE2B 
398526f7c368f91ed6d3043483a48988730fb9ee928b9eff3b7495cdd5ec0bada1f8b81895ecde852dc0832b97dadb4dd4ec1f2304e273e664d4d18bd90af57a
 SHA512 
5477ac06ecaf2ffec60befee3d09f358461b423744f03f6c9d90b4528c032602e29a1df862c65525bd076806735764d312e7a277faadf63053b3d7a3fc818c48
@@ -75,6 +77,8 @@ DIST gentoo-kernel-5.4.127-1.arm64.xpak 56394161 BLAKE2B 
e3b9dc7334615ed225ba0cf
 DIST gentoo-kernel-5.4.127-1.x86.xpak 53135461 BLAKE2B 
f363e24cdeae29dad876a1aaa8c0159d627d27d632de2d9509cc4f78cea4cc8ce963956771b542219f9a948e8b1a2d6aa5b80878a21d99cc0c1c3bbdc14f538c
 SHA512 
9f9bb382a88c4f73b94956cb765c9ef5e380ee4e12b67ffb22cbfc8815bdcbf1a62b68ba770fe03d7ec3d753bbb8b3c11845ebcfcb2ef263cab9442c9fe0d340
 DIST gentoo-kernel-5.4.128-1.amd64.xpak 61349719 BLAKE2B 
11cbd06fa2e8489c57ef2383f5fdfd0a270f7994bbabf1c9dab589ce12278ba9d02a3549da1ac0f0c553a991d54fa2db42c67a26d15c1bdbbe496f3711d73b1d
 SHA512 
6b59014f8b33f1ad3f5b1c233f4ec737ed7058ceac83e1c92c42ff1de5c7358067eeed6d491d9a03c33705b8d5df15e47388e444d8237b6fae389ba78947035e
 DIST gentoo-kernel-5.4.128-1.x86.xpak 53129699 BLAKE2B 
0f51b8436776dc077e5f7540948e61cc5a2be00518e7da6372cd7f59de108d2efdf3f477d934efff979d94df21ed76568404298df91df6493d079aca2fad03e6
 SHA512 
e63f619c19f00c1dc1c5e11d0937ce4a0e9acef643336b51a8dc203a93dd1c3641eec8fda00713c6c40570e52a22a8714983de6819a4b9efaa6a37c6231653f4
+DIST gentoo-kernel-5.4.129-1.amd64.xpak 61346649 BLAKE2B 
37d29b604a69fd8bc84c41bc619bef982d10cf31d7220ff79bb853a674eb594418338748968042d19352458ba61015bf631c8f36f3a1a6674bcaf228dfaac240
 SHA512 
30601d1b125d1bf1999e49f817d8a553f387c512a85cd2921e201e7e06b85b90148aef276fdcdfa50f5da477a067bae52af5c400f1cb596f9fec21bb3162db44
+DIST gentoo-kernel-5.4.129-1.x86.xpak 53134201 BLAKE2B 

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

2021-06-30 Thread Michał Górny
commit: 6d6b5560e0b1bb86c1a36de7e54385bbc3394751
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 21:17:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6b5560

sys-kernel/gentoo-kernel-bin: Bump to 5.10.47

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.10.47.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index a11fcc5e1b2..56578921417 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -10,6 +10,8 @@ DIST genpatches-5.10-49.base.tar.xz 1588092 BLAKE2B 
d31ab75b6106e81654a69d1d0cb1
 DIST genpatches-5.10-49.extras.tar.xz 3412 BLAKE2B 
3feb28c887152586b0e5c282e898d447451cdc7b0dcd0749d69890b72fc1d38f9a0a9dfe62d09c8f37ee198ff809edd949137503dafbd63120b566a837c83e32
 SHA512 
dc916a8848358891c749ab2853d49a2e5a3e7cc0c696b4f523902c5526fe3463730209bcd9a229dea86ed628a8da63b16316b565752e4eba6ee68381af92b6c7
 DIST genpatches-5.10-50.base.tar.xz 1622300 BLAKE2B 
edc737c022aa9855ce8afa6120618376dc1fed512f34a8269fb209389abb8292d14ee1c3020a33af181d099b6acbe970f960921790f5b356d742ee61750d34f8
 SHA512 
c543389c2cb737b874d91b4dba700c7709aa3997a3bf7c6831bd0b543f8611f37a5d87c4b3f9b775dee2bc3a3856ff0b34dd35ad8cd8ced60d00a880e7e7bc75
 DIST genpatches-5.10-50.extras.tar.xz 3412 BLAKE2B 
cb86ec70bae4b4260f973dbb23251e0c9f9841b12cd3e1e405215e9d54828ed4f7e32aeed131000f7ee467c3b23068f1dc6ca7e056a8b0308add810a0d6bc7c4
 SHA512 
39dffaddc87116a9ce91fdd07e9dfe7b4ab9c8c74328f3a6e7fffd5b2258837f2e6ccbf27d394fb4be15792c032b12a6289d3903a7e9e221fd411028d78f0073
+DIST genpatches-5.10-51.base.tar.xz 1649104 BLAKE2B 
611e698ca58531702279ae9874c07bb3ff44a15cb8df4bf7e53b74ee1f5e7c846c058bbe16d57578a59e6baa1fd427e27bcea6a68516e16b285623ff2ccedc55
 SHA512 
1b7002696deb32915ccb459ab6e5e500fe8f27657dc0c93e99d129b7b843cf6574a5c1f04b70c5c3d7f405a6f17a5dd63fa1987a1e11ae6f770399cf7fb749c8
+DIST genpatches-5.10-51.extras.tar.xz 3412 BLAKE2B 
dbbe9031fdf275673014bafe3ee7d15e668f61187b6809df769a660830d026172b1eef1eefbbae61a2471004c14deba15913b0d4b57cfdf3750954ca075074b0
 SHA512 
6276fbea90ad4655021bcfb4e22c247e861807fa0c1a0ea6ce2fa439264422beaf74d0c8e08bf5fb0951727e1c4c189db5fe6672ff182d6c993919c0fcbeacbf
 DIST genpatches-5.12-11.base.tar.xz 611232 BLAKE2B 
af0db172fa831bc84b1935d387e3d7b360c5a94d8499b6fa204f21b7a822c844e88a87f4a2724d0b8b508676ee564dbbe304893bfdd3197d67c8f6aeae011cb2
 SHA512 
f422bc1aca29732db09184ca2fcf7478536a87e73b59325f063c73103c8ce425858baa78b185eab61a80dda15e3818b45a669c69f7898382aa3563b315ad45b3
 DIST genpatches-5.12-11.extras.tar.xz 3412 BLAKE2B 
2eba600cd1e769a7252b063968b87cf5f54f285f791f84089fd1f3060e3400a76dd645841bbb213830cedf274e41959ed48cbee081d556c82f059e2a3de4db51
 SHA512 
2bc29ba1aa4b71b2407906f2c86339eb15fb124f964ddd3fa9f4a39dd94ac18fc95d0780cf1fdb99286b1a27aa88ada32665feffd9a3ca7f53bfb66f0212e7e2
 DIST genpatches-5.12-12.base.tar.xz 650292 BLAKE2B 
81b5a3b95390522c328acdb390fd1e8515028e55dee9a3693992ce2aa5c2defcea37b14c385d72e0c6a9b31f239c7d02eea45e4428332f477e897fa94c02d71e
 SHA512 
bea0fee6fade3b1322a52ec2201b828ab28bfb3c0528ea562ac7e3cfaebeb758b971820a2b1ba695dafe219ceb2548c07713b3684491b893e6055ce4f8943916
@@ -44,6 +46,8 @@ DIST gentoo-kernel-5.10.45-1.arm64.xpak 59270155 BLAKE2B 
a1d78e6e9c32475c565974f
 DIST gentoo-kernel-5.10.45-1.x86.xpak 57212061 BLAKE2B 
9fb4a758766b3ef0c9c0ed2229169930b761943cef6aecd5d82dbf60a70a92b4c9c40e20a237738e36ea35c887e46cb2898c9ba1c770e357910427c023e2eee3
 SHA512 
7e6abec71f771283e43ddd5a647843918f3aa979fcda6c336bf1f797ed1f8e144e9b8468166d6ef6c82652bba403d776280f7c21366a14459fbd4c5e2966c8ec
 DIST gentoo-kernel-5.10.46-1.amd64.xpak 65480369 BLAKE2B 
69fef95b1daaad661467171df16ff1e3143bdf46740193351913ca752ed4c4f386cff57a57b9519b676ea02dade4b80152e1179f31c8a56b0fc221e4c9134e73
 SHA512 
64f99b39684fac2363e29e95a43643f77d05088650342f8e53f29d1ff2589429db1cca9ca3eb6ada83f987a889dc878e6e5f59188c236a112c20cfc8dba632b6
 DIST gentoo-kernel-5.10.46-1.x86.xpak 57216120 BLAKE2B 
fe702f3ff06d1394887c1c4ef91ea6e10582b1b33e1b8d821b07feec6f9a54220b0d1e878e4b63961c817f574c727e55ac0b9db459fb3d3ad2c81e7a838e077c
 SHA512 
75d6cad82e5ef99cac80acca448ffaba9f03e2985fa78d4ebfd8c39c694ddf7b803a3720aab731987094428a9afc195860f3013c0e33892bdafcbee6f5455c61
+DIST gentoo-kernel-5.10.47-1.amd64.xpak 65480161 BLAKE2B 
60863347327dbb67ba16881c01244ab01f7246267989018373a85c5fb479521f4c70574274a5b7caf98dd78f9601e80a887cc115e87f8004bba292d438879970
 SHA512 
a73474d584215180daf7c2aa9bd985b29234bcc319b9b8a4691467993cabd8c532efa611bfc3b13b323d5635cda556b57e704c11d8a43b13a3efaba8cb84fe64
+DIST gentoo-kernel-5.10.47-1.x86.xpak 57221591 BLAKE2B 

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

2021-06-30 Thread Michał Górny
commit: 99517660a1319e4ebef5fb5bd1579980b944955e
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 21:17:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99517660

sys-kernel/gentoo-kernel-bin: Bump to 5.12.14

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

 sys-kernel/gentoo-kernel-bin/Manifest  |   4 +
 .../gentoo-kernel-bin-5.12.14.ebuild   | 117 +
 2 files changed, 121 insertions(+)

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index b9faec3ad44..a11fcc5e1b2 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -18,6 +18,8 @@ DIST genpatches-5.12-13.base.tar.xz 661044 BLAKE2B 
f9b14633dd2895fab6d47ccf99d42
 DIST genpatches-5.12-13.extras.tar.xz 3412 BLAKE2B 
abef35f4ac38e4b0ab7863376e72534c27d32f3b974f4368be54c0d9ace766749ca4334f7622b2963e1dd51a05f1262d58f7de03ed8d0a73c3f2b68a2b48ab76
 SHA512 
72bb3380b6382938d9b3957e4f47267616b8dd50d7a4991750b131c844c882b1d67801fd917c89444bde9d875cdfdf9d8e25bda079d5d97f42af7c2655343f61
 DIST genpatches-5.12-16.base.tar.xz 707164 BLAKE2B 
05331662b6c219900a5d70aa3f9030e82cff6ca09de9645e178f5976daf8003335ac2a9163e405282096bba6057ca645f81fddda41eb7b10f1125524b4cadcc5
 SHA512 
dc8efddc386fc5350802edb5f95f62f61a8d3c2033a0efa0fe9450ff0ba84a65cbb4482a0de9fea6f67200fb938f3d73c27124f9bcf706485f32f25cf8e89cd9
 DIST genpatches-5.12-16.extras.tar.xz 3412 BLAKE2B 
d0e429e2c9e1a2733a216e57c32c73f55285edc74f801017261925f246e44148c58cd8745caa6afc9cafa9c090d01206acc3cb96dc0ab260a834a0b3dd0e8918
 SHA512 
24a1f8b2f2993c157fa0efe5649b7494084d925f8665a8c0727ad431da00fcc8bfa7e00ac1d2b308b1297c1c202eac687d753eed38f44e71a9cb94327ef6
+DIST genpatches-5.12-17.base.tar.xz 738268 BLAKE2B 
61336204dbaf80bb44c29927ff59ed6ccd6f29a1a139132364aa2ad7c89b0af4df6df75e800cc14b444edb9897f4474015369b9cea878fef487c8a3e2123a715
 SHA512 
f4b5773b9885817889895725ece76d50da95439769d96fd4058d690937027ee6baffec62941b15df04b7e12df29d1177257daba39c41418e2f2a400565aacaf9
+DIST genpatches-5.12-17.extras.tar.xz 3412 BLAKE2B 
abbc0dbb59a91d6733f5c56918aee4d0bedfaa9f87687979f0b2b01778e2a934396c5b797050d1d05e52c2432f6fd32891176b4cb64709273ba810a1b7166884
 SHA512 
d36015ad8ee2bf8efb5c0b0786a661326d7833ab1d185e9e06791474b03036022bc6d6d1a22c1d4d086922b9db43ecec97a8dd5ff9daafd591a7b3092f839e5f
 DIST genpatches-5.4-123.base.tar.xz 3488228 BLAKE2B 
0fe5c3056c3cb060f4921e3b7a4046e03e4e777d033619f0496eda68c645c6209fb07713a4bc2565000f9c17e6203a8bc5392fc597dd49167bb0348988b53026
 SHA512 
e71b8f9d622d3ea2fa8165a39a27240ac007d899d7324c60240221d7761c1287f14b631b074536460702922b8daf00bc2714358aaf7f69ac257af7d5d5b18bd1
 DIST genpatches-5.4-123.extras.tar.xz 1772 BLAKE2B 
da9bc0d9513d010364506850d1c23d13e1a1ef8c4cb8d60e3430d12f4cc2ea87a74643ba9fa1a061eabdee9985b1931aab1b2587ee26bec9b2cf165b90fe83e5
 SHA512 
ff3b417825ba200b32abf888b6cf6e8d754526e57a30c06fbe4f961c84f67cd921b93b9848fc6b49f120b4cf8ddba9284755da73869db35327af7549d63f3cd1
 DIST genpatches-5.4-128.base.tar.xz 3571424 BLAKE2B 
a58c2b8f20730c3357ce30cbc8b24f0609bd7ca2a8f5d37780cfbe4edb560fa49bcf1925ec40dbf61aebfe9a87be0f35ade4b999509420eb0caf5731ce649e89
 SHA512 
c84d65acdc4274b528306af958b0c72851fdce008c9ed6f78965ea22f09f8668b6075cfda9101b2e7a7bc55ccea64491000b1aede8cffa4ad927c7c1bb003489
@@ -53,6 +55,8 @@ DIST gentoo-kernel-5.12.12-1.arm64.xpak 60233927 BLAKE2B 
f132efcd02a435b994591d3
 DIST gentoo-kernel-5.12.12-1.x86.xpak 58065273 BLAKE2B 
7acd669230139ee760f566df9fb94b5e5fb686dc5bd1b854a1c2516fd7f86b58d925ba883c92f27da9e6dc9c72ba219d02b1da8eafae0bcd580be132036c7c41
 SHA512 
306d5281684d6e16321eaf7f7ceecccdba5b5e3bca47d75298e8a61a4849af8a01dbeee6ec62c1685f2a2c7418e3922ddd0b5d216d54756e70f898b0033caee2
 DIST gentoo-kernel-5.12.13-1.amd64.xpak 66367685 BLAKE2B 
5003780ce8ce24b1110a8e78b919fc3b92da0cd94f189d75a6d66f3c8a47b7b52d6943c411a1f2f4dc3f36c4004859af61f3faf0a974cc9ea14a6b2c3376e9d7
 SHA512 
75f3c38008cf79c789d3c890c8b7d7b00c94f94b8711967d684a7d5cfae088d88935f7fe0815603ce6d0e21f92e956c7afc40cbd7f09675dfdf9bc572a648adf
 DIST gentoo-kernel-5.12.13-1.x86.xpak 58064879 BLAKE2B 
d249693501238524606aa8c7544888745d45582f0ec94ab23c69c4c75e92e7d7619f7f2c3a2620f68b94d7c9605cd36baf5c927353385cd717f7b1a2acd7be1d
 SHA512 
3b947c243ec8517b32314947b140922f5fc6c80fb75bb5eb96fe84a537baccd096088b3643ec00c25e5f87610705383736b4decf37bc4edd61ddf77b457f750f
+DIST gentoo-kernel-5.12.14-1.amd64.xpak 66384986 BLAKE2B 
42979ab70fc69caf68d60bce85895d1d1c93b9587f1a545ae98639f2c7800e712fa9c8acf5fb6d2e41ca2a088f9b51af881008ec98299368030a52146ac28604
 SHA512 
16c05df2857f7058e8becf5fa9451cdfde76a34615de0803c3586ffd1c8b22429eb3eb1d00679d40123bd96c0d43e4bf8f237dbfbcec9b3dea729ec1a6e758f8
+DIST gentoo-kernel-5.12.14-1.x86.xpak 58064174 BLAKE2B 

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

2021-06-30 Thread Michał Górny
commit: 86ef268d7d0946c10a86391a183435ab7274a219
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:49:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86ef268d

virtual/dist-kernel: Bump to 5.10.47

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

 virtual/dist-kernel/dist-kernel-5.10.47.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.10.47.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.47.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.47.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-06-30 Thread Michał Górny
commit: ed91ee30b5750061667d2a5d5ccde425ec629a33
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:49:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed91ee30

sys-kernel/vanilla-kernel: Bump to 5.4.129

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.4.129.ebuild   | 108 +
 2 files changed, 110 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 28a63d82f9c..979e6a207cb 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -42,3 +42,5 @@ DIST linux-5.4.127.tar.sign 991 BLAKE2B 
7942bf63d20cac4e56d258585cf3d4d9508e7e6a
 DIST linux-5.4.127.tar.xz 109118628 BLAKE2B 
a7b890d06f3eb0a734d1f4b76adb3e4bf28a9ce7c65eea1c2bc31bfef44bb7960cfffcff5765b640a5ddb6da96e97a1fb0f644eaffe44b33103983723077e18e
 SHA512 
7f3cdbc82ea3b75a3d3a1cfc2cf459fb2d8a8d8b14ec772fcf6a8ab6a394d66ab796f641efb2bcb907bdb89111e9089c1b6c80d47ceccaa5502aa872fd1393ad
 DIST linux-5.4.128.tar.sign 991 BLAKE2B 
65e2027513dc5527ce90f36b9ef313701cee499c83d03f140b337d6a30a74f1f8fb4a286737514ed34ed310f791ee58138b2adb5216f202bad051b7fbd0ffcf8
 SHA512 
42df2576670874e3bdc392db6664460bd5a5a819d6f0234f8092c9818580afd1e2185fe8ccd4e84516063459e49c33e609e9e9a69ad616db8caf5fa8bf57f199
 DIST linux-5.4.128.tar.xz 109120108 BLAKE2B 
bbc701f3b470ea629f199c2cbf62652bf717c5067e172286f619b4a62c662ce7bfbe4b54ce99098b726af7526e7eee38572f0c51309b63bef3ef0f4f997a5298
 SHA512 
28c259cca5be2c618d8b03cd25bb342290e3902544687fc4af201e1df666ef96ee6ca02546e93e62f42661ba1076f745f47652b42d5c036176a2b51af024e914
+DIST linux-5.4.129.tar.sign 991 BLAKE2B 
534f683bf0e6962b130f52c9f3e1a391131be8383bbc79bf5112615924ab86c7603e2125bbccc746573f118ee4776c7176ae9acc35c77cee6638795674f51939
 SHA512 
811e615527279fc3c2f39cb658d0667f4c8a3af787d0232e15b08bce409861575257968d3e04a47493fe198bc7bf51719b14b30e941f1e873d1d7e893516d8db
+DIST linux-5.4.129.tar.xz 109122036 BLAKE2B 
73f422c32b382a5ef3f6cf8078447e68752408d78fac20d41f6fb4fa69bdb0706ff9ff5d7c480b0b1e3832559e9b253b1fbe0cbd4611c383cccd41e49012a8af
 SHA512 
d5d420427433cc9bcfb5ff72c6b39c4c36adf745dc51e31109adcbc1ed1fd4ea02047940d01958b4bfcee98caac8f0154bf7a8497afa0e5f081712f035da8bd7

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.129.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.129.ebuild
new file mode 100644
index 000..dc33930084a
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.129.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64.config
+   -> kernel-x86_64.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64.config
+   -> kernel-aarch64.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le.config
+   -> kernel-ppc64le.config.${CONFIG_VER}
+   )
+   x86? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686.config
+   -> kernel-i686.config.${CONFIG_VER}
+   )"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+   !sys-kernel/vanilla-kernel-bin:${SLOT}"
+BDEPEND="
+   debug? ( dev-util/pahole )
+   verify-sig? ( app-crypt/openpgp-keys-kernel )"
+PDEPEND="
+   >=virtual/dist-kernel-${PV}"
+
+VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/kernel.org.asc
+
+pkg_pretend() {
+   ewarn "Starting with 5.4.52, Distribution Kernels are switching from 
Arch"
+   ewarn "Linux configs to Fedora.  Please keep a backup kernel just in 
case."
+
+   kernel-install_pkg_pretend
+}
+
+src_unpack() {
+   if use verify-sig; then
+   einfo "Unpacking linux-${PV}.tar.xz ..."
+   

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

2021-06-30 Thread Michał Górny
commit: 04f45e036cb4036c4c38ab4dd704676d9d90249a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:49:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f45e03

sys-kernel/vanilla-kernel: Bump to 5.10.47

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.10.47.ebuild   | 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index dc2059fcb7a..28a63d82f9c 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -20,6 +20,8 @@ DIST linux-5.10.45.tar.sign 991 BLAKE2B 
8ae31db4144f20edac3c980887aaf0516ac65621
 DIST linux-5.10.45.tar.xz 116351768 BLAKE2B 
5b5c04201f8b77a3154b874c0321d6e7c526b2f2d663bdb7878faf8b2d80b2f4a4324f5a2cc0161f42b6e72c8bc546b62162ee6c1bcd33c61d02ccea330a5d37
 SHA512 
08f4760c72a0971d92990bb8015ef56b7a58390ef88d72d0b38c73e52ea474ca6890140fb2d102e3f8ed0af5903d9ba4f606bc500bb96d53dac311a268e8126e
 DIST linux-5.10.46.tar.sign 991 BLAKE2B 
59c326a6c54fead30828fdfc17759ec883136b8d135b8b40bcf221b607a749b0c953ebf84cd2648822cddfbac61bb866905aa3ad17a33de91d3ee21fbc0182fd
 SHA512 
dadad6a2e7b858bfbd75cc8c731172657e06a5d8cecbbc2bb4267be53ad2e637879d0f2a19f2271362dce5a5b6950360cdbc54d58d2773a7a5ad63e8f71a3565
 DIST linux-5.10.46.tar.xz 116363464 BLAKE2B 
43ba518dc50ec98eae0e73f10cbf9883b65d825cd5ec4df16650288f5c383349448460db8e44e40bbb2872d2374320bee9fd1c5f7673cf4633b6eced275518be
 SHA512 
f9dd7e507952bd16a7e20bf5f7c99a2bf921e041834d12a7297910902dee5336f3170e43bc81b632b1d34926ea941f60a3e8e5e679f5ad9bb329d02ddae449a8
+DIST linux-5.10.47.tar.sign 991 BLAKE2B 
f0399021e8a5c19d7d871fb62a97dfba2b4431d0d0d2a09a1d8764ab332b6b224a0227f4ace19a29dd43e73a56df048a0e69e47837559b699cc703a793653820
 SHA512 
7632d72b182f13ef9e639118d0aad863203f91f140ae6ab9201b18bdbf14326f03a4a95ad51253e7ba2214c134b4d13652e33c88e13817edd889d81687039c38
+DIST linux-5.10.47.tar.xz 116362372 BLAKE2B 
6cfe773c5004d742e1f47f8ec408cd37b8183de5662370437b62a53ccb7960dc97499a90e41d94c8ff25207c4cc9428ca9fe6e15388e4be83ba34e83bb2df9da
 SHA512 
80760ce0e55f146b1434cb21975cb1b3f94a6fa7f5c8edd9e534084596e8262ee5945f2b25b98039d9d405232083f995782bbdaafbb7b387bb785eafc3e2e9c8
 DIST linux-5.12.10.tar.sign 991 BLAKE2B 
e13957f787397e09e04c1fcca75af58b80f0340150c9c738628826c17b77efcf14ad65a45363193c2fc2780630b1b8315f427323e2b15f65ca1ee0294300da49
 SHA512 
0113060125fe4a5015c0bcec82e873db3d5a4a5ea82764f15509f0abfd51af34b25adec164d2e765cbe3c059caf71a5047881cabada9599cfba6c947ae4dd6d6
 DIST linux-5.12.10.tar.xz 118148040 BLAKE2B 
b40ef5a11ca435299899e8131fa72af147455cd8ebee4c0e187572b1f628e66d2b6fbb318308bc911a598d8303d1ab3622d52966deaa5c48d59dcd65f4f58687
 SHA512 
b7f897582fbce307f8d24c4a1ea490050afd7d1e1af24ffa621e863238cb9ff8f1c1a378392a546a5880c9db50c8420504a052ff67d86c9ae3f82145d9f5f42b
 DIST linux-5.12.11.tar.sign 991 BLAKE2B 
4b01328a96e7dd0ac1487ed4d8d3f5369af6ec2a886cd0a6acb456271765c1e45aeb620b0bf61867973e3fb03a53eee0b0efcf60755257f696fe2bce8e8d3233
 SHA512 
67dd3f239f23686a5c9749c3122d549570403d71b95587371b56172077fdfcc9955ec70f64b6c71fc9869d55de5515f903235a21904840915a83e3b41f489b2d

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.47.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.47.ebuild
new file mode 100644
index 000..12c958a4bb2
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.47.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.32
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

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

2021-06-30 Thread Michał Górny
commit: 61b38a3441fecc011b966635a0600ab229ba4341
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 21:16:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b38a34

dev-python/pyzmq: Bump to 22.1.0

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

 dev-python/pyzmq/Manifest|  1 +
 dev-python/pyzmq/pyzmq-22.1.0.ebuild | 73 
 2 files changed, 74 insertions(+)

diff --git a/dev-python/pyzmq/Manifest b/dev-python/pyzmq/Manifest
index 4257e611c47..74169a1a4a5 100644
--- a/dev-python/pyzmq/Manifest
+++ b/dev-python/pyzmq/Manifest
@@ -1 +1,2 @@
 DIST pyzmq-20.0.0.gh.tar.gz 393041 BLAKE2B 
1f22f556f5d0f2755c2e56411fdb9f583bbdfad6315e4e72fbaa1fb18d0ad5436ee0ee8d17497641421cea3f4e1b53b8ff85bf7ced96c8f1c80db0be901ca3d5
 SHA512 
30359e501e76d6ec14175622d6c970d9ec0f227b372d2b1c6e6650be812dd47017b797a016f5a2da83f72d00536e64d2f005a38003c9a1b4fbb7266f2640782d
+DIST pyzmq-22.1.0.gh.tar.gz 401919 BLAKE2B 
ec43c62e68633a7e0ac06e7a717b6409e444dbd1347154c2a29a2dfb00916829656308122fa2cf0fc1e3013c82ba6bcc5e11b86582f95d46f43e9e81f6d8ff74
 SHA512 
aa135279927bff07339b99b4ebbc7d47effbfba7df99d3576088fe0e7d4a3ad44174a928e8b94afdeaf531c6a30cbb7bb88bce7fe19e7e5420b079ffb8e8690e

diff --git a/dev-python/pyzmq/pyzmq-22.1.0.ebuild 
b/dev-python/pyzmq/pyzmq-22.1.0.ebuild
new file mode 100644
index 000..c1619471f40
--- /dev/null
+++ b/dev-python/pyzmq/pyzmq-22.1.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit flag-o-matic distutils-r1 toolchain-funcs
+
+DESCRIPTION="Lightweight and super-fast messaging library built on top of the 
ZeroMQ library"
+HOMEPAGE="
+   https://zeromq.org/languages/python/
+   https://pypi.org/project/pyzmq/
+   https://github.com/zeromq/pyzmq/;
+SRC_URI="
+   https://github.com/zeromq/pyzmq/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+draft"
+
+DEPEND="
+   >=net-libs/zeromq-4.2.2-r2:=[drafts]
+"
+# it uses cffi backend for pypy, cython backend for cpython
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/py[${PYTHON_USEDEP}]
+   dev-python/cffi:=[${PYTHON_USEDEP}]
+   ' pypy3)
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+   test? (
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5.0.2[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   "dev-python/numpydoc"
+
+python_configure_all() {
+   tc-export CC
+   append-cppflags -DZMQ_BUILD_DRAFT_API=$(usex draft '1' '0')
+}
+
+python_compile() {
+   esetup.py cython --force
+   distutils-r1_python_compile
+}
+
+python_test() {
+   local deselect=(
+   # TODO
+   zmq/tests/test_constants.py::TestConstants::test_draft
+   zmq/tests/test_cython.py::test_cython
+
+   # hangs often
+   zmq/tests/test_log.py::TestPubLog::test_blank_root_topic
+   )
+
+   cd "${BUILD_DIR}"/lib || die
+   epytest -p no:flaky ${deselect[@]/#/--deselect } \
+   --ignore zmq/tests/test_mypy.py
+   rm -rf .hypothesis .pytest_cache || die
+}



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

2021-06-30 Thread Michał Górny
commit: ade5d372146363735c6257cc5df8debcc47ecca3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:54:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade5d372

dev-python/ipykernel: Remove 5.5.5 without keywords

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

 dev-python/ipykernel/Manifest   |  1 -
 dev-python/ipykernel/ipykernel-5.5.5.ebuild | 45 -
 2 files changed, 46 deletions(-)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index 0184c6ee414..bc0d83b6e71 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,2 +1 @@
 DIST ipykernel-5.5.4.tar.gz 112728 BLAKE2B 
489e12d0cbde2f80f2c921f026c7b84554b1fef481164e07f89b063127b01d106fc6b19f830ac321d79285fb9df065352dbc0c2a997b3629a64e766d2e50f347
 SHA512 
96728321fe71d528435415eda917c623269af734598a78168144d983aa64db4f9ced981fa67c83263da1ed878831669d821b84a769a08a271adafacfcbb75bf9
-DIST ipykernel-5.5.5.tar.gz 112909 BLAKE2B 
ff898dc10f767838353de13571de4c42ea59aae9b367046265808d9f1f7abfbd3934b7b4370fe024b647b5268316c573f7d52b2e62284a6c430005a901dfd6bf
 SHA512 
580c3a3d5d10c325524287c091a885955981bedb8c7bd8eac569ee19393b258dbfbc7ea8700137071c2c55bfa94b5a7bfae1c687bc5e2d532525c6fc3e043835

diff --git a/dev-python/ipykernel/ipykernel-5.5.5.ebuild 
b/dev-python/ipykernel/ipykernel-5.5.5.ebuild
deleted file mode 100644
index c392b74130f..000
--- a/dev-python/ipykernel/ipykernel-5.5.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="https://github.com/ipython/ipykernel;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-RDEPEND="
-   dev-python/ipython[${PYTHON_USEDEP}]
-   

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

2021-06-30 Thread Michał Górny
commit: 8d195b6f6491f89b3292c0d19876217eb3811c16
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 19:44:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d195b6f

dev-python/pyzmq: Skip more tests

The tests on this thing just love to crash or hang.  Add more skips,
so we get back to the 'status quo' of 'passing'.

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

 dev-python/pyzmq/pyzmq-20.0.0.ebuild | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/pyzmq/pyzmq-20.0.0.ebuild 
b/dev-python/pyzmq/pyzmq-20.0.0.ebuild
index 27c307eec8e..1e654efef84 100644
--- a/dev-python/pyzmq/pyzmq-20.0.0.ebuild
+++ b/dev-python/pyzmq/pyzmq-20.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit flag-o-matic distutils-r1 toolchain-funcs
@@ -76,12 +76,13 @@ python_test() {
zmq/tests/test_security.py::TestSecurity::test_plain
zmq/tests/test_socket.py::TestSocket::test_large_send
zmq/tests/test_socket.py::TestSocket::test_tracker
-   zmq/tests/test_socket.py::TestSocketGreen::test_large_send
 
-   # hanging tests
-   zmq/tests/test_socket.py::TestSocketGreen::test_tracker
+   # green-thing tests cause hangs or crashes
+   zmq/tests/test_socket.py::TestSocketGreen
+
+   # hangs
+   zmq/tests/test_log.py::TestPubLog::test_blank_root_topic
)
 
-   pytest -vv ${deselect[@]/#/--deselect } ||
-   die "Tests failed with ${EPYTHON}"
+   epytest ${deselect[@]/#/--deselect }
 }



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

2021-06-30 Thread Michał Górny
commit: 503c5bb5e9c4b5211b426fbfe9f2db15c798b68c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:48:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503c5bb5

sys-kernel/gentoo-kernel: Bump to 5.12.14

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.12.14.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 55cd8f8887e..29880ac0606 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -18,6 +18,8 @@ DIST genpatches-5.12-13.base.tar.xz 661044 BLAKE2B 
f9b14633dd2895fab6d47ccf99d42
 DIST genpatches-5.12-13.extras.tar.xz 3412 BLAKE2B 
abef35f4ac38e4b0ab7863376e72534c27d32f3b974f4368be54c0d9ace766749ca4334f7622b2963e1dd51a05f1262d58f7de03ed8d0a73c3f2b68a2b48ab76
 SHA512 
72bb3380b6382938d9b3957e4f47267616b8dd50d7a4991750b131c844c882b1d67801fd917c89444bde9d875cdfdf9d8e25bda079d5d97f42af7c2655343f61
 DIST genpatches-5.12-16.base.tar.xz 707164 BLAKE2B 
05331662b6c219900a5d70aa3f9030e82cff6ca09de9645e178f5976daf8003335ac2a9163e405282096bba6057ca645f81fddda41eb7b10f1125524b4cadcc5
 SHA512 
dc8efddc386fc5350802edb5f95f62f61a8d3c2033a0efa0fe9450ff0ba84a65cbb4482a0de9fea6f67200fb938f3d73c27124f9bcf706485f32f25cf8e89cd9
 DIST genpatches-5.12-16.extras.tar.xz 3412 BLAKE2B 
d0e429e2c9e1a2733a216e57c32c73f55285edc74f801017261925f246e44148c58cd8745caa6afc9cafa9c090d01206acc3cb96dc0ab260a834a0b3dd0e8918
 SHA512 
24a1f8b2f2993c157fa0efe5649b7494084d925f8665a8c0727ad431da00fcc8bfa7e00ac1d2b308b1297c1c202eac687d753eed38f44e71a9cb94327ef6
+DIST genpatches-5.12-17.base.tar.xz 738268 BLAKE2B 
61336204dbaf80bb44c29927ff59ed6ccd6f29a1a139132364aa2ad7c89b0af4df6df75e800cc14b444edb9897f4474015369b9cea878fef487c8a3e2123a715
 SHA512 
f4b5773b9885817889895725ece76d50da95439769d96fd4058d690937027ee6baffec62941b15df04b7e12df29d1177257daba39c41418e2f2a400565aacaf9
+DIST genpatches-5.12-17.extras.tar.xz 3412 BLAKE2B 
abbc0dbb59a91d6733f5c56918aee4d0bedfaa9f87687979f0b2b01778e2a934396c5b797050d1d05e52c2432f6fd32891176b4cb64709273ba810a1b7166884
 SHA512 
d36015ad8ee2bf8efb5c0b0786a661326d7833ab1d185e9e06791474b03036022bc6d6d1a22c1d4d086922b9db43ecec97a8dd5ff9daafd591a7b3092f839e5f
 DIST genpatches-5.4-123.base.tar.xz 3488228 BLAKE2B 
0fe5c3056c3cb060f4921e3b7a4046e03e4e777d033619f0496eda68c645c6209fb07713a4bc2565000f9c17e6203a8bc5392fc597dd49167bb0348988b53026
 SHA512 
e71b8f9d622d3ea2fa8165a39a27240ac007d899d7324c60240221d7761c1287f14b631b074536460702922b8daf00bc2714358aaf7f69ac257af7d5d5b18bd1
 DIST genpatches-5.4-123.extras.tar.xz 1772 BLAKE2B 
da9bc0d9513d010364506850d1c23d13e1a1ef8c4cb8d60e3430d12f4cc2ea87a74643ba9fa1a061eabdee9985b1931aab1b2587ee26bec9b2cf165b90fe83e5
 SHA512 
ff3b417825ba200b32abf888b6cf6e8d754526e57a30c06fbe4f961c84f67cd921b93b9848fc6b49f120b4cf8ddba9284755da73869db35327af7549d63f3cd1
 DIST genpatches-5.4-128.base.tar.xz 3571424 BLAKE2B 
a58c2b8f20730c3357ce30cbc8b24f0609bd7ca2a8f5d37780cfbe4edb560fa49bcf1925ec40dbf61aebfe9a87be0f35ade4b999509420eb0caf5731ce649e89
 SHA512 
c84d65acdc4274b528306af958b0c72851fdce008c9ed6f78965ea22f09f8668b6075cfda9101b2e7a7bc55ccea64491000b1aede8cffa4ad927c7c1bb003489

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.12.14.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.12.14.ebuild
new file mode 100644
index 000..8cc6b8c1b94
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.12.14.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 3 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.12.5
+CONFIG_HASH=17639df044f5f81bbf267f566426eae4a5187875
+GENTOO_CONFIG_VER=5.10.42
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   

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

2021-06-30 Thread Michał Górny
commit: 0fa2c1bcc4aac4aded0f20ee52726d85eaa3fcca
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:50:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa2c1bc

virtual/dist-kernel: Bump to 5.4.129

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

 virtual/dist-kernel/dist-kernel-5.4.129.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.4.129.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.129.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.129.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



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

2021-06-30 Thread Michał Górny
commit: b35ef0fc7135f69a82700559f75cb6ec415d0b99
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:49:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35ef0fc

sys-kernel/gentoo-kernel: Bump to 5.10.47

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

 sys-kernel/gentoo-kernel/Manifest  |   2 +
 .../gentoo-kernel/gentoo-kernel-5.10.47.ebuild | 105 +
 2 files changed, 107 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 29880ac0606..4076abecf84 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-5.10-49.base.tar.xz 1588092 BLAKE2B 
d31ab75b6106e81654a69d1d0cb1
 DIST genpatches-5.10-49.extras.tar.xz 3412 BLAKE2B 
3feb28c887152586b0e5c282e898d447451cdc7b0dcd0749d69890b72fc1d38f9a0a9dfe62d09c8f37ee198ff809edd949137503dafbd63120b566a837c83e32
 SHA512 
dc916a8848358891c749ab2853d49a2e5a3e7cc0c696b4f523902c5526fe3463730209bcd9a229dea86ed628a8da63b16316b565752e4eba6ee68381af92b6c7
 DIST genpatches-5.10-50.base.tar.xz 1622300 BLAKE2B 
edc737c022aa9855ce8afa6120618376dc1fed512f34a8269fb209389abb8292d14ee1c3020a33af181d099b6acbe970f960921790f5b356d742ee61750d34f8
 SHA512 
c543389c2cb737b874d91b4dba700c7709aa3997a3bf7c6831bd0b543f8611f37a5d87c4b3f9b775dee2bc3a3856ff0b34dd35ad8cd8ced60d00a880e7e7bc75
 DIST genpatches-5.10-50.extras.tar.xz 3412 BLAKE2B 
cb86ec70bae4b4260f973dbb23251e0c9f9841b12cd3e1e405215e9d54828ed4f7e32aeed131000f7ee467c3b23068f1dc6ca7e056a8b0308add810a0d6bc7c4
 SHA512 
39dffaddc87116a9ce91fdd07e9dfe7b4ab9c8c74328f3a6e7fffd5b2258837f2e6ccbf27d394fb4be15792c032b12a6289d3903a7e9e221fd411028d78f0073
+DIST genpatches-5.10-51.base.tar.xz 1649104 BLAKE2B 
611e698ca58531702279ae9874c07bb3ff44a15cb8df4bf7e53b74ee1f5e7c846c058bbe16d57578a59e6baa1fd427e27bcea6a68516e16b285623ff2ccedc55
 SHA512 
1b7002696deb32915ccb459ab6e5e500fe8f27657dc0c93e99d129b7b843cf6574a5c1f04b70c5c3d7f405a6f17a5dd63fa1987a1e11ae6f770399cf7fb749c8
+DIST genpatches-5.10-51.extras.tar.xz 3412 BLAKE2B 
dbbe9031fdf275673014bafe3ee7d15e668f61187b6809df769a660830d026172b1eef1eefbbae61a2471004c14deba15913b0d4b57cfdf3750954ca075074b0
 SHA512 
6276fbea90ad4655021bcfb4e22c247e861807fa0c1a0ea6ce2fa439264422beaf74d0c8e08bf5fb0951727e1c4c189db5fe6672ff182d6c993919c0fcbeacbf
 DIST genpatches-5.11-25.base.tar.xz 1030312 BLAKE2B 
c3e0f5840c32292d36be31a8606934bfa1ccb7e31f04cd214574009577907d00912bacce1f85dddeda77ba99f40f61fa5aa5259a693c74abd63a05be5a44f2aa
 SHA512 
5adbe3770562b57d7180a44ccca8e665cc5b0d9ba5168c4b3555b348708edd7469464bd770124d9a8641095bdbe786d843ae3da64b845d577999c9e40360c970
 DIST genpatches-5.11-25.extras.tar.xz 1772 BLAKE2B 
0bd2afbd93cd7553c8e058f61c515ed9d47e9f328529e6cf36a7100b363dc8e4c3004afa06a0c0b95963bcf69a216ae6a7bf595062401725a4a25f942f44a3e8
 SHA512 
114094a87bad0dc4a265847fa18b88a2795daf151de8451bb4fbe4af70f3f4bcff8905d8d90522f85914bb7ba7227ebab7f69ab59112afb2187332b393450fec
 DIST genpatches-5.12-11.base.tar.xz 611232 BLAKE2B 
af0db172fa831bc84b1935d387e3d7b360c5a94d8499b6fa204f21b7a822c844e88a87f4a2724d0b8b508676ee564dbbe304893bfdd3197d67c8f6aeae011cb2
 SHA512 
f422bc1aca29732db09184ca2fcf7478536a87e73b59325f063c73103c8ce425858baa78b185eab61a80dda15e3818b45a669c69f7898382aa3563b315ad45b3

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.47.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.47.ebuild
new file mode 100644
index 000..5151cab9b14
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.47.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build
+
+MY_P=linux-${PV%.*}
+GENPATCHES_P=genpatches-${PV%.*}-$(( ${PV##*.} + 4 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.42
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.extras.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   

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

2021-06-30 Thread Michał Górny
commit: 5fbbf5687a5c102b8ad2ccd5d7a1d0cf41f0d984
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:48:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fbbf568

sys-kernel/vanilla-kernel: Bump to 5.12.14

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

 sys-kernel/vanilla-kernel/Manifest |   2 +
 .../vanilla-kernel/vanilla-kernel-5.12.14.ebuild   | 102 +
 2 files changed, 104 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 0fc1df034fe..dc2059fcb7a 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -28,6 +28,8 @@ DIST linux-5.12.12.tar.sign 991 BLAKE2B 
3cdb4aa22a5c4957c7ca6bd5e5f6e7ec7bbb1245
 DIST linux-5.12.12.tar.xz 118165564 BLAKE2B 
f9aef3da2f65916cc30da9a066217d3379036e6a32a732224da7fee86c80810315484f48132b50b8cf8eb5e0b055ad1b7bbe63dadd0eb54b0b0626bc57c20963
 SHA512 
2804753d92afa66888f38260fb04dca4256be3a35217529f969aa387e4b23bf0442c5b929bfdcc0eb82e173e6ae632256d7f23179348cf2cb7796622322f22e0
 DIST linux-5.12.13.tar.sign 991 BLAKE2B 
c6a2a416bcfebdc1661f7674643e0f8107d4ce0d35962ad12a21004b7070cac86e517d2b067cb9aabed47051bb3f8aa32d0f2c98bbb0c12a6d1f89ee2ce8577a
 SHA512 
984f031a8cdc3161dcf8e7a6d48e07aec9bb7e9148c8fb36cc23aa219d5f74ddff844771ba7f4a335fef3399e88f84bc61dcdc7a68b6d5eef86ce5a3463b1cb2
 DIST linux-5.12.13.tar.xz 118162216 BLAKE2B 
3a959a1779a8c19f59346e4b5cb6f9af84fdca993b248b2ea7c9fac6cd4c1f73d7a268a0f287143bdd4924711cf54223669a4e706327a40776ad0b9683b505de
 SHA512 
e6a2487c09898f29164a22f23209f2a2ef2e3dfea263e659e007208289c518f5cc16c8316c2db49195362dcba61ffdfe64a3c57c254acfcd9e82dc19f6808be5
+DIST linux-5.12.14.tar.sign 991 BLAKE2B 
433f6791cd56ec4f0f633fa406b1ef1df1c801fd0c794025bce4dae3cc28e6166f1321de0abf3892e71ddf50315cee5e761e44640972474f625a64b28f96cfdf
 SHA512 
28c218c982ca0f959dc2cf646090737647c150756bb0c31e0d90fd0c7cae9ac936ba4ed0e337824e7828622928e7fe1cd87ecb06a3331b932a21136f5f99047c
+DIST linux-5.12.14.tar.xz 118157096 BLAKE2B 
3bc213b432d61c358f85b932dec8bd44a1ef73442f20424ad5ce374b6982a6909c5b318d5e9848996989d5e421ab6c2128cdb51a3724adc95222f96a859486a1
 SHA512 
189bdb55fd874ba860833626a4142920c853f886562e52a6f182a9f63f1c9989a3d2b0733eb5ad55953dbbb10834cdb80ec9a5b42d44af8615c8a216ab037b79
 DIST linux-5.4.120.tar.sign 991 BLAKE2B 
12c786791b72afccc4a3f9c412b900f25355920c3b253160bc9da0193983dfaaf4ed81886e5ffc252b07b34dec6d6daa59625bf46b1ebd6a7aca8522235923f6
 SHA512 
67b32fb8cfcd125ee66201d76eec364d7d8839a3055d43eac88eb812201969d0ed9d94d8c57e9be8b35f0a8972475381c6d41e480c7c6086cf351d4388f80c04
 DIST linux-5.4.120.tar.xz 109107108 BLAKE2B 
d3ccfefaadfe4186cce3232dc0b58759914d0f9eb0ac7c82b855d0230a512b92e37801b75e32dde57ef5d6d6ee04c3bbd59f58a20e73304cf235c90c7dd2855b
 SHA512 
b376e262164d8a79a4ffe478e42e38929fcc4b7f08dfaed24a842c238d55162ebcc1f6a5d0926a618e03f98f7f9623997306ffa66c6425f3e77865c2d70e1d54
 DIST linux-5.4.125.tar.sign 991 BLAKE2B 
3745764832f01f1d0247bf1ff6a4ea9e719d1a2881a563ab2bf665d1b0a9646ee831fe93f456df09cf7843a4c6310705b5ccc908ec927370992828a44327bc04
 SHA512 
d15ef5591e875300e1e6e6d0b9b809f2f022cd6064f1313c2b77b1a07c79a49a857657730eee0d0599933ee2e6940ffec2556220955c6a4bcddf5172ca1325f5

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.12.14.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.12.14.ebuild
new file mode 100644
index 000..32d99a8f85d
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.12.14.ebuild
@@ -0,0 +1,102 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.12.5
+CONFIG_HASH=17639df044f5f81bbf267f566426eae4a5187875
+GENTOO_CONFIG_VER=5.10.32
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz
+   verify-sig? (
+   https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.sign
+   )
+   amd64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config
+   -> kernel-x86_64-fedora.config.${CONFIG_VER}
+   )
+   arm64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config
+   -> kernel-aarch64-fedora.config.${CONFIG_VER}
+   )
+   ppc64? (
+   
https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config
+   -> 

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

2021-06-30 Thread Michał Górny
commit: a8980844f4534f9eb2cf81013645ea67b8c4b097
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 30 18:48:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 30 21:19:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8980844

virtual/dist-kernel: Bump to 5.12.14

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

 virtual/dist-kernel/dist-kernel-5.12.14.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/virtual/dist-kernel/dist-kernel-5.12.14.ebuild 
b/virtual/dist-kernel/dist-kernel-5.12.14.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.12.14.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual to depend on any Distribution Kernel"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   || (
+   ~sys-kernel/gentoo-kernel-${PV}
+   ~sys-kernel/gentoo-kernel-bin-${PV}
+   ~sys-kernel/vanilla-kernel-${PV}
+   )"



[gentoo-commits] data/gentoo-news:master commit in: 2021-06-30-libxcrypt-migration/

2021-06-30 Thread Sam James
commit: 204d52b41581306d7fa30dd0634c581b18b8eedc
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 27 06:30:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 21:18:26 2021 +
URL:https://gitweb.gentoo.org/data/gentoo-news.git/commit/?id=204d52b4

Add 2021-06-30-libxcrypt-migration

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

 .../2021-06-30-libxcrypt-migration.en.txt  | 47 ++
 1 file changed, 47 insertions(+)

diff --git 
a/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt 
b/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt
new file mode 100644
index 000..87cfd67
--- /dev/null
+++ b/2021-06-30-libxcrypt-migration/2021-06-30-libxcrypt-migration.en.txt
@@ -0,0 +1,47 @@
+Title: migrating from glibc[crypt] to libxcrypt in ~arch
+Author: Andreas K. Hüttel 
+Author: Sam James 
+Posted: 2021-06-30
+Revision: 1
+News-Item-Format: 2.0
+
+The implementation of libcrypt.so within glibc has been deprecated
+for a long time and will be removed in the near future.
+
+For this reason, we are following other distributions (where
+this has been tested for years already) and switching to the 
+external libxcrypt implementation, starting with ~arch 
+installations.
+
+This will be a regular update, and in nearly all cases you
+will not have to take any action and not observe any problems.
+
+We do recommend, however, that your system is *fully* up
+to date first. This is a standard recommendation but in this
+specific case, it is useful to have a simplified depgraph
+to ensure that Portage is able to smoothly calculate
+an upgrade path.
+
+That is, please take the opportunity to fully upgrade your
+systems now, before the migration occurs, to simplify matters.
+
+This change will occur on 2021-07-14 for ~arch users. Stable
+users will update at a later date.
+
+If for whatever reason you do *not* wish to switch now -
+which is only delaying the inevitable - you
+need to take the following steps:
+* unmask and enable the crypt USE flag of sys-libs/glibc
+* mask the system USE flag of sys-libs/libxcrypt
+* mask >=virtual/libcrypt-2
+
+If you wish to manually migrate now, there are a series
+of steps described on the wiki (see below), but the outline is:
+* unforce the crypt USE flag of sys-libs/glibc and disable it
+* unmask the system and split-usr (if applicable) USE flag of 
sys-libs/libxcrypt
+and enable it
+* unmask >=virtual/libcrypt-2
+
+For more information, please see:
+* https://wiki.gentoo.org/wiki/Project:Toolchain/libcrypt_implementation
+* https://bugs.gentoo.org/699422



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

2021-06-30 Thread Sam James
commit: 0d73782dabe4acfd703c479c6b54d15754594d64
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 20:49:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 20:49:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d73782d

net-misc/asterisk: Stabilize 16.18.0-r2 x86, #799389

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

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

diff --git a/net-misc/asterisk/asterisk-16.18.0-r2.ebuild 
b/net-misc/asterisk/asterisk-16.18.0-r2.ebuild
index 11c79a49039..5e2d0afa12b 100644
--- a/net-misc/asterisk/asterisk-16.18.0-r2.ebuild
+++ b/net-misc/asterisk/asterisk-16.18.0-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.asterisk.org/;
 
SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0/${PV%%.*}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 IUSE_VOICEMAIL_STORAGE=(
+voicemail_storage_file



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

2021-06-30 Thread Sam James
commit: 182ffc4e738eba22fa83f19fcb327f03b741ef5a
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 20:49:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 20:49:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182ffc4e

net-misc/asterisk: Stabilize 13.38.2-r5 x86, #799389

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

 net-misc/asterisk/asterisk-13.38.2-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk/asterisk-13.38.2-r5.ebuild 
b/net-misc/asterisk/asterisk-13.38.2-r5.ebuild
index fa322877173..400218a388d 100644
--- a/net-misc/asterisk/asterisk-13.38.2-r5.ebuild
+++ b/net-misc/asterisk/asterisk-13.38.2-r5.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.asterisk.org/;
 
SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0/${PV%%.*}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 IUSE_VOICEMAIL_STORAGE=(
+voicemail_storage_file



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

2021-06-30 Thread Sam James
commit: 99bff53a40f37291bd2b160f4022b523b634cd37
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 20:49:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 20:49:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99bff53a

net-misc/asterisk: Stabilize 16.18.0-r2 amd64, #799389

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

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

diff --git a/net-misc/asterisk/asterisk-16.18.0-r2.ebuild 
b/net-misc/asterisk/asterisk-16.18.0-r2.ebuild
index 585768206f3..11c79a49039 100644
--- a/net-misc/asterisk/asterisk-16.18.0-r2.ebuild
+++ b/net-misc/asterisk/asterisk-16.18.0-r2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.asterisk.org/;
 
SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 IUSE_VOICEMAIL_STORAGE=(
+voicemail_storage_file



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

2021-06-30 Thread Sam James
commit: f0903ce5baabff4e381a86536be4b64dc8919d85
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun 30 20:49:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 30 20:49:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0903ce5

net-misc/asterisk: Stabilize 13.38.2-r5 amd64, #799389

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

 net-misc/asterisk/asterisk-13.38.2-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/asterisk/asterisk-13.38.2-r5.ebuild 
b/net-misc/asterisk/asterisk-13.38.2-r5.ebuild
index c350ab4c288..fa322877173 100644
--- a/net-misc/asterisk/asterisk-13.38.2-r5.ebuild
+++ b/net-misc/asterisk/asterisk-13.38.2-r5.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.asterisk.org/;
 
SRC_URI="https://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 IUSE_VOICEMAIL_STORAGE=(
+voicemail_storage_file



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

2021-06-30 Thread Andreas K. Hüttel
commit: 43c77dd04b33d9029e15770729a65b049fa0ff48
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 30 20:32:11 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun 30 20:48:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c77dd0

dev-perl/Math-Bezier: EAPI=8 bump

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

 ...h-Bezier-0.10.0-r1.ebuild => Math-Bezier-0.10.0-r2.ebuild} | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Math-Bezier/Math-Bezier-0.10.0-r1.ebuild 
b/dev-perl/Math-Bezier/Math-Bezier-0.10.0-r2.ebuild
similarity index 63%
rename from dev-perl/Math-Bezier/Math-Bezier-0.10.0-r1.ebuild
rename to dev-perl/Math-Bezier/Math-Bezier-0.10.0-r2.ebuild
index 854864ab2e1..aa52529404d 100644
--- a/dev-perl/Math-Bezier/Math-Bezier-0.10.0-r1.ebuild
+++ b/dev-perl/Math-Bezier/Math-Bezier-0.10.0-r2.ebuild
@@ -1,16 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=ABW
-MODULE_VERSION=0.01
+DIST_AUTHOR=ABW
+DIST_VERSION=0.01
 inherit perl-module
 
 DESCRIPTION="Solution of Bezier Curves"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-SRC_TEST=do



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

2021-06-30 Thread Andreas K. Hüttel
commit: d9d36846746c09778ab5581a1c477b6236a084e0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 30 20:23:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun 30 20:47:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d36846

dev-perl/Mail-SRS: EAPI=8 bump

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

 310.0-r2.ebuild => Mail-SRS-0.310.0-r3.ebuild} | 32 +-
 1 file changed, 13 insertions(+), 19 deletions(-)

diff --git a/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild 
b/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r3.ebuild
similarity index 62%
rename from dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild
rename to dev-perl/Mail-SRS/Mail-SRS-0.310.0-r3.ebuild
index 21a722fc9c6..f6f60f236c6 100644
--- a/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r2.ebuild
+++ b/dev-perl/Mail-SRS/Mail-SRS-0.310.0-r3.ebuild
@@ -1,29 +1,28 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=SHEVEK
-MODULE_VERSION=0.31
+DIST_AUTHOR=SHEVEK
+DIST_VERSION=0.31
 inherit perl-module
 
 DESCRIPTION="Interface to Sender Rewriting Scheme"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
-   >=dev-perl/Digest-HMAC-1.01-r1
-   >=dev-perl/MLDBM-2.01
-   >=virtual/perl-DB_File-1.807
-   >=virtual/perl-Digest-MD5-2.33
-   >=virtual/perl-Storable-2.04-r1"
-DEPEND="${RDEPEND}
-   test? ( virtual/perl-Test-Simple )"
+   >=dev-perl/Digest-HMAC-1.10.0-r1
+   >=dev-perl/MLDBM-2.10.0
+   >=virtual/perl-DB_File-1.807.0
+   >=virtual/perl-Digest-MD5-2.330.0
+   >=virtual/perl-Storable-2.40.0-r1"
+BDEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Simple )
+"
 
-SRC_TEST="do"
+PERL_RM_FILES=( t/10_pod.t t/11_pod_coverage.t )
 
 src_install() {
perl-module_src_install
@@ -42,8 +41,3 @@ pkg_postinst() {
einfo 'If you want to use a secret file, make sure the file'
einfo 'is NOT empty and contains characters.'
 }
-
-src_test() {
-   perl_rm_files t/10_pod.t t/11_pod_coverage.t
-   perl-module_src_test
-}



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

2021-06-30 Thread Andreas K. Hüttel
commit: 283348e38f302c475bc57321db37088ce475c149
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 30 20:24:52 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun 30 20:47:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283348e3

dev-perl/MailTools: Version bump 2.21

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

 dev-perl/MailTools/MailTools-2.210.0.ebuild | 24 
 dev-perl/MailTools/Manifest |  1 +
 2 files changed, 25 insertions(+)

diff --git a/dev-perl/MailTools/MailTools-2.210.0.ebuild 
b/dev-perl/MailTools/MailTools-2.210.0.ebuild
new file mode 100644
index 000..c6aec317a5d
--- /dev/null
+++ b/dev-perl/MailTools/MailTools-2.210.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MARKOV
+DIST_VERSION=2.21
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Manipulation of electronic mail addresses"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+   dev-perl/TimeDate
+   virtual/perl-IO
+   >=virtual/perl-libnet-1.50.0
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? ( virtual/perl-Test-Simple )
+"

diff --git a/dev-perl/MailTools/Manifest b/dev-perl/MailTools/Manifest
index 3a426190f52..7ae247324b9 100644
--- a/dev-perl/MailTools/Manifest
+++ b/dev-perl/MailTools/Manifest
@@ -1 +1,2 @@
 DIST MailTools-2.19.tar.gz 55887 BLAKE2B 
fedfb8fcf94935746b3678b34ea52dc90722646ce28138990952325d8f94c26204fe8f0d1ae9ea541663b7a4875330a8006987dfa581457f62763fac64ab5d99
 SHA512 
a4ecba2acba56f2d41294e1b299c08b138d5e4796880635afcea7628adf60e11d5b138fc56001c331f765048bd91fa94da27bd7fdeedc51ff91e4ef5770a068e
+DIST MailTools-2.21.tar.gz 58013 BLAKE2B 
b3cc88b793c83099b678d90b79a97919ec6ccdc4ed94bb078ad1c8feb0dd164eebfd854bea4c324fe3fc5e431f3405eae2d6deda150045004daf0201e6094e02
 SHA512 
70c7e5760691a1fc0a2812c48a632896db9bf719d3cb07a63c3a4456c5a365855c7f71c7436c84e5085374628f26ad31fcf13e74b3b7242911da59b7916065a0



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

2021-06-30 Thread Andreas K. Hüttel
commit: 61059cb28d671f332867c9ff489efd0e68eb9117
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 30 20:46:07 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun 30 20:48:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61059cb2

dev-perl/Math-FFT: Version bump 1.36

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

 dev-perl/Math-FFT/Manifest|  1 +
 dev-perl/Math-FFT/Math-FFT-1.360.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Math-FFT/Manifest b/dev-perl/Math-FFT/Manifest
index 7072e9cd3a8..b6d8b589610 100644
--- a/dev-perl/Math-FFT/Manifest
+++ b/dev-perl/Math-FFT/Manifest
@@ -1 +1,2 @@
 DIST Math-FFT-1.34.tar.gz 41732 BLAKE2B 
d1ba5c1184cfd38459294eb8064a89a518dc78e0f12501c20322ea91945457b3bd420003dc8177dc4b6e4aa3c57869ccd2aa571763161f43790b215f843d36fc
 SHA512 
605ce6805c106d00e851604115581d2e035843982e01b848d730e74890041c66e57139dcc037c36eeb3de80a45436e0a36f7482eac080e92638ac44be8af428d
+DIST Math-FFT-1.36.tar.gz 44954 BLAKE2B 
14b44355d3ab3779f660141aa30e26e1379886e16092983d33e5911418bcff812217762998014a03db128088b7ee9a2c8a41a1c879a874dcb4586cbbbfe62421
 SHA512 
04d9aac4eb7f1c3b974ca18f150d513ebad0e34d5ac4cbc0b7aeedad19e642f155acda5d507b35be8afebe1481f8de93762136dda8978c58a8d29fb85cb90d43

diff --git a/dev-perl/Math-FFT/Math-FFT-1.360.0.ebuild 
b/dev-perl/Math-FFT/Math-FFT-1.360.0.ebuild
new file mode 100644
index 000..4d782ba6c5b
--- /dev/null
+++ b/dev-perl/Math-FFT/Math-FFT-1.360.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SHLOMIF
+DIST_VERSION=1.36
+inherit perl-module
+
+DESCRIPTION="Perl module to calculate Fast Fourier Transforms"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   virtual/perl-XSLoader
+"
+BDEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Exporter
+   virtual/perl-File-Spec
+   virtual/perl-File-Temp
+   virtual/perl-IO
+   virtual/perl-Test-Simple
+   virtual/perl-parent
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Calc-Units/

2021-06-30 Thread Andreas K. Hüttel
commit: 246c035138e472b81d03e42f8a1efa9f57620cf9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 30 20:42:55 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun 30 20:48:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246c0351

dev-perl/Math-Calc-Units: EAPI=8 bump

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

 ...-1.70.0-r1.ebuild => Math-Calc-Units-1.70.0-r2.ebuild} | 15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild 
b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild
similarity index 53%
rename from dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild
rename to dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild
index e4d3e5da3b5..57b2d0e149a 100644
--- a/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r1.ebuild
+++ b/dev-perl/Math-Calc-Units/Math-Calc-Units-1.70.0-r2.ebuild
@@ -1,19 +1,16 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=SFINK
-MODULE_VERSION=1.07
+DIST_AUTHOR=SFINK
+DIST_VERSION=1.07
 inherit perl-module
 
 DESCRIPTION="Human-readable unit-aware calculator"
 
 SLOT="0"
 KEYWORDS="amd64 ~hppa sparc x86"
-IUSE=""
 
-DEPEND="virtual/perl-Time-Local"
-RDEPEND="${DEPEND}"
-
-SRC_TEST=do
+RDEPEND="virtual/perl-Time-Local"
+BDEPEND="${RDEPEND}"



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

2021-06-30 Thread Andreas K. Hüttel
commit: a95e54932736d0e169d0657ef31dc0cc282edc18
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 30 20:30:40 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun 30 20:48:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95e5493

dev-perl/Math-Base36: EAPI=8 bump

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

 ...e36-0.140.0.ebuild => Math-Base36-0.140.0-r1.ebuild} | 17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild 
b/dev-perl/Math-Base36/Math-Base36-0.140.0-r1.ebuild
similarity index 65%
rename from dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
rename to dev-perl/Math-Base36/Math-Base36-0.140.0-r1.ebuild
index a65826c1077..60da5e9569e 100644
--- a/dev-perl/Math-Base36/Math-Base36-0.140.0.ebuild
+++ b/dev-perl/Math-Base36/Math-Base36-0.140.0-r1.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=0.14
+DIST_AUTHOR=BRICAS
+DIST_VERSION=0.14
 inherit perl-module
 
 DESCRIPTION="Encoding and decoding of base36 strings"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 DEPEND="
test? (
@@ -20,15 +18,10 @@ DEPEND="
)
 "
 
-SRC_TEST="do"
+PERL_RM_FILES=( t/99-pod.t t/98-pod_coverage.t )
 
 src_prepare() {
sed -i -e 's/use inc::Module::Install /use lib q[.];\nuse 
inc::Module::Install /' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare
 }
-
-src_test() {
-   perl_rm_files t/99-pod.t t/98-pod_coverage.t
-   perl-module_src_test
-}



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

2021-06-30 Thread Andreas K. Hüttel
commit: 7a438f6a9f5bd249e1699988ff8f78ff67ddc2c0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 30 20:26:41 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun 30 20:48:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a438f6a

dev-perl/MARC-Charset: EAPI=8 bump

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

 0-r1.ebuild => MARC-Charset-1.350.0-r2.ebuild} | 22 --
 1 file changed, 8 insertions(+), 14 deletions(-)

diff --git a/dev-perl/MARC-Charset/MARC-Charset-1.350.0-r1.ebuild 
b/dev-perl/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild
similarity index 50%
rename from dev-perl/MARC-Charset/MARC-Charset-1.350.0-r1.ebuild
rename to dev-perl/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild
index 3447e2ea522..9161d994a48 100644
--- a/dev-perl/MARC-Charset/MARC-Charset-1.350.0-r1.ebuild
+++ b/dev-perl/MARC-Charset/MARC-Charset-1.350.0-r2.ebuild
@@ -1,30 +1,24 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=GMCHARLT
-MODULE_VERSION=1.35
+DIST_AUTHOR=GMCHARLT
+DIST_VERSION=1.35
 inherit perl-module
 
 DESCRIPTION="convert MARC-8 encoded strings to UTF-8"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-lang/perl[gdbm]
dev-perl/XML-SAX
dev-perl/Class-Accessor
 "
-DEPEND="${RDEPEND}
-   test? ( virtual/perl-Test-Simple )"
-
-SRC_TEST=do
+BDEPEND="${RDEPEND}
+   test? ( virtual/perl-Test-Simple )
+"
 
-src_test() {
-   perl_rm_files t/pod.t
-   perl-module_src_test
-}
+PERL_RM_FILES=( t/pod.t )



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

2021-06-30 Thread Andreas K. Hüttel
commit: 8b0910b5e08019da5fbc761737a847d888a53cad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun 30 20:05:22 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Jun 30 20:47:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0910b5

package.deprecated: add dev-perl/Mail-Sender

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

 profiles/package.deprecated | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 2714c11fb22..89165cb699f 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -17,6 +17,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Andreas K. Hüttel  (2021-06-30)
+# Deprecated upstream, see HOMEPAGE
+dev-perl/Mail-Sender
+
 # Andreas K. Hüttel  (2021-06-11)
 # gtk2. Nuff said. See HOMEPAGE, too.
 dev-perl/Gtk2-SourceView2



[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-06-30 Thread Stephan Hartmann
commit: 57414fbf9483d5fcb0dcca727a326e735eadea3b
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Jun 30 20:47:19 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Jun 30 20:47:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57414fbf

www-client/microsoft-edge-dev: remove old

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

 www-client/microsoft-edge-dev/Manifest |   1 -
 .../microsoft-edge-dev-93.0.910.5.ebuild   | 105 -
 2 files changed, 106 deletions(-)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index c9150eb4213..607d7469d1a 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,4 +1,3 @@
-DIST microsoft-edge-dev_93.0.910.5-1_amd64.deb 102676294 BLAKE2B 
3396908da6ca9697d377cbfa7ff75a1491f450826689270edbaa6fbe92cc4d8d7ceece8cfa0c5b85a4339232d3ea409ec27178cef114c6dff28e6b3c9155ff2d
 SHA512 
0ab0aac72104890d0839584bc1b52bb4e97bcd90cf7e454f954b6fc1069dfa86acacd5b327d7939bbcd0c8a0023e9927e299d962e2c2fe9c054e0acb827949f0
 DIST microsoft-edge-dev_93.0.916.1-1_amd64.deb 103556490 BLAKE2B 
ee34a0f126184b7dffd87313f40357c0bb8c8aaecf4f404b352068c7e49cbeee035e6d61a1110e21b7e8ad5ff34dc6d80b039486882edc6891c9545895773bf9
 SHA512 
3405b3d36239d4a77134ca3ca923d9b0c44548ec8405523d75a138605074e42342cfef7848a760e4aa16dadf9b653055791c5664366a3605d9877bd50f69639b
 DIST microsoft-edge-dev_93.0.926.1-1_amd64.deb 104014232 BLAKE2B 
67f8d21e0a88bde8190d7e1d284ddc775073fd8430594505916c7af82a532f7a5cd77194096bd3d4cb1dd9311010fbe635dd7dc5ee7a583aed97d4c0070b3099
 SHA512 
68ab0860df68c61dead78e633500b6d66517ed842b67919e725aeb92a03cd711900ad851a27a2ac2af93adab0013359d70ea0f880f7b47287f53a00b3dddaa1f
 DIST microsoft-edge-dev_93.0.933.1-1_amd64.deb 104478964 BLAKE2B 
4170ce02f723ce3ca37de84e44cda1f85045c0bf8272e9f055fc5619cc6f33bf5dd1716224d5fcc4f24ce25d634e87d94c5c4fa19954d09c325af82a61b1bec0
 SHA512 
31672076b2535d473d05dcb3388423fd240d57794dc6bc8fa149f380f9f31abc32399907564e341d2c46d38a3fa99acb9f5c92becf6f4ddd3777e57ecd2c9e74

diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-93.0.910.5.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-93.0.910.5.ebuild
deleted file mode 100644
index 6887ef49a3a..000
--- a/www-client/microsoft-edge-dev/microsoft-edge-dev-93.0.910.5.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 2011-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit chromium-2 desktop pax-utils unpacker xdg
-
-DESCRIPTION="The web browser from Microsoft"
-HOMEPAGE="https://www.microsoft.com/en-us/edge;
-
-if [[ ${PN} == microsoft-edge ]]; then
-   MY_PN=${PN}-stable
-else
-   MY_PN=${PN}
-fi
-
-KEYWORDS="-* ~amd64"
-
-MY_P="${MY_PN}_${PV}-1"
-
-SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
-
-LICENSE="microsoft-edge"
-SLOT="0"
-RESTRICT="bindist mirror strip"
-
-RDEPEND="
-   app-accessibility/at-spi2-atk:2
-   app-accessibility/at-spi2-core:2
-   app-misc/ca-certificates
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-fonts/liberation-fonts
-   media-libs/alsa-lib
-   media-libs/mesa[gbm]
-   net-misc/curl[ssl]
-   net-print/cups
-   sys-apps/dbus
-   sys-apps/util-linux
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3[X]
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXrandr
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   x11-libs/libxshmfence
-   x11-libs/pango
-   x11-misc/xdg-utils
-"
-
-QA_PREBUILT="*"
-QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
-S=${WORKDIR}
-EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
-
-pkg_nofetch() {
-   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
-}
-
-pkg_pretend() {
-   # Protect against people using autounmask overzealously
-   use amd64 || die "microsoft-edge only works on amd64"
-}
-
-pkg_setup() {
-   chromium_suid_sandbox_check_kernel_config
-}
-
-src_unpack() {
-   :
-}
-
-src_install() {
-   dodir /
-   cd "${ED}" || die
-   unpacker
-
-   rm _gpgorigin || die
-
-   rm -r etc usr/share/menu || die
-   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-
-   gzip -d usr/share/doc/${PF}/changelog.gz || die
-   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
-
-   local suffix=
-   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
-   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
-
-   local size
-   for size in 16 24 32 48 64 128 256 ; do
-

[gentoo-commits] repo/gentoo:master commit in: www-client/microsoft-edge-dev/

2021-06-30 Thread Stephan Hartmann
commit: ae7bb035c9a934477ca5dd925b56dec76a63469d
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Jun 30 20:46:46 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Jun 30 20:46:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7bb035

www-client/microsoft-edge-dev: bump to 93.0.933.1

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

 www-client/microsoft-edge-dev/Manifest |   1 +
 .../microsoft-edge-dev-93.0.933.1.ebuild   | 105 +
 2 files changed, 106 insertions(+)

diff --git a/www-client/microsoft-edge-dev/Manifest 
b/www-client/microsoft-edge-dev/Manifest
index a831dd6d477..c9150eb4213 100644
--- a/www-client/microsoft-edge-dev/Manifest
+++ b/www-client/microsoft-edge-dev/Manifest
@@ -1,3 +1,4 @@
 DIST microsoft-edge-dev_93.0.910.5-1_amd64.deb 102676294 BLAKE2B 
3396908da6ca9697d377cbfa7ff75a1491f450826689270edbaa6fbe92cc4d8d7ceece8cfa0c5b85a4339232d3ea409ec27178cef114c6dff28e6b3c9155ff2d
 SHA512 
0ab0aac72104890d0839584bc1b52bb4e97bcd90cf7e454f954b6fc1069dfa86acacd5b327d7939bbcd0c8a0023e9927e299d962e2c2fe9c054e0acb827949f0
 DIST microsoft-edge-dev_93.0.916.1-1_amd64.deb 103556490 BLAKE2B 
ee34a0f126184b7dffd87313f40357c0bb8c8aaecf4f404b352068c7e49cbeee035e6d61a1110e21b7e8ad5ff34dc6d80b039486882edc6891c9545895773bf9
 SHA512 
3405b3d36239d4a77134ca3ca923d9b0c44548ec8405523d75a138605074e42342cfef7848a760e4aa16dadf9b653055791c5664366a3605d9877bd50f69639b
 DIST microsoft-edge-dev_93.0.926.1-1_amd64.deb 104014232 BLAKE2B 
67f8d21e0a88bde8190d7e1d284ddc775073fd8430594505916c7af82a532f7a5cd77194096bd3d4cb1dd9311010fbe635dd7dc5ee7a583aed97d4c0070b3099
 SHA512 
68ab0860df68c61dead78e633500b6d66517ed842b67919e725aeb92a03cd711900ad851a27a2ac2af93adab0013359d70ea0f880f7b47287f53a00b3dddaa1f
+DIST microsoft-edge-dev_93.0.933.1-1_amd64.deb 104478964 BLAKE2B 
4170ce02f723ce3ca37de84e44cda1f85045c0bf8272e9f055fc5619cc6f33bf5dd1716224d5fcc4f24ce25d634e87d94c5c4fa19954d09c325af82a61b1bec0
 SHA512 
31672076b2535d473d05dcb3388423fd240d57794dc6bc8fa149f380f9f31abc32399907564e341d2c46d38a3fa99acb9f5c92becf6f4ddd3777e57ecd2c9e74

diff --git a/www-client/microsoft-edge-dev/microsoft-edge-dev-93.0.933.1.ebuild 
b/www-client/microsoft-edge-dev/microsoft-edge-dev-93.0.933.1.ebuild
new file mode 100644
index 000..6887ef49a3a
--- /dev/null
+++ b/www-client/microsoft-edge-dev/microsoft-edge-dev-93.0.933.1.ebuild
@@ -0,0 +1,105 @@
+# Copyright 2011-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit chromium-2 desktop pax-utils unpacker xdg
+
+DESCRIPTION="The web browser from Microsoft"
+HOMEPAGE="https://www.microsoft.com/en-us/edge;
+
+if [[ ${PN} == microsoft-edge ]]; then
+   MY_PN=${PN}-stable
+else
+   MY_PN=${PN}
+fi
+
+KEYWORDS="-* ~amd64"
+
+MY_P="${MY_PN}_${PV}-1"
+
+SRC_URI="https://packages.microsoft.com/repos/edge/pool/main/m/${MY_PN}/${MY_P}_amd64.deb;
+
+LICENSE="microsoft-edge"
+SLOT="0"
+RESTRICT="bindist mirror strip"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2
+   app-misc/ca-certificates
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-fonts/liberation-fonts
+   media-libs/alsa-lib
+   media-libs/mesa[gbm]
+   net-misc/curl[ssl]
+   net-print/cups
+   sys-apps/dbus
+   sys-apps/util-linux
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3[X]
+   x11-libs/libdrm
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXrandr
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   x11-libs/libxshmfence
+   x11-libs/pango
+   x11-misc/xdg-utils
+"
+
+QA_PREBUILT="*"
+QA_DESKTOP_FILE="usr/share/applications/microsoft-edge.*\\.desktop"
+S=${WORKDIR}
+EDGE_HOME="opt/microsoft/msedge${PN#microsoft-edge}"
+
+pkg_nofetch() {
+   eerror "Please wait 24 hours and sync your tree before reporting a bug 
for microsoft-edge fetch failures."
+}
+
+pkg_pretend() {
+   # Protect against people using autounmask overzealously
+   use amd64 || die "microsoft-edge only works on amd64"
+}
+
+pkg_setup() {
+   chromium_suid_sandbox_check_kernel_config
+}
+
+src_unpack() {
+   :
+}
+
+src_install() {
+   dodir /
+   cd "${ED}" || die
+   unpacker
+
+   rm _gpgorigin || die
+
+   rm -r etc usr/share/menu || die
+   mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
+
+   gzip -d usr/share/doc/${PF}/changelog.gz || die
+   gzip -d usr/share/man/man1/${MY_PN}.1.gz || die
+
+   local suffix=
+   [[ ${PN} == microsoft-edge-beta ]] && suffix=_beta
+   [[ ${PN} == microsoft-edge-dev ]] && suffix=_dev
+
+   local size
+   for size in 16 24 32 48 64 128 256 ; do

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

2021-06-30 Thread Stephan Hartmann
commit: cfe43602f8fd8722a91ada370baab73158a935c2
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Jun 30 20:42:17 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Jun 30 20:42:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe43602

www-client/google-chrome-beta: automated update (92.0.4515.80)

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

 www-client/google-chrome-beta/Manifest  | 2 +-
 ...-beta-92.0.4515.70.ebuild => google-chrome-beta-92.0.4515.80.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/google-chrome-beta/Manifest 
b/www-client/google-chrome-beta/Manifest
index 02a31856c06..425b13326d5 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_92.0.4515.70-1_amd64.deb 84052376 BLAKE2B 
4c410db621fb46c0d2a78d4e20febea976d27db8640123a2d8a950d502e01bdbd234d8d42a28fc74b1a943f6d73ac97a9f263d56d9e83417585d6ce23317941d
 SHA512 
2d353fd694452e6effde99d1a80984a252188a891549aafb5bdb3ae331dd0e6953b1eb4134c5d4bdf498b5d10469981e0d9d469c00d90579e329d4ee0acca09b
+DIST google-chrome-beta_92.0.4515.80-1_amd64.deb 83997848 BLAKE2B 
232dc1fa14bce6419f609f42f5ffe257aa9fe64a5b01ff6e058026c0e89ed86043935881cc1d930b9b0ad58785b58b01568f25c3436e0e5f8901b0cf18d732ad
 SHA512 
d71c9f6025fecb4b40436c8a8624376323f652388043987d2ce66281501043046952c0bde345ed0011ea8b4c79bef724d2bb9e887fd216ce656326048d40174b

diff --git 
a/www-client/google-chrome-beta/google-chrome-beta-92.0.4515.70.ebuild 
b/www-client/google-chrome-beta/google-chrome-beta-92.0.4515.80.ebuild
similarity index 100%
rename from www-client/google-chrome-beta/google-chrome-beta-92.0.4515.70.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-92.0.4515.80.ebuild



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

2021-06-30 Thread Stephan Hartmann
commit: 113fc5905b743bd887a07bbcc0c9e770055bd9a0
Author: Stephan Hartmann  gentoo  org>
AuthorDate: Wed Jun 30 20:42:31 2021 +
Commit: Stephan Hartmann  gentoo  org>
CommitDate: Wed Jun 30 20:42:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113fc590

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

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

 www-plugins/chrome-binary-plugins/Manifest  | 2 +-
 ...15.70_beta.ebuild => chrome-binary-plugins-92.0.4515.80_beta.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 fb7df3bf7be..54e5797cb71 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.70-1_amd64.deb 84052376 BLAKE2B 
4c410db621fb46c0d2a78d4e20febea976d27db8640123a2d8a950d502e01bdbd234d8d42a28fc74b1a943f6d73ac97a9f263d56d9e83417585d6ce23317941d
 SHA512 
2d353fd694452e6effde99d1a80984a252188a891549aafb5bdb3ae331dd0e6953b1eb4134c5d4bdf498b5d10469981e0d9d469c00d90579e329d4ee0acca09b
+DIST google-chrome-beta_92.0.4515.80-1_amd64.deb 83997848 BLAKE2B 
232dc1fa14bce6419f609f42f5ffe257aa9fe64a5b01ff6e058026c0e89ed86043935881cc1d930b9b0ad58785b58b01568f25c3436e0e5f8901b0cf18d732ad
 SHA512 
d71c9f6025fecb4b40436c8a8624376323f652388043987d2ce66281501043046952c0bde345ed0011ea8b4c79bef724d2bb9e887fd216ce656326048d40174b
 DIST google-chrome-stable_91.0.4472.114-1_amd64.deb 83565736 BLAKE2B 
c7e98f10708ba839c6d2e4ced39ac4a2258d2ade9f958f22d97fdd479951d87b8ea60863bc2d7fb8520225b76668f8720a3ee1ada496cd666c31c218b9b54653
 SHA512 
48ff385ab69630b2e734c1c502bc31048bf05958308fb5d478a40f37fe161889b3e0903e5f9b59cf3bfc93b10f6b5a640a6540bb6c247558529253ff864805a7
 DIST google-chrome-unstable_93.0.4557.4-1_amd64.deb 81938736 BLAKE2B 
da06bf54a1dec12dc65c5d12cc22e941d7b2f425fc26e833b836722446acb56f5c1248c65988654f2dbd410a9ae70266f8fb9674674a17c289cccd7eab5ce2fd
 SHA512 
823073884a9947c93899a8aa0a61946205731549b15852f435c3b8c7733bd6457096459c445f5334db0d0ef81370971b7f3fd33d47eb2d18a592103c31852d2e

diff --git 
a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4515.70_beta.ebuild
 
b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4515.80_beta.ebuild
similarity index 100%
rename from 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4515.70_beta.ebuild
rename to 
www-plugins/chrome-binary-plugins/chrome-binary-plugins-92.0.4515.80_beta.ebuild



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

2021-06-30 Thread Ben Kohler
commit: fbca8ecc92d47c30a02ceef7e2d74db78e24b9e6
Author: Ben Kohler  gentoo  org>
AuthorDate: Wed Jun 30 20:40:45 2021 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Wed Jun 30 20:41:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbca8ecc

net-misc/remmina: bump to 1.4.19

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

 net-misc/remmina/Manifest  |   1 +
 net-misc/remmina/remmina-1.4.19.ebuild | 100 +
 2 files changed, 101 insertions(+)

diff --git a/net-misc/remmina/Manifest b/net-misc/remmina/Manifest
index f31501b5536..4819d3b6070 100644
--- a/net-misc/remmina/Manifest
+++ b/net-misc/remmina/Manifest
@@ -2,3 +2,4 @@ DIST Remmina-v1.4.13.tar.gz 2519879 BLAKE2B 
ff2410ffbdea4509866b41e47eaa8caafb7f
 DIST Remmina-v1.4.16.tar.gz 2615347 BLAKE2B 
5cff71d94bf66dd0116be739646c33a601a83deb8fef1cfcddf9c197eb34458ea97f6e45e96e7e0bab7fbfb6d95c6150e5c72c6d5aae5f23bfedc8f080e00ade
 SHA512 
a9b42ba95ab9c5f985c5c359d0fb138d73ca5f0f9199cb9e84e522d1e11c50f9fe2b8c943d64242e367f4185fd9eb0c764321ba9d4ab9a09c5c5c1dc37c0ba78
 DIST Remmina-v1.4.17.tar.gz 2618015 BLAKE2B 
2b4fbc6cd80dba7d73d8ce7cb5627b6fb67c0cc0c76f124da629f2ebee2c5d0542c3e6b626cdc19630f49f1227fada7e5344ff2f49eeabbc8709c50f5d1f58eb
 SHA512 
e833a4c602ce68354b6d65ea0d7e32c19a242bb72d5fcfd558106b6f53d9397b278472070bc53579185ebbc8fb2ea88718e05f05fdb743df5b46051eb3423d78
 DIST Remmina-v1.4.18.tar.gz 2578470 BLAKE2B 
341352b6661a640cf99c5ca6a79f3f1a77cbd0a6027e4bd4a6360f2ed17e1a5abb58ca8a8638988842efb7218072e5cb4a3e56e0f35b7c06f9094c0e00d72689
 SHA512 
98f14caf39afd8531ce1af2e5f9addc1c68fa12eb66845f0436eec623e8bdbdd75ec14c59544e6e6414b2e4c522ac2b8213fd30561a902768d805ceb1d768f69
+DIST Remmina-v1.4.19.tar.gz 2452278 BLAKE2B 
7f5ef0f0a13a73eb4893c4a49f6f97eb0141e3c385306503e63f81efdb5d85453ba9d5f030e6e73502c8ad314d701422e4e03d2ce9e69c5fb8003f01a08a5a42
 SHA512 
c07cee297aee28e772e39bc600144f946f6f315b6e48077c2f756125e51b1e82bc0cee39b9e81ba4568608b14bfd9c7dfc633240eb64245bdeeb537bc812dc6a

diff --git a/net-misc/remmina/remmina-1.4.19.ebuild 
b/net-misc/remmina/remmina-1.4.19.ebuild
new file mode 100644
index 000..4ae5b607d5c
--- /dev/null
+++ b/net-misc/remmina/remmina-1.4.19.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake optfeature xdg
+
+MY_P="${PN^}-v${PV}"
+
+DESCRIPTION="A GTK+ RDP, SPICE, VNC, XDMCP and SSH client"
+HOMEPAGE="https://remmina.org/;
+SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz;
+
+LICENSE="GPL-2+-with-openssl-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="crypt cups examples gnome-keyring gvnc kwallet nls spice ssh rdp 
telemetry telepathy vnc webkit zeroconf"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-libs/json-glib
+   dev-libs/libappindicator:3
+   dev-libs/libpcre2
+   dev-libs/libsodium:=
+   dev-libs/openssl:0=
+   dev-libs/wayland
+   net-libs/libsoup
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   crypt? ( dev-libs/libgcrypt:0= )
+   rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129[X]
+   =net-dns/avahi-0.8-r2[dbus,gtk] )
+"
+BDEPEND="
+   dev-util/intltool
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+
+RDEPEND="
+   ${DEPEND}
+   virtual/freedesktop-icon-theme
+"
+
+DOCS=( AUTHORS CHANGELOG.md README.md THANKS.md )
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   xdg_environment_reset
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWITH_APPINDICATOR=$(usex appindicator)
+   -DWITH_GCRYPT=$(usex crypt)
+   -DWITH_EXAMPLES=$(usex examples)
+   -DWITH_LIBSECRET=$(usex gnome-keyring)
+   -DWITH_KF5WALLET=$(usex kwallet)
+   -DWITH_GETTEXT=$(usex nls)
+   -DWITH_TRANSLATIONS=$(usex nls)
+   -DWITH_FREERDP=$(usex rdp)
+   -DWITH_FREERDP3=OFF
+   -DWITH_CUPS=$(usex cups)
+   -DWITH_SPICE=$(usex spice)
+   -DWITH_LIBSSH=$(usex ssh)
+   -DWITH_VTE=$(usex ssh)
+   -DWITH_TELEPATHY=$(usex telepathy)
+   -DWITH_LIBVNCSERVER=$(usex vnc)
+   -DWITH_WWW=$(usex webkit)
+   -DWITH_AVAHI=$(usex zeroconf)
+   -DWITH_NEWS=$(usex telemetry)
+   -DWITH_ICON_CACHE=OFF
+   -DWITH_UPDATE_DESKTOP_DB=OFF
+   # when this feature is stable, add python eclass usage to 
optionally enable
+   -DWITH_PYTHON=OFF
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt]
+   optfeature "XDMCP support" x11-base/xorg-server[xephyr]
+}



[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/files/, media-video/pipewire/

2021-06-30 Thread Lars Wendler
commit: 1078f2a85b1b3f256d04db4ff165d98a3dce309f
Author: Jaco Kroon  uls  co  za>
AuthorDate: Wed Jun 30 20:28:39 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun 30 20:40:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1078f2a8

media-video/pipewire: Rebased non-systemd integration patch.

Closes: https://bugs.gentoo.org/799353
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Jaco Kroon  uls.co.za>
Closes: https://github.com/gentoo/gentoo/pull/21491
Signed-off-by: Lars Wendler  gentoo.org>

 .../files/pipewire-0.3.31-non-systemd-integration.patch | 17 +
 media-video/pipewire/pipewire-.ebuild   |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)

diff --git 
a/media-video/pipewire/files/pipewire-0.3.31-non-systemd-integration.patch 
b/media-video/pipewire/files/pipewire-0.3.31-non-systemd-integration.patch
new file mode 100644
index 000..ccc89f1310b
--- /dev/null
+++ b/media-video/pipewire/files/pipewire-0.3.31-non-systemd-integration.patch
@@ -0,0 +1,17 @@
+--- a/src/daemon/pipewire.conf.in  2021-06-30 22:22:09.520402459 +0200
 b/src/daemon/pipewire.conf.in  2021-06-30 22:22:30.620404999 +0200
+@@ -234,12 +234,12 @@
+ # but it is better to start it as a systemd service.
+ # Run the session manager with -h for options.
+ #
+-@comment@{ path = "@session_manager_path@"  args = 
"@session_manager_args@" }
++{ path = "@session_manager_path@"  args = "@session_manager_args@" }
+ #
+ # You can optionally start the pulseaudio-server here as well
+ # but it is better to start it as a systemd service.
+ # It can be interesting to start another daemon here that listens
+ # on another address with the -a option (eg. -a tcp:4713).
+ #
+-@comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
++{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
+ ]

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-.ebuild
index acb7e554b78..4520c807491 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-.ebuild
@@ -114,7 +114,7 @@ src_prepare() {
if ! use systemd; then
# This can be applied non-conditionally but would make for a
# significantly worse user experience on systemd then.
-   eapply "${FILESDIR}"/${PN}-0.3.25-non-systemd-integration.patch
+   eapply "${FILESDIR}"/${PN}-0.3.31-non-systemd-integration.patch
fi
 
einfo "Generating ${limitsdfile}"



[gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/files/, media-video/pipewire/

2021-06-30 Thread Lars Wendler
commit: 6b8dc9b2ecd430c571f9d0a7bbde7e43b90f0ed5
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Jun 30 20:14:59 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Jun 30 20:14:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8dc9b2

media-video/pipewire: Fixed openaptx revert patch again

Closes: https://bugs.gentoo.org/799353
Signed-off-by: Lars Wendler  gentoo.org>

 ...pewire-0.3.31-revert-openaptx-restriction.patch | 30 ++
 media-video/pipewire/pipewire-.ebuild  |  2 +-
 2 files changed, 31 insertions(+), 1 deletion(-)

diff --git 
a/media-video/pipewire/files/pipewire-0.3.31-revert-openaptx-restriction.patch 
b/media-video/pipewire/files/pipewire-0.3.31-revert-openaptx-restriction.patch
new file mode 100644
index 000..d8496bc5a69
--- /dev/null
+++ 
b/media-video/pipewire/files/pipewire-0.3.31-revert-openaptx-restriction.patch
@@ -0,0 +1,30 @@
+From 3449214466c4dac866ec9f47ecc573efaf4505bb Mon Sep 17 00:00:00 2001
+From: Thomas Deutschmann 
+Date: Fri, 21 May 2021 10:32:52 +0200
+Subject: [PATCH] Revert "openaptx: Blacklist >= 0.2.1 due to license change"
+
+This reverts commit d08b6fac6bec0d334ee9fc785d551a67832f95fe.
+
+Doesn't apply to us.
+
+Bug: https://bugs.gentoo.org/785634
+---
+ spa/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/spa/meson.build b/spa/meson.build
+index e13802e94..885b25405 100644
+--- a/spa/meson.build
 b/spa/meson.build
+@@ -28,7 +28,7 @@ if not get_option('spa-plugins').disabled()
+ summary({'LDAC': ldac_dep.found()}, bool_yn: true, section: 'Bluetooth 
audio codecs')
+ ldac_abr_dep = dependency('ldacBT-abr', required : 
get_option('bluez5-codec-ldac'))
+ summary({'LDAC ABR': ldac_abr_dep.found()}, bool_yn: true, section: 
'Bluetooth audio codecs')
+-aptx_dep = dependency('libopenaptx', version : '< 0.2.1', required : 
get_option('bluez5-codec-aptx'))
++aptx_dep = dependency('libopenaptx', required : 
get_option('bluez5-codec-aptx'))
+ summary({'aptX': aptx_dep.found()}, bool_yn: true, section: 'Bluetooth 
audio codecs')
+ fdk_aac_dep = dependency('fdk-aac', required : 
get_option('bluez5-codec-aac'))
+ summary({'AAC': fdk_aac_dep.found()}, bool_yn: true, section: 'Bluetooth 
audio codecs')
+-- 
+2.32.0
+

diff --git a/media-video/pipewire/pipewire-.ebuild 
b/media-video/pipewire/pipewire-.ebuild
index d2c5423d5e5..acb7e554b78 100644
--- a/media-video/pipewire/pipewire-.ebuild
+++ b/media-video/pipewire/pipewire-.ebuild
@@ -101,7 +101,7 @@ DOCS=( {README,INSTALL}.md NEWS )
 
 PATCHES=(
"${FILESDIR}"/${PN}-0.3.25-enable-failed-mlock-warning.patch
-   "${FILESDIR}"/${PN}-0.3.29-revert-openaptx-restriction.patch
+   "${FILESDIR}"/${PN}-0.3.31-revert-openaptx-restriction.patch
 )
 
 # limitsdfile related code taken from =sys-auth/realtime-base-0.1



[gentoo-commits] repo/proj/guru:dev commit in: x11-misc/squeekboard/

2021-06-30 Thread Marco Scardovi
commit: e9bb0b6024e378f175bd8feafad28907d8198401
Author: Marco Scardovi  scardovi  com>
AuthorDate: Wed Jun 30 19:43:30 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Wed Jun 30 19:43:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9bb0b60

x11-misc/squeekboard: fix 799191

Closes: https://bugs.gentoo.org/799191
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>

 x11-misc/squeekboard/squeekboard-1.14.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/x11-misc/squeekboard/squeekboard-1.14.0.ebuild 
b/x11-misc/squeekboard/squeekboard-1.14.0.ebuild
index 40c35ece2..a095947f1 100644
--- a/x11-misc/squeekboard/squeekboard-1.14.0.ebuild
+++ b/x11-misc/squeekboard/squeekboard-1.14.0.ebuild
@@ -69,9 +69,8 @@ RDEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
gnome-base/gnome-desktop
-   gui-libs/gtk
media-fonts/noto-emoji
-   x11-libs/gtk+:3
+   x11-libs/gtk+:3[wayland]
 "
 
 BDEPEND="



[gentoo-commits] repo/proj/guru:master commit in: x11-terms/terminus-bin/

2021-06-30 Thread Florian Schmaus
commit: 53d5da3eb038226041c0bbe86cc442200bd39d44
Author: Marco Scardovi  scardovi  com>
AuthorDate: Wed Jun 30 19:24:01 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun 30 19:24:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53d5da3e

x11-terms/terminus-bin: bump to 143

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>

 x11-terms/terminus-bin/Manifest | 2 +-
 .../{terminus-bin-1.0.139.ebuild => terminus-bin-1.0.143.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
index bdf0e92af..9489cad86 100644
--- a/x11-terms/terminus-bin/Manifest
+++ b/x11-terms/terminus-bin/Manifest
@@ -1,2 +1,2 @@
-DIST terminus-bin-1.0.139.tar.gz 97782703 BLAKE2B 
df4cb51ed2510210fa2c3a1923a92dd5b7011744f656131d82ba7964a0323a6b17fd4dfdda337ccb38158a13cab1a1058136c75df39e638ba874ad7ccd23b93a
 SHA512 
501ef9455dda91f1b36418c6babb3019643507ab40be0e3e93a0bd42c8d704002aa502d4951f07038406c8a63adc7eb570a69dae96a061ce1eba6298892eea37
+DIST terminus-bin-1.0.143.tar.gz 96779825 BLAKE2B 
829b0cfed33971b8f7c436b4950fbb6546f21ae2be548da711669fd528570ada9e8a9671bdbd2275f54683565ec7789263a8463e1692f49c1137d5e97e08b1be
 SHA512 
dbd752e8b6f8fd47594f0ec7785b668e424bb05b411e3b18fd9c5b4d1048a97df0a2e18036d0b8396f7d72cfd65200d0c9543ee2dcb888575d67fc6369091ec1
 DIST terminus-icons.tar.gz 29662 BLAKE2B 
156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e
 SHA512 
03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.139.ebuild 
b/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild
similarity index 100%
rename from x11-terms/terminus-bin/terminus-bin-1.0.139.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild



[gentoo-commits] repo/proj/guru:master commit in: app-misc/nonsense/, app-misc/nonsense/files/

2021-06-30 Thread Florian Schmaus
commit: 7ebb36b5a2dccad1459432fb7635ce7a9905c800
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun 30 12:29:28 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun 30 12:30:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ebb36b5

app-misc/nonsense: workaround with a wrapper

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 app-misc/nonsense/files/nonsense.sh  |  4 
 app-misc/nonsense/nonsense-0.7-r1.ebuild | 24 
 2 files changed, 28 insertions(+)

diff --git a/app-misc/nonsense/files/nonsense.sh 
b/app-misc/nonsense/files/nonsense.sh
new file mode 100644
index 0..45707ce36
--- /dev/null
+++ b/app-misc/nonsense/files/nonsense.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /usr/share/nonsense
+exec perl /usr/share/nonsense/nonsense.pl "$@"

diff --git a/app-misc/nonsense/nonsense-0.7-r1.ebuild 
b/app-misc/nonsense/nonsense-0.7-r1.ebuild
new file mode 100644
index 0..829f3a0d3
--- /dev/null
+++ b/app-misc/nonsense/nonsense-0.7-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT="766d34590e1fc0edddb381ad16fab57f5d20d299"
+
+DESCRIPTION="Generates random text from datafiles and templates"
+HOMEPAGE="
+   https://github.com/aduial/nonsense
+   https://nonsense.sourceforge.net
+"
+SRC_URI="https://github.com/aduial/nonsense/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_install() {
+   newbin "${FILESDIR}/nonsense.sh" nonsense
+   dodoc README.md CHANGELOG.md HOWTO.md
+   insinto /usr/share/nonsense
+   doins *.data *.html *.template nonsense.pl
+}



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

2021-06-30 Thread Florian Schmaus
commit: a5c1a762be7b13770644c1d3dc174e3f5cb177d8
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun 30 00:02:15 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun 30 12:30:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5c1a762

app-text/cmark-gfm: initial import

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

 app-text/cmark-gfm/Manifest  |  1 +
 app-text/cmark-gfm/cmark-gfm-0.29.0.0.ebuild | 35 
 app-text/cmark-gfm/metadata.xml  | 11 +
 3 files changed, 47 insertions(+)

diff --git a/app-text/cmark-gfm/Manifest b/app-text/cmark-gfm/Manifest
new file mode 100644
index 0..d9c64
--- /dev/null
+++ b/app-text/cmark-gfm/Manifest
@@ -0,0 +1 @@
+DIST cmark-gfm-0.29.0.0.tar.gz 284071 BLAKE2B 
aeb831c899bb53934b8a84387d0e690174ce4083da047f7c7de890e04df0ca9b16660e9a67a5b337a24fa3075c809596478fad2bbfb5fd20b7cfeb021af997f6
 SHA512 
54e396e035a43e4d0c86fa7f1c48a6a1283c0caaabdbc56dfcecee92e89e69f6d2e016ae2d9cf4f40258a6455fba7b813c1c6e6d37e53d33a381088ccbc5673e

diff --git a/app-text/cmark-gfm/cmark-gfm-0.29.0.0.ebuild 
b/app-text/cmark-gfm/cmark-gfm-0.29.0.0.ebuild
new file mode 100644
index 0..386e2c8db
--- /dev/null
+++ b/app-text/cmark-gfm/cmark-gfm-0.29.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYPV="$(ver_rs 3 '.gfm.')"
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit cmake python-any-r1
+
+DESCRIPTION="GitHub's fork of cmark"
+HOMEPAGE="https://github.com/github/cmark-gfm;
+SRC_URI="https://github.com/github/cmark-gfm/archive/${MYPV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MYPV}"
+LICENSE="BSD-2"
+SLOT="0/0.29.0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( ${PYTHON_DEPS} )"
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMARK_LIB_FUZZER=OFF
+   -DCMARK_SHARED=ON
+   -DCMARK_STATIC=OFF
+   -DCMARK_TESTS="$(usex test)"
+   )
+   cmake_src_configure
+}

diff --git a/app-text/cmark-gfm/metadata.xml b/app-text/cmark-gfm/metadata.xml
new file mode 100644
index 0..69854aee3
--- /dev/null
+++ b/app-text/cmark-gfm/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+github/cmark-gfm
+  
+



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

2021-06-30 Thread Florian Schmaus
commit: 303f87e9940912f408dc570fb97bce640c3ddab2
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun 30 17:01:54 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun 30 17:01:54 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=303f87e9

sys-cluster/nanos6: add 2.6, drop 2.5.1-r2

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

 sys-cluster/nanos6/Manifest|  2 +-
 sys-cluster/nanos6/metadata.xml|  3 +--
 .../{nanos6-2.5.1-r2.ebuild => nanos6-2.6.ebuild}  | 18 +-
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/nanos6/Manifest b/sys-cluster/nanos6/Manifest
index 783a17df8..6ef8d525e 100644
--- a/sys-cluster/nanos6/Manifest
+++ b/sys-cluster/nanos6/Manifest
@@ -1 +1 @@
-DIST nanos6-2.5.1.tar.gz 744260 BLAKE2B 
6b294391ebb18806da76b4bc73aaf6f7082ab4a61693ab300e130f04942bf50c1da884e5271765465bedab863cb1ce545a43ac09727152c0a52d69852e60e373
 SHA512 
c7da862aa41fb0be1a992f4fde7306a02c4159c05a89055f0144bf6a815c10ff5f7e7ee11b4afaa4c468afdd538a99b3b5971a896221b20928805b45d35e0335
+DIST nanos6-2.6.tar.gz 739246 BLAKE2B 
4a5cb079b09fe2eaa40ee4064307dfc8facf1515801c6ddfe34b301b6c48df167a3603435e3998f28511738709e53d7245421bcdda69829268b7f86748d3de87
 SHA512 
af6e95f2d523a22b033f380efd4c36d44d85708b7852f692dc700c89dcca12405882d09437d672f06ffd0dbe429bc1e2f52f86e148882d254f7a3d8f8221b222

diff --git a/sys-cluster/nanos6/metadata.xml b/sys-cluster/nanos6/metadata.xml
index dd376439d..c937f87cc 100644
--- a/sys-cluster/nanos6/metadata.xml
+++ b/sys-cluster/nanos6/metadata.xml
@@ -10,7 +10,6 @@
bsc-pm/nanos6


-   
Enable OmpSs@Cluster support. This 
requires an MPI version that supports MPI_THREAD_MULTIPLE to be present in your 
environment

enable extra assertions and checks in debug 
- may cause significant slowdown
@@ -19,7 +18,7 @@
to generate execution traces for offline 
performance analysis with paraver


-   
+   Add support for 
dev-libs/memkind in memory allocator

enable dev-libs/papi support


diff --git a/sys-cluster/nanos6/nanos6-2.5.1-r2.ebuild 
b/sys-cluster/nanos6/nanos6-2.6.ebuild
similarity index 84%
rename from sys-cluster/nanos6/nanos6-2.5.1-r2.ebuild
rename to sys-cluster/nanos6/nanos6-2.6.ebuild
index e7624ed39..c9fec03aa 100644
--- a/sys-cluster/nanos6/nanos6-2.5.1-r2.ebuild
+++ b/sys-cluster/nanos6/nanos6-2.6.ebuild
@@ -12,10 +12,10 @@ S="${WORKDIR}/${PN}-version-${PV}"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="cluster debug dlb execution-workflow extrae papi unwind"
+IUSE="cluster debug dlb execution-workflow extrae memkind papi unwind"
 #chrono-arch build fail
 #jemalloc require custom stuff
-#TODO: cuda pqos mercurium memkind k1om
+#TODO: cuda pqos mercurium k1om babeltrace2
 #TODO: llvm-libunwind
 
 RDEPEND="
@@ -27,6 +27,7 @@ RDEPEND="
cluster? ( virtual/mpi )
dlb? ( sys-cluster/dlb )
extrae? ( sys-cluster/extrae[nanos] )
+   memkind? ( dev-libs/memkind )
papi? ( dev-libs/papi )
unwind? ( sys-libs/libunwind )
 "
@@ -40,7 +41,6 @@ src_prepare() {
 
 src_configure() {
local myconf=(
-   --disable-chrono-arch
--disable-embed-code-changes
--disable-openacc
--disable-static
@@ -63,11 +63,21 @@ src_configure() {
)
use dlb && myconf+=( "--with-dlb=${EPREFIX}/usr" )
 
+#  if use babeltrace; then
+#  myconf+=( "--with-babeltrace2=${EPREFIX}/usr" )
+#  else
+#  myconf+=( "--without-babeltrace2" )
+#  fi
if use extrae; then
myconf+=( "--with-extrae=${EPREFIX}/usr" )
else
myconf+=( "--without-extrae" )
fi
+   if use memkind; then
+   myconf+=( "--with-memkind=${EPREFIX}/usr" )
+   else
+   myconf+=( "--without-memkind" )
+   fi
if use papi; then
myconf+=( "--with-papi=${EPREFIX}/usr" )
else
@@ -82,9 +92,7 @@ src_configure() {
econf "${myconf[@]}"
 }
 #  --without-pqos
-#  --without-jemalloc
 #  --without-cuda
-#  --without-memkind
 
 src_install() {
default



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

2021-06-30 Thread Florian Schmaus
commit: d05258d472ac7be5d185b4f32241b4359dea2cc5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun 30 16:56:43 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun 30 16:56:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d05258d4

dev-libs/memkind: initial import

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

 dev-libs/memkind/Manifest  |  1 +
 dev-libs/memkind/memkind-1.11.0.ebuild | 48 ++
 dev-libs/memkind/metadata.xml  | 17 
 3 files changed, 66 insertions(+)

diff --git a/dev-libs/memkind/Manifest b/dev-libs/memkind/Manifest
new file mode 100644
index 0..ccd278dda
--- /dev/null
+++ b/dev-libs/memkind/Manifest
@@ -0,0 +1 @@
+DIST memkind-1.11.0.tar.gz 1072455 BLAKE2B 
2de2cf053687ba2150f694e8c4143eeca74fc377feee2b6892067b661d8c58d7d5fcacb021fc92a47dad27f52aa4cbc6408cfede3141ab1f8ae81147b49aa6a7
 SHA512 
0b5bde35b3565c730fa954aebfe2ccbecd1e120c920d05acdbc0a74914731a90aeef8d57101f1f47bd35fd310bc143fa517bc871b32e592b8412384ff652fc05

diff --git a/dev-libs/memkind/memkind-1.11.0.ebuild 
b/dev-libs/memkind/memkind-1.11.0.ebuild
new file mode 100644
index 0..2eec152e7
--- /dev/null
+++ b/dev-libs/memkind/memkind-1.11.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools linux-info
+
+DESCRIPTION="user extensible heap manager built on top of jemalloc"
+HOMEPAGE="https://memkind.github.io/memkind;
+SRC_URI="https://github.com/memkind/memkind/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="+heap-manager openmp secure +tls" #daxctl
+#RESTRICT="test"
+
+DEPEND="
+   sys-block/ndctl
+   sys-process/numactl
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   default
+   eautoreconf
+   cd jemalloc && eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   --disable-silent-rules
+   --enable-shared
+   --enable-static
+   --enable-daxctl
+   $(use_enable heap-manager)
+   $(use_enable openmp)
+   $(use_enable secure)
+   $(use_enable tls)
+   )
+   econf "${myconf[@]}"
+}
+
+src_test() {
+   addwrite /proc/sys/vm/nr_hugepages
+   echo 3000 > /proc/sys/vm/nr_hugepages
+   emake check
+}

diff --git a/dev-libs/memkind/metadata.xml b/dev-libs/memkind/metadata.xml
new file mode 100644
index 0..85632a06d
--- /dev/null
+++ b/dev-libs/memkind/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   co-maintainers welcome
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   memkind/memkind
+   
+   
+   Allow switching allocator at 
runtime
+   Build libraries with security 
enhancements
+   Enable thread local storage
+   
+



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

2021-06-30 Thread Florian Schmaus
commit: 3ab48d5abf3465abab7610bd743e234adfab57a9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Jun 30 12:29:56 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun 30 12:30:15 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ab48d5a

app-misc/nonsense: drop 0.6, 0.7

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

 app-misc/nonsense/Manifest|  1 -
 app-misc/nonsense/nonsense-0.6.ebuild | 19 ---
 app-misc/nonsense/nonsense-0.7.ebuild | 24 
 3 files changed, 44 deletions(-)

diff --git a/app-misc/nonsense/Manifest b/app-misc/nonsense/Manifest
index bdf6b2b91..3f79d6137 100644
--- a/app-misc/nonsense/Manifest
+++ b/app-misc/nonsense/Manifest
@@ -1,2 +1 @@
-DIST nonsense-0.6.tar.gz 125943 BLAKE2B 
6037d8c052e3ff58ff29a7c5e9b31129020acf85f73724be82932b519069a04c0fc0a6e5773a304734dcd51c042acf00a1c6ad7c9afb4c9eb7bba19a6f460ffc
 SHA512 
022d3d4c5535da7bc67b28259f95a99ca52cf71dd3cca36993f77d3175f37384caa3f387e4ddd3d3c27ee5000c86f574680365e8249d74375688508f64228d67
 DIST nonsense-0.7.tar.gz 132925 BLAKE2B 
75748573c549f60eb48fcb23788600c44f9c97c3ba4dc6f271651d4cb717b044faa4f805a24c8d16daaa2f432bedf38f6ffee4a629a2231f59cac4e9f8dd2b66
 SHA512 
faefa857526312454e71cff4950149ce1623edbe129614c11d64f77305b71acd870171642b36d0fd8bef7e3dcecdbc68f2a1c77820c9f4c7ca756d8cce41fe1e

diff --git a/app-misc/nonsense/nonsense-0.6.ebuild 
b/app-misc/nonsense/nonsense-0.6.ebuild
deleted file mode 100644
index 7c68afc10..0
--- a/app-misc/nonsense/nonsense-0.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Generates random text from datafiles and templates"
-HOMEPAGE="https://nonsense.sourceforge.net;
-SRC_URI="mirror://sourceforge/nonsense/nonsense-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_install() {
-   dobin nonsense
-   dodoc README CHANGELOG
-   insinto /usr/share/nonsense
-   doins *.data *.html *.template
-}

diff --git a/app-misc/nonsense/nonsense-0.7.ebuild 
b/app-misc/nonsense/nonsense-0.7.ebuild
deleted file mode 100644
index 4874390fc..0
--- a/app-misc/nonsense/nonsense-0.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT="766d34590e1fc0edddb381ad16fab57f5d20d299"
-
-DESCRIPTION="Generates random text from datafiles and templates"
-HOMEPAGE="
-   https://github.com/aduial/nonsense
-   https://nonsense.sourceforge.net
-"
-SRC_URI="https://github.com/aduial/nonsense/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-${COMMIT}"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_install() {
-   newbin nonsense.pl nonsense
-   dodoc README.md CHANGELOG.md HOWTO.md
-   insinto /usr/share/nonsense
-   doins *.data *.html *.template
-}



[gentoo-commits] repo/proj/guru:master commit in: net-p2p/bisq/

2021-06-30 Thread Florian Schmaus
commit: 5d39ec7bc1ccbafba7259daad761e3997a0251e4
Author: Emil Jacobs  emiljacobs  nl>
AuthorDate: Wed Jun 30 07:21:27 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Jun 30 07:21:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d39ec7b

net-p2p/bisq: 1.7.0 update

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Emil Jacobs  emiljacobs.nl>

 net-p2p/bisq/Manifest | 2 +-
 net-p2p/bisq/{bisq-1.6.4.ebuild => bisq-1.7.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/bisq/Manifest b/net-p2p/bisq/Manifest
index 908cfccdf..91786dd97 100644
--- a/net-p2p/bisq/Manifest
+++ b/net-p2p/bisq/Manifest
@@ -1,2 +1,2 @@
-DIST Bisq-64bit-1.6.4.deb 164491680 BLAKE2B 
70cb40cb3577168ffc9e09a099b264af2d8a38d25701ed54f302d92a6380de73b26791c0bd579462ca89f15082c99a90d48884b153068e02758a6943c0d7662b
 SHA512 
81f6405a70eb0eecb56575bfbf0567d353d0835f707830f141480749fb917c2ebc0deb2438a79ca94ad5ef6aa87f3c1d61343b9e1a3d53fb0d29bd131631e9e1
 DIST Bisq-64bit-1.6.5.deb 168159296 BLAKE2B 
a21dc433b9b92a88538580da5a693d2a4440265edf099d40f13b73882eeff6b38fea481e255f11a12473f28247df3824e63dfd68cfbef695fb80b5393bd955b9
 SHA512 
32da5f7bdf89eb3dc9b7c08df4199a4fe8272e1006d42cbbde1ea1802bfec98493e9e879e2331fa056c21e4f0c3f31285e0cdf9360ec97a25f968da906d05c29
+DIST Bisq-64bit-1.7.0.deb 169872824 BLAKE2B 
af5a28b228cbf94b995523972afa2988f8b1c10392f8ab7b191356bff5416efe5ec4748f0dd5651d826404a90317ba2e642a7197acefce2688bc7ee5f7577e44
 SHA512 
9308ebea387bcd23b75656271344f62d7e2fc35d99bb1898cf10fcb1a32c926c7807b81029f1d8e871fae9c7400f8004db8090fbe72f5c61cdf20d71eb473e77

diff --git a/net-p2p/bisq/bisq-1.6.4.ebuild b/net-p2p/bisq/bisq-1.7.0.ebuild
similarity index 100%
rename from net-p2p/bisq/bisq-1.6.4.ebuild
rename to net-p2p/bisq/bisq-1.7.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: x11-terms/terminus-bin/

2021-06-30 Thread Marco Scardovi
commit: 53d5da3eb038226041c0bbe86cc442200bd39d44
Author: Marco Scardovi  scardovi  com>
AuthorDate: Wed Jun 30 19:24:01 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Wed Jun 30 19:24:01 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53d5da3e

x11-terms/terminus-bin: bump to 143

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi  scardovi.com>

 x11-terms/terminus-bin/Manifest | 2 +-
 .../{terminus-bin-1.0.139.ebuild => terminus-bin-1.0.143.ebuild}| 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/terminus-bin/Manifest b/x11-terms/terminus-bin/Manifest
index bdf0e92af..9489cad86 100644
--- a/x11-terms/terminus-bin/Manifest
+++ b/x11-terms/terminus-bin/Manifest
@@ -1,2 +1,2 @@
-DIST terminus-bin-1.0.139.tar.gz 97782703 BLAKE2B 
df4cb51ed2510210fa2c3a1923a92dd5b7011744f656131d82ba7964a0323a6b17fd4dfdda337ccb38158a13cab1a1058136c75df39e638ba874ad7ccd23b93a
 SHA512 
501ef9455dda91f1b36418c6babb3019643507ab40be0e3e93a0bd42c8d704002aa502d4951f07038406c8a63adc7eb570a69dae96a061ce1eba6298892eea37
+DIST terminus-bin-1.0.143.tar.gz 96779825 BLAKE2B 
829b0cfed33971b8f7c436b4950fbb6546f21ae2be548da711669fd528570ada9e8a9671bdbd2275f54683565ec7789263a8463e1692f49c1137d5e97e08b1be
 SHA512 
dbd752e8b6f8fd47594f0ec7785b668e424bb05b411e3b18fd9c5b4d1048a97df0a2e18036d0b8396f7d72cfd65200d0c9543ee2dcb888575d67fc6369091ec1
 DIST terminus-icons.tar.gz 29662 BLAKE2B 
156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e
 SHA512 
03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus-bin/terminus-bin-1.0.139.ebuild 
b/x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild
similarity index 100%
rename from x11-terms/terminus-bin/terminus-bin-1.0.139.ebuild
rename to x11-terms/terminus-bin/terminus-bin-1.0.143.ebuild



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

2021-06-30 Thread Mike Gilbert
commit: 5b7a3b0f83668f4519cda92e9195c2abe0ce44e0
Author: David Michael  gmail  com>
AuthorDate: Sun Jun 27 14:15:58 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Jun 30 18:48:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b7a3b0f

sys-libs/timezone-data: fix invalid WORKDIR when cross-compiling

Closes: https://bugs.gentoo.org/798918
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-libs/timezone-data/timezone-data-2021a-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild 
b/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
index e103ef29df6..b6782069d7c 100644
--- a/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2021a-r1.ebuild
@@ -21,7 +21,10 @@ DEPEND="nls? ( virtual/libintl )"
 RDEPEND="${DEPEND}
!sys-libs/glibc[vanilla(+)]"
 
-S=${WORKDIR}
+src_unpack() {
+   mkdir -p "${S}" && cd "${S}" || die
+   default
+}
 
 src_prepare() {
default



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

2021-06-30 Thread Mike Pagano
commit: a260661a3808451ce52a6eede4002a2624fee915
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Jun 30 18:41:27 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Jun 30 18:41:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a260661a

sys-kernel/gentoo-sources: Linux patch updates

Linux 5.10.47
Linux 5.4.129
Linux 4.19.196
Linux 4.14.238
Linux 4.9.274
Linux 4.4.274

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

 sys-kernel/gentoo-sources/Manifest | 18 ++
 .../gentoo-sources/gentoo-sources-4.14.238.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.19.196.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.4.274.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-4.9.274.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.10.47.ebuild   | 28 ++
 .../gentoo-sources/gentoo-sources-5.4.129.ebuild   | 28 ++
 7 files changed, 186 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 95b355f5f8e..c1e8385bea6 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,6 +13,9 @@ DIST genpatches-4.14-246.extras.tar.xz 3340 BLAKE2B 
9b6104df10a436d6623f9d4a8650
 DIST genpatches-4.14-247.base.tar.xz 5107448 BLAKE2B 
d5cea860bde0f14801a65df86acae8354c9ce0dacd8acd1d42bff26d4152aee4ca09c3c734716f407800f968ff6187d28b3ea5bbf5c2965279625b20ef587973
 SHA512 
8e520df902c3b0ba17f99db2e75d62d1fe190c8d0fd94d1f8b209333c6bf73c1324d40c6477e5da71d44c68e087deb3720997e69eeabb8b67db1a515a1f01a12
 DIST genpatches-4.14-247.experimental.tar.xz 5712 BLAKE2B 
5bf84f6e5978cacf77a471e906e6acc4afbcbd4fa42b1fe4235144e8ac022e497adad8949ad61f1f30296ddd1a225d1cfee50421f9937a9e5b785ba05ba34a84
 SHA512 
38783f67f4b75e7324e0ff21ce0c9f126ee190679b819171988477ec56f0700826b415c99e9f6fa2bdd8050602db14d8d74201a0d71e9372403a8511cdffe487
 DIST genpatches-4.14-247.extras.tar.xz 3340 BLAKE2B 
253bdbc0df0d88ebaa2c8b51979c539d739df6a54a7d66585a97938cfa2314945fcd5ecbc0e9c51eaed5b26306afdf8a84727125c158b306d289ab8321c2732b
 SHA512 
0f2dd824b3eaec2b9db162317cfafbcfe5e3690d074728e3e4f03a33090702d6a50d89700e99b9861585cc7dd2da2a4a29e9000197c05cb17a7becbcc237d824
+DIST genpatches-4.14-248.base.tar.xz 5122664 BLAKE2B 
1f43c126a36a9fa540512b1d0a38e1af593099d57134dea02f8dfe5355c981026a01c7a2e91024833f7182803a3a67d769f8178df266ca780d229ac6466da49c
 SHA512 
9a7fa678db39b6413cd5664a73564f137f9a9de0effb7ecc8ea775ad1af9c0ab9e3ff3edfab616d4459996f0688d49fade076c39ae6058ccf338b622fb1e33a8
+DIST genpatches-4.14-248.experimental.tar.xz 5712 BLAKE2B 
3d988dd1ea6036fdc974b1292b6ee6d397c24f0b574e341b663d5311999f01449faeefc5b8d307b173d295d57a197fc2d26ab3cbfbf960af604ac928887e9f92
 SHA512 
c5c68478493ca32aabdf01547c64069f9ac7506d12a59636b3b41dfeee182c27aba02e65e50c557a772f050233ff651a0396c4c28e89b51207468c7143115b4f
+DIST genpatches-4.14-248.extras.tar.xz 3340 BLAKE2B 
a0906876bb9d64c2039957485672c795a9026d055c570e4d0156c05af0bc23ad066c67ee21e6f9bba41c36f36693e1ea7fe7d167a2d1a9e05f4413cf4a034744
 SHA512 
4360b20d8e8e00b2ca5c0f1d0a5878d6f44a74dccb0cdb34d2176cb01ea1b7dd8cf27cf5547b776189d8645e526cacd2fa7ef5f8f5706b1ff1260e8b70be0f32
 DIST genpatches-4.19-183.base.tar.xz 4496972 BLAKE2B 
50b2a224e191ab6aac262b592752b78cc2259bde77a3191d069afc5f27a987b1749f9886883e3d20e2e52d2a1a38b01fb53d8bc5872220b88bf794476899136e
 SHA512 
954ee22987946fa1961ed843fad5439e9adae501e7e6b37c9a5f42b3e89a87c0b4b688111bb3df2643db1febf6cd6297b0eaaef3484a4087cb5f41239978d3d4
 DIST genpatches-4.19-183.experimental.tar.xz 7500 BLAKE2B 
fa2afd996ff04ceda3c59126fe7de12085c9abbf91101d88c94e9c0e01e8590c8b129aeabef872a238f51d230eb3acb21b0f30e6169dcf5f9c8bf62e2c34a054
 SHA512 
e36f71faca3ad33c465148fcf8f5ae44bf1ae07e06cd03b32420930b09bd9a698306e26579d69c14a87735805380bef8424c375df878eca920ed5f78986e
 DIST genpatches-4.19-183.extras.tar.xz 3316 BLAKE2B 
776b600248dbebfb9f87af1b6149ac9867f94559d1e7cb4b9018144d2fc6c901cda19099e0cbc07f1b5837d6cf9a0dfdfa2e034a1ead20dfb042c029a36a62b4
 SHA512 
00dca69d69edf3dc7c902d992e08c67a9907d398c29d60fab3df4703efb6ee296c2693fc5acc2c47f32bc93fb8be33ab0bee1be98ec1a009810e26cf12d94b14
@@ -28,6 +31,9 @@ DIST genpatches-4.19-193.extras.tar.xz 3312 BLAKE2B 
45c532c6a41c4cc580e64781ad75
 DIST genpatches-4.19-194.base.tar.xz 4712324 BLAKE2B 
6cef5b01739c78bc0a1f29dd9bd0af3ef06819426c609c76d00c22bd67c6ca4c360ffa69248b1c0e61ccde50337c95a69948e3ed0facf13fc185151cc79f6663
 SHA512 
f6d2d5b0dd6fbc23690ba3754f747e9879c545e73a15f23c06782b8da03cb8a54fcde3fc49d72c893d8f224d05a50bb1d6c9086f34d3156cbb115b1d2b4ea746
 DIST genpatches-4.19-194.experimental.tar.xz 5468 BLAKE2B 
3f751917e74a5d93d7ba7a4572b6e87c466a4eb600d1de1880a35d28d534f2ab5aa74a10b904b4bb79c633fee2d79b309c52975f9d48fe10d8de5c1d5723bc7b
 SHA512 

  1   2   3   4   >