diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2020-07-13 19:49:57 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-24 15:03:31 +0300 |
commit | ebeff4948306dadb136fbc68b68b9f56397b8fa1 (patch) | |
tree | 727772f99219eb8f64a47292e8a748d96c8ceaf4 /net-ftp | |
parent | net-ftp/uftpd: drop old version 2.12 (diff) | |
download | gentoo-ebeff4948306dadb136fbc68b68b9f56397b8fa1.tar.gz gentoo-ebeff4948306dadb136fbc68b68b9f56397b8fa1.tar.bz2 gentoo-ebeff4948306dadb136fbc68b68b9f56397b8fa1.zip |
net-ftp/uftpd: bump version to 2.13
Package-Manager: Portage-2.3.99, Repoman-2.3.20
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16687
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/uftpd/Manifest | 1 | ||||
-rw-r--r-- | net-ftp/uftpd/uftpd-2.13.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest new file mode 100644 index 000000000000..a9060bc4a421 --- /dev/null +++ b/net-ftp/uftpd/Manifest @@ -0,0 +1 @@ +DIST uftpd-2.13.tar.xz 101128 BLAKE2B 2a948b993ed827b0bb53433c6dd9b49a7ddeb4d0b0a8e1e0061d417c9082094ab17e6116244af625de5ee2cbec4570eaa15ab0a68db95a959b471caade2b7aa2 SHA512 91152129ce1deb4db8e929aa75ffa88d69fe2d0ee1fd90242d1ecf02ee31a64bd3389d7d6699f9dab957d86389db87ecd9bc16dd37d0f8d0684007b43aa8a05c diff --git a/net-ftp/uftpd/uftpd-2.13.ebuild b/net-ftp/uftpd/uftpd-2.13.ebuild new file mode 100644 index 000000000000..fc8503685308 --- /dev/null +++ b/net-ftp/uftpd/uftpd-2.13.ebuild @@ -0,0 +1,22 @@ +# 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 ~x86" +IUSE="" + +DEPEND=" + >=dev-libs/libite-1.5 + >=dev-libs/libuev-2.2" + +RDEPEND=" + ${DEPEND} + !net-misc/uftp + !net-ftp/atftp" |