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 AB7C7138335 for ; Sat, 12 Oct 2019 16:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 995E6E08C4; Sat, 12 Oct 2019 16:21:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 82ED7E08C4 for ; Sat, 12 Oct 2019 16:21:45 +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 5441334BC9A for ; Sat, 12 Oct 2019 16:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE7BC85C for ; Sat, 12 Oct 2019 16:21:41 +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: <1570897279.496f1c6ea865941d6b7c8eb9a481feb86b91a6c1.juippis@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.10.ebuild X-VCS-Directories: net-ftp/uftpd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 496f1c6ea865941d6b7c8eb9a481feb86b91a6c1 X-VCS-Branch: master Date: Sat, 12 Oct 2019 16:21:41 +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: 4f7765c3-ac59-4aec-ae57-84306bb64540 X-Archives-Hash: a45ea81e122ec212d59a9738ee7cf546 commit: 496f1c6ea865941d6b7c8eb9a481feb86b91a6c1 Author: Oz Tiram gmail com> AuthorDate: Wed Oct 9 09:52:59 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 12 16:21:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496f1c6e net-ftp/uftpd: bump version to 2.10 Closes: https://bugs.gentoo.org/696760 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Oz Tiram gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13231 Signed-off-by: Joonas Niilola gentoo.org> net-ftp/uftpd/Manifest | 1 + net-ftp/uftpd/uftpd-2.10.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest index 0ed8b59ca43..93b62c11d6e 100644 --- a/net-ftp/uftpd/Manifest +++ b/net-ftp/uftpd/Manifest @@ -1,2 +1,3 @@ +DIST uftpd-2.10.tar.xz 161948 BLAKE2B 9a6c72758e12cf8190b9aaea72c337997bd544c4fbee1f6de44de178e698ccf2eb1ddfcb0b48de23ebe669aa2d0d0d74ae0510b48e8e3f2b4d50d3f39f4e9901 SHA512 d9fbeca46b7bf8cbc258e501591e1e1af26ed380578276eacc2fdf0331cb66bbee6e715ee3d2021366b7884022f2e733b6d676f72649e97acff7d8dc3045be9e DIST uftpd-2.7.tar.xz 161608 BLAKE2B fb759cb4e3f0495ac28bd84c36f46a7ff54565d729602427b2b44d0fea5b42f97df5397e095d4c3c428bbe87d97dced470f93129c8bf84c348a6e15bb226329c SHA512 0cdf7ba82fec53d067baf15c7ad84bbdfeb9dfbba4459c9eca497915f987d44573db0c47db451abd2b5936fd3135e7644ce0c734c6efe2c8e3ad5c172f5137ac DIST uftpd-2.8.tar.xz 160920 BLAKE2B 53816a12e23fa5ebf80590c51ac5d713f84ef452248da3849116236cdf26e84b2aed91c92df49dc2346593f3b9b3536a681b869cbbb6ada60419fc233c54bd71 SHA512 d6668729f572fc62cd4060b9fbff26bdcd4055d6faf2f733e4f54c160783d573e808e4ad09341b25571ebc983aa19ada11a5513ab986742cbd12883cc495329c diff --git a/net-ftp/uftpd/uftpd-2.10.ebuild b/net-ftp/uftpd/uftpd-2.10.ebuild new file mode 100644 index 00000000000..5f894de4079 --- /dev/null +++ b/net-ftp/uftpd/uftpd-2.10.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 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 ~x86" +IUSE="" + +DEPEND=" + >=dev-libs/libite-1.5 + >=dev-libs/libuev-2.2" + +RDEPEND=" + ${DEPEND} + !net-misc/uftp + !net-ftp/atftp"