From 19cd8c5509b0d1e314ac4c19a95a80337959bea8 Mon Sep 17 00:00:00 2001 From: Lev Babiev Date: Fri, 1 Jan 2021 15:37:55 +0000 Subject: [PATCH 01/15] gui-apps/sfwbar: update to include comments Signed-off-by: Lev Babiev --- gui-apps/sfwbar/Manifest | 2 +- gui-apps/sfwbar/sfwbar-0.9.4.ebuild | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest index 10d8700af3..06defee6e7 100644 --- a/gui-apps/sfwbar/Manifest +++ b/gui-apps/sfwbar/Manifest @@ -1 +1 @@ -DIST v0.9.4.tar.gz 90159 BLAKE2B c1f0fdd77469c231f8bb7e0862049979354e076427ad08ca5fe6383fac44b424b5583041a21425bfaa490f872fa0757214e7796d187f9fc7cb62b22d6b65c039 SHA512 e2cbe1bb6f89dd9632e21d9f008267bae2ef62c63e54021c791d3f24c09c817b3670509d3be29a23795c50e63e78330fdbbc1ab6b527c012585e28950958171d +DIST sfwbar-0.9.4.tar.gz 90159 BLAKE2B c1f0fdd77469c231f8bb7e0862049979354e076427ad08ca5fe6383fac44b424b5583041a21425bfaa490f872fa0757214e7796d187f9fc7cb62b22d6b65c039 SHA512 e2cbe1bb6f89dd9632e21d9f008267bae2ef62c63e54021c791d3f24c09c817b3670509d3be29a23795c50e63e78330fdbbc1ab6b527c012585e28950958171d diff --git a/gui-apps/sfwbar/sfwbar-0.9.4.ebuild b/gui-apps/sfwbar/sfwbar-0.9.4.ebuild index 15741a72e9..eece824509 100644 --- a/gui-apps/sfwbar/sfwbar-0.9.4.ebuild +++ b/gui-apps/sfwbar/sfwbar-0.9.4.ebuild @@ -7,7 +7,7 @@ inherit meson DESCRIPTION="Sway Floating Window Bar" HOMEPAGE="https://github.com/LBCrion/sfwbar" -SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" LICENSE="GPL-2" @@ -24,8 +24,3 @@ BDEPEND=" virtual/pkgconfig " -src_configure() { - local emesonargs=( - ) - meson_src_configure -} From fc8ab9d17607e4565260a96800bae08e7cf94488 Mon Sep 17 00:00:00 2001 From: Johannes Willem Fernhout Date: Fri, 1 Jan 2021 19:18:57 +0100 Subject: [PATCH 02/15] app-admin/krapplet: new ebuild Krapplet is a password manager based on gnome-keyring, written as a systray applet. Recommendations of AndrewAmmerlaan appreciated, and processed Signed-off-by: Johannes Willem Fernhout --- app-admin/krapplet/krapplet-0.1.0.ebuild | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/app-admin/krapplet/krapplet-0.1.0.ebuild b/app-admin/krapplet/krapplet-0.1.0.ebuild index c45155add4..73ea8d492e 100644 --- a/app-admin/krapplet/krapplet-0.1.0.ebuild +++ b/app-admin/krapplet/krapplet-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=bdepend -inherit distutils-r1 xdg-utils +inherit distutils-r1 xdg DESCRIPTION="Krapplet (keyring applet): a password manager based on gnome-keyring." HOMEPAGE="https://gitlab.com/hfernh/krapplet https://pypi.org/project/krapplet" @@ -16,28 +16,15 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -RDEPEND=${PYTHON_DEPS} BDEPEND=${RDEPEND} # Upstream does not provide any test suite. RESTRICT="test" -RDEPEND="${PYTHON_DEPS} +RDEPEND=" x11-libs/gtk+:3 dev-libs/glib dev-libs/gobject-introspection - dev-python/secretstorage " + dev-python/secretstorage" DEPEND="${RDEPEND}" - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} From 80e6d42f9016648f92a7e9a562f3a92225234419 Mon Sep 17 00:00:00 2001 From: Jian Lin Date: Sat, 2 Jan 2021 02:27:33 +0800 Subject: [PATCH 03/15] media-video/qliveplayer: add KEYWORDS add KEYWORDS according to juippis's suggestion. https://github.com/gentoo/guru/issues/10#issuecomment-654632609 Suggested-by: Joonas Niilola Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin --- media-video/qliveplayer/qliveplayer-3.20.2.ebuild | 4 ++-- media-video/qliveplayer/qliveplayer-3.21.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-video/qliveplayer/qliveplayer-3.20.2.ebuild b/media-video/qliveplayer/qliveplayer-3.20.2.ebuild index 45575fd89e..19cc83d8e0 100644 --- a/media-video/qliveplayer/qliveplayer-3.20.2.ebuild +++ b/media-video/qliveplayer/qliveplayer-3.20.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" diff --git a/media-video/qliveplayer/qliveplayer-3.21.0.ebuild b/media-video/qliveplayer/qliveplayer-3.21.0.ebuild index 45575fd89e..19cc83d8e0 100644 --- a/media-video/qliveplayer/qliveplayer-3.21.0.ebuild +++ b/media-video/qliveplayer/qliveplayer-3.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" From 1eca5ea0f8c7f5cadabc858f55534d9bd8ebbc10 Mon Sep 17 00:00:00 2001 From: Jian Lin Date: Sat, 2 Jan 2021 02:30:26 +0800 Subject: [PATCH 04/15] x11-misc/i3lock-fancy-rapid: add KEYWORDS add KEYWORDS according to juippis's suggestion. https://github.com/gentoo/guru/issues/10#issuecomment-654632609 Suggested-by: Joonas Niilola Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin --- .../i3lock-fancy-rapid-0.0.0_pre20201109.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild index 849d23d7aa..ce7191db10 100644 --- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild +++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-0.0.0_pre20201109.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${MY_REV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND=" || ( From 6d8c83dd0196771c122c35454a23029564a446d2 Mon Sep 17 00:00:00 2001 From: Jian Lin Date: Sat, 2 Jan 2021 02:34:37 +0800 Subject: [PATCH 05/15] x11-misc/i3lock-color: add KEYWORDS add KEYWORDS according to juippis's suggestion. https://github.com/gentoo/guru/issues/10#issuecomment-654632609 Suggested-by: Joonas Niilola Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin --- x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 4 ++-- x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild index 60d19c293b..0fcf0615df 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" DEPEND=" dev-libs/libev diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild index 1dd87e0c14..013635df9f 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" DEPEND=" dev-libs/libev From d1821e9814e5ea9b50688a1dc763c078ccb40a3e Mon Sep 17 00:00:00 2001 From: Jian Lin Date: Sat, 2 Jan 2021 02:35:06 +0800 Subject: [PATCH 06/15] x11-misc/betterlockscreen_rapid: add KEYWORDS add KEYWORDS according to juippis's suggestion. https://github.com/gentoo/guru/issues/10#issuecomment-654632609 Suggested-by: Joonas Niilola Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin --- .../betterlockscreen_rapid-0.0.0_pre20201222.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild index 9c3077e37c..cbe82ed7c5 100644 --- a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild +++ b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${MY_REV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND=" x11-misc/i3lock-color From 9a46e95f7b66aecc2f25a02495a1cded7e0793fb Mon Sep 17 00:00:00 2001 From: Jian Lin Date: Sat, 2 Jan 2021 02:52:12 +0800 Subject: [PATCH 07/15] media-video/qliveplayer: fix years of copyright notice Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin --- media-video/qliveplayer/qliveplayer-3.20.2.ebuild | 2 +- media-video/qliveplayer/qliveplayer-3.21.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/qliveplayer/qliveplayer-3.20.2.ebuild b/media-video/qliveplayer/qliveplayer-3.20.2.ebuild index 19cc83d8e0..04e5867b3b 100644 --- a/media-video/qliveplayer/qliveplayer-3.20.2.ebuild +++ b/media-video/qliveplayer/qliveplayer-3.20.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/media-video/qliveplayer/qliveplayer-3.21.0.ebuild b/media-video/qliveplayer/qliveplayer-3.21.0.ebuild index 19cc83d8e0..04e5867b3b 100644 --- a/media-video/qliveplayer/qliveplayer-3.21.0.ebuild +++ b/media-video/qliveplayer/qliveplayer-3.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 From 6199fb49e4354b997c34f47313d54295aa7b6e91 Mon Sep 17 00:00:00 2001 From: Jian Lin Date: Sat, 2 Jan 2021 02:54:23 +0800 Subject: [PATCH 08/15] x11-misc/i3lock-fancy-rapid: fix yeas of copyright notice Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin --- x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild index f1f1cb0f49..2b180af7b5 100644 --- a/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild +++ b/x11-misc/i3lock-fancy-rapid/i3lock-fancy-rapid-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 From fa3ba516986e7712991144c32ca88ca048172cfd Mon Sep 17 00:00:00 2001 From: Jian Lin Date: Sat, 2 Jan 2021 02:55:24 +0800 Subject: [PATCH 09/15] x11-misc/betterlockscreen_rapid: fix years of copyright notice Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin --- .../betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild index 8713747541..b5adc47604 100644 --- a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild +++ b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 From db6ce26a2d22b80605beed45ec0e83bcae2df6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 1 Jan 2021 22:34:23 +0100 Subject: [PATCH 10/15] x11-misc/gammy: bump to 0.9.60 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć --- x11-misc/gammy/Manifest | 1 + x11-misc/gammy/gammy-0.9.60.ebuild | 52 ++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 x11-misc/gammy/gammy-0.9.60.ebuild diff --git a/x11-misc/gammy/Manifest b/x11-misc/gammy/Manifest index 7534ccf43d..e7f384249d 100644 --- a/x11-misc/gammy/Manifest +++ b/x11-misc/gammy/Manifest @@ -1,2 +1,3 @@ DIST gammy-0.9.58a.tar.gz 208411 BLAKE2B 1681f5bbe49d8645a5f55be338c82fe6728bd2b643d5cff1343a3c3bc00ba06c7a903a1c4c6d8ca21f1e2e2991ecec79c392f17aeacb75f1b17f0994cc05b1f6 SHA512 fced7b742e15a70933146901dc07c8375bd7fffc6e000e8fa323029366e09d090c9c9c3e5d783fc5ad923259abf798649652af40e1a9bc83f6c60cbb81ee53a8 DIST gammy-0.9.59.tar.gz 209514 BLAKE2B 948bc841361217cde846288e93e67ed944d99fdf682f56a42e85036fe2455ba900f3c80bda712012116280bd2f2a6038f2cb4d783fcc7e2037f2df096c486b6e SHA512 1fd1255f9681b1b59457ad817e604cf73cc81397e927db62d3f53a1c39f7b634544c50931ece71f116f2f01c7fb7d7dc33696e0400fe23785b2a23b112bd8aa5 +DIST gammy-0.9.60.tar.gz 211249 BLAKE2B 00082c1dd7f9dce26b43fa4a3172e7399a4c8c18743c455fec222b33ca55ecb0b2a3d0483f3e83c58843ef6d47a0ceb52ff38185d0e34649fa634b475a845b88 SHA512 2167a14e579575d5d185a62fae93762f30dbb3396a66f99e4affb7ce710f076c119dfe4cd9a2432fd031dcfbe6548b4fbfe91dd854a6152768017c40596209f9 diff --git a/x11-misc/gammy/gammy-0.9.60.ebuild b/x11-misc/gammy/gammy-0.9.60.ebuild new file mode 100644 index 0000000000..4f8a65043b --- /dev/null +++ b/x11-misc/gammy/gammy-0.9.60.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop eutils qmake-utils xdg + +DESCRIPTION="Adaptive screen brightness/temperature" +HOMEPAGE="https://getgammy.com/" + +if [[ "${PV}" == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/Fushko/${PN}.git" +else + SRC_URI="https://github.com/Fushko/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-qt/qtcore:5 + x11-libs/libXxf86vm +" +DEPEND=" + ${RDEPEND} + media-gfx/imagemagick +" + +src_configure() { + eqmake5 PREFIX="${D}/usr" +} + +src_install() { + default + + local sizes=" + 128 + 16 + 32 + 64 + " + cd ./icons || die + for size in ${sizes}; do + convert "${size}x${size}ball.ico" "${size}x${size}ball.png" || die + newicon -s "${size}" "${size}x${size}ball.png" "${PN}.png" + done + + make_desktop_entry "${PN}" "${PN^}" "${PN}" "Graphics;Settings" +} From ce6c4f44e742a8970213fca121dfdf1474f4f91d Mon Sep 17 00:00:00 2001 From: Aleksandr Batyuk Date: Sat, 2 Jan 2021 13:54:39 +0600 Subject: [PATCH 11/15] net-wireless/rtl8192eu: Add support kernel 5.10 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Aleksandr Batyuk --- net-wireless/rtl8192eu/Manifest | 3 +-- .../rtl8192eu/rtl8192eu-0_pre20200818.ebuild | 24 ------------------- ....ebuild => rtl8192eu-0_pre20201219.ebuild} | 4 ++-- 3 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 net-wireless/rtl8192eu/rtl8192eu-0_pre20200818.ebuild rename net-wireless/rtl8192eu/{rtl8192eu-0_pre20200619.ebuild => rtl8192eu-0_pre20201219.ebuild} (87%) diff --git a/net-wireless/rtl8192eu/Manifest b/net-wireless/rtl8192eu/Manifest index 55816806f7..71cf63c7b2 100644 --- a/net-wireless/rtl8192eu/Manifest +++ b/net-wireless/rtl8192eu/Manifest @@ -1,2 +1 @@ -DIST rtl8192eu-0_pre20200619.tar.gz 2533575 BLAKE2B c20e47d8efd444c3561bf0f66c4e10a318e4cb33b7171f1c03bfd5fd93fa249538c8e8306afe40819254ac6bd6302eb5d4a57caf1dba14b791c88270ba634296 SHA512 72b6cb7a8cbfb6c17852988c833daafa223f234e50abb56d315e955de60adc605695fcecc50257a04a9356f3a4644b4ddf54fceb8f3d32c0bb346ed5606939e4 -DIST rtl8192eu-0_pre20200818.tar.gz 2533387 BLAKE2B adadab239337b7bd36caeaf033247ab1c74f018a304dddd79237a2934784b9c94efa2eb6a865ae12971d1b6f13bead90ac20c9f966d1840bf67c368627d78035 SHA512 e655e3acdd512b5a929d05c5af305d0cb5b97243d62ceb6faddff9c34ca9a0ab92bbe078c2097d680e5413caef29d157c98df94358df30b09ba7f61a36574668 +DIST rtl8192eu-0_pre20201219.tar.gz 2533739 BLAKE2B 1cb6c0a772bf472fe6279c70b4dbdd3dc8d26507f6dd66b82534592fa4dc2b538132cf257b5a63f3ff7b91a25f0e022a2a4ae19ee42df09ab37dd0188bcbc8fa SHA512 f332e58d4a6b2cc5dc0eba54bd146b4b1adbfaf5903c1eb5d3e9ae4fff9e6063963645f92a136c91284314f6398700288219a6356227aea0c8cd7564e958a266 diff --git a/net-wireless/rtl8192eu/rtl8192eu-0_pre20200818.ebuild b/net-wireless/rtl8192eu/rtl8192eu-0_pre20200818.ebuild deleted file mode 100644 index 78dc4347b0..0000000000 --- a/net-wireless/rtl8192eu/rtl8192eu-0_pre20200818.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit linux-mod - -COMMIT="6d2705d8023c25b43f845298e707252fd813e68e" - -DESCRIPTION="Realtek 8192EU driver module for Linux kernel" -HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver" -SRC_URI="https://github.com/Mange/rtl8192eu-linux-driver/archive/${COMMIT}.tar.gz -> rtl8192eu-${PV}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" - -DEPEND="virtual/linux-sources" - -S="${WORKDIR}/rtl8192eu-linux-driver-${COMMIT}" - -MODULE_NAMES="8192eu(net/wireless)" -BUILD_TARGETS="all" - -CONFIG_CHECK="~!RTL8XXXU" -ERROR_RTL8XXXU="The RTL8XXXXU module is enabled in the kernel; it conflicts with this module." diff --git a/net-wireless/rtl8192eu/rtl8192eu-0_pre20200619.ebuild b/net-wireless/rtl8192eu/rtl8192eu-0_pre20201219.ebuild similarity index 87% rename from net-wireless/rtl8192eu/rtl8192eu-0_pre20200619.ebuild rename to net-wireless/rtl8192eu/rtl8192eu-0_pre20201219.ebuild index 8da4f14426..8e268f4da1 100644 --- a/net-wireless/rtl8192eu/rtl8192eu-0_pre20200619.ebuild +++ b/net-wireless/rtl8192eu/rtl8192eu-0_pre20201219.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit linux-mod -COMMIT="ea7cfbd672a06eddf29187b9cc696a709a90c76c" +COMMIT="b7faffdd77767269770b79876f88dd1145b6a630" DESCRIPTION="Realtek 8192EU driver module for Linux kernel" HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver" From 0b28554a41e0e40d75a10ce8349c1d2e1c38e55e Mon Sep 17 00:00:00 2001 From: Aleksandr Batyuk Date: Sat, 2 Jan 2021 14:28:03 +0600 Subject: [PATCH 12/15] net-wireless/rtl8821ce: Add support kernel 5.10 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Aleksandr Batyuk --- net-wireless/rtl8821ce/Manifest | 2 +- ...-0_pre20200826.ebuild => rtl8821ce-0_pre20201216.ebuild} | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) rename net-wireless/rtl8821ce/{rtl8821ce-0_pre20200826.ebuild => rtl8821ce-0_pre20201216.ebuild} (68%) diff --git a/net-wireless/rtl8821ce/Manifest b/net-wireless/rtl8821ce/Manifest index 5251bd077a..7b77e40dc3 100644 --- a/net-wireless/rtl8821ce/Manifest +++ b/net-wireless/rtl8821ce/Manifest @@ -1 +1 @@ -DIST rtl8821ce-0_pre20200826.tar.gz 4519560 BLAKE2B 7dd862dd9a5fed5f670e306bc96b02f8c3630908a78153c170768d4775ca772e6c293a05e9926657b4ec483fb80275294954f969c98d1be37c7ce1bdc71c50da SHA512 55ab70e74b6aadfa5be78c3d3a14a78739ac1ec5ad89583ccda517afdef3298d619d74735fe69f860fa9f81b04735326cea6ee6f9fa1908a61c46a09cc86bf3d +DIST rtl8821ce-0_pre20201216.tar.gz 4520587 BLAKE2B 4e333d8e83f0a4d18ff99656be1d435f7ce83155238276e24981b145c945d48404bc1aabb31511dcc3cd0d94823ad900f2ca979d9a7e89c94e7fce75e4423bf6 SHA512 4e7576142a91f5fa18ae23b26bb51ab5c2e7171afe2a08673b6c974d99a445fb04e63c64b38c96c65d85da0c0018267c401a2a6b1f2065de97745cc46ac58588 diff --git a/net-wireless/rtl8821ce/rtl8821ce-0_pre20200826.ebuild b/net-wireless/rtl8821ce/rtl8821ce-0_pre20201216.ebuild similarity index 68% rename from net-wireless/rtl8821ce/rtl8821ce-0_pre20200826.ebuild rename to net-wireless/rtl8821ce/rtl8821ce-0_pre20201216.ebuild index e31420237a..b0b50a2d6f 100644 --- a/net-wireless/rtl8821ce/rtl8821ce-0_pre20200826.ebuild +++ b/net-wireless/rtl8821ce/rtl8821ce-0_pre20201216.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit linux-mod -COMMIT="26e3caf94061f12997f3cd73bb635b7db238763c" +COMMIT="14b536f0c9ad2d0abbdab8afc7ade684900ca9cf" DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel" HOMEPAGE="https://github.com/tomaspinho/rtl8821ce" @@ -19,3 +19,5 @@ S="${WORKDIR}/rtl8821ce-${COMMIT}" MODULE_NAMES="8821ce(net/wireless)" BUILD_TARGETS="all" +CONFIG_CHECK="~!RTW88_8821CE" +ERROR_RTL8XXXU="The RTW88_8821CE module is enabled in the kernel; it conflicts with this module." From ee79a9d3345aff4e66bfdd205c7bfb5d0dcd00e3 Mon Sep 17 00:00:00 2001 From: Aleksandr Batyuk Date: Sat, 2 Jan 2021 14:32:17 +0600 Subject: [PATCH 13/15] net-wireless/rtl8821cu: Add support kernel 5.10 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Aleksandr Batyuk --- net-wireless/rtl8821cu/Manifest | 3 +-- .../rtl8821cu/rtl8821cu-0_pre20200822.ebuild | 21 ------------------- ....ebuild => rtl8821cu-0_pre20201224.ebuild} | 4 ++-- 3 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 net-wireless/rtl8821cu/rtl8821cu-0_pre20200822.ebuild rename net-wireless/rtl8821cu/{rtl8821cu-0_pre20200302.ebuild => rtl8821cu-0_pre20201224.ebuild} (84%) diff --git a/net-wireless/rtl8821cu/Manifest b/net-wireless/rtl8821cu/Manifest index 5dc941904c..9376bfea4f 100644 --- a/net-wireless/rtl8821cu/Manifest +++ b/net-wireless/rtl8821cu/Manifest @@ -1,2 +1 @@ -DIST rtl8821cu-0_pre20200302.tar.gz 3641031 BLAKE2B c4b8555028b5ddf096f7daf57997d5113aa743e3250bd5cc3b377ac8877a72be5a4a127fdd773e800695a976b55767299c5361aeda45d5004a9e5568743e6a8d SHA512 bd7ae2a6f3259ee9e69d97836870645068c02c3bdcc491e4bdc321c637d4612adfcfb3d31b2643632cbcca30f1cd6f9e030f51169e7fa1dd1841ea665e0cb7e9 -DIST rtl8821cu-0_pre20200822.tar.gz 3643905 BLAKE2B 1fcdfd054fbd9808add7c6c06775201a295ab524862d890b26aadd0af459da9d8b0e502c64f87592fcc4091bacaa467de4f3601960faf896b6c18fe9c676fa94 SHA512 d6be9a6ec204e560b70aa40b0da9bb6c3153a4b876cdd526f6f0f4b02d64847edcb8674ab6cd0306d3ac61e27e68315d35c67616e069f9fffc3546ca49b863a9 +DIST rtl8821cu-0_pre20201224.tar.gz 3646547 BLAKE2B f4cfca8afd858fc9d6ba715a84475f169fc5c81185171f68a13a526b637cc3bc46b993204db036a504a0e8ace817e0e739e5bb52ade146926df720b36b55c7cc SHA512 4423cf9b82f398f24fe1b677b487e750e4a0cb55a60eebf568ae92745f5d85efb953d9274ca0d06e84d3f347f9d91bab260a2a4eb92a92933dab9fdd6fa0d354 diff --git a/net-wireless/rtl8821cu/rtl8821cu-0_pre20200822.ebuild b/net-wireless/rtl8821cu/rtl8821cu-0_pre20200822.ebuild deleted file mode 100644 index 1ea092bc8e..0000000000 --- a/net-wireless/rtl8821cu/rtl8821cu-0_pre20200822.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit linux-mod - -COMMIT="45a8b4393e3281b969822c81bd93bdb731d58472" - -DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel" -HOMEPAGE="https://github.com/brektrou/rtl8821CU" -SRC_URI="https://github.com/brektrou/rtl8821CU/archive/${COMMIT}.tar.gz -> rtl8821cu-${PV}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" - -DEPEND="virtual/linux-sources" - -S="${WORKDIR}/rtl8821CU-${COMMIT}" - -MODULE_NAMES="8821cu(net/wireless)" -BUILD_TARGETS="all" diff --git a/net-wireless/rtl8821cu/rtl8821cu-0_pre20200302.ebuild b/net-wireless/rtl8821cu/rtl8821cu-0_pre20201224.ebuild similarity index 84% rename from net-wireless/rtl8821cu/rtl8821cu-0_pre20200302.ebuild rename to net-wireless/rtl8821cu/rtl8821cu-0_pre20201224.ebuild index b4498c4a94..bd7dafb668 100644 --- a/net-wireless/rtl8821cu/rtl8821cu-0_pre20200302.ebuild +++ b/net-wireless/rtl8821cu/rtl8821cu-0_pre20201224.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit linux-mod -COMMIT="ca0bcba405f8865e6acd6a6d3cacf93f7e1b8a2c" +COMMIT="deff094b9d361b75dd3522aab4eb7f2ca3f3b0be" DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel" HOMEPAGE="https://github.com/brektrou/rtl8821CU" From 533e16aa858a36b13f75dbf965fd0f6fd696b3c1 Mon Sep 17 00:00:00 2001 From: Johannes Willem Fernhout Date: Sat, 2 Jan 2021 11:07:13 +0100 Subject: [PATCH 14/15] app-admin/krapplet: version update of krapplet ebuild I had not relalized that krapplet's first ebuild was already merged to the master branch. Processing the comments of @AndrewAmmerlaan then requires a version upgrade of the ebuild. Signed-off-by: Johannes Willem Fernhout --- .../krapplet/{krapplet-0.1.0.ebuild => krapplet-0.1.0-r1.ebuild} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app-admin/krapplet/{krapplet-0.1.0.ebuild => krapplet-0.1.0-r1.ebuild} (100%) diff --git a/app-admin/krapplet/krapplet-0.1.0.ebuild b/app-admin/krapplet/krapplet-0.1.0-r1.ebuild similarity index 100% rename from app-admin/krapplet/krapplet-0.1.0.ebuild rename to app-admin/krapplet/krapplet-0.1.0-r1.ebuild From 3594046b4f365843f0424f7da296eb5a318df6f6 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sat, 2 Jan 2021 13:13:23 +0100 Subject: [PATCH 15/15] gui-apps/sfwbar: remove empty last line Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan --- gui-apps/sfwbar/sfwbar-0.9.4.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gui-apps/sfwbar/sfwbar-0.9.4.ebuild b/gui-apps/sfwbar/sfwbar-0.9.4.ebuild index eece824509..24470d14ca 100644 --- a/gui-apps/sfwbar/sfwbar-0.9.4.ebuild +++ b/gui-apps/sfwbar/sfwbar-0.9.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,11 +8,10 @@ inherit meson DESCRIPTION="Sway Floating Window Bar" HOMEPAGE="https://github.com/LBCrion/sfwbar" SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" LICENSE="GPL-2" SLOT="0" -IUSE="" +KEYWORDS="~amd64" DEPEND=" >=x11-libs/gtk+-3.22.0:3[introspection,wayland] @@ -23,4 +22,3 @@ RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig " -