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 3EBB51382C5 for ; Wed, 16 May 2018 14:32:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73936E08F0; Wed, 16 May 2018 14:32:45 +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 53672E08F0 for ; Wed, 16 May 2018 14:32:44 +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 C62DA335C06 for ; Wed, 16 May 2018 14:32:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55E7C43 for ; Wed, 16 May 2018 14:32:42 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1526481154.4cd83cc7131fa3034d7c5ec8e098ff61089cb2da.zerochaos@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.5.2.ebuild app-forensics/lynis/lynis-2.6.4.ebuild X-VCS-Directories: app-forensics/lynis/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 4cd83cc7131fa3034d7c5ec8e098ff61089cb2da X-VCS-Branch: master Date: Wed, 16 May 2018 14:32:42 +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-Archives-Salt: 4e99ad59-da6d-486f-8037-e5c293da0dba X-Archives-Hash: e6d6aee704b54979e2bc093cf6de6c82 commit: 4cd83cc7131fa3034d7c5ec8e098ff61089cb2da Author: Zero_Chaos gentoo org> AuthorDate: Wed May 16 14:32:12 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed May 16 14:32:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd83cc7 app-forensics/lynis: eapi and version bump Package-Manager: Portage-2.3.36, Repoman-2.3.9 app-forensics/lynis/Manifest | 2 +- app-forensics/lynis/{lynis-2.5.2.ebuild => lynis-2.6.4.ebuild} | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app-forensics/lynis/Manifest b/app-forensics/lynis/Manifest index 89c58343b26..4999568a6e6 100644 --- a/app-forensics/lynis/Manifest +++ b/app-forensics/lynis/Manifest @@ -1 +1 @@ -DIST lynis-2.5.2.tar.gz 264098 BLAKE2B 6e65decc3f62f66a1a53e247c4d6da86ec1a9bc1268ec7b840d19ab40dab284d6f8c5716403dd1ce107550d7b3526242b16a000207d27d67b111db91a3ee4f22 SHA512 dc9b994190f5a6102baaf1c4d226ee90980a32908c009a9f68bb9e716e0ba04063d51f3cca98b9538f6b30224097470ca3d484b667f2af73b922c0b239f4bdae +DIST lynis-2.6.4.tar.gz 273031 BLAKE2B 66d83050a348cc348f101f603c62eb3107ef7e088f57a6d0f36cb657a03cea48b93293b1c22a2bab68bd1ed1178e5bab7cf72cdcdd073637224559bb0c8b1198 SHA512 baa9f1c06b4d55b7962cb218707e057c7e7b5a5c4dbd89ba317c6525f08f80a5de53aa1371ad361611f8e44f0a32dda9409d2816caaedba4cd4f508929c5ab3c diff --git a/app-forensics/lynis/lynis-2.5.2.ebuild b/app-forensics/lynis/lynis-2.6.4.ebuild similarity index 90% rename from app-forensics/lynis/lynis-2.5.2.ebuild rename to app-forensics/lynis/lynis-2.6.4.ebuild index 80b80fe374a..03c1f53b426 100644 --- a/app-forensics/lynis/lynis-2.5.2.ebuild +++ b/app-forensics/lynis/lynis-2.6.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI="6" inherit eutils bash-completion-r1 @@ -19,11 +19,6 @@ RDEPEND="app-shells/bash" S="${WORKDIR}/${PN}" -src_prepare() { - # Bug 507438 - epatch_user -} - src_install() { doman lynis.8 dodoc FAQ README