diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 13:11:15 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2024-07-30 13:25:00 +0200 |
commit | 70d1b0082a27fe60bd93bf09961dc1be3a959c0c (patch) | |
tree | 7078c77fb0764ebacd5f167faa9de484039938f7 /www-apps | |
parent | net-analyzer/zabbix: bump to 7.0.2, dropped 7.0.1 (diff) | |
download | gentoo-70d1b0082a27fe60bd93bf09961dc1be3a959c0c.tar.gz gentoo-70d1b0082a27fe60bd93bf09961dc1be3a959c0c.tar.bz2 gentoo-70d1b0082a27fe60bd93bf09961dc1be3a959c0c.zip |
www-apps/airdcpp-webui: remove empty IUSE, sort variables
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild | 8 | ||||
-rw-r--r-- | 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/. |