From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1694907-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04B9E1581F3 for <garchives@archives.gentoo.org>; Thu, 28 Nov 2024 18:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84264E0958; Thu, 28 Nov 2024 18:50:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 522EAE095F for <gentoo-commits@lists.gentoo.org>; Thu, 28 Nov 2024 18:50:05 +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 326B73430CD for <gentoo-commits@lists.gentoo.org>; Thu, 28 Nov 2024 18:50:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AE772215 for <gentoo-commits@lists.gentoo.org>; Thu, 28 Nov 2024 18:49:59 +0000 (UTC) From: "Alfredo Tupone" <tupone@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" <tupone@gentoo.org> Message-ID: <1732819684.610c6ccb7025eec647cd02e3b2843cdc7fa81354.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/webmcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/webmcp/webmcp-2.2.1.ebuild X-VCS-Directories: www-apps/webmcp/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 610c6ccb7025eec647cd02e3b2843cdc7fa81354 X-VCS-Branch: master Date: Thu, 28 Nov 2024 18:49:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0e47843-b98d-418a-86a6-abc1fcad7c74 X-Archives-Hash: 110f1d0c108dad902b4a114b60e892bf commit: 610c6ccb7025eec647cd02e3b2843cdc7fa81354 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Nov 28 18:46:28 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Nov 28 18:48:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610c6ccb www-apps/webmcp: VariableOrderWrong Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> www-apps/webmcp/webmcp-2.2.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www-apps/webmcp/webmcp-2.2.1.ebuild b/www-apps/webmcp/webmcp-2.2.1.ebuild index 86f9c7e0a333..4cc35817bd8b 100644 --- a/www-apps/webmcp/webmcp-2.2.1.ebuild +++ b/www-apps/webmcp/webmcp-2.2.1.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=7 @@ -13,9 +13,11 @@ HOMEPAGE="https://www.public-software-group.org/webmcp" SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MY_P}.tar.gz https://dev.gentoo.org/~tupone/distfiles/${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P} + LICENSE="HPND" -KEYWORDS="~amd64" SLOT=0 +KEYWORDS="~amd64" RDEPEND=" ${LUA_DEPS} @@ -25,8 +27,6 @@ DEPEND="${RDEPEND}" REQUIRED_USE="${LUA_REQUIRED_USE}" -S="${WORKDIR}"/${MY_P} - PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )