[gentoo-commits] repo/gentoo:master commit in: app-laptop/tuxedo-keyboard/

2021-03-17 Thread Marc Schiffbauer
commit: 0c635a9098c3117fcc0695cd23b775ea56a4964d
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Thu Mar 18 04:53:28 2021 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Thu Mar 18 04:56:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c635a90

app-laptop/tuxedo-keyboard: add new version

Closes: https://bugs.gentoo.org/761379
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Marc Schiffbauer  gentoo.org>

 app-laptop/tuxedo-keyboard/Manifest|  1 +
 .../tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/app-laptop/tuxedo-keyboard/Manifest 
b/app-laptop/tuxedo-keyboard/Manifest
index 6f792af4400..7813aa7db01 100644
--- a/app-laptop/tuxedo-keyboard/Manifest
+++ b/app-laptop/tuxedo-keyboard/Manifest
@@ -1 +1,2 @@
 DIST tuxedo-keyboard-2.0.5.tar.gz 31001 BLAKE2B 
931d011e2ac521cef1670a8952886c1ac9b2476c6227c2b3cfce28d52622d3869f3c55773279eea3cbcc94d7c5b12d5d5653a8e2f9c142d0c044fa23fddd958c
 SHA512 
3b7a9331d04e2918f3452f9561b05f39ea458960c2ade299a368899638987178cfd33fa066a0835f88b14c240d7937692d7994ccf978749ea7fdc428e587e06a
+DIST tuxedo-keyboard-3.0.3.tar.gz 48275 BLAKE2B 
be4fd4a52cd578ec7db2d0f94c64ba842c2b28ecabbca10331024e104cf4dbaa655e0686f412141ac3ad6bc0430398797f628139a396e5a41ac73c33943230cf
 SHA512 
6ebbde6ea9351f9fd7167d38d8b5f836d1fda2fbbcf80755e86c2b76c49cf263ad2e9cfc47bea3449387626d88d8c1725335c2861ec2ff5a76e64ef87e27d9fb

diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild 
b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild
new file mode 100644
index 000..209f68c7249
--- /dev/null
+++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod toolchain-funcs
+
+DESCRIPTION="Kernel Module for Tuxedo Keyboard"
+HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-keyboard;
+SRC_URI="https://github.com/tuxedocomputers/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BUILD_TARGETS="all"
+MODULE_NAMES="clevo_acpi(tuxedo:${S}:src) clevo_wmi(tuxedo:${S}:src) 
tuxedo_keyboard(tuxedo:${S}:src) tuxedo_io(tuxedo:${S}:src/tuxedo_io)"
+
+pkg_setup() {
+   linux-mod_pkg_setup
+   BUILD_PARAMS="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/ananicy/

2021-03-17 Thread Alessandro Barbieri
commit: bb916b8bbf67dc091efb3111cbb0e8334a65f3ab
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 18 01:59:04 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Mar 18 01:59:04 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb916b8b

app-admin/ananicy: fix path and add pypy3

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

 app-admin/ananicy/ananicy-2.2.1.ebuild | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-admin/ananicy/ananicy-2.2.1.ebuild 
b/app-admin/ananicy/ananicy-2.2.1.ebuild
index 420cf2a4..ad97cebe 100644
--- a/app-admin/ananicy/ananicy-2.2.1.ebuild
+++ b/app-admin/ananicy/ananicy-2.2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
 
 inherit python-any-r1
 
@@ -18,6 +18,11 @@ RDEPEND="sys-apps/systemd"
 S="${WORKDIR}/${P^}"
 DOCS=( README.md )
 
+src_prepare(){
+   sed -e 's|\/sbin\/sysctl|\/usr\/sbin\/sysctl|g' -i ananicy.service || 
die
+   default
+}
+
 src_compile() {
return
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/ananicy/

2021-03-17 Thread Alessandro Barbieri
commit: c8a1a7c767efd7d94e66a4f70a3364d852d71cc4
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 18 01:34:49 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu Mar 18 01:35:17 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8a1a7c7

app-admin/ananicy: tentative ebuild

not sure if I'm missing something for python
please review

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

 app-admin/ananicy/Manifest |  1 +
 app-admin/ananicy/ananicy-2.2.1.ebuild | 29 +
 app-admin/ananicy/metadata.xml |  4 
 3 files changed, 34 insertions(+)

diff --git a/app-admin/ananicy/Manifest b/app-admin/ananicy/Manifest
new file mode 100644
index ..f0c5c784
--- /dev/null
+++ b/app-admin/ananicy/Manifest
@@ -0,0 +1 @@
+DIST ananicy-2.2.1.tar.gz 43197 BLAKE2B 
5fc1fb201c50d7b93b62d089bf341c105b2e931349966e97b2becd0744f24ebd8900ea54e113bc3fc7a2648f4e088a2215b669861a311f2c92f30a8583ad95ad
 SHA512 
858bbfbf196a2b8f512e4f09d8a0f176ef33fbbf610c8de437dc7889830a6f8a302c4d864faa8e28c71d4c1229c112e56b7fd84918d85786153228217aaec7ef

diff --git a/app-admin/ananicy/ananicy-2.2.1.ebuild 
b/app-admin/ananicy/ananicy-2.2.1.ebuild
new file mode 100644
index ..420cf2a4
--- /dev/null
+++ b/app-admin/ananicy/ananicy-2.2.1.ebuild
@@ -0,0 +1,29 @@
+# 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 python-any-r1
+
+DESCRIPTION="ANother Auto NICe daemon"
+HOMEPAGE="https://github.com/Nefelim4ag/Ananicy;
+SRC_URI="https://github.com/Nefelim4ag/Ananicy/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+RDEPEND="sys-apps/systemd"
+S="${WORKDIR}/${P^}"
+DOCS=( README.md )
+
+src_compile() {
+   return
+}
+
+src_install() {
+   emake PREFIX="${ED}" install
+   python_fix_shebang "${ED}/usr/bin/ananicy"
+   einstalldocs
+}

diff --git a/app-admin/ananicy/metadata.xml b/app-admin/ananicy/metadata.xml
new file mode 100644
index ..097975e3
--- /dev/null
+++ b/app-admin/ananicy/metadata.xml
@@ -0,0 +1,4 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+



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

2021-03-17 Thread Thomas Deutschmann
commit: 33fe5dab349592699974f73413bb5422b60bd4af
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 18 01:00:20 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 18 01:00:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33fe5dab

net-misc/networkmanager: bump to v1.30.2

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

 net-misc/networkmanager/Manifest   |   1 +
 ...kmanager-1.30.2-iwd-autoconnect-fix-pr785.patch |  58 
 .../networkmanager/networkmanager-1.30.2.ebuild| 349 +
 3 files changed, 408 insertions(+)

diff --git a/net-misc/networkmanager/Manifest b/net-misc/networkmanager/Manifest
index ee61dc7c1e2..7c88e29794b 100644
--- a/net-misc/networkmanager/Manifest
+++ b/net-misc/networkmanager/Manifest
@@ -2,3 +2,4 @@ DIST NetworkManager-1.22.10.tar.bz2 6292347 BLAKE2B 
b6cb06a0630685714cdd3c8b8e1d
 DIST NetworkManager-1.26.4.tar.xz 5051424 BLAKE2B 
53a8fd9f9a061b9ac6b117f431e72b1967cfd2fffb539e0dc9335c37a3a59dc33562e81f7887019c3460f403a95b96e8105b1ae41b00c8488ae12a370a3d82ff
 SHA512 
91e865c83a6ae694c9f6aa50e7f938dfa55bfddac32a6dfb73e6edb34b2539068ff9f83bf662bb2d689bd3c66cf53d7fa015930940cf7bda2d4a16561cf02328
 DIST NetworkManager-1.26.6.tar.xz 4975020 BLAKE2B 
0c66b307a98e71e31d253a7ad5a3d3ee625c1c66e75a1775b49182e63c7a03fb4175ccc2c5cbe92216d7aac6369158f9601fa27a2045892116684e22e74b5ccd
 SHA512 
f43869473bf625be270e3781a77310a877a8e945df08a6f9e668bb66fe173615e990fd9b3011c1c7b3aa23a9007db99c2f06c67f1185f7547771a816b06caf64
 DIST NetworkManager-1.28.0.tar.xz 5129848 BLAKE2B 
37dc9cda283dad29a70c85ed41a77844b4f60a9815be4b6780fbefecfeffb644fd67ea65373a1895fd2102f2beec9ad141b6e9a92a1a32de646d64acd4250b62
 SHA512 
ab0bc39626dc55df4e122ad6e1a8086e1467f44bdd41c4491c752dca3ffb549796e0ac888041f12f661f2f6cf4142d0fce59b5135549e48a0076fafcdc45ca06
+DIST NetworkManager-1.30.2.tar.xz 5302032 BLAKE2B 
2fd30a09b479a4202c905ef29905d0672c0f4e07af15b0b124a626f160d150348e3d4b256386db43b91c4ac27c897f82269ede6e0f35f4b82905920494d070f2
 SHA512 
08482ac18814fd94bc99f0aa32de7d38c39d29c914a3080fb6df7ec2437b30f1aea1b5207edeae74ff63b9a181a4823cfa11e8884bc22ae80cb0b95f8cc3514e

diff --git 
a/net-misc/networkmanager/files/networkmanager-1.30.2-iwd-autoconnect-fix-pr785.patch
 
b/net-misc/networkmanager/files/networkmanager-1.30.2-iwd-autoconnect-fix-pr785.patch
new file mode 100644
index 000..0e60ccdcb89
--- /dev/null
+++ 
b/net-misc/networkmanager/files/networkmanager-1.30.2-iwd-autoconnect-fix-pr785.patch
@@ -0,0 +1,58 @@
+From 4409900f1d05bf60647492a75e478590647b997a Mon Sep 17 00:00:00 2001
+From: Andrew Zaborowski 
+Date: Thu, 18 Mar 2021 00:21:31 +0100
+Subject: [PATCH] iwd: Don't call IWD methods when device unmanaged
+
+When using IWD-side autoconnect mode (current default), in .deactivate()
+and .deactivate_async() refrain from commanding IWD to actually
+disconnect until the device is managed.  Likely the device is already
+disconnected but in any case it's up to IWD to decide in this mode.
+
+Calling IWD device's .Disconnect() D-Bus method has the side effect of
+disabling autoconnect and doing this while NM is still in platform-init
+was unexpectedly leaving the device without autoconnect after
+platform-init was done, according to user reports.
+
+Fixes: dc0e31fb7014d8a97aca96bf97a8f86f8236300c
+---
+ src/core/devices/wifi/nm-device-iwd.c | 15 +--
+ 1 file changed, 13 insertions(+), 2 deletions(-)
+
+diff --git a/src/core/devices/wifi/nm-device-iwd.c 
b/src/core/devices/wifi/nm-device-iwd.c
+index 95ade44b58..01f2a30396 100644
+--- a/src/core/devices/wifi/nm-device-iwd.c
 b/src/core/devices/wifi/nm-device-iwd.c
+@@ -588,10 +588,16 @@ deactivate(NMDevice *device)
+ return;
+ }
+ 
+-cleanup_association_attempt(self, TRUE);
++cleanup_association_attempt(self, FALSE);
+ priv->act_mode_switch = FALSE;
+ 
+-if (!priv->dbus_station_proxy)
++/* Don't trigger any actions on the IWD side until the device is managed 
*/
++if (priv->iwd_autoconnect && nm_device_get_state(device) < 
NM_DEVICE_STATE_DISCONNECTED)
++return;
++
++if (priv->dbus_station_proxy)
++send_disconnect(self);
++else
+ reset_mode(self, NULL, NULL, NULL);
+ }
+ 
+@@ -647,6 +653,11 @@ deactivate_async(NMDevice * device,
+ cleanup_association_attempt(self, FALSE);
+ priv->act_mode_switch = FALSE;
+ 
++if (priv->iwd_autoconnect && nm_device_get_state(device) < 
NM_DEVICE_STATE_DISCONNECTED) {
++nm_utils_invoke_on_idle(cancellable, disconnect_cb_on_idle, 
user_data);
++return;
++}
++
+ if (priv->dbus_station_proxy) {
+ g_dbus_proxy_call(priv->dbus_station_proxy,
+   "Disconnect",
+-- 
+GitLab
+

diff --git a/net-misc/networkmanager/networkmanager-1.30.2.ebuild 
b/net-misc/networkmanager/networkmanager-1.30.2.ebuild
new file mode 

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

2021-03-17 Thread Michał Górny
commit: e346d21cb0188b009b1007aee2278166c6fac2f8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 18 00:29:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:31:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e346d21c

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index f9a8fd5f5b5..c2fac709bbf 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -8,6 +8,8 @@ DIST genpatches-5.10-25.base.tar.xz 765788 BLAKE2B 
c86796b881ee8d4d471372dc405c4
 DIST genpatches-5.10-25.extras.tar.xz 1772 BLAKE2B 
deaff4896b8ce8ea5387ea49cde3e0e1aac77f16a1f8fbc673ec3a71a3c46fccf34d65177f00023345355f09adb3bfe33d52aa046686267efb924ea1fde757c1
 SHA512 
cba0da17f51de2b58c2f369f4eaec3f1f05c88c7e49a12deb392a0542a02337549eb7eb960d09873d1f7fdd1c7b07be7d2fb592d64272d3fb6957ec6e0974658
 DIST genpatches-5.10-26.base.tar.xz 780252 BLAKE2B 
d3da07e58183e25210b0a14dc5cdb4eaaa4e0ad6e6955f9e99ff06b6575af24d2710a63781fb7fb3c9f0b142c6198c0853c71ab63f3ea1ff07c4eb405fad4cb3
 SHA512 
c5d73387e6caa2140f1e5c48763132797d98abae0e64911f0bf1bece03440462ccc793a2ed4ae5916235b570aace12e9ba7b625cdaf71a9802956f0ad2836c1e
 DIST genpatches-5.10-26.extras.tar.xz 1772 BLAKE2B 
d6e02010a72510e5c18b80102f2383002acf45b645c34d35b31234d6da9ad7b38ed70837bfbb3563c9c3871121ec4638bdebeaaaf225b3f3c6d50dd30ba30547
 SHA512 
8e1c534b5160553f0fafe542953a3f229082cf541f744038831c2aba1cc061a8ba14713155cb98245ca99e62514619ab6969bd8f61c3886d65c65b67e410ff0a
+DIST genpatches-5.10-27.base.tar.xz 862992 BLAKE2B 
6b8e6bc6b1a1b9b07d6de58f38efec32272c6d5d4b01ab9761821b9ee1d45fa805c504b2a6e6755a03558138fcb098113cddb0da349a811ddfb8290b8206b451
 SHA512 
c9290804d54af33212bec8ef1515cc8162226a949b7043fc65c9b73261c06c61d65df1a6ba5706cf3a31d80acb659a7046c722612cd4868f1fa19e3799be8047
+DIST genpatches-5.10-27.extras.tar.xz 1772 BLAKE2B 
ef13bdf8726981575e0c123f198ae7fe93172ae6deaafad5df08e61eb57af5cb920853fa3bafd29e20433368372a11cc1c6e13fe95bff893776f5267ffeded67
 SHA512 
b75bbc811ae2998ad0b3a56dabe1d84437753c33b5c584c73d3c3e90af5befb91856efb331c5a3260de2c26d5669006bed8ed453374e39c125dd493b40f0abdc
 DIST genpatches-5.11-3.base.tar.xz 11280 BLAKE2B 
83a975b07b3e04e19b008e5a5c4f08fa551b3558b68afb800cb3c886f782a21950d5ea1029b631a6caa2658f02e7ae819e8d8c137a076470120d94deab99e524
 SHA512 
0a8b19f888af853e6a12aff9d6675f7a9977fef92efa19e69c79a6325fc1626efe7aa9fec8c42ee65ba29f0757b166567679a54d0351f19ea502183e92a63ac5
 DIST genpatches-5.11-3.extras.tar.xz 1772 BLAKE2B 
165d5928e6afc65544392186737efd1df9e1179591ef7edd85a1868971ea76016161a38a615e9e692c4515fe7fc19424a0cfd01420b5ec57a60c8d1d2d223cb7
 SHA512 
c74015c4e1b824c61db9e9deca6b30a839ae9a8fb5747cb6c46e2af99a9221f11bb971099554107bbfc58ea5389d96e810f9cf8e55d0bcc16a093eef941c6ec8
 DIST genpatches-5.11-4.base.tar.xz 247120 BLAKE2B 
64e8bb77aa399a797a9dd9726ba51a00ec43d850504680c52b9fe3ebc1277e1e2216a43719bd79b12e3267171f1031feab5adffc35bfffd87f91302b9f8714ee
 SHA512 
9480fa377439c010f6aaae8c5ec6a512070cb30bb6171e31617dbb24ef54687d13bddf4768c5652d8e8c640d4c6b9c85fa0b434d8634d58154ee205db2c1cf28
@@ -50,6 +52,8 @@ DIST gentoo-kernel-5.10.22-1.arm64.xpak 59289046 BLAKE2B 
fdacceeb2cc5078438f65f6
 DIST gentoo-kernel-5.10.22-1.x86.xpak 57048115 BLAKE2B 
a07ef32fa35da33d9b5d56c66c18465e3ae89edb801763e87a2de543fdaa37722e063f64da42074baf42f26b990dfbf9e1e7d102943dc5edf791727d568d776f
 SHA512 
f9f85ac08c1ca19715ecda74242ceaee600e2ae83aa6dfe5fa862dfceecfb0d1f16bdebbeb96bbf706555e717e4200a7de705017b62788f74bc16561d2372ac6
 DIST gentoo-kernel-5.10.23-1.amd64.xpak 64099761 BLAKE2B 
68a9947ade38ee341527109c247e912693d3eab2c7df951ec811ef650709100672f2f839f142e35bb51225de327e22160d646a361df34edc7ce5dca6839575d4
 SHA512 
97b22fa157a093e0c0313dec79c9eaa68e794791b2a26bbd41b39ea89a93cbdaa9af61084d2cb5f48d0c86612c5093b7650884aac6668f599ddebdb2da00d937
 DIST gentoo-kernel-5.10.23-1.x86.xpak 57061009 BLAKE2B 
6c8c05b418a6abdca512ee68af83c3dc7fb4e117b093cf228d90c1ac57c404983d4a0b8bc69c89d5e03087ac68ad2ae9d342fbaa9e1bebf150db4d169900f23d
 SHA512 
24b155a996f36aeabffae4445ae6bfea2a665cfd149cc2fae95dae27b4e971775ac9b054ad2935c3932b1064e219a4594ebdeb3c441740fde09f3371d6f4c112
+DIST gentoo-kernel-5.10.24-1.amd64.xpak 64100066 BLAKE2B 
0f18bedb448c5c0bd8165846a190278b9a96264b04a09be97fc51968fd74f66f29ea7ff845ac874748c1ac60c4c4a4aa4a72d7a273e84551fe09d870715407b9
 SHA512 
414a12ae14da6a81dd0dbdf80f05e511d686bdba7f5fffe5c754144f7dd9245368ee3a1673df16e996e80985b7f435613d888c5e5324d967dd622b9db03407fc
+DIST gentoo-kernel-5.10.24-1.x86.xpak 57056253 BLAKE2B 

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

2021-03-17 Thread Michał Górny
commit: 1d21b61f5747c16c9d807dd73029637692b28f8c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 18 00:29:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d21b61f

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 3fdaa1b0497..f9a8fd5f5b5 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -28,6 +28,8 @@ DIST genpatches-5.4-107.base.tar.xz 3190332 BLAKE2B 
371004131cb2a5a6217378279a5f
 DIST genpatches-5.4-107.extras.tar.xz 1772 BLAKE2B 
4f4aad8cde357553f2188e69623653e5c37e9551738a45b813eb4e4f2cd2acdf946fa9d68aedc31dcf3073c741a84b50a56b7c6e44773af747906c964d1b23c5
 SHA512 
d8fce09180d17a820a215bc6a1548ba39f407c8dc49d7859b7e9c6fb3ffc5ae1f0fbe3de11d95537582d8221c65bdc4d99abfa21cdd676aa75da0d254f414dad
 DIST genpatches-5.4-108.base.tar.xz 3195852 BLAKE2B 
9ddc7aceb4ccc71a9a479d67b81945da5a360f863706a7c5d14bee7c7048dc2e4c7b6711e1afada810499a447c5d96ff34031bf5fd8aa5844f992e96cb7f9046
 SHA512 
ecc529d86c152df564829cffcb294c6f8c7f6abea013b2e7344de8b50af75f0ae3dd6b8a6ff4e3530979f3e6486cea823d4833ce033ed3d32ede89358a29d9ff
 DIST genpatches-5.4-108.extras.tar.xz 1772 BLAKE2B 
470e18f95432cf133e75508d5f0bbe2b22a464e1e398165b9986a138a1a396ca729d5652c36885948d7a3b1cc22dee78bb2690b99bb370bd0718a70c7bfa95ee
 SHA512 
4d01432cbe8303fb1234395f7d06855c14f3acd6854a8cb38b5cac46f001d2ac71d69a9829a9b927da5ecc1d8cdaf4355e95eb9b5105181d91ad5ec0b106f6fa
+DIST genpatches-5.4-109.base.tar.xz 3231408 BLAKE2B 
3823cb07dccb45ac11ca7c6cd19db8828f6048c18f66d81f232048fba774cdec93300f4a3fc60262a4a19436349626c1acb55a0e59b2b149816460a8dd38c8ea
 SHA512 
4598f94943024e64ae95e56c0d34e71420c1ee1f38db7ba2028bd52b493469f0380e81952ecfb22dcde1d16fc0c182d27c2490d07a5d7232426b22cf03b0ea4b
+DIST genpatches-5.4-109.extras.tar.xz 1772 BLAKE2B 
a8a73fb000874269d37e9240600a2372213d026e74a1b5386ed688d9b35bc2535888a75aadc8760122f77d7b281cd859d3d2e0db31bb57078fa9abf4ceda705d
 SHA512 
034f678e9d5b5e919e4e981e11d25187c97fc76cb787bc38fe1af3fdc6da6648d3e778c483cb1a57f862d69baa40ce5ebc1494bb945b95969985782bfed0044b
 DIST gentoo-kernel-5.10.17-1.amd64.xpak 64346939 BLAKE2B 
3387154f735f5f6f50df4fd236c65a1f7c0b4c2257f637bca75d6569c5ac2f3d841828ee94b0072e3edfad947487157d9c42c3add280e97786947fbd305e851d
 SHA512 
7572525cedbbce2d5a2478ab50afac686b01a213af110a570d514c6a7c439e5f5957fcd95c643db3ce1201c50944f649a10a38f803cfcf7d3de1368847c2
 DIST gentoo-kernel-5.10.17-1.arm64.xpak 59606648 BLAKE2B 
444e43a12a94310b00ed686d3225b61284207f93995bc75375d66435ba22cde42a1882fb1ff7479f1ed6ba369c509de11ba453a945f6608de83b1f121a5fb4e2
 SHA512 
998cc8342ab5e68f74a80ddf6f1fea68a618139492f5c078eb5c1619611f5635a0635ff362f9414c9518011868bd0f3bf12f110e5e5717e32c728e5f369a6b50
 DIST gentoo-kernel-5.10.17-1.x86.xpak 57292329 BLAKE2B 
824b77875aa1336fff7b9f054f837904462c429b625a5085296dcaeee156c2d794242fb35d2d0fd20fb6e8230895bcb5a8b334f04b86034c0818bc0b740f8b66
 SHA512 
bde8d238b592f7aacf63f3b4464790d3df5901bc772850ec991957c849b634790665a2b9affd0484107017d909a45eb6634a0c345b73bd77274c3101432bacee
@@ -79,6 +81,8 @@ DIST gentoo-kernel-5.4.104-1.arm64.xpak 56426355 BLAKE2B 
bf76ddf35a3a1406299161a
 DIST gentoo-kernel-5.4.104-1.x86.xpak 52994991 BLAKE2B 
e96911371fea462e94128a7790b089a5e1357b74b30d9b649097c7b295d8534195f4f98579a07f151e068d0a05d92cd181ab824cea181cd927457d36c8f84a6c
 SHA512 
0715b8858ffd473bc694ae0f8ff79eae13d6849226424d56d5c20657116732d49571ac9b5434674c8db3e5765761f3f03372e1d5decb15ed723b42053888a0e8
 DIST gentoo-kernel-5.4.105-1.amd64.xpak 61143714 BLAKE2B 
7b404897b1da5790dae7990a35d1ce8b041989d958a9ac9eb974b2e7dfcb5ffac177d1055bf6a228530c35e7d5471a946f38650633d7ffb6a5a3a61c15b1bd0c
 SHA512 
73502f24aa6de2b31002e37c638fdfe16ad990666c76221766240ddba7da2e902caa609a6bede8f0832bd7c14b56df440c210890c16c36194471b9b36403e7b1
 DIST gentoo-kernel-5.4.105-1.x86.xpak 52996400 BLAKE2B 
13dd3bfb78f48560ca8716f0baa2d5c30c4505c95dae85c2c5b2e7b116da182945ce878a7b7e451a23ce528b8dfa222ca485271c4c040b7dad0befababb78e01
 SHA512 
0841f2fe7f0910952b880dd5652934a8aa64a7dcae56dfcbf4a97ac0647ef750645f1b83e161f2db1c351a909d6e7a60c6228ba129366adf6f036ed1390f3e18
+DIST gentoo-kernel-5.4.106-1.amd64.xpak 61146719 BLAKE2B 
eb8ae4d9042e3ad9e69a5fae488763964c257e7a78f3b08b8d7b8a313bcdb48e975c4116c9b8e68be42c45351e7035e6ab892e155600a0ac3560ae54f84f6170
 SHA512 
b823ec881b83f42e54e2b393ed5060d84a7dcf9b7ed3967dc43124a88548f834c3eab56a679b8277d3427e9e05601ea3b06e218fc9923b5aa39bac09774194e1
+DIST gentoo-kernel-5.4.106-1.x86.xpak 52989825 BLAKE2B 

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

2021-03-17 Thread Michał Górny
commit: b0bfd1bce269b4a17b1075dfcd5c33879d956db9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 18 00:29:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:31:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0bfd1bc

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index c2fac709bbf..ed406810706 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -20,6 +20,8 @@ DIST genpatches-5.11-6.base.tar.xz 294752 BLAKE2B 
324b5e8647c47b3d876ebc500664af
 DIST genpatches-5.11-6.extras.tar.xz 1768 BLAKE2B 
c9244edc9b61c2a190c72c93a33ea45144a788b9b331af3541c05fa200e706961471472fd586f5d6ea44c38858f62d65e4fad5424e27361ba27baa49e080b3be
 SHA512 
db9e2da16874304103103f71f87799c4c7799ee87ea6343b0603d85cefb4ff41c49309025e4c74a870d88337caf0e478a73c8d3a755ae16760f9528c8ca77de7
 DIST genpatches-5.11-7.base.tar.xz 309432 BLAKE2B 
2ada3d18e2c5e55c56d00ce460083b1bcc0d4643f4ebc82a74acef6722c93c1585b9d4034692f5e332c39c0fa9a8661378e677710c5774c0a7e74bed0e0eec9f
 SHA512 
87fa07527691a7b0c466db8625eb8892b8e7400af1f131265cb8e2e66e551f47a32d7cba9be6167d00e1f584de414bdb1409b504dad70e6139817999fb34a346
 DIST genpatches-5.11-7.extras.tar.xz 1772 BLAKE2B 
cdd50d5c8d837cab21d3d06a259b3db19aad9de31e592665e5274e288fa66257bb20eb6b15770732de25bf9be3b901bdc497f5fa301ec7f025de4384dd657120
 SHA512 
29b62027052e57645b23ba3615697195e324aca7a1af5a46fe0b1d8d2c8a170979c6713c538788577ca22dc8b0d05d4070e656172f6c9388b8ff9a027b33cb5d
+DIST genpatches-5.11-8.base.tar.xz 399768 BLAKE2B 
13df51c5a4bf35b2a87a0a5ab86f94f8d2cb012db34b6bbc2fab65f4901a8066f00303408aa864cc735bfdded7ee27bebe476533edb8758b6c86b38d770f26e1
 SHA512 
5a0ce9facca4f5fe2d2d469e424cb35d77630151dd67733260eb759c43a549d63bf597de515403ef3ae47e020540d3aacbe52c28301288a2a4079a43c9ec4566
+DIST genpatches-5.11-8.extras.tar.xz 1772 BLAKE2B 
2181060dc6ef787a5bb82d614774a576218291f822c968321744d0d81ac0b07919f9980cfb9b2f858f4551c2d84f7db9f58d6d85158cdca90454a8f17674ac4a
 SHA512 
b507ec60456d1e95a28a4a7710df7b7187030444d21d9f65b3f5429aefd6851c31b2395ff30c76d257ab86e766d5bf7604befd3c117b624f02a77aa04ddefd04
 DIST genpatches-5.4-104.base.tar.xz 3093716 BLAKE2B 
da8a9f572f4a22eb101a477ed2b2a81b0adaed65f1913c163b58dc958de661707733fb1e0d06e49ec342666ca0c212313d3a5fbca60c79779009b91361e23f42
 SHA512 
2ef214d2e4ea982c6702991519aaa183d6731f882fa59db5cc2d7832c7fcaf8de57dc2173f4a59922e5d90da2d046753b3eed609513c84c784c13d5be747303b
 DIST genpatches-5.4-104.extras.tar.xz 1768 BLAKE2B 
7f335d61bd5f44cfa74ce2082259a48791ed90c21da4d05ff13c191adf1f658e68634c4cf9779274e6f775409695634ca40187754b0f9d50b406c26df26adbc4
 SHA512 
a8080605c59079063065d9bebc9d846ab8aab73f2f192f6c5becea2b51304a1e4d91e20d9aacd61f2cfa5b967bb8e30d620ddd60592017f308ad2f65ab7287a5
 DIST genpatches-5.4-105.base.tar.xz 3163684 BLAKE2B 
e11b77067fb714f827d68ca0773ae5f097a4234f89eb0ea5bb04ef6cbf39d416a676696a8a97e1473dbd36205b84e681f3b0e94dec8cdab5c111883a7f911285
 SHA512 
42217305887d22987bcc88565c02b4dfd864449c10726ce4e819c4b3fe8af6d2898fdd453ebfb95a45af90843000e219f5447def048ca52ac7c509219396c2cc
@@ -68,6 +70,8 @@ DIST gentoo-kernel-5.11.5-1.arm64.xpak 59869818 BLAKE2B 
26d4431d1e9e3dd58f1d352a
 DIST gentoo-kernel-5.11.5-1.x86.xpak 57891193 BLAKE2B 
f9f1eed75c7a81067994fe07a8305e5d70001c4ac969ae4d39d222960cf70c5fe5591db0a4e19fbaca9faa53e6dc1206158c0ad071cf3907761a61b00eedf098
 SHA512 
9494f10ae5a2ad3a0232e9eca5cb16647e4967f5ded3b45b5752f2e380b1c21437b9239d2fc7336cd84a246b488dc405e389c844263834a1feeea9257b2f8779
 DIST gentoo-kernel-5.11.6-1.amd64.xpak 64926961 BLAKE2B 
3134919e40bd922dc334999c7b32d5810779c7833b2719ba0d5b2fb975afce70142faa3dd047c73f12384a74aa1eafd8e9900357feedb58dc8b074b563a61501
 SHA512 
fd4cfb53d2ca7c2a4869951c1dd9f32fe7878274d337b851b5dfd8fe3ab2bc7a0ec41164441ca49e0dbbde93dcfaa2969c1a60ae529b82c47ad7c1247be1b21c
 DIST gentoo-kernel-5.11.6-1.x86.xpak 57886583 BLAKE2B 
6199bac90efa9c4d9db1b69151ddef53152406a8e8e3a67124dfef3abc4334ecfa387f70842c10751ff0b41efe9efdaa1aa0db675c86fb6b4f41f90ad597b3d4
 SHA512 
546185317fad3bac4e2908c9685b357cbdfd311ad4ff378b1d99c2b0212d4a5a68c8148efd48441647363d087d223a87ca2b7c8e6a4286513ca9eb9a74d44c72
+DIST gentoo-kernel-5.11.7-1.amd64.xpak 64458248 BLAKE2B 
119a8440af915cd2b6040b6be0905614632bd6f99fd9f0d8cb3d3694e2a9720fd2b3623f5572441b570c1a46f1a3f49985a4c2f66107d327ad95761afcb6970d
 SHA512 
4b03ee42ec8e25c286e85283026e3284509a689d1b91f1be3ec6312a8a85382a5718ca8f1c8708ec57118d2884bacf3d456c7448552390a98caefe16124afa4b
+DIST gentoo-kernel-5.11.7-1.x86.xpak 57450576 BLAKE2B 

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

2021-03-17 Thread Michał Górny
commit: fb9492d94cb47fac4a0948b21f6a0f1f393c6e91
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:50:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9492d9

dev-python/translate-toolkit: Remove old

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

 dev-python/translate-toolkit/Manifest  |  1 -
 .../translate-toolkit-3.3.1.ebuild | 99 --
 2 files changed, 100 deletions(-)

diff --git a/dev-python/translate-toolkit/Manifest 
b/dev-python/translate-toolkit/Manifest
index 7faa912d52c..3e0cdf4eadf 100644
--- a/dev-python/translate-toolkit/Manifest
+++ b/dev-python/translate-toolkit/Manifest
@@ -1,3 +1,2 @@
-DIST translate-toolkit-3.3.1.tar.gz 5969914 BLAKE2B 
2ede440a341be0bd0206400d01bab881e6070820f362c53f47b5f88e192bcb7a18d2bf667a678378110046f70a035d42b67a77e2dc70829da323d69f675d21cc
 SHA512 
1578fb8f96fa83ad97051a20f02d6570f96f2346d99fc86172718c995468c318f318f27f2ef259bd5dc10521bda4ac7da17385f72b726d7ea3c0fe65af8f313e
 DIST translate-toolkit-3.3.2.tar.gz 6123347 BLAKE2B 
9bf5f2c84d15043d25744b3bb63526177748c7c38425bd73ad34dcf3b4051c11a3ce28ccaf5c907b6ced27d1fe9ecb06cfde46481a609df64adfedec83b91680
 SHA512 
53baf7c1203c27335201fbf339e2747d7b22696c219e6911c191b3c89cf6d1c0d84624ffa8c4c687e45fad229d3cb09f52d15d1d80dd914ccc8e2fff34a601be
 DIST translate-toolkit-3.3.3.tar.gz 5903525 BLAKE2B 
a21c5d89c808615ff2f3f718e732ce5d5591a9d8a997950ae1066655cc3e4382065f75e7a86f8e37bdd0e146283f9bd941ff20479cb1af635f393e0e7f8fc196
 SHA512 
41964dc26dfbb983b1c2e4cbb0e9d8eb2a035369a94ef872f7703080b5ca0280a9364916a1e1256cd358b263bc72198e767462cc9065b54556fc481d1b85a836

diff --git a/dev-python/translate-toolkit/translate-toolkit-3.3.1.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-3.3.1.ebuild
deleted file mode 100644
index 34d7b5c496f..000
--- a/dev-python/translate-toolkit/translate-toolkit-3.3.1.ebuild
+++ /dev/null
@@ -1,99 +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="sqlite"
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1
-
-DESCRIPTION="Toolkit to convert between many translation formats"
-HOMEPAGE="https://github.com/translate/translate;
-SRC_URI="https://github.com/translate/translate/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="+html +ical +ini +subtitles +yaml"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=">=dev-python/six-1.11.0[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   !dev-python/pydiff
-   app-text/iso-codes
-   >=dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
-   dev-python/cheroot[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.3.1[${PYTHON_USEDEP}]
-   >=dev-python/pycountry-19.8.18[${PYTHON_USEDEP}]
-   >=dev-python/python-levenshtein-0.12.0[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   sys-devel/gettext
-   html? ( dev-python/utidylib[${PYTHON_USEDEP}] )
-   ical? ( dev-python/vobject[${PYTHON_USEDEP}] )
-   ini? ( >=dev-python/iniparse-0.5[${PYTHON_USEDEP}] )
-   subtitles? ( media-video/gaupol[${PYTHON_USEDEP}] )
-   yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx-bootstrap-theme
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/translate-toolkit-3.3.0-no-install-docs.patch
-)
-
-python_test() {
-   local deselect=(
-   # Not packaging optional phply for now.
-   # Seems inactive upstream.
-   --ignore translate/convert/test_php2po.py
-   --ignore translate/convert/test_po2php.py
-   --ignore translate/storage/test_php.py
-   --deselect 
'translate/storage/test_cpo.py::TestCPOUnit::test_buildfromunit'
-   --deselect 
'translate/storage/test_po.py::TestPOUnit::test_buildfromunit'
-   --deselect 
'translate/storage/test_pypo.py::TestPYPOUnit::test_buildfromunit'
-
-   # Fails with network-sandbox (and even with it off but w/ 
softer fail)
-   --deselect 
'tests/xliff_conformance/test_xliff_conformance.py::test_open_office_to_xliff'
-   --deselect 
'tests/xliff_conformance/test_xliff_conformance.py::test_po_to_xliff'
-   )
-
-   if ! use ini; then
-   deselect+=(
-   --ignore translate/convert/test_ini2po.py
-   --ignore translate/convert/test_po2ini.py
-   )
-   fi
-
-   if ! use subtitles; then
-   deselect+=(
-   --ignore translate/storage/test_subtitles.py
-   )
-   fi
-
-   # translate/storage/test_mo.py needs 'pocompile'
-   distutils_install_for_testing --via-root
-
-   pytest -vv "${deselect[@]}" || die 

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

2021-03-17 Thread Michał Górny
commit: a03dc5b221158b9c4cffe0332e95cc041209963c
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:49:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03dc5b2

sys-kernel/vanilla-kernel: Bump to 5.11.7

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

 sys-kernel/vanilla-kernel/Manifest |   6 ++
 .../vanilla-kernel/vanilla-kernel-5.11.7.ebuild| 102 +
 2 files changed, 108 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 3220c2085da..c5ac446635d 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -3,15 +3,19 @@ DIST gentoo-kernel-config-5.10.7.tar.gz 1146 BLAKE2B 
f755581e9f3be3122e5f6e6fc13
 DIST gentoo-kernel-config-5.4.89.tar.gz 1240 BLAKE2B 
50bd2e64eb1a62d2f0d67e02b78da56cb507fd7a5993d663b880c94ecd535898285ed01e00d5d07fc1ba0d044657e776456736d8fdcacecf7ca464979a8a1d06
 SHA512 
ad31f9895b9dd45edd7f8715516edfc303c23600f243f3ca122c7c554c9fdbe3c3aa62970a24ef7291d7937e04c63c0258f6348e796686902a011c055c1bed01
 DIST kernel-aarch64-fedora.config.5.10.12 223184 BLAKE2B 
a0246dac2f7a4ad6a55b611538d24382ac87a8960077811a859c9595ac67f961b4bccb7e139a89abc7c0e26e80832da5c94211fc658082f2e7dde984f14dd29d
 SHA512 
7d803b347b136331db1ad6e22e0445fe0224c3e26cd7c034cbe9794915d457b492e05f77664865079874ec001351553652646e2e08d0fee31e30b841b0008f52
 DIST kernel-aarch64-fedora.config.5.11.1 225847 BLAKE2B 
50e3db29a9afc3db3c35e3af173e89e2e8d3b573dd8af7c35584e3d0152211cbd5e6ddb749acb3d6d2caa54392a3f51e52b5394a5d032d43ed35861230b277d0
 SHA512 
6d0594658e205767599453d4d8695c37eabc065d6c17362c3775dd745f6ca62131d7c15126ec41a17e757d3ae2a0569cea6621a7ada4666a8f90e4414391b3dc
+DIST kernel-aarch64-fedora.config.5.11.7 225828 BLAKE2B 
1f5d50514adb57195f2878e3c6c587705d90d5f888e2b1c84d5ca8aefa91c23cc70db34a12a23575cf3e91cd7779769ac5242a3a3ef38f72bf30f73bae2e009e
 SHA512 
b43550dabeee5618664e298b56025ed33d9983e741f70dc190135028ab43e72226b9090da361c26a64938e5759ef80e6008b20a623093e830af45e877a71a77c
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 
66e9a437beb350fdc59512c17b8f72c5b5bfacf2b35070d810d77e66f49cf7929026cc28ad44b04a016d61e65d9fb4a10af6996ba09b604bf97e9c467d08f8ff
 DIST kernel-i686-fedora.config.5.10.12 205412 BLAKE2B 
92c715b7e2cd7dd74da7970c05981f520597d3e403ce82c8cf4eee31c9f1f50b638792a6bdb256ef5bfdc99f1bcd594e819e8f44dc6febb2ad9a854bad817f2b
 SHA512 
69d8db11723ae1b40fdedfaace74d15bb63198cdb0485e0a1e5eba95b31217110c93a93e39cc7370cf45f1d3a8bc7f75ec096d6db5ea9ecb28ac6b56702ebb10
 DIST kernel-i686-fedora.config.5.11.1 208027 BLAKE2B 
b4183e8d1121aa8b3f65d0a4542b8ba0f507430ab4cf0004dd0e8b1e24b3be1783316b8bf6becb2002f7fbacc8236b640f533fc2e9dc5696e84d1627c3b0e9c4
 SHA512 
5b107e376ddef783ee6852ef67143a94340b37ab764ef3ee3c6642401883d314809c959c2025d976336923c115d21d6b39332aa1699c0f884d1faad1d9c3fa32
+DIST kernel-i686-fedora.config.5.11.7 207997 BLAKE2B 
da0d9cc56ec9a9ecd9c05b809313301538e902f94799f418c522fa55d97be9ef72b7c23fba15721cf355227adfd93a9d6d8537b84572d6da16c16e13e2cd4dbb
 SHA512 
4c6dfb2efa2cf0d48792aa2f37c8f37b929524a93c534a1ba48effd4645fa3f064bc6b88a900533d8cd8ebd4bbac8f0f1faaba57d25d59005af2cf2608eb0c0b
 DIST kernel-i686.config.5.4.21 183910 BLAKE2B 
185126ffb85718bb73761d01683def80b6f002d7a7a6eddd8e858a30d8eadc863fb378d83a1cd2ed82b3540337fa66ae44475e31fb41ebc46d77005b6f54e5c0
 SHA512 
6307afc2295902e44fe65b1cccaa7a0260b295a5f21f1d67ec66197bd972bd3f5675b624f08d9da8b224cb3ec987d5c21cbd743599aeab9ac6214bc651f43476
 DIST kernel-ppc64le-fedora.config.5.10.12 192105 BLAKE2B 
889141debb0656a358a3381bae14b5216b982acdfce0bc758f9445c16647807a68a788fb290199c2a1a23627bda1ef4c9405b3f5ac2a4176d1d2b55c71fb7db9
 SHA512 
3ab0f1401d9f50a61477c71369dede438f575d9d2c3a2f5c2cf36d624c2b59a938efca9c981b075511b3860c983eaaf5e5a9f877d659277f09ceba45edd43770
 DIST kernel-ppc64le-fedora.config.5.11.1 194870 BLAKE2B 
df6e5a0a789dc6d0c2fbec45820f5e19ec455388f02f04d88d7b3dd5081d2f11e89cfd0159b7a3885aaa029470e916743d59ec3f86756ff4182aa56552aa8476
 SHA512 
e170912e76e8980435df2a1387792d616490ededda4df681a90312f7fc8ce4065f1c9fd7559d746d8edc0fccfbd35b20fd5db294774f9db7f4635d898cd0dab1
+DIST kernel-ppc64le-fedora.config.5.11.7 194840 BLAKE2B 
0fba17ad9a4272a19678beb007a07d30a1facd2e9af259e888b733129540e647378d21166ffbc459f2419b1b4fde7deb7e59db1f3c74aeef5b137424abe14bd2
 SHA512 
b77fc04281c049a312ac8135c4b60460b747c97299d1cd24c31a56aadcb8291b4c47ff3b87a427c47abbe8adea36216e6615a4715c6c7482b655de3b987b86a4
 DIST kernel-ppc64le.config.5.4.21 172003 BLAKE2B 
b53887cb44f7c378cb3866780f8e556e19fdb02130d3b0df01d97698d2a91f7d90a200012559f288e962935742c3fdb67dfb6711876fad37862fe55cdca5b5f6
 SHA512 

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

2021-03-17 Thread Michał Górny
commit: a52b11b2544d653bf873173350a19540e057dba7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:50:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52b11b2

sys-kernel/gentoo-kernel: Bump to 5.11.7

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

 sys-kernel/gentoo-kernel/Manifest  |  6 ++
 .../gentoo-kernel/gentoo-kernel-5.11.7.ebuild  | 90 ++
 2 files changed, 96 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 94ac74a2f33..c226f3cc4e9 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -24,6 +24,8 @@ DIST genpatches-5.11-6.base.tar.xz 294752 BLAKE2B 
324b5e8647c47b3d876ebc500664af
 DIST genpatches-5.11-6.extras.tar.xz 1768 BLAKE2B 
c9244edc9b61c2a190c72c93a33ea45144a788b9b331af3541c05fa200e706961471472fd586f5d6ea44c38858f62d65e4fad5424e27361ba27baa49e080b3be
 SHA512 
db9e2da16874304103103f71f87799c4c7799ee87ea6343b0603d85cefb4ff41c49309025e4c74a870d88337caf0e478a73c8d3a755ae16760f9528c8ca77de7
 DIST genpatches-5.11-7.base.tar.xz 309432 BLAKE2B 
2ada3d18e2c5e55c56d00ce460083b1bcc0d4643f4ebc82a74acef6722c93c1585b9d4034692f5e332c39c0fa9a8661378e677710c5774c0a7e74bed0e0eec9f
 SHA512 
87fa07527691a7b0c466db8625eb8892b8e7400af1f131265cb8e2e66e551f47a32d7cba9be6167d00e1f584de414bdb1409b504dad70e6139817999fb34a346
 DIST genpatches-5.11-7.extras.tar.xz 1772 BLAKE2B 
cdd50d5c8d837cab21d3d06a259b3db19aad9de31e592665e5274e288fa66257bb20eb6b15770732de25bf9be3b901bdc497f5fa301ec7f025de4384dd657120
 SHA512 
29b62027052e57645b23ba3615697195e324aca7a1af5a46fe0b1d8d2c8a170979c6713c538788577ca22dc8b0d05d4070e656172f6c9388b8ff9a027b33cb5d
+DIST genpatches-5.11-8.base.tar.xz 399768 BLAKE2B 
13df51c5a4bf35b2a87a0a5ab86f94f8d2cb012db34b6bbc2fab65f4901a8066f00303408aa864cc735bfdded7ee27bebe476533edb8758b6c86b38d770f26e1
 SHA512 
5a0ce9facca4f5fe2d2d469e424cb35d77630151dd67733260eb759c43a549d63bf597de515403ef3ae47e020540d3aacbe52c28301288a2a4079a43c9ec4566
+DIST genpatches-5.11-8.extras.tar.xz 1772 BLAKE2B 
2181060dc6ef787a5bb82d614774a576218291f822c968321744d0d81ac0b07919f9980cfb9b2f858f4551c2d84f7db9f58d6d85158cdca90454a8f17674ac4a
 SHA512 
b507ec60456d1e95a28a4a7710df7b7187030444d21d9f65b3f5429aefd6851c31b2395ff30c76d257ab86e766d5bf7604befd3c117b624f02a77aa04ddefd04
 DIST genpatches-5.4-101.base.tar.xz 3089116 BLAKE2B 
c6e716ab8d0e98d3b3b4c492d6a516ada65f5e77d375cb9164a080aabd94311c50a222135499eef9dcad3f80b29b831a3fe015c3006178651c2136620f9079c5
 SHA512 
1bdd6f8f23a6151298e2e2fec493c9a2e95a1a65f4a4b6ff95598f45d4fad783da2a596c05b5582ec3d82ed8d8aaf654706da768a1b248bdae37fb08481b3dc3
 DIST genpatches-5.4-101.extras.tar.xz 1768 BLAKE2B 
44b92b9c288f4f10f499e5b6d2179b44ee3418890905341703901a71b703ff99e992d6e7424521e67d3b1f80e41286c2357187c66e9b1ae7c1feef430f0ed74a
 SHA512 
e397f970bc3b68b91f059e4b4f2d6163f8416340096b16b040eed8a5242a001db37b0fe8c1fd2a54c73bf6121aa55efa1c362b7837e930b758bc3bd33f8dce09
 DIST genpatches-5.4-102.base.tar.xz 3090460 BLAKE2B 
fa17228e7cfebb2c128b73682cc97f9e96a1a3c4936f98b021ae3f21a1f6a1167c357db2570902ca554b6facf27d507a0d258c4a9e9898cacde502762306c2ca
 SHA512 
e3b7b0826115a7f7c92f5509eafe25803ea943733a8be8404a333d54ac93c607704f742ab20576517a7ac6e5467a7dfc9c2a54205a10f3fcf4af9b2557a5da0d
@@ -49,15 +51,19 @@ DIST gentoo-kernel-config-5.10.7.tar.gz 1146 BLAKE2B 
f755581e9f3be3122e5f6e6fc13
 DIST gentoo-kernel-config-5.4.89.tar.gz 1240 BLAKE2B 
50bd2e64eb1a62d2f0d67e02b78da56cb507fd7a5993d663b880c94ecd535898285ed01e00d5d07fc1ba0d044657e776456736d8fdcacecf7ca464979a8a1d06
 SHA512 
ad31f9895b9dd45edd7f8715516edfc303c23600f243f3ca122c7c554c9fdbe3c3aa62970a24ef7291d7937e04c63c0258f6348e796686902a011c055c1bed01
 DIST kernel-aarch64-fedora.config.5.10.12 223184 BLAKE2B 
a0246dac2f7a4ad6a55b611538d24382ac87a8960077811a859c9595ac67f961b4bccb7e139a89abc7c0e26e80832da5c94211fc658082f2e7dde984f14dd29d
 SHA512 
7d803b347b136331db1ad6e22e0445fe0224c3e26cd7c034cbe9794915d457b492e05f77664865079874ec001351553652646e2e08d0fee31e30b841b0008f52
 DIST kernel-aarch64-fedora.config.5.11.1 225847 BLAKE2B 
50e3db29a9afc3db3c35e3af173e89e2e8d3b573dd8af7c35584e3d0152211cbd5e6ddb749acb3d6d2caa54392a3f51e52b5394a5d032d43ed35861230b277d0
 SHA512 
6d0594658e205767599453d4d8695c37eabc065d6c17362c3775dd745f6ca62131d7c15126ec41a17e757d3ae2a0569cea6621a7ada4666a8f90e4414391b3dc
+DIST kernel-aarch64-fedora.config.5.11.7 225828 BLAKE2B 
1f5d50514adb57195f2878e3c6c587705d90d5f888e2b1c84d5ca8aefa91c23cc70db34a12a23575cf3e91cd7779769ac5242a3a3ef38f72bf30f73bae2e009e
 SHA512 
b43550dabeee5618664e298b56025ed33d9983e741f70dc190135028ab43e72226b9090da361c26a64938e5759ef80e6008b20a623093e830af45e877a71a77c
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09
 SHA512 

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

2021-03-17 Thread Michał Górny
commit: 2b4a035bf557f0d9d2ef3c8d93c1b33c0618a3ae
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:47:06 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4a035b

sys-kernel/gentoo-kernel: Bump to 5.10.24

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

 sys-kernel/gentoo-kernel/Manifest  |  2 +
 .../gentoo-kernel/gentoo-kernel-5.10.24.ebuild | 90 ++
 2 files changed, 92 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index bf9ecc0e96d..94ac74a2f33 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -12,6 +12,8 @@ DIST genpatches-5.10-25.base.tar.xz 765788 BLAKE2B 
c86796b881ee8d4d471372dc405c4
 DIST genpatches-5.10-25.extras.tar.xz 1772 BLAKE2B 
deaff4896b8ce8ea5387ea49cde3e0e1aac77f16a1f8fbc673ec3a71a3c46fccf34d65177f00023345355f09adb3bfe33d52aa046686267efb924ea1fde757c1
 SHA512 
cba0da17f51de2b58c2f369f4eaec3f1f05c88c7e49a12deb392a0542a02337549eb7eb960d09873d1f7fdd1c7b07be7d2fb592d64272d3fb6957ec6e0974658
 DIST genpatches-5.10-26.base.tar.xz 780252 BLAKE2B 
d3da07e58183e25210b0a14dc5cdb4eaaa4e0ad6e6955f9e99ff06b6575af24d2710a63781fb7fb3c9f0b142c6198c0853c71ab63f3ea1ff07c4eb405fad4cb3
 SHA512 
c5d73387e6caa2140f1e5c48763132797d98abae0e64911f0bf1bece03440462ccc793a2ed4ae5916235b570aace12e9ba7b625cdaf71a9802956f0ad2836c1e
 DIST genpatches-5.10-26.extras.tar.xz 1772 BLAKE2B 
d6e02010a72510e5c18b80102f2383002acf45b645c34d35b31234d6da9ad7b38ed70837bfbb3563c9c3871121ec4638bdebeaaaf225b3f3c6d50dd30ba30547
 SHA512 
8e1c534b5160553f0fafe542953a3f229082cf541f744038831c2aba1cc061a8ba14713155cb98245ca99e62514619ab6969bd8f61c3886d65c65b67e410ff0a
+DIST genpatches-5.10-27.base.tar.xz 862992 BLAKE2B 
6b8e6bc6b1a1b9b07d6de58f38efec32272c6d5d4b01ab9761821b9ee1d45fa805c504b2a6e6755a03558138fcb098113cddb0da349a811ddfb8290b8206b451
 SHA512 
c9290804d54af33212bec8ef1515cc8162226a949b7043fc65c9b73261c06c61d65df1a6ba5706cf3a31d80acb659a7046c722612cd4868f1fa19e3799be8047
+DIST genpatches-5.10-27.extras.tar.xz 1772 BLAKE2B 
ef13bdf8726981575e0c123f198ae7fe93172ae6deaafad5df08e61eb57af5cb920853fa3bafd29e20433368372a11cc1c6e13fe95bff893776f5267ffeded67
 SHA512 
b75bbc811ae2998ad0b3a56dabe1d84437753c33b5c584c73d3c3e90af5befb91856efb331c5a3260de2c26d5669006bed8ed453374e39c125dd493b40f0abdc
 DIST genpatches-5.11-3.base.tar.xz 11280 BLAKE2B 
83a975b07b3e04e19b008e5a5c4f08fa551b3558b68afb800cb3c886f782a21950d5ea1029b631a6caa2658f02e7ae819e8d8c137a076470120d94deab99e524
 SHA512 
0a8b19f888af853e6a12aff9d6675f7a9977fef92efa19e69c79a6325fc1626efe7aa9fec8c42ee65ba29f0757b166567679a54d0351f19ea502183e92a63ac5
 DIST genpatches-5.11-3.extras.tar.xz 1772 BLAKE2B 
165d5928e6afc65544392186737efd1df9e1179591ef7edd85a1868971ea76016161a38a615e9e692c4515fe7fc19424a0cfd01420b5ec57a60c8d1d2d223cb7
 SHA512 
c74015c4e1b824c61db9e9deca6b30a839ae9a8fb5747cb6c46e2af99a9221f11bb971099554107bbfc58ea5389d96e810f9cf8e55d0bcc16a093eef941c6ec8
 DIST genpatches-5.11-4.base.tar.xz 247120 BLAKE2B 
64e8bb77aa399a797a9dd9726ba51a00ec43d850504680c52b9fe3ebc1277e1e2216a43719bd79b12e3267171f1031feab5adffc35bfffd87f91302b9f8714ee
 SHA512 
9480fa377439c010f6aaae8c5ec6a512070cb30bb6171e31617dbb24ef54687d13bddf4768c5652d8e8c640d4c6b9c85fa0b434d8634d58154ee205db2c1cf28

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.24.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.24.ebuild
new file mode 100644
index 000..0bfad948130
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.24.ebuild
@@ -0,0 +1,90 @@
+# 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.10.12
+CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530
+GENTOO_CONFIG_VER=5.10.18
+
+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}
+   )
+   ppc64? (
+  

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

2021-03-17 Thread Michał Górny
commit: eadbf2d7c121da0fc1147cf05286709f4da0ebac
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:45:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eadbf2d7

sys-kernel/vanilla-kernel: Bump to 5.4.106

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

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

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 4c9530381c5..cb29a0728fe 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -49,6 +49,8 @@ DIST linux-5.4.104.tar.sign 991 BLAKE2B 
86d63b75caecb65842bb2685b5ed586fbfc104ff
 DIST linux-5.4.104.tar.xz 109085768 BLAKE2B 
2b648464a2d36d60511966b9a3672768139d8e16373b7218f637aef558ee88825a0e582e44f9befc7427169f1662296f494e6cebe0bb01aaba8e3804e918
 SHA512 
3bbe5e8c2142e52b124eb3fbda91516ac6e7d8b08eabd96a5660b00bb1cddcb80c1bc0f8d807681de58f6b0a986d1ac340066d37b0a92e612c700ae988aeeb2d
 DIST linux-5.4.105.tar.sign 991 BLAKE2B 
797d4d2e1b23e740c45113aa82a138d0632dc7e99705aed8eb512cc180768f59fd7c3ddbc6a2e8d84b8b4b4c32004d8dda87e441d0e8425795823f841acc5f5d
 SHA512 
efd7f79b89224bf0b48a088beb57caaef49373f4e79dddfbb87b6a3c7e7586674939b43f4af524ef1abb3c20617636392ce4b425df404f671638c80b5a8ee1dd
 DIST linux-5.4.105.tar.xz 109086968 BLAKE2B 
5a575d3fc8e7f51eeb244194a7e947dd4bf72890d7a4b90aa77f49f1b7c6c9d79bb03d68275608820642af6513402dc26f2179941f311d6357b722983000c457
 SHA512 
423be7e90bf49a4afa7f6f3dc8a8bfa9a1691b73ccdc081bf5bcfe0612a084b8cb37acdab77a480629d786cf6d66d48cbed84d505bd27d6f4d815934010eafe7
+DIST linux-5.4.106.tar.sign 991 BLAKE2B 
06dc3b61daa4e5073b0f0d0b51b3f11ba2e27b59466a1b76a9ba1ecdf7ba884271575060dea8944f56380cf7f53fa9b785b8036c10d33f783ef32607beaa93c8
 SHA512 
d699fdaa8a4cce5ebe29dff5d4261797e9aae682562cdebf7017c0f9cee63b4c900e1955d4481ddd2b0f547eb989c12462684dd64299257621be8fc0967716a2
+DIST linux-5.4.106.tar.xz 109095288 BLAKE2B 
5ae482c8ce2307350c7e5128a3ee416e3cec847dfe85ec849fab90543476c7f5d6121d65142bedaeadf24b98932e113aeeb85ef2a54e5d0eb93b4b17b434d41e
 SHA512 
2944ecc631be58c62db28ae7203458e5fe9619931dced8f7f2db3ff861db667476f4b20f7826368f0d676a2025e7de4c86ce18684160bf16280db746e5097097
 DIST linux-5.4.94.tar.sign 989 BLAKE2B 
779a725d0164c98bf2ebc0590af693eebb6fe71837e0f8642b376fb0fa4bc893e8c2b52a16bd0c1cab7aaff4295f6bf31b8fdb7c2d95bd8601eac74925e2211f
 SHA512 
85ec9c16642aac5640d0486ba704b787e2e4156fccdf80f4d538b4d6524c914b64e6ba1d52bdda15b3601faec643d6656fa2cf57976a9afaff5265f9dea840e0
 DIST linux-5.4.94.tar.xz 109082512 BLAKE2B 
fac6683453e41065760cbdd170ea4a5f72778e39807389d2f4c4dd9165dc1727a875ee26e6e440089ec2d8e8b4dca9fa1e1dc02a9b217cada700f9a118ae7613
 SHA512 
2d9f0feeb9ba6871d31c8a5e281c8e3eed99ce7da3af3be4f222db37f082374f852021a5117a994c8cc37681e5f335329c9e430e7edb835de801c901765a505b
 DIST linux-5.4.97.tar.sign 989 BLAKE2B 
767058a0c491aa1435d5dcd25d5f26ed1dd283cbb903063d00020e2a5e7a2a965b7774df3fe4e5484bb1c76e906e9622057f60420d9dfe31a5305d85b15e2d1e
 SHA512 
09fc4efaf777d12cfeb61e7d24651ca68461c108666be90bf216ee5586cabf47976d60451f8cbdb636ff3f3a4b66b84edfc0255b26d3589f918c22aa394dd76a

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.106.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.106.ebuild
new file mode 100644
index 000..0a544ed3617
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.106.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.89
+
+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}
+   )
+ 

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

2021-03-17 Thread Michał Górny
commit: c217fa39ff25260adaa0cc2cd53c55e026b4c04f
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:46:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c217fa39

sys-kernel/vanilla-kernel: Bump to 5.10.24

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

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

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index cb29a0728fe..3220c2085da 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -27,6 +27,8 @@ DIST linux-5.10.22.tar.sign 991 BLAKE2B 
9e4656b6815864fe046a59492902bee46d334f36
 DIST linux-5.10.22.tar.xz 116291148 BLAKE2B 
15f6e14e133ef69a932a82b68aa50382d5dad54c593e6934f769306b1144ad526d185a3dce283bd7df3cc90053f31e129b7745a6c3d69ac50c3aafe03a950107
 SHA512 
0adcf5973674ceb648fe073f369c395c7e20b2b05ad9c3d27617a25b23f34aa3e2fb07f6ac3debc0199bbc971d31da4c8cff5daa923ebfc2ce31c16117fc5e48
 DIST linux-5.10.23.tar.sign 991 BLAKE2B 
51fb739f5cfdf66803dea81a7f182218f63feddab036bca6b45029bed73ba1351cf133c15cb5e25e1d4beea91b4820e1d49d9de3761ea29dc3fefc29e285451a
 SHA512 
338e71816452f4f1d4c180049941d7e7aec881617471b64e30450af686a093d9c155e79a92d2e038a7079414f52fc01a92aef01f18a16ca00020ba3a5d6fc7af
 DIST linux-5.10.23.tar.xz 116288840 BLAKE2B 
0ab16813059bd2343bb5f96679e169f6efbde1c65a3beea08873b40812578e48f7969c321ab588dc7c88ee7b320ad2f9cdceb1fc3882d4ca705dd890732be51b
 SHA512 
c5d51d9fedec04b0aac396cf3b22d133b305c1fb2a189aa512d0c42d4abf10feecdab4b8ddccc4c3b3a65a84f168d04f37fcc9bb65d7c794d20978e2ebb4faed
+DIST linux-5.10.24.tar.sign 991 BLAKE2B 
4a095d90b5703f0df09dfa742e72238f5f9c56d153d412c6268e41631338ee6927ac6547768e0ae41b9ef471227456c6d7f951b214f6c3db439ac8a9c49851cc
 SHA512 
fd5ce3e528688481e84081c7d88824140b8738a7c49a10f8f88b434624c8e94f95bb85b11ca9dc643cab3db99b0c47a0c0e5cba2e92559366acec97675cec548
+DIST linux-5.10.24.tar.xz 116299600 BLAKE2B 
104be7cceeff8a0e89c8f9a15a8c31f269e8f15eb00b573edbbb555df4861a8105a1a5547e790c23f74d36d20d5dc3be91457869d3a3766fafe536262ea45405
 SHA512 
27a3bbe8f01e420381dfd8a69e89ea68ae26454113286ab5104ad11e687f3628ae886db2dd3112a916fc39d182fb6269c52caa2117c9a8d22ad7d21e247c0141
 DIST linux-5.11.2.tar.sign 989 BLAKE2B 
404589119de8a0bff3e0feb77a54eb98add568470d4260767830ecb488fec415a0eb79a87eb6b19963b26a78ab8944d4041a38a80dc515f42f14350dcf825fcc
 SHA512 
497f0c06d43cede60cb60816bac0cc22a3c7976bb71bb2f2aedced69c44561b842bae94cf51d5cd0ed506c1eb5b58c038bbf17049176f074cd0e7442eded4fdc
 DIST linux-5.11.2.tar.xz 117609344 BLAKE2B 
62f47c769998fa713cda9024a4ecbe7ba2140acde629082630c2c0b076b4e941b0a1e82f7d2b7cd4ed6e84759ea93de78e212ecbe1341d9055091d26d83286dc
 SHA512 
16090ec6dea7a8c417ca7483b296902c9b55b423482ad8a881dffcaae76411806bc9502373efd6a51b0acefec3a44c19c5a7d42c5b76c1321183a4798a5959d3
 DIST linux-5.11.3.tar.sign 989 BLAKE2B 
32a3eaf0cf1ca17fdd3d541def9a6cfb04d6b9fa701df737cb7713c7969a7452a5b8366751c6538f5171af7875382f2c3706d968f41ddca49a00a46b5f108dd0
 SHA512 
719150274d08392b51564ac35c45a6ba987ec329d69af28351a0f8842114ca30ecf23d025594ea3ed8280adfff7ca88754f850f512acd493059c71c98d9a7c13

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.24.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.24.ebuild
new file mode 100644
index 000..fafae29a72c
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.24.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.18
+
+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-03-17 Thread Michał Górny
commit: efb5c50b393bc48b01c3692103596791eecd9bb4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:50:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb5c50b

virtual/dist-kernel: Bump to 5.11.7

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

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

diff --git a/virtual/dist-kernel/dist-kernel-5.11.7.ebuild 
b/virtual/dist-kernel/dist-kernel-5.11.7.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.11.7.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: virtual/dist-kernel/

2021-03-17 Thread Michał Górny
commit: 65b3949c584eb8ab4aa1e3b7ffd18929b36b54b0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:45:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b3949c

virtual/dist-kernel: Bump to 5.4.106

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

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

diff --git a/virtual/dist-kernel/dist-kernel-5.4.106.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.106.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.106.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: virtual/dist-kernel/

2021-03-17 Thread Michał Górny
commit: 78d729e2c4c3ea692732a319981728a5d9116969
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:47:07 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d729e2

virtual/dist-kernel: Bump to 5.10.24

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

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

diff --git a/virtual/dist-kernel/dist-kernel-5.10.24.ebuild 
b/virtual/dist-kernel/dist-kernel-5.10.24.ebuild
new file mode 100644
index 000..3df38272de3
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.10.24.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/gentoo-kernel/

2021-03-17 Thread Michał Górny
commit: 63c161a17edeb3cbc769309da9c01bd6c7999b50
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 20:45:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 18 00:30:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c161a1

sys-kernel/gentoo-kernel: Bump to 5.4.106

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

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

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 3aad27a227e..bf9ecc0e96d 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -36,6 +36,8 @@ DIST genpatches-5.4-107.base.tar.xz 3190332 BLAKE2B 
371004131cb2a5a6217378279a5f
 DIST genpatches-5.4-107.extras.tar.xz 1772 BLAKE2B 
4f4aad8cde357553f2188e69623653e5c37e9551738a45b813eb4e4f2cd2acdf946fa9d68aedc31dcf3073c741a84b50a56b7c6e44773af747906c964d1b23c5
 SHA512 
d8fce09180d17a820a215bc6a1548ba39f407c8dc49d7859b7e9c6fb3ffc5ae1f0fbe3de11d95537582d8221c65bdc4d99abfa21cdd676aa75da0d254f414dad
 DIST genpatches-5.4-108.base.tar.xz 3195852 BLAKE2B 
9ddc7aceb4ccc71a9a479d67b81945da5a360f863706a7c5d14bee7c7048dc2e4c7b6711e1afada810499a447c5d96ff34031bf5fd8aa5844f992e96cb7f9046
 SHA512 
ecc529d86c152df564829cffcb294c6f8c7f6abea013b2e7344de8b50af75f0ae3dd6b8a6ff4e3530979f3e6486cea823d4833ce033ed3d32ede89358a29d9ff
 DIST genpatches-5.4-108.extras.tar.xz 1772 BLAKE2B 
470e18f95432cf133e75508d5f0bbe2b22a464e1e398165b9986a138a1a396ca729d5652c36885948d7a3b1cc22dee78bb2690b99bb370bd0718a70c7bfa95ee
 SHA512 
4d01432cbe8303fb1234395f7d06855c14f3acd6854a8cb38b5cac46f001d2ac71d69a9829a9b927da5ecc1d8cdaf4355e95eb9b5105181d91ad5ec0b106f6fa
+DIST genpatches-5.4-109.base.tar.xz 3231408 BLAKE2B 
3823cb07dccb45ac11ca7c6cd19db8828f6048c18f66d81f232048fba774cdec93300f4a3fc60262a4a19436349626c1acb55a0e59b2b149816460a8dd38c8ea
 SHA512 
4598f94943024e64ae95e56c0d34e71420c1ee1f38db7ba2028bd52b493469f0380e81952ecfb22dcde1d16fc0c182d27c2490d07a5d7232426b22cf03b0ea4b
+DIST genpatches-5.4-109.extras.tar.xz 1772 BLAKE2B 
a8a73fb000874269d37e9240600a2372213d026e74a1b5386ed688d9b35bc2535888a75aadc8760122f77d7b281cd859d3d2e0db31bb57078fa9abf4ceda705d
 SHA512 
034f678e9d5b5e919e4e981e11d25187c97fc76cb787bc38fe1af3fdc6da6648d3e778c483cb1a57f862d69baa40ce5ebc1494bb945b95969985782bfed0044b
 DIST genpatches-5.4-96.base.tar.xz 3031600 BLAKE2B 
9ba35f7958842a1fd4c9a7e7d3666ea1339ee5fadde6b771b78f67a8bb27c07e8dad8498e9b85fa0bcfd641f5aef9641793a02061b03becd372ea86245820895
 SHA512 
3edea8a4fc2a29e0f989089633256b270589ad77a225f3cef6e414c5877de1be8a4d5d9da28bfa4fba848f33ee322c4f01befcdf384c9271c97c90e2e2d3ad39
 DIST genpatches-5.4-96.extras.tar.xz 1772 BLAKE2B 
f33c734139f65245694d3cb98712733a901e89c79d05fab03de42d82d6e45ed3ec41ab4e17f2cd20be2ec31d469cf02a5efc7bad93832c67d3ad0bbf147b07e6
 SHA512 
8b7d6d058906b9c9afb7addba0c3072d70758bd75ea2989787beab5a3a83725541b4084c34cbb1e90b6cc8bb323a002dfca7065cc88fc834891f04397caa645c
 DIST genpatches-5.4-99.base.tar.xz 3064716 BLAKE2B 
f71d76c88a9932d3b0e1b45d065fa0946f36a3100e3b59c5ce4c373519119066973067e4bb74d094cd5b79e689affa4615faf40da75a730b62df2259d3361c43
 SHA512 
833a83d7aecb1a216783fdf57e0fda342fd481c74166d976326a8333dfb2a13bd61f1b20b749f17b3498756b6134f8538a971507427f4e955bc9128742a3be5f

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.106.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.106.ebuild
new file mode 100644
index 000..103fdd6ce9c
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.106.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##*.} + 3 ))
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.89
+
+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: media-libs/glew/files/

2021-03-17 Thread Sam James
commit: c7c29c9b12fd7e4da2b03dc4a82753f8a628e7e3
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Mar 17 17:31:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 18 00:16:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c29c9b

media-libs/glew: remove unused patch

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19977
Signed-off-by: Sam James  gentoo.org>

 media-libs/glew/files/glew-2.1.0-mesa-compat.patch | 21 -
 1 file changed, 21 deletions(-)

diff --git a/media-libs/glew/files/glew-2.1.0-mesa-compat.patch 
b/media-libs/glew/files/glew-2.1.0-mesa-compat.patch
deleted file mode 100644
index 391420e8138..000
--- a/media-libs/glew/files/glew-2.1.0-mesa-compat.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/include/GL/glew.h b/include/GL/glew.h
-index b5b6987..a9f9e4b 100644
 a/include/GL/glew.h
-+++ b/include/GL/glew.h
-@@ -93,7 +93,7 @@
- #if defined(__REGAL_H__)
- #error Regal.h included before glew.h
- #endif
--#if defined(__glext_h_) || defined(__GLEXT_H_)
-+#if defined(__glext_h_) || defined(__GLEXT_H_) || defined(__gl_glext_h_)
- #error glext.h included before glew.h
- #endif
- #if defined(__gl_ATI_h_)
-@@ -109,6 +109,7 @@
- #define __X_GL_H
- #define __glext_h_
- #define __GLEXT_H_
-+#define __gl_glext_h_
- #define __gl_ATI_h_
- 
- #if defined(_WIN32)



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

2021-03-17 Thread Sam James
commit: b95fcfe8b717ccaa764284b435712863575dd32b
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Mar 17 17:35:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 18 00:16:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b95fcfe8

net-misc/sks: remove unused patch

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19980
Signed-off-by: Sam James  gentoo.org>

 .../sks/files/sks-1.1.6-unbundle-cryptokit.patch   | 72 --
 1 file changed, 72 deletions(-)

diff --git a/net-misc/sks/files/sks-1.1.6-unbundle-cryptokit.patch 
b/net-misc/sks/files/sks-1.1.6-unbundle-cryptokit.patch
deleted file mode 100644
index bf3d1901033..000
--- a/net-misc/sks/files/sks-1.1.6-unbundle-cryptokit.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-From: Christoph Martin 
-Date: Fri, 6 May 2016 14:55:01 -0400
-Subject: use system cryptokit
-
-Use the system cryptokit instead of the one shipped in upstream source

- Makefile | 31 ++-
- 1 file changed, 2 insertions(+), 29 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 15ab3ea..eb56758 100644
 a/Makefile
-+++ b/Makefile
-@@ -55,7 +55,7 @@ WARNERR=-warn-error A
- endif
- 
- CAMLP4=-pp $(CAMLP4O)
--CAMLINCLUDE= -I lib -I bdb
-+CAMLINCLUDE= -I lib -I bdb -I +cryptokit
- COMMONCAMLFLAGS=$(CAMLINCLUDE) $(OCAMLLIB) $(CAMLLDFLAGS) -ccopt -Lbdb 
-dtypes $(WARNERR)
- OCAMLDEP=ocamldep $(CAMLP4)
- CAMLLIBS=unix.cma str.cma bdb.cma nums.cma bigarray.cma cryptokit.cma
-@@ -109,7 +109,7 @@ ALLOBJS=$(ALLOBJS.bc:.cmo=.cmx)
- 
- EXEOBJS.bc=$(RSERVOBJS.bc) build.cmo fastbuild.cmo dbserver.cmo pdiskTest.cmo
- 
--LIBS.bc= lib/cryptokit.cma bdb/bdb.cma
-+LIBS.bc= bdb/bdb.cma
- LIBS=$(LIBS.bc:.cma=.cmxa)
- 
- VERSION := $(shell cat VERSION)
-@@ -280,32 +280,6 @@ prepared:
-   touch prepared
- 
- 
--CKVER=cryptokit-1.7
--CKDIR=$(CKVER)/src
--
--$(CKVER)/README.txt:
--  tar xmvfz $(CKVER).tar.gz
--  patch -p 0 < $(CKVER)-sks.patch
--  patch -p 0 < $(CKVER)-sks-custom_compare.patch
--
--$(CKDIR)/cryptokit.cma: $(CKVER)/README.txt
--  cd $(CKDIR) && $(MAKE) all
--
--$(CKDIR)/cryptokit.cmxa: $(CKVER)/README.txt
--  cd $(CKDIR) && $(MAKE) allopt
--
--lib/cryptokit.cma: $(CKDIR)/cryptokit.cma $(CKDIR)/cryptokit.cmxa prepared
--  cp $(CKDIR)/cryptokit.cmi $(CKDIR)/cryptokit.cma \
-- $(CKDIR)/cryptokit.mli lib
--  cp $(CKDIR)/libcryptokit.a lib
--  if test -f $(CKDIR)/dllcryptokit.so; then \
-- cp $(CKDIR)/dllcryptokit.so lib; fi
--  if test -f $(CKDIR)/cryptokit.cmxa; then \
-- cp $(CKDIR)/cryptokit.cmxa $(CKDIR)/cryptokit.cmx \
-- $(CKDIR)/cryptokit.a lib; fi
--
--lib/cryptokit.cmxa: lib/cryptokit.cma
--
- 
- # old stuff
- 
-@@ -404,7 +378,6 @@ clean: mlclean
- 
- cleanall: clean bdbclean
-   rm -f lib/*
--  rm -rf $(CKVER)
- 
- distclean: cleanall
-   rm -rf Makefile.local



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

2021-03-17 Thread Sam James
commit: a87b0b257a4ab67db6f6b325a8b6f0a4e236695c
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Mar 17 17:33:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 18 00:16:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87b0b25

net-analyzer/arpon: remove unused patches

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19979
Signed-off-by: Sam James  gentoo.org>

 net-analyzer/arpon/files/arpon-2.7.2-CFLAGS.patch | 14 --
 net-analyzer/arpon/files/arpon-2.7.2-etc.patch| 11 ---
 net-analyzer/arpon/files/arpon.confd  |  5 -
 net-analyzer/arpon/files/arpon.initd  | 19 ---
 4 files changed, 49 deletions(-)

diff --git a/net-analyzer/arpon/files/arpon-2.7.2-CFLAGS.patch 
b/net-analyzer/arpon/files/arpon-2.7.2-CFLAGS.patch
deleted file mode 100644
index 525f03740dd..000
--- a/net-analyzer/arpon/files/arpon-2.7.2-CFLAGS.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -51,11 +51,9 @@
- if(cmake_build_type_tolower STREQUAL "debug")
-   message(STATUS "Build Type: Debug")
-   set(CMAKE_BUILD_TYPE "Debug")
--  set(CMAKE_C_FLAGS "-Wall -Werror -pedantic -O0 -g")
- else()
-   message(STATUS "Build Type: Release")
-   set(CMAKE_BUILD_TYPE "Release")
--  set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Werror")
- endif()
- 
- include_directories(

diff --git a/net-analyzer/arpon/files/arpon-2.7.2-etc.patch 
b/net-analyzer/arpon/files/arpon-2.7.2-etc.patch
deleted file mode 100644
index 03e80f9d595..000
--- a/net-analyzer/arpon/files/arpon-2.7.2-etc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/etc/CMakeLists.txt
-+++ b/etc/CMakeLists.txt
-@@ -14,7 +14,7 @@
- COMPONENT Etcfile)
- else(${CMAKE_INSTALL_PREFIX} STREQUAL "/")
-   install(FILES ${arpon_etc_src}
--DESTINATION ${CMAKE_INSTALL_PREFIX}/etc
-+DESTINATION /etc
- PERMISSIONS OWNER_READ GROUP_READ WORLD_READ
- COMPONENT Etcfile)
- endif(${CMAKE_INSTALL_PREFIX} STREQUAL "/")

diff --git a/net-analyzer/arpon/files/arpon.confd 
b/net-analyzer/arpon/files/arpon.confd
deleted file mode 100644
index d1ce050fa4c..000
--- a/net-analyzer/arpon/files/arpon.confd
+++ /dev/null
@@ -1,5 +0,0 @@
-METHOD="--darpi"
-IFACE="eth0"
-LOGFILE="/var/log/arpon.log"
-
-ARPON_OPTS="${METHOD} --iface ${IFACE} --log-file ${LOGFILE} --log"

diff --git a/net-analyzer/arpon/files/arpon.initd 
b/net-analyzer/arpon/files/arpon.initd
deleted file mode 100644
index dc69135c26e..000
--- a/net-analyzer/arpon/files/arpon.initd
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-   need net
-}
-
-start() {
-   ebegin "Starting arpon"
-   start-stop-daemon --start --background --make-pidfile --pidfile 
"/var/run/arpon.pid" \
-   --exec /usr/sbin/arpon -- ${ARPON_OPTS} >/dev/null 2>&1
-   eend $?
-}
-
-stop() {
-   ebegin "Stopping arpon"
-   start-stop-daemon --stop --pidfile "/var/run/arpon.pid"
-   eend $?
-}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/

2021-03-17 Thread Sam James
commit: 62f36ae0a3cf941f87427a3510951517a6abed98
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 23:15:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 23:15:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f36ae0

sci-libs/openblas: add 0.3.14

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

 sci-libs/openblas/Manifest   |   1 +
 sci-libs/openblas/openblas-0.3.14.ebuild | 198 +++
 2 files changed, 199 insertions(+)

diff --git a/sci-libs/openblas/Manifest b/sci-libs/openblas/Manifest
index 76d50dca615..64e19a098b4 100644
--- a/sci-libs/openblas/Manifest
+++ b/sci-libs/openblas/Manifest
@@ -1,2 +1,3 @@
 DIST openblas-0.3.12.tar.gz 12325103 BLAKE2B 
3d6706e59e83f87dd58b287753bf697de99e83c8a4484453f120d8f8c9c69ea5b481a143db04342a1dcb1779ce548a49618cf4941d08d636e12ed481305e8fb5
 SHA512 
1ff5a065c41f7e460857f8428fc77900b189f051fa8129eea9ae93237f234d387cc1c6e627c2c95636164f512d4d721d4229729f04a04e8d5f655abbf5463d98
 DIST openblas-0.3.13.tar.gz 12437434 BLAKE2B 
d8f9d3296506c6148cd506278f0b6a2a4fe50975a7fd3f54108e98e88a13002b1035f5697322ba73df7c6397faee6d0772c1d4d46b66db8e862f17b980dbdf97
 SHA512 
86e7f496587cc35d7feede99cbe3cf627ef690dd7489bb03b95f7d15ed758e32baf17d79f17b1de187184394233f60a8249a64dd53c3d59a9540db92269b7ee4
+DIST openblas-0.3.14.tar.gz 12460465 BLAKE2B 
9505ff6e132581ecc86159fb84192c6bbce0f2974293eaf1b4aca6b96b5da85823bfc1bced65a96930674fd4781ea3e375aed09cbdc9930cef26694c9f8e1c80
 SHA512 
c7d5947ada525a32bc6e97ff94272df9730fa5fb06102e06e80472baedc1a9119d82050cdaede192db15f816ae7143784d7801b61b64fab5b5cf97cdbd5e625e

diff --git a/sci-libs/openblas/openblas-0.3.14.ebuild 
b/sci-libs/openblas/openblas-0.3.14.ebuild
new file mode 100644
index 000..4566f928af8
--- /dev/null
+++ b/sci-libs/openblas/openblas-0.3.14.ebuild
@@ -0,0 +1,198 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit flag-o-matic fortran-2 toolchain-funcs
+
+DESCRIPTION="Optimized BLAS library based on GotoBLAS2"
+HOMEPAGE="http://xianyi.github.com/OpenBLAS/;
+SRC_URI="https://github.com/xianyi/OpenBLAS/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}"/OpenBLAS-${PV}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="dynamic eselect-ldso index-64bit openmp pthread relapack test"
+REQUIRED_USE="?? ( openmp pthread )"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   eselect-ldso? (
+   >=app-eselect/eselect-blas-0.2
+   >=app-eselect/eselect-lapack-0.2
+   )
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-0.3.12-shared-blas-lapack.patch"
+   "${FILESDIR}/${PN}-0.3.10-dont-clobber-fflags.patch"
+)
+
+pkg_pretend() {
+   elog "This software has a massive number of options that"
+   elog "are configurable and it is *impossible* for all of"
+   elog "those to fit inside any manageable ebuild."
+   elog "The Gentoo provided package has enough to build"
+   elog "a fully optimized library for your targeted CPU."
+   elog "You can set the CPU target using the environment"
+   elog "variable - OPENBLAS_TARGET or it will be detected"
+   elog "automatically from the target toolchain (supports"
+   elog "cross compilation toolchains)."
+   elog "You can control the maximum number of threads"
+   elog "using OPENBLAS_NTHREAD, default=64 and number of "
+   elog "parallel calls to allow before further calls wait"
+   elog "using OPENBLAS_NPARALLEL, default=8."
+}
+
+pkg_setup() {
+   fortran-2_pkg_setup
+
+   # List of most configurable options - Makefile.rule
+
+   # https://github.com/xianyi/OpenBLAS/pull/2663
+   tc-export CC FC LD AR AS RANLIB
+
+   # HOSTCC is used for scripting
+   export HOSTCC=$(tc-getBUILD_CC)
+
+   # threading options
+   use openmp && tc-check-openmp
+   USE_THREAD=0
+   if use openmp; then
+   USE_THREAD=1; USE_OPENMP=1;
+   elif use pthread; then
+   USE_THREAD=1; USE_OPENMP=0;
+   fi
+   export USE_THREAD USE_OPENMP
+
+   # We need to filter these while building the library, and not just
+   # while building the test suite. Will hopefully get fixed upstream:
+   # https://github.com/xianyi/OpenBLAS/issues/2657
+   use test && filter-flags "-fbounds-check" "-fcheck=bounds" "-fcheck=all"
+
+   # disable submake with -j and default optimization flags
+   # in Makefile.system
+   # Makefile.rule says to not modify COMMON_OPT/FCOMMON_OPT...
+   export MAKE_NB_JOBS=-1 \
+  COMMON_OPT=" " \
+  FCOMMON_OPT=" "
+
+   # Target CPU ARCH options
+   # generally detected automatically from cross toolchain
+   use dynamic && \
+   export DYNAMIC_ARCH=1 \
+  NO_AFFINITY=1 \
+  

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

2021-03-17 Thread Thomas Deutschmann
commit: ba14151d1877254928dcfc804699e34090590f67
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 17 22:38:32 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 17 22:38:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba14151d

sys-kernel/linux-firmware: bump to v20210315

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

 sys-kernel/linux-firmware/Manifest |   1 +
 .../linux-firmware/linux-firmware-20210315.ebuild  | 353 +
 2 files changed, 354 insertions(+)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index 4f2cd4c342e..dbe83bc6718 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -8,3 +8,4 @@ DIST linux-firmware-20200918.tar.xz 124581736 BLAKE2B 
1541e1afcf52dfb03e89a1d296
 DIST linux-firmware-20201022.tar.xz 129328580 BLAKE2B 
8845fa18aad56a1164a0ba63533bc44f728e0b6c207cf9c695bb432bbd33f3740f3d10958f2fd4cad9f45653751819b8e8eaab4b593f5aa0edaed3a246fbd6bc
 SHA512 
d502000154483d4aa8274f851749c1da550f3e94152ae950c93b3577af72e8864b1884938b7b02c4ea832af4b3060bccea10fdee4cd1dd83cb3ca8edcbf2995e
 DIST linux-firmware-20201218.tar.xz 137880408 BLAKE2B 
32839d61d743ade53aad7df0c87e90c28c9eff2e40e8072ebb283907c9a3800b7a0020a3c4ea2350f691ebd7ad9c5d71a1a83991c9099cd9b9bc5f9a908732c9
 SHA512 
9dfce57ad8d23939860d0b005cbbc80227c67e9739479473b1e36a5d32392df1d341eba3a85c0e243590841954dae298913e96168e72c68eeb3762dfd65a38b3
 DIST linux-firmware-20210208.tar.xz 146701492 BLAKE2B 
49d39e9a6cf1ee1afc41c6317e680ab90937f0be437a940113b99504215fff7320a7442e3243d5831277dc6fbc043734461f32721b2f0a5dc12960162be6b2a4
 SHA512 
122673a9f4662a807667127fc88f85115063836b98283951cc46887cae43e1d6bc912b5b95bf50e1e896ff4b9197577e53705ccb259b614d29c3bae37a637b6d
+DIST linux-firmware-20210315.tar.xz 151454796 BLAKE2B 
aef09bf2043117c821c5e1460d02d50131e46c2c4257dd3816813089881791b876670990d774dc3e43060785f7303ef509cdec45b64f300ee1acba769bfdc5d1
 SHA512 
499f0cd746f700ac95f8ca9947d1fb402f3bc53dd5302101ce94f0510ee013b5fa3b8cb6316ace93e3bb2df0a25fb53eb8099acc45c9bec051aa92986e9d188f

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

[gentoo-commits] proj/sci:master commit in: sci-biology/kraken/

2021-03-17 Thread Andrew Ammerlaan
commit: a0fa80290ded3e7cd5085b60d49e115e7b2469d9
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Mar 17 21:29:25 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Mar 17 21:29:57 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0fa8029

sci-biology/kraken: use ED variable

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 sci-biology/kraken/kraken-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/kraken/kraken-1.1.1.ebuild 
b/sci-biology/kraken/kraken-1.1.1.ebuild
index 47ca1b86e..c5e8584b2 100644
--- a/sci-biology/kraken/kraken-1.1.1.ebuild
+++ b/sci-biology/kraken/kraken-1.1.1.ebuild
@@ -34,13 +34,13 @@ src_compile(){
 }
 
 src_install(){
-   dodoc "${DISTDIR}"/${P}_MANUAL.html
+   dodoc "${DISTDIR}/${P}_MANUAL.html"
perl_set_version
insinto ${VENDOR_LIB}/${PN}
doins destdir/*.pm
insinto /usr/share/${PN}/util
doins destdir/*.pl
-   chmod -R a+rx "${D}"/"${EPREFIX}"/usr/share/${PN}/util
+   chmod -R a+rx "${ED}/usr/share/${PN}/util"
rm -f destdir/krakenlib.pm
dobin destdir/*
 }



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

2021-03-17 Thread Thomas Deutschmann
commit: 3ea5ecf97beb82a15448e51a5a08584703bb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 17 20:49:33 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 17 20:49:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea5ecf9

app-misc/ca-certificates: rollover stable keywords

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

 app-misc/ca-certificates/ca-certificates-20210119.3.62.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ca-certificates/ca-certificates-20210119.3.62.ebuild 
b/app-misc/ca-certificates/ca-certificates-20210119.3.62.ebuild
index 2f777c592fc..f49a7923491 100644
--- a/app-misc/ca-certificates/ca-certificates-20210119.3.62.ebuild
+++ b/app-misc/ca-certificates/ca-certificates-20210119.3.62.ebuild
@@ -50,7 +50,7 @@ fi
 
 LICENSE="MPL-1.1"
 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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+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 ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
 IUSE=""
 ${PRECOMPILED} || IUSE+=" cacert"
 



[gentoo-commits] repo/gentoo:master commit in: media-fonts/tex-gyre/

2021-03-17 Thread Andreas Sturmlechner
commit: 3f76ed9a2d5b169756758bace05aeb42b9c70b30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 17 20:45:52 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 17 20:46:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f76ed9a

media-fonts/tex-gyre: Drop 2.005, EAPI5--

Closes: https://bugs.gentoo.org/776697
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-fonts/tex-gyre/Manifest  |  1 -
 media-fonts/tex-gyre/tex-gyre-2.005.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/media-fonts/tex-gyre/Manifest b/media-fonts/tex-gyre/Manifest
index 9e2d025a263..1e4e0f58959 100644
--- a/media-fonts/tex-gyre/Manifest
+++ b/media-fonts/tex-gyre/Manifest
@@ -1,2 +1 @@
-DIST tg-2.005otf.zip 2284184 BLAKE2B 
bf19224b480f1bd4829331bac373882b3cb6687740d1977fd07bd8cf8fd93d0cdeaa290834286dc4b96641a43e0307200993beeb6748c6902eaa7d24523bf3bc
 SHA512 
881886115604a7ec2634f621693177278bf3f6842dd42f64460e3afd26f302c2f8847e03b7bd83b354ae0366dcdfa057f16b1cbf64e8c5172d27d2bda7b98db9
 DIST tg2_501otf.zip 2559336 BLAKE2B 
8a4872f1a694765e56ef6e41fab523ee80a9b69de255add3160068131a10f226cb237572b1184f6411afd49936606af6b6809f3a5aebd502122d062a4dc23f55
 SHA512 
a335e0bfaf16a157c290fcd40fcf8786e8677f14189a8b6fe56ff112f008aed198600248d8eb1334bbb689b9979996e013f61bf5bfa6f0549b6a910d03cb2929

diff --git a/media-fonts/tex-gyre/tex-gyre-2.005.ebuild 
b/media-fonts/tex-gyre/tex-gyre-2.005.ebuild
deleted file mode 100644
index 2e47c60fea5..000
--- a/media-fonts/tex-gyre/tex-gyre-2.005.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit font
-
-DESCRIPTION="Extensive remake of freely available URW fonts"
-HOMEPAGE="http://www.gust.org.pl/projects/e-foundry/tex-gyre;
-SRC_URI="http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg-${PV}otf.zip;
-
-LICENSE="|| ( GFL LPPL-1.3c )" # legally equivalent
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa x86"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}
-FONT_SUFFIX="otf"



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

2021-03-17 Thread Thomas Deutschmann
commit: f83cf75ee39edde529a917f91be6d103d20f68ca
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 17 20:44:20 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 17 20:44:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f83cf75e

dev-libs/nspr: bump to v4.30

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

 dev-libs/nspr/Manifest |   1 +
 dev-libs/nspr/nspr-4.30.ebuild | 122 +
 2 files changed, 123 insertions(+)

diff --git a/dev-libs/nspr/Manifest b/dev-libs/nspr/Manifest
index 586225f4fc1..7bdf1085dee 100644
--- a/dev-libs/nspr/Manifest
+++ b/dev-libs/nspr/Manifest
@@ -2,3 +2,4 @@ DIST nspr-4.26.tar.gz 1079778 BLAKE2B 
db83afa5e3ab2e0ef92aa236db6d9f25e963b77df7
 DIST nspr-4.27.tar.gz 1080036 BLAKE2B 
2d7a24259ff6b04e7a71e705d54612f27957824969b94eab251d6a53d91c7630d59cd107a6b9f5c6c0a308bac1db1ebc286602d672d4828d2322288456a5ce78
 SHA512 
2be539e6fd5ed8987874147a2bacc3f0b7177cdfddbb1a4f9e5f93575de871584b05fb56ca4e1ba5f7e53074cd4069310658f1559de0f38def208b087b6e6dca
 DIST nspr-4.28.tar.gz 1080086 BLAKE2B 
7b4bfd8e05f6303d9d41c3c2686447cd1f16b029d8219b9fc2c83f4a16a8ccf214ad6374e0caf9816aaced1e14650cb43acb92b89d7e9d0886acc59292b53d1e
 SHA512 
5badee7bc4b43270b384e2f6ee0654be88b2fb4a5db1dfc46e441520bf66496105db80bced2234b73c18150eb6a6fe00f93cea1e2cfe809404bfd3e02de109c4
 DIST nspr-4.29.tar.gz 1078192 BLAKE2B 
748456a0d31a33b1b32ed66b15658df3541304855941887d873a672124e77326fda42e9895ac65e237c6e4f09d4c7af9615a3c6fe65f85845a6caf23cc99caf4
 SHA512 
ba5ac275fe0beb69d7a7674c9ee9e4429bd5761daed285edd975ccc829af30d062bf4a0f5e44361e3bd191f21b1905f96ab146d53b55324020f13ecb3c05609b
+DIST nspr-4.30.tar.gz 1078175 BLAKE2B 
dcd55c9e267602e74a8e640f6a5f4bc47160f887fa528f409be33e78b21f0ab7e19df46fb6e729907a41c587b3d79f560da52463632660ef26c85b60e3cdc011
 SHA512 
b0d22e915f0533aa38e30e3cfd949d966d44d4c107d5f1a9d35b49cbbe759fda70f5d70f01d79fcf6b229128619f778a220df63ef7d07c21b616f9c44914a33e

diff --git a/dev-libs/nspr/nspr-4.30.ebuild b/dev-libs/nspr/nspr-4.30.ebuild
new file mode 100644
index 000..e6c6b0dfafd
--- /dev/null
+++ b/dev-libs/nspr/nspr-4.30.ebuild
@@ -0,0 +1,122 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools toolchain-funcs multilib-minimal
+
+MIN_PV="$(ver_cut 2)"
+
+DESCRIPTION="Netscape Portable Runtime"
+HOMEPAGE="https://www.mozilla.org/projects/nspr/;
+SRC_URI="https://archive.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz;
+
+LICENSE="|| ( MPL-2.0 GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris ~x86-solaris"
+IUSE="debug elibc_musl"
+
+MULTILIB_CHOST_TOOLS=(
+   /usr/bin/nspr-config
+)
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.23-prtime.patch
+   "${FILESDIR}"/${PN}-4.7.1-solaris.patch
+   "${FILESDIR}"/${PN}-4.10.6-solaris.patch
+   "${FILESDIR}"/${PN}-4.8.4-darwin-install_name.patch
+   "${FILESDIR}"/${PN}-4.8.9-link-flags.patch
+   # We do not need to pass -L$libdir via nspr-config --libs
+   "${FILESDIR}"/${PN}-4.9.5_nspr_config.patch
+)
+
+src_prepare() {
+   cd "${S}"/nspr || die
+
+   default
+
+   use elibc_musl && eapply 
"${FILESDIR}"/${PN}-4.21-ipv6-musl-support.patch
+
+   # rename configure.in to configure.ac for new autotools compatibility
+   if [[ -e "${S}"/nspr/configure.in ]] ; then
+   einfo "Renaming configure.in to configure.ac"
+   mv "${S}"/nspr/configure.{in,ac} || die
+   else
+   elog "configure.in rename logic can be removed from ebuild."
+   fi
+
+   # We must run eautoconf to regenerate configure
+   eautoconf
+
+   # make sure it won't find Perl out of Prefix
+   sed -i -e "s/perl5//g" "${S}"/nspr/configure || die
+
+   # Respect LDFLAGS
+   sed -i -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
+   "${S}"/nspr/config/rules.mk || die
+}
+
+multilib_src_configure() {
+   # We use the standard BUILD_xxx but nspr uses HOST_xxx
+   tc-export_build_env BUILD_CC
+   export HOST_CC=${BUILD_CC} HOST_CFLAGS=${BUILD_CFLAGS} 
HOST_LDFLAGS=${BUILD_LDFLAGS}
+   tc-export AR CC CXX RANLIB
+   [[ ${CBUILD} != ${CHOST} ]] \
+   && export CROSS_COMPILE=1 \
+   || unset CROSS_COMPILE
+
+   local myconf=(
+   --libdir="${EPREFIX}/usr/$(get_libdir)"
+   $(use_enable debug)
+   $(use_enable !debug optimize)
+   )
+
+   # The configure has some fancy --enable-{{n,x}32,64bit} switches
+   # that trigger some code conditional to platform & arch. This really
+   # matters for the few common arches (x86, ppc) but we pass a little
+   # more of them to be 

[gentoo-commits] repo/gentoo:master commit in: dev-db/mysql-connector-c/

2021-03-17 Thread Thomas Deutschmann
commit: e38e5d9c12961815cd65012b3688d297ff95fe64
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 17 20:24:49 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 17 20:41:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38e5d9c

dev-db/mysql-connector-c: allow usage as live ebuild

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

 .../mysql-connector-c/mysql-connector-c-8.0.23-r1.ebuild  | 15 +++
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/dev-db/mysql-connector-c/mysql-connector-c-8.0.23-r1.ebuild 
b/dev-db/mysql-connector-c/mysql-connector-c-8.0.23-r1.ebuild
index ebffdbbcada..4923fe57f0c 100644
--- a/dev-db/mysql-connector-c/mysql-connector-c-8.0.23-r1.ebuild
+++ b/dev-db/mysql-connector-c/mysql-connector-c-8.0.23-r1.ebuild
@@ -11,11 +11,20 @@ MULTILIB_CHOST_TOOLS=( /usr/bin/mysql_config )
 
 DESCRIPTION="C client library for MariaDB/MySQL"
 HOMEPAGE="https://dev.mysql.com/downloads/;
-SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-boost-${PV}.tar.gz;
+
+if [[ ${PV} == "" ]]; then
+   EGIT_REPO_URI="https://github.com/mysql/mysql-server.git;
+
+   inherit git-r3
+else
+   SRC_URI="https://dev.mysql.com/get/Downloads/MySQL-$(ver_cut 
1-2)/mysql-boost-${PV}.tar.gz"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
sparc x86"
+
+   S="${WORKDIR}/mysql-${PV}"
+fi
 
 LICENSE="GPL-2"
 SLOT="0/21"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
x86"
 IUSE="ldap libressl static-libs"
 
 RDEPEND="
@@ -39,8 +48,6 @@ RDEPEND+=" !

[gentoo-commits] repo/gentoo:master commit in: net-dns/resolv_wrapper/

2021-03-17 Thread Thomas Deutschmann
commit: 77cacb73cd9e57c7a96040d018850e6eeda3d766
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Mar 17 20:15:23 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Mar 17 20:41:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cacb73

net-dns/resolv_wrapper: bump to v1.1.7

Add test support.

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

 net-dns/resolv_wrapper/Manifest|  1 +
 net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/net-dns/resolv_wrapper/Manifest b/net-dns/resolv_wrapper/Manifest
index 1efec700e44..512449c54d2 100644
--- a/net-dns/resolv_wrapper/Manifest
+++ b/net-dns/resolv_wrapper/Manifest
@@ -1,2 +1,3 @@
 DIST resolv_wrapper-1.1.5.tar.gz 34241 BLAKE2B 
7025885731a1defa79ae7a0381ca4394c37508883dc5e19aa9e29b0545cddc1c3f2b5091991a3e1599654e1a64442a6a36760f7725e54d1270c1a5b71bd3fadb
 SHA512 
d11beff60cf935c0c12ac97ae375299ab1cd2e270d09438cf81b5c19dd94b7d430484c44ec9611171b67654d5c0f26afc4aa9d069d61293a956ef8fc59efc7a8
 DIST resolv_wrapper-1.1.6.tar.gz 38276 BLAKE2B 
4b1c79a342b74f33063ba480b1706a107c53275430b3f5e1e46204265af3501394f72b6119e98ad3382e48f9a8f2511e679b3f4093446beaa11095bfaed340ce
 SHA512 
cc379124c6104ba1330dfc038f04f9b473b71ac81b18889e481fb7812b38e71040ca6bed7bffd6eeaf77abeb8452a4d3308514ec6380811327dc832aa0381be8
+DIST resolv_wrapper-1.1.7.tar.gz 45148 BLAKE2B 
d1b860187bfa3be6eadd848abc458d5c9e3c4c4048a70b37d7548caf2604bda51f8a3606487fb95d682ab39e06f63f29b85de981ae32527997799fa5d72befab
 SHA512 
531a7734f40d8a7cb3da4618eebbb4530657ad2cdcf3c1cd48f3ae1dcf55fc003205e44745fc3f70704060ae0c6a2516919c61fd10223ff56d90a47a3c59b3c0

diff --git a/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild 
b/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild
new file mode 100644
index 000..50e162a2788
--- /dev/null
+++ b/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_ECLASS=cmake
+inherit cmake-multilib
+
+DESCRIPTION="Wrapper for DNS name resolving or DNS faking"
+HOMEPAGE="https://cwrap.org/resolv_wrapper.html;
+SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? (
+   dev-util/cmocka
+   net-libs/socket_wrapper
+   )"
+
+# Work around a problem with >=dev-util/cmake-3.3.0 (bug #558340)
+# Because of this we cannot use cmake-multilib_src_configure() here.
+multilib_src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_LIBRARY_PATH=/usr/$(get_libdir)
+   -DUNIT_TESTING=$(usex test)
+   )
+   cmake_src_configure
+}



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

2021-03-17 Thread Agostino Sarubbo
commit: 2c556e667bbf2d1e9f977c12b0c94ef8d802cc47
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 17 20:10:43 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 17 20:10:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c556e66

sys-kernel/vanilla-sources: Automated version bump to {5.4.106,5.10.24,5.11.7} 
- remove old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest | 6 +++---
 ...anilla-sources-5.10.23.ebuild => vanilla-sources-5.10.24.ebuild} | 0
 ...{vanilla-sources-5.11.6.ebuild => vanilla-sources-5.11.7.ebuild} | 0
 ...anilla-sources-5.4.105.ebuild => vanilla-sources-5.4.106.ebuild} | 0
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index b011481d409..63327adaf2c 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -9,6 +9,6 @@ DIST patch-4.14.226.xz 4185676 BLAKE2B 
e22d2eed7809b60bb7a2737b833e677b921df3daa
 DIST patch-4.19.181.xz 3867604 BLAKE2B 
7f329a8a34e8dad49b5fab3591d6d5bc907dd9d5a1e47e72e52e51e40d265ae270b6f6b3a106355ecbf62ba6cb36ddcf2c2d9f41fc4e67b4e17dae3e52e23ffb
 SHA512 
48ee849de4bf19d3d5ea369e4c3ea1d71077ffe565391a98548e08747fe15958d5e1d9d7f4b7cf11b5f2ac0d3e1a3ac12519b614a8ed05b606b32d50f91d847e
 DIST patch-4.4.262.xz 3507548 BLAKE2B 
e741bd92dddb704fcf58c025abea92230f1511c1b6e751579d35e3228396e77364afb3e510fa7df62948b975719dd1839ec0e31d730b7aabbe26029a86276f34
 SHA512 
536edbe24ada5f1a96780312cc22cc5a88006a5bafc830126d540b2d6a83f170c8476aaa4ff26660d2b856e87e1816c1710318450aba6f64d601071f15f60908
 DIST patch-4.9.262.xz 3910380 BLAKE2B 
3cca1ee84cd4afd6721e22c4dbb03c66f01bdd5b640f526fd333f57a6884727768038ca6af43f23b24c471d85174a6cacde4b63cb8ded59c03fdffaa1367e740
 SHA512 
9c2b16c5858c1c77ac454ff18b0e9d1ab1bc4395208f15ab5999bbbdf607f9310decb907cb4326592db29fbf4f3e56cf95731d17585c05e8ce38b40f2a6a97da
-DIST patch-5.10.23.xz 749128 BLAKE2B 
a809820276c5fc30870584359452984cb4cf003d101978c2f6fc4e010d6b923d35bd0088ae668c808ffa27f8a7e94359bcfa5accdec5db23fd2f789d470bb7ca
 SHA512 
5948883fbe4d0bdfc47d653882d5810196b102a3f6cfb138e2e5f9ab8936f11b04db7cbb5242da0555cbe43ca6f62a325fb067f892d3dac765953c2417acb1ae
-DIST patch-5.11.6.xz 304072 BLAKE2B 
a081369769bc28c83bae6c8b7ba7eea6e8f8ab784bdf66c7a85bbe9d9144d6cd7258edf7522c6e8ddafe87061be9ed0204aacc82373723d1e0d13d4b7e2962b4
 SHA512 
240a4aea2982963e96dd9a4714c7385dfaafb2adf8bcc8354038230e43cbf79fa244337aa4d40106cc8ecdf19cc069b4517ab5538a962b9a5126338de4813b7b
-DIST patch-5.4.105.xz 2712976 BLAKE2B 
b5e5bbbc97523949d5913a55a73e0859de556f7f6b9d598e700f5378583645fe2b1967a718ad1dd3697af1664793933e9e1e6bbe745f53a9c6474bcecf601cd2
 SHA512 
86e2338ca03b788dce7f8fb6dadc84e3f07fd4051a858e198abed8b68b70a1e63b4d8ceda1b3de721cb783b5078f085b1bff1ecc925d84cff84c8b856fcc5d32
+DIST patch-5.10.24.xz 827228 BLAKE2B 
e268d425302e4a07818189940f3c80b0b02c29a6bb603fcb45ce4c1bac2f44e26b205c81d3f7d9390e5f4a0bc75302f8e9d375c2d600608092f5193d5c0f8523
 SHA512 
4cda1cd90e2f663f0c0f043228249100dc79c3e6409f1402ef4ad989cbdc1155726e35c2aae571c2ea17a7f0e83fa1ce9074f02511cbd0c93115a1eb9cd6e5db
+DIST patch-5.11.7.xz 391808 BLAKE2B 
c2e200d9ccee0a2460eb8ff5ba78c7bdd6df746ab45f0d9e6f894ce92eb2f9b1336d791947cf3201f3ccd8705d7fe06e464c9cfa67d7d6919c35b81c317b
 SHA512 
7b147f019bc69f49243c7df8c424e4e43c657448a340ee5bda7b455d1597a8bd5961ba088713e9faada7c19c70928faf88a9ad19356671db3915615e12bc1d1b
+DIST patch-5.4.106.xz 2739936 BLAKE2B 
61d587e03556530e5269cfbe4733b8ca6117f2c24eaf70c7acaabf92990f400f43f5b2e9ab7eb0f010f8f407eeb8e36dbccb6fa36dde572948188112fb42823d
 SHA512 
a98cd9e1ecd12bbc833c9a0c15da962383f20ea0a70921069b66c363ef4f87b56f176d4879d0d2e777914b3b4eb1a027c5a16ddfa8b4f8d48ad0aa55683064cc

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.10.23.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.10.24.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.10.23.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.10.24.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.11.6.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.11.7.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.11.6.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.11.7.ebuild

diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.4.105.ebuild 
b/sys-kernel/vanilla-sources/vanilla-sources-5.4.106.ebuild
similarity index 100%
rename from sys-kernel/vanilla-sources/vanilla-sources-5.4.105.ebuild
rename to sys-kernel/vanilla-sources/vanilla-sources-5.4.106.ebuild



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

2021-03-17 Thread Sam James
commit: fc698c9b9ae73f02d39bbedb5e7fdc69b0448797
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:04:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:04:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc698c9b

dev-python/snakeoil: Stabilize 0.9.3 ppc, #776913

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

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

diff --git a/dev-python/snakeoil/snakeoil-0.9.3.ebuild 
b/dev-python/snakeoil/snakeoil-0.9.3.ebuild
index c1534674975..332550f5be1 100644
--- a/dev-python/snakeoil/snakeoil-0.9.3.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.9.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/snakeoil.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-03-17 Thread Sam James
commit: 76916c0b192017206fd207e199812396c5188c2c
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:04:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:04:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76916c0b

dev-util/pkgcheck: Stabilize 0.9.2 ppc, #776913

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

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

diff --git a/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild
index 18f0ea5c49f..698f5bbcc18 100644
--- a/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 
~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



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

2021-03-17 Thread Sam James
commit: c8212faed20c102441318deb11193b4f4dc631ff
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:04:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:04:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8212fae

dev-python/tree-sitter: Stabilize 0.19.0 ppc, #776913

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

 dev-python/tree-sitter/tree-sitter-0.19.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/tree-sitter/tree-sitter-0.19.0.ebuild 
b/dev-python/tree-sitter/tree-sitter-0.19.0.ebuild
index 8d7c9ce7d6b..3abfc831695 100644
--- a/dev-python/tree-sitter/tree-sitter-0.19.0.ebuild
+++ b/dev-python/tree-sitter/tree-sitter-0.19.0.ebuild
@@ -15,6 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> 
py-${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc ~x86 
~x64-macos"
 
 S="${WORKDIR}/${MY_P}"



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

2021-03-17 Thread Sam James
commit: 2f58b7b5d5d242fc95af1a2025f40e965eb53ac5
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:04:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:04:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f58b7b5

sys-block/di: Stabilize 4.48.0.1 ppc, #776928

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

 sys-block/di/di-4.48.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/di/di-4.48.0.1.ebuild b/sys-block/di/di-4.48.0.1.ebuild
index 0b91156a628..340e3ad752d 100644
--- a/sys-block/di/di-4.48.0.1.ebuild
+++ b/sys-block/di/di-4.48.0.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/diskinfo-di/${P}.tar.gz"
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 IUSE="nls"
 
 RESTRICT="test" #405205, #405471



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

2021-03-17 Thread Sam James
commit: 9e32a465f156eb81ca9385dd6a2defc284df8cf5
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:04:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:04:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e32a465

sys-apps/pkgcore: Stabilize 0.11.4-r1 ppc, #776913

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

 sys-apps/pkgcore/pkgcore-0.11.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pkgcore/pkgcore-0.11.4-r1.ebuild 
b/sys-apps/pkgcore/pkgcore-0.11.4-r1.ebuild
index ac8e37a7a3f..72a561ee970 100644
--- a/sys-apps/pkgcore/pkgcore-0.11.4-r1.ebuild
+++ b/sys-apps/pkgcore/pkgcore-0.11.4-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 
~sparc ~x86 ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-games/flatzebra/

2021-03-17 Thread Sam James
commit: 858d7c6ffa2b63e9dc4f70d8b05de18a76a56f15
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:02:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:02:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858d7c6f

dev-games/flatzebra: Stabilize 0.1.7 amd64, #729736

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

 dev-games/flatzebra/flatzebra-0.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-games/flatzebra/flatzebra-0.1.7.ebuild 
b/dev-games/flatzebra/flatzebra-0.1.7.ebuild
index 4bf627a1fed..f19989af549 100644
--- a/dev-games/flatzebra/flatzebra-0.1.7.ebuild
+++ b/dev-games/flatzebra/flatzebra-0.1.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs"
 
 RDEPEND="media-libs/libsdl[video]



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

2021-03-17 Thread Sam James
commit: 9dbc60b275f1fbb00521ea0fbeaa6921b0bfcede
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:02:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:02:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbc60b2

dev-ruby/paramesan: Stabilize 1.0.1 x86, #774780

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

 dev-ruby/paramesan/paramesan-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/paramesan/paramesan-1.0.1.ebuild 
b/dev-ruby/paramesan/paramesan-1.0.1.ebuild
index 70970ed5249..f0490b557b7 100644
--- a/dev-ruby/paramesan/paramesan-1.0.1.ebuild
+++ b/dev-ruby/paramesan/paramesan-1.0.1.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/jpace/paramesan/archive/v${PV}.tar.gz -> ${P}.tgz"
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
 IUSE=""
 
 all_ruby_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-games/flatzebra/

2021-03-17 Thread Sam James
commit: a882c263c9fc1cc30f3c2011ebfeceb50c282cb9
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:02:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:02:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a882c263

dev-games/flatzebra: Stabilize 0.1.7 x86, #729736

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

 dev-games/flatzebra/flatzebra-0.1.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-games/flatzebra/flatzebra-0.1.7.ebuild 
b/dev-games/flatzebra/flatzebra-0.1.7.ebuild
index 725e4ddcf45..4bf627a1fed 100644
--- a/dev-games/flatzebra/flatzebra-0.1.7.ebuild
+++ b/dev-games/flatzebra/flatzebra-0.1.7.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
@@ -9,7 +9,7 @@ SRC_URI="http://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="static-libs"
 
 RDEPEND="media-libs/libsdl[video]



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

2021-03-17 Thread Sam James
commit: 83e81f2486c2d02dc9d91e945877059c8c7cca55
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:02:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:02:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e81f24

dev-ruby/logue: Stabilize 1.0.18 x86, #774780

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

 dev-ruby/logue/logue-1.0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/logue/logue-1.0.18.ebuild 
b/dev-ruby/logue/logue-1.0.18.ebuild
index 17e7498dc65..4a84bec6ae1 100644
--- a/dev-ruby/logue/logue-1.0.18.ebuild
+++ b/dev-ruby/logue/logue-1.0.18.ebuild
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/jpace/logue/archive/v${PV}.tar.gz 
-> ${PN}-git-${PV}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
 IUSE=""
 
 ruby_add_rdepend "dev-ruby/rainbow:3"



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

2021-03-17 Thread Sam James
commit: a2d4d6f22d642641de88df46d1c313c7514b9b06
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:00:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:00:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d4d6f2

net-libs/libnetfilter_queue: Stabilize 1.0.5 arm64, #776565

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

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

diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild 
b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild
index 381914ff5a2..37342c1a97e 100644
--- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild
+++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.5.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="doc static-libs"
 
 RDEPEND="



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

2021-03-17 Thread Sam James
commit: 990fc4a9cd90e97d25a86928dd333ecedc76a322
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:00:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:00:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990fc4a9

dev-libs/libparserutils: Stabilize 0.2.4-r3 arm64, #776754

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

 dev-libs/libparserutils/libparserutils-0.2.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libparserutils/libparserutils-0.2.4-r3.ebuild 
b/dev-libs/libparserutils/libparserutils-0.2.4-r3.ebuild
index 9bb112a574d..6fad562646f 100644
--- a/dev-libs/libparserutils/libparserutils-0.2.4-r3.ebuild
+++ b/dev-libs/libparserutils/libparserutils-0.2.4-r3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz;
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 x86"
 IUSE="iconv test"
 RESTRICT="!test? ( test )"
 



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

2021-03-17 Thread Sam James
commit: 63c4191db03e18bbfee55178351320bd15b60cfe
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:00:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:00:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c4191d

app-admin/checksec: Stabilize 2.4.0 arm64, #775821

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

 app-admin/checksec/checksec-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/checksec/checksec-2.4.0.ebuild 
b/app-admin/checksec/checksec-2.4.0.ebuild
index 7f19bc67a02..a879fc2571e 100644
--- a/app-admin/checksec/checksec-2.4.0.ebuild
+++ b/app-admin/checksec/checksec-2.4.0.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/slimm609/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 S="${WORKDIR}"/${MY_PN}-${PV}



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

2021-03-17 Thread Sam James
commit: 930924628e58e6000b94797f4cfa9b25e2084cdb
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:00:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:00:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93092462

dev-python/translate-toolkit: Stabilize 3.3.2 arm64, #774630

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

 dev-python/translate-toolkit/translate-toolkit-3.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/translate-toolkit/translate-toolkit-3.3.2.ebuild 
b/dev-python/translate-toolkit/translate-toolkit-3.3.2.ebuild
index db64c6cc4c2..894d0ead037 100644
--- a/dev-python/translate-toolkit/translate-toolkit-3.3.2.ebuild
+++ b/dev-python/translate-toolkit/translate-toolkit-3.3.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/translate/translate/releases/download/${PV}/${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE="+html +ical +ini +subtitles +yaml"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2021-03-17 Thread Sam James
commit: bc44a2294d97e6e5ea200abf9cd7517e049075a5
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:00:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:00:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc44a229

dev-python/phply: Stabilize 1.2.5 arm64, #774630

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

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

diff --git a/dev-python/phply/phply-1.2.5.ebuild 
b/dev-python/phply/phply-1.2.5.ebuild
index ac2a2fcfc58..19867796c40 100644
--- a/dev-python/phply/phply-1.2.5.ebuild
+++ b/dev-python/phply/phply-1.2.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-fonts/tex-gyre/

2021-03-17 Thread Sam James
commit: 8c829e5b05b425e8467914855f7834a8065e35c9
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 17 20:00:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 17 20:00:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c829e5b

media-fonts/tex-gyre: Stabilize 2.501 arm64, #776697

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

 media-fonts/tex-gyre/tex-gyre-2.501.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild 
b/media-fonts/tex-gyre/tex-gyre-2.501.ebuild
index 84d1e4ba388..7d0f6ccdc7c 100644
--- a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild
+++ b/media-fonts/tex-gyre/tex-gyre-2.501.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/${MY_P}.zip;
 
 LICENSE="|| ( GFL LPPL-1.3c )" # legally equivalent
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa x86"
 
 BDEPEND="app-arch/unzip"
 



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

2021-03-17 Thread Marco Scardovi
commit: 20167cce026ebc01853c70008ff675ca01d4911c
Author: ScardracS  scardovi  com>
AuthorDate: Wed Mar 17 19:27:50 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Wed Mar 17 19:27:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20167cce

x11-terms/terminus: bumping to 1.0.135

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

 x11-terms/terminus/Manifest|  1 -
 x11-terms/terminus/terminus-1.0.134.ebuild | 39 --
 x11-terms/terminus/terminus-1.0.135.ebuild |  4 +--
 3 files changed, 2 insertions(+), 42 deletions(-)

diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
index de5687f0..bdd171fe 100644
--- a/x11-terms/terminus/Manifest
+++ b/x11-terms/terminus/Manifest
@@ -1,3 +1,2 @@
-DIST terminus-1.0.134-linux.tar.gz 99631157 BLAKE2B 
32aef7110b2d201ae9efe5131cf8d9661476e47f05c296db709a907e78b7394db560ab9998f9dc0fbddbf17af5b5098d92da050bd5a190b423a46ff106585afa
 SHA512 
7a6abf79ef23bcd6b948c398cddc6e4b3ec40609ac108508c296d4dd1c4fe6c7645bd6908ae73b135a6825360f572d34483a153e731d29a1dd20a78e1c60907d
 DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 
956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf
 SHA512 
00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d
 DIST terminus-icons.tar.gz 29662 BLAKE2B 
156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e
 SHA512 
03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus/terminus-1.0.134.ebuild 
b/x11-terms/terminus/terminus-1.0.134.ebuild
deleted file mode 100644
index 8e075ce4..
--- a/x11-terms/terminus/terminus-1.0.134.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A terminal for a more modern age"
-HOMEPAGE="https://eugeny.github.io/terminus/;
-SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
-https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-inherit desktop xdg-utils
-
-S=""${WORKDIR}"/"${P}"-linux"
-
-DEPEND="net-print/cups" # Requested by electron
-
-src_prepare(){
-   default
-
-   # Remove useless license files.
-   rm LICENSE.electron.txt LICENSES.electron.html
-}
-
-src_install(){
-   insinto /opt/"${PN}"
-   doins -r "${S}"/*
-   dosym "${EPREFIX}"/opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
-   fperms +x /opt/"${PN}"/terminus
-   make_desktop_entry /opt/terminus/terminus terminus
-   doicon ../terminus.svg
-   doicon ../terminus.ico
-   for i in {16,24,32,48,64,72,96,128,512}; do
-   doicon -s "${i}" ../terminus-"${i}".png
-   done
-}

diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild 
b/x11-terms/terminus/terminus-1.0.135.ebuild
index 8e075ce4..eb205f32 100644
--- a/x11-terms/terminus/terminus-1.0.135.ebuild
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -4,9 +4,9 @@
 EAPI=7
 
 DESCRIPTION="A terminal for a more modern age"
+
 HOMEPAGE="https://eugeny.github.io/terminus/;
-SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
-https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz;
+SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
 
https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"



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

2021-03-17 Thread Marco Scardovi
commit: 6457ec7be32eeb53dc46f7781a816c5d317b8962
Author: ScardracS  scardovi  com>
AuthorDate: Tue Mar 16 14:00:13 2021 +
Commit: Marco Scardovi  scardovi  com>
CommitDate: Wed Mar 17 19:23:40 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6457ec7b

x11-terms/terminus: bump to 1.0.135

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

 x11-terms/terminus/Manifest|  1 +
 x11-terms/terminus/terminus-1.0.135.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/x11-terms/terminus/Manifest b/x11-terms/terminus/Manifest
index ef57fce1..de5687f0 100644
--- a/x11-terms/terminus/Manifest
+++ b/x11-terms/terminus/Manifest
@@ -1,2 +1,3 @@
 DIST terminus-1.0.134-linux.tar.gz 99631157 BLAKE2B 
32aef7110b2d201ae9efe5131cf8d9661476e47f05c296db709a907e78b7394db560ab9998f9dc0fbddbf17af5b5098d92da050bd5a190b423a46ff106585afa
 SHA512 
7a6abf79ef23bcd6b948c398cddc6e4b3ec40609ac108508c296d4dd1c4fe6c7645bd6908ae73b135a6825360f572d34483a153e731d29a1dd20a78e1c60907d
+DIST terminus-1.0.135-linux.tar.gz 98751022 BLAKE2B 
956a664b70918e0774caa0590a05acc689d9814507969568de8b468a3fad6784f1d2b19c29131d9cf13fde39db0b815e669fe4a6a29a6d78e212c098aeb58bbf
 SHA512 
00957d136c16d12b1e5c0b8422cd743a8084305543f7c9e017ee1b19c57383d47c41da06004482ac4d2c97708aeea2e861f2e580f48cf13f8eb2afeac7ea047d
 DIST terminus-icons.tar.gz 29662 BLAKE2B 
156f1a41d230cd895fcd58528ed86980249a01486cd43b7fa0dfe6cab6de228cf107f4725ad25d01ffe48fefba8734bd7ec0183da1324750b481e9bef6e2497e
 SHA512 
03eef1909ce7da01ce7c058f57b5a2c792eacdd623532208568f312ecf0717dfde43790f2daa2a97ab0de9e137b0989c9c63a5ca8e71b0fcffdf67c63703fa26

diff --git a/x11-terms/terminus/terminus-1.0.135.ebuild 
b/x11-terms/terminus/terminus-1.0.135.ebuild
new file mode 100644
index ..8e075ce4
--- /dev/null
+++ b/x11-terms/terminus/terminus-1.0.135.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A terminal for a more modern age"
+HOMEPAGE="https://eugeny.github.io/terminus/;
+SRC_URI="https://github.com/Eugeny/${PN}/releases/download/v${PV}/${P}-linux.tar.gz
+https://github.com/ScardracS/icons/releases/download/release/${PN}-icons.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+inherit desktop xdg-utils
+
+S=""${WORKDIR}"/"${P}"-linux"
+
+DEPEND="net-print/cups" # Requested by electron
+
+src_prepare(){
+   default
+
+   # Remove useless license files.
+   rm LICENSE.electron.txt LICENSES.electron.html
+}
+
+src_install(){
+   insinto /opt/"${PN}"
+   doins -r "${S}"/*
+   dosym "${EPREFIX}"/opt/"${PN}"/terminus "${EPREFIX}"/usr/bin/terminus
+   fperms +x /opt/"${PN}"/terminus
+   make_desktop_entry /opt/terminus/terminus terminus
+   doicon ../terminus.svg
+   doicon ../terminus.ico
+   for i in {16,24,32,48,64,72,96,128,512}; do
+   doicon -s "${i}" ../terminus-"${i}".png
+   done
+}



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

2021-03-17 Thread Michał Górny
commit: d3a90aff9a20bf00cf977fe5ad6cfa6be649e6a7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 16:23:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 17 19:35:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a90aff

dev-python/responses: Bump to 0.13.1

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

 dev-python/responses/Manifest|  1 +
 dev-python/responses/responses-0.13.1.ebuild | 30 
 2 files changed, 31 insertions(+)

diff --git a/dev-python/responses/Manifest b/dev-python/responses/Manifest
index bf1f6abd285..d8d15070131 100644
--- a/dev-python/responses/Manifest
+++ b/dev-python/responses/Manifest
@@ -1,2 +1,3 @@
 DIST responses-0.12.1.tar.gz 27123 BLAKE2B 
2c77e3ac48e7430e2c91321a946c09746953b3aa2a93aff1ad277f849bc57fe8033d405cd0c39ba31e523ecb2dfa5bc475519fb1224dff5247925eb54616
 SHA512 
cc840920895c5ab02b546d6441636197e93c4dc7346a801a14d663a30a761d78a0be73e820cdd5963e52d882958d9ea7873df6fcd6c032d99a230109b5c0ddb8
 DIST responses-0.13.0.tar.gz 30265 BLAKE2B 
fdf111b143fb47cb9d175a3718dabe1d23199e02719ece741a6416d25dc8ecf5fc67243c9f8d982b758524db45145d494131aa3f3659f04ff60c147da0fd9947
 SHA512 
84a542a4d1faccb3d530357db6e1edcf666c82a2eb3bfd86a5478fa96878bd42f82ffdec358f68e954838f5dd7dfa4aa6acf3dad7e0d1881fb8816a422b0e755
+DIST responses-0.13.1.tar.gz 30290 BLAKE2B 
823ef6e9e6d760d4516770255c96a8ccd326be8a1b864eb176497b613f9ec97bc0916e8f80e32275859f91129cd1b7a90ee9c8620721ea6ee03440bc4e7500cd
 SHA512 
b6628c5890a9034c003fe1e7ea656474fa553c56fe29e025645f28d524368d4f4e65268ccb384fd514f620fc5f5d008937697161868efefb0760d56a9174e1d6

diff --git a/dev-python/responses/responses-0.13.1.ebuild 
b/dev-python/responses/responses-0.13.1.ebuild
new file mode 100644
index 000..d3c967c158e
--- /dev/null
+++ b/dev-python/responses/responses-0.13.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Utility for mocking out the Python Requests library"
+HOMEPAGE="https://github.com/getsentry/responses;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/requests-2.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.25.10[${PYTHON_USEDEP}]
+   dev-python/cookies[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-03-17 Thread Michał Górny
commit: c66ee7e9b54e9d71b9ffd25cd2ee5cdaa861e5d7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 16:26:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 17 19:35:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66ee7e9

dev-python/zope-testrunner: Bump to 5.3.0

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

 dev-python/zope-testrunner/Manifest|  1 +
 .../zope-testrunner/zope-testrunner-5.3.0.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/zope-testrunner/Manifest 
b/dev-python/zope-testrunner/Manifest
index 91f586a6202..d752ff513c1 100644
--- a/dev-python/zope-testrunner/Manifest
+++ b/dev-python/zope-testrunner/Manifest
@@ -1 +1,2 @@
 DIST zope.testrunner-5.2.tar.gz 141836 BLAKE2B 
4a29a2377ece929658afbcf279f51cee445db46432d3ff15be43cb4c1d58b4b809b9077905aeeb5c970cda98bd867258091afe58b525a1716faa2c83e6502ea8
 SHA512 
8b5bb942f3ca42b6fa4de7db5b7149562aa1047128bbd3498a385f8537335cb0cab1a10934faedcd0a1492a14d57accdeefcb95a57d827ad80fff4e20ffd26ef
+DIST zope.testrunner-5.3.0.tar.gz 141406 BLAKE2B 
f3434e9f22514fffe912385f61d163e42ba1dcd9e9d3f2b3f1d504b608c73804fa38b14a5ed1bf288b75b98ef106024a27de925c404ad67be6acc6c1d6c8f06d
 SHA512 
6fd9375c7b58847868aaf04e85722fcc2b1fe7a8e4ae2ec9103dcb091e6f837d649557ba014146876f814345240b20863bf1584f32212b0b1b28c38ed343b87a

diff --git a/dev-python/zope-testrunner/zope-testrunner-5.3.0.ebuild 
b/dev-python/zope-testrunner/zope-testrunner-5.3.0.ebuild
new file mode 100644
index 000..07f992c4b75
--- /dev/null
+++ b/dev-python/zope-testrunner/zope-testrunner-5.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Zope testrunner script"
+HOMEPAGE="https://pypi.org/project/zope.testrunner/ 
https://github.com/zopefoundation/zope.testrunner;
+SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"
+RDEPEND="
+   dev-python/namespace-zope[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/zope-exceptions[${PYTHON_USEDEP}]
+   dev-python/zope-interface[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+python_install_all() {
+   distutils-r1_python_install_all
+
+   # remove .pth files since dev-python/namespace-zope handles the ns
+   find "${D}" -name '*.pth' -delete || die
+}



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

2021-03-17 Thread Michał Górny
commit: 902b48f0f1e96150699fbba8a86b80ca54c95b41
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 16:25:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 17 19:35:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902b48f0

dev-python/setuptools_scm: Bump to 6.0.1

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

 dev-python/setuptools_scm/Manifest |  1 +
 .../setuptools_scm/setuptools_scm-6.0.1.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/setuptools_scm/Manifest 
b/dev-python/setuptools_scm/Manifest
index 00476fe566a..6f3ebe084fa 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,2 +1,3 @@
 DIST setuptools_scm-5.0.1.tar.gz 51679 BLAKE2B 
33f43b437b675291ded4408dd5e68ffbf4615938f963516c0047ead023b2f2a50b28a0d91c7c72a8bdff678d9b8b292aeec36bf418b43f8d039f13560b1fbeb6
 SHA512 
055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f
 DIST setuptools_scm-5.0.2.tar.gz 52273 BLAKE2B 
a4166b293f26161be8748f0c4b819dba0c03186a95d0c06b6fd6fdee7910de60e034ab81f6f1d89f7a1b47381441deb8a38d05421aef3287b35705bbddee33ee
 SHA512 
1e92d03e2d8473425c146a885eb641e98895c43afebcd3c66c1455ace2d81f187b87681072f8aacc5e8be166577f00138cc7c53e4b7d77cb1b598f835b72b010
+DIST setuptools_scm-6.0.1.tar.gz 51433 BLAKE2B 
7045eec0c1a43d6c93c94e0b2799f0d000cda509fa0df9ee9a638b95383f07fe430b07c3bf72fdc4809563ac289521976956f728a4b2984921fa31532bb7ed8b
 SHA512 
db27653c57f674ec62689247680adace3779216249f1b09a35e8a0233a1ec1acb9ae89b52acd439f7062da2ba1a45b8c0d6d81333ddda0764447c30698ddb314

diff --git a/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild 
b/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
new file mode 100644
index 000..07d1b065978
--- /dev/null
+++ b/dev-python/setuptools_scm/setuptools_scm-6.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Manage versions by scm tags via setuptools"
+HOMEPAGE="
+   https://github.com/pypa/setuptools_scm/
+   https://pypi.org/project/setuptools-scm/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+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 ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+   !!

[gentoo-commits] proj/sci:master commit in: sci-biology/canu/

2021-03-17 Thread Martin Mokrejs
commit: a59c6f6546b9556a99d35f05abc3d96557f8bac2
Author: Martin Mokrejs  gmail  com>
AuthorDate: Wed Mar 17 19:26:26 2021 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Wed Mar 17 19:26:26 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a59c6f65

sci-biology/canu: add missing dependency

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

 sci-biology/canu/canu-2.1.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-biology/canu/canu-2.1.1.ebuild 
b/sci-biology/canu/canu-2.1.1.ebuild
index 201058fad..10e4f485a 100644
--- a/sci-biology/canu/canu-2.1.1.ebuild
+++ b/sci-biology/canu/canu-2.1.1.ebuild
@@ -22,6 +22,7 @@ RDEPEND="${PYTHON_DEPS}
dev-lang/perl
virtual/perl-File-Path
sci-visualization/gnuplot
+   sci-biology/minimap2
 "
 # =sci-biology/mhap-2.1.3 if we unbundle it
 DEPEND="${RDEPEND}



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

2021-03-17 Thread Mike Pagano
commit: e735468d97879b249cee8d318f01f6a09fa5399b
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 17 18:58:53 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 18:58:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e735468d

sys-kernel/gentoo-sources: Linux 5.4.106,5.11.7.Update to wireguard(5.4)

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

 sys-kernel/gentoo-sources/Manifest |  6 +
 .../gentoo-sources/gentoo-sources-5.11.7.ebuild| 28 ++
 .../gentoo-sources/gentoo-sources-5.4.106.ebuild   | 28 ++
 3 files changed, 62 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index 04054fb56ff..c8ae9f86d13 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -97,6 +97,9 @@ DIST genpatches-5.11-6.extras.tar.xz 1768 BLAKE2B 
c9244edc9b61c2a190c72c93a33ea4
 DIST genpatches-5.11-7.base.tar.xz 309432 BLAKE2B 
2ada3d18e2c5e55c56d00ce460083b1bcc0d4643f4ebc82a74acef6722c93c1585b9d4034692f5e332c39c0fa9a8661378e677710c5774c0a7e74bed0e0eec9f
 SHA512 
87fa07527691a7b0c466db8625eb8892b8e7400af1f131265cb8e2e66e551f47a32d7cba9be6167d00e1f584de414bdb1409b504dad70e6139817999fb34a346
 DIST genpatches-5.11-7.experimental.tar.xz 6440 BLAKE2B 
dd939c3f624cc84589cab0c3772c72d232038c32eb9a61f64d927a3e1f1de8a6af2c0dbff89ff542ff5332ecd4a7fe6e526db446373b63dc6591cfc801d94356
 SHA512 
c9a3702767bee74ab0ab13eb1ac65346ea8edc62feea5992a4b6a5ee564c15ffd4c3d21299f50d1996cf59ebce2fc03a15927398b2394428fc78cee3b6fc22d2
 DIST genpatches-5.11-7.extras.tar.xz 1772 BLAKE2B 
cdd50d5c8d837cab21d3d06a259b3db19aad9de31e592665e5274e288fa66257bb20eb6b15770732de25bf9be3b901bdc497f5fa301ec7f025de4384dd657120
 SHA512 
29b62027052e57645b23ba3615697195e324aca7a1af5a46fe0b1d8d2c8a170979c6713c538788577ca22dc8b0d05d4070e656172f6c9388b8ff9a027b33cb5d
+DIST genpatches-5.11-8.base.tar.xz 399768 BLAKE2B 
13df51c5a4bf35b2a87a0a5ab86f94f8d2cb012db34b6bbc2fab65f4901a8066f00303408aa864cc735bfdded7ee27bebe476533edb8758b6c86b38d770f26e1
 SHA512 
5a0ce9facca4f5fe2d2d469e424cb35d77630151dd67733260eb759c43a549d63bf597de515403ef3ae47e020540d3aacbe52c28301288a2a4079a43c9ec4566
+DIST genpatches-5.11-8.experimental.tar.xz 6440 BLAKE2B 
1e519e0bf61ff2fa6bdb0e1284df5da05f659351c94a2bd333e213e01b78d7205fdb104e40a4acbb3389ff853f5f918509ddfece1b8c1c0c9ac8a581fe6410b2
 SHA512 
7b5992cd43406f3f49ff928d0d58424e5115cbd53fc545b505b1551c255be7814e96547407f626fee9c049da7da7d7114edea6ae83c13dadb6c448e6f563ebe9
+DIST genpatches-5.11-8.extras.tar.xz 1772 BLAKE2B 
2181060dc6ef787a5bb82d614774a576218291f822c968321744d0d81ac0b07919f9980cfb9b2f858f4551c2d84f7db9f58d6d85158cdca90454a8f17674ac4a
 SHA512 
b507ec60456d1e95a28a4a7710df7b7187030444d21d9f65b3f5429aefd6851c31b2395ff30c76d257ab86e766d5bf7604befd3c117b624f02a77aa04ddefd04
 DIST genpatches-5.4-105.base.tar.xz 3163684 BLAKE2B 
e11b77067fb714f827d68ca0773ae5f097a4234f89eb0ea5bb04ef6cbf39d416a676696a8a97e1473dbd36205b84e681f3b0e94dec8cdab5c111883a7f911285
 SHA512 
42217305887d22987bcc88565c02b4dfd864449c10726ce4e819c4b3fe8af6d2898fdd453ebfb95a45af90843000e219f5447def048ca52ac7c509219396c2cc
 DIST genpatches-5.4-105.experimental.tar.xz 18080 BLAKE2B 
d4840bc3c5d8256cb89df166bbaa9f1ed419f275348a9b88ae0c5f738df95f01f44b049f43cd70aaf85b2b7a7513cfa4bedf18ec5cf5a89c987ee511fbc7886c
 SHA512 
9decef34bb9a5c4727a0ebbcd2d3038693589d0314baa9cd5207409f88264cf5db26402067990fa601859bb2544b0f317696a71067eed7c99c10498d8e1687a1
 DIST genpatches-5.4-105.extras.tar.xz 1772 BLAKE2B 
049452ce9e48c45954a6f71218b38ff1adfea0b3e60452039687e860485dbb1e302b8d18595d64b9f2c2e3bf26d65ee747b876cbdf531745a68381b4cbf417d1
 SHA512 
d5b6915fc19c20fef72bcdb26a82d7e74d6c8af627d4fb50923a380514c6e505e2acd2d106f3a020a6508864d6f10451713346aeaad5d2f40088c4f36103ed5d
@@ -109,6 +112,9 @@ DIST genpatches-5.4-107.extras.tar.xz 1772 BLAKE2B 
4f4aad8cde357553f2188e6962365
 DIST genpatches-5.4-108.base.tar.xz 3195852 BLAKE2B 
9ddc7aceb4ccc71a9a479d67b81945da5a360f863706a7c5d14bee7c7048dc2e4c7b6711e1afada810499a447c5d96ff34031bf5fd8aa5844f992e96cb7f9046
 SHA512 
ecc529d86c152df564829cffcb294c6f8c7f6abea013b2e7344de8b50af75f0ae3dd6b8a6ff4e3530979f3e6486cea823d4833ce033ed3d32ede89358a29d9ff
 DIST genpatches-5.4-108.experimental.tar.xz 18076 BLAKE2B 
bd1ff9b5e8b63c616b875b1171ae3be512b64bdc27861e9542666fccb454bde8143fe94166d288ae881dc6ac00649c0dcc740491d1c503126b3c2e76b99834c4
 SHA512 
be56216af1fce7579f0bf0fdc0fff7616b673fc8e154092f0740289162767e3996542c947207318cf1243337958fc0ddfb1390eb952873bf9c6a3adfe17df022
 DIST genpatches-5.4-108.extras.tar.xz 1772 BLAKE2B 
470e18f95432cf133e75508d5f0bbe2b22a464e1e398165b9986a138a1a396ca729d5652c36885948d7a3b1cc22dee78bb2690b99bb370bd0718a70c7bfa95ee
 SHA512 
4d01432cbe8303fb1234395f7d06855c14f3acd6854a8cb38b5cac46f001d2ac71d69a9829a9b927da5ecc1d8cdaf4355e95eb9b5105181d91ad5ec0b106f6fa
+DIST 

[gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/

2021-03-17 Thread Lars Wendler
commit: 388432e17ab02c4ded3951f2b32f56700b2e7ae4
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 17 18:52:54 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 17 18:54:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388432e1

sys-process/cronie: Adjusted configure.ac patch

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

 sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch 
b/sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch
index 732de86f0a0..958047784c5 100644
--- a/sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch
+++ b/sys-process/cronie/files/cronie-1.5.6-autoconf-2.70.patch
@@ -1,4 +1,4 @@
-From d29cbc586c9f073eb144d219af3d792c2d2de453 Mon Sep 17 00:00:00 2001
+From 44f6a0db3bac50deb11d15d3d847c41932afbfea Mon Sep 17 00:00:00 2001
 From: Lars Wendler 
 Date: Wed, 17 Mar 2021 17:44:38 +0100
 Subject: [PATCH] configure.ac: Don't use AM_CONDITIONAL inside an if statement
@@ -14,7 +14,7 @@ Signed-off-by: Lars Wendler 
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index 8c575dd..6e972fc 100644
+index 8c575dd..b578431 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -260,11 +260,11 @@ if test "$enable_anacron" != no; then
@@ -27,7 +27,7 @@ index 8c575dd..6e972fc 100644
 -  fi
  fi
 +AM_CONDITIONAL([NEED_OBSTACK], [test "$have_obstack" = no])
-+AS_IF([test "$have_obstack" = no], [
++AS_IF([test "$enable_anacron" != no && test "$have_obstack" = no], [
 +  CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/obstack"
 +])
  



[gentoo-commits] proj/linux-patches: New tag: 5.4-109

2021-03-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 18:45:39 2021 +

New tag: 5.4-109




[gentoo-commits] proj/sci:master commit in: sci-biology/minimap2/

2021-03-17 Thread Martin Mokrejs
commit: 601c9013c6e86a87af3ca3b3185c285bccdf90ce
Author: Martin Mokrejs  gmail  com>
AuthorDate: Wed Mar 17 18:19:11 2021 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Wed Mar 17 18:19:11 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=601c9013

sci-biology/minimap2: new package

Arguably we could do something about CPUFLAGS but as the
package compiles its for for all SSE2 up to SSE4.1 combinations
maybe we only should ensure -mtune and -march options
were filtered by the ebuild.

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

 sci-biology/minimap2/metadata.xml | 15 +++
 sci-biology/minimap2/minimap2-2.17.ebuild | 20 
 2 files changed, 35 insertions(+)

diff --git a/sci-biology/minimap2/metadata.xml 
b/sci-biology/minimap2/metadata.xml
new file mode 100644
index 0..c9e82c96a
--- /dev/null
+++ b/sci-biology/minimap2/metadata.xml
@@ -0,0 +1,15 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mmokr...@fold.natur.cuni.cz
+   Martin Mokrejs
+   
+   
+   sci-biol...@gentoo.org
+   Gentoo Biology Project
+   
+   
+   minimap2
+   
+

diff --git a/sci-biology/minimap2/minimap2-2.17.ebuild 
b/sci-biology/minimap2/minimap2-2.17.ebuild
new file mode 100644
index 0..e40058243
--- /dev/null
+++ b/sci-biology/minimap2/minimap2-2.17.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="splice-aware sequence aligner"
+HOMEPAGE="https://github.com/lh3/minimap2;
+SRC_URI="https://github.com/lh3/minimap2/releases/download/v2.17/minimap2-2.17.tar.bz2
 -> ${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install(){
+   dobin "${PN}"
+}



[gentoo-commits] repo/proj/guru:dev commit in: app-shells/fish-agnoster-theme/

2021-03-17 Thread Alessandro Barbieri
commit: cf06f4e9df002e9fc85bf14a0b0d79e2c7368e72
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Wed Mar 17 18:17:59 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Wed Mar 17 18:18:43 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf06f4e9

app-shells/fish-agnoster-theme: new package

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

 app-shells/fish-agnoster-theme/Manifest|  1 +
 .../fish-agnoster-theme-0.1.0_p20200415.ebuild | 23 ++
 app-shells/fish-agnoster-theme/metadata.xml| 11 +++
 3 files changed, 35 insertions(+)

diff --git a/app-shells/fish-agnoster-theme/Manifest 
b/app-shells/fish-agnoster-theme/Manifest
new file mode 100644
index ..36ea6e66
--- /dev/null
+++ b/app-shells/fish-agnoster-theme/Manifest
@@ -0,0 +1 @@
+DIST fish-agnoster-theme-0.1.0_p20200415.tar.gz 119414 BLAKE2B 
c3b0ddcbca6366c342841ecc41a0e610e0d084d7018a637ae12a4dd86e1f7d69a277840a95c71b1f605376d0f10f72c4a3f54350ce4064ab853d6a120edf6f93
 SHA512 
03207eab23cb3cef4357733f937c918e6c4343a17b185ced99026f0dd4d9ca950566d4accbe5798ab78d77af20e32c4a534218b82524f5d9b2d432b5fbd23431

diff --git 
a/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild 
b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild
new file mode 100644
index ..d1497eae
--- /dev/null
+++ b/app-shells/fish-agnoster-theme/fish-agnoster-theme-0.1.0_p20200415.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+COMMIT="1ae9625e27ef47d2e6abc60156cd154cd1c37f46"
+DESCRIPTION="Fancy, colorful theme with support for Powerline fonts"
+HOMEPAGE="https://github.com/hauleth/agnoster;
+SRC_URI="https://github.com/hauleth/agnoster/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+DEPEND=""
+RDEPEND="app-shells/fish"
+S="${WORKDIR}/agnoster-${COMMIT}"
+DOCS=( README.md )
+
+src_install() {
+   dodir "/usr/share/fish/vendor_conf.d"
+   insinto "/usr/share/fish/vendor_conf.d"
+   doins -r agnoster
+   doins -r *.fish
+   einstalldocs
+}

diff --git a/app-shells/fish-agnoster-theme/metadata.xml 
b/app-shells/fish-agnoster-theme/metadata.xml
new file mode 100644
index ..7654084d
--- /dev/null
+++ b/app-shells/fish-agnoster-theme/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+lssndrbarbi...@gmail.com
+Alessandro Barbieri
+  
+  
+hauleth/agnoster
+  
+



[gentoo-commits] repo/gentoo:master commit in: dev-libs/simdjson/, dev-libs/simdjson/files/

2021-03-17 Thread Patrick McLean
commit: b141653d10ae75376ba30710f4776ce553e23a2d
Author: Patrick McLean  sony  com>
AuthorDate: Wed Mar 17 17:48:02 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Mar 17 17:48:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b141653d

dev-libs/simdjson-0.9.0: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-libs/simdjson/Manifest |  1 +
 dev-libs/simdjson/files/simdjson-0.9.0-tests.patch | 12 
 dev-libs/simdjson/simdjson-0.9.0.ebuild| 68 ++
 3 files changed, 81 insertions(+)

diff --git a/dev-libs/simdjson/Manifest b/dev-libs/simdjson/Manifest
index f033f83a335..2654789c3b2 100644
--- a/dev-libs/simdjson/Manifest
+++ b/dev-libs/simdjson/Manifest
@@ -1,3 +1,4 @@
 DIST simdjson-0.7.1.tar.gz 7972319 BLAKE2B 
c06b1db95b5d826babf7c673b8ef390c2169d975bbec585f6ea98a53455643b4ec462683d312fabbf8a1155309ba9fdd20977ba813e0fbfad5cbe45363ef7189
 SHA512 
f2ed21db24a8c80c48194e875680ee27dcb87ce1ee52d7f7466e3096661ccee179986bdc15d93e2a3d8d9f2f659f3bd678c908cfbde4905afd95e5e767f84e1c
 DIST simdjson-0.8.1.tar.gz 7994048 BLAKE2B 
800fbec2b8d20394a894407dea09e3b61302cf6c772dc459b73a97f5ec1e29feb082366d202f5bd835fd54802435e8f437dddbe3ec6db449812b849cd02639b2
 SHA512 
c4861901595b574e5f1a17abb58f30072bc16e90dc245304019890cd59f172a56c2661410653ff3e4472670541ef2291b3661765f6d64b5f8f70c562b90a3bd0
 DIST simdjson-0.8.2.tar.gz 7994750 BLAKE2B 
5d2d69ea4829147efc703677384b95d39d8a97013ba22cbf73721a873683fda8033a52540582f4b7ba060cf46e59898cd743f6e281fb7e61a7cabd4fe3c23701
 SHA512 
d732b95696b9dcaf648de8536cec181161c846f1e97fa99af6015e39331fbcab39fb6c02378dba810cc75f905cb1c3c6f434fea2fd6f7e11d775aba4ec9b4127
+DIST simdjson-0.9.0.tar.gz 7952791 BLAKE2B 
3229cc3cece573c9aa0fe21ba807e7698a038317dd17f7551d2afb79a1104efc0535e8af9b2f504cf00ce0f04a90bb7802507cf3d4188ff5d2dd057b7512d83f
 SHA512 
800ae478e6f47d4e0cf1eb941b1a9f6a5098b2d6027f329ea50b449798798395d4ccab0c84271edcb7fbd2adca125ede3ad6fac3f2508e0af7aade85350af1aa

diff --git a/dev-libs/simdjson/files/simdjson-0.9.0-tests.patch 
b/dev-libs/simdjson/files/simdjson-0.9.0-tests.patch
new file mode 100644
index 000..49594ca291c
--- /dev/null
+++ b/dev-libs/simdjson/files/simdjson-0.9.0-tests.patch
@@ -0,0 +1,12 @@
+diff --git a/tests/ondemand/compilation_failure_tests/CMakeLists.txt 
b/tests/ondemand/compilation_failure_tests/CMakeLists.txt
+index 2d0959be..324edf80 100644
+--- a/tests/ondemand/compilation_failure_tests/CMakeLists.txt
 b/tests/ondemand/compilation_failure_tests/CMakeLists.txt
+@@ -14,6 +14,7 @@ function(add_dual_compile_test TEST_NAME)
+ endfunction(add_dual_compile_test)
+ 
+ 
++target_compile_options(simdjson-internal-flags INTERFACE 
-Werror=uninitialized)
+ add_dual_compile_test(iterate_char_star)
+ add_dual_compile_test(iterate_string_view)
+ add_dual_compile_test(iterate_temporary_buffer)

diff --git a/dev-libs/simdjson/simdjson-0.9.0.ebuild 
b/dev-libs/simdjson/simdjson-0.9.0.ebuild
new file mode 100644
index 000..b13f61e541d
--- /dev/null
+++ b/dev-libs/simdjson/simdjson-0.9.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs cmake
+
+DESCRIPTION="SIMD accelerated C++ JSON library"
+HOMEPAGE="
+   https://simdjson.org/
+   https://github.com/simdjson/simdjson
+"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 Boost-1.0"
+SLOT="0/8"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE="test tools"
+
+BDEPEND="
+   sys-apps/file
+   sys-apps/findutils
+   sys-apps/grep
+"
+DEPEND="
+   tools? ( dev-libs/cxxopts:= )
+"
+
+REQUIRED_USE="test? ( tools )"
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}/simdjson-0.8.0-dont-bundle-cxxopts.patch"
+   "${FILESDIR}/simdjson-0.9.0-tests.patch"
+)
+
+DOCS=(
+   AUTHORS
+   CONTRIBUTING.md
+   CONTRIBUTORS
+   HACKING.md
+   README.md
+)
+
+src_prepare() {
+   sed -e 's:-Werror ::' -i cmake/simdjson-flags.cmake || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local -a mycmakeargs=(
+   -DSIMDJSON_ENABLE_THREADS=ON
+   )
+
+   if use tools; then
+   mycmakeargs+=(
+   -DSIMDJSON_JUST_LIBRARY=OFF
+   -DSIMDJSON_GOOGLE_BENCHMARKS=OFF
+   -DSIMDJSON_COMPETITION=OFF
+   )
+   else
+   mycmakeargs+=(
+   -DSIMDJSON_JUST_LIBRARY=ON
+   )
+   fi
+
+   cmake_src_configure
+}



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

2021-03-17 Thread Lars Wendler
commit: 88cefb94e8655ac8b993ec59e77f8b01213048eb
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 17 17:25:58 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 17 17:26:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cefb94

sys-process/cronie: Removed superfluous USE flag description

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

 sys-process/cronie/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-process/cronie/metadata.xml b/sys-process/cronie/metadata.xml
index 091908ba8d4..a9981088401 100644
--- a/sys-process/cronie/metadata.xml
+++ b/sys-process/cronie/metadata.xml
@@ -14,7 +14,6 @@
   
   
 Install the periodic anacron command scheduler.
-Enable inotify filesystem monitoring support.
   
   
 cronie-crond/cronie



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

2021-03-17 Thread Lars Wendler
commit: 6a011686f67ee2ce1a30d2617ff66e3412add6c5
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 17 13:01:58 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 17 17:26:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a011686

sys-block/di: Bump to version 4.49

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

 sys-block/di/Manifest   |  1 +
 sys-block/di/di-4.49.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/sys-block/di/Manifest b/sys-block/di/Manifest
index 483087051dc..19406967b75 100644
--- a/sys-block/di/Manifest
+++ b/sys-block/di/Manifest
@@ -1,3 +1,4 @@
 DIST di-4.47.3.tar.gz 221113 BLAKE2B 
9e5d07a5839f107186b6010c6429b4b30f94da3a365b04e916af0f919c0a46746e8e854f6445e6b3927b600235ffef92b216cdab48a80c37b40c6f05c6de899e
 SHA512 
d97a99a720181bbd9f5de2c9a97b099e332df6ffbba8f59130dec19a85846339fef4a2db08f84561722262552e087619c8a181e7de1c3b5744b17312f84bab59
 DIST di-4.48.0.1.tar.gz 227599 BLAKE2B 
128e72c1b3bd5b61de9a7df14d66c746b4e41e2b4a303853922f400e62bf200be82f320ca78b94d2d40bb661f2cf647d28657a807fc0bd4fc42cdc6a2e843182
 SHA512 
a5fbfd1c3790694b03a870ab56c61abe3f23bac12b41bdfe3d572d618a9f51194796d7fe020ff1fb196c422274ad8b2bce8d09cc01f8ba75b30696f5df11dc8c
 DIST di-4.48.tar.gz 222454 BLAKE2B 
763e535e4e57c3805758dea8f7f05e75ff3d2acf9926619b8d45619bcef6157e9bd1b91a647efcee1728dbf2593ce91b934f77f24bb004d3ef546ad58e8434ee
 SHA512 
942e71b7afbf2a4d3ef56cc2844bfbbe1a2001eee750b99951743f43b05c7bf692a59586f9efc228321ea3f91265211d71a4acc2e49e61efd15bcbaf41f98eb6
+DIST di-4.49.tar.gz 228536 BLAKE2B 
1f22cc59b97c9eb41a8af984811ff5817b49fdaf8315b76968bce269fd393cd3a26da947adbd830615316c454abab71a8547ef9448ad7f21be7d107b5d561cc8
 SHA512 
3997057f02c2862cf238070d1a520dc1fbbbc5dc103ad524189a97d6c114ef24a33e6fc9c64e32d8eb07c4c0241ed9772c37fb078d9708426da1f5864c4718d5

diff --git a/sys-block/di/di-4.49.ebuild b/sys-block/di/di-4.49.ebuild
new file mode 100644
index 000..0b91156a628
--- /dev/null
+++ b/sys-block/di/di-4.49.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Disk Information Utility"
+HOMEPAGE="https://diskinfo-di.sourceforge.io/;
+SRC_URI="mirror://sourceforge/diskinfo-di/${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="nls"
+
+RESTRICT="test" #405205, #405471
+
+BDEPEND="nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.33-build.patch
+)
+
+src_configure() {
+   emake checkbuild
+   emake -C C config.h
+}
+
+src_compile() {
+   emake prefix=/usr CC="$(tc-getCC)" NLS=$(usex nls T F)
+}
+
+src_install() {
+   emake install prefix="${D}/usr"
+   # default symlink is broken
+   dosym di /usr/bin/mi
+   dodoc README.txt
+}



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

2021-03-17 Thread Lars Wendler
commit: 76f9976b62bf52b8812a4b3a3fa7e67bcb080182
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 17 13:02:26 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 17 17:26:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f9976b

sys-block/di: Removed old

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

 sys-block/di/Manifest |  1 -
 sys-block/di/di-4.47.3.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/sys-block/di/Manifest b/sys-block/di/Manifest
index 19406967b75..203b411f8d0 100644
--- a/sys-block/di/Manifest
+++ b/sys-block/di/Manifest
@@ -1,4 +1,3 @@
-DIST di-4.47.3.tar.gz 221113 BLAKE2B 
9e5d07a5839f107186b6010c6429b4b30f94da3a365b04e916af0f919c0a46746e8e854f6445e6b3927b600235ffef92b216cdab48a80c37b40c6f05c6de899e
 SHA512 
d97a99a720181bbd9f5de2c9a97b099e332df6ffbba8f59130dec19a85846339fef4a2db08f84561722262552e087619c8a181e7de1c3b5744b17312f84bab59
 DIST di-4.48.0.1.tar.gz 227599 BLAKE2B 
128e72c1b3bd5b61de9a7df14d66c746b4e41e2b4a303853922f400e62bf200be82f320ca78b94d2d40bb661f2cf647d28657a807fc0bd4fc42cdc6a2e843182
 SHA512 
a5fbfd1c3790694b03a870ab56c61abe3f23bac12b41bdfe3d572d618a9f51194796d7fe020ff1fb196c422274ad8b2bce8d09cc01f8ba75b30696f5df11dc8c
 DIST di-4.48.tar.gz 222454 BLAKE2B 
763e535e4e57c3805758dea8f7f05e75ff3d2acf9926619b8d45619bcef6157e9bd1b91a647efcee1728dbf2593ce91b934f77f24bb004d3ef546ad58e8434ee
 SHA512 
942e71b7afbf2a4d3ef56cc2844bfbbe1a2001eee750b99951743f43b05c7bf692a59586f9efc228321ea3f91265211d71a4acc2e49e61efd15bcbaf41f98eb6
 DIST di-4.49.tar.gz 228536 BLAKE2B 
1f22cc59b97c9eb41a8af984811ff5817b49fdaf8315b76968bce269fd393cd3a26da947adbd830615316c454abab71a8547ef9448ad7f21be7d107b5d561cc8
 SHA512 
3997057f02c2862cf238070d1a520dc1fbbbc5dc103ad524189a97d6c114ef24a33e6fc9c64e32d8eb07c4c0241ed9772c37fb078d9708426da1f5864c4718d5

diff --git a/sys-block/di/di-4.47.3.ebuild b/sys-block/di/di-4.47.3.ebuild
deleted file mode 100644
index fdc9517385c..000
--- a/sys-block/di/di-4.47.3.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 toolchain-funcs
-
-DESCRIPTION="Disk Information Utility"
-HOMEPAGE="https://gentoo.com/di/;
-SRC_URI="https://gentoo.com/di/${P}.tar.gz;
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="nls"
-
-RESTRICT="test" #405205, #405471
-
-BDEPEND="nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.33-build.patch
-)
-
-src_configure() {
-   emake checkbuild
-   emake -C C config.h
-}
-
-src_compile() {
-   emake prefix=/usr CC="$(tc-getCC)" NLS=$(usex nls T F)
-}
-
-src_install() {
-   emake install prefix="${D}/usr"
-   # default symlink is broken
-   dosym di /usr/bin/mi
-   dodoc README
-}



[gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/files/, sys-process/cronie/

2021-03-17 Thread Lars Wendler
commit: bd0063abff3e4c4ebd3b7e32b854050b7de95d82
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 17 17:09:33 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 17 17:26:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd0063ab

sys-process/cronie: Bump to version 1.5.6

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

 sys-process/cronie/Manifest|   1 +
 sys-process/cronie/cronie-1.5.6.ebuild | 118 +
 .../cronie/files/cronie-1.5.6-autoconf-2.70.patch  |  38 +++
 3 files changed, 157 insertions(+)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 2d8069394e6..7bb22e3b92a 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1 +1,2 @@
 DIST cronie-1.5.5.tar.gz 124642 BLAKE2B 
19bb690a2ae66b9b99dcd0536c115fbdf46c0f1c58922e08fb31d9789df3358438001bd4b6b55d16e99e3927364c618ac22cb04661db1245d09709fcb58eef1e
 SHA512 
88b0e877e5b36a0063b37a6ce82133117c95ebd4435ce843e09c6247ac50f36c66503b850aafa75512fab07d46a110ddfdf52e7e984638ed794588e338547166
+DIST cronie-1.5.6.tar.gz 148374 BLAKE2B 
d511ea49804bf8e1fb10bd43bd37c03594ca4836c79a25b6c8a3e29efe50c11d0ecb6252e4d45bb186c33e2034040c7fdf009d20c305a03198365aba93979fd1
 SHA512 
bfae9b03627256367c7cdecd8ee13a3625386ea01ffa318d6f2b2d9c3f8efd5e31572125fbf7efd6ade8a22e5cd69e36e915a4ca8f554b553478059bc8be3337

diff --git a/sys-process/cronie/cronie-1.5.6.ebuild 
b/sys-process/cronie/cronie-1.5.6.ebuild
new file mode 100644
index 000..d676c18a563
--- /dev/null
+++ b/sys-process/cronie/cronie-1.5.6.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools cron flag-o-matic pam systemd
+
+DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original 
vixie-cron"
+HOMEPAGE="https://github.com/cronie-crond/cronie;
+SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz;
+
+LICENSE="ISC BSD BSD-2 GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="+anacron +inotify pam selinux"
+
+DEPEND="
+   acct-group/crontab
+   pam? ( sys-libs/pam )
+   anacron? (
+   !sys-process/anacron
+   !sys-process/systemd-cron
+   elibc_musl? ( sys-libs/obstack-standalone )
+   elibc_uclibc? ( sys-libs/obstack-standalone )
+   )
+"
+RDEPEND="${DEPEND}
+   sys-apps/debianutils
+"
+
+#cronie supports /etc/crontab
+CRON_SYSTEM_CRONTAB="yes"
+
+S="${WORKDIR}/${PN}-${P}"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-1.5.3-systemd.patch"
+   "${FILESDIR}/${PN}-1.5.6-autoconf-2.70.patch"
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_with inotify)
+   $(use_with pam)
+   $(use_with selinux)
+   $(use_enable anacron)
+   --enable-syscrontab
+   --with-daemon_username=cron
+   --with-daemon_groupname=cron
+   )
+
+   if use anacron ; then
+   if use elibc_musl || use elibc_uclibc ; then
+   append-cflags "-lobstack"
+   fi
+   fi
+   SPOOL_DIR="/var/spool/cron/crontabs" \
+   ANACRON_SPOOL_DIR="/var/spool/anacron" \
+   econf "${myeconfargs[@]}"
+}
+
+src_install() {
+   default
+
+   docrondir -m 1730 -o root -g crontab
+   fowners root:crontab /usr/bin/crontab
+   fperms 2751 /usr/bin/crontab
+
+   newconfd "${S}"/crond.sysconfig ${PN}
+
+   insinto /etc
+   newins "${FILESDIR}/${PN}-crontab" crontab
+   newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
+
+   insinto /etc/cron.d
+   doins contrib/0hourly
+
+   newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
+
+   if use pam ; then
+   newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+   fi
+
+   systemd_newunit contrib/cronie.systemd cronie.service
+
+   if use anacron ; then
+   local anacrondir="/var/spool/anacron"
+   keepdir ${anacrondir}
+   fowners root:cron ${anacrondir}
+   fperms 0750 ${anacrondir}
+
+   insinto /etc
+   doins contrib/anacrontab
+
+   insinto /etc/cron.hourly
+   doins contrib/0anacron
+   fperms 0750 /etc/cron.hourly/0anacron
+   else
+   insinto /etc/cron.d
+   doins contrib/dailyjobs
+   fi
+
+   einstalldocs
+}
+
+pkg_postinst() {
+   cron_pkg_postinst
+
+   if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+   ewarn "You should restart ${PN} daemon or else you might 
experience segfaults"
+   ewarn "or ${PN} not working reliably anymore."
+   einfo "(see https://bugs.gentoo.org/557406 for details.)"
+   fi
+}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: acct-group/crontab/

2021-03-17 Thread Lars Wendler
commit: ab82c89377d37f3840d62f4f8d9cd57cc490b589
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 17 17:21:54 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 17 17:26:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab82c893

acct-group/crontab: Initial commit

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

 acct-group/crontab/crontab-0.ebuild | 8 
 acct-group/crontab/metadata.xml | 8 
 2 files changed, 16 insertions(+)

diff --git a/acct-group/crontab/crontab-0.ebuild 
b/acct-group/crontab/crontab-0.ebuild
new file mode 100644
index 000..d8765962fb7
--- /dev/null
+++ b/acct-group/crontab/crontab-0.ebuild
@@ -0,0 +1,8 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-group
+
+ACCT_GROUP_ID=460

diff --git a/acct-group/crontab/metadata.xml b/acct-group/crontab/metadata.xml
new file mode 100644
index 000..95aa13f6c5e
--- /dev/null
+++ b/acct-group/crontab/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   polynomia...@gentoo.org
+   Lars Wendler
+   
+



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

2021-03-17 Thread Lars Wendler
commit: a17c95d05d962b6416ea380bb2d0a0b5b0a799b5
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Mar 17 17:17:46 2021 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Mar 17 17:17:46 2021 +
URL:https://gitweb.gentoo.org/data/api.git/commit/?id=a17c95d0

uid-gid.txt: Added crontab group

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

 files/uid-gid.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/files/uid-gid.txt b/files/uid-gid.txt
index 95889f4..2e0ac5e 100644
--- a/files/uid-gid.txt
+++ b/files/uid-gid.txt
@@ -396,6 +396,7 @@ icinga  457 457 acct
 icingacmd  -   458 acct
 node_exporter  459 459 acct
 mogilefs   460 -   user.eclass
+crontab-   460 acct
 ubridge-   461 acct
 sndiod 461 -   acct
 tvheadend  462 -   acct



[gentoo-commits] proj/linux-patches: New tag: 5.11-8

2021-03-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 17:09:04 2021 +

New tag: 5.11-8




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

2021-03-17 Thread Daniel Pielmeier
commit: 3129741a1de6b22ab5a35ea33784bdf68fd7e0d0
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 17:05:10 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 17:05:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3129741a

media-sound/puddletag: EAPI 7.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

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

diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild 
b/media-sound/puddletag/puddletag-2.0.1.ebuild
index 19334574d73..51eb70028ff 100644
--- a/media-sound/puddletag/puddletag-2.0.1.ebuild
+++ b/media-sound/puddletag/puddletag-2.0.1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PYTHON_COMPAT=( python3_{7,8} )
 



[gentoo-commits] proj/linux-patches: New tag: 5.10-27

2021-03-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 17:03:10 2021 +

New tag: 5.10-27




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

2021-03-17 Thread Mike Pagano
commit: 538dd2aeca22f6bbbe31d46fb1451d6dcf5ab0fa
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 17 16:48:43 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 16:48:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538dd2ae

sys-kernel/gentoo-sources: Linux version bumps

Linux patches 4.9.262, 4.14.226 and 4.19.181

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

 sys-kernel/gentoo-sources/Manifest |  9 +++
 .../gentoo-sources/gentoo-sources-4.14.226.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.19.181.ebuild  | 28 ++
 .../gentoo-sources/gentoo-sources-4.9.262.ebuild   | 28 ++
 4 files changed, 93 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index a15747ba4d6..04054fb56ff 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -13,6 +13,9 @@ DIST genpatches-4.14-234.extras.tar.xz 3340 BLAKE2B 
8dcae3715ac4e3df1131d3fe8c00
 DIST genpatches-4.14-235.base.tar.xz 4920372 BLAKE2B 
d8678273148f35251d70314cbb509f74bd6386d99f5cc85086cafb548a7f606dfff51f2a8b725020f33826880b8cb6617d41c4a7e74f39c8c18ada13f60b966d
 SHA512 
55e3465064c1f036103c969370bca44aac146a01baa72e1490d3abfe3fa3e4ddc65347d06e855f5eb8f12558be36aec3cf2a70bcf986a467c1b7a436bcc5ef44
 DIST genpatches-4.14-235.experimental.tar.xz 6088 BLAKE2B 
3297a4f659d5647bd9f12373830f2aca51cb4f5dd89d02ea22011fcb13376f2b2d378d93ea345d10736555d1655db0b2a73f00c25396092cccec10805de9b36a
 SHA512 
9014edd2c04abd5ccdf38019cac0d2bfba8a4e11ef94ce7aeb1003b08c438bf0f5a23c611ed7ea1ce873f6b5fcf1c541c935104a1425ea6a7300fe5b9779d8c4
 DIST genpatches-4.14-235.extras.tar.xz 3340 BLAKE2B 
8e02bbae5fd943875ef68e9e2b6c8346b54982400bc225f7c8b28cd8596c1c6a25e636307b6a0703945bb4ce89e23aaae571ebf8b0180cd9feebe57ae4618565
 SHA512 
e185dcdb70174339ee15dd14d2ccbb6ad8157630f43f21e1354ca0f1ba079fee80b88f9d67a278e74c5e0cb1ffb339f1a343a36b91925bb54cea4bb43eef9d9e
+DIST genpatches-4.14-236.base.tar.xz 4936824 BLAKE2B 
69e3cdfd71c5ee428b6fbcf9f44a1fb3835bdbed12fea222c08d329921ab666fa005b170e46f36bf6cddcb34c10b04c464ed096b318c4155047b65f747987fff
 SHA512 
890a4d5443189b955e68a763a4b423bbe540f35e6a59cf91175a80f82567ea36f68cf7ec0064b1e61856f318268843f1295ee2b93b760759261b0b461a5f9e0a
+DIST genpatches-4.14-236.experimental.tar.xz 6088 BLAKE2B 
2cca690993a643568449e6b401a40af91e2e5ed7f9a3e8be8324dacbf63e3fdb19f00776f036cd805b5d7c1ac96951de5440e799e09d720cbc0504f0bc216da2
 SHA512 
70504b4fe357d766d5e7585fcaaf106389669b0f3f8f7b20dc3ef803c82381d3009b853112245d4252b5422ddfb49c5501220167c6711d3c5064555bad5b9d2c
+DIST genpatches-4.14-236.extras.tar.xz 3340 BLAKE2B 
0853feef964c97f2c67e3022b010e945ba9a35d82eb0da7825e9b113770aa4ac0611c08c8e9dcaa7782fdecb1fc45edbec9de7089ad93b9ded5007be297b9e92
 SHA512 
13da102d782e08313a9b61bceaddee42740615c314eefe8ac50439c3ad89c79cdb792fe3fa33280e56f0384f71ef445d593efe02ae7d7cd4f837af0c9ecf30c1
 DIST genpatches-4.19-159.base.tar.xz 4174792 BLAKE2B 
1381a2531b6297e1f76af70107c08a3b7b304177b14a1407ffc41a5851a4249ec4adf5ed00539542c97a0c8dc0cffdb20c3681b9da17409cd9d4ac711b353dd8
 SHA512 
e75991fde39f093c77b4e7f16aca7b24be47e1e438df7a60a97e0db7aa14ae6c0ed868685da0979c10ce9064839adca84c76a6ec87c1fbe41eed7a20788ca776
 DIST genpatches-4.19-159.experimental.tar.xz 6980 BLAKE2B 
62605b1fe8ad86233bdfb183df2019dc4d6c74243678f5aad08167ae67b8e0dc45be7a33cae59a9c30678c986c9066722dd32ff18ee572d9ee5f7f2f51caae20
 SHA512 
240ecdaecca79bf417b080f6ea3dd2cad113694d2f49ae7a9910e26250f381721dcac0804b3e983272a5ea66cc1455cf94c668442e98ce5938868fea1913050e
 DIST genpatches-4.19-159.extras.tar.xz 3312 BLAKE2B 
480dfb15464c46ff0cad7447476ec66535c6b32ea9ca822ef7f8911b4db7d389c6bb1d1b80811107afb77e290fd4c887ac1786a95729c58673180324246d655e
 SHA512 
8d55a3f9e1516e32e95719a5c9d5c1018bbcdd8f2412b138a46da1419252d9e088d2f1071a5c44dea969bbf4d93461c58edd17ca1b9ef835addb9bd065eda259
@@ -28,6 +31,9 @@ DIST genpatches-4.19-178.extras.tar.xz 3312 BLAKE2B 
e65a26a04ca8318a54c8413ca92f
 DIST genpatches-4.19-179.base.tar.xz 4446348 BLAKE2B 
b6e1f064caf83c5715477424a20a16c1c112f60dc72c1e0e0588aaffc2e70c882034103146365c380eddcb31fb915984c43fc45b6488775e9ed5e51a63c91921
 SHA512 
aedb8a0ca292b41bdfa7041bce3195d81768ecc99a05a5343efdadf65314f3274d03ed4c5f5bc5dc0f0e0df8730c634c69ea1b48b166df03e70adf6f5a2b52ed
 DIST genpatches-4.19-179.experimental.tar.xz 6980 BLAKE2B 
cf692787553caf93822089618c81786dbd4e642a6a929fea5c349cb57e69828d3f39d8253b2b75e4bed04bda81317332bcd8123620a44847fa1bed24a16120da
 SHA512 
367d6fb2511261e19ece02e9638340d4c0349ba231789a8cf8aea5dd865106a8d047d059cea0e02283852840625cd3b24b8e1d051bf80409055b03e10de2ce4b
 DIST genpatches-4.19-179.extras.tar.xz 3316 BLAKE2B 
75b71b0e25545e28c838276676b70fcd90ba73fb34a04303f834e897cf2561e8f1b18c08e3a56d058f9f62198f0c3a9c0fc0eae0c36fc3fa699f66b238eefc04
 SHA512 

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

2021-03-17 Thread Daniel Pielmeier
commit: c0ec905aaa0cdf64d3fc08bb1c3b32ad5e3b16f5
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 16:45:24 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 16:45:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ec905a

media-sound/puddletag: Fix use flags.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/puddletag/metadata.xml   | 2 --
 media-sound/puddletag/puddletag-2.0.1.ebuild | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/media-sound/puddletag/metadata.xml 
b/media-sound/puddletag/metadata.xml
index 7d73860ad35..805e3cbf703 100644
--- a/media-sound/puddletag/metadata.xml
+++ b/media-sound/puddletag/metadata.xml
@@ -7,8 +7,6 @@



-Enables editing of FLAC cover art
-Enables support for musicbrainz, 
needs dev-python/python-musicbrainz
Enables support for editing 
media-sound/quodlibet databases
Use media-libs/chromaprint for 
acoustic fingerprinting


diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild 
b/media-sound/puddletag/puddletag-2.0.1.ebuild
index 053f49a198b..19334574d73 100644
--- a/media-sound/puddletag/puddletag-2.0.1.ebuild
+++ b/media-sound/puddletag/puddletag-2.0.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="acoustid cover musicbrainz quodlibet"
+IUSE="acoustid quodlibet"
 
 DEPEND=""
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2021-03-17 Thread Daniel Pielmeier
commit: d99f73a7f40a34a7538047680b370f6f473e363d
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 16:41:37 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 16:42:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99f73a7

net-print/hplip: Remove python-3.6.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip/hplip-3.21.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/hplip/hplip-3.21.2.ebuild 
b/net-print/hplip/hplip-3.21.2.ebuild
index 729484bb5f6..c99dccee98b 100644
--- a/net-print/hplip/hplip-3.21.2.ebuild
+++ b/net-print/hplip/hplip-3.21.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
 PYTHON_REQ_USE="threads(+),xml"
 
 # 14 and 15 spit out a lot of warnings about subdirs



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

2021-03-17 Thread Agostino Sarubbo
commit: 874dabfef19942e5fd8c145cc2c722ab5ea85490
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 17 16:40:27 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 17 16:40:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=874dabfe

sys-kernel/vanilla-sources: Automated version bump to 
{4.4.262,4.9.262,4.14.226,4.19.181} - remove old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/vanilla-sources/Manifest   | 8 
 ...la-sources-4.14.225.ebuild => vanilla-sources-4.14.226.ebuild} | 0
 ...la-sources-4.19.180.ebuild => vanilla-sources-4.19.181.ebuild} | 0
 ...illa-sources-4.4.261.ebuild => vanilla-sources-4.4.262.ebuild} | 0
 ...illa-sources-4.9.261.ebuild => vanilla-sources-4.9.262.ebuild} | 0
 5 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-kernel/vanilla-sources/Manifest 
b/sys-kernel/vanilla-sources/Manifest
index 4644f7f4823..b011481d409 100644
--- a/sys-kernel/vanilla-sources/Manifest
+++ b/sys-kernel/vanilla-sources/Manifest
@@ -5,10 +5,10 @@ DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c
 DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1
 SHA512 
95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e
 DIST linux-5.11.tar.xz 117619104 BLAKE2B 
81300c27bd5476387a83123aaeb4163c73eb61e9245806c23660cb5e6a4fa88ffc9def027031335fa0270fc4080506cd415990014364e3a98b9d2e8c58a29524
 SHA512 
a567ec133018bb5ec00c60281479b466c26e02137a93a9c690e83997947df02b6fd94e76e8df748f6d70ceb58a19bacc3b1467de10b7a1fad2763db32b3f1330
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
-DIST patch-4.14.225.xz 4173720 BLAKE2B 
1eae1a743c0f122ae2332e8a73a7dd861d08ea32fedaf5f8c5f841d24492a9b1b3c439a3bc7bfae3c8122e6e8fc8f6ea6c6b8271f8d35dccb77eb0545e21b3ec
 SHA512 
dae3290e3ae0490f7ade2e8843297925c33f0ba9920bba2da3ed5d2371c1521914882bd76b9080543d9d373535aeaf073d4c86b5f7f0ce47923363f5a77cdfca
-DIST patch-4.19.180.xz 3849348 BLAKE2B 
5c3d4790f2309fcae5d1cb4e0595337e9b939bf72b161c5363a886c44fb50db2cf68c261e83fbac21cc52516a45fd28054279fcb90dd2f4b10d5d975987996fd
 SHA512 
10ae76fb22e356abf3b6f5d7be3ac423c169f032f6127fc9c168797390268676f13c532b1e18ce6464b22e422f76eed93cbf4eddf32bbcebe9d0761d109ae083
-DIST patch-4.4.261.xz 3487976 BLAKE2B 
a67d0378db91ea9120f8503fbb0be787ae6e395635bd974f2f9c2400d0b100c236ac786a752fe21657f07b1abfcadeac22e78f323eb9019ca1b30c700a5a999f
 SHA512 
ec25ad300c4cf4bf1d0e84bd806660130f52e17f5edc66c999d2c4046950cb99d7a404647fca695d757581295da90f5207cbe6c071f623596aefcf58b3548c4d
-DIST patch-4.9.261.xz 3895840 BLAKE2B 
26bdd619edce731fa57a1baaef2faca9ae3345a398ff8fb6b2e05704d86d6027665de72f7feec93f25aea15619eef93072e2b912336d4da53ca8cfd5626af617
 SHA512 
47f705da1a0303baecef27bc1c264684a965c22ab2c5525b8db4472a7c1cd4936ade60b52feebaee85dc612c5ba687a551b54a205214f5ad8bfa3b76827622c7
+DIST patch-4.14.226.xz 4185676 BLAKE2B 
e22d2eed7809b60bb7a2737b833e677b921df3daab800dd862e74c9afdc4490b3a65eaa024ec71b02c68575d8f8c8fb9cd05fcc49323df94e97a47a3607d3586
 SHA512 
ed54187a35668b82ab6eda764fcaec3abfa666dd9ee34c1c674fd531b75b82d8dc1b59ef548264380391916804e65207f5fd68885ff8d4b6fbdef367ec9ddd3f
+DIST patch-4.19.181.xz 3867604 BLAKE2B 
7f329a8a34e8dad49b5fab3591d6d5bc907dd9d5a1e47e72e52e51e40d265ae270b6f6b3a106355ecbf62ba6cb36ddcf2c2d9f41fc4e67b4e17dae3e52e23ffb
 SHA512 
48ee849de4bf19d3d5ea369e4c3ea1d71077ffe565391a98548e08747fe15958d5e1d9d7f4b7cf11b5f2ac0d3e1a3ac12519b614a8ed05b606b32d50f91d847e
+DIST patch-4.4.262.xz 3507548 BLAKE2B 
e741bd92dddb704fcf58c025abea92230f1511c1b6e751579d35e3228396e77364afb3e510fa7df62948b975719dd1839ec0e31d730b7aabbe26029a86276f34
 SHA512 
536edbe24ada5f1a96780312cc22cc5a88006a5bafc830126d540b2d6a83f170c8476aaa4ff26660d2b856e87e1816c1710318450aba6f64d601071f15f60908
+DIST patch-4.9.262.xz 3910380 BLAKE2B 
3cca1ee84cd4afd6721e22c4dbb03c66f01bdd5b640f526fd333f57a6884727768038ca6af43f23b24c471d85174a6cacde4b63cb8ded59c03fdffaa1367e740
 SHA512 
9c2b16c5858c1c77ac454ff18b0e9d1ab1bc4395208f15ab5999bbbdf607f9310decb907cb4326592db29fbf4f3e56cf95731d17585c05e8ce38b40f2a6a97da
 DIST patch-5.10.23.xz 749128 BLAKE2B 
a809820276c5fc30870584359452984cb4cf003d101978c2f6fc4e010d6b923d35bd0088ae668c808ffa27f8a7e94359bcfa5accdec5db23fd2f789d470bb7ca
 SHA512 
5948883fbe4d0bdfc47d653882d5810196b102a3f6cfb138e2e5f9ab8936f11b04db7cbb5242da0555cbe43ca6f62a325fb067f892d3dac765953c2417acb1ae
 DIST patch-5.11.6.xz 304072 BLAKE2B 

[gentoo-commits] proj/linux-patches: New tag: 4.19-180

2021-03-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 16:26:58 2021 +

New tag: 4.19-180




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

2021-03-17 Thread Mike Pagano
commit: f591674c53c00a2514adf3608656f2ea539e2d84
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 17 16:21:15 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 16:21:15 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=f591674c

Linux patch 4.19.181

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

 _README   |4 +
 1180_linux-4.19.181.patch | 3871 +
 2 files changed, 3875 insertions(+)

diff --git a/_README b/_README
index c965714..3095bd6 100644
--- a/_README
+++ b/_README
@@ -759,6 +759,10 @@ Patch:  1179_linux-4.19.180.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.19.180
 
+Patch:  1180_linux-4.19.181.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.19.181
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1180_linux-4.19.181.patch b/1180_linux-4.19.181.patch
new file mode 100644
index 000..637db0e
--- /dev/null
+++ b/1180_linux-4.19.181.patch
@@ -0,0 +1,3871 @@
+diff --git a/Makefile b/Makefile
+index 48cdfe5ce9921..29930269b4860 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 19
+-SUBLEVEL = 180
++SUBLEVEL = 181
+ EXTRAVERSION =
+ NAME = "People's Front"
+ 
+diff --git a/arch/powerpc/include/asm/code-patching.h 
b/arch/powerpc/include/asm/code-patching.h
+index 31733a95bbd05..4cd6e19ee90f4 100644
+--- a/arch/powerpc/include/asm/code-patching.h
 b/arch/powerpc/include/asm/code-patching.h
+@@ -52,7 +52,7 @@ void __patch_exception(int exc, unsigned long addr);
+ #endif
+ 
+ #define OP_RT_RA_MASK 0xUL
+-#define LIS_R20x3c02UL
++#define LIS_R20x3c40UL
+ #define ADDIS_R2_R12  0x3c4cUL
+ #define ADDI_R2_R20x3842UL
+ 
+diff --git a/arch/powerpc/include/asm/machdep.h 
b/arch/powerpc/include/asm/machdep.h
+index a47de82fb8e27..bda87cbf106d4 100644
+--- a/arch/powerpc/include/asm/machdep.h
 b/arch/powerpc/include/asm/machdep.h
+@@ -71,6 +71,9 @@ struct machdep_calls {
+   int (*pcibios_root_bridge_prepare)(struct pci_host_bridge
+   *bridge);
+ 
++  /* finds all the pci_controllers present at boot */
++  void(*discover_phbs)(void);
++
+   /* To setup PHBs when using automatic OF platform driver for PCI */
+   int (*pci_setup_phb)(struct pci_controller *host);
+ 
+diff --git a/arch/powerpc/kernel/pci-common.c 
b/arch/powerpc/kernel/pci-common.c
+index 88e4f69a09e52..74628aca2bf12 100644
+--- a/arch/powerpc/kernel/pci-common.c
 b/arch/powerpc/kernel/pci-common.c
+@@ -1671,3 +1671,13 @@ static void fixup_hide_host_resource_fsl(struct pci_dev 
*dev)
+ }
+ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_MOTOROLA, PCI_ANY_ID, 
fixup_hide_host_resource_fsl);
+ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_FREESCALE, PCI_ANY_ID, 
fixup_hide_host_resource_fsl);
++
++
++static int __init discover_phbs(void)
++{
++  if (ppc_md.discover_phbs)
++  ppc_md.discover_phbs();
++
++  return 0;
++}
++core_initcall(discover_phbs);
+diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
+index 1b2d84cb373bb..2379c4bf3979e 100644
+--- a/arch/powerpc/kernel/traps.c
 b/arch/powerpc/kernel/traps.c
