commit:     496f1c6ea865941d6b7c8eb9a481feb86b91a6c1
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Oct  9 09:52:59 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <oz.tiram <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13231
Signed-off-by: Joonas Niilola <juippis <AT> 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"

Reply via email to