commit:     70d1b0082a27fe60bd93bf09961dc1be3a959c0c
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 11:11:15 2024 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 11:25:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d1b008

www-apps/airdcpp-webui: remove empty IUSE, sort variables

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild | 8 +++-----
 www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild | 8 +++-----
 2 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
index daf0c7c0e4a2..8dd1e7ebd813 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,16 +6,14 @@ EAPI=8
 DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/";
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz";
+S="${WORKDIR}/package"
 
-KEYWORDS="amd64 ~riscv x86"
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
 
-S="${WORKDIR}/package"
-
 src_install() {
        insinto "/usr/share/airdcpp/web-resources"
        doins -r dist/.

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
index eb45f0428a26..0c8325700397 100644
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,16 +6,14 @@ EAPI=8
 DESCRIPTION="Web interface for airdcpp-webclient"
 HOMEPAGE="https://airdcpp-web.github.io/";
 SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz";
+S="${WORKDIR}/package"
 
-KEYWORDS="~amd64 ~riscv ~x86"
 LICENSE="MIT"
 SLOT="0"
-IUSE=""
+KEYWORDS="~amd64 ~riscv ~x86"
 
 RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
 
-S="${WORKDIR}/package"
-
 src_install() {
        insinto "/usr/share/airdcpp/web-resources"
        doins -r dist/.

Reply via email to