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 F01AB158094 for ; Tue, 28 Jun 2022 16:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 256EEE07E0; Tue, 28 Jun 2022 16:36:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A548E07E0 for ; Tue, 28 Jun 2022 16:36:18 +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 DF1EC341372 for ; Tue, 28 Jun 2022 16:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D12F514 for ; Tue, 28 Jun 2022 16:36:15 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1656434172.d2980713ca041d2da87cc65197e07c2c72534a4b.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rats/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rats/rats-2.4-r1.ebuild dev-util/rats/rats-2.4.ebuild X-VCS-Directories: dev-util/rats/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: d2980713ca041d2da87cc65197e07c2c72534a4b X-VCS-Branch: master Date: Tue, 28 Jun 2022 16:36:15 +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: 059cf6a9-ba17-4763-a563-c21a3594ce6b X-Archives-Hash: a32d48d7b00fb35db759c7ecc4809e56 commit: d2980713ca041d2da87cc65197e07c2c72534a4b Author: Robin H. Johnson gentoo org> AuthorDate: Tue Jun 28 16:35:15 2022 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Jun 28 16:36:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2980713 dev-util/rats: update EAPI & HOMEPAGE Signed-off-by: Robin H. Johnson gentoo.org> Closes: https://bugs.gentoo.org/show_bug.cgi?id=683916 dev-util/rats/{rats-2.4.ebuild => rats-2.4-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/rats/rats-2.4.ebuild b/dev-util/rats/rats-2.4-r1.ebuild similarity index 89% rename from dev-util/rats/rats-2.4.ebuild rename to dev-util/rats/rats-2.4-r1.ebuild index 7f63c3779f30..0adcbf0ae280 100644 --- a/dev-util/rats/rats-2.4.ebuild +++ b/dev-util/rats/rats-2.4-r1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit edos2unix DESCRIPTION="RATS - Rough Auditing Tool for Security" -HOMEPAGE="https://code.google.com/p/rough-auditing-tool-for-security/" +HOMEPAGE="https://github.com/andrew-d/rough-auditing-tool-for-security" +# No tags available in the GitHub port SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/rough-auditing-tool-for-security/${P}.tgz" LICENSE="GPL-2"