+@@ -433,8 +433,11 @@ out:
+   die("Unrecoverable nested System Reset", regs, SIGABRT);
+ #endif
+   /* Must die if the interrupt is not recoverable */
+-  if (!(regs->msr & MSR_RI))
++  if (!(regs->msr & MSR_RI)) {
++  /* For the reason explained in die_mce, nmi_exit before die */
++  nmi_exit();
+   die("Unrecoverable System Reset", regs, SIGABRT);
++  }
+ 
+   if (!nested)
+   nmi_exit();
+diff --git a/arch/powerpc/perf/core-book3s.c b/arch/powerpc/perf/core-book3s.c
+index 70de138228286..091bdeaf02a3b 100644
+--- a/arch/powerpc/perf/core-book3s.c
 b/arch/powerpc/perf/core-book3s.c
+@@ -2046,7 +2046,17 @@ static void record_and_restart(struct perf_event 
*event, unsigned long val,
+   left += period;
+   if (left <= 0)
+   left = period;
+-  record = siar_valid(regs);
++
++  /*
++   * If address is not requested in the sample via
++   * PERF_SAMPLE_IP, just record that sample irrespective
++   * of SIAR valid check.
++   */
++  if (event->attr.sample_type & PERF_SAMPLE_IP)
++  record = siar_valid(regs);
++  else
++  record = 1;
++
+   event->hw.last_period = event->hw.sample_period;
+   }
+   if (left < 0x8000LL)
+@@ 

