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 C747D158041 for ; Sat, 16 Mar 2024 19:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1949DE29F5; Sat, 16 Mar 2024 19:37:59 +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 E4F3FE29F5 for ; Sat, 16 Mar 2024 19:37:58 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFF3E33BEEE for ; Sat, 16 Mar 2024 19:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B6C5151E for ; Sat, 16 Mar 2024 19:37:55 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1710617747.57a0b163da251520b1a4a373eecec7f255f499d8.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/vrms-gentoo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild X-VCS-Directories: app-misc/vrms-gentoo/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 57a0b163da251520b1a4a373eecec7f255f499d8 X-VCS-Branch: master Date: Sat, 16 Mar 2024 19:37:55 +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: a933793b-b957-4c32-8089-f4c82233851b X-Archives-Hash: c354df84e6e227d3b6d29e07959a3f66 commit: 57a0b163da251520b1a4a373eecec7f255f499d8 Author: Sergey Alirzaev riseup net> AuthorDate: Sat Mar 16 19:35:47 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Mar 16 19:35:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57a0b163 app-misc/vrms-gentoo: pick pkgcheck nits Signed-off-by: Sergey Alirzaev riseup.net> app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild index b414db9c8d..fd1a0b1b8f 100644 --- a/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild +++ b/app-misc/vrms-gentoo/vrms-gentoo-0_pre20201102.ebuild @@ -5,21 +5,19 @@ EAPI="7" COMMIT="4fd604c4816d620be3cf9c5e9dd578b2c30c21bc" -SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" DESCRIPTION="vrms clone for Gentoo Linux" HOMEPAGE="https://github.com/z411/vrms-gentoo" +SRC_URI="https://github.com/z411/vrms-gentoo/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -DEPEND="" RDEPEND=" dev-lang/perl " -S="${WORKDIR}/${PN}-${COMMIT}" - src_install() { default