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

2021-04-21 Thread Sam James
commit: 29b88d85441c058e7489773293407cffba9f47d4
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 07:10:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:49:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b88d85

x11-libs/libdockapp: fix function declaration style (braces)

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 x11-libs/libdockapp/libdockapp-0.7.3.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/x11-libs/libdockapp/libdockapp-0.7.3.ebuild 
b/x11-libs/libdockapp/libdockapp-0.7.3.ebuild
index c5efd97e5a7..bc39205a880 100644
--- a/x11-libs/libdockapp/libdockapp-0.7.3.ebuild
+++ b/x11-libs/libdockapp/libdockapp-0.7.3.ebuild
@@ -26,8 +26,7 @@ FONT_S=${S}/fonts
 FONT_SUFFIX="gz"
 DOCS="README ChangeLog NEWS AUTHORS"
 
-src_configure()
-{
+src_configure() {
# Font installation handled by font eclass
econf \
$(use_enable static-libs static) \
@@ -35,8 +34,7 @@ src_configure()
--without-examples
 }
 
-src_install()
-{
+src_install() {
emake DESTDIR="${D}" install
font_src_install
 }



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

2021-04-21 Thread Sam James
commit: 67fc0e101e14cbe9c2691d9de5246341b49a4216
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 07:10:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:49:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67fc0e10

x11-misc/xgestures: fix function declaration style (braces)

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 x11-misc/xgestures/xgestures-0.4.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-misc/xgestures/xgestures-0.4.ebuild 
b/x11-misc/xgestures/xgestures-0.4.ebuild
index 4e72115627d..6d93d06237a 100644
--- a/x11-misc/xgestures/xgestures-0.4.ebuild
+++ b/x11-misc/xgestures/xgestures-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,7 +26,6 @@ src_install() {
newdoc .gestures gestures
 }
 
-pkg_postinst()
-{
+pkg_postinst() {
elog "Unpack /usr/share/doc/${PF}/gestures* and copy it to 
\$HOME/.gestures"
 }



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

2021-04-21 Thread Sam James
commit: 27b872e5de066288db2bb689869105455345df8e
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:02:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:49:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b872e5

games-rpg/queen: replace eutils with desktop, wrapper

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

 games-rpg/queen/queen-1-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-rpg/queen/queen-1-r1.ebuild 
b/games-rpg/queen/queen-1-r1.ebuild
index e9e011cf339..9b38f5a1084 100644
--- a/games-rpg/queen/queen-1-r1.ebuild
+++ b/games-rpg/queen/queen-1-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
+
+inherit desktop wrapper
 
 DESCRIPTION="Flight of the Amazon Queen - 2D point-and-click adventure game 
set in the 1940s"
 HOMEPAGE="http://scummvm.sourceforge.net/;



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

2021-04-21 Thread Sam James
commit: b6442e9a068cfcc61dc73d19353682e709ca71f8
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:03:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6442e9a

games-rpg/comi: replace eutils with desktop, wrapper

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

 games-rpg/comi/comi-1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-rpg/comi/comi-1.ebuild b/games-rpg/comi/comi-1.ebuild
index 91a25419df7..c236886050b 100644
--- a/games-rpg/comi/comi-1.ebuild
+++ b/games-rpg/comi/comi-1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cdrom estack eutils xdg
+inherit cdrom estack desktop wrapper xdg
 
 DESCRIPTION="The Curse of Monkey Island, the third game in the series"
 HOMEPAGE="https://en.wikipedia.org/wiki/The_Curse_of_Monkey_Island;
 SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${PN}.jpg;
+
 LICENSE="${PN}"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/xosd/files/, x11-libs/xosd/

2021-04-21 Thread Sam James
commit: 7bd49fb87d26921fc3af44af675716c93269e73c
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:24:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd49fb8

x11-libs/xosd: port to EAPI 7, drop epatch and versionator

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

 .../xosd-config-incorrect-dup-filter-fix.patch |  4 +--
 x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild | 32 ++
 2 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch 
b/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch
index 8446297f15c..6aabea7b0d2 100644
--- a/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch
+++ b/x11-libs/xosd/files/xosd-config-incorrect-dup-filter-fix.patch
@@ -3,8 +3,8 @@ https://bugs.gentoo.org/show_bug.cgi?id=286632
 This patch disables reordering and duplicate removing for non-libs arguments, 
thus --param and alike gcc options may be used safe now.
 
 written by Andrew Savchenko
 script/xosd-config.in.orig
-+++ script/xosd-config.in
+--- a/script/xosd-config.in
 b/script/xosd-config.in
 @@ -161,7 +161,6 @@
  fi;;
  *)

diff --git a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild 
b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild
index feb07d82c12..ff2f52b48e3 100644
--- a/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild
+++ b/x11-libs/xosd/xosd-2.2.14_p2_p1.ebuild
@@ -1,18 +1,20 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit epatch autotools versionator
+EAPI=7
 
-MY_PV=$(get_version_component_range 1-3)
-MY_PATCH_MAJ=$(get_version_component_range 4)
-MY_PATCH_MIN=$(get_version_component_range 5)
+inherit autotools
+
+MY_PV=$(ver_cut 1-3)
+MY_PATCH_MAJ=$(ver_cut 5)
+MY_PATCH_MIN=$(ver_cut 7)
 
 DESCRIPTION="Library for overlaying text in X-Windows X-On-Screen-Display"
 HOMEPAGE="https://sourceforge.net/projects/libxosd/;
 SRC_URI="mirror://debian/pool/main/x/xosd/${PN}_${MY_PV}.orig.tar.gz

mirror://debian/pool/main/x/xosd/${PN}_${MY_PV}-${MY_PATCH_MAJ/p/}.${MY_PATCH_MIN/p/}.debian.tar.xz
http://digilander.libero.it/dgp85/gentoo/${PN}-gentoo-m4-1.tar.bz2;
+S="${WORKDIR}"/${PN}-${MY_PV}
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -24,22 +26,28 @@ RDEPEND="x11-libs/libX11
x11-libs/libXt
media-fonts/font-misc-misc"
 DEPEND="${RDEPEND}
-   virtual/pkgconfig
x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"
 
 DOCS=(
AUTHORS ChangeLog NEWS README TODO
 )
-S=${WORKDIR}/${PN}-${MY_PV}
 
-src_prepare() {
-   epatch "${WORKDIR}"/debian/patches/*.diff
+PATCHES=(
+   "${WORKDIR}"/debian/patches/20_underquoted_definition.diff
+   "${WORKDIR}"/debian/patches/25_fix_mangapges.diff
+   "${WORKDIR}"/debian/patches/30_aclocal.diff
+   "${WORKDIR}"/debian/patches/328676.diff
+   "${WORKDIR}"/debian/patches/35_beep_media_player.diff
+   "${WORKDIR}"/debian/patches/54_fix_man_makefile.diff
# bug #286632
-   epatch "${FILESDIR}"/"${PN}"-config-incorrect-dup-filter-fix.patch
+   "${FILESDIR}"/${PN}-config-incorrect-dup-filter-fix.patch
+)
 
-   eapply_user
+src_prepare() {
+   default
 
-   AT_M4DIR="${WORKDIR}/m4" eautoreconf
+   AT_M4DIR="${WORKDIR}"/m4 eautoreconf
 }
 
 src_configure() {



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

2021-04-21 Thread Sam James
commit: 6394b3039b45240cc0d161ec1664ea608db40df4
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:16:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6394b303

gnome-extra/libgda: drop epatch

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

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

diff --git a/gnome-extra/libgda/libgda-5.2.9.ebuild 
b/gnome-extra/libgda/libgda-5.2.9.ebuild
index 33969ae9376..ac392e8d05d 100644
--- a/gnome-extra/libgda/libgda-5.2.9.ebuild
+++ b/gnome-extra/libgda/libgda-5.2.9.ebuild
@@ -6,7 +6,7 @@ GNOME2_LA_PUNT="yes"
 GNOME2_EAUTORECONF="yes"
 VALA_USE_DEPEND="vapigen"
 
-inherit db-use epatch flag-o-matic gnome2 java-pkg-opt-2 vala
+inherit db-use flag-o-matic gnome2 java-pkg-opt-2 vala
 
 DESCRIPTION="GNOME database access library"
 HOMEPAGE="https://www.gnome-db.org/;



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

2021-04-21 Thread Sam James
commit: 6e3cb0fb48db41a73bc6c2981f80315923002138
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:31:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e3cb0fb

net-misc/ntpsec: drop epatch

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

 net-misc/ntpsec/ntpsec-1.1.9.ebuild| 6 +++---
 net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild | 8 
 net-misc/ntpsec/ntpsec-.ebuild | 6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net-misc/ntpsec/ntpsec-1.1.9.ebuild 
b/net-misc/ntpsec/ntpsec-1.1.9.ebuild
index 9ac6c89d595..0cfaff72ab5 100644
--- a/net-misc/ntpsec/ntpsec-1.1.9.ebuild
+++ b/net-misc/ntpsec/ntpsec-1.1.9.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python3_{7,8} )
 PYTHON_REQ_USE='threads(+)'
 
-inherit epatch flag-o-matic python-r1 waf-utils systemd
+inherit flag-o-matic python-r1 waf-utils systemd
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
@@ -66,9 +66,9 @@ WAF_BINARY="${S}/waf"
 src_prepare() {
default
# Remove autostripping of binaries
-   sed -i -e '/Strip binaries/d' wscript
+   sed -i -e '/Strip binaries/d' wscript || die
if ! use libbsd ; then
-   epatch "${FILESDIR}/${PN}-no-bsd.patch"
+   eapply "${FILESDIR}/${PN}-no-bsd.patch"
fi
python_copy_sources
 }

diff --git a/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild 
b/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild
index f63dc7958aa..efc382f1edd 100644
--- a/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild
+++ b/net-misc/ntpsec/ntpsec-1.2.0-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6..9} )
 PYTHON_REQ_USE='threads(+)'
 DISTUTILS_USE_SETUPTOOLS=no
 
-inherit epatch distutils-r1 flag-o-matic waf-utils systemd
+inherit distutils-r1 flag-o-matic waf-utils systemd
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
@@ -68,12 +68,12 @@ WAF_BINARY="${S}/waf"
 src_prepare() {
default
# Remove autostripping of binaries
-   sed -i -e '/Strip binaries/d' wscript
+   sed -i -e '/Strip binaries/d' wscript || die
if ! use libbsd ; then
-   epatch "${FILESDIR}/${PN}-no-bsd.patch"
+   eapply "${FILESDIR}/${PN}-no-bsd.patch"
fi
# remove extra default pool servers
-   sed -i '/use-pool/s/^/#/' "${S}"/etc/ntp.d/default.conf
+   sed -i '/use-pool/s/^/#/' "${S}"/etc/ntp.d/default.conf || die
 
python_copy_sources
 }

diff --git a/net-misc/ntpsec/ntpsec-.ebuild 
b/net-misc/ntpsec/ntpsec-.ebuild
index c1244770794..361635d422b 100644
--- a/net-misc/ntpsec/ntpsec-.ebuild
+++ b/net-misc/ntpsec/ntpsec-.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 PYTHON_COMPAT=( python3_{7,8} )
 PYTHON_REQ_USE='threads(+)'
 
-inherit epatch flag-o-matic python-r1 waf-utils systemd
+inherit flag-o-matic python-r1 waf-utils systemd
 
 if [[ ${PV} == ** ]]; then
inherit git-r3
@@ -61,9 +61,9 @@ WAF_BINARY="${S}/waf"
 src_prepare() {
default
# Remove autostripping of binaries
-   sed -i -e '/Strip binaries/d' wscript
+   sed -i -e '/Strip binaries/d' wscript || die
if ! use libbsd ; then
-   epatch "${FILESDIR}/${PN}-no-bsd.patch"
+   eapply "${FILESDIR}/${PN}-no-bsd.patch"
fi
python_copy_sources
 }



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

2021-04-21 Thread Sam James
commit: 6535d34b53d50fe55b67a29391cdaf3e977991e7
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 10:20:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6535d34b

sys-fs/multipath-tools: drop duplicate toolchain-funcs inherit

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

 sys-fs/multipath-tools/multipath-tools-0.8.3-r2.ebuild | 4 ++--
 sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild| 4 ++--
 sys-fs/multipath-tools/multipath-tools-0.8.6.ebuild| 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-fs/multipath-tools/multipath-tools-0.8.3-r2.ebuild 
b/sys-fs/multipath-tools/multipath-tools-0.8.3-r2.ebuild
index ab5b8e5272a..2949cba6cbb 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.8.3-r2.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.8.3-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-inherit linux-info systemd toolchain-funcs udev vcs-snapshot toolchain-funcs
+inherit linux-info systemd toolchain-funcs udev vcs-snapshot
 
 DESCRIPTION="Device mapper target autoconfig"
 HOMEPAGE="http://christophe.varoqui.free.fr/;

diff --git a/sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild 
b/sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild
index cd850ca74ae..963e074a5ac 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.8.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-inherit linux-info systemd toolchain-funcs udev vcs-snapshot toolchain-funcs
+inherit linux-info systemd toolchain-funcs udev vcs-snapshot
 
 DESCRIPTION="Device mapper target autoconfig"
 HOMEPAGE="http://christophe.varoqui.free.fr/;

diff --git a/sys-fs/multipath-tools/multipath-tools-0.8.6.ebuild 
b/sys-fs/multipath-tools/multipath-tools-0.8.6.ebuild
index 94634cdaa2a..ba7a9c7725f 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.8.6.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.8.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit linux-info systemd toolchain-funcs udev toolchain-funcs
+inherit linux-info systemd toolchain-funcs udev
 
 DESCRIPTION="Device mapper target autoconfig"
 HOMEPAGE="http://christophe.varoqui.free.fr/;



[gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/, app-office/gnucash/files/

2021-04-21 Thread Sam James
commit: 0201ab9e0d9fda7f8b440fc64f10849091fdd4c4
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 10:04:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0201ab9e

app-office/gnucash: move glib patch to devspace (fix SizeViolation)

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

 app-office/gnucash/Manifest|1 +
 .../gnucash-4.4-Fix-build-with-glib-2.68.patch | 2372 
 app-office/gnucash/gnucash-4.4.ebuild  |3 +-
 3 files changed, 3 insertions(+), 2373 deletions(-)

diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index bb1d7607c5d..d1579bd653d 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -1 +1,2 @@
+DIST gnucash-4.4-Fix-build-with-glib-2.68.patch.xz 9120 BLAKE2B 
b04cc859ab2817b69e9a5b3b92d73dd16aa4b3264202d0d089c80251a9ead5f459c6918fc605fda50e98db01d81dc4691ae58d7ff2eb4dad8c805edb523e36eb
 SHA512 
3aea6195f47ed4c3ca395f10b7575bcabf8f5dcb185b938ece19a518de0f0bd18e9bbe19b84eca8ec99e3a076745e441f3d47d894049f0cfb88168723338fbf0
 DIST gnucash-4.4.tar.bz2 14430959 BLAKE2B 
7a9e04957919a99e083dd5c1ac04150f77ab64eef277c0cd63ef90ade4a82875447f291d4f14499a14e987a86a7b7615d4a3cbb79a980be7022cb4f511b71368
 SHA512 
5882e5a91081bb9279ac5dc8798352cb15ebb934d1d37c6d6639244602108e067ece5b7f51ba32c9c413c1469d08ca32a73369e6af34e41c3ef704033c71f336

diff --git 
a/app-office/gnucash/files/gnucash-4.4-Fix-build-with-glib-2.68.patch 
b/app-office/gnucash/files/gnucash-4.4-Fix-build-with-glib-2.68.patch
deleted file mode 100644
index 1efa793db3a..000
--- a/app-office/gnucash/files/gnucash-4.4-Fix-build-with-glib-2.68.patch
+++ /dev/null
@@ -1,2372 +0,0 @@
-From ca76877e8e72a1e716e084eac6953e53ba1ed428 Mon Sep 17 00:00:00 2001
-From: Bill Nottingham 
-Date: Sat, 13 Feb 2021 16:35:27 -0500
-Subject: [PATCH] Fix build with glib 2.68
-
-c0f2c3ae2 ("Fix build with glib2 2.67.x.")
-7a7c26f87 ("Move glib and gtk includes out of extern C for tests.")
-1dd426e31 ("Potentially fix CI test on Arch related to glib and c++")
-cb0436501 ("More fixes for Arch ci failure")
-e9dfd0d9e ("Still more fixes for Arch ci failure")
-c49b45d8f ("Finish the glib 2.67 fixes for CI tests.")

- bindings/guile/test/test-scm-query.cpp|  4 ++--
- gnucash/gnome-utils/gnc-amount-edit.h |  2 ++
- gnucash/gnome-utils/gnc-tree-model-commodity.c|  1 +
- gnucash/gnome/assistant-loan.cpp  |  5 +++--
- gnucash/import-export/csv-imp/gnc-imp-props-price.cpp |  6 +++---
- gnucash/import-export/csv-imp/gnc-imp-props-tx.cpp|  5 +++--
- .../test/test-import-pending-matches.cpp  |  5 +++--
- gnucash/register/register-gnome/datecell-gnome.c  |  1 +
- libgnucash/app-utils/gnc-sx-instance-model.c  |  1 +
- libgnucash/app-utils/gnc-ui-balances.c|  1 +
- libgnucash/app-utils/test/test-autoclear.cpp  |  2 +-
- libgnucash/app-utils/test/test-option-util.cpp|  7 ---
- libgnucash/app-utils/test/test-print-parse-amount.cpp |  5 +++--
- libgnucash/app-utils/test/test-print-queries.cpp  |  6 +++---
- libgnucash/app-utils/test/test-scm-query-string.cpp   |  7 +++
- libgnucash/app-utils/test/test-sx.cpp |  5 +++--
- libgnucash/backend/dbi/gnc-backend-dbi.cpp|  7 ---
- libgnucash/backend/dbi/test/test-backend-dbi.cpp  |  2 +-
- libgnucash/backend/sql/gnc-address-sql.cpp|  4 ++--
- libgnucash/backend/sql/gnc-book-sql.cpp   |  4 ++--
- libgnucash/backend/sql/gnc-customer-sql.cpp   |  3 ++-
- libgnucash/backend/sql/gnc-employee-sql.cpp   |  2 +-
- libgnucash/backend/sql/gnc-entry-sql.cpp  |  2 +-
- libgnucash/backend/sql/gnc-job-sql.cpp|  2 +-
- libgnucash/backend/sql/gnc-price-sql.cpp  |  3 +--
- libgnucash/backend/sql/gnc-recurrence-sql.cpp |  3 +--
- libgnucash/backend/sql/gnc-schedxaction-sql.cpp   |  4 ++--
- libgnucash/backend/sql/gnc-vendor-sql.cpp |  4 ++--
- libgnucash/backend/sql/test/test-sqlbe.cpp|  3 ++-
- libgnucash/backend/sql/test/utest-gnc-backend-sql.cpp |  3 ++-
- libgnucash/backend/xml/gnc-account-xml-v2.cpp |  4 ++--
- libgnucash/backend/xml/gnc-address-xml-v2.cpp |  4 ++--
- libgnucash/backend/xml/gnc-backend-xml.cpp|  7 ---
- libgnucash/backend/xml/gnc-bill-term-xml-v2.cpp   |  2 --
- libgnucash/backend/xml/gnc-book-xml-v2.cpp|  4 ++--
- libgnucash/backend/xml/gnc-budget-xml-v2.cpp  |  4 ++--
- libgnucash/backend/xml/gnc-commodity-xml-v2.cpp   |  4 ++--
- libgnucash/backend/xml/gnc-customer-xml-v2.cpp|  4 ++--
- libgnucash/backend/xml/gnc-employee-xml-v2.cpp|  3 +--
- libgnucash/backend/xml/gnc-entry-xml-v2.cpp   |  4 ++--
- 

[gentoo-commits] repo/gentoo:master commit in: games-util/xgame/

2021-04-21 Thread Sam James
commit: 6a97f7509adce3fb884d016af971e25c2c2ec693
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:01:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:49:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a97f750

games-util/xgame: update EAPI 6 -> 7

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

 games-util/xgame/xgame-1.7.1-r1.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/games-util/xgame/xgame-1.7.1-r1.ebuild 
b/games-util/xgame/xgame-1.7.1-r1.ebuild
index 22754c67d80..28d561192e8 100644
--- a/games-util/xgame/xgame-1.7.1-r1.ebuild
+++ b/games-util/xgame/xgame-1.7.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Run games in a separate X session"
 HOMEPAGE="http://xgame.tlhiv.com/;
@@ -10,9 +10,7 @@ SRC_URI="http://downloads.tlhiv.com/xgame/${P}.tar.gz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND=
 RDEPEND="dev-lang/perl"
 
 src_install() {



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

2021-04-21 Thread Sam James
commit: a40e7a3c3115ada8145d959112bbe5759e1ea92c
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 10:21:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40e7a3c

dev-util/geany: replace eutils with l10n

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

 dev-util/geany/geany-1.36.ebuild   | 5 ++---
 dev-util/geany/geany-1.37.1.ebuild | 3 +--
 dev-util/geany/geany-1.37.ebuild   | 5 ++---
 dev-util/geany/geany-.ebuild   | 5 ++---
 4 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/dev-util/geany/geany-1.36.ebuild b/dev-util/geany/geany-1.36.ebuild
index c9a5abee51e..362f635821b 100644
--- a/dev-util/geany/geany-1.36.ebuild
+++ b/dev-util/geany/geany-1.36.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-# eutils required for strip-linguas
-inherit eutils xdg
+inherit l10n xdg
 
 LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja 
kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
 NOSHORTLANGS="en_GB zh_CN zh_TW"

diff --git a/dev-util/geany/geany-1.37.1.ebuild 
b/dev-util/geany/geany-1.37.1.ebuild
index 82a87ba680c..fe24ef064d0 100644
--- a/dev-util/geany/geany-1.37.1.ebuild
+++ b/dev-util/geany/geany-1.37.1.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-# eutils required for strip-linguas
-inherit eutils xdg
+inherit l10n xdg
 
 LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja 
kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
 NOSHORTLANGS="en_GB zh_CN zh_TW"

diff --git a/dev-util/geany/geany-1.37.ebuild b/dev-util/geany/geany-1.37.ebuild
index 2dde606ada7..11a1929d585 100644
--- a/dev-util/geany/geany-1.37.ebuild
+++ b/dev-util/geany/geany-1.37.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-# eutils required for strip-linguas
-inherit eutils xdg
+inherit l10n xdg
 
 LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja 
kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
 NOSHORTLANGS="en_GB zh_CN zh_TW"

diff --git a/dev-util/geany/geany-.ebuild b/dev-util/geany/geany-.ebuild
index 2dde606ada7..11a1929d585 100644
--- a/dev-util/geany/geany-.ebuild
+++ b/dev-util/geany/geany-.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-# eutils required for strip-linguas
-inherit eutils xdg
+inherit l10n xdg
 
 LANGS="ar ast be bg ca cs de el en_GB es et eu fa fi fr gl he hi hu id it ja 
kk ko ku lb lt mn nl nn pl pt pt_BR ro ru sk sl sr sv tr uk vi zh_CN ZH_TW"
 NOSHORTLANGS="en_GB zh_CN zh_TW"



[gentoo-commits] repo/gentoo:master commit in: app-cdr/cdrtools/, app-cdr/cdrtools/files/

2021-04-21 Thread Sam James
commit: 040e0d457b34e9ea489946cc38ceb9e5e41ff8dd
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:27:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=040e0d45

app-cdr/cdrtools: drop no-op epatch

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

 app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild  | 2 +-
 app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild 
b/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
index 36550e7b64e..f11ca585ee0 100644
--- a/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
+++ b/app-cdr/cdrtools/cdrtools-3.02_alpha09.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
# going to include this so let's try to carry it forward.
# Contact me if it needs updating.  Bug #486782.
# Anthony G. Basile .
-   use elibc_uclibc && epatch "${FILESDIR}"/${PN}-fix-clone-uclibc.patch
+   use elibc_uclibc && eapply "${FILESDIR}"/${PN}-fix-clone-uclibc.patch
 
# Remove profiled make files.
find -name '*_p.mk' -delete || die "delete *_p.mk"

diff --git a/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch 
b/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch
index 9ffd28a5ba5..4ba244bf32b 100644
--- a/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch
+++ b/app-cdr/cdrtools/files/cdrtools-fix-clone-uclibc.patch
@@ -1,6 +1,5 @@
-diff -Naur cdrtools-3.02.orig/readcd/readcd.c cdrtools-3.02/readcd/readcd.c
 cdrtools-3.02.orig/readcd/readcd.c 2016-01-24 11:15:19.0 -0500
-+++ cdrtools-3.02/readcd/readcd.c  2016-04-09 12:29:54.727635502 -0400
+--- a/readcd/readcd.c
 b/readcd/readcd.c
 @@ -257,7 +257,7 @@
  BOOL  pifscan;
  BOOL  plot;



[gentoo-commits] repo/gentoo:master commit in: games-action/xbomber/

2021-04-21 Thread Sam James
commit: 5085200979d9602e1931d82f87bb75a1edab45cd
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:05:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50852009

games-action/xbomber: update EAPI 6 -> 7, respect CC

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

 games-action/xbomber/xbomber-101-r1.ebuild | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/games-action/xbomber/xbomber-101-r1.ebuild 
b/games-action/xbomber/xbomber-101-r1.ebuild
index 2757b322f5d..c6c7c8ab406 100644
--- a/games-action/xbomber/xbomber-101-r1.ebuild
+++ b/games-action/xbomber/xbomber-101-r1.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
+inherit toolchain-funcs
 
 DESCRIPTION="Bomberman clone w/multiplayer support"
 HOMEPAGE="http://www.xdr.com/dash/bomber.html;
@@ -10,7 +12,6 @@ SRC_URI="http://www.xdr.com/dash/${P}.tgz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="x11-libs/libX11"
 RDEPEND="!sci-biology/emboss
@@ -39,9 +40,17 @@ src_prepare() {
-e "s:=\"data\":=\"/usr/share/${PN}\":" sound.c || die
 }
 
+src_compile() {
+   tc-export CC
+
+   emake
+}
+
 src_install() {
dobin matcher bomber
+
insinto /usr/share/${PN}
doins -r data/*
+
dodoc README Changelog
 }



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/bt747/, sci-geosciences/bt747/files/

2021-04-21 Thread Sam James
commit: 92250e7e113833d5a3d30b0f2f4c8524a743
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:50:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9225

sci-geosciences/bt747: drop epatch

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

 sci-geosciences/bt747/bt747-2.1.7-r2.ebuild| 4 ++--
 sci-geosciences/bt747/files/jchart2d-3.2.patch | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild 
b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild
index 4e7c78038fa..72062ed3a7c 100644
--- a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild
+++ b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit epatch java-pkg-2 java-ant-2
+inherit desktop java-pkg-2 java-ant-2
 
 DESCRIPTION="MTK GPS Datalogger Device Control"
 HOMEPAGE="https://www.bt747.org;
@@ -46,7 +46,7 @@ S="${WORKDIR}"
 
 src_prepare() {
# Fix for newer jchart2d.
-   epatch "${FILESDIR}/jchart2d-3.2.patch"
+   eapply "${FILESDIR}/jchart2d-3.2.patch"
 
# Remove all the bundled stuff.
rm -rv dist/ lib/ || die

diff --git a/sci-geosciences/bt747/files/jchart2d-3.2.patch 
b/sci-geosciences/bt747/files/jchart2d-3.2.patch
index 8f81a5a4a59..c1dfe9fb285 100644
--- a/sci-geosciences/bt747/files/jchart2d-3.2.patch
+++ b/sci-geosciences/bt747/files/jchart2d-3.2.patch
@@ -1,5 +1,5 @@
 src_j2se/net/sf/bt747/j2se/app/trackgraph/TrackDisplay.java.orig   
2010-03-08 22:15:41.0 +
-+++ src_j2se/net/sf/bt747/j2se/app/trackgraph/TrackDisplay.java
2016-02-10 22:17:02.188118721 +
+--- a/src_j2se/net/sf/bt747/j2se/app/trackgraph/TrackDisplay.java
 b/src_j2se/net/sf/bt747/j2se/app/trackgraph/TrackDisplay.java
 @@ -46,9 +46,9 @@
  heightAxis.getAxisTitle().setTitle("Height");
  speedAxis.getAxisTitle().setTitle("Speed");



[gentoo-commits] repo/gentoo:master commit in: dev-java/ini4j/

2021-04-21 Thread Sam James
commit: 0917f8d8022a4d9b7d52c82da29ad9f624dfb02c
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:41:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0917f8d8

dev-java/ini4j: drop epatch

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

 dev-java/ini4j/ini4j-0.5.2.ebuild | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/dev-java/ini4j/ini4j-0.5.2.ebuild 
b/dev-java/ini4j/ini4j-0.5.2.ebuild
index b67539328bb..adbc494a474 100644
--- a/dev-java/ini4j/ini4j-0.5.2.ebuild
+++ b/dev-java/ini4j/ini4j-0.5.2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 JAVA_PKG_IUSE="doc source"
 
-inherit epatch java-pkg-2 java-pkg-simple
+inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Simple Java API Windows style .ini file handling"
 HOMEPAGE="http://ini4j.sourceforge.net/;
@@ -21,7 +21,12 @@ RDEPEND="
 DEPEND="
>=virtual/jdk-1.6"
 
+PATCHES=(
+   "${FILESDIR}"/${P}-remove.patch
+)
+
 src_prepare() {
default
-   epatch "${FILESDIR}"/"${P}-remove.patch"
+
+   java-pkg-2_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: dev-scheme/kawa/

2021-04-21 Thread Sam James
commit: 34f062672be4112eb2bb404757c084dd5d40b2b4
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:48:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f06267

dev-scheme/kawa: drop epatch

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

 dev-scheme/kawa/kawa-1.14-r2.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-scheme/kawa/kawa-1.14-r2.ebuild 
b/dev-scheme/kawa/kawa-1.14-r2.ebuild
index 64d81462679..b4e6737db22 100644
--- a/dev-scheme/kawa/kawa-1.14-r2.ebuild
+++ b/dev-scheme/kawa/kawa-1.14-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 JAVA_PKG_IUSE="source"
 
-inherit epatch java-pkg-2
+inherit java-pkg-2
 
 DESCRIPTION="Kawa, the Java-based Scheme system & Language Framework"
 HOMEPAGE="https://www.gnu.org/software/kawa/;
@@ -36,6 +36,10 @@ RDEPEND="
 
 xtestsuite="XQTS_${XQTS_Ver}"
 
+PATCHES=(
+   "${FILESDIR}"/${P}.patch
+)
+
 src_unpack() {
unpack kawa-${PV}.tar.gz || die
if use xqtests; then
@@ -46,7 +50,9 @@ src_unpack() {
 }
 
 src_prepare() {
-   epatch "${FILESDIR}"/${P}.patch
+   default
+
+   java-pkg-2_src_prepare
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: www-apps/chromedriver-bin/

2021-04-21 Thread Sam James
commit: f843c7900965777b328464d8bc1838f1fd172df8
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 07:10:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:49:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f843c790

www-apps/chromedriver-bin: fix function declaration style (braces)

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild 
b/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
index 894c3d02983..7c2aac12ffe 100644
--- a/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
+++ b/www-apps/chromedriver-bin/chromedriver-bin-90.0.4430.24.ebuild
@@ -21,7 +21,6 @@ RDEPEND="!www-client/chromium
 S="${WORKDIR}"
 QA_PREBUILT="usr/bin/chromedriver"
 
-src_install()
-{
+src_install() {
dobin chromedriver
 }



[gentoo-commits] repo/gentoo:master commit in: app-i18n/scim-anthy/

2021-04-21 Thread Sam James
commit: 3da0e2971956c17eb4fccbb37bc92c51a0b9b145
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:29:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da0e297

app-i18n/scim-anthy: drop epatch

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

 app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild 
b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
index 4532e744ba5..46e72aaa015 100644
--- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
+++ b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools epatch
+inherit autotools
 
 DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
 
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy;
@@ -30,9 +30,9 @@ src_prepare() {
default
 
if use gtk3; then
-   EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch
+   eapply "${WORKDIR}"/patches/*.patch
else
-   epatch "${DISTDIR}/${P}-gtk2_build.patch"
+   eapply "${DISTDIR}"/${P}-gtk2_build.patch
fi
 
eautoreconf



[gentoo-commits] repo/gentoo:master commit in: games-misc/funny-manpages/

2021-04-21 Thread Sam James
commit: fdc6d6ab948c9732478d9135336c94f90d1186d6
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:07:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc6d6ab

games-misc/funny-manpages: update EAPI 6 -> 7

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

 games-misc/funny-manpages/funny-manpages-2.3.ebuild | 13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/games-misc/funny-manpages/funny-manpages-2.3.ebuild 
b/games-misc/funny-manpages/funny-manpages-2.3.ebuild
index d8bd6f0300d..a2effd00e0c 100644
--- a/games-misc/funny-manpages/funny-manpages-2.3.ebuild
+++ b/games-misc/funny-manpages/funny-manpages-2.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_R="${PV:0-1}"
 MY_P="${PN}_${PV/_p?/}"
@@ -9,21 +9,20 @@ DESCRIPTION="funny manpages collected from various sources"
 HOMEPAGE="https://www.debian.org/;
 SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz"
 
-if [[ "${PV}" = *_p* ]] ; then
+if [[ "${PV}" == *_p* ]] ; then
SRC_URI+=" 
mirror://debian/pool/main/f/funny-manpages/${MY_P}-${MY_R}.diff.gz"
 fi
 
+S="${WORKDIR}/${PN}/man"
+
 LICENSE="freedist" #465704
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86"
-IUSE=""
 
 RDEPEND="virtual/man"
 
-S="${WORKDIR}/${PN}/man"
-
 src_prepare() {
-   if [[ "${PV}" = *_p* ]] ; then
+   if [[ "${PV}" == *_p* ]] ; then
eapply "${WORKDIR}"/${MY_P}-${MY_R}.diff
fi
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/s6-linux-init/

2021-04-21 Thread Sam James
commit: 2a403b312da74ff860badb3bd5b44e0e1b2af499
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 07:10:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:49:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a403b31

sys-apps/s6-linux-init: fix function declaration style (braces)

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-apps/s6-linux-init/s6-linux-init-0.3.1.1.ebuild | 5 ++---
 sys-apps/s6-linux-init/s6-linux-init-0.4.0.0.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-apps/s6-linux-init/s6-linux-init-0.3.1.1.ebuild 
b/sys-apps/s6-linux-init/s6-linux-init-0.3.1.1.ebuild
index d94588ab510..fe8fbf9cdc5 100644
--- a/sys-apps/s6-linux-init/s6-linux-init-0.3.1.1.ebuild
+++ b/sys-apps/s6-linux-init/s6-linux-init-0.3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -55,8 +55,7 @@ src_configure() {
$(use_enable static static-libc)
 }
 
-pkg_postinst()
-{
+pkg_postinst() {
einfo "The generated init script requires additional packages."
einfo "Read ${ROOT}usr/share/doc/${PF}/INSTALL for details."
 }

diff --git a/sys-apps/s6-linux-init/s6-linux-init-0.4.0.0.ebuild 
b/sys-apps/s6-linux-init/s6-linux-init-0.4.0.0.ebuild
index f1878d4e465..769ec2dd047 100644
--- a/sys-apps/s6-linux-init/s6-linux-init-0.4.0.0.ebuild
+++ b/sys-apps/s6-linux-init/s6-linux-init-0.4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -55,8 +55,7 @@ src_configure() {
$(use_enable static static-libc)
 }
 
-pkg_postinst()
-{
+pkg_postinst() {
einfo "The generated init script requires additional packages."
einfo "Read ${ROOT}usr/share/doc/${PF}/INSTALL for details."
 }



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

2021-04-21 Thread Sam James
commit: 4eb645e6e68f8d3a31e290dd01ac8fb8a2e2d09c
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:14:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb645e6

dev-lang/gprolog: drop epatch

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

 dev-lang/gprolog/gprolog-1.4.5.ebuild | 18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-lang/gprolog/gprolog-1.4.5.ebuild 
b/dev-lang/gprolog/gprolog-1.4.5.ebuild
index 500e990fa48..5892e1fbf17 100644
--- a/dev-lang/gprolog/gprolog-1.4.5.ebuild
+++ b/dev-lang/gprolog/gprolog-1.4.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit epatch flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="A native Prolog compiler with constraint solving over finite 
domains (FD)"
 HOMEPAGE="http://www.gprolog.org/;
@@ -15,15 +15,13 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="debug doc examples"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-ldflags.patch
-   epatch "${FILESDIR}"/${P}-links.patch
-   epatch "${FILESDIR}"/${P}-nodocs.patch
-   epatch "${FILESDIR}"/${P}-txt-file.patch
-   epatch "${FILESDIR}"/${P}-check-boot.patch
-
-   eapply_user
-}
+PATCHES=(
+   "${FILESDIR}"/${P}-ldflags.patch
+   "${FILESDIR}"/${P}-links.patch
+   "${FILESDIR}"/${P}-nodocs.patch
+   "${FILESDIR}"/${P}-txt-file.patch
+   "${FILESDIR}"/${P}-check-boot.patch
+)
 
 src_configure() {
CFLAGS_MACHINE="`get-flag -march` `get-flag -mcpu` `get-flag -mtune`"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/tagainijisho/

2021-04-21 Thread Sam James
commit: 6bfd69e43c3dd03db4f7e06853fa2e11687f8e10
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 06:29:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bfd69e4

app-i18n/tagainijisho: Revert "drop superfluous PROPERTIES="live""

* Add comment explaining need for PROPERTIES="live" given its rarity
* This reverts commit 5a2dbc07adb6a2dd0e9738c8855eea398331507a.

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

 .../tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild | 6 +-
 .../tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild | 6 +-
 .../tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild | 4 
 app-i18n/tagainijisho/tagainijisho-.ebuild  | 4 
 4 files changed, 18 insertions(+), 2 deletions(-)

diff --git 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
index e3719be1fcf..9ddc9a9aa0c 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2014-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -49,6 +49,10 @@ LICENSE="GPL-3+ public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+if [[ "${PV}" ==  ]]; then
+   # We wget dictionary files in addition to using git
+   PROPERTIES="live"
+fi
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND=">=dev-db/sqlite-3.12:3

diff --git 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
index e3719be1fcf..9ddc9a9aa0c 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2014-2021 Gentoo Authors
+# Copyright 2014-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -49,6 +49,10 @@ LICENSE="GPL-3+ public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+if [[ "${PV}" ==  ]]; then
+   # We wget dictionary files in addition to using git
+   PROPERTIES="live"
+fi
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND=">=dev-db/sqlite-3.12:3

diff --git 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
index 5a5121af5a2..0c1d1c997d0 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
@@ -49,6 +49,10 @@ LICENSE="GPL-3+ public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
+if [[ "${PV}" ==  ]]; then
+   # We wget dictionary files in addition to using git
+   PROPERTIES="live"
+fi
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND=">=dev-db/sqlite-3.12:3

diff --git a/app-i18n/tagainijisho/tagainijisho-.ebuild 
b/app-i18n/tagainijisho/tagainijisho-.ebuild
index 20264ad5e36..f40dcd4a293 100644
--- a/app-i18n/tagainijisho/tagainijisho-.ebuild
+++ b/app-i18n/tagainijisho/tagainijisho-.ebuild
@@ -49,6 +49,10 @@ LICENSE="GPL-3+ public-domain"
 SLOT="0"
 KEYWORDS=""
 IUSE=""
+if [[ "${PV}" ==  ]]; then
+   # We wget dictionary files in addition to using git
+   PROPERTIES="live"
+fi
 
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND=">=dev-db/sqlite-3.12:3



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

2021-04-21 Thread Sam James
commit: 587ed70e0ef1cd93bf48d52b71e466aafcf6a857
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:15:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=587ed70e

dev-lang/logtalk: drop epatch

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

 dev-lang/logtalk/logtalk-3.36.0.ebuild | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/dev-lang/logtalk/logtalk-3.36.0.ebuild 
b/dev-lang/logtalk/logtalk-3.36.0.ebuild
index 130065d0fb4..51b8770f7e8 100644
--- a/dev-lang/logtalk/logtalk-3.36.0.ebuild
+++ b/dev-lang/logtalk/logtalk-3.36.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit epatch xdg-utils
+inherit xdg-utils
 
 DESCRIPTION="Open source object-oriented logic programming language"
 HOMEPAGE="https://logtalk.org;
@@ -19,22 +19,20 @@ RDEPEND="${DEPEND}
xslt? ( dev-libs/libxslt )
fop? ( dev-java/fop )"
 
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-portage.patch
-
-   eapply_user
-}
+PATCHES=(
+   "${FILESDIR}"/${P}-portage.patch
+)
 
 src_install() {
# Look at scripts/install.sh for upstream installation process.
# Install logtalk base
mv scripts/logtalk_user_setup.sh integration/
-   mkdir -p "${D}/usr/share/${P}"
+   mkdir -p "${ED}/usr/share/${P}" || die
cp -r adapters coding contributions core docs examples integration \
library manuals paths scratch tests tools VERSION.txt \
loader-sample.lgt settings-sample.lgt tester-sample.lgt \
tests-sample.lgt \
-   "${D}/usr/share/${P}" \
+   "${ED}/usr/share/${P}" \
|| die "Failed to install files"
 
# Install mime file, the database will be updated later



[gentoo-commits] repo/gentoo:master commit in: dev-java/xerces/

2021-04-21 Thread Sam James
commit: 409f0a29abe8d343260037281297460d21740505
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 09:44:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409f0a29

dev-java/xerces: drop epatch

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

 dev-java/xerces/xerces-2.12.0.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-java/xerces/xerces-2.12.0.ebuild 
b/dev-java/xerces/xerces-2.12.0.ebuild
index f6999004625..638b1ea00e7 100644
--- a/dev-java/xerces/xerces-2.12.0.ebuild
+++ b/dev-java/xerces/xerces-2.12.0.ebuild
@@ -41,8 +41,12 @@ JAVA_GENTOO_CLASSPATH="
 
 S="${WORKDIR}"
 
+PATCHES=(
+   "${FILESDIR}/${P}-overrides.patch"
+)
+
 src_prepare() {
default
 
-   epatch "${FILESDIR}/${P}-overrides.patch"
+   java-pkg-2_src_prepare
 }



[gentoo-commits] repo/gentoo:master commit in: media-fonts/ttf-bitstream-vera/

2021-04-21 Thread Sam James
commit: c14bf55e353df28ec591cfb2bfcba907a4ba1d81
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 10:15:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:50:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c14bf55e

media-fonts/ttf-bitstream-vera: fix StaticSrcUri

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

 media-fonts/ttf-bitstream-vera/ttf-bitstream-vera-1.10-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/ttf-bitstream-vera/ttf-bitstream-vera-1.10-r3.ebuild 
b/media-fonts/ttf-bitstream-vera/ttf-bitstream-vera-1.10-r3.ebuild
index db509cf9d11..944334b2f1f 100644
--- a/media-fonts/ttf-bitstream-vera/ttf-bitstream-vera-1.10-r3.ebuild
+++ b/media-fonts/ttf-bitstream-vera/ttf-bitstream-vera-1.10-r3.ebuild
@@ -7,7 +7,7 @@ inherit font
 
 DESCRIPTION="Bitstream Vera font family"
 HOMEPAGE="https://www.gnome.org/fonts/;
-SRC_URI=mirror://gnome/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.bz2
+SRC_URI="mirror://gnome/sources/ttf-bitstream-vera/${PV}/${P}.tar.bz2"
 
 LICENSE="BitstreamVera"
 SLOT="0"



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

2021-04-21 Thread Sam James
commit: 53f59163fb5a0a3600514687906e9c1ecca54f6c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 23:17:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f59163

sys-apps/sed: toolchain-funcs--

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

 sys-apps/sed/sed-4.7.ebuild | 2 +-
 sys-apps/sed/sed-4.8.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/sed/sed-4.7.ebuild b/sys-apps/sed/sed-4.7.ebuild
index 2a14ae4d006..c319f8bf409 100644
--- a/sys-apps/sed/sed-4.7.ebuild
+++ b/sys-apps/sed/sed-4.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit flag-o-matic toolchain-funcs
+inherit flag-o-matic
 
 DESCRIPTION="Super-useful stream editor"
 HOMEPAGE="http://sed.sourceforge.net/;

diff --git a/sys-apps/sed/sed-4.8.ebuild b/sys-apps/sed/sed-4.8.ebuild
index 5053c0f2380..a8aaee8972f 100644
--- a/sys-apps/sed/sed-4.8.ebuild
+++ b/sys-apps/sed/sed-4.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit flag-o-matic toolchain-funcs
+inherit flag-o-matic
 
 DESCRIPTION="Super-useful stream editor"
 HOMEPAGE="http://sed.sourceforge.net/;



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

2021-04-21 Thread Sam James
commit: 1f564a7f8cb82e4e555e9699f14c990bfa37e71a
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:00:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f564a7f

sys-apps/dmapi: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild 
b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
index cc4289a7d69..21619fe1a12 100644
--- a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
+++ b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit eutils toolchain-funcs ltprune multilib multilib-minimal usr-ldscript
+inherit epatch toolchain-funcs ltprune multilib multilib-minimal usr-ldscript
 
 DESCRIPTION="XFS data management API library"
 HOMEPAGE="https://xfs.wiki.kernel.org/;



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

2021-04-21 Thread Sam James
commit: 3580d6f0dfd528ac067b1a63fda79220aed8ed0b
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 19:26:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3580d6f0

sys-apps/mlocate: eutils--

Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James  gentoo.org>

 sys-apps/mlocate/mlocate-0.26-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/mlocate/mlocate-0.26-r2.ebuild 
b/sys-apps/mlocate/mlocate-0.26-r2.ebuild
index 904accc0a05..adfc2fe43ab 100644
--- a/sys-apps/mlocate/mlocate-0.26-r2.ebuild
+++ b/sys-apps/mlocate/mlocate-0.26-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils user toolchain-funcs
+inherit user toolchain-funcs
 
 DESCRIPTION="Merging locate is an utility to index and quickly search for 
files"
 HOMEPAGE="https://pagure.io/mlocate;



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/avr-libc/

2021-04-21 Thread Sam James
commit: 3eab437a659300a8ac3a5b0739ae142f6eec3d0c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 13:42:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eab437a

dev-embedded/avr-libc: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-embedded/avr-libc/avr-libc-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild 
b/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
index 79b7f1163fc..62a2c265795 100644
--- a/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
 CHOST="avr"
 CTARGET="avr"
 
-inherit flag-o-matic eutils
+inherit flag-o-matic epatch
 
 DESCRIPTION="C library for Atmel AVR microcontrollers"
 HOMEPAGE="http://www.nongnu.org/avr-libc/;



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

2021-04-21 Thread Sam James
commit: cb50e96fbe57b3cb4cdf67fd82a35d33dd335e2a
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 18:26:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb50e96f

sys-boot/lilo: eutils->epatch

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

 sys-boot/lilo/lilo-24.0-r1.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-boot/lilo/lilo-24.0-r1.ebuild 
b/sys-boot/lilo/lilo-24.0-r1.ebuild
index becc561f741..a724cf74ade 100644
--- a/sys-boot/lilo/lilo-24.0-r1.ebuild
+++ b/sys-boot/lilo/lilo-24.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit epatch flag-o-matic toolchain-funcs
 
 DOLILO_V="0.6"
 IUSE="static minimal pxeserial device-mapper"
@@ -63,7 +63,7 @@ src_install() {
keepdir /boot
emake DESTDIR="${D}" install
 
-   if use !minimal; then
+   if ! use minimal; then
into /
dosbin "${WORKDIR}"/dolilo/dolilo
 
@@ -76,7 +76,8 @@ src_install() {
newconfd "${WORKDIR}"/dolilo/dolilo.conf.d dolilo.example
 
dodoc CHANGELOG* readme/README.* readme/INCOMPAT README
-   docinto samples ; dodoc sample/*
+   docinto samples
+   dodoc sample/*
fi
 }
 



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

2021-04-21 Thread Sam James
commit: 85ecb583d4629f6e2dc418877d0d99b5315f3090
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 12:26:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ecb583

sys-apps/ethtool: use BDEPEND for app-arch/xz-utils

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-apps/ethtool/ethtool-5.10.ebuild   | 5 +++--
 sys-apps/ethtool/ethtool-5.4.ebuild| 4 ++--
 sys-apps/ethtool/ethtool-5.8-r1.ebuild | 5 +++--
 sys-apps/ethtool/ethtool-5.9.ebuild| 5 +++--
 4 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/sys-apps/ethtool/ethtool-5.10.ebuild 
b/sys-apps/ethtool/ethtool-5.10.ebuild
index 804cce9dde3..b9870d90941 100644
--- a/sys-apps/ethtool/ethtool-5.10.ebuild
+++ b/sys-apps/ethtool/ethtool-5.10.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
@@ -12,8 +12,9 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+netlink"
 
-DEPEND="app-arch/xz-utils"
+BDEPEND="app-arch/xz-utils"
 RDEPEND="netlink? ( net-libs/libmnl )"
+DEPEND="${RDEPEND}"
 
 src_configure() {
econf $(use_enable netlink)

diff --git a/sys-apps/ethtool/ethtool-5.4.ebuild 
b/sys-apps/ethtool/ethtool-5.4.ebuild
index 25a67f41d62..159377da21d 100644
--- a/sys-apps/ethtool/ethtool-5.4.ebuild
+++ b/sys-apps/ethtool/ethtool-5.4.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
@@ -11,4 +11,4 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 
-DEPEND="app-arch/xz-utils"
+BDEPEND="app-arch/xz-utils"

diff --git a/sys-apps/ethtool/ethtool-5.8-r1.ebuild 
b/sys-apps/ethtool/ethtool-5.8-r1.ebuild
index 74ba8d2656b..8e1cf0073e3 100644
--- a/sys-apps/ethtool/ethtool-5.8-r1.ebuild
+++ b/sys-apps/ethtool/ethtool-5.8-r1.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
@@ -12,8 +12,9 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="+netlink"
 
-DEPEND="app-arch/xz-utils"
+BDEPEND="app-arch/xz-utils"
 RDEPEND="netlink? ( net-libs/libmnl )"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
"${FILESDIR}/${PN}-5.8-avoid_bashisms.patch"

diff --git a/sys-apps/ethtool/ethtool-5.9.ebuild 
b/sys-apps/ethtool/ethtool-5.9.ebuild
index 804cce9dde3..b9870d90941 100644
--- a/sys-apps/ethtool/ethtool-5.9.ebuild
+++ b/sys-apps/ethtool/ethtool-5.9.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
@@ -12,8 +12,9 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+netlink"
 
-DEPEND="app-arch/xz-utils"
+BDEPEND="app-arch/xz-utils"
 RDEPEND="netlink? ( net-libs/libmnl )"
+DEPEND="${RDEPEND}"
 
 src_configure() {
econf $(use_enable netlink)



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

2021-04-21 Thread Sam James
commit: dd40aa6c84fd3f52bb55abe60ee0ebfb37785069
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 23:14:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd40aa6c

sys-apps/shadow: libtool--

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

 sys-apps/shadow/shadow-4.8-r5.ebuild   | 4 ++--
 sys-apps/shadow/shadow-4.8.1-r3.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/shadow/shadow-4.8-r5.ebuild 
b/sys-apps/shadow/shadow-4.8-r5.ebuild
index 3217bbd4115..da23f02aa7f 100644
--- a/sys-apps/shadow/shadow-4.8-r5.ebuild
+++ b/sys-apps/shadow/shadow-4.8-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools libtool pam
+inherit autotools pam
 
 DESCRIPTION="Utilities to deal with user accounts"
 HOMEPAGE="https://github.com/shadow-maint/shadow;
@@ -88,7 +88,7 @@ src_configure() {
 }
 
 set_login_opt() {
-   local comment="" opt=$1 val=$2
+   local comment="" opt=${1} val=${2}
if [[ -z ${val} ]]; then
comment="#"
sed -i \

diff --git a/sys-apps/shadow/shadow-4.8.1-r3.ebuild 
b/sys-apps/shadow/shadow-4.8.1-r3.ebuild
index 019710fb27c..2bb0fd2b726 100644
--- a/sys-apps/shadow/shadow-4.8.1-r3.ebuild
+++ b/sys-apps/shadow/shadow-4.8.1-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools libtool pam
+inherit autotools pam
 
 DESCRIPTION="Utilities to deal with user accounts"
 HOMEPAGE="https://github.com/shadow-maint/shadow;
@@ -88,7 +88,7 @@ src_configure() {
 }
 
 set_login_opt() {
-   local comment="" opt=$1 val=$2
+   local comment="" opt=${1} val=${2}
if [[ -z ${val} ]]; then
comment="#"
sed -i \



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

2021-04-21 Thread Sam James
commit: 01924a23d92710432c025f0199bf00218a4f6442
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 23:09:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01924a23

sys-apps/usbredir: eutils--, flag-o-matic--

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

 sys-apps/usbredir/usbredir-0.8.0.ebuild | 9 +
 sys-apps/usbredir/usbredir-0.9.0.ebuild | 7 ---
 sys-apps/usbredir/usbredir-.ebuild  | 7 +++
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/sys-apps/usbredir/usbredir-0.8.0.ebuild 
b/sys-apps/usbredir/usbredir-0.8.0.ebuild
index a62437dc201..66e49f807df 100644
--- a/sys-apps/usbredir/usbredir-0.8.0.ebuild
+++ b/sys-apps/usbredir/usbredir-0.8.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils flag-o-matic
+
+inherit flag-o-matic
 
 MY_PV=${PV/_p*/}
 
@@ -16,8 +17,8 @@ KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE="static-libs"
 
 RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 

diff --git a/sys-apps/usbredir/usbredir-0.9.0.ebuild 
b/sys-apps/usbredir/usbredir-0.9.0.ebuild
index 8bfc5f1a1c7..73cd0c9866b 100644
--- a/sys-apps/usbredir/usbredir-0.9.0.ebuild
+++ b/sys-apps/usbredir/usbredir-0.9.0.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit eutils flag-o-matic autotools
+
+inherit autotools flag-o-matic
 
 MY_PV=${PV/_p*/}
 
@@ -16,8 +17,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc 
~x86"
 IUSE="static-libs"
 
 RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 S="${WORKDIR}/${PN}-${PN}-${MY_PV}"
 

diff --git a/sys-apps/usbredir/usbredir-.ebuild 
b/sys-apps/usbredir/usbredir-.ebuild
index ccb3efd6fe2..c673028d9e2 100644
--- a/sys-apps/usbredir/usbredir-.ebuild
+++ b/sys-apps/usbredir/usbredir-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit eutils flag-o-matic autotools git-r3
+inherit autotools flag-o-matic git-r3
 
 DESCRIPTION="TCP daemon and set of libraries for usbredir protocol 
(redirecting USB traffic)"
 HOMEPAGE="https://www.spice-space.org/usbredir.html;
@@ -11,12 +11,11 @@ 
EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/usbredir.git;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS=""
 IUSE="static-libs"
 
 RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 DOCS="README* TODO *.txt"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/hdx-realtime-media-engine/

2021-04-21 Thread Sam James
commit: dcab2cd969cd9f2cc019bbd09b027305c7d5da6e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 12:22:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcab2cd9

media-plugins/hdx-realtime-media-engine: use BDEPEND for app-arch/unzip

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 .../hdx-realtime-media-engine-2.9.200.2506-r1.ebuild| 2 +-
 .../hdx-realtime-media-engine-2.9.300.2604.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.200.2506-r1.ebuild
 
b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.200.2506-r1.ebuild
index 54b8d730059..49b47f1cb65 100644
--- 
a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.200.2506-r1.ebuild
+++ 
b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.200.2506-r1.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 RESTRICT="fetch mirror strip"
 
-DEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip"
 RDEPEND="
>=net-misc/icaclient-20.12.0.12-r1
|| (

diff --git 
a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.300.2604.ebuild
 
b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.300.2604.ebuild
index 54b8d730059..49b47f1cb65 100644
--- 
a/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.300.2604.ebuild
+++ 
b/media-plugins/hdx-realtime-media-engine/hdx-realtime-media-engine-2.9.300.2604.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 RESTRICT="fetch mirror strip"
 
-DEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip"
 RDEPEND="
>=net-misc/icaclient-20.12.0.12-r1
|| (



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

2021-04-21 Thread Sam James
commit: b00bef8b9350cee3cb7622a06fd296768d965c9a
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 12:26:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00bef8b

app-portage/elt-patches: use BDEPEND for app-arch/xz-utils

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-portage/elt-patches/elt-patches-20201205.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-portage/elt-patches/elt-patches-20201205.ebuild 
b/app-portage/elt-patches/elt-patches-20201205.ebuild
index 7b1a681a995..bc94d8304da 100644
--- a/app-portage/elt-patches/elt-patches-20201205.ebuild
+++ b/app-portage/elt-patches/elt-patches-20201205.ebuild
@@ -10,10 +10,9 @@ 
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz;
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~arm64-linux ~ppc64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
-IUSE=""
 
 RDEPEND="sys-apps/gentoo-functions"
-DEPEND="app-arch/xz-utils"
+BDEPEND="app-arch/xz-utils"
 
 src_compile() {
emake rootprefix="${EPREFIX}" libdirname="$(get_libdir)"



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

2021-04-21 Thread Sam James
commit: 081116f4001eac66b298557d200d93e4201ddd53
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:01:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081116f4

sys-apps/qingy: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-apps/qingy/qingy-1.0.0-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/qingy/qingy-1.0.0-r5.ebuild 
b/sys-apps/qingy/qingy-1.0.0-r5.ebuild
index c842ba0889c..d69f2be4d3c 100644
--- a/sys-apps/qingy/qingy-1.0.0-r5.ebuild
+++ b/sys-apps/qingy/qingy-1.0.0-r5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools elisp-common eutils flag-o-matic pam systemd
+inherit autotools elisp-common epatch flag-o-matic pam systemd
 
 GENTOO_THEME_VERSION="2.1"
 



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

2021-04-21 Thread Sam James
commit: 8fdbeccd970863209eb754ee36f37d2dc957f7fd
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 13:36:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:02:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdbeccd

app-arch/pbzip2: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-arch/pbzip2/pbzip2-1.1.12.ebuild | 2 +-
 app-arch/pbzip2/pbzip2-1.1.13.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/pbzip2/pbzip2-1.1.12.ebuild 
b/app-arch/pbzip2/pbzip2-1.1.12.ebuild
index 59a8b73bbc0..0d647fae666 100644
--- a/app-arch/pbzip2/pbzip2-1.1.12.ebuild
+++ b/app-arch/pbzip2/pbzip2-1.1.12.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-inherit flag-o-matic eutils toolchain-funcs
+inherit flag-o-matic epatch toolchain-funcs
 
 DESCRIPTION="Parallel bzip2 (de)compressor using libbz2"
 HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2;

diff --git a/app-arch/pbzip2/pbzip2-1.1.13.ebuild 
b/app-arch/pbzip2/pbzip2-1.1.13.ebuild
index 18d59a91340..f9ccda45462 100644
--- a/app-arch/pbzip2/pbzip2-1.1.13.ebuild
+++ b/app-arch/pbzip2/pbzip2-1.1.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit flag-o-matic eutils toolchain-funcs
+inherit flag-o-matic epatch toolchain-funcs
 
 DESCRIPTION="Parallel bzip2 (de)compressor using libbz2"
 HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2;



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

2021-04-21 Thread Sam James
commit: 223e861a1957a6c4562abd268c9856ca1458d8b5
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 21:30:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:02:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223e861a

app-arch/sharutils: eutils->l10n

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

 app-arch/sharutils/sharutils-4.15.2-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-arch/sharutils/sharutils-4.15.2-r2.ebuild 
b/app-arch/sharutils/sharutils-4.15.2-r2.ebuild
index b086acd4168..18eee5479b3 100644
--- a/app-arch/sharutils/sharutils-4.15.2-r2.ebuild
+++ b/app-arch/sharutils/sharutils-4.15.2-r2.ebuild
@@ -3,12 +3,13 @@
 
 EAPI="7"
 
-inherit eutils flag-o-matic
+inherit flag-o-matic l10n
 
 MY_P="${P/_/-}"
 DESCRIPTION="Tools to deal with shar archives"
 HOMEPAGE="https://www.gnu.org/software/sharutils/;
 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -19,8 +20,6 @@ DEPEND="app-arch/xz-utils
sys-apps/texinfo
nls? ( >=sys-devel/gettext-0.10.35 )"
 
-S=${WORKDIR}/${MY_P}
-
 PATCHES=(
"${FILESDIR}"/${PN}-4.15.2-glibc228.patch
"${FILESDIR}"/${PN}-4.15.2-CVE-2018-197.patch



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

2021-04-21 Thread Sam James
commit: 3df4826adcec23a0dce0960bbbdf0138a84f7cb1
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 13:37:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df4826a

app-editors/hexcurse: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 app-editors/hexcurse/hexcurse-1.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/hexcurse/hexcurse-1.55.ebuild 
b/app-editors/hexcurse/hexcurse-1.55.ebuild
index f9f75b142fe..5b80c54dbe9 100644
--- a/app-editors/hexcurse/hexcurse-1.55.ebuild
+++ b/app-editors/hexcurse/hexcurse-1.55.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit autotools eutils
+inherit autotools epatch
 
 DESCRIPTION="ncurses based hex editor"
 HOMEPAGE="http://www.jewfish.net/description.php?title=HexCurse;



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

2021-04-21 Thread Sam James
commit: d4dee49332dd4cd0580e2d2f38287f50a411448d
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 23:15:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dee493

sys-apps/tcp-wrappers: flag-o-matic--

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

 sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild 
b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
index e99386b4d95..23e5f2a73fb 100644
--- a/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
+++ b/sys-apps/tcp-wrappers/tcp-wrappers-7.6.28.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-inherit toolchain-funcs flag-o-matic multilib-minimal usr-ldscript
+inherit toolchain-funcs multilib-minimal usr-ldscript
 
 MY_PV=$(ver_cut 1-2)
 DEB_PV=$(ver_cut 3)



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

2021-04-21 Thread Sam James
commit: 83b06d2ac80b58aca0909ecb56d0666f4062b85e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:00:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b06d2a

sys-apps/man2html: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-apps/man2html/man2html-1.6g.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/man2html/man2html-1.6g.ebuild 
b/sys-apps/man2html/man2html-1.6g.ebuild
index b793e4b0ad5..9027484ba53 100644
--- a/sys-apps/man2html/man2html-1.6g.ebuild
+++ b/sys-apps/man2html/man2html-1.6g.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
 
 MY_P="man-${PV}"
 



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

2021-04-21 Thread Sam James
commit: ca667174420b13afce3ef92d5949314b9ccee401
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:01:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca667174

sys-apps/sg3_utils: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-apps/sg3_utils/sg3_utils-1.42.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/sg3_utils/sg3_utils-1.42.ebuild 
b/sys-apps/sg3_utils/sg3_utils-1.42.ebuild
index 56b30e53972..7509872c7d2 100644
--- a/sys-apps/sg3_utils/sg3_utils-1.42.ebuild
+++ b/sys-apps/sg3_utils/sg3_utils-1.42.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit eutils multilib ltprune
+inherit epatch multilib ltprune
 
 DESCRIPTION="Apps for querying the sg SCSI interface"
 HOMEPAGE="http://sg.danny.cz/sg/;



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

2021-04-21 Thread Sam James
commit: 318dd1e69b36adde71a8d9fdb955df996760b605
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:02:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318dd1e6

sys-devel/bc: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-devel/bc/bc-1.06.95-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/bc/bc-1.06.95-r2.ebuild 
b/sys-devel/bc/bc-1.06.95-r2.ebuild
index dedabc2bd35..2b569e4bd4c 100644
--- a/sys-devel/bc/bc-1.06.95-r2.ebuild
+++ b/sys-devel/bc/bc-1.06.95-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit epatch flag-o-matic toolchain-funcs
 
 DESCRIPTION="Handy console-based calculator utility"
 HOMEPAGE="https://www.gnu.org/software/bc/bc.html;



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

2021-04-21 Thread Sam James
commit: 0a091a26b84317669645b7a882743cb4b7772f80
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 18:25:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a091a26

sys-apps/xinetd: eutils->epatch

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

 sys-apps/xinetd/xinetd-2.3.15-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild 
b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
index fc91c97a8ad..4dad4fcdcb2 100644
--- a/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit eutils flag-o-matic systemd toolchain-funcs
+inherit epatch flag-o-matic systemd toolchain-funcs
 
 DESCRIPTION="powerful replacement for inetd"
 HOMEPAGE="http://www.xinetd.org/ https://github.com/xinetd-org/xinetd;



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

2021-04-21 Thread Sam James
commit: 4ef0c802cebd978daa82a3156031ce0b82cbd233
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:00:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef0c802

sys-apps/lsb-release: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-apps/lsb-release/lsb-release-1.4-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild 
b/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
index 66c47462c98..cac335bca5c 100644
--- a/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
+++ b/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils prefix
+inherit epatch prefix
 
 DESCRIPTION="LSB version query program"
 HOMEPAGE="https://wiki.linuxfoundation.org/lsb/;



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

2021-04-21 Thread Sam James
commit: 8c27c4adb3d465c4dcd44085d9ce05938009b3b4
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:00:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c27c4ad

sys-apps/memtest86+: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-apps/memtest86+/memtest86+-5.01-r4.ebuild | 4 ++--
 sys-apps/memtest86+/memtest86+-5.01-r5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild 
b/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild
index 08cf34af541..d10fc874b00 100644
--- a/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild
+++ b/sys-apps/memtest86+/memtest86+-5.01-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-inherit mount-boot eutils toolchain-funcs
+inherit mount-boot epatch toolchain-funcs
 
 DESCRIPTION="Memory tester based on memtest86"
 HOMEPAGE="http://www.memtest.org/;

diff --git a/sys-apps/memtest86+/memtest86+-5.01-r5.ebuild 
b/sys-apps/memtest86+/memtest86+-5.01-r5.ebuild
index 35c3e1085fa..28e4fdcc454 100644
--- a/sys-apps/memtest86+/memtest86+-5.01-r5.ebuild
+++ b/sys-apps/memtest86+/memtest86+-5.01-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-inherit mount-boot eutils toolchain-funcs
+inherit mount-boot epatch toolchain-funcs
 
 DESCRIPTION="Memory tester based on memtest86"
 HOMEPAGE="http://www.memtest.org/;



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

2021-04-21 Thread Sam James
commit: 6628fc5101b76ff99b16113fd7f504e66657407b
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:01:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6628fc51

sys-block/aoetools: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-block/aoetools/aoetools-36.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/aoetools/aoetools-36.ebuild 
b/sys-block/aoetools/aoetools-36.ebuild
index 5f88a396479..4eadabe70a5 100644
--- a/sys-block/aoetools/aoetools-36.ebuild
+++ b/sys-block/aoetools/aoetools-36.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils toolchain-funcs
+inherit epatch toolchain-funcs
 
 DESCRIPTION="tools for ATA over Ethernet (AoE) network storage protocol"
 HOMEPAGE="http://aoetools.sourceforge.net/;



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

2021-04-21 Thread Sam James
commit: 48ddc2f0136f3442bbe065a488a4f7adaf1cb381
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 14:02:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ddc2f0

sys-block/open-iscsi: eutils->epatch

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild 
b/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
index f69cf961660..18707375b85 100644
--- a/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
+++ b/sys-block/open-iscsi/open-iscsi-2.0.873-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-inherit versionator linux-info eutils flag-o-matic toolchain-funcs udev
+inherit versionator linux-info epatch flag-o-matic toolchain-funcs udev
 
 MY_P="${PN}-$(replace_version_separator 2 "-")"
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/man-pages-posix/

2021-04-21 Thread Sam James
commit: 25c90b3ad180f7d80cc3b3569e52e242931a1f7c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 16 23:16:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:01:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c90b3a

sys-apps/man-pages-posix: eutils--

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

 sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild 
b/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild
index 57a02ed6d71..bc2c7caf828 100644
--- a/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild
+++ b/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild
@@ -3,8 +3,6 @@
 
 EAPI=5
 
-inherit eutils
-
 MY_P="${PN}-${PV:0:4}-${PV:0-1}"
 DESCRIPTION="POSIX man-pages (0p, 1p, 3p)"
 HOMEPAGE="https://www.kernel.org/doc/man-pages/;



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

2021-04-21 Thread Mike Gilbert
commit: 6daa5197e9a530c71e1e78d25c1ffb356f78c972
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Apr 21 15:41:38 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Apr 21 15:41:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6daa5197

sys-boot/grub: drop 2.04-r2, 2.05_alpha20200310-r1

Bug: https://bugs.gentoo.org/773991
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-boot/grub/Manifest   |   2 -
 sys-boot/grub/files/2.04-sparc64-bios-boot.patch |  50 
 sys-boot/grub/grub-2.04-r2.ebuild| 297 ---
 sys-boot/grub/grub-2.05_alpha20200310-r1.ebuild  | 288 --
 4 files changed, 637 deletions(-)

diff --git a/sys-boot/grub/Manifest b/sys-boot/grub/Manifest
index 34314f59641..aeb888abbb9 100644
--- a/sys-boot/grub/Manifest
+++ b/sys-boot/grub/Manifest
@@ -1,5 +1,3 @@
 DIST dejavu-sans-ttf-2.37.zip 417746 BLAKE2B 
c8904f3cd5a49370a7dc10e456684c88aeae998a99090bf4d0a5baa4f36cc8fb8f70586cf6d610a5ffeee97261d28c80f55bbe9dcfc3ed796d5c2d60e79adb58
 SHA512 
ede5899daa1984c5aa8cacb1c850eb53f189dddef3d9bb78bf9774d8976b7c0d6eb0bcf86237cd7d11f5b36cf5b5058d42cd94d3bd76f2bd0931c7ceb1271fae
-DIST grub-2.04.tar.xz 6393864 BLAKE2B 
413ffb9aaeae1ee3128032914ca426a1a5adb3737895dfe563fdde5a7e0386ac2dbc2f7ddfc4e0a67b3ad90494985d6886c20054b038701feb743e67e2eed9d0
 SHA512 
9c15c42d0cf5d61446b752194e3b628bb04be0fe6ea0240ab62b3d753784712744846e1f7c3651d8e0968d22012e6d713c38c44936d4004ded3ca4d4007babbb
-DIST grub-2.05_alpha20200310.tar.xz 6671372 BLAKE2B 
2b9006fe486bb3195f34a3e5d34eaa923e1f295fbb7b815b0adf70ca3000531ff0c250c300f21103cf24144f9e51b96cefc860b7a46c6e31b96d4566db08b027
 SHA512 
7ddcb7524a4fa60754e3053aae4b033b17ffd740f220d3cbc1e25167ce823c42b1795b4767dabb8920027134769de8cacdafc9a6fe26b4d242590809e3db8725
 DIST grub-2.06~rc1.tar.xz 6543784 BLAKE2B 
2cd322db808e09533aa91db3e03147896f3f8a2fb6bcc932161aace2f1bab9fd1ceb8b56eddf2e531413932c1ef407cdaf5aae49c0b26e7c6c308dbf7916685d
 SHA512 
093890b0af71b0d346afb415dec106681fd9e3f2f5bda14093c060b861d55ee1b50c8fb24afd072d24968ebebedde290f8220b0374cbd2b2e4508dfb00924122
 DIST unifont-12.1.02.pcf.gz 1335424 BLAKE2B 
97080312468e3f3c8aa6f49cef08f5622641e8c9c035f3ede1e09d8d98de4e78d3b23c8aba2e8070eb46cbebd2d55e8568e467d7f15f35aa8fc8db792b7e5f14
 SHA512 
b280b2db7cf5f480b0668c331130dede2c0cc87d5e02e44566b77787113d0f6604d0105522858288f2ac6b8e77df7a2d9878725013a6c778dc5bfb183156e2f0

diff --git a/sys-boot/grub/files/2.04-sparc64-bios-boot.patch 
b/sys-boot/grub/files/2.04-sparc64-bios-boot.patch
deleted file mode 100644
index 8fd00d497ad..000
--- a/sys-boot/grub/files/2.04-sparc64-bios-boot.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 4e75b2ae313b13b5bfb54cc5e5c53368d6eb2a08 Mon Sep 17 00:00:00 2001
-From: James Clarke 
-Date: Thu, 18 Jul 2019 14:31:55 +0200
-Subject: [PATCH] sparc64: Fix BIOS Boot Partition support
-
-Currently, gpt_offset is uninitialised when using a BIOS Boot Partition
-but is used unconditionally inside save_blocklists. Instead, ensure it
-is always initialised to 0 (note that there is already separate code to
-do the equivalent adjustment after we call save_blocklists on this code
-path).
-
-This patch has been tested on a T5-2 LDOM.
-
-Signed-off-by: James Clarke 
-Tested-by: John Paul Adrian Glaubitz 
-Reviewed-by: Vladimir Serbinenko 
-Reviewed-by: Eric Snowberg 
-

- util/setup.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)

- util/setup.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/util/setup.c b/util/setup.c
-index 6f88f3c..3be88aa 100644
 a/util/setup.c
-+++ b/util/setup.c
-@@ -271,6 +271,9 @@ SETUP (const char *dir,
-   bl.current_segment =
- GRUB_BOOT_I386_PC_KERNEL_SEG + (GRUB_DISK_SECTOR_SIZE >> 4);
- #endif
-+#ifdef GRUB_SETUP_SPARC64
-+  bl.gpt_offset = 0;
-+#endif
-   bl.last_length = 0;
- 
-   /* Read the boot image by the OS service.  */
-@@ -730,7 +733,6 @@ unable_to_embed:
- #ifdef GRUB_SETUP_SPARC64
-   {
- grub_partition_t container = root_dev->disk->partition;
--bl.gpt_offset = 0;
- 
- if (grub_strstr (container->partmap->name, "gpt"))
-   bl.gpt_offset = grub_partition_get_start (container);
--- 
-cgit v1.0-41-gc330
-

diff --git a/sys-boot/grub/grub-2.04-r2.ebuild 
b/sys-boot/grub/grub-2.04-r2.ebuild
deleted file mode 100644
index 04aa2e74e31..000
--- a/sys-boot/grub/grub-2.04-r2.ebuild
+++ /dev/null
@@ -1,297 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} ==   ]]; then
-   GRUB_AUTORECONF=1
-   GRUB_BOOTSTRAP=1
-fi
-
-if [[ -n ${GRUB_AUTOGEN} || -n ${GRUB_BOOTSTRAP} ]]; then
-   PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
-   inherit python-any-r1
-fi
-
-if [[ -n ${GRUB_AUTORECONF} ]]; then
-   WANT_LIBTOOL=none
-   inherit autotools
-fi
-
-inherit bash-completion-r1 flag-o-matic multibuild optfeature 

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

2021-04-21 Thread Sam James
commit: b3644a43d89aee397dd2127aa1a1bf4fb1c7e55c
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 18:54:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:54:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3644a43

dev-python/regex: Stabilize 2021.3.17 arm, #784740

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

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

diff --git a/dev-python/regex/regex-2021.3.17.ebuild 
b/dev-python/regex/regex-2021.3.17.ebuild
index 613b0c43060..bea89a59009 100644
--- a/dev-python/regex/regex-2021.3.17.ebuild
+++ b/dev-python/regex/regex-2021.3.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 IUSE="doc"
 
 python_test() {



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

2021-04-21 Thread Sam James
commit: ac39b75490f2f24413adca35f344c7eb1b804454
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 18:53:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:53:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac39b754

dev-python/isort: Stabilize 5.8.0 ALLARCHES, #784728

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

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

diff --git a/dev-python/isort/isort-5.8.0.ebuild 
b/dev-python/isort/isort-5.8.0.ebuild
index 4fb03c0631f..1b6d1270e71 100644
--- a/dev-python/isort/isort-5.8.0.ebuild
+++ b/dev-python/isort/isort-5.8.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~x64-macos"
 
 BDEPEND="
test? (



[gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgl/

2021-04-21 Thread Sam James
commit: 688b53826341a0d5ae57ede626103dc8fac0a786
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 18:55:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:55:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688b5382

dev-ml/lablgl: Stabilize 1.06-r1 ppc64, #784605

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

 dev-ml/lablgl/lablgl-1.06-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lablgl/lablgl-1.06-r1.ebuild 
b/dev-ml/lablgl/lablgl-1.06-r1.ebuild
index d1c69a19b46..4e158449871 100644
--- a/dev-ml/lablgl/lablgl-1.06-r1.ebuild
+++ b/dev-ml/lablgl/lablgl-1.06-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/garrigue/lablgl/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux 
~x86-linux"
 IUSE="doc glut +ocamlopt tk"
 
 RDEPEND="



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

2021-04-21 Thread Sam James
commit: 4fb09c2140e326a43c0ac141c128dd3c38dce565
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 18:54:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 18:54:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb09c21

dev-util/strace: Stabilize 5.11 arm, #784800

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

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

diff --git a/dev-util/strace/strace-5.11.ebuild 
b/dev-util/strace/strace-5.11.ebuild
index 73df00d83ec..bdaba7d79d0 100644
--- a/dev-util/strace/strace-5.11.ebuild
+++ b/dev-util/strace/strace-5.11.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"



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

2021-04-21 Thread Miroslav Å ulc
commit: 1f3ebc66741a0e960657a98da8a3703a4cdb97d9
Author: Miroslav Å ulc  gentoo  org>
AuthorDate: Wed Apr 21 15:48:47 2021 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Wed Apr 21 15:49:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f3ebc66

profiles/package.mask: dev-java/ini4j last-rite

Signed-off-by: Miroslav Å ulc  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index ad6e8ae3b2d..62171e9f897 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -36,6 +36,11 @@
 # Version 3.15 is broken with Emacs 27.2.
 =app-emacs/mic-paren-3.15-r0
 
+# Miroslav Å ulc  (2021-04-21)
+# java library, no consumers
+# see: https://bugs.gentoo.org/784812
+dev-java/ini4j
+
 # Matt Turner  (2021-04-18)
 # Pretty dead. Needs GTK+3 port. Doesn't build with glib-2.68.
 # Removal on 2021-05-19.  Bug #784266.



[gentoo-commits] repo/gentoo:master commit in: dev-java/avalon-framework/

2021-04-21 Thread Miroslav Å ulc
commit: 5cfa352934a46a91c5a37696f2b0edeeb7c8b7d4
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Wed Apr 21 16:49:41 2021 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Wed Apr 21 17:25:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cfa3529

dev-java/avalon-framework: remove unused slot

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20490
Signed-off-by: Miroslav Å ulc  gentoo.org>

 dev-java/avalon-framework/Manifest |  1 -
 .../avalon-framework-4.1.5-r2.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-java/avalon-framework/Manifest 
b/dev-java/avalon-framework/Manifest
index 1675c6b2b47..4766781ae62 100644
--- a/dev-java/avalon-framework/Manifest
+++ b/dev-java/avalon-framework/Manifest
@@ -1,2 +1 @@
-DIST avalon-framework-4.1.5.src.tar.gz 99475 BLAKE2B 
c57c89661042137dd0f5b8d6fe4295030a861499b300d84a8c2dc6364d6bdca443cda96e954816da0351fda3d3ce70d47734656949bffba8d823f7e1c9f4ead9
 SHA512 
7a15dc2f7c691d7daaa5cbb589eb21e23ef8d6232b5bd1b6b3bb1d6962f4a4dd2dff0c0a1793309d7e8f3aaf4e75de65a9705431e1103c2e33c575770131471b
 DIST avalon-framework-4.2.0-src.tar.gz 68887 BLAKE2B 
da71631548bf725315c57439c5db017107d4dac529fbfdd59f68da6b97faa8b9a78fc5d89b05ccd05c7ec68b2de05d286ece6654137278b3e8873c78c65adf6c
 SHA512 
b53dc20ecec058ef0b35a626bea6e04f85f6ae8b3645d7dc5c33c194db49b42071093cd305ef718f925b948ec1b885b2a0d8bec534592f97dc48d6e93db45671

diff --git a/dev-java/avalon-framework/avalon-framework-4.1.5-r2.ebuild 
b/dev-java/avalon-framework/avalon-framework-4.1.5-r2.ebuild
deleted file mode 100644
index 55985d937eb..000
--- a/dev-java/avalon-framework/avalon-framework-4.1.5-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Avalon Framework"
-HOMEPAGE="http://avalon.apache.org/;
-SRC_URI="mirror://apache/avalon/avalon-framework/source/${P}.src.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="4.1"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux"
-IUSE=""
-
-CDEPEND="dev-java/avalon-logkit:2.0
-   dev-java/log4j:0"
-RDEPEND=">=virtual/jre-1.4
-   ${CDEPEND}"
-DEPEND=">=virtual/jdk-1.4
-   ${CDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-java_prepare() {
-   cp "${FILESDIR}"/build.xml ./build.xml || die "couldn't copy build.xml"
-   local libs="log4j,avalon-logkit-2.0"
-   echo "classpath=$(java-pkg_getjars ${libs})" > build.properties
-}
-
-src_install() {
-   java-pkg_dojar "${S}"/dist/avalon-framework.jar
-
-   use doc && java-pkg_dojavadoc "${S}"/target/docs
-   use source && java-pkg_dosrc impl/src/java/*
-}



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

2021-04-21 Thread Michał Górny
commit: 4b8bf8035e2642acf536ffde94fbfd75fb53c723
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 17:30:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8bf803

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 45aba5c8c26..663dbc7bbab 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.10-33.base.tar.xz 1088684 BLAKE2B 
a3d76185ce3e0cd6bc769ce500dd
 DIST genpatches-5.10-33.extras.tar.xz 1772 BLAKE2B 
92bf4a1dc1551b703096c0a54cbaa0dbf0ac1c012efebddb78671231e850b7e05162c48af81eee114b68495338562b04a67486fc9cf142ee82465489c332707a
 SHA512 
f369685fdd2ca7a1d9385d8e304c1d1e9dffdeefa22b8ff0cd01bb4a258ba57b132e93caab59c72829419f0cb92fae9b06e0f6af638e87d8935a9e0a3ea6c2e4
 DIST genpatches-5.10-34.base.tar.xz 1094372 BLAKE2B 
fc02d1344658a518e588c8289471613c068111fc213f96b73ce6468a83bb9bda1a9244ed11413a3dbb672023d70818188905fe1edf4a4f4f76a3503997f62ac8
 SHA512 
af49844b9fde66740e439fa9f415e5f0a273a971c1405ce9b68e638710ea2068d28a052f7d9027e6f0fe9316c22a18015563eae7a30abd0463c8033c5561e209
 DIST genpatches-5.10-34.extras.tar.xz 1772 BLAKE2B 
ed8c15560842e9de484ee8a6796723f3e5ab9c2d4882b318f1d2ef2e8c273b8af1687aefc3bc2e4e502fa81bb3c662181c6dca5cf1ba3e9350bbbe3a5709957a
 SHA512 
4abf0269143ed8137dfcbf01fc18a2e033c7ac2d241834f4ef830c9c04e4aa6e94ea8c2509971893b41fb31da17c715cf58975b5c57682005a29632623499d4e
+DIST genpatches-5.10-35.base.tar.xz 1115708 BLAKE2B 
c07da3088341dabf91bb2e6935868030dbf50ddeece2389e1d24007fff30507e3a9a29d4acf25362c1b8a79015ae428c54a6a0062f43ed759c09e5c35f8b3d54
 SHA512 
e5e80de9f8340c25ee57177be9480f13a20a5b2bacff8f486ac499638557c1992db28d9fc8fa038814a2364204e4d905e61ab5d9514c9d31bd108b20def86809
+DIST genpatches-5.10-35.extras.tar.xz 1772 BLAKE2B 
d53e3c4172e37bb0ab0a7d5010438fec49735d02ea6476a05873673d4876086c7c2b50927a6c728e17142649b32085937ca1a8aeb1ba98ccd1ed6158ae86b4f0
 SHA512 
46854cc6dc4f72efd8475e7eac8ba3c87e800980dd612380bc64a3958cee89b1339a079e7fdd08c5d50303db22f5ee00b371c3989fd39503cce82aff8081de9e
 DIST genpatches-5.11-16.base.tar.xz 567216 BLAKE2B 
cee97030c5e59b9d7eea622bd4b8d99f8ec86cfb5e559abcee5184d0fc9acecc5f3b048f0c8f8949f5ea52169ad60e182c2239778d4cf758f41daa1cd593fd71
 SHA512 
f3d320de79222c26d5fc16030752fce85d3b4cd2c9a769da59aec64f410c1a63f76d7c4c429932a046a4611a12fab2c2f259f7ba4821b7381d1e0a7a2c2df9d4
 DIST genpatches-5.11-16.extras.tar.xz 1768 BLAKE2B 
12e78dfc00d3ce8e0b9903f62a6c4b1219e4559a9e6e736d5e4f807a429d91531d39e69f46667297f65824a074af4cf7665e741086efafff83bac195fe649455
 SHA512 
091b3f9f3589a098c35c3172f1192c56b774f6fcf90c30230a4a6de237db14895f13a75e51324acf83c5b5d8af14f636034eb3bbb33b6070804adf62ab7ad194
 DIST genpatches-5.11-17.base.tar.xz 626484 BLAKE2B 
4b6d07334c1da48619d820b102df5bfc2d15113d97415e9ad789e8484a39a66509cc360019368834c525a66af0b577b165c5bb898756a60372f1bb21802ee8b6
 SHA512 
36ca2dcdccd03be5f3c3a350c4f721d5f00adda12c87ba08146b13fd034644ed82eb9e3151ed6210fcc16a37a7ae10d4353be5477a320110e8d89fff74218ec4
@@ -34,6 +36,8 @@ DIST gentoo-kernel-5.10.30-1.x86.xpak 57245779 BLAKE2B 
22b2dcaecb0fe062e1ecf61ae
 DIST gentoo-kernel-5.10.31-1.amd64.xpak 64337577 BLAKE2B 
231e6cb5bc36bbf01f41295d6969b4ef5029fcdcdcf0fac6565dad7bd5ccf1601088d5ba1fdb0a66b58badea14090f859d5df6fe59290a2cb08d88abf12fdcdf
 SHA512 
1ecd188b65567929dadf079fc6953aa2541d4ab856d5d802cd9c988365f21c0eebe5303f44d3e89f247878258a2e91fe561c5f7d000cd0bc9c4344828fc753d9
 DIST gentoo-kernel-5.10.31-1.arm64.xpak 59338684 BLAKE2B 
34ef0b745377ce5edfd0f00b4b0b492ecb14ff856861ca11ba9a7489af6040db0a4b8ed71430490572ecda375fe74c7d18cf872ad4b798799f78874d6c6b3997
 SHA512 
54a6937512f9eb7da74324a7d376be3d78ebb9293d401adabdec42ee67d236db6af9b124ab7ffef5833459ec92e5c93e574f2508233fc810af2d5017da00bca7
 DIST gentoo-kernel-5.10.31-1.x86.xpak 57256746 BLAKE2B 
5c9c42e714f9b896ae2f01f602bb9409cfa210b6a75195de6ddc4213411f6e4ce86f2fd7279906360f4e33c517e1697412f7df8f3889c4e4498fe378430eba6a
 SHA512 
04a18daa394cb2ac0cb4eddcfdad525a7d73861978e6212f152707207548561101fa0294461e43a9aeffe8f7533aebde7a13f26b46e6bd191e72a996d704bf5b
+DIST gentoo-kernel-5.10.32-1.amd64.xpak 65550906 BLAKE2B 
f03d5f538112a8c9628095f597264f2aebd996d9e1a62e11cb56e056e8452d718a8c7e99be835088ec38d5d863c66f296b157ad31a163f1a241f0a7d73c9aa5c
 SHA512 
e04fc78b486ceb6e7eb26c5fccfd96d5eec16de2bcbf6f42a18725d7c1d034f0c48777ad1162b4bb9dcc031b1e781af9138233711c9bcf773714215835fc4194
+DIST gentoo-kernel-5.10.32-1.x86.xpak 57243485 BLAKE2B 

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

2021-04-21 Thread Michał Górny
commit: c74bad21b3d7cc7c1fdd959ea14e8c4230360c5a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:55:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c74bad21

sys-kernel/vanilla-kernel: Bump to 5.4.114

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

 sys-kernel/vanilla-kernel/Manifest |   3 +
 .../vanilla-kernel/vanilla-kernel-5.4.114.ebuild   | 108 +
 2 files changed, 111 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index d6828268122..95dc921c1ee 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,4 +1,5 @@
 DIST gentoo-kernel-config-5.10.18.tar.gz 1219 BLAKE2B 
55ec8c66a9b090e590e23574b54edde0fefb575f25e6848b1c84834847304e30e52fc0810b8fd219cfb23c097bb8f7444e0b010bde44209f0c4811f99db7e0aa
 SHA512 
ee137c85e94fe5989646cb19a72aca62ddd4795813f7bbf15d66262b0e72d90d84d5d17a31bae7980c061e0576e3f3254dca53ba6e547cf12cb7ab08771e3900
+DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e359934d5054238bd096addd7965754e6708bada63398c4b315318f73130ed81c1391524388396775632248870721f1ce23f203
 SHA512 
225600db53532ee131dd83d10cecc97a83f4615975ff32f3f6190a15eace64707cb59490bb42940e4429f9054221b9d9a589ada443922062bb5ee18ecc42c26c
 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.11 225875 BLAKE2B 
132f9ef1393edf843a7a5026da736975a465084e550b354e09a13c598fed6942c9eef7f46c2f04dd40861ed227b533041c5efb6f6fde442bdbad718aa563ef0c
 SHA512 
9def40a4df1d20497050c2badedb8b8828d67793b465855405fcebdd04d624b6c3314347c93db07acbff0262a41e68290365d2865945138468cf5ba4419594db
@@ -34,3 +35,5 @@ DIST linux-5.4.112.tar.sign 991 BLAKE2B 
7f06eb8b2acf5b0529e60d7d6a09a6337c703784
 DIST linux-5.4.112.tar.xz 109098024 BLAKE2B 
c8a50b84ba2fea5b1efa6643634042ac60d19b4acb2996e914df99bbddb91a90e772cf8c7a3e38963f1ac2547363c7b203dd1b0ede1571f9e4e685d7e79d419b
 SHA512 
364550a20f91caca3b6f754fba00aee940b20305e9e880899633cef26a5f4ac3641b8817f4ccb615ab084551f4616654bee70558354bb66c924d1e989c8b5db4
 DIST linux-5.4.113.tar.sign 991 BLAKE2B 
3f3d392ecbf345e37aab2be2acabcf1cf39570ffbafaa5e8d9bc48c02402e834ce847817ec88dd7187799b576837d3d47e4942199e2e0077eb5a294c7f74d3b1
 SHA512 
a7b78f71bb0d226b13544e6401432842dc6777e3da13501668d50336bcc980b4fa71f3c9e2f324f5c1e128cd6f61210f5096529f1baaf4081f9686f4568dd6f2
 DIST linux-5.4.113.tar.xz 109091724 BLAKE2B 
df24da5ec14c0df95c4f350c2bf64ad2bfe66a3ad7a37774b433c847d18efd8029e9054bd1ec969af69d48b1a4bd44d40bb06d3038ff99c423bcc913915b9451
 SHA512 
a21308478ad83350aa48f316fa94015c56fe79beaca82324c13129812aef12ae1123edd67281b68669e08a827c6923f8cea5598063b31c73a0c901628161d2cd
+DIST linux-5.4.114.tar.sign 991 BLAKE2B 
8982832ae53b1647e2de45b83251520c6efb5e9ac1ee0b60ba564dc7af3cfb4a328c929998d72dc076eb0528e92cb36222c20b192b003731a2a7b3b0b7c3b62b
 SHA512 
82070ff0fbc730876a93ffce4abac6c349c80c07dcf61bd67fc742c3626f8156295f2e4c648c52a0c7cc81b79ed64daf41b6766394a511662a0c10a5683e00ff
+DIST linux-5.4.114.tar.xz 109099616 BLAKE2B 
ccc84eed56d7379d77f3c211ac35354d31ab15a7455d9fbe9e109ff4f67eeeb2da5d1bad307583ab18d15f3e10ef0e9d24974d5b833d817060cfee537ec5a2e6
 SHA512 
c22fb1cafb49819c60ed59b411147d7e4513ce41f1b0c31dac46d610a92ee62d7137d9e8654d2330719c42270ff7891edcee987fb4fb1c2b8fbf9c7c428e79d5

diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.114.ebuild 
b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.114.ebuild
new file mode 100644
index 000..e11e956ef1f
--- /dev/null
+++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.4.114.ebuild
@@ -0,0 +1,108 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kernel-build verify-sig
+
+MY_P=linux-${PV}
+# https://koji.fedoraproject.org/koji/packageinfo?packageID=8
+CONFIG_VER=5.4.21
+CONFIG_HASH=2809b7faa6a8cb232cd825096c146b7bdc1e08ea
+GENTOO_CONFIG_VER=5.4.114
+
+DESCRIPTION="Linux kernel built from vanilla upstream sources"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://github.com/mgorny/gentoo-kernel-config/archive/v${GENTOO_CONFIG_VER}.tar.gz
+   -> 

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

2021-04-21 Thread Michał Górny
commit: 4f4ae8ea65a690027bbf95fc27e352a448d0dd9d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:58:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4ae8ea

sys-kernel/vanilla-kernel: Bump to 5.11.16

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

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

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index fb94d00a8b2..857cfe648c4 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -4,15 +4,19 @@ DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e
 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.11 225875 BLAKE2B 
132f9ef1393edf843a7a5026da736975a465084e550b354e09a13c598fed6942c9eef7f46c2f04dd40861ed227b533041c5efb6f6fde442bdbad718aa563ef0c
 SHA512 
9def40a4df1d20497050c2badedb8b8828d67793b465855405fcebdd04d624b6c3314347c93db07acbff0262a41e68290365d2865945138468cf5ba4419594db
+DIST kernel-aarch64-fedora.config.5.11.16 225910 BLAKE2B 
2715de95281a315896264a17e3c36fec88ba51e6855c5f8aee786f6f44918b9bde57d0f4a8bd91623919cff86c1e5c00d183bf13da42fa363908ed041744a2ac
 SHA512 
b2efc941cd896b3afc024dde618aa017444845d6fcf779a72522d91abe3fdcb55e3d5bc67dba7632a0205eaf8e70bc74944f7f6554ee1a07909686adbceaf65e
 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.11 208044 BLAKE2B 
b6600736914e25e3de288850759e044731b08c3a386eb65dc6e44613552f362905d14f02741a7b74e9047bf5ee7e624904e84a3be7ab86ba1112658208fd4cf0
 SHA512 
d5601dcb2b3a170d6af14633563891aba3df8d3f396e4496637236a59cff8d6da52d0154ea199af28faa0a614bce50868e08aabeaa374b910d21b591e6bbb11a
+DIST kernel-i686-fedora.config.5.11.16 208055 BLAKE2B 
c2de08a40c1d4525a9b4d137a48c3e6386a4f2df2cc1ba526a4e946835534c3cedac23edcd31cde1631c2cadceda2365180c5d4a406c7301478893ad73a74b1f
 SHA512 
0df04c54c01d506d6855d8c8c2ae72af081545d8e91e6e8416a4a8a8ab7b238c4a18ab44575962facedc3300258cddcd32f035237e71c4722163e0f4982f31ff
 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.11 194887 BLAKE2B 
afc34e8e59a0c99be6f5547dc0b60ffb1a68293ecf46a594ee951feee7cbb689f186d0686dab02658ca55dfb2e7c40de1bd37951270046bed71e1f11cbfd888f
 SHA512 
eb60ea14dc4bb7d2e87b650d1f59ad50d622c4cb2229882f393def628a447bbbea378ff788c91ae1227fd44289a1ed604ad41215f561641c4048a3f82c6a9c83
+DIST kernel-ppc64le-fedora.config.5.11.16 194898 BLAKE2B 
75f4d16e191f1555cf3450cbc61ec7d3d4b6b305a7717d25ea3d58a92995850a0cd3090cbce943219e229bc9bf1d96491519c95dbb1965d5aaadb31a89877df7
 SHA512 
78189ca4d60ebedccd04fca02ee986a05d5ca78decf2202dc9821475a002f2630b424a6122c867050acbd1324341a065a9cbb897b38c33e79db805ab402ad44c
 DIST kernel-ppc64le.config.5.4.21 172003 BLAKE2B 
b53887cb44f7c378cb3866780f8e556e19fdb02130d3b0df01d97698d2a91f7d90a200012559f288e962935742c3fdb67dfb6711876fad37862fe55cdca5b5f6
 SHA512 

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

2021-04-21 Thread Michał Górny
commit: c3ba2a8fd055311435f0f7bfb51dc6b0e1d5e8f0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:56:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ba2a8f

sys-kernel/gentoo-kernel: Bump to 5.4.114

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

 sys-kernel/gentoo-kernel/Manifest  |  3 +
 .../gentoo-kernel/gentoo-kernel-5.4.114.ebuild | 97 ++
 2 files changed, 100 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 738123bc3d0..577d2aaa4ff 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -20,7 +20,10 @@ DIST genpatches-5.4-115.base.tar.xz 3335100 BLAKE2B 
49863f2b97492223e0a42eecc0df
 DIST genpatches-5.4-115.extras.tar.xz 1772 BLAKE2B 
49c7ee35b73827fc454adf526f5ceed9f7c71b6ac2c2e954943142999ed7c1e7a58a543d1519c1d3d6b7e4e9aa3970094650663f10b65408414155909037b23f
 SHA512 
d45ff15542dd01aa7381e992fee90391000cb42d421fab243563fcc547acb8576ab74ef78bf2eb1d81fcd327bf76ee3cc3a6addad5f5ead7eba47837d139792a
 DIST genpatches-5.4-116.base.tar.xz 3335896 BLAKE2B 
efdbbacd50bfb4a54d3de569f22cdf24fe26945266808a5cd01039cf7045d802c7bc627bb2d5866615f6dab1f72ce8992841ce8fe8cb579c4df113efc066b89c
 SHA512 
8500cc96e2590bf114c184ad1eba30aedaf2080e5651cc4c352107fd10218eb5f471ec957b26fff9d3f98f56410c245776f13950b9ba49b053e2bd43254e3e38
 DIST genpatches-5.4-116.extras.tar.xz 1768 BLAKE2B 
34c8926f21ae07fa0b18aca7c85273986da3810180e62178f841023e7f896417eb1fad53084ac6f8e140ac90adad839494c49ada159290b806c675eef76c1962
 SHA512 
1abf8d8cfc7fce46c77d1f3f431b067b2ad1eaf9afe3c025d786b8a65bfdf9e469a72a75b64a0fd191487a391f2a1e717aeabd5634fc372d023d1f5fc39f1f6d
+DIST genpatches-5.4-117.base.tar.xz 3353396 BLAKE2B 
b4fdd41a247389b695bd5f84cdf1f1bb3df1db236c919375998e273aff8ed6b5a503d58dc8d3df8ca4fa1d2daf0735dce232841ef70018804607b6148f8ead76
 SHA512 
9ff4502b5983d95182b6dd383e31acbd5b693c0f55a67934e54e092891097cc13bb142a6efa25db127773cad6810d83e835458420ca7c2973e3d98ec188842dc
+DIST genpatches-5.4-117.extras.tar.xz 1772 BLAKE2B 
ee10f6f48ae519334fcaf405f751d30b2eda6b9b9e5bbcf5a5efa7a41741eca11d61931efc25548a148ca4c64cb28acb9d518920868a159c4813c404f131bbc5
 SHA512 
94147b0b028deb471eca0a2e302e9f04e5ad8aeb06dd7bb42eacc7d377f514adfea9733e99aae4ad14a85ac87bfd5c90c77143a5c2d4390c2157d6a937f09417
 DIST gentoo-kernel-config-5.10.18.tar.gz 1219 BLAKE2B 
55ec8c66a9b090e590e23574b54edde0fefb575f25e6848b1c84834847304e30e52fc0810b8fd219cfb23c097bb8f7444e0b010bde44209f0c4811f99db7e0aa
 SHA512 
ee137c85e94fe5989646cb19a72aca62ddd4795813f7bbf15d66262b0e72d90d84d5d17a31bae7980c061e0576e3f3254dca53ba6e547cf12cb7ab08771e3900
+DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e359934d5054238bd096addd7965754e6708bada63398c4b315318f73130ed81c1391524388396775632248870721f1ce23f203
 SHA512 
225600db53532ee131dd83d10cecc97a83f4615975ff32f3f6190a15eace64707cb59490bb42940e4429f9054221b9d9a589ada443922062bb5ee18ecc42c26c
 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.11 225875 BLAKE2B 
132f9ef1393edf843a7a5026da736975a465084e550b354e09a13c598fed6942c9eef7f46c2f04dd40861ed227b533041c5efb6f6fde442bdbad718aa563ef0c
 SHA512 
9def40a4df1d20497050c2badedb8b8828d67793b465855405fcebdd04d624b6c3314347c93db07acbff0262a41e68290365d2865945138468cf5ba4419594db

diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.114.ebuild 
b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.114.ebuild
new file mode 100644
index 000..289552d0f2d
--- /dev/null
+++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.4.114.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.114
+
+DESCRIPTION="Linux kernel built with Gentoo patches"
+HOMEPAGE="https://www.kernel.org/;
+SRC_URI+=" https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 
1).x/${MY_P}.tar.xz
+   
https://dev.gentoo.org/~mpagano/dist/genpatches/${GENPATCHES_P}.base.tar.xz
+   

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

2021-04-21 Thread Michał Górny
commit: c872224c338de63c86829b38038d834aa37d3dd2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 17:30:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c872224c

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 663dbc7bbab..197c89aafbc 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -14,6 +14,8 @@ DIST genpatches-5.11-17.base.tar.xz 626484 BLAKE2B 
4b6d07334c1da48619d820b102df5
 DIST genpatches-5.11-17.extras.tar.xz 1768 BLAKE2B 
2b8d33e5c6c03098dc43b95701937a3ac372301bdb9671a0e4fc40b9f8dcf2a9f6bf00de7f60d1136e3d904983273f17366bb4852e02ef229a92b166e37a30a0
 SHA512 
966c57720d558bb60e16b9c0f9d7e94e155cf1b3ee61c230b7c26a28757a1178e06a047edc5cd7b83bbd4aa31d6376156c390b1165e8b26fd6bf50439b2c16a3
 DIST genpatches-5.11-18.base.tar.xz 631896 BLAKE2B 
3274495dc2195c00229748696bc228582d4dc47e5be42afdc0a2f62793baf1981d721065e63f5a0534ea65b1a1393e9201052bcae7e8b411235c6e36390b8882
 SHA512 
7b9502bb22c9f4890bd83a45e545d1e080cdeb7e8e5ba5d637141c557b0cdffd44b0138b36920e476bcc0b15df2e8586694de964cc6b814dd2a6411d9c9d9d1d
 DIST genpatches-5.11-18.extras.tar.xz 1772 BLAKE2B 
016cd938f17a67dc1b402ae5fa4aac1aec6539b44122b6f843bc0ee1793d4c27307e08edeef8a967c42819c40a594aa0e93973cd320752e26d24367555967591
 SHA512 
bed57956cc6b61222859275c3e4bc0dc3d352683b5da02777170450166840d7a16a1418a7505344bdda5da157ab500d0950bcf7c994d29e97faea7b194e37422
+DIST genpatches-5.11-19.base.tar.xz 660328 BLAKE2B 
89eea3501d394d62cb116afdd0350985403a98edf6e7a479bc67efc4888d826a4a7a46c0d28e4dda5685af4095066dad26c639b4c66265fb68cbdb2cc9d9c823
 SHA512 
edd96b0ae213dfe7ea6d467cf738a0a71bb032914ead77646dabe512adb9d36ea33e479e28ebc0ef3df4ea96fa1d2ee2830bacc0965559530eac9cce0ede4b93
+DIST genpatches-5.11-19.extras.tar.xz 1772 BLAKE2B 
4d5771f406d8df3752f7512359e4f98a2f8caa07ef230785da07ba5c4241403f940a856b7be4552ca9a48358573621b8bb8cf069077bee0282554ce60d92769f
 SHA512 
615a895738ccdea871dc45502da6695f42d28b6619530683100994053dbc01b9f0d3fd2d550f73305cbe8e53fcf3c1265364bd17de926107a1485302f4f1d65b
 DIST genpatches-5.4-112.base.tar.xz 3278220 BLAKE2B 
11c4a33da1081ce777019604d06740368895e74893cb88f4ba6e3988fe3204f2d5a0ffe2204f77aed427ce8decdd77c5ea7dd374e893cbf7ab346b8fb87a918d
 SHA512 
d2c5378076390358ec60346e832a9454f1b61e67c68da4c6652d7d6cfa29223417fd0b95ea526cead86af5692e4e702a0ee5a169a894d04644f95bbbdd7d727e
 DIST genpatches-5.4-112.extras.tar.xz 1768 BLAKE2B 
7f77e833bc17035063b98d89135455fe6200eda135a92221c0f2eef63c6b41235653a8d11a7c99e542010c2195c1af8f5ae84a7da27d159fef67be5192537722
 SHA512 
6dda1c917736f8a45b1d79e3d7f30b243f922b274425975f520d1d2a5a0fb95b0ab242e0f24bd3a5e0b09e8eac76b6f71eab94cbe1747e3162ce85d892a6da5c
 DIST genpatches-5.4-114.base.tar.xz 3305288 BLAKE2B 
345acf1ef846178a5a70f385f3d9c2dea25b1892fb755cbd43c78f3aa553097294549a5f24e9552ab0d37d5086fb58e98b72db5230ab8506e725a0908edd5143
 SHA512 
fdbb6b9c10eafc3069b72460db1209843ec4d4d024548a384dca72592e3c6e5e4eb3b9b34058266499da26caf0a168a1469de7bf4934e0855c6a5db1f4d8d69e
@@ -47,6 +49,8 @@ DIST gentoo-kernel-5.11.14-1.x86.xpak 57630219 BLAKE2B 
6740a21c62ccd56699f6df096
 DIST gentoo-kernel-5.11.15-1.amd64.xpak 64702205 BLAKE2B 
37b1fc79595bd4f12561f9bd3ee90d9ff679d4aba4bbfb1ce8aea46aa6b3f4f86060732559fdddf1734f80e024251f5ea30d4598e3a0d331843f9284276303c5
 SHA512 
cf1e9ec4baa4dd5ecbdc07ea0eb1b0b2d40a2e4030c3eb4e8946f228d023ea2bb80db9d05751215d284833e46f3e9d0f6f81f1f4ebd45ce99b3fa0c9a903d9f4
 DIST gentoo-kernel-5.11.15-1.arm64.xpak 59826678 BLAKE2B 
66573bd61c3587bc7da7fbc49d8e40d2ce3cf3847b9a0af11633c0a173e7ab50a4156a576b3535c8d9448d529b303350001f9b74c98e53ffdc54e9ead00b8983
 SHA512 
b245a1ee0e4985b49e6897bd876a8d8da1c1268752bf6286d8d7dae128d8c1d05b7cb537f9791011fefc0949cdbf7e5e598835b27583bde9dbbd76cbfaa75b77
 DIST gentoo-kernel-5.11.15-1.x86.xpak 57616556 BLAKE2B 
8eeae06459bf26979992d424e6e27ca77b9a58bf0be78a07df344b8d314b6df52a584fe92094306d73d775950ae1394b1679dd39209acb1df5a80a6a04811719
 SHA512 
6eb588aae81446bc1a53327fd1be94ed415f8254372439d739aaf4e170004c208ce25e50366a493a023ac00ad343f410ce63385f0a8504c15c684c01be99
+DIST gentoo-kernel-5.11.16-1.amd64.xpak 65844402 BLAKE2B 
13a0ffb59cfb9ade1f99ce6ec03c55e4e9409cd3fcd95c2063e1625f624062eeb114c2cd4ccf071e2a5119e8a6d2f5feff1f93ef924a6d2c25c80331da888bdc
 SHA512 
f4c90f3057e7c43745708b3213306d0929f43bbe1a193f5c1a7f54a3937f40c58d4092c99f9997ea3068d1b920a1a1af4cdd60ee0dd7b2621dfcd08a0bce0bc4
+DIST gentoo-kernel-5.11.16-1.x86.xpak 57639335 BLAKE2B 

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

2021-04-21 Thread Michał Górny
commit: 0fa3bb0aba9aea12499d3acf151b9a38c334d9f3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:58:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa3bb0a

sys-kernel/gentoo-kernel: Bump to 5.11.16

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

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

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 8b391abe225..f0e7ab73004 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -14,6 +14,8 @@ DIST genpatches-5.11-17.base.tar.xz 626484 BLAKE2B 
4b6d07334c1da48619d820b102df5
 DIST genpatches-5.11-17.extras.tar.xz 1768 BLAKE2B 
2b8d33e5c6c03098dc43b95701937a3ac372301bdb9671a0e4fc40b9f8dcf2a9f6bf00de7f60d1136e3d904983273f17366bb4852e02ef229a92b166e37a30a0
 SHA512 
966c57720d558bb60e16b9c0f9d7e94e155cf1b3ee61c230b7c26a28757a1178e06a047edc5cd7b83bbd4aa31d6376156c390b1165e8b26fd6bf50439b2c16a3
 DIST genpatches-5.11-18.base.tar.xz 631896 BLAKE2B 
3274495dc2195c00229748696bc228582d4dc47e5be42afdc0a2f62793baf1981d721065e63f5a0534ea65b1a1393e9201052bcae7e8b411235c6e36390b8882
 SHA512 
7b9502bb22c9f4890bd83a45e545d1e080cdeb7e8e5ba5d637141c557b0cdffd44b0138b36920e476bcc0b15df2e8586694de964cc6b814dd2a6411d9c9d9d1d
 DIST genpatches-5.11-18.extras.tar.xz 1772 BLAKE2B 
016cd938f17a67dc1b402ae5fa4aac1aec6539b44122b6f843bc0ee1793d4c27307e08edeef8a967c42819c40a594aa0e93973cd320752e26d24367555967591
 SHA512 
bed57956cc6b61222859275c3e4bc0dc3d352683b5da02777170450166840d7a16a1418a7505344bdda5da157ab500d0950bcf7c994d29e97faea7b194e37422
+DIST genpatches-5.11-19.base.tar.xz 660328 BLAKE2B 
89eea3501d394d62cb116afdd0350985403a98edf6e7a479bc67efc4888d826a4a7a46c0d28e4dda5685af4095066dad26c639b4c66265fb68cbdb2cc9d9c823
 SHA512 
edd96b0ae213dfe7ea6d467cf738a0a71bb032914ead77646dabe512adb9d36ea33e479e28ebc0ef3df4ea96fa1d2ee2830bacc0965559530eac9cce0ede4b93
+DIST genpatches-5.11-19.extras.tar.xz 1772 BLAKE2B 
4d5771f406d8df3752f7512359e4f98a2f8caa07ef230785da07ba5c4241403f940a856b7be4552ca9a48358573621b8bb8cf069077bee0282554ce60d92769f
 SHA512 
615a895738ccdea871dc45502da6695f42d28b6619530683100994053dbc01b9f0d3fd2d550f73305cbe8e53fcf3c1265364bd17de926107a1485302f4f1d65b
 DIST genpatches-5.4-112.base.tar.xz 3278220 BLAKE2B 
11c4a33da1081ce777019604d06740368895e74893cb88f4ba6e3988fe3204f2d5a0ffe2204f77aed427ce8decdd77c5ea7dd374e893cbf7ab346b8fb87a918d
 SHA512 
d2c5378076390358ec60346e832a9454f1b61e67c68da4c6652d7d6cfa29223417fd0b95ea526cead86af5692e4e702a0ee5a169a894d04644f95bbbdd7d727e
 DIST genpatches-5.4-112.extras.tar.xz 1768 BLAKE2B 
7f77e833bc17035063b98d89135455fe6200eda135a92221c0f2eef63c6b41235653a8d11a7c99e542010c2195c1af8f5ae84a7da27d159fef67be5192537722
 SHA512 
6dda1c917736f8a45b1d79e3d7f30b243f922b274425975f520d1d2a5a0fb95b0ab242e0f24bd3a5e0b09e8eac76b6f71eab94cbe1747e3162ce85d892a6da5c
 DIST genpatches-5.4-114.base.tar.xz 3305288 BLAKE2B 
345acf1ef846178a5a70f385f3d9c2dea25b1892fb755cbd43c78f3aa553097294549a5f24e9552ab0d37d5086fb58e98b72db5230ab8506e725a0908edd5143
 SHA512 
fdbb6b9c10eafc3069b72460db1209843ec4d4d024548a384dca72592e3c6e5e4eb3b9b34058266499da26caf0a168a1469de7bf4934e0855c6a5db1f4d8d69e
@@ -30,15 +32,19 @@ DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e
 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.11 225875 BLAKE2B 
132f9ef1393edf843a7a5026da736975a465084e550b354e09a13c598fed6942c9eef7f46c2f04dd40861ed227b533041c5efb6f6fde442bdbad718aa563ef0c
 SHA512 
9def40a4df1d20497050c2badedb8b8828d67793b465855405fcebdd04d624b6c3314347c93db07acbff0262a41e68290365d2865945138468cf5ba4419594db
+DIST kernel-aarch64-fedora.config.5.11.16 225910 BLAKE2B 
2715de95281a315896264a17e3c36fec88ba51e6855c5f8aee786f6f44918b9bde57d0f4a8bd91623919cff86c1e5c00d183bf13da42fa363908ed041744a2ac
 SHA512 
b2efc941cd896b3afc024dde618aa017444845d6fcf779a72522d91abe3fdcb55e3d5bc67dba7632a0205eaf8e70bc74944f7f6554ee1a07909686adbceaf65e
 DIST kernel-aarch64.config.5.4.21 199104 BLAKE2B 
578ad451a76204df2a9bbbe34b5cb27051d2ac5e2c33967f562b01338c43f35da6dc33a4c2cc67ea6c3b32b155729360d3748ec28dcaa750f18449245b2e8a09

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

2021-04-21 Thread Michał Górny
commit: 0b43fc0af1f0983bcc13ccdb409052920355eb9a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:56:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b43fc0a

sys-kernel/vanilla-kernel: Bump to 5.10.32

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

 sys-kernel/vanilla-kernel/Manifest |   3 +
 .../vanilla-kernel/vanilla-kernel-5.10.32.ebuild   | 102 +
 2 files changed, 105 insertions(+)

diff --git a/sys-kernel/vanilla-kernel/Manifest 
b/sys-kernel/vanilla-kernel/Manifest
index 95dc921c1ee..fb94d00a8b2 100644
--- a/sys-kernel/vanilla-kernel/Manifest
+++ b/sys-kernel/vanilla-kernel/Manifest
@@ -1,4 +1,5 @@
 DIST gentoo-kernel-config-5.10.18.tar.gz 1219 BLAKE2B 
55ec8c66a9b090e590e23574b54edde0fefb575f25e6848b1c84834847304e30e52fc0810b8fd219cfb23c097bb8f7444e0b010bde44209f0c4811f99db7e0aa
 SHA512 
ee137c85e94fe5989646cb19a72aca62ddd4795813f7bbf15d66262b0e72d90d84d5d17a31bae7980c061e0576e3f3254dca53ba6e547cf12cb7ab08771e3900
+DIST gentoo-kernel-config-5.10.32.tar.gz 1269 BLAKE2B 
4a21a57d567d9a527ef829f375275c65347b2e6461b00e50099458c496af0a7b3b863a6e1d8421ad18c52c64c1c4cd7e5fd416673b67738cde6253af8a9f18db
 SHA512 
a83ef22a7f9f83f01bd65a5470f0678111b0a7dcf1dc564e04264f68cc54833dbed4cccffe2864caf3ac14169611259f0bb786c1aefe194372d6d3f67fa64c00
 DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e359934d5054238bd096addd7965754e6708bada63398c4b315318f73130ed81c1391524388396775632248870721f1ce23f203
 SHA512 
225600db53532ee131dd83d10cecc97a83f4615975ff32f3f6190a15eace64707cb59490bb42940e4429f9054221b9d9a589ada443922062bb5ee18ecc42c26c
 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
@@ -21,6 +22,8 @@ DIST linux-5.10.30.tar.sign 991 BLAKE2B 
7bf651faf08ab2bb3b07670e32c0c6eb1cc09bed
 DIST linux-5.10.30.tar.xz 116320464 BLAKE2B 
688217cd054aed2d7e3860cb6279c278e1cf052a05257948ccf9e3b5899bfb43b1418130d3fb0f6a9efe2eb4956f795a36f1173487d4432c2451196d47b2a76f
 SHA512 
965b5181a15c05e1365e4ed90b31492ac40c3e92384a27e3540175810bcbca7e32e3bdeb59786716d276f97576980ef8b0663a8b5bd3e6794b2df30878c6bf20
 DIST linux-5.10.31.tar.sign 991 BLAKE2B 
9d5d059f3b9803f46ebe37bfe417f73a108969281fded8cfee73050c613b81413b057578f507f2948c65a20e3b0dcf512a108a89721b9a3bab07a546ef152058
 SHA512 
a4f0120b91d1823091e8e7ecc3145cc202900511b54f215573a963050f10836fc67d90427df78679c07be6c909eec7e79bad5940cfe29364d50efd840ce17ecf
 DIST linux-5.10.31.tar.xz 116317044 BLAKE2B 
1b54ff36789dbe52894ed6bf4b4ecc323d6758a0065aae2923231edc3507253f8be8737a497b11d77ace4bc9354ea2e9de987d1d8c7e873784c9ab66a85e797b
 SHA512 
3292de96d36dc5b17fea69e348bd5379554aae10806745348ebb2d846501059b4a9d63450f714913f7d44b977794d810f7f5f3653d579683963740105ab45297
+DIST linux-5.10.32.tar.sign 991 BLAKE2B 
3f27d9e293ca0ceb4ec8be14ce6cf3b5b6d9347557964844e8621e3501d0db760502b2ab02c4fa466b367812b1290df0a5e20e6c80e3faa863f04d32ff1bc43e
 SHA512 
9b62d56a1c8dd81c8c65bb9fd485c18ed849c1ad527116658ed29db986ccbcd45fec72e1fa5664ce382ac6a99743e40c4ea82c19f70665c5398d3b6b2f8f6e45
+DIST linux-5.10.32.tar.xz 116326724 BLAKE2B 
ec771772ebf052f93af4dd5b0bc3a067118739b2f4a485a8e85aefd8ed722e2d7ff20e9ad5a4ead882ecec6e8217dc6203054fa6ebdc7df0b42978a79df3
 SHA512 
ac10c3ccdd75e79d24d3fe7a8391084e02789ed39dfaa9a53f02acd07f802bc9f2f55ac3f277c78726bfda474726f45d7cd771a015d585fff2edd515d46e3b7c
 DIST linux-5.11.13.tar.sign 991 BLAKE2B 
32a8fbb32f1c1b6480377c76c157a78436399b7cbdc153650057780e92f8bb5cbbc0c352a2ed9fe8f61c481be874df9e30e96c2fbd2eb9040a4d979eca5d0e8f
 SHA512 
d0e4df56efed1ca900b206f25b6639fcc502c9a5ace9d7f40dfcd2144e066853b8168774d430717511a78c54faf5f3d9ea58db1f37c89efa13ac193dc22c8e02
 DIST linux-5.11.13.tar.xz 117652480 BLAKE2B 
fd9537a0eb265660ed25d12ff4098ca208035576c580f81cb6a1355eedde2748bdb65521641f68e626a1aee49e7494c79627015a376b7ee4a6373622605ac760
 SHA512 
6502370280f3bb9d6d91a7aab1249406fbb1f9897eb62baf8bd72bb5845b0ad95931f94aa72de275fb05a36ce1f0d7931fdf53de93a507043f260116185643af
 DIST linux-5.11.14.tar.sign 991 BLAKE2B 
b1a33b95e3745ff9bf361614daab255cdc90ebc51c243d4d5101ed24e911b3be357dc12d4d6aa453a957cbd0a9cfdfb1d1e76d264806b9ea4c836a84fad96bfb
 SHA512 
d21bd52c50453d63ff68b8c79373620ad6d29b4becc09bc16b3898eec70b24084cd5d718110f78226b1eac9fae31b6885667da452741b8f30634e13ef4201fe1

diff --git 

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

2021-04-21 Thread Michał Górny
commit: 9cf1e295500fdc4de487882fbe0a397407be75d8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:57:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf1e295

sys-kernel/gentoo-kernel: Bump to 5.10.32

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

 sys-kernel/gentoo-kernel/Manifest  |  3 +
 .../gentoo-kernel/gentoo-kernel-5.10.32.ebuild | 90 ++
 2 files changed, 93 insertions(+)

diff --git a/sys-kernel/gentoo-kernel/Manifest 
b/sys-kernel/gentoo-kernel/Manifest
index 577d2aaa4ff..8b391abe225 100644
--- a/sys-kernel/gentoo-kernel/Manifest
+++ b/sys-kernel/gentoo-kernel/Manifest
@@ -6,6 +6,8 @@ DIST genpatches-5.10-33.base.tar.xz 1088684 BLAKE2B 
a3d76185ce3e0cd6bc769ce500dd
 DIST genpatches-5.10-33.extras.tar.xz 1772 BLAKE2B 
92bf4a1dc1551b703096c0a54cbaa0dbf0ac1c012efebddb78671231e850b7e05162c48af81eee114b68495338562b04a67486fc9cf142ee82465489c332707a
 SHA512 
f369685fdd2ca7a1d9385d8e304c1d1e9dffdeefa22b8ff0cd01bb4a258ba57b132e93caab59c72829419f0cb92fae9b06e0f6af638e87d8935a9e0a3ea6c2e4
 DIST genpatches-5.10-34.base.tar.xz 1094372 BLAKE2B 
fc02d1344658a518e588c8289471613c068111fc213f96b73ce6468a83bb9bda1a9244ed11413a3dbb672023d70818188905fe1edf4a4f4f76a3503997f62ac8
 SHA512 
af49844b9fde66740e439fa9f415e5f0a273a971c1405ce9b68e638710ea2068d28a052f7d9027e6f0fe9316c22a18015563eae7a30abd0463c8033c5561e209
 DIST genpatches-5.10-34.extras.tar.xz 1772 BLAKE2B 
ed8c15560842e9de484ee8a6796723f3e5ab9c2d4882b318f1d2ef2e8c273b8af1687aefc3bc2e4e502fa81bb3c662181c6dca5cf1ba3e9350bbbe3a5709957a
 SHA512 
4abf0269143ed8137dfcbf01fc18a2e033c7ac2d241834f4ef830c9c04e4aa6e94ea8c2509971893b41fb31da17c715cf58975b5c57682005a29632623499d4e
+DIST genpatches-5.10-35.base.tar.xz 1115708 BLAKE2B 
c07da3088341dabf91bb2e6935868030dbf50ddeece2389e1d24007fff30507e3a9a29d4acf25362c1b8a79015ae428c54a6a0062f43ed759c09e5c35f8b3d54
 SHA512 
e5e80de9f8340c25ee57177be9480f13a20a5b2bacff8f486ac499638557c1992db28d9fc8fa038814a2364204e4d905e61ab5d9514c9d31bd108b20def86809
+DIST genpatches-5.10-35.extras.tar.xz 1772 BLAKE2B 
d53e3c4172e37bb0ab0a7d5010438fec49735d02ea6476a05873673d4876086c7c2b50927a6c728e17142649b32085937ca1a8aeb1ba98ccd1ed6158ae86b4f0
 SHA512 
46854cc6dc4f72efd8475e7eac8ba3c87e800980dd612380bc64a3958cee89b1339a079e7fdd08c5d50303db22f5ee00b371c3989fd39503cce82aff8081de9e
 DIST genpatches-5.11-16.base.tar.xz 567216 BLAKE2B 
cee97030c5e59b9d7eea622bd4b8d99f8ec86cfb5e559abcee5184d0fc9acecc5f3b048f0c8f8949f5ea52169ad60e182c2239778d4cf758f41daa1cd593fd71
 SHA512 
f3d320de79222c26d5fc16030752fce85d3b4cd2c9a769da59aec64f410c1a63f76d7c4c429932a046a4611a12fab2c2f259f7ba4821b7381d1e0a7a2c2df9d4
 DIST genpatches-5.11-16.extras.tar.xz 1768 BLAKE2B 
12e78dfc00d3ce8e0b9903f62a6c4b1219e4559a9e6e736d5e4f807a429d91531d39e69f46667297f65824a074af4cf7665e741086efafff83bac195fe649455
 SHA512 
091b3f9f3589a098c35c3172f1192c56b774f6fcf90c30230a4a6de237db14895f13a75e51324acf83c5b5d8af14f636034eb3bbb33b6070804adf62ab7ad194
 DIST genpatches-5.11-17.base.tar.xz 626484 BLAKE2B 
4b6d07334c1da48619d820b102df5bfc2d15113d97415e9ad789e8484a39a66509cc360019368834c525a66af0b577b165c5bb898756a60372f1bb21802ee8b6
 SHA512 
36ca2dcdccd03be5f3c3a350c4f721d5f00adda12c87ba08146b13fd034644ed82eb9e3151ed6210fcc16a37a7ae10d4353be5477a320110e8d89fff74218ec4
@@ -23,6 +25,7 @@ DIST genpatches-5.4-116.extras.tar.xz 1768 BLAKE2B 
34c8926f21ae07fa0b18aca7c8527
 DIST genpatches-5.4-117.base.tar.xz 3353396 BLAKE2B 
b4fdd41a247389b695bd5f84cdf1f1bb3df1db236c919375998e273aff8ed6b5a503d58dc8d3df8ca4fa1d2daf0735dce232841ef70018804607b6148f8ead76
 SHA512 
9ff4502b5983d95182b6dd383e31acbd5b693c0f55a67934e54e092891097cc13bb142a6efa25db127773cad6810d83e835458420ca7c2973e3d98ec188842dc
 DIST genpatches-5.4-117.extras.tar.xz 1772 BLAKE2B 
ee10f6f48ae519334fcaf405f751d30b2eda6b9b9e5bbcf5a5efa7a41741eca11d61931efc25548a148ca4c64cb28acb9d518920868a159c4813c404f131bbc5
 SHA512 
94147b0b028deb471eca0a2e302e9f04e5ad8aeb06dd7bb42eacc7d377f514adfea9733e99aae4ad14a85ac87bfd5c90c77143a5c2d4390c2157d6a937f09417
 DIST gentoo-kernel-config-5.10.18.tar.gz 1219 BLAKE2B 
55ec8c66a9b090e590e23574b54edde0fefb575f25e6848b1c84834847304e30e52fc0810b8fd219cfb23c097bb8f7444e0b010bde44209f0c4811f99db7e0aa
 SHA512 
ee137c85e94fe5989646cb19a72aca62ddd4795813f7bbf15d66262b0e72d90d84d5d17a31bae7980c061e0576e3f3254dca53ba6e547cf12cb7ab08771e3900
+DIST gentoo-kernel-config-5.10.32.tar.gz 1269 BLAKE2B 
4a21a57d567d9a527ef829f375275c65347b2e6461b00e50099458c496af0a7b3b863a6e1d8421ad18c52c64c1c4cd7e5fd416673b67738cde6253af8a9f18db
 SHA512 
a83ef22a7f9f83f01bd65a5470f0678111b0a7dcf1dc564e04264f68cc54833dbed4cccffe2864caf3ac14169611259f0bb786c1aefe194372d6d3f67fa64c00
 DIST gentoo-kernel-config-5.4.114.tar.gz 1298 BLAKE2B 
e494041cd63ba53f055cfd555e359934d5054238bd096addd7965754e6708bada63398c4b315318f73130ed81c1391524388396775632248870721f1ce23f203
 SHA512 

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

2021-04-21 Thread Michał Górny
commit: f6dc9ef1f8feed5a8f43b78235785783960983e8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:56:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6dc9ef1

virtual/dist-kernel: Bump to 5.4.114

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

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

diff --git a/virtual/dist-kernel/dist-kernel-5.4.114.ebuild 
b/virtual/dist-kernel/dist-kernel-5.4.114.ebuild
new file mode 100644
index 000..11d6573ded7
--- /dev/null
+++ b/virtual/dist-kernel/dist-kernel-5.4.114.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-04-21 Thread Michał Górny
commit: b7061533a8b52410fbc479fdeccc5235bb5f4f49
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:58:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7061533

virtual/dist-kernel: Bump to 5.11.16

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

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

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

2021-04-21 Thread Michał Górny
commit: 39caf769fc39e29276ba4a898904c2586c3872ea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 17:30:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39caf769

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

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index dbe91ce21ab..45aba5c8c26 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -20,6 +20,8 @@ DIST genpatches-5.4-115.base.tar.xz 3335100 BLAKE2B 
49863f2b97492223e0a42eecc0df
 DIST genpatches-5.4-115.extras.tar.xz 1772 BLAKE2B 
49c7ee35b73827fc454adf526f5ceed9f7c71b6ac2c2e954943142999ed7c1e7a58a543d1519c1d3d6b7e4e9aa3970094650663f10b65408414155909037b23f
 SHA512 
d45ff15542dd01aa7381e992fee90391000cb42d421fab243563fcc547acb8576ab74ef78bf2eb1d81fcd327bf76ee3cc3a6addad5f5ead7eba47837d139792a
 DIST genpatches-5.4-116.base.tar.xz 3335896 BLAKE2B 
efdbbacd50bfb4a54d3de569f22cdf24fe26945266808a5cd01039cf7045d802c7bc627bb2d5866615f6dab1f72ce8992841ce8fe8cb579c4df113efc066b89c
 SHA512 
8500cc96e2590bf114c184ad1eba30aedaf2080e5651cc4c352107fd10218eb5f471ec957b26fff9d3f98f56410c245776f13950b9ba49b053e2bd43254e3e38
 DIST genpatches-5.4-116.extras.tar.xz 1768 BLAKE2B 
34c8926f21ae07fa0b18aca7c85273986da3810180e62178f841023e7f896417eb1fad53084ac6f8e140ac90adad839494c49ada159290b806c675eef76c1962
 SHA512 
1abf8d8cfc7fce46c77d1f3f431b067b2ad1eaf9afe3c025d786b8a65bfdf9e469a72a75b64a0fd191487a391f2a1e717aeabd5634fc372d023d1f5fc39f1f6d
+DIST genpatches-5.4-117.base.tar.xz 3353396 BLAKE2B 
b4fdd41a247389b695bd5f84cdf1f1bb3df1db236c919375998e273aff8ed6b5a503d58dc8d3df8ca4fa1d2daf0735dce232841ef70018804607b6148f8ead76
 SHA512 
9ff4502b5983d95182b6dd383e31acbd5b693c0f55a67934e54e092891097cc13bb142a6efa25db127773cad6810d83e835458420ca7c2973e3d98ec188842dc
+DIST genpatches-5.4-117.extras.tar.xz 1772 BLAKE2B 
ee10f6f48ae519334fcaf405f751d30b2eda6b9b9e5bbcf5a5efa7a41741eca11d61931efc25548a148ca4c64cb28acb9d518920868a159c4813c404f131bbc5
 SHA512 
94147b0b028deb471eca0a2e302e9f04e5ad8aeb06dd7bb42eacc7d377f514adfea9733e99aae4ad14a85ac87bfd5c90c77143a5c2d4390c2157d6a937f09417
 DIST gentoo-kernel-5.10.27-1.amd64.xpak 64103968 BLAKE2B 
68f1d8dda132b7e808f2becb52f9b035c12f4ad6a353bfa51618ec2ba24f527a5c1c3f4244b1cd1418cc34041d4114703e44c98cacd9aab13aa3e7e9941d2abe
 SHA512 
c5eba8f18288936e621956248b3021c7d3c25c0a598ac1f7301287e2ae5bbef29c45d29f0b8b347dff99dc0b9408fbb299162998f4c7d85f330aa5526e4a6eeb
 DIST gentoo-kernel-5.10.27-1.arm64.xpak 59322840 BLAKE2B 
35b4da2456931ff3316cf424448991c96d580dc7d63c6211f72b630ec40b27afa684c3e471995ace7d33c535e61c3bcb2443bef6a780b7ce1450e9e3abe7825f
 SHA512 
c3465d647975785093fac8812d4cf2e7be9e4ee0c13afeb92ace0c93f54559c030ef5b746e169ec362b53d9d5df1bcb6c3aa9869acdda56c792803fc3ccde7c5
 DIST gentoo-kernel-5.10.27-1.x86.xpak 57074563 BLAKE2B 
ec113b1cd361f46d948004f58b0cc81edcc96d68fc5e949a6f4c0d4c634189ad014de8fa028d9282c89f8e75ccacb95034c0e01db21f465931e2ba78ee81f7ea
 SHA512 
c1892e2fa4db321572f76f92231e9f5b3fa4a88a8af17fa5d4f8d754dd565c40eaa8f83dd2e991ab5837d821abe5d7f012fd56cd793f6e0fd6b3f2f78dab1621
@@ -53,6 +55,8 @@ DIST gentoo-kernel-5.4.112-1.x86.xpak 53174832 BLAKE2B 
90e93a7034c98e309c1cd2aa5
 DIST gentoo-kernel-5.4.113-1.amd64.xpak 61382156 BLAKE2B 
042a2321aa396bceb6984590e51aee79d0d790e35bc3ece36916ccfe9103a801f4892c930491f69dd76ef9932375ea0a796f07f0efa73418d016b1b9025d4866
 SHA512 
aaa778f541efa574f1831c36da931b17d9fb656f18cc889acec78990c16e569c75e590eecc78e3efd2d21abad37d2ecd82c6566578310a143a8a9cac8a5161e8
 DIST gentoo-kernel-5.4.113-1.arm64.xpak 56479477 BLAKE2B 
cd395d019db71880e48d6eca6cfa6337c7931e6dae92f80d588b58fdccffbd36c356d3d3b97e3f5d72313dcf06965f837b7ccf948d5e6f5621438196de57c547
 SHA512 
89c3c0e00ad9b1748332a9aebcba4b1db1d21abb74be9ac3efb6306d8d69ddfc14a367f43e5848e4862572aba0f37426f8c2801a183c8ee6f30868463234667a
 DIST gentoo-kernel-5.4.113-1.x86.xpak 53180295 BLAKE2B 
10b9a5457e123367949755ed81671233ff3e4470fb437e8cdff773985dbf07e7e09cb450e56e484a8f27f4aace1abf7bd6053c339aa95aa4d903a37b826a4693
 SHA512 
6e3fe295073418a7cf4589e96653d71b47f6245970f4891cf44b8cc21bf3ebc4d134dfbd1ea4c2eb99e88c2dd5dd3e35042e89d212f9401b1c084463af2ec098
+DIST gentoo-kernel-5.4.114-1.amd64.xpak 61383665 BLAKE2B 
54805c103f9be50fc636b7d04dda5b1bea627e0b41e2a929104193cbc0f0e02d532f399ee45d835eb422df9ae0343c2835e17e229e634a9c15d7d162bcb109a2
 SHA512 
78670a3802cddabe1b47a09ad9c2da31fbefc40771daff8a21bcf0f7a6bef11ddb3d047c45d724e925f5faf5b5493e2def153ffb4a58a25e81e6d84044b177b7
+DIST gentoo-kernel-5.4.114-1.x86.xpak 53172196 BLAKE2B 

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

2021-04-21 Thread Michał Górny
commit: 3282cea51c62cc6a8f76eeb24fea24a1396188b0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 21 12:57:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 21 17:35:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3282cea5

virtual/dist-kernel: Bump to 5.10.32

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

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

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

2021-04-21 Thread Miroslav Å ulc
commit: defccdf0e269323ca6d57077b4866ca1fc0eb0aa
Author: Miroslav Å ulc  gentoo  org>
AuthorDate: Wed Apr 21 17:36:17 2021 +
Commit: Miroslav Å ulc  gentoo  org>
CommitDate: Wed Apr 21 17:36:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=defccdf0

profiles/package.mask: dev-java/ant-owanttask last-rite

Signed-off-by: Miroslav Å ulc  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 62171e9f897..235da39865c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Miroslav Å ulc  (2021-04-21)
+# java library, no consumers
+# see: https://bugs.gentoo.org/784830
+dev-java/ant-owanttask
+
 # Ulrich Müller  (2021-04-20)
 # Version 3.15 is broken with Emacs 27.2.
 =app-emacs/mic-paren-3.15-r0



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

2021-04-21 Thread Sam James
commit: d82708ef4bdd70b3a5fb1568fc1ab94ca05ceec0
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 21 19:03:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 21 19:03:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82708ef

media-sound/fapg: Stabilize 0.43 amd64, #784446

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

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

diff --git a/media-sound/fapg/fapg-0.43.ebuild 
b/media-sound/fapg/fapg-0.43.ebuild
index 30f2442b79a..801676ceef0 100644
--- a/media-sound/fapg/fapg-0.43.ebuild
+++ b/media-sound/fapg/fapg-0.43.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 ~x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"



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

2021-04-21 Thread Marek Szuba
commit: 7d05faaf8b3516a49ab23643d06977b525500b47
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Apr 21 15:49:21 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Apr 21 16:07:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d05faaf

net-libs/nodejs: bump to 16.0.0

Signed-off-by: Marek Szuba  gentoo.org>

 net-libs/nodejs/Manifest |   1 +
 net-libs/nodejs/nodejs-16.0.0.ebuild | 203 +++
 2 files changed, 204 insertions(+)

diff --git a/net-libs/nodejs/Manifest b/net-libs/nodejs/Manifest
index f535dbb6a32..c01a018f5cf 100644
--- a/net-libs/nodejs/Manifest
+++ b/net-libs/nodejs/Manifest
@@ -3,3 +3,4 @@ DIST node-v12.22.1.tar.xz 23650180 BLAKE2B 
90b0a8ab3842483fea0c776e0245e63539a98
 DIST node-v14.16.0.tar.xz 33301140 BLAKE2B 
faf380e8f02ea2e6084601fece1e9d3119aeabcebc844fd22a79c18e27cf54f0cd470971cc5a86277a226e59950f511e1173828565bdda1c1f06c52b144cba6f
 SHA512 
ac6f7408df35e2bae8bcad3f461d8e260a2762c77f78d737b0339a592724ff1a98ba171a95e44366e731accfb3208e7cfd6d3edd0f646ddc26a01cfbdbbb655b
 DIST node-v14.16.1.tar.xz 33297064 BLAKE2B 
0927434c63cd248e90a4002b50c7a0fd68a5527a4cd7424b451840ddf0c403ba452979b195e598cc3b323e24233248a74a1274519ce8cd3a2f4e71dc7a8f3dcb
 SHA512 
d4f5fbab69592ae555613b2186090b85a458d2211b6035989aee2617bfd0f6768ca767ec45ce12756a9c452d00af7237edee3b1ae526049e9fcd01f8f67680c0
 DIST node-v15.14.0.tar.xz 33324232 BLAKE2B 
30639a4e87954226de57070457e34caad205d19a4446beb22735383d1576c9e529f7d10fb0da4c808963ae719b00d894cd92838bdd3dbe7ba72e354a22a9455e
 SHA512 
781a18694760b5ef280aa439ac5641ab1bccd3a9ec4733528bd5078bbca4e10da3ebafde9d74580445d193acb7d15d1b9864c0ceee345bc06e956352f59366c4
+DIST node-v16.0.0.tar.xz 33784448 BLAKE2B 
3286cf6522074cb7b17dce8fce642204777fef26fd4bdb904fdef638061913a1eccda13b8e2f170906dd9098500c8fae7eaea7275e41bf97ea6d9fdd644b215c
 SHA512 
6b976a8959079751bfdece15614a6286088d9145fc4db4ae048aca2ede4b7e38e86e91b1722be51eb4c934749a144a745e425ccf118bed9848c30ff254de2557

diff --git a/net-libs/nodejs/nodejs-16.0.0.ebuild 
b/net-libs/nodejs/nodejs-16.0.0.ebuild
new file mode 100644
index 000..3b317ab08c9
--- /dev/null
+++ b/net-libs/nodejs/nodejs-16.0.0.ebuild
@@ -0,0 +1,203 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit bash-completion-r1 flag-o-matic pax-utils python-any-r1 
toolchain-funcs xdg-utils
+
+DESCRIPTION="A JavaScript runtime built on Chrome's V8 JavaScript engine"
+HOMEPAGE="https://nodejs.org/;
+SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
+
+LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
+SLOT="0/$(ver_cut 1)"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+
+IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot 
+ssl system-icu +system-ssl systemtap test"
+REQUIRED_USE="inspector? ( icu ssl )
+   npm? ( ssl )
+   system-icu? ( icu )
+   system-ssl? ( ssl )"
+
+# FIXME: test-fs-mkdir fails with "no such file or directory". Investigate.
+RESTRICT="test"
+
+RDEPEND=">=app-arch/brotli-1.0.9
+   >=dev-libs/libuv-1.40.0:=
+   >=net-dns/c-ares-1.17.0
+   >=net-libs/nghttp2-1.41.0
+   sys-libs/zlib
+   system-icu? ( >=dev-libs/icu-67:= )
+   system-ssl? ( >=dev-libs/openssl-1.1.1:0= )"
+BDEPEND="${PYTHON_DEPS}
+   sys-apps/coreutils
+   virtual/pkgconfig
+   systemtap? ( dev-util/systemtap )
+   test? ( net-misc/curl )
+   pax_kernel? ( sys-apps/elfix )"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-15.2.0-global-npm-config.patch
+)
+
+S="${WORKDIR}/node-v${PV}"
+
+pkg_pretend() {
+   (use x86 && ! use cpu_flags_x86_sse2) && \
+   die "Your CPU doesn't support the required SSE2 instruction."
+}
+
+src_prepare() {
+   tc-export AR CC CXX PKG_CONFIG
+   export V=1
+   export BUILDTYPE=Release
+
+   # fix compilation on Darwin
+   # https://code.google.com/p/gyp/issues/detail?id=260
+   sed -i -e "/append('-arch/d" tools/gyp/pylib/gyp/xcode_emulation.py || 
die
+
+   # less verbose install output (stating the same as portage, basically)
+   sed -i -e "/print/d" tools/install.py || die
+
+   # proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
+   local LIBDIR=$(get_libdir)
+   sed -i -e "s|lib/|${LIBDIR}/|g" tools/install.py || die
+   sed -i -e "s/'lib'/'${LIBDIR}'/" deps/npm/lib/npm.js || die
+
+   # Avoid writing a depfile, not useful
+   sed -i -e "/DEPFLAGS =/d" tools/gyp/pylib/gyp/generator/make.py || die
+
+   sed -i -e "/'-O3'/d" common.gypi node.gypi || die
+
+   # Avoid a test that I've only been able to reproduce from emerge. It 
doesnt
+   # seem sandbox related either (invoking it from a sandbox works fine).
+   # The issue is that no stdin handle is openened when 

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

2021-04-21 Thread Sam James
commit: ee701fde0cb94c3c1dc7e54fb14cf5d1dc0f172e
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee701fde

app-editors/nedit: Stabilize 5.7 amd64, #783627

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

 app-editors/nedit/nedit-5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/nedit/nedit-5.7.ebuild 
b/app-editors/nedit/nedit-5.7.ebuild
index eb7b70f2563..c8760828ae9 100644
--- a/app-editors/nedit/nedit-5.7.ebuild
+++ b/app-editors/nedit/nedit-5.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/motif-2.3:0



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

2021-04-21 Thread Sam James
commit: 6da94e0be81955e6fcea26d10be34222fde2
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da94e0b

dev-cpp/libmcpp: Stabilize 2.7.2_p5 amd64, #718808

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

 dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild 
b/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild
index 0b7d50cec86..5d8068387d5 100644
--- a/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild
+++ b/dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos"
+KEYWORDS="amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos"
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.7.2-fix-build-system.patch



[gentoo-commits] repo/gentoo:master commit in: dev-java/commons-net/

2021-04-21 Thread Sam James
commit: 510e1ebdd7cead21af2c0f9f3b0e3eebdde74338
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510e1ebd

dev-java/commons-net: Stabilize 3.8.0 amd64, #783021

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

 dev-java/commons-net/commons-net-3.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/commons-net/commons-net-3.8.0.ebuild 
b/dev-java/commons-net/commons-net-3.8.0.ebuild
index c3f63eea666..9e07e5083b2 100644
--- a/dev-java/commons-net/commons-net-3.8.0.ebuild
+++ b/dev-java/commons-net/commons-net-3.8.0.ebuild
@@ -18,4 +18,4 @@ RDEPEND=">=virtual/jre-1.8:*"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-java/werken-xpath/

2021-04-21 Thread Sam James
commit: 5030147ab4735c57fab6521a58702ef84d6655db
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5030147a

dev-java/werken-xpath: Stabilize 0.9.4_beta-r5 amd64, #783690

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

 dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild 
b/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild
index 858ddfce3f6..a8c90d56af1 100644
--- a/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild
+++ b/dev-java/werken-xpath/werken-xpath-0.9.4_beta-r5.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://gentoo/${MY_P}-src.tar.gz"
 
 LICENSE="JDOM"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 COMMON_DEP="
dev-java/jdom:0



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

2021-04-21 Thread Sam James
commit: 35c888ab4445cdee10d59cb3f8625537f5f687fb
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c888ab

dev-util/cproto: Stabilize 4.7s amd64, #777825

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

 dev-util/cproto/cproto-4.7s.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/cproto/cproto-4.7s.ebuild 
b/dev-util/cproto/cproto-4.7s.ebuild
index bde2acb8200..0ae328fd7df 100644
--- a/dev-util/cproto/cproto-4.7s.ebuild
+++ b/dev-util/cproto/cproto-4.7s.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.invisible-island.net/cproto/${P}.tgz;
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 DEPEND="sys-devel/flex
virtual/yacc"



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

2021-04-21 Thread Sam James
commit: 8434e503b6a93038fde8a619e60159d3823ac03f
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8434e503

net-misc/shmux: Stabilize 1.0.2-r1 amd64, #783729

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

 net-misc/shmux/shmux-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/shmux/shmux-1.0.2-r1.ebuild 
b/net-misc/shmux/shmux-1.0.2-r1.ebuild
index 0b377d9fa98..81f1b69d314 100644
--- a/net-misc/shmux/shmux-1.0.2-r1.ebuild
+++ b/net-misc/shmux/shmux-1.0.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz;
 
 LICENSE="shmux"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="pcre"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/

2021-04-21 Thread Sam James
commit: 2cc5933e8751b8fcd68d91932747bb6b1c96d694
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:01:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:01:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc5933e

net-print/foomatic-db-ppds: Stabilize 4.0.20190226 arm, #783732

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

 net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild 
b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
index 55c6571d367..cc083704406 100644
--- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE=""
 
 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"



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

2021-04-21 Thread Sam James
commit: 1751efe3eea53658c788b2510dac3cc3e63288dc
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:01:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:01:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1751efe3

media-libs/qhull: Stabilize 2020.2-r3 arm, #783912

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

 media-libs/qhull/qhull-2020.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild 
b/media-libs/qhull/qhull-2020.2-r3.ebuild
index 09fea367f9d..76735361eb2 100644
--- a/media-libs/qhull/qhull-2020.2-r3.ebuild
+++ b/media-libs/qhull/qhull-2020.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 SLOT="0/8"
 LICENSE="BSD"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="doc static-libs"
 
 DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )



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

2021-04-21 Thread Sam James
commit: 1bd68140c4d29055d383b5cdff24dcdee3c636db
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:01:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:01:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bd68140

sys-apps/most: Stabilize 5.1.0 arm, #783741

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

 sys-apps/most/most-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/most/most-5.1.0.ebuild b/sys-apps/most/most-5.1.0.ebuild
index 6e172b0ec63..04d693912d0 100644
--- a/sys-apps/most/most-5.1.0.ebuild
+++ b/sys-apps/most/most-5.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND=">=sys-libs/slang-2.1.3"



[gentoo-commits] repo/gentoo:master commit in: dev-java/jansi-native/

2021-04-21 Thread Sam James
commit: b559899fec35e309eda301b15449bcf6413a2837
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b559899f

dev-java/jansi-native: Stabilize 1.8 amd64, #783831

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

 dev-java/jansi-native/jansi-native-1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/jansi-native/jansi-native-1.8.ebuild 
b/dev-java/jansi-native/jansi-native-1.8.ebuild
index ed594a3e3e5..9ab5f0cf004 100644
--- a/dev-java/jansi-native/jansi-native-1.8.ebuild
+++ b/dev-java/jansi-native/jansi-native-1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.tar.gz;
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 CDEPEND="dev-java/hawtjni-runtime:0"
 



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

2021-04-21 Thread Sam James
commit: 8a10e3610ab1c0418fcc2428f9202a5a771c4225
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:01:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:01:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a10e361

www-client/firefox: Stabilize 78.10.0 arm64, #784572

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

 www-client/firefox/firefox-78.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-78.10.0.ebuild 
b/www-client/firefox/firefox-78.10.0.ebuild
index 657d965605b..513f802e67c 100644
--- a/www-client/firefox/firefox-78.10.0.ebuild
+++ b/www-client/firefox/firefox-78.10.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox;
 
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
 
 SLOT="0/esr$(ver_cut 1)"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2021-04-21 Thread Sam James
commit: 37c06ebdfb8dec4db160b36bb3007de9b5ffbd46
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:01:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:01:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37c06ebd

media-libs/qhull: Stabilize 2020.2-r3 amd64, #783912

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

 media-libs/qhull/qhull-2020.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/qhull/qhull-2020.2-r3.ebuild 
b/media-libs/qhull/qhull-2020.2-r3.ebuild
index 451a99e0bbf..09fea367f9d 100644
--- a/media-libs/qhull/qhull-2020.2-r3.ebuild
+++ b/media-libs/qhull/qhull-2020.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/qhull/qhull/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 SLOT="0/8"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos"
 IUSE="doc static-libs"
 
 DOCS=( Announce.txt File_id.diz README.txt REGISTER.txt )



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

2021-04-21 Thread Sam James
commit: d6fcf39376c27aeed2ec5f367e6f39941d44a30d
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fcf393

app-misc/recoll: Stabilize 1.28.5 amd64, #776610

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

 app-misc/recoll/recoll-1.28.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/recoll/recoll-1.28.5.ebuild 
b/app-misc/recoll/recoll-1.28.5.ebuild
index ec938b959a9..3beec1b6fe8 100644
--- a/app-misc/recoll/recoll-1.28.5.ebuild
+++ b/app-misc/recoll/recoll-1.28.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="camelcase chm doc +inotify qt5 session +spell webengine"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/

2021-04-21 Thread Sam James
commit: b1a440b5545427b6e7cf09f2c0c49938483ddd2e
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a440b5

net-print/foomatic-db-ppds: Stabilize 4.0.20190226 amd64, #783732

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

 net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild 
b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
index 23b9a5ace0f..55c6571d367 100644
--- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE=""
 
 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"



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

2021-04-21 Thread Sam James
commit: 633554b304eacb84486b99b5cc4e64570e2fc783
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:00:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:00:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633554b3

sys-apps/most: Stabilize 5.1.0 amd64, #783741

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

 sys-apps/most/most-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/most/most-5.1.0.ebuild b/sys-apps/most/most-5.1.0.ebuild
index 73aa5e83d4f..6e172b0ec63 100644
--- a/sys-apps/most/most-5.1.0.ebuild
+++ b/sys-apps/most/most-5.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND=">=sys-libs/slang-2.1.3"



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

2021-04-21 Thread Sam James
commit: 8b136e1e8e395cf6f91d4fb383cd9d1a4b3bf37d
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 03:07:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 03:07:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b136e1e

app-editors/ted: drop 2.23 (EAPI 5)

Closes: https://bugs.gentoo.org/784209
Signed-off-by: Sam James  gentoo.org>

 app-editors/ted/files/ted-2.23-make.patch | 11 -
 app-editors/ted/ted-2.23.ebuild   | 74 ---
 2 files changed, 85 deletions(-)

diff --git a/app-editors/ted/files/ted-2.23-make.patch 
b/app-editors/ted/files/ted-2.23-make.patch
deleted file mode 100644
index f97093b4764..000
--- a/app-editors/ted/files/ted-2.23-make.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 Makefile.orig  2013-04-01 13:24:45.854051804 +0400
-+++ Makefile   2013-04-01 13:25:02.618052336 +0400
-@@ -246,7 +246,7 @@
-   : To install Ted, you can now run 'make install' AS ROOT
- 
- package.shared: compile.shared tedPackage/makefile
--  cd tedPackage && make package.shared
-+  cd tedPackage && $(MAKE) package.shared
-   :
-   : Dynamically linked package ready.
-   : To install Ted, you can now run 'make install' AS ROOT

diff --git a/app-editors/ted/ted-2.23.ebuild b/app-editors/ted/ted-2.23.ebuild
deleted file mode 100644
index d174bad221e..000
--- a/app-editors/ted/ted-2.23.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit epatch toolchain-funcs xdg-utils
-
-DESCRIPTION="X-based rich text editor"
-HOMEPAGE="https://www.nllgg.nl/Ted/;
-SRC_URI="ftp://ftp.nluug.nl/pub/editors/ted/${P}.src.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND="x11-libs/gtk+:2
-   media-libs/tiff:=
-   virtual/jpeg:=
-   media-libs/libpng:=
-   x11-libs/libXft
-   x11-libs/libXpm"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/Ted-${PV}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-make.patch \
-   "${FILESDIR}"/${P}-freetype261.patch
-
-   sed -i -e 's|/Ted/|/share/Ted/|' \
-   "${S}"/appFrame/appFrameConfig.h.in \
-   "${S}"/Ted/tedConfig.h.in || die
-
-   # bug #461256
-   find . -name makefile.in -exec sed -i -e '/ar r/s/ar/$(AR)/' {} \; || 
die
-
-   # force to build dynamic binary, do not strip it
-   sed -i \
-   -e 's/.static//g' \
-   -e '/strip/d' \
-   tedPackage/makefile.in || die 'sed failed on 
tedPackage/makefile.in'
-
-   # Fix build with freetype-2.5
-   sed -i "s|^\(#[ \t]*include[ \t]*<\)freetype/|\1|" 
appFrame/appFontConfig.c || die
-
-   mkdir lib || die
-}
-
-src_configure() {
-   tc-export AR CC RANLIB
-
-   local dir
-   for dir in appFrame appUtil bitmap docBuf ind Ted tedPackage; do
-   cd "${S}"/${dir}
-   econf --cache-file=../config.cache
-   done
-}
-
-src_compile() {
-   emake package.shared
-}
-
-src_install() {
-   default
-   dosym ../share/Ted/examples/rtf2pdf.sh /usr/bin/rtf2pdf.sh
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/flint/files/, sci-mathematics/flint/

2021-04-21 Thread Michael Orlitzky
commit: 491b50cf718ca492e2d3329545b6709783264a5e
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Apr 22 01:10:11 2021 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Apr 22 01:10:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491b50cf

sci-mathematics/flint: new revision to fix x86 gmp detection.

The FindGMP routine in upstream's CMake is using voodoo to determine
the version of gmp that's installed. The sorcery succeeds quite
accidentally on amd64, but fails on x86. We patch their cmake
to do something more reliable.

Bug: https://bugs.gentoo.org/771663
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Orlitzky  gentoo.org>

 .../files/flint-2.7.1-fix-cmake-findgmp.patch  | 152 +
 .../{flint-2.7.1.ebuild => flint-2.7.1-r1.ebuild}  |   2 +
 2 files changed, 154 insertions(+)

diff --git a/sci-mathematics/flint/files/flint-2.7.1-fix-cmake-findgmp.patch 
b/sci-mathematics/flint/files/flint-2.7.1-fix-cmake-findgmp.patch
new file mode 100644
index 000..d94d65c08d7
--- /dev/null
+++ b/sci-mathematics/flint/files/flint-2.7.1-fix-cmake-findgmp.patch
@@ -0,0 +1,152 @@
+From 9f1ef23f34a7ceca1063606cfc749e4d32bef81c Mon Sep 17 00:00:00 2001
+From: Michael Orlitzky 
+Date: Mon, 19 Apr 2021 16:56:54 -0400
+Subject: [PATCH 1/1] CMake/FindGMP.cmake: compile a test program to check the
+ gmp version.
+
+The existing GMP version check consists of grepping the contents of
+the gmp.h header to parse out a few constants. This test fails, at
+least, on Gentoo, where the usual header file is a wrapper that
+includes the true header (to allow for simultaneous 32/64-bit
+support).
+
+This commit updates the FindGMP check to compile a test program
+against gmp.h that compares the version bounds within C, and reports
+success or failure as the return value from main().
+---
+ CMake/FindGMP.cmake | 97 +
+ 1 file changed, 53 insertions(+), 44 deletions(-)
+
+diff --git a/CMake/FindGMP.cmake b/CMake/FindGMP.cmake
+index ce4df70f5..bd2871ca3 100644
+--- a/CMake/FindGMP.cmake
 b/CMake/FindGMP.cmake
+@@ -2,28 +2,23 @@
+ # https://gmplib.org/
+ #
+ # This module supports requiring a minimum version, e.g. you can do
+-#   find_package(GMP 6.0.0)
+-# to require version 6.0.0 to newer of GMP.
++#   find_package(GMP 6.2.1)
++# to require version 6.2.1 to newer of GMP.
+ #
+ # Once done this will define
+ #
+ #  GMP_FOUND - system has GMP lib with correct version
+ #  GMP_INCLUDE_DIRS - the GMP include directory
+ #  GMP_LIBRARIES - the GMP library
+-#  GMP_VERSION - GMP version
+ #
+-# Copyright (c) 2016 Jack Poulson, 
+-# Redistribution and use is allowed according to the terms of the BSD license.
+ 
+-find_path(GMP_INCLUDE_DIRS NAMES gmp.h PATHS $ENV{GMPDIR} 
${INCLUDE_INSTALL_DIR})
+-
+-# Set GMP_FIND_VERSION to 5.1.0 if no minimum version is specified
++# Set GMP_FIND_VERSION to 6.0.0 if no minimum version is specified
+ if(NOT GMP_FIND_VERSION)
+   if(NOT GMP_FIND_VERSION_MAJOR)
+-set(GMP_FIND_VERSION_MAJOR 5)
++set(GMP_FIND_VERSION_MAJOR 6)
+   endif()
+   if(NOT GMP_FIND_VERSION_MINOR)
+-set(GMP_FIND_VERSION_MINOR 1)
++set(GMP_FIND_VERSION_MINOR 0)
+   endif()
+   if(NOT GMP_FIND_VERSION_PATCH)
+ set(GMP_FIND_VERSION_PATCH 0)
+@@ -32,43 +27,57 @@ if(NOT GMP_FIND_VERSION)
+ 
"${GMP_FIND_VERSION_MAJOR}.${GMP_FIND_VERSION_MINOR}.${GMP_FIND_VERSION_PATCH}")
+ endif()
+ 
+-if(GMP_INCLUDE_DIRS)
+-  # Since the GMP version macros may be in a file included by gmp.h of the 
form
+-  # gmp-.*[_]?.*.h (e.g., gmp-x86_64.h), we search each of them.
+-  file(GLOB GMP_HEADERS "${GMP_INCLUDE_DIRS}/gmp.h" 
"${GMP_INCLUDE_DIRS}/gmp-*.h"
+-"${GMP_INCLUDE_DIRS}/x86*/gmp.h")
+-  foreach(gmp_header_filename ${GMP_HEADERS})
+-file(READ "${gmp_header_filename}" _gmp_version_header)
+-string(REGEX MATCH
+-  "define[ \t]+__GNU_MP_VERSION[ \t]+([0-9]+)" _gmp_major_version_match
+-  "${_gmp_version_header}")
+-if(_gmp_major_version_match)
+-  set(GMP_MAJOR_VERSION "${CMAKE_MATCH_1}")
+-  string(REGEX MATCH "define[ \t]+__GNU_MP_VERSION_MINOR[ \t]+([0-9]+)"
+-_gmp_minor_version_match "${_gmp_version_header}")
+-  set(GMP_MINOR_VERSION "${CMAKE_MATCH_1}")
+-  string(REGEX MATCH "define[ \t]+__GNU_MP_VERSION_PATCHLEVEL[ 
\t]+([0-9]+)"
+-_gmp_patchlevel_version_match "${_gmp_version_header}")
+-  set(GMP_PATCHLEVEL_VERSION "${CMAKE_MATCH_1}")
+-  set(GMP_VERSION
+-${GMP_MAJOR_VERSION}.${GMP_MINOR_VERSION}.${GMP_PATCHLEVEL_VERSION})
+-endif()
+-  endforeach()
++find_path(GMP_INCLUDE_DIRS
++  NAMES gmp.h
++  PATHS $ENV{GMPDIR} ${INCLUDE_INSTALL_DIR})
+ 
+-  # Check whether found version exists and exceeds the minimum requirement
+-  if(NOT GMP_VERSION)
+-set(GMP_VERSION_OK FALSE)
+-message(STATUS "GMP version was not detected")
+-  elseif(${GMP_VERSION} VERSION_LESS 

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

2021-04-21 Thread Sam James
commit: ce692ff8e639cb61fd376333da7440f17a706cde
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:57:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:57:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce692ff8

net-libs/nodejs: Stabilize 14.16.1 x86, #781704

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

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

diff --git a/net-libs/nodejs/nodejs-14.16.1.ebuild 
b/net-libs/nodejs/nodejs-14.16.1.ebuild
index c7c510655c8..a8e2612d7c8 100644
--- a/net-libs/nodejs/nodejs-14.16.1.ebuild
+++ b/net-libs/nodejs/nodejs-14.16.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz;
 
 LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT"
 SLOT="0/$(ver_cut 1)"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~x64-macos"
 
 IUSE="cpu_flags_x86_sse2 debug doc +icu inspector +npm pax_kernel +snapshot 
+ssl system-icu +system-ssl systemtap test"
 REQUIRED_USE="inspector? ( icu ssl )



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

2021-04-21 Thread Sam James
commit: 0bb5b31d69ab7bb506d2395b3fdb7ac138bce2be
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:58:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:58:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb5b31d

net-misc/shmux: Stabilize 1.0.2-r1 x86, #783729

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

 net-misc/shmux/shmux-1.0.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/shmux/shmux-1.0.2-r1.ebuild 
b/net-misc/shmux/shmux-1.0.2-r1.ebuild
index 39ebd0040cc..0b377d9fa98 100644
--- a/net-misc/shmux/shmux-1.0.2-r1.ebuild
+++ b/net-misc/shmux/shmux-1.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz;
 
 LICENSE="shmux"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="pcre"
 RESTRICT="test"
 



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

2021-04-21 Thread Sam James
commit: 664258e0e28a4f8394e60c0669f0102bff8b50a9
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:58:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:58:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664258e0

sys-apps/most: Stabilize 5.1.0 x86, #783741

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

 sys-apps/most/most-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/most/most-5.1.0.ebuild b/sys-apps/most/most-5.1.0.ebuild
index 9268240d6ae..73aa5e83d4f 100644
--- a/sys-apps/most/most-5.1.0.ebuild
+++ b/sys-apps/most/most-5.1.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND=">=sys-libs/slang-2.1.3"



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

2021-04-21 Thread Sam James
commit: e9b9b85cf297be46f8ab97781050f84ce47c3c3a
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:57:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:57:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b9b85c

app-misc/recoll: Stabilize 1.28.5 x86, #776610

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

 app-misc/recoll/recoll-1.28.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/recoll/recoll-1.28.5.ebuild 
b/app-misc/recoll/recoll-1.28.5.ebuild
index cb1c72bf0de..ec938b959a9 100644
--- a/app-misc/recoll/recoll-1.28.5.ebuild
+++ b/app-misc/recoll/recoll-1.28.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.lesbonscomptes.com/recoll/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 IUSE="camelcase chm doc +inotify qt5 session +spell webengine"
 REQUIRED_USE="



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

2021-04-21 Thread Sam James
commit: 1570f1412bbce155c7d7c74e945d8e475106f110
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:58:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:58:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1570f141

app-editors/ted: Stabilize 2.23-r1 x86, #784209

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

 app-editors/ted/ted-2.23-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/ted/ted-2.23-r1.ebuild 
b/app-editors/ted/ted-2.23-r1.ebuild
index 2c8f9f7b25e..6ad6952c107 100644
--- a/app-editors/ted/ted-2.23-r1.ebuild
+++ b/app-editors/ted/ted-2.23-r1.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}/Ted-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 RDEPEND="
app-text/libpaper



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

2021-04-21 Thread Sam James
commit: 7ece9ac847c4bec633a3a418c382b602388ec5fd
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:58:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:58:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ece9ac8

media-sound/fapg: Stabilize 0.43 x86, #784446

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

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

diff --git a/media-sound/fapg/fapg-0.43.ebuild 
b/media-sound/fapg/fapg-0.43.ebuild
index 801676ceef0..4a9a2b3dbe5 100644
--- a/media-sound/fapg/fapg-0.43.ebuild
+++ b/media-sound/fapg/fapg-0.43.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://royale.zerezo.com/fapg/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="xspf"
 
 DEPEND="xspf? ( >=dev-libs/uriparser-0.6.3 )"



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/siege/

2021-04-21 Thread Sam James
commit: 39e38746f09a634b449cae0752367f4dc22b5ddc
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:58:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:58:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e38746

app-benchmarks/siege: Stabilize 4.0.8 x86, #783966

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

 app-benchmarks/siege/siege-4.0.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/siege/siege-4.0.8.ebuild 
b/app-benchmarks/siege/siege-4.0.8.ebuild
index 8c968fbbf4e..294132c28c6 100644
--- a/app-benchmarks/siege/siege-4.0.8.ebuild
+++ b/app-benchmarks/siege/siege-4.0.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.joedog.org/siege-home 
https://github.com/JoeDog/siege;
 SRC_URI="http://download.joedog.org/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~arm ~hppa ~mips ppc ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~hppa ~mips ppc x86 ~x64-macos"
 SLOT="0"
 IUSE="libressl ssl"
 



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

2021-04-21 Thread Sam James
commit: a239ffd4c02aa73bfc9baa722eead2c22e3a8dde
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:58:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:58:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a239ffd4

app-misc/detox: Stabilize 1.4.0 x86, #784197

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

 app-misc/detox/detox-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/detox/detox-1.4.0.ebuild 
b/app-misc/detox/detox-1.4.0.ebuild
index 4b69d184b7a..d168fe1e4e0 100644
--- a/app-misc/detox/detox-1.4.0.ebuild
+++ b/app-misc/detox/detox-1.4.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/dharple/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S="${WORKDIR}"/${MY_P}



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

2021-04-21 Thread Sam James
commit: ef4bb2023471f82d18a77c27c08bce36f9484aab
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:56:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:57:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4bb202

sys-kernel/gentoo-kernel-bin: bump to 5.11.16 for arm64

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

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

diff --git a/sys-kernel/gentoo-kernel-bin/Manifest 
b/sys-kernel/gentoo-kernel-bin/Manifest
index 2e82b574b0b..995aeb2e38b 100644
--- a/sys-kernel/gentoo-kernel-bin/Manifest
+++ b/sys-kernel/gentoo-kernel-bin/Manifest
@@ -51,6 +51,7 @@ DIST gentoo-kernel-5.11.15-1.amd64.xpak 64702205 BLAKE2B 
37b1fc79595bd4f12561f9b
 DIST gentoo-kernel-5.11.15-1.arm64.xpak 59826678 BLAKE2B 
66573bd61c3587bc7da7fbc49d8e40d2ce3cf3847b9a0af11633c0a173e7ab50a4156a576b3535c8d9448d529b303350001f9b74c98e53ffdc54e9ead00b8983
 SHA512 
b245a1ee0e4985b49e6897bd876a8d8da1c1268752bf6286d8d7dae128d8c1d05b7cb537f9791011fefc0949cdbf7e5e598835b27583bde9dbbd76cbfaa75b77
 DIST gentoo-kernel-5.11.15-1.x86.xpak 57616556 BLAKE2B 
8eeae06459bf26979992d424e6e27ca77b9a58bf0be78a07df344b8d314b6df52a584fe92094306d73d775950ae1394b1679dd39209acb1df5a80a6a04811719
 SHA512 
6eb588aae81446bc1a53327fd1be94ed415f8254372439d739aaf4e170004c208ce25e50366a493a023ac00ad343f410ce63385f0a8504c15c684c01be99
 DIST gentoo-kernel-5.11.16-1.amd64.xpak 65844402 BLAKE2B 
13a0ffb59cfb9ade1f99ce6ec03c55e4e9409cd3fcd95c2063e1625f624062eeb114c2cd4ccf071e2a5119e8a6d2f5feff1f93ef924a6d2c25c80331da888bdc
 SHA512 
f4c90f3057e7c43745708b3213306d0929f43bbe1a193f5c1a7f54a3937f40c58d4092c99f9997ea3068d1b920a1a1af4cdd60ee0dd7b2621dfcd08a0bce0bc4
+DIST gentoo-kernel-5.11.16-1.arm64.xpak 82054177 BLAKE2B 
675c8b55f9d10055bb9579868228668bdd8b65c930edc5fe389c6002824f9d6fbcebd730ed4ec60029bcc866a8e83f15134dc73b2d45987a6ac18eadb62808ef
 SHA512 
2f71782c5180b976a517d172250163ba6e40d9a7477c52a25adfc01c9bd340112e11d865597b7bea7b8a6461eb64a5fb6b4f3268dac12b0596b6523e9476ab80
 DIST gentoo-kernel-5.11.16-1.x86.xpak 57639335 BLAKE2B 
2bb1d74691e8808ed4274b617dcf2920f5b5d1e1997ab3e336afb2d909dd4221a8acabe58b50cb90853e556caa64a2240cf6844cfde515286e7644a1463e065f
 SHA512 
8cb39baef55953fa39a8ff6884ba27ad7555472bdac99689de1965e247fab9cc1874584a1b023457d44a80b4c7482bb92133f016323be94fc93e23b34f116952
 DIST gentoo-kernel-5.4.109-1.amd64.xpak 61197533 BLAKE2B 
d192b84c8e00a992256d44bce33975e29f7ae330a62a5902df14ca08ac5222c3bdbcb1ac27df36db615deecd7af7e264842c2aa358e4cc54e830f3507f5ad034
 SHA512 
33f192621fa3aa692e7b77897e57e50c7af81cb3ba6a40fd090bdafb5ed7b83dc83438028fc6999723e7f82a22635462746a92ced5439f136c56e0559c85b945
 DIST gentoo-kernel-5.4.109-1.arm64.xpak 56430663 BLAKE2B 
6079b762ab5cdeb0c745a1a030e4a3af36883588c88dcb8c8cd811aa47d7cbaebc573b152f01fed451dbbfda1ec89ed400270e6fda4e3e1df1aec497b3f7815a
 SHA512 
2d29230577255473618d698363af8c7ef8dd9dd3dcaeaec8fc8802e453838d2c1685e001a6ceb784f6c6ab77fb2b991366e213fec9c45b5763a3a5f57674cef7

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

[gentoo-commits] repo/gentoo:master commit in: dev-ml/lablgl/

2021-04-21 Thread Sam James
commit: 4ca0e0fb4329879cde08bf9d999b8fe8ad129936
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:59:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca0e0fb

dev-ml/lablgl: Stabilize 1.06-r1 x86, #784605

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

 dev-ml/lablgl/lablgl-1.06-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/lablgl/lablgl-1.06-r1.ebuild 
b/dev-ml/lablgl/lablgl-1.06-r1.ebuild
index 4e158449871..d1e7611100e 100644
--- a/dev-ml/lablgl/lablgl-1.06-r1.ebuild
+++ b/dev-ml/lablgl/lablgl-1.06-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/garrigue/lablgl/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 x86 ~amd64-linux 
~x86-linux"
 IUSE="doc glut +ocamlopt tk"
 
 RDEPEND="



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

2021-04-21 Thread Sam James
commit: c109058b6d9ffed2435fbbc36cfb634ef5080a00
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:58:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:58:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c109058b

net-misc/rsync: Stabilize 3.2.3-r3 x86, #783954

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

 net-misc/rsync/rsync-3.2.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/rsync/rsync-3.2.3-r3.ebuild 
b/net-misc/rsync/rsync-3.2.3-r3.ebuild
index 8bbf0a7128b..4538ef6d0ee 100644
--- a/net-misc/rsync/rsync-3.2.3-r3.ebuild
+++ b/net-misc/rsync/rsync-3.2.3-r3.ebuild
@@ -16,7 +16,7 @@ else
SRC_DIR="src-previews"
else
SRC_DIR="src"
-   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"
+   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"
fi
SRC_URI="https://rsync.samba.org/ftp/rsync/${SRC_DIR}/${P/_/}.tar.gz;
S="${WORKDIR}/${P/_/}"



[gentoo-commits] repo/gentoo:master commit in: net-print/foomatic-db-ppds/

2021-04-21 Thread Sam James
commit: 7f51cc5b88b3b915237a8c8ad2942e0c78d65224
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 22 02:58:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 22 02:58:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f51cc5b

net-print/foomatic-db-ppds: Stabilize 4.0.20190226 x86, #783732

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

 net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild 
b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
index ce07bcbdb4d..23b9a5ace0f 100644
--- a/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
+++ b/net-print/foomatic-db-ppds/foomatic-db-ppds-4.0.20190226.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="http://linuxprinting.org/download/foomatic/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86"
 IUSE=""
 
 S="${WORKDIR}/${PN/-ppds}-$(get_version_component_range 3 ${PV})"



<    1   2   3   4   >