[gentoo-commits] proj/linux-patches: New tag: 4.14-236

2021-03-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 16:19:29 2021 +

New tag: 4.14-236




[gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/

2021-03-17 Thread Daniel Pielmeier
commit: 67bf57e22a153101ef012e8235b4bc34a8cd5172
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 16:18:18 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 16:18:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bf57e2

net-print/hplip-plugin: Remove old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip-plugin/Manifest   |  1 -
 net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild | 72 ---
 2 files changed, 73 deletions(-)

diff --git a/net-print/hplip-plugin/Manifest b/net-print/hplip-plugin/Manifest
index d96201b14f9..2d43c2579ec 100644
--- a/net-print/hplip-plugin/Manifest
+++ b/net-print/hplip-plugin/Manifest
@@ -1,3 +1,2 @@
 DIST hplip-3.20.11-plugin.run 11514293 BLAKE2B 
b3b7698a45e5e68a25ec1216e736484d26546b657f4a519a153acf0280847667e7ca81afc988f722668746281857d51d9e1703857514ffe5b57dea85f2bae4d3
 SHA512 
9075c1ac8e8f6e12d33b81b633025259f54352ea00271eec07ee898fd9a164445519608fc9ea61a7157845a4a03f87c28f486c7994f0d7db81d11d3fe51f1876
-DIST hplip-3.20.9-plugin.run 11515336 BLAKE2B 
27686828374675412ae82a0a5be121c87dbd9ed3adb8d5f30e2f946e315140a5641fdbc60d7f952323060de7fb7bce77b21f19e0d07aa0c5c36e898732030b8b
 SHA512 
bbb5c5768c0f1e88f960f9decff65d70942bc40d8f0443fa2e1c0507895e2e6ba7bc8e0fbec5a74b335787ac45bd3c34cf6bc4d5e544ce7c2ef0965e074a440a
 DIST hplip-3.21.2-plugin.run 11514233 BLAKE2B 
262f23c34632f7ba4a9c6e1c4533d0fd44b025e476c0f28f0fc68bc401430c503233583ae381d6c74a89a996b75060391c6fdc6b0b606e32d56c82ed07f4
 SHA512 
62f3b6e369bdd1b2145f814901314c78ae5d7426734c92b0511f8ea4a925e24880875a1cfd1623ef800dcfdf3cf5b1c5d83032a19ca200547a4555b0d944f8e6

diff --git a/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild 
b/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
deleted file mode 100644
index 0524ab3f3ca..000
--- a/net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-DESCRIPTION="Proprietary plugins and firmware for HPLIP"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing/plugins;
-SRC_URI="https://developers.hp.com/sites/default/files/hplip-${PV}-plugin.run;
-LICENSE="hplip-plugin"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE="orblite"
-
-RDEPEND="
-   ~net-print/hplip-${PV}
-   virtual/udev
-   orblite? (
-   media-gfx/sane-backends
-   >=sys-libs/glibc-2.26
-   virtual/libusb:0
-   )
-"
-DEPEND=""
-
-S=${WORKDIR}
-
-HPLIP_HOME=/usr/share/hplip
-
-# Binary prebuilt package
-QA_PREBUILT="${HPLIP_HOME}/*.so"
-
-# License does not allow us to redistribute the "source" package
-RESTRICT="mirror"
-
-src_install() {
-   local hplip_arch
-   case "${ARCH}" in
-   amd64) hplip_arch="x86_64" ;;
-   arm)   hplip_arch="arm32"  ;;
-   x86)   hplip_arch="x86_32" ;;
-   *) die "Unsupported architecture." ;;
-   esac
-
-   insinto "${HPLIP_HOME}"/data/firmware
-   doins *.fw.gz
-
-   for plugin in *-${hplip_arch}.so; do
-   local plugin_type=prnt
-   case "${plugin}" in
-   bb_orblite-*)
-   use orblite || continue
-   plugin_type=scan ;;
-   bb_*)
-   plugin_type=scan ;;
-   fax_*)
-   plugin_type=fax ;;
-   esac
-
-   exeinto "${HPLIP_HOME}"/${plugin_type}/plugins
-   newexe ${plugin} ${plugin/-${hplip_arch}}
-   done
-
-   insinto /var/lib/hp
-   newins - hplip.state <<-_EOF_
-   [plugin]
-   installed = 1
-   eula = 1
-   version = ${PV}
-   _EOF_
-}



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

