From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70486159C96 for ; Tue, 30 Jul 2024 11:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99EFA2BC019; Tue, 30 Jul 2024 11:26:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6825B2BC019 for ; Tue, 30 Jul 2024 11:26:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C5F333BF08 for ; Tue, 30 Jul 2024 11:26:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 780411D87 for ; Tue, 30 Jul 2024 11:26:35 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1722338700.70d1b0082a27fe60bd93bf09961dc1be3a959c0c.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild X-VCS-Directories: www-apps/airdcpp-webui/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 70d1b0082a27fe60bd93bf09961dc1be3a959c0c X-VCS-Branch: master Date: Tue, 30 Jul 2024 11:26:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e421165e-2ea8-44a4-b568-1384041618f8 X-Archives-Hash: 2e30594ad98ebae629ecbc8cd490621c commit: 70d1b0082a27fe60bd93bf09961dc1be3a959c0c Author: Filip Kobierski pm me> AuthorDate: Tue Jul 30 11:11:15 2024 +0000 Commit: Louis Sautier gentoo 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 pm.me> Signed-off-by: Louis Sautier 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/.