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 41E51158086 for ; Mon, 3 Jan 2022 19:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA2EE07EA; Mon, 3 Jan 2022 19:02:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E882FE07EE for ; Mon, 3 Jan 2022 19:01:59 +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 26D17342D69 for ; Mon, 3 Jan 2022 19:01:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74DDA275 for ; Mon, 3 Jan 2022 19:01:56 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1641236495.3de0d23e1332cb345f60552b8b8da3df42b6fa01.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/uftpd/Manifest net-ftp/uftpd/uftpd-2.13.ebuild X-VCS-Directories: net-ftp/uftpd/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3de0d23e1332cb345f60552b8b8da3df42b6fa01 X-VCS-Branch: master Date: Mon, 3 Jan 2022 19:01:56 +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: e986b83a-7459-4365-9f48-9e9ddce5a3d9 X-Archives-Hash: 58812e0ca22376e7a2405f32c8b1b37a commit: 3de0d23e1332cb345f60552b8b8da3df42b6fa01 Author: Oz N Tiram gmail com> AuthorDate: Sat Dec 25 14:18:56 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Mon Jan 3 19:01:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de0d23e net-ftp/uftpd: drop 2.13 Signed-off-by: Oz N Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23506 Signed-off-by: Florian Schmaus gentoo.org> net-ftp/uftpd/Manifest | 1 - net-ftp/uftpd/uftpd-2.13.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest index 6a68bd72fd8a..bacabd941dca 100644 --- a/net-ftp/uftpd/Manifest +++ b/net-ftp/uftpd/Manifest @@ -1,2 +1 @@ -DIST uftpd-2.13.tar.xz 101128 BLAKE2B 2a948b993ed827b0bb53433c6dd9b49a7ddeb4d0b0a8e1e0061d417c9082094ab17e6116244af625de5ee2cbec4570eaa15ab0a68db95a959b471caade2b7aa2 SHA512 91152129ce1deb4db8e929aa75ffa88d69fe2d0ee1fd90242d1ecf02ee31a64bd3389d7d6699f9dab957d86389db87ecd9bc16dd37d0f8d0684007b43aa8a05c DIST uftpd-2.15.tar.xz 102820 BLAKE2B 19f80fb1cfa1194a154950c885cd26bf216014b3abae42d164e2c080dc7bf9c3810409bc989eec2a1ce559f0935415458cbd19abbd52dbf3816538d9463b754e SHA512 eaa867b6fe9b86786c8aec47224bda6aef5120845b67fa786c1663ec0b8437e5a0099fab8753db47feb9ab3a93de2d6519dba9dfb3d6ebefc8c4482113df45c1 diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild deleted file mode 100644 index f6666d43c1ee..000000000000 --- a/net-ftp/uftpd/uftpd-2.13.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="The no nonsense TFTP/FTP server" -HOMEPAGE="https://github.com/troglobit/uftpd" -SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=dev-libs/libite-1.5 - >=dev-libs/libuev-2.2" - -DEPEND=" - ${RDEPEND} - !net-misc/uftp - !net-ftp/atftp - !net-ftp/tftp-hpa[server(+)] - test? ( - net-ftp/ftp - net-ftp/tnftp - >=net-ftp/tftp-hpa-5.2-r2[client] - )" - -src_test() { - # can't run the tests in parallel since the order matters - emake -j 1 check -}