2021-03-17 Thread Mike Pagano
commit: 93c3daed21af0afe6268a839c9ca2550eb2dc1ee
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 17 16:18:12 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 16:18:12 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=93c3daed

Linux patch 4.14.226

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

 _README   |4 +
 1225_linux-4.14.226.patch | 2769 +
 2 files changed, 2773 insertions(+)

diff --git a/_README b/_README
index 8c7b7bb..296665a 100644
--- a/_README
+++ b/_README
@@ -943,6 +943,10 @@ Patch:  1224_linux-4.14.225.patch
 From:   https://www.kernel.org
 Desc:   Linux 4.14.225
 
+Patch:  1225_linux-4.14.226.patch
+From:   https://www.kernel.org
+Desc:   Linux 4.14.226
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1225_linux-4.14.226.patch b/1225_linux-4.14.226.patch
new file mode 100644
index 000..ac75756
--- /dev/null
+++ b/1225_linux-4.14.226.patch
@@ -0,0 +1,2769 @@
+diff --git a/Makefile b/Makefile
+index 6941aa5bd1865..0e546913f1c43 100644
+--- a/Makefile
 b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 4
+ PATCHLEVEL = 14
+-SUBLEVEL = 225
++SUBLEVEL = 226
+ EXTRAVERSION =
+ NAME = Petit Gorille
+ 
+diff --git a/arch/powerpc/include/asm/code-patching.h 
b/arch/powerpc/include/asm/code-patching.h
+index b2051234ada8c..ae6d4f3a1f481 100644
+--- a/arch/powerpc/include/asm/code-patching.h
 b/arch/powerpc/include/asm/code-patching.h
