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 A4280158020 for ; Wed, 2 Nov 2022 14:24:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A18DE09BB; Wed, 2 Nov 2022 14:24:36 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65BE5E09B0 for ; Wed, 2 Nov 2022 14:24:36 +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 3E06034105D for ; Wed, 2 Nov 2022 14:24:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93CB862B for ; Wed, 2 Nov 2022 14:24:33 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1667399064.9ca6b0c305369979e65fc58540d7c857361e33d5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/uftpd/uftpd-2.15-r1.ebuild X-VCS-Directories: net-ftp/uftpd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9ca6b0c305369979e65fc58540d7c857361e33d5 X-VCS-Branch: master Date: Wed, 2 Nov 2022 14:24:33 +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: 954eb5de-dff1-40ae-84d1-b199c4d4870e X-Archives-Hash: afe76c2c79510e7c6e4ddb56a72fd630 commit: 9ca6b0c305369979e65fc58540d7c857361e33d5 Author: Oz N Tiram gmail com> AuthorDate: Mon Oct 10 09:48:09 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 2 14:24:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca6b0c3 net-ftp/uftpd: update EAPI 7 -> 8 Signed-off-by: Oz N Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27723 Signed-off-by: Joonas Niilola gentoo.org> net-ftp/uftpd/uftpd-2.15-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-ftp/uftpd/uftpd-2.15-r1.ebuild b/net-ftp/uftpd/uftpd-2.15-r1.ebuild index c191fbf59145..e9fcb3602f42 100644 --- a/net-ftp/uftpd/uftpd-2.15-r1.ebuild +++ b/net-ftp/uftpd/uftpd-2.15-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="The no nonsense TFTP/FTP server" HOMEPAGE="https://github.com/troglobit/uftpd" @@ -33,7 +33,6 @@ src_test() { emake -j 1 check } - src_install() { default newinitd "${FILESDIR}"/uftpd.init uftpd