From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6D0FA1582EF for ; Sat, 08 Mar 2025 14:25:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4B305343029 for ; Sat, 08 Mar 2025 14:25:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9A32811037D; Sat, 08 Mar 2025 14:25:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id 8931111037D for ; Sat, 08 Mar 2025 14:25:19 +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 4FC10342FDE for ; Sat, 08 Mar 2025 14:25:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2DDB289B for ; Sat, 08 Mar 2025 14:25:17 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741443851.c2a27e3e1acc312400b23903e2e5535a14596b5d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tinc/tinc-1.0.36-r1.ebuild net-vpn/tinc/tinc-1.0.36.ebuild X-VCS-Directories: net-vpn/tinc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c2a27e3e1acc312400b23903e2e5535a14596b5d X-VCS-Branch: master Date: Sat, 08 Mar 2025 14:25:17 +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: 4973a416-2de2-40e0-81bf-1b517bd7479f X-Archives-Hash: 0b37e9d2de02db1db24f33e2a41f3d2f commit: c2a27e3e1acc312400b23903e2e5535a14596b5d Author: Sam James gentoo org> AuthorDate: Sat Mar 8 14:23:33 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 8 14:24:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a27e3e net-vpn/tinc: port 1.0.36 to EAPI 8 Bug: https://bugs.gentoo.org/950870 Signed-off-by: Sam James gentoo.org> net-vpn/tinc/{tinc-1.0.36.ebuild => tinc-1.0.36-r1.ebuild} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/net-vpn/tinc/tinc-1.0.36.ebuild b/net-vpn/tinc/tinc-1.0.36-r1.ebuild similarity index 90% rename from net-vpn/tinc/tinc-1.0.36.ebuild rename to net-vpn/tinc/tinc-1.0.36-r1.ebuild index 148f1e53336c..7e2b54df333e 100644 --- a/net-vpn/tinc/tinc-1.0.36.ebuild +++ b/net-vpn/tinc/tinc-1.0.36-r1.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # Please keep a version around that matches Debian/Ubuntu for compatibility. inherit systemd DESCRIPTION="tinc is an easy to configure VPN implementation" HOMEPAGE="https://www.tinc-vpn.org/" - SRC_URI="https://www.tinc-vpn.org/packages/${P}.tar.gz" LICENSE="GPL-2" @@ -17,11 +16,14 @@ KEYWORDS="amd64 ~arm ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x IUSE="+lzo uml vde +zlib" DEPEND=" - dev-libs/openssl:0= + dev-libs/openssl:= lzo? ( dev-libs/lzo:2 ) - zlib? ( sys-libs/zlib )" -RDEPEND="${DEPEND} - vde? ( net-misc/vde )" + zlib? ( sys-libs/zlib ) +" +RDEPEND=" + ${DEPEND} + vde? ( net-misc/vde ) +" src_configure() { econf \