+@@ -51,7 +51,7 @@ void __patch_exception(int exc, unsigned long addr);
+ #endif
+ 
+ #define OP_RT_RA_MASK 0xUL
+-#define LIS_R20x3c02UL
++#define LIS_R20x3c40UL
+ #define ADDIS_R2_R12  0x3c4cUL
+ #define ADDI_R2_R20x3842UL
+ 
+diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
+index 0f1a888c04a84..05c1aabad01c6 100644
+--- a/arch/powerpc/kernel/traps.c
 b/arch/powerpc/kernel/traps.c
+@@ -360,8 +360,11 @@ out:
+   die("Unrecoverable nested System Reset", regs, SIGABRT);
+ #endif
+   /* Must die if the interrupt is not recoverable */
+-  if (!(regs->msr & MSR_RI))
++  if (!(regs->msr & MSR_RI)) {
++  /* For the reason explained in die_mce, nmi_exit before die */
++  nmi_exit();
+   die("Unrecoverable System Reset", regs, SIGABRT);
++  }
+ 
+   if (!nested)
+   nmi_exit();
+diff --git a/arch/powerpc/perf/core-book3s.c b/arch/powerpc/perf/core-book3s.c
+index 56f16c8035904..2669847434b86 100644
+--- a/arch/powerpc/perf/core-book3s.c
 b/arch/powerpc/perf/core-book3s.c
