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 09FF7158086 for ; Sat, 27 Nov 2021 13:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E01E62BC044; Sat, 27 Nov 2021 13:04:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C65DB2BC044 for ; Sat, 27 Nov 2021 13:04:28 +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 54A4C342EE0 for ; Sat, 27 Nov 2021 13:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80B931DA for ; Sat, 27 Nov 2021 13:04:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1638018250.763a9912b8e19e49c1f07fab9e234c966e1e2a34.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/cygwin-crypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild X-VCS-Directories: sys-libs/cygwin-crypt/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 763a9912b8e19e49c1f07fab9e234c966e1e2a34 X-VCS-Branch: master Date: Sat, 27 Nov 2021 13:04: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: e3603d71-0e2a-4e32-afcb-7f913b63235b X-Archives-Hash: 8109d0f5865c3d08597b778f55d682f6 commit: 763a9912b8e19e49c1f07fab9e234c966e1e2a34 Author: Marek Szuba gentoo org> AuthorDate: Sat Nov 27 11:23:21 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Nov 27 13:04:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763a9912 sys-libs/cygwin-crypt: update EAPI 5 -> 8 Signed-off-by: Marek Szuba gentoo.org> .../{cygwin-crypt-1.4.ebuild => cygwin-crypt-1.4-r1.ebuild} | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild b/sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild similarity index 90% rename from sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild rename to sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild index 37c9ff3d46f3..24de50f1790b 100644 --- a/sys-libs/cygwin-crypt/cygwin-crypt-1.4.ebuild +++ b/sys-libs/cygwin-crypt/cygwin-crypt-1.4-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 inherit toolchain-funcs @@ -17,10 +17,6 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~x64-cygwin" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" mymake() { emake \