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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29647138359 for ; Sat, 11 Jul 2020 14:55:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4910FE0801; Sat, 11 Jul 2020 14:55:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D8A2E0801 for ; Sat, 11 Jul 2020 14:55:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1D5334F026 for ; Sat, 11 Jul 2020 14:55:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6D052CE for ; Sat, 11 Jul 2020 14:55:25 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1594479314.a51e4e08b3ed6503b7b9bed9eaa57ad8c07dfb10.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/lynis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/lynis/Manifest app-forensics/lynis/lynis-2.7.5.ebuild app-forensics/lynis/lynis-3.0.0.ebuild X-VCS-Directories: app-forensics/lynis/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: a51e4e08b3ed6503b7b9bed9eaa57ad8c07dfb10 X-VCS-Branch: master Date: Sat, 11 Jul 2020 14:55:25 +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: e0eccdfb-5c89-49ac-b88a-96deb8b0f537 X-Archives-Hash: 14fef495648d95e3b04d124992269096 commit: a51e4e08b3ed6503b7b9bed9eaa57ad8c07dfb10 Author: Mike Pagano gentoo org> AuthorDate: Sat Jul 11 14:55:14 2020 +0000 Commit: Mike Pagano gentoo org> CommitDate: Sat Jul 11 14:55:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51e4e08 app-forensics/lynis: Version bump, remove old Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Mike Pagano gentoo.org> app-forensics/lynis/Manifest | 2 +- app-forensics/lynis/{lynis-2.7.5.ebuild => lynis-3.0.0.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-forensics/lynis/Manifest b/app-forensics/lynis/Manifest index fdafb0e556f..a2ac02aaa3c 100644 --- a/app-forensics/lynis/Manifest +++ b/app-forensics/lynis/Manifest @@ -1 +1 @@ -DIST lynis-2.7.5.tar.gz 288688 BLAKE2B e82dd67a49c234745e8af8faca9c4a9664568db9e6c9f9e33c1a3213582f2110a27109fa370642135bd3ec90fc9086314836cfe6d9712bedb110ef61e93aa115 SHA512 0ec814cb65252e3e8a44013ad0902e188a4825c521d47280586c0dd9924dfb7b79cce9797055ab7b7be59dacc111607d114175e0a793844227eadda76f68980b +DIST lynis-3.0.0.tar.gz 320637 BLAKE2B a69346a0a0ba8236b6872a0523a36ae03be934bc128ad57f67179f120291197019f9387ffb6ec6390b344f7d17224b104c657fe8b474b339f0521a2a544f69cd SHA512 2f156002ff1cfcd2333c95b57e82e76260364fa58419b9414f2bb461aa77a22c2f1af57a6a934e88030baeb69aa9c274045cfcef359eb496d10acd5b886cb856 diff --git a/app-forensics/lynis/lynis-2.7.5.ebuild b/app-forensics/lynis/lynis-3.0.0.ebuild similarity index 95% rename from app-forensics/lynis/lynis-2.7.5.ebuild rename to app-forensics/lynis/lynis-3.0.0.ebuild index 1701f39cc6f..9d727a6d761 100644 --- a/app-forensics/lynis/lynis-2.7.5.ebuild +++ b/app-forensics/lynis/lynis-3.0.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit eutils bash-completion-r1