+@@ -2055,7 +2055,17 @@ static void record_and_restart(struct perf_event 
*event, unsigned long val,
+   left += period;
+   if (left <= 0)
+   left = period;
+-  record = siar_valid(regs);
++
++  /*
++   * If address is not requested in the sample via
++   * PERF_SAMPLE_IP, just record that sample irrespective
++   * of SIAR valid check.
++   */
++  if (event->attr.sample_type & PERF_SAMPLE_IP)
++  record = siar_valid(regs);
++  else
++  record = 1;
++
+   event->hw.last_period = event->hw.sample_period;
+   }
+   if (left < 0x8000LL)
+@@ -2073,9 +2083,10 @@ static void record_and_restart(struct perf_event 
*event, unsigned long val,
+* MMCR2. Check attr.exclude_kernel and address to drop the sample in
+* these cases.
+*/
+-  if (event->attr.exclude_kernel && record)
+-  if (is_kernel_addr(mfspr(SPRN_SIAR)))
+-  record = 0;
++  if (event->attr.exclude_kernel &&
++  (event->attr.sample_type & PERF_SAMPLE_IP) &&
++  is_kernel_addr(mfspr(SPRN_SIAR)))
++  record = 0;
+ 
+   /*
+* Finally record data if requested.
+diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c
+index 40946c8587a54..d43b48d8f67d8 100644
+--- a/arch/s390/kernel/smp.c
 b/arch/s390/kernel/smp.c
+@@ -761,7 +761,7 @@ static int smp_add_core(struct sclp_core_entry *core, 
cpumask_t *avail,
+ static int __smp_rescan_cpus(struct sclp_core_info *info, bool early)
+ {
+   struct sclp_core_entry *core;
+-  cpumask_t avail;
++  static cpumask_t avail;
+   bool configured;
+   u16 core_id;
+   int nr, i;
+diff --git a/drivers/block/rsxx/core.c b/drivers/block/rsxx/core.c
+index 97b678c0ea136..4ab96c7f8fd70 100644
+--- a/drivers/block/rsxx/core.c
 b/drivers/block/rsxx/core.c
+@@ -892,6 +892,7 @@ static int rsxx_pci_probe(struct 

[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2021-03-17 Thread Joonas Niilola
commit: ec002365f33ad175c46c362f101e4a54be28b4c0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Mar 17 16:01:46 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Mar 17 16:02:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec002365

net-im/mattermost-desktop-bin: add the proxied metadata flags

Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/mattermost-desktop-bin/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/metadata.xml 
b/net-im/mattermost-desktop-bin/metadata.xml
index ecc92872906..413869a3fa9 100644
--- a/net-im/mattermost-desktop-bin/metadata.xml
+++ b/net-im/mattermost-desktop-bin/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
ceamac.para...@gmail.com
Viorel Munteanu

-   
+   
proxy-ma...@gentoo.org
Proxy Maintainers




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

2021-03-17 Thread Daniel Pielmeier
commit: cdedadfdcc60f810eb96c3c69f544ad719d0fcf1
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 15:58:47 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 15:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdedadfd

media-sound/puddletag: Re-add puddletag.

Now supports PyQt5 and python-3.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/puddletag/Manifest   |  1 +
 media-sound/puddletag/metadata.xml   | 19 ++
 media-sound/puddletag/puddletag-2.0.1.ebuild | 37 
 3 files changed, 57 insertions(+)

diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
new file mode 100644
index 000..e4833b3a44f
--- /dev/null
+++ b/media-sound/puddletag/Manifest
@@ -0,0 +1 @@
+DIST puddletag-2.0.1.tar.gz 1227152 BLAKE2B 
804e9ca9629a9d78114d6f4b6afbe9032cb414678ea6325679c21ac18867bafed8f1b16aae5fbea18995ecc800d35594c478a5164b377f3b4e5dd75148fd3246
 SHA512 
d84ba360a6cd8c3ddb6628e30276df58d059d9e8cbb2d1255320ca273436c69f05584059c2e768a15871d3f56dc08d7ac96fef9a9c7c077811bb9fdfde444610

diff --git a/media-sound/puddletag/metadata.xml 
b/media-sound/puddletag/metadata.xml
new file mode 100644
index 000..7d73860ad35
--- /dev/null
+++ b/media-sound/puddletag/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   bil...@gentoo.org
+   Daniel Pielmeier
+   
+   
+   
+Enables editing of FLAC cover art
+Enables support for musicbrainz, 
needs dev-python/python-musicbrainz
+   Enables support for editing 
media-sound/quodlibet databases
+   Use media-libs/chromaprint for 
acoustic fingerprinting
+   
+   
+   puddletag
+   keithgg/puddletag
+   
+

diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild 
b/media-sound/puddletag/puddletag-2.0.1.ebuild
new file mode 100644
index 000..053f49a198b
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/;
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid cover musicbrainz quodlibet"
+
+DEPEND=""
+RDEPEND="
+   >=dev-python/configobj-5.0[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
+   >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
+   acoustid? ( >=media-libs/chromaprint-1.4.3 )
+   quodlibet? ( >=media-sound/quodlibet-4.3.0[${PYTHON_USEDEP}] )
+   >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
+   >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
+"
+# docs
+#  >=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
+#  >=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
+#  >=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
+#  >=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
+#  >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
+
+DOCS=(changelog NEWS THANKS TODO)



[gentoo-commits] proj/linux-patches: New tag: 4.9-266

2021-03-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 15:59:53 2021 +

New tag: 4.9-266




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

2021-03-17 Thread Mike Pagano
commit: a3290d2b750e1c56a2c47fe1192544030dbb7577
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 17 15:58:36 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 15:58:36 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=a3290d2b

Linux patch 4.9.262

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

 _README  |4 +
 1261_linux-4.9.262.patch | 3022 ++
 2 files changed, 3026 insertions(+)

diff --git a/_README b/_README
index a0d216f..fb6b98f 100644
--- a/_README
+++ b/_README
@@ -1087,6 +1087,10 @@ Patch:  1260_linux-4.9.261.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.9.261
 
+Patch:  1261_linux-4.9.262.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.9.262
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1261_linux-4.9.262.patch b/1261_linux-4.9.262.patch
new file mode 100644
index 000..82fb2e0
--- /dev/null
+++ b/1261_linux-4.9.262.patch
@@ -0,0 +1,3022 @@
+diff --git a/Makefile b/Makefile
+index 7a233c641906c..be5eac0a12d37 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 9
+-SUBLEVEL = 261
++SUBLEVEL = 262
+ EXTRAVERSION =
+ NAME = Roaring Lionus
+ 
+diff --git a/arch/alpha/include/asm/uaccess.h 
b/arch/alpha/include/asm/uaccess.h
+index 94f587535deed..181254a20a2a2 100644
+--- a/arch/alpha/include/asm/uaccess.h
 b/arch/alpha/include/asm/uaccess.h
+@@ -341,45 +341,17 @@ __asm__ __volatile__("1: stb %r2,%1\n"   
\
+  * Complex access routines
+  */
+ 
+-/* This little bit of silliness is to get the GP loaded for a function
+-   that ordinarily wouldn't.  Otherwise we could have it done by the macro
+-   directly, which can be optimized the linker.  */
+-#ifdef MODULE
+-#define __module_address(sym) "r"(sym),
+-#define __module_call(ra, arg, sym)   "jsr $" #ra ",(%" #arg ")," #sym
+-#else
+-#define __module_address(sym)
+-#define __module_call(ra, arg, sym)   "bsr $" #ra "," #sym " !samegp"
+-#endif
+-
+-extern void __copy_user(void);
+-
+-extern inline long
+-__copy_tofrom_user_nocheck(void *to, const void *from, long len)
+-{
+-  register void * __cu_to __asm__("$6") = to;
+-  register const void * __cu_from __asm__("$7") = from;
+-  register long __cu_len __asm__("$0") = len;
+-
+-  __asm__ __volatile__(
+-  __module_call(28, 3, __copy_user)
+-  : "=r" (__cu_len), "=r" (__cu_from), "=r" (__cu_to)
+-  : __module_address(__copy_user)
+-"0" (__cu_len), "1" (__cu_from), "2" (__cu_to)
+-  : "$1", "$2", "$3", "$4", "$5", "$28", "memory");
+-
+-  return __cu_len;
+-}
++extern long __copy_user(void *to, const void *from, long len);
+ 
+-#define __copy_to_user(to, from, n)   \
+-({\
+-  __chk_user_ptr(to); \
+-  __copy_tofrom_user_nocheck((__force void *)(to), (from), (n));  \
++#define __copy_to_user(to, from, n)   \
++({\
++  __chk_user_ptr(to); \
++  __copy_user((__force void *)(to), (from), (n)); \
+ })
+-#define __copy_from_user(to, from, n) \
+-({\
+-  __chk_user_ptr(from);   \
+-  __copy_tofrom_user_nocheck((to), (__force void *)(from), (n));  \
++#define __copy_from_user(to, from, n) \
++({\
++  __chk_user_ptr(from);   \
++  __copy_user((to), (__force void *)(from), (n)); \
+ })
+ 
+ #define __copy_to_user_inatomic __copy_to_user
+@@ -389,7 +361,7 @@ extern inline long
+ copy_to_user(void __user *to, const void *from, long n)
+ {
+   if (likely(__access_ok((unsigned long)to, n, get_fs(
+-  n = __copy_tofrom_user_nocheck((__force void *)to, from, n);
++  n = __copy_user((__force void *)to, from, n);
+   return n;
+ }
+ 
+@@ -404,21 +376,7 @@ copy_from_user(void *to, const void __user *from, long n)
+   return res;
+ }
+ 
+-extern void __do_clear_user(void);
+-
+-extern inline long
+-__clear_user(void __user *to, long len)
+-{
+-  register void __user * __cl_to __asm__("$6") = to;
+-  register long __cl_len __asm__("$0") = len;
+-  __asm__ __volatile__(
+-  __module_call(28, 2, __do_clear_user)
+-  : "=r"(__cl_len), "=r"(__cl_to)
+-  : __module_address(__do_clear_user)
+-"0"(__cl_len), "1"(__cl_to)
+-  : "$1", "$2", "$3", "$4", "$5", "$28", "memory");
+-  return __cl_len;
+-}

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

2021-03-17 Thread Mike Pagano
commit: 19308542dc9b0d8dd5fbcecaaa8d6bced270780a
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 17 15:56:47 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 15:56:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19308542

sys-kernel/gentoo-sources: Linux patch 4.4.262

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

 sys-kernel/gentoo-sources/Manifest |  3 +++
 .../gentoo-sources/gentoo-sources-4.4.262.ebuild   | 28 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/gentoo-sources/Manifest 
b/sys-kernel/gentoo-sources/Manifest
index cbd4c0329a8..a15747ba4d6 100644
--- a/sys-kernel/gentoo-sources/Manifest
+++ b/sys-kernel/gentoo-sources/Manifest
@@ -43,6 +43,9 @@ DIST genpatches-4.4-262.extras.tar.xz 1788 BLAKE2B 
93b88b9905ce9f955719a356afa7a
 DIST genpatches-4.4-263.base.tar.xz 4065128 BLAKE2B 
14f2238b6ba09865755b256941fcf0f2120e8ffd22ad29810b1dde0f4d640609bc1433aaf13d9954b9e519fd41b75b56393516af38f44cadba444817d0673cc5
 SHA512 
a978a33a31ed39ba8540e1de47d51800d189a4db02130c0bf266e8a5ab0f5b854811e786d6dcd0ff020b6d11b5e55eb0aba1f84e6e877a4823bba60ca302f8a1
 DIST genpatches-4.4-263.experimental.tar.xz 83288 BLAKE2B 
daaf234e257e3e90b8583888f9ebad942e3ad63db60d9cf4fc44496940ae977fd2a73fa29b768146673279f9b692f825c6281cc4120940af86e8b79882e0bdd0
 SHA512 
dc3de40e3ca496e0eca2dd060ad996ea02595ce6201d4657490dc02099863cf8ba4f9db8861c7700d9f57da6bfead44e53d7a7e21026c13fa30e7232490d7f5e
 DIST genpatches-4.4-263.extras.tar.xz 1788 BLAKE2B 
2d475cd181608b3a024230a4b54375c841b759fc14338a820b18c9b918c20f2d96cda11f5b273b8a4d188e444ca28a86a3fb6ba5844f9d30e337b6268d849cd5
 SHA512 
a64c4276a6e84905ccf46f296b046b1ca0d8463a4268939fa52d3068ae70edefb42a7d52fe9c70c40051c20fc623bc00037dcd03414a13d2f18b2e19d69ff6c3
+DIST genpatches-4.4-264.base.tar.xz 4089172 BLAKE2B 
aa4366e0a070958dae1678c2a3197405cc9e69032db059fefbd0280e76ca8a2908aeaf63733c58e673e03819e9afc4c5e2dab3d545ddc07e8f06aafd0d2e70a4
 SHA512 
8584aa723039c8aae17965c8294d27e841dd90043727389e671306fa922328dabee6522fcdcea9bbf08cfe0c42a4c6afb011039f0472b2b544299f664f413ec0
+DIST genpatches-4.4-264.experimental.tar.xz 83296 BLAKE2B 
2011c2572f0c33b1631e25a607dfbc6adc80c1086c5aaf078ffcd0f9bdaa12b9119bc16964a06dbb648335616be0b34779f1837b200d733b000bc56b28a3cd06
 SHA512 
033d41065dae21c281767155178a6379b6007d11fd87ce73fbe37b94bfac659be5849a62889518b2cd8a467a700afeeecaaf329d0f7320273d272a8c47384935
+DIST genpatches-4.4-264.extras.tar.xz 1788 BLAKE2B 
53d06b6e4eab4446712820a708f19917e814d5d27af35bce44366a2b876743cfbf6201e53ef1ed0fca727eead3d32f9e7adfcf3534b4f75642a539ca659cddf0
 SHA512 
aad837df94a98288b8aebe37fecdad6b6a717d6523a7cb450762d1a9993ffa0ffa2ff70c25c2e17cf64bed52762aa327a76bb4b6b9aa36ba62731afd25b01ee7
 DIST genpatches-4.9-250.base.tar.xz 4423652 BLAKE2B 
028223b668bc00d1bfbd4bcdd5dd201f9fab0c9a4ce68f5e107c1de83320c88865826eca0f38b5aaf25c96e2d66a76f0d305b73bd659197898818515275d48f5
 SHA512 
f10dc4626b1863177d1dbc5e1283c8848b84e6ab10b3208291a0679a3023c5f7d34cfbcc6091f7fcdb71e34f02afba3e7685e24b1f38730c88197c621e41fe08
 DIST genpatches-4.9-250.experimental.tar.xz 106372 BLAKE2B 
409a0fdfc2246e57f461abfea86f76694ee835215e0ed816e1c445c2e5bb3439ccd47414315f81e9cc791f7206b12ce45c9f46892e9152341194e15d0a44a090
 SHA512 
63f8d3e6dd777fbb8ed0dad1b67e0405926fdb0c1e40d3c9bae63494de87a3cdba37e41f20cbd7ed109eba6a933125bc6354814f5539c20c377be449cfac3b48
 DIST genpatches-4.9-250.extras.tar.xz 3340 BLAKE2B 
14cb6c6993c772cc8fd2a4a63f7fce94d850a926c74ac954aebf66e3bbb5db1c20001c264056a8f49561d21e754048963464226d56a0c10eb03cb59384420487
 SHA512 
a1eac658ade3bc0ecd6c98d1e0fc82f006e75ad4147ba0f2facc58e647bef731098527ff77d1d817f7605c0acdf3dd3f536464953fa2af27c32eba2863065db5

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.4.262.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.4.262.ebuild
new file mode 100644
index 000..7e67c0c6d09
--- /dev/null
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.4.262.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+ETYPE="sources"
+K_WANT_GENPATCHES="base extras experimental"
+K_GENPATCHES_VER="264"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
+IUSE="experimental"
+
+DESCRIPTION="Full sources including the Gentoo patchset for the 
${KV_MAJOR}.${KV_MINOR} kernel tree"
+SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}"
+
+pkg_postinst() {
+   kernel-2_pkg_postinst
+   einfo "For more info on this patchset, and how to report problems, see:"
+   einfo "${HOMEPAGE}"
+}
+
+pkg_postrm() {
+   kernel-2_pkg_postrm
+}



[gentoo-commits] repo/gentoo:master commit in: net-print/hplip/

2021-03-17 Thread Daniel Pielmeier
commit: 5c527a96d59c0e5027159023166e2d2ac968c1db
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 15:46:08 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 15:46:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c527a96

net-print/hplip: Remove old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 net-print/hplip/Manifest   |   3 -
 net-print/hplip/hplip-3.20.11.ebuild   | 288 -
 net-print/hplip/hplip-3.20.9-r3.ebuild | 281 
 3 files changed, 572 deletions(-)

diff --git a/net-print/hplip/Manifest b/net-print/hplip/Manifest
index a913ec6d3ce..f9e12d7782e 100644
--- a/net-print/hplip/Manifest
+++ b/net-print/hplip/Manifest
@@ -1,7 +1,4 @@
-DIST hplip-3.20.11-patches-1.tar.xz 17876 BLAKE2B 
39514399b4b43c668c38f7fe570fc53f50547598fc86ddf383b237a6992e9c24e3aab524bee0c7055003e766f8fea67cbe7c86ab4c23911d31ade0ad4766b181
 SHA512 
eabc26feca22e2d6dbafb9f40df5d61fde1fd08ac0cfb17751b0e179ecd6cc3ce6c4434746293aa372d9cca0bdc9b5d6bc96af9e199aeab5b3621e2c584fedc1
 DIST hplip-3.20.11-patches-2.tar.xz 18140 BLAKE2B 
a0271d0c6fcfaa53c68ab00c4c6cfc121e4eef0368b7eff04677ccbd8b897897352fe44a111693d0d45ee1b40bc3c783984f23a35faedfa2fa0da52018aade3c
 SHA512 
8d00d48e295572df19b6edf0efce005f6bae6e051cce5d618575f5e226e2c32896111ddc1a193d4aacfadbe9d7f525761b0ea2564277f4c263b3df5bc86c1f40
 DIST hplip-3.20.11.tar.gz 26301441 BLAKE2B 
14667f33cc50b2887c8434ada7327a82e16b9acbcdc75d3a50c0261ec9aef3fada9be81e6c0cbdfb4d29914630799c6406893644386db99c0ce86245cca38cc2
 SHA512 
f583fb4140a29c5e21956c3e51fe3620baa65d33b40447af419d7fc61473a1148a1873216a84e89be785b155ee8e9aebd5e3eb19d2ded82b8415b1a35de1b55d
-DIST hplip-3.20.9-patches-2.tar.xz 18040 BLAKE2B 
f218703f5e6f319306b6cd178eb9f91981eed0d0c06b14c6846ad8a79b1d92b66176856f7b8bb272d0fa20194d4150fecf066c11fff5996f32b6fd71e1d6237d
 SHA512 
5aa16f9c4e829774ea9266f30f6cd9d78556ea4ed36abc57cb11975c097c8bfdc44f139f5b1236af79859355ef715ec27d47f187d330541b29361e779d972fff
-DIST hplip-3.20.9.tar.gz 26141198 BLAKE2B 
3aa353343ee79ae04dbe94cb9e135469586a50c2052a21ffcff6907be40522a1605f1174b0b8891dea25abb83a3b836350e1e6c9d12ab2798aa826f1d3ce4069
 SHA512 
d2981cf51f6d893a576c51808710ac9815aa6ac5fdc617d95cc372518731a48b0aca09af721c1792e1531df6cf8fc0ebf5ebd7e9c96950602a830ceed3d441ae
 DIST hplip-3.21.2-patches-1.tar.xz 19212 BLAKE2B 
c733651a7831b54bec13b5f037b0f00ab53dbec193f73964d7bb3f8ee4e1dcd02a02dd793d7fc322fe34085bbe5ec281076757d8882b4eb7f85fd0e45b1c3200
 SHA512 
23c696b111fe098358eb609e64cedc2ee85f4a1dac8bce895e3c6bbcb96e62dd5d2d3f1bcc9d12d20ccd6717b23f92b3016c926df7c73f50ba9425542d08ed29
 DIST hplip-3.21.2.tar.gz 27014784 BLAKE2B 
b6a13f0d48f3052ad09b419dbe9b68605c85ed8f1bfb6f1ec9720b9aace4a1c6d17a933b0d55ba20dbbc3d389ba1d2751dbd9a71d364ad2e2e1617cd7613dc2d
 SHA512 
73ba37275cfe34a58b81c9656514e15da67c1a69af5471ad132a1538d324efe640879cb7e60c359915607e41b63e653e7ae757661e553235f6e83e378ab46474

diff --git a/net-print/hplip/hplip-3.20.11.ebuild 
b/net-print/hplip/hplip-3.20.11.ebuild
deleted file mode 100644
index 2ef0cb3bb83..000
--- a/net-print/hplip/hplip-3.20.11.ebuild
+++ /dev/null
@@ -1,288 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE="threads(+),xml"
-
-# 14 and 15 spit out a lot of warnings about subdirs
-WANT_AUTOMAKE="1.13"
-
-inherit autotools linux-info python-single-r1 readme.gentoo-r1 udev
-
-DESCRIPTION="HP Linux Imaging and Printing - Print, scan, fax drivers and 
service tools"
-HOMEPAGE="https://developers.hp.com/hp-linux-imaging-and-printing;
-SRC_URI="mirror://sourceforge/hplip/${P}.tar.gz
-   
https://dev.gentoo.org/~billie/distfiles/${PN}-3.20.11-patches-1.tar.xz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-
-IUSE="doc fax +hpcups hpijs kde libnotify libressl -libusb0 minimal parport 
policykit qt5 scanner +snmp static-ppds X"
-
-COMMON_DEPEND="
-   net-print/cups
-   sys-apps/dbus
-   virtual/jpeg:0
-   hpijs? ( net-print/cups-filters[foomatic] )
-   !libusb0? ( virtual/libusb:1 )
-   libusb0? ( virtual/libusb:0 )
-   ${PYTHON_DEPS}
-   !minimal? (
-   scanner? (
-   media-gfx/sane-backends
-   )
-   snmp? (
-   !libressl? ( dev-libs/openssl:0= )
-   libressl? ( dev-libs/libressl:= )
-   net-analyzer/net-snmp:=
-   $(python_gen_cond_dep 
'net-dns/avahi[dbus,${PYTHON_MULTI_USEDEP}]')
-   )
-   )
-"
-BDEPEND="
-   virtual/pkgconfig
-"
-DEPEND="
-   ${COMMON_DEPEND}
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   app-text/ghostscript-gpl
-   !minimal? (
-   $(python_gen_cond_dep 

[gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/, media-sound/aqualung/files/

2021-03-17 Thread Daniel Pielmeier
commit: d73dc9fb90638a7703b3a1c8c0287e8ce13e2572
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 15:43:48 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 15:43:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d73dc9fb

media-sound/aqualung: Remove old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-sound/aqualung/Manifest  |   1 -
 media-sound/aqualung/aqualung-1.0-r5.ebuild| 108 -
 media-sound/aqualung/aqualung-1.1-r1.ebuild|  97 --
 media-sound/aqualung/files/aqualung-1.0-ar.patch   |  17 
 .../aqualung/files/aqualung-1.0-ffmpeg3.patch  |  29 --
 .../aqualung/files/aqualung-1.0-gcc10.patch|  69 -
 6 files changed, 321 deletions(-)

diff --git a/media-sound/aqualung/Manifest b/media-sound/aqualung/Manifest
index e2cdd8f4efc..6ddcfae8db3 100644
--- a/media-sound/aqualung/Manifest
+++ b/media-sound/aqualung/Manifest
@@ -1,2 +1 @@
-DIST aqualung-1.0.tar.gz 2014854 BLAKE2B 
bee5f8424f8a7f657e2adaacacd2b95f6d08153e2be54e3dd79e9097e7042bc9dfaae88df337c14e4bb8d0c2b2a0a5eef34aedf3c5756eb826dddff4b6cac9ad
 SHA512 
d18fbc26c2f1445a0ef570216f54f1d00b05b25467b6ad857437e4ac628ac07c21435ce073cf92b3f147de4f1ada45a8a84770783d1c58e67451f94ac3de483a
 DIST aqualung-1.1.tar.gz 1986368 BLAKE2B 
2dd367aefe55c1b9243bd5faee2e2d082825f1077326ad05cfe4c2b088ba2f055f5d9af7d14a032bac3603c8e333cffb53357a73e29f22f417e89ad91548eece
 SHA512 
77f6350c1c6c9160da4c6280273812964d58e01227495a87e03e0bee0a2aaf5589d309b9ce7e08421845a357b35dbd08c5de5ecd495ae5ba7877a67d01e4ad01

diff --git a/media-sound/aqualung/aqualung-1.0-r5.ebuild 
b/media-sound/aqualung/aqualung-1.0-r5.ebuild
deleted file mode 100644
index 442799d70ce..000
--- a/media-sound/aqualung/aqualung-1.0-r5.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop xdg
-
-MY_PV=${PV/_/-}
-
-DESCRIPTION="Music player for a wide range of formats designed for gapless 
playback"
-HOMEPAGE="http://aqualung.jeremyevans.net/ 
https://github.com/jeremyevans/aqualung;
-SRC_URI="mirror://sourceforge/aqualung/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="alsa cdda cddb debug flac ffmpeg ifp jack ladspa lame libsamplerate
-   lua mac modplug mp3 musepack oss podcast pulseaudio sndfile speex 
systray
-   vorbis wavpack"
-
-BDEPEND="
-   virtual/pkgconfig
-   sys-devel/gettext
-"
-RDEPEND="
-   app-arch/bzip2
-   dev-libs/libxml2
-   sys-libs/zlib
-   x11-libs/gtk+:2
-   alsa? ( media-libs/alsa-lib )
-   cdda? ( dev-libs/libcdio-paranoia )
-   cddb? ( media-libs/libcddb )
-   ffmpeg? ( media-video/ffmpeg:0= )
-   flac? ( media-libs/flac )
-   ifp? ( media-libs/libifp )
-   jack? ( virtual/jack )
-   ladspa? ( media-libs/liblrdf )
-   lame? ( media-sound/lame )
-   libsamplerate? ( media-libs/libsamplerate )
-   lua? ( dev-lang/lua:0= )
-   mac? ( media-sound/mac )
-   modplug? ( media-libs/libmodplug )
-   mp3? ( media-libs/libmad )
-   musepack? ( >=media-sound/musepack-tools-444 )
-   pulseaudio? ( media-sound/pulseaudio )
-   sndfile? ( media-libs/libsndfile )
-   speex? ( media-libs/speex media-libs/liboggz media-libs/libogg )
-   vorbis? ( media-libs/libvorbis media-libs/libogg )
-   wavpack? ( media-sound/wavpack )
-"
-DEPEND="
-   ${RDEPEND}
-"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-PATCHES=(
-   "${FILESDIR}/${P}-ffmpeg3.patch"
-   "${FILESDIR}/${P}-gcc10.patch"
-   "${FILESDIR}/${P}-ar.patch"
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-}
-
-src_configure() {
-   econf \
-   --disable-rpath \
-   --enable-loop \
-   --enable-nls \
-   --enable-transcoding \
-   $(use_enable debug) \
-   $(use_enable podcast) \
-   $(use_enable systray) \
-   $(use_enable jack jack-mgmt) \
-   $(use_with alsa) \
-   $(use_with cdda) \
-   $(use_with cddb) \
-   $(use_with ffmpeg lavc) \
-   $(use_with flac) \
-   $(use_with ifp) \
-   $(use_with jack) \
-   $(use_with ladspa) \
-   $(use_with lame) \
-   $(use_with libsamplerate src) \
-   $(use_with lua) \
-   $(use_with mac) \
-   $(use_with modplug mod) \
-   $(use_with mp3 mpeg) \
-   $(use_with musepack mpc) \
-   $(use_with oss) \
-   $(use_with pulseaudio pulse) \
-   $(use_with sndfile) \
-   $(use_with speex) \
-   $(use_with vorbis vorbis) \
-   $(use_with vorbis 

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

2021-03-17 Thread Daniel Pielmeier
commit: 6c8daad8a569d2732f277bae713ff9c7bf3b3103
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 15:40:52 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 15:41:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c8daad8

app-admin/conky: Remove unused patches.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 app-admin/conky/files/conky-1.10.8-clang.patch | 30 -
 .../conky/files/conky-1.10.8-fpermissive.patch | 14 ---
 app-admin/conky/files/conky-1.10.8-libical-3.patch | 32 --
 app-admin/conky/files/conky-1.10.8-portmon.patch   | 20 -
 .../conky/files/conky-1.10.8-use-pkgconfig.patch   | 34 ---
 .../conky/files/conky-1.10.8-virtual-sinks.patch   | 49 --
 6 files changed, 179 deletions(-)

diff --git a/app-admin/conky/files/conky-1.10.8-clang.patch 
b/app-admin/conky/files/conky-1.10.8-clang.patch
deleted file mode 100644
index 2fc49fa9cf2..000
--- a/app-admin/conky/files/conky-1.10.8-clang.patch
+++ /dev/null
@@ -1,30 +0,0 @@
 conky-1.10.8/src/linux.cc  2018-02-07 17:16:39.0 +0300
-+++ conky-1.10.8.new/src/linux.cc  2020-02-22 00:43:52.336620654 +0300
-@@ -37,6 +37,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 
 conky-1.10.8/src/luamm.cc  2020-02-22 00:57:25.847867585 +0300
-+++ conky-1.10.8.new/src/luamm.cc  2020-02-22 00:59:29.820510124 +0300
-@@ -23,6 +23,8 @@
- 
- #include "luamm.hh"
- 
-+#include 
-+
- namespace lua {
-   namespace {
- 
-@@ -57,7 +59,7 @@
-   lua_pushstring(l, e.what());
-   }
-   catch(...) {
--  lua_pushstring(l, 
ptr->__cxa_exception_type()->name());
-+  lua_pushstring(l, 
abi::__cxa_current_exception_type()->name());
-   }
-   return 1;
-   }

diff --git a/app-admin/conky/files/conky-1.10.8-fpermissive.patch 
b/app-admin/conky/files/conky-1.10.8-fpermissive.patch
deleted file mode 100644
index 42abeb831cd..000
--- a/app-admin/conky/files/conky-1.10.8-fpermissive.patch
+++ /dev/null
@@ -1,14 +0,0 @@
 conky-1.10.8/src/conky.cc.orig 2020-08-28 13:17:22.330113596 -0400
-+++ conky-1.10.8/src/conky.cc  2020-08-28 13:19:48.564891015 -0400
-@@ -478,9 +478,9 @@
- struct MHD_Daemon *httpd;
- static conky::simple_config_setting http_refresh("http_refresh", false, 
true);
- 
--int sendanswer(void *cls, struct MHD_Connection *connection, const char *url, 
const char *method, const char *version, const char *upload_data, size_t 
*upload_data_size, void **con_cls) {
-+MHD_Result sendanswer(void *cls, struct MHD_Connection *connection, const 
char *url, const char *method, const char *version, const char *upload_data, 
size_t *upload_data_size, void **con_cls) {
-   struct MHD_Response *response = 
MHD_create_response_from_data(webpage.length(), (void*) webpage.c_str(), 
MHD_NO, MHD_NO);
--  int ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
-+  MHD_Result ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
-   MHD_destroy_response(response);
-   if(cls || url || method || version || upload_data || upload_data_size 
|| con_cls) {}//make compiler happy
-   return ret;

diff --git a/app-admin/conky/files/conky-1.10.8-libical-3.patch 
b/app-admin/conky/files/conky-1.10.8-libical-3.patch
deleted file mode 100644
index 032a6d2ef26..000
--- a/app-admin/conky/files/conky-1.10.8-libical-3.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 128c8cce3415839a3d19a5cb877fd77af2538d35 Mon Sep 17 00:00:00 2001
-From: Adam Majer 
-Date: Tue, 6 Mar 2018 13:46:31 +0100
-Subject: [PATCH] Add support for libical 3.x (#465)
-
-In libical3, deprecated icaltime_from_timet is removed
-Use icaltime_from_timet_with_zone instead. This function
-exists in libical 2.x so no need to change requirements

- src/ical.cc | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/ical.cc b/src/ical.cc
-index e4b48511..ef069124 100644
 a/src/ical.cc
-+++ b/src/ical.cc
-@@ -49,13 +49,13 @@ struct ical_event *add_event(struct ical_event *listend, 
icalcomponent *new_ev)
-   icaltimetype start;
- 
-   start = icalcomponent_get_dtstart(new_ev);
--  if(icaltime_compare(start, icaltime_from_timet(time(NULL), 0)) <= 0) {
-+  if(icaltime_compare(start, icaltime_from_timet_with_zone(time(NULL), 0, 
NULL)) <= 0) {
-   icalproperty *rrule = icalcomponent_get_first_property(new_ev, 
ICAL_RRULE_PROPERTY);
-   if(rrule) {
-   icalrecur_iterator* ritr = 
icalrecur_iterator_new(icalproperty_get_rrule(rrule), start);
-   icaltimetype nexttime = icalrecur_iterator_next(ritr);
-   while 

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

2021-03-17 Thread Andreas Sturmlechner
commit: 6f7dc9339871026f5204a83d9b674813bb788a50
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 14 23:21:36 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 17 15:40:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7dc933

app-editors/wxhexeditor: Drop 0.24 (r0)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-editors/wxhexeditor/wxhexeditor-0.24.ebuild | 43 -
 1 file changed, 43 deletions(-)

diff --git a/app-editors/wxhexeditor/wxhexeditor-0.24.ebuild 
b/app-editors/wxhexeditor/wxhexeditor-0.24.ebuild
deleted file mode 100644
index 517f24a35eb..000
--- a/app-editors/wxhexeditor/wxhexeditor-0.24.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-WX_GTK_VER=3.0-gtk3
-
-inherit toolchain-funcs wxwidgets
-
-MY_PN="wxHexEditor"
-
-DESCRIPTION="A cross-platform hex editor designed specially for large files"
-HOMEPAGE="http://www.wxhexeditor.org/;
-SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}-src.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   app-crypt/mhash
-   dev-libs/udis86
-   x11-libs/wxGTK:${WX_GTK_VER}[X]"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-syslibs.patch
-)
-
-pkg_pretend() {
-   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-pkg_setup() {
-   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
-}
-
-src_prepare() {
-   setup-wxwidgets
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: app-editors/wxhexeditor/, app-editors/wxhexeditor/files/

2021-03-17 Thread Andreas Sturmlechner
commit: d24b70d988eb3212ee9c6ceea1a00cc8618562c8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 14 23:20:19 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 17 15:40:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24b70d9

app-editors/wxhexeditor: EAPI-7 bump, fix desktop file, HOMEPAGE

Closes: https://bugs.gentoo.org/733762
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../files/wxhexeditor-0.24-desktop.patch   | 13 +++
 app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild | 43 ++
 2 files changed, 56 insertions(+)

diff --git a/app-editors/wxhexeditor/files/wxhexeditor-0.24-desktop.patch 
b/app-editors/wxhexeditor/files/wxhexeditor-0.24-desktop.patch
new file mode 100644
index 000..7d3d54da09a
--- /dev/null
+++ b/app-editors/wxhexeditor/files/wxhexeditor-0.24-desktop.patch
@@ -0,0 +1,13 @@
+Index: resources/wxHexEditor.desktop
+===
+--- a/resources/wxHexEditor.desktop2017-03-16 05:50:42.0 +0200
 b/resources/wxHexEditor.desktop2017-03-24 12:16:39.931400635 +0200
+@@ -8,6 +8,7 @@ Exec=wxHexEditor
+ Icon=wxHexEditor
+ Terminal=false
+ Type=Application
+-Categories=Utility;TextEditor;Utility;
++Categories=Utility;TextEditor;
++Keywords=disk;drive;volume;harddisk;hdd;disc;cdrom;dvd;partition;iso;image;backup;restore;editor;
+ 
Keywords[en_GB]=disk;drive;volume;harddisk;hdd;disc;cdrom;dvd;partition;iso;image;backup;restore;editor;
+ 

diff --git a/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild 
b/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild
new file mode 100644
index 000..a31c4b0aa43
--- /dev/null
+++ b/app-editors/wxhexeditor/wxhexeditor-0.24-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="wxHexEditor"
+WX_GTK_VER=3.0-gtk3
+inherit toolchain-funcs wxwidgets
+
+DESCRIPTION="A cross-platform hex editor designed specially for large files"
+HOMEPAGE="https://github.com/EUA/wxHexEditor;
+SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-v${PV}-src.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   app-crypt/mhash
+   dev-libs/udis86
+   x11-libs/wxGTK:${WX_GTK_VER}[X]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-syslibs.patch
+   "${FILESDIR}"/${P}-desktop.patch
+)
+
+pkg_pretend() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+pkg_setup() {
+   [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp
+}
+
+src_prepare() {
+   setup-wxwidgets
+   default
+}



[gentoo-commits] proj/linux-patches: New tag: 4.4-264

2021-03-17 Thread Mike Pagano
commit: 
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 15:39:12 2021 +

New tag: 4.4-264




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

2021-03-17 Thread Mike Pagano
commit: 19f87c252db39a231b8b6c78a0a347cb206bd572
Author: Mike Pagano  gentoo  org>
AuthorDate: Wed Mar 17 15:37:06 2021 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Wed Mar 17 15:37:06 2021 +
URL:https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=19f87c25

Linuxpatch 4.4.262

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

 _README  |4 +
 1261_linux-4.4.262.patch | 4156 ++
 2 files changed, 4160 insertions(+)

diff --git a/_README b/_README
index 6c7b6f9..77ec9dd 100644
--- a/_README
+++ b/_README
@@ -1087,6 +1087,10 @@ Patch:  1260_linux-4.4.261.patch
 From:   http://www.kernel.org
 Desc:   Linux 4.4.261
 
+Patch:  1261_linux-4.4.262.patch
+From:   http://www.kernel.org
+Desc:   Linux 4.4.262
+
 Patch:  1500_XATTR_USER_PREFIX.patch
 From:   https://bugs.gentoo.org/show_bug.cgi?id=470644
 Desc:   Support for namespace user.pax.* on tmpfs.

diff --git a/1261_linux-4.4.262.patch b/1261_linux-4.4.262.patch
new file mode 100644
index 000..62f7b1a
--- /dev/null
+++ b/1261_linux-4.4.262.patch
@@ -0,0 +1,4156 @@
+diff --git a/Makefile b/Makefile
+index 607f1b19555f9..11acd6dd024a2 100644
+--- a/Makefile
 b/Makefile
+@@ -1,6 +1,6 @@
+ VERSION = 4
+ PATCHLEVEL = 4
+-SUBLEVEL = 261
++SUBLEVEL = 262
+ EXTRAVERSION =
+ NAME = Blurry Fish Butt
+ 
+diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild
+index ffd9cf5ec8c40..bf8475ce85ee2 100644
+--- a/arch/alpha/include/asm/Kbuild
 b/arch/alpha/include/asm/Kbuild
+@@ -3,6 +3,7 @@
+ generic-y += clkdev.h
+ generic-y += cputime.h
+ generic-y += exec.h
++generic-y += export.h
+ generic-y += irq_work.h
+ generic-y += mcs_spinlock.h
+ generic-y += mm-arch-hooks.h
+diff --git a/arch/alpha/include/asm/uaccess.h 
b/arch/alpha/include/asm/uaccess.h
+index c0ddbbf73400e..89413a29cb079 100644
+--- a/arch/alpha/include/asm/uaccess.h
 b/arch/alpha/include/asm/uaccess.h
+@@ -341,45 +341,17 @@ __asm__ __volatile__("1: stb %r2,%1\n"   
\
+  * Complex access routines
+  */
+ 
+-/* This little bit of silliness is to get the GP loaded for a function
+-   that ordinarily wouldn't.  Otherwise we could have it done by the macro
+-   directly, which can be optimized the linker.  */
+-#ifdef MODULE
+-#define __module_address(sym) "r"(sym),
+-#define __module_call(ra, arg, sym)   "jsr $" #ra ",(%" #arg ")," #sym
+-#else
+-#define __module_address(sym)
+-#define __module_call(ra, arg, sym)   "bsr $" #ra "," #sym " !samegp"
+-#endif
+-
+-extern void __copy_user(void);
+-
+-extern inline long
+-__copy_tofrom_user_nocheck(void *to, const void *from, long len)
+-{
+-  register void * __cu_to __asm__("$6") = to;
+-  register const void * __cu_from __asm__("$7") = from;
+-  register long __cu_len __asm__("$0") = len;
+-
+-  __asm__ __volatile__(
+-  __module_call(28, 3, __copy_user)
+-  : "=r" (__cu_len), "=r" (__cu_from), "=r" (__cu_to)
+-  : __module_address(__copy_user)
+-"0" (__cu_len), "1" (__cu_from), "2" (__cu_to)
+-  : "$1", "$2", "$3", "$4", "$5", "$28", "memory");
+-
+-  return __cu_len;
+-}
++extern long __copy_user(void *to, const void *from, long len);
+ 
+-#define __copy_to_user(to, from, n)   \
+-({\
+-  __chk_user_ptr(to); \
+-  __copy_tofrom_user_nocheck((__force void *)(to), (from), (n));  \
++#define __copy_to_user(to, from, n)   \
++({\
++  __chk_user_ptr(to); \
++  __copy_user((__force void *)(to), (from), (n)); \
+ })
+-#define __copy_from_user(to, from, n) \
+-({\
+-  __chk_user_ptr(from);   \
+-  __copy_tofrom_user_nocheck((to), (__force void *)(from), (n));  \
++#define __copy_from_user(to, from, n) \
++({\
++  __chk_user_ptr(from);   \
++  __copy_user((to), (__force void *)(from), (n)); \
+ })
+ 
+ #define __copy_to_user_inatomic __copy_to_user
+@@ -389,35 +361,22 @@ extern inline long
+ copy_to_user(void __user *to, const void *from, long n)
+ {
+   if (likely(__access_ok((unsigned long)to, n, get_fs(
+-  n = __copy_tofrom_user_nocheck((__force void *)to, from, n);
++  n = __copy_user((__force void *)to, from, n);
+   return n;
+ }
+ 
+ extern inline long
+ copy_from_user(void *to, const void __user *from, long n)
+ {
++  long res = n;
+   if (likely(__access_ok((unsigned long)from, n, get_fs(
+-  n = __copy_tofrom_user_nocheck(to, (__force void *)from, n);
+-  

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

2021-03-17 Thread Daniel Pielmeier
commit: 1464cf5ee020a60f4b29f905aefdaf0e8f08bda7
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 15:37:38 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 15:37:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1464cf5e

app-admin/conky: Remove old.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 app-admin/conky/Manifest|   1 -
 app-admin/conky/conky-1.10.8-r10.ebuild | 187 
 app-admin/conky/conky-1.10.8-r9.ebuild  | 185 ---
 app-admin/conky/metadata.xml|   1 -
 4 files changed, 374 deletions(-)

diff --git a/app-admin/conky/Manifest b/app-admin/conky/Manifest
index f5b1f36dd2c..12a24622e6d 100644
--- a/app-admin/conky/Manifest
+++ b/app-admin/conky/Manifest
@@ -1,3 +1,2 @@
-DIST conky-1.10.8.tar.gz 373075 BLAKE2B 
749d8bb37557c1eeb8b07955bbd45704fadb41995fad8380dd89afdf7b0c9dce02d19692691e3ef1857d849c05eae1b2fdf20243460d767199a681aeb9e87746
 SHA512 
743b1d17db4ae654c7a319fe9157e9ebc5eb4ae0462a1f7269332d379e8bdd1dbfecc3ab6f46c8b5176b7e40918301649ac3ee883a84dc4fc8d766abbac6585a
 DIST conky-1.11.6.tar.gz 2402216 BLAKE2B 
573e2a16781ffb246041052796fd2e2f02937e0e1399edb6b8d0a16b90bbd73f84b3332d7dfba4d8bf53becc05b907efaf33fc48d4efda425c87756d44fe35f4
 SHA512 
f7bffcef33680d61d0171ba50b29ddda011c1c1989fc847cd4b5b60d46bed4772294eec34fd27c4d642a9c03e3cedaa31855ffc0f3b60791f4bed14ffdf7490a
 DIST conky-1.12.1.tar.gz 2404597 BLAKE2B 
9e751844db9d1c90990b1e7dd5d9731330244f6ee772a7403e3520636f2ac930ccf3219e65da970d63396512cf843d4f8137854781fdf3c797fe910a8edb872d
 SHA512 
897c6b83528809aa2e33e15b9ad6644d8cf36f4cff93f014811754f982c13180001b972b2b145b607de8d865c2af9a425ab50246065f537e14be75da5631593a

diff --git a/app-admin/conky/conky-1.10.8-r10.ebuild 
b/app-admin/conky/conky-1.10.8-r10.ebuild
deleted file mode 100644
index 66c0ffbf31c..000
--- a/app-admin/conky/conky-1.10.8-r10.ebuild
+++ /dev/null
@@ -1,187 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake linux-info readme.gentoo-r1
-
-DESCRIPTION="An advanced, highly configurable system monitor for X"
-HOMEPAGE="https://github.com/brndnmtthws/conky;
-SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3 BSD LGPL-2.1 MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="apcupsd cmus curl eve hddtemp ical iconv imlib iostats ipv6 irc
-   lua-cairo lua-imlib lua-rsvg math moc mpd mysql nano-syntax ncurses
-   nvidia +portmon pulseaudio rss systemd thinkpad truetype vim-syntax
-   weather-metar webserver wifi X xmms2"
-
-COMMON_DEPEND="
-   X? (
-   imlib? ( media-libs/imlib2[X] )
-   lua-cairo? ( >=dev-lua/toluapp-1.0.93 x11-libs/cairo[X] )
-   lua-imlib? ( >=dev-lua/toluapp-1.0.93 media-libs/imlib2[X] )
-   lua-rsvg? ( >=dev-lua/toluapp-1.0.93 gnome-base/librsvg )
-   nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )
-   truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
-   x11-libs/libX11
-   x11-libs/libXdamage
-   x11-libs/libXinerama
-   x11-libs/libXfixes
-   x11-libs/libXext
-   xmms2? ( media-sound/xmms2 )
-   )
-   cmus? ( media-sound/cmus )
-   curl? ( net-misc/curl )
-   eve? ( net-misc/curl dev-libs/libxml2 )
-   ical? ( dev-libs/libical:= )
-   iconv? ( virtual/libiconv )
-   irc? ( net-libs/libircclient )
-   mysql? ( dev-db/mysql-connector-c )
-   ncurses? ( sys-libs/ncurses:= )
-   pulseaudio? ( media-sound/pulseaudio )
-   rss? ( dev-libs/libxml2 net-misc/curl dev-libs/glib:2 )
-   systemd? ( sys-apps/systemd )
-   wifi? ( net-wireless/wireless-tools )
-   weather-metar? ( net-misc/curl )
-   webserver? ( net-libs/libmicrohttpd )
-   || ( dev-lang/lua:0 dev-lang/lua:5.1 )
-"
-RDEPEND="
-   ${COMMON_DEPEND}
-   apcupsd? ( sys-power/apcupsd )
-   hddtemp? ( app-admin/hddtemp )
-   moc? ( media-sound/moc )
-   nano-syntax? ( app-editors/nano )
-   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
-"
-DEPEND="
-   ${COMMON_DEPEND}
-   app-text/docbook2X
-"
-
-CONFIG_CHECK="~IPV6"
-
-DOCS=( README.md TODO ChangeLog NEWS AUTHORS )
-
-PATCHES=(
-   "${FILESDIR}"/${P}-use-pkgconfig.patch
-   "${FILESDIR}"/${P}-libical-3.patch
-   "${FILESDIR}"/${P}-portmon.patch
-   "${FILESDIR}"/${P}-clang.patch
-   "${FILESDIR}"/${P}-virtual-sinks.patch
-   "${FILESDIR}"/${P}-fpermissive.patch
-)
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="You can find sample configurations at 
${ROOT}/usr/share/doc/${PF}.
-To customize, copy to ${XDG_CONFIG_HOME}/conky/conky.conf
-and edit it to your liking.
-
-There 

[gentoo-commits] repo/gentoo:master commit in: media-video/mjpegtools/

2021-03-17 Thread Daniel Pielmeier
commit: 2885902718af322e4634879cd67394e01a61c416
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 15:33:10 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 15:33:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28859027

media-video/mjpegtools: Version bump.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 media-video/mjpegtools/Manifest|   1 +
 media-video/mjpegtools/mjpegtools-2.2.0.ebuild | 111 +
 2 files changed, 112 insertions(+)

diff --git a/media-video/mjpegtools/Manifest b/media-video/mjpegtools/Manifest
index 4c58d5c4dda..27ec35868cf 100644
--- a/media-video/mjpegtools/Manifest
+++ b/media-video/mjpegtools/Manifest
@@ -1 +1,2 @@
 DIST mjpegtools-2.1.0.tar.gz 1844336 BLAKE2B 
90ae51c81e18708132f26c1fb002128193168366542cadc15060ad52f664a5f90770b3039ada2a1777eab5fec9743fb24c65083de913ebd72b23dd55f6b25741
 SHA512 
10d3288f47d7cc4de87fa63f65e0fd4bd0a9af95db77155eecccecae7a7e60ebab83eaec44cf7a2c3d9e627f0cc086eda208abee1a7a74cbf3f85e87bb979ac5
+DIST mjpegtools-2.2.0.tar.bz2 1542088 BLAKE2B 
61736ea0782ef098110370ab75feac2d344709a849326acc366cc1dedfabe0aaec797292f09de9d0da8a2ce94506dc2c8749212b49f99ffa8775f347eae94b46
 SHA512 
d645c0004bf20cab67d2e09cde709f05e32ab755b773c93f75ab65bf6d4ab23d80addf3f8b98e1ce59cc05efc0776b11ca0c71568acb81fab6a0f15e60bce71f

diff --git a/media-video/mjpegtools/mjpegtools-2.2.0.ebuild 
b/media-video/mjpegtools/mjpegtools-2.2.0.ebuild
new file mode 100644
index 000..9dd316d8a9c
--- /dev/null
+++ b/media-video/mjpegtools/mjpegtools-2.2.0.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools flag-o-matic multilib-minimal toolchain-funcs
+
+DESCRIPTION="Tools for MJPEG video"
+HOMEPAGE="http://mjpeg.sourceforge.net/;
+SRC_URI="mirror://sourceforge/mjpeg/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="cpu_flags_x86_mmx dv gtk png quicktime sdl sdlgfx static-libs"
+REQUIRED_USE="sdlgfx? ( sdl )"
+
+BDEPEND="
+   virtual/pkgconfig
+"
+RDEPEND="
+   virtual/jpeg:0=[${MULTILIB_USEDEP}]
+   dv? ( >=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}] )
+   gtk? ( x11-libs/gtk+:2 )
+   png? ( media-libs/libpng:0= )
+   quicktime? ( >=media-libs/libquicktime-1.2.4-r1[${MULTILIB_USEDEP}] )
+   sdl? (
+   >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}]
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   sdlgfx? ( media-libs/sdl-gfx )
+   )
+"
+DEPEND="
+   ${RDEPEND}
+   >=sys-apps/sed-4
+   virtual/awk
+   cpu_flags_x86_mmx? ( dev-lang/nasm )
+"
+
+src_prepare() {
+   default
+
+   eautoreconf
+   sed -i -e '/ARCHFLAGS=/s:=.*:=:' configure
+}
+
+multilib_src_configure() {
+   [[ $(gcc-major-version) -eq 3 ]] && append-flags -mno-sse2
+
+   local myconf=(
+   --enable-compile-warnings
+   $(use_enable cpu_flags_x86_mmx simd-accel)
+   $(use_enable static-libs static)
+   --enable-largefile
+
+   $(use_with quicktime libquicktime)
+   $(use_with dv libdv)
+   $(use_with sdl libsdl)
+   --without-v4l
+   $(use_with sdl x)
+
+   # used by tools only
+   $(multilib_native_use_with gtk)
+   $(multilib_native_use_with png libpng)
+   $(multilib_native_use_with sdlgfx)
+   )
+
+   ECONF_SOURCE=${S} \
+   econf "${myconf[@]}"
+}
+
+multilib_src_compile() {
+   if multilib_is_native_abi; then
+   default
+   else
+   # avoid building programs
+   emake bin_PROGRAMS=
+   fi
+}
+
+multilib_src_test() {
+   # there are no tests at the moment, so it would just build
+   # all programs in non-native ABIs...
+   multilib_is_native_abi && default
+}
+
+multilib_src_install() {
+   if multilib_is_native_abi; then
+   default
+   else
+   emake DESTDIR="${D}" install \
+   bin_PROGRAMS=
+   fi
+}
+
+multilib_src_install_all() {
+   einstalldocs
+   dodoc mjpeg_howto.txt PLANS HINTS docs/FAQ.txt
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   elog "mjpegtools installs user contributed scripts which 
require additional"
+   elog "dependencies not pulled in by the installation."
+   elog "These have to be installed manually."
+   elog "Currently known extra dpendencies are: ffmpeg, mencoder 
from mplayer,"
+   elog "parts of transcode, mpeg2dec from libmpeg2, sox, toolame, 
vcdimager, python."
+   fi
+}



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

2021-03-17 Thread Daniel Pielmeier
commit: e98312b7f12e92c6c10bbe0e2e57a4f2a2d46a83
Author: Daniel Pielmeier  gentoo  org>
AuthorDate: Wed Mar 17 15:29:28 2021 +
Commit: Daniel Pielmeier  gentoo  org>
CommitDate: Wed Mar 17 15:29:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98312b7

app-admin/conky: Version bump.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier  gentoo.org>

 app-admin/conky/Manifest|   1 +
 app-admin/conky/conky-1.12.1.ebuild | 189 
 2 files changed, 190 insertions(+)

diff --git a/app-admin/conky/Manifest b/app-admin/conky/Manifest
index 9bc84cfd37a..f5b1f36dd2c 100644
--- a/app-admin/conky/Manifest
+++ b/app-admin/conky/Manifest
@@ -1,2 +1,3 @@
 DIST conky-1.10.8.tar.gz 373075 BLAKE2B 
749d8bb37557c1eeb8b07955bbd45704fadb41995fad8380dd89afdf7b0c9dce02d19692691e3ef1857d849c05eae1b2fdf20243460d767199a681aeb9e87746
 SHA512 
743b1d17db4ae654c7a319fe9157e9ebc5eb4ae0462a1f7269332d379e8bdd1dbfecc3ab6f46c8b5176b7e40918301649ac3ee883a84dc4fc8d766abbac6585a
 DIST conky-1.11.6.tar.gz 2402216 BLAKE2B 
573e2a16781ffb246041052796fd2e2f02937e0e1399edb6b8d0a16b90bbd73f84b3332d7dfba4d8bf53becc05b907efaf33fc48d4efda425c87756d44fe35f4
 SHA512 
f7bffcef33680d61d0171ba50b29ddda011c1c1989fc847cd4b5b60d46bed4772294eec34fd27c4d642a9c03e3cedaa31855ffc0f3b60791f4bed14ffdf7490a
+DIST conky-1.12.1.tar.gz 2404597 BLAKE2B 
9e751844db9d1c90990b1e7dd5d9731330244f6ee772a7403e3520636f2ac930ccf3219e65da970d63396512cf843d4f8137854781fdf3c797fe910a8edb872d
 SHA512 
897c6b83528809aa2e33e15b9ad6644d8cf36f4cff93f014811754f982c13180001b972b2b145b607de8d865c2af9a425ab50246065f537e14be75da5631593a

diff --git a/app-admin/conky/conky-1.12.1.ebuild 
b/app-admin/conky/conky-1.12.1.ebuild
new file mode 100644
index 000..4534b4f2733
--- /dev/null
+++ b/app-admin/conky/conky-1.12.1.ebuild
@@ -0,0 +1,189 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-3 )
+
+inherit cmake linux-info lua-single readme.gentoo-r1 xdg
+
+DESCRIPTION="An advanced, highly configurable system monitor for X"
+HOMEPAGE="https://github.com/brndnmtthws/conky;
+SRC_URI="https://github.com/brndnmtthws/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3 BSD LGPL-2.1 MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+IUSE="apcupsd bundled-toluapp cmus curl doc hddtemp ical iconv imlib iostats
+   ipv6 irc lua-cairo lua-imlib lua-rsvg math moc mpd mysql nano-syntax
+   ncurses nvidia +portmon pulseaudio rss systemd thinkpad truetype
+   vim-syntax weather-metar webserver wifi X xinerama xmms2"
+
+COMMON_DEPEND="
+   cmus? ( media-sound/cmus )
+   curl? ( net-misc/curl )
+   ical? ( dev-libs/libical:= )
+   iconv? ( virtual/libiconv )
+   imlib? ( media-libs/imlib2[X] )
+   irc? ( net-libs/libircclient )
+   lua-cairo? ( x11-libs/cairo[X] )
+   lua-imlib? ( media-libs/imlib2[X] )
+   lua-rsvg? ( gnome-base/librsvg )
+   mysql? ( dev-db/mysql-connector-c )
+   ncurses? ( sys-libs/ncurses:= )
+   nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )
+   pulseaudio? ( media-sound/pulseaudio )
+   rss? ( dev-libs/libxml2 net-misc/curl dev-libs/glib:2 )
+   systemd? ( sys-apps/systemd )
+   truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
+   wifi? ( net-wireless/wireless-tools )
+   weather-metar? ( net-misc/curl )
+   webserver? ( net-libs/libmicrohttpd )
+   X? (
+   x11-libs/libX11
+   x11-libs/libXdamage
+   x11-libs/libXfixes
+   x11-libs/libXext
+   )
+   xinerama? ( x11-libs/libXinerama )
+   xmms2? ( media-sound/xmms2 )
+   ${LUA_DEPS}
+"
+RDEPEND="
+   ${COMMON_DEPEND}
+   apcupsd? ( sys-power/apcupsd )
+   hddtemp? ( app-admin/hddtemp )
+   moc? ( media-sound/moc )
+   nano-syntax? ( app-editors/nano )
+   vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   doc? ( app-text/docbook2X dev-libs/libxslt )
+"
+
+REQUIRED_USE="
+   imlib? ( X )
+   lua-cairo? ( X  bundled-toluapp )
+   lua-imlib? ( X  bundled-toluapp )
+   lua-rsvg? ( X  bundled-toluapp )
+   nvidia? ( X )
+   truetype? ( X )
+   xinerama? ( X )
+"
+
+CONFIG_CHECK="~IPV6"
+
+DOCS=( README.md AUTHORS )
+
+DISABLE_AUTOFORMATTING="yes"
+DOC_CONTENTS="You can find sample configurations at 
${ROOT}/usr/share/doc/${PF}.
+To customize, copy to \${XDG_CONFIG_HOME}/conky/conky.conf
+and edit it to your liking.
+
+There are pretty html docs available at the conky homepage
+or in ${ROOT}/usr/share/doc/${PF}/html when built with USE=doc.
+
+Also see https://wiki.gentoo.org/wiki/Conky/HOWTO;
+
+pkg_setup() {
+   use ipv6 && linux-info_pkg_setup
+
+   lua-single_pkg_setup
+}
+
+src_prepare() {
+   cmake_src_prepare
+
+  

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

2021-03-17 Thread Mike Gilbert
commit: 43ecf40de66daad94b0b93ba0aae10ee71f0c335
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 17 14:48:34 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 17 14:48:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ecf40d

sys-boot/grub: drop blocker on grub-static

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

 sys-boot/grub/grub-2.06_rc1.ebuild | 2 +-
 sys-boot/grub/grub-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-boot/grub/grub-2.06_rc1.ebuild 
b/sys-boot/grub/grub-2.06_rc1.ebuild
index 19ad393f721..29c5c03332a 100644
--- a/sys-boot/grub/grub-2.06_rc1.ebuild
+++ b/sys-boot/grub/grub-2.06_rc1.ebuild
@@ -111,7 +111,7 @@ RDEPEND="${DEPEND}
grub_platforms_efi-32? ( sys-boot/efibootmgr )
grub_platforms_efi-64? ( sys-boot/efibootmgr )
)
-   !sys-boot/grub:0 !sys-boot/grub-static
+   !sys-boot/grub:0
nls? ( sys-devel/gettext )
 "
 

diff --git a/sys-boot/grub/grub-.ebuild b/sys-boot/grub/grub-.ebuild
index 19ad393f721..29c5c03332a 100644
--- a/sys-boot/grub/grub-.ebuild
+++ b/sys-boot/grub/grub-.ebuild
@@ -111,7 +111,7 @@ RDEPEND="${DEPEND}
grub_platforms_efi-32? ( sys-boot/efibootmgr )
grub_platforms_efi-64? ( sys-boot/efibootmgr )
)
-   !sys-boot/grub:0 !sys-boot/grub-static
+   !sys-boot/grub:0
nls? ( sys-devel/gettext )
 "
 



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

2021-03-17 Thread Mike Gilbert
commit: 7a381a6a8c2e62b0ad7b98dcf57a6b933015487a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 17 14:39:23 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 17 14:39:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a381a6a

sys-boot/grub: set PYTHON=true when not running autogen

Since 8b467844e1, configure.ac calls AM_PATH_PYTHON, but this is only
used when re-generating automake input files.

Closes: https://bugs.gentoo.org/776619
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-boot/grub/grub-2.06_rc1.ebuild | 2 ++
 sys-boot/grub/grub-.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sys-boot/grub/grub-2.06_rc1.ebuild 
b/sys-boot/grub/grub-2.06_rc1.ebuild
index 39eb0acc06c..19ad393f721 100644
--- a/sys-boot/grub/grub-2.06_rc1.ebuild
+++ b/sys-boot/grub/grub-2.06_rc1.ebuild
@@ -146,6 +146,8 @@ src_prepare() {
 
if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
python_setup
+   else
+   export PYTHON=true
fi
 
if [[ -n ${GRUB_BOOTSTRAP} ]]; then

diff --git a/sys-boot/grub/grub-.ebuild b/sys-boot/grub/grub-.ebuild
index 39eb0acc06c..19ad393f721 100644
--- a/sys-boot/grub/grub-.ebuild
+++ b/sys-boot/grub/grub-.ebuild
@@ -146,6 +146,8 @@ src_prepare() {
 
if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
python_setup
+   else
+   export PYTHON=true
fi
 
if [[ -n ${GRUB_BOOTSTRAP} ]]; then



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

2021-03-17 Thread Mike Gilbert
commit: 44d09884fd64253e9bb1aeeca5114391cb480eef
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 17 14:38:13 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 17 14:38:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d09884

sys-boot/grub: stub-out pkg_setup

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

 sys-boot/grub/grub-2.06_rc1.ebuild | 4 
 sys-boot/grub/grub-.ebuild | 4 
 2 files changed, 8 insertions(+)

diff --git a/sys-boot/grub/grub-2.06_rc1.ebuild 
b/sys-boot/grub/grub-2.06_rc1.ebuild
index bae070420bf..39eb0acc06c 100644
--- a/sys-boot/grub/grub-2.06_rc1.ebuild
+++ b/sys-boot/grub/grub-2.06_rc1.ebuild
@@ -122,6 +122,10 @@ QA_PRESTRIPPED="usr/lib/grub/.*"
 QA_MULTILIB_PATHS="usr/lib/grub/.*"
 QA_WX_LOAD="usr/lib/grub/*"
 
+pkg_setup() {
+   :
+}
+
 src_unpack() {
if [[ ${PV} ==  ]]; then
git-r3_src_unpack

diff --git a/sys-boot/grub/grub-.ebuild b/sys-boot/grub/grub-.ebuild
index bae070420bf..39eb0acc06c 100644
--- a/sys-boot/grub/grub-.ebuild
+++ b/sys-boot/grub/grub-.ebuild
@@ -122,6 +122,10 @@ QA_PRESTRIPPED="usr/lib/grub/.*"
 QA_MULTILIB_PATHS="usr/lib/grub/.*"
 QA_WX_LOAD="usr/lib/grub/*"
 
+pkg_setup() {
+   :
+}
+
 src_unpack() {
if [[ ${PV} ==  ]]; then
git-r3_src_unpack



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

2021-03-17 Thread Mike Gilbert
commit: e473f70fbcfc239779f91c1649af4f369e0f2b6e
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Mar 17 14:18:23 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Mar 17 14:18:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e473f70f

sys-apps/systemd: fix cgroup-related test failures

Closes: https://bugs.gentoo.org/771819
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-apps/systemd/files/247-cgroup-test.patch | 35 
 sys-apps/systemd/systemd-247.2-r4.ebuild |  1 +
 2 files changed, 36 insertions(+)

diff --git a/sys-apps/systemd/files/247-cgroup-test.patch 
b/sys-apps/systemd/files/247-cgroup-test.patch
new file mode 100644
index 000..bfa4422a621
--- /dev/null
+++ b/sys-apps/systemd/files/247-cgroup-test.patch
@@ -0,0 +1,35 @@
+From ddfc6ad061ad47caeeff901d27cbc59af85e0db3 Mon Sep 17 00:00:00 2001
+From: Mike Gilbert 
+Date: Tue, 9 Mar 2021 17:57:37 -0500
+Subject: [PATCH] cg_unified_cached: return ENOMEDIUM if we cannot find a known
+ hierarchy
+
+When the test suite is being run in a foreign environment,
+/sys/fs/cgroup might not be set up in a way that we recognize.
+Returning ENOMEDIUM causes the tests to be skipped in this case.
+
+Bug: https://bugs.gentoo.org/771819
+---
+ src/basic/cgroup-util.c | 8 +++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
+
+diff --git a/src/basic/cgroup-util.c b/src/basic/cgroup-util.c
+index 527043a2b39..0b252eb28fb 100644
+--- a/src/basic/cgroup-util.c
 b/src/basic/cgroup-util.c
+@@ -2052,8 +2052,14 @@ int cg_unified_cached(bool flush) {
+ unified_cache = CGROUP_UNIFIED_SYSTEMD;
+ unified_systemd_v232 = false;
+ } else {
+-if (statfs("/sys/fs/cgroup/systemd/", ) < 0)
++if (statfs("/sys/fs/cgroup/systemd/", ) < 0) {
++if (errno == ENOENT) {
++/* Some other software may have set 
up /sys/fs/cgroup in a configuration we do not recognize. */
++log_debug_errno(errno, "Unsupported 
cgroupsv1 setup detected: name=systemd hierarchy not found.");
++return -ENOMEDIUM;
++}
+ return log_debug_errno(errno, 
"statfs(\"/sys/fs/cgroup/systemd\" failed: %m");
++}
+ 
+ if (F_TYPE_EQUAL(fs.f_type, CGROUP2_SUPER_MAGIC)) {
+ log_debug("Found cgroup2 on 
/sys/fs/cgroup/systemd, unified hierarchy for systemd controller (v232 
variant)");

diff --git a/sys-apps/systemd/systemd-247.2-r4.ebuild 
b/sys-apps/systemd/systemd-247.2-r4.ebuild
index 4c9425020e3..4853d82c9c9 100644
--- a/sys-apps/systemd/systemd-247.2-r4.ebuild
+++ b/sys-apps/systemd/systemd-247.2-r4.ebuild
@@ -212,6 +212,7 @@ src_prepare() {
 
# Add local patches here
PATCHES+=(
+   "${FILESDIR}"/247-cgroup-test.patch
)
 
if ! use vanilla; then



[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2021-03-17 Thread Joonas Niilola
commit: 0803c44cc9a7b134ce056a5d3351b5153d140bbd
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Mar 14 10:33:21 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Mar 17 14:08:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0803c44c

net-im/mattermost-desktop-bin: add version 4.6.2

Drop an unused .tar.gz from SRC_URI

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/mattermost-desktop-bin/Manifest |  2 +
 .../mattermost-desktop-bin-4.6.2.ebuild| 71 ++
 2 files changed, 73 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/Manifest 
b/net-im/mattermost-desktop-bin/Manifest
index 6b2d1122127..b1fa920bd59 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -4,6 +4,8 @@ DIST mattermost-desktop-4.5.2-linux-ia32.tar.gz 104826222 
BLAKE2B f0552069099e54
 DIST mattermost-desktop-4.5.2-linux-x64.tar.gz 103238897 BLAKE2B 
46e56c55409db645ba0962a816f584610decea4696c182e66544d2085d5b420019aed7d2680c5a90b7bdd293f9549be81508d24f79d409446918f862bfeca474
 SHA512 
f22938b629840dd6e8fbdec5e6ae6fdadaa0eae0fb727a063ef1539a3a0a625d61dd8468ea8cf45732a8f3b2c6da002dceed2b287aa75b14d09a03268f967eb4
 DIST mattermost-desktop-4.6.1-linux-ia32.tar.gz 116278144 BLAKE2B 
737089a5454c8d8bc87cfefc68d4fbe5036287f2b8c4e92d8cdc000b481996641cc22c7aec1915bac0bd21f0fc2c2019e0e6d011070879cda25f566716f0c193
 SHA512 
8a2b7369fedf4cfb28bb5e54b2fa61bdc22ceda4ae01753a4259581856ba71459d4c2bea238d2e9aba8fe1c11bddfe6e45f1e470e99e7ca642058605c5589453
 DIST mattermost-desktop-4.6.1-linux-x64.tar.gz 114688536 BLAKE2B 
68be76641eeb0e073388ce6cbd6987903ff0a4a0e266ac1e27fa977dff7e1354ac226d1f19b43b4f07d0d731ea92ded2585b2744f68263ff57751f059703a0c2
 SHA512 
ed24ad4e33c88ae55440e8aa5f57e4e83f022b22ccb488146507707a79cf403895066be6b43dcaeb34217ddf0df4e1d02c3a8128bf8568d7b4be94a4e51bdd06
+DIST mattermost-desktop-4.6.2-linux-ia32.tar.gz 116280086 BLAKE2B 
f0770b12abf23c43ae1a71b068045abcbbc44d7cd40de3ef84e4cde7e22210c911cd8401a8ad330bd5ea19f664087d423fadd43834a351e48b479693686e9ba8
 SHA512 
409966b02256f5250da976ca825d75ea5690f667bfafb30cfae7e16cf96aa39f8a2fc797768bc1b8b9bfc0e511dfabd85a9033161830077d0a424deac22bb362
+DIST mattermost-desktop-4.6.2-linux-x64.tar.gz 114689112 BLAKE2B 
9efc54fc424dc1be2544b6f1901387ef4ee2ad976dfa1a2c0fa18c4410f16393a471e9549dc0c36219eedefde2d246d9c6a054f8a7c38bde68f700bd5574116b
 SHA512 
19e1f3a273ae5ab202bbd380f68f3acbc3b42748ad978897bac05be8ba264026fe3466ddfa73b711bc3b1bd331661a49fcd6f800ca23e11a463e5b97ee9f35eb
 DIST mattermost-desktop-bin-4.5.1.tar.gz 1653861 BLAKE2B 
2ad02df830cd2b62a730e8c6b385a739cfa7be30765ee4245f92e7a3db194ea03863490b337d03d47357f0d18ec31dd34fcde4576b93c80702e716ae9fd772a7
 SHA512 
6e2269de681ec416be2354ff8ee37d219ede4b10361e6a3669cc4e93e9ab06cd6a198dece05411756fdea271e55cafb94ad29161801cc55b5dae02b99b24ccab
 DIST mattermost-desktop-bin-4.5.2.tar.gz 1653801 BLAKE2B 
fac573ce27cd693489a173d3b90480476e569a7d0c435a53e44b075fc96a56720558e1e555c5a587f0fb7bed06b7f5e53c11728280804e812ee2090adc6d96d3
 SHA512 
69148aa9de18f6dac78450dc0b79630e9ea1552027ed46f6d03aca02ae57342b251a236f4c3ed6b9145e050be38d7748820bc4dd9f36f300c59940b7c2db7827
 DIST mattermost-desktop-bin-4.6.1.tar.gz 1702070 BLAKE2B 
1c8f0c21add6563f6cca51bea37c25f41ba2e00daed7101b3d937941b12cef2e34cfb958a2c83c9641e08b99dd99d4784196e71cdc98227a66d6f2a31ee35219
 SHA512 
ee16e27cd836a49c8329397ee70d0d61e72c1295dcc2329e235cd813ac2583394d24e7d0d40c8c6d47dc85c5c900a22d3b96bd3b4f0262224443e5232d2b2102

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.6.2.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.6.2.ebuild
new file mode 100644
index 000..aec31639d31
--- /dev/null
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.6.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN%-*}"
+
+inherit desktop
+
+DESCRIPTION="Mattermost Desktop application"
+HOMEPAGE="https://about.mattermost.com/;
+
+SRC_URI="
+   amd64? ( 
https://releases.mattermost.com/desktop/${PV}/mattermost-desktop-${PV}-linux-x64.tar.gz
 )
+   x86?   ( 
https://releases.mattermost.com/desktop/${PV}/mattermost-desktop-${PV}-linux-ia32.tar.gz
 )
+"
+
+LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-accessibility/at-spi2-atk:2
+   app-accessibility/at-spi2-core:2[X]
+   dev-libs/expat
+   dev-libs/nss
+   media-libs/alsa-lib
+   net-print/cups
+   sys-apps/dbus
+   x11-libs/gtk+:3[X]
+   x11-libs/libXScrnSaver
+"
+
+QA_PREBUILT="
+   opt/mattermost-desktop/mattermost-desktop
+   opt/mattermost-desktop/libnode.so
+   opt/mattermost-desktop/libffmpeg.so
+"
+
+DOCS=(
+   NOTICE.txt
+   

[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2021-03-17 Thread Joonas Niilola
commit: 64ccad5c97ea554e4d0523a05fc653eb204e6f21
Author: Viorel Munteanu  gmail  com>
AuthorDate: Tue Mar 16 17:33:46 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Mar 17 14:08:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ccad5c

net-im/mattermost-desktop-bin: update maintainer

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Viorel Munteanu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19934
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/mattermost-desktop-bin/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-im/mattermost-desktop-bin/metadata.xml 
b/net-im/mattermost-desktop-bin/metadata.xml
index f8151855e27..ecc92872906 100644
--- a/net-im/mattermost-desktop-bin/metadata.xml
+++ b/net-im/mattermost-desktop-bin/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   ceamac.para...@gmail.com
+   Viorel Munteanu
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

mattermost/desktop




[gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/

2021-03-17 Thread Joonas Niilola
commit: 012d256e3f9e4a37bfda44b4372e40222eec1b11
Author: Viorel Munteanu  gmail  com>
AuthorDate: Sun Mar 14 11:22:32 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Mar 17 14:08:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012d256e

net-im/mattermost-desktop-bin: fix QA bugs

Closes: https://bugs.gentoo.org/737574
Closes: https://bugs.gentoo.org/737576
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Viorel Munteanu  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.6.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.6.2.ebuild 
b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.6.2.ebuild
index aec31639d31..c56080aefd2 100644
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.6.2.ebuild
+++ b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-4.6.2.ebuild
@@ -35,6 +35,8 @@ QA_PREBUILT="
opt/mattermost-desktop/mattermost-desktop
opt/mattermost-desktop/libnode.so
opt/mattermost-desktop/libffmpeg.so
+   opt/mattermost-desktop/libGLESv2.so
+   opt/mattermost-desktop/libEGL.so
 "
 
 DOCS=(



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

2021-03-17 Thread Michał Górny
commit: 4f6f38b12baa661859d992276b7c3919ab09e86a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 13:08:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 17 13:08:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6f38b1

dev-python/xlrd: Use pytest after all

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

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

diff --git a/dev-python/xlrd/xlrd-2.0.1.ebuild 
b/dev-python/xlrd/xlrd-2.0.1.ebuild
index cab2e3c52b9..af980a3294c 100644
--- a/dev-python/xlrd/xlrd-2.0.1.ebuild
+++ b/dev-python/xlrd/xlrd-2.0.1.ebuild
@@ -19,4 +19,4 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris 
~x86-solaris"
 
-distutils_enable_tests unittest
+distutils_enable_tests pytest



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

2021-03-17 Thread Andreas Sturmlechner
commit: 2666b691ae15525ada4dcd4bcbb29be7818d8f6d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 16 14:58:40 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 17 12:32:12 2021 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=2666b691

kde-frameworks/syndication: Drop unused IUSE=test DEPEND

Upstream commit ff6fbf9f904f20f615e0c99d365d8b241ed0ae6c

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/syndication/syndication-.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/kde-frameworks/syndication/syndication-.ebuild 
b/kde-frameworks/syndication/syndication-.ebuild
index bad18a8d40..dfb7b9a519 100644
--- a/kde-frameworks/syndication/syndication-.ebuild
+++ b/kde-frameworks/syndication/syndication-.ebuild
@@ -19,8 +19,5 @@ RDEPEND="
=kde-frameworks/kcodecs-${PVCUT}*:5
 "
 DEPEND="${RDEPEND}
-   test? (
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   )
+   test? ( >=dev-qt/qtnetwork-${QTMIN}:5 )
 "



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_GPG/

2021-03-17 Thread Brian Evans
commit: 55e10974c7c124df4cf7d745da2836d9b510d6c9
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Mar 16 17:53:51 2021 +
Commit: Brian Evans  gentoo  org>
CommitDate: Wed Mar 17 12:28:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55e10974

dev-php/PEAR-Crypt_GPG: Mark as allarches

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/PEAR-Crypt_GPG/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/PEAR-Crypt_GPG/metadata.xml 
b/dev-php/PEAR-Crypt_GPG/metadata.xml
index a023f1bf487..6d24d2bc5e1 100644
--- a/dev-php/PEAR-Crypt_GPG/metadata.xml
+++ b/dev-php/PEAR-Crypt_GPG/metadata.xml
@@ -13,4 +13,5 @@
 pear/Crypt_GPG
 Crypt_GPG
   
+  
 



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

2021-03-17 Thread Andreas Zuber
commit: c5caa98fad8d9650cc4fafd959be199be6174f23
Author: Andreas Zuber  gmx  ch>
AuthorDate: Wed Mar 17 12:23:13 2021 +
Commit: Andreas Zuber  gmx  ch>
CommitDate: Wed Mar 17 12:23:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5caa98f

dev-python/bitbox02: cleanup old version

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andreas Zuber  gmx.ch>

 dev-python/bitbox02/Manifest  |  1 -
 dev-python/bitbox02/bitbox02-5.2.0.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/bitbox02/Manifest b/dev-python/bitbox02/Manifest
index f2321872..f90182ab 100644
--- a/dev-python/bitbox02/Manifest
+++ b/dev-python/bitbox02/Manifest
@@ -1,2 +1 @@
-DIST bitbox02-5.2.0.tar.gz 53182 BLAKE2B 
6794c5c6c8b269316f6ec851b0dfa3646a39bd53e5be8e1364f4e2d8706ff545f43793734cd96339f6761120f3ceb813c871c6e7b847439c2669cc2a4bf89970
 SHA512 
8c804c3ad09308f599cc45ba62a9db43e16f5f4a5a7de848b5e67f8f8f224832792da038ccdb7f91a4fac159c774080df3b44c9ab21ff9525cf9dec231d8ec3f
 DIST bitbox02-5.3.0.tar.gz 54294 BLAKE2B 
acb2188b272787a86643b1884b87441d4753ef3d792a3a400046984a9272635aa8ceac874193e7b85fb73583da2b71a7450802f34a32d529ccd182bcd82d4e4c
 SHA512 
4be284b431ddc5dcf2b774286b7383523f6dc2fda32f95c9676bb2f1ef3f88f692966b31d906e0fa272a92c4e1d3314a2f2e09adca6dab66b75487e0e0b2206f

diff --git a/dev-python/bitbox02/bitbox02-5.2.0.ebuild 
b/dev-python/bitbox02/bitbox02-5.2.0.ebuild
deleted file mode 100644
index 789b578c..
--- a/dev-python/bitbox02/bitbox02-5.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1
-
-DESCRIPTION="Python API for communicating with the BitBox02 device"
-HOMEPAGE="https://github.com/digitalbitbox/bitbox02-firmware;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/base58-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/ecdsa-0.14.0[${PYTHON_USEDEP}]
-   >=dev-python/hidapi-0.7.99[${PYTHON_USEDEP}]
-   >=dev-python/noiseprotocol-0.3.0[${PYTHON_USEDEP}]
-   >=dev-python/protobuf-python-3.7.0[${PYTHON_USEDEP}]
-   >=dev-python/semver-2.8.1[${PYTHON_USEDEP}]
-   >=dev-python/typing-extensions-3.7.4[${PYTHON_USEDEP}]"
-BDEPEND=""



  1   2   >