summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/airdcpp-webui')
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild8
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild8
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/.