Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
Date: Thu, 04 Jun 2020 08:15:02
Message-Id: 1591257598.03a717502ca1088472637a0412d3fa32ae2566ae.juippis@gentoo
1 commit: 03a717502ca1088472637a0412d3fa32ae2566ae
2 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Sat May 30 13:55:19 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 07:59:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a71750
7
8 net-ftp/uftpd: bump version to 2.12
9
10 Bug: https://bugs.gentoo.org/726308
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 net-ftp/uftpd/Manifest | 1 +
16 net-ftp/uftpd/uftpd-2.12.ebuild | 22 ++++++++++++++++++++++
17 2 files changed, 23 insertions(+)
18
19 diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
20 index 1ce18daecde..92426780c56 100644
21 --- a/net-ftp/uftpd/Manifest
22 +++ b/net-ftp/uftpd/Manifest
23 @@ -1 +1,2 @@
24 DIST uftpd-2.11.tar.xz 182000 BLAKE2B 75c9a564a90b10f2efdbfaaab67572adefda160d7b5df8fd303cfd970153ee24bdfbfb25dca1764d7b747a27779a2863a1b32a0ec489fbc2e4f3f991bc3436ee SHA512 bce9fe3d763d61030e883bba7988d206630f2124991ce0c11613744813f66ed8bf215a555e0061d0083d32b90ac5c9b583adf08520fb691617adeac759d50546
25 +DIST uftpd-2.12.tar.xz 182384 BLAKE2B 1bf25bc4d443ec61d03be3d24c1c78b573dce78f17275db4fcaf2969e7bf01bbd20c3b6ff677f5b1c806b98fa34325cd5e39e671d8fd2c31f21220e5ca9a8c8d SHA512 4d9398a0c4f19eac3f2a4f694b683e5bc6a436a7ef50d030f3f71303d3212ac51e9e54844ed247988a9c69df8b0e52642a6da946c75ece25875ecee6cf04d520
26
27 diff --git a/net-ftp/uftpd/uftpd-2.12.ebuild b/net-ftp/uftpd/uftpd-2.12.ebuild
28 new file mode 100644
29 index 00000000000..fc850368530
30 --- /dev/null
31 +++ b/net-ftp/uftpd/uftpd-2.12.ebuild
32 @@ -0,0 +1,22 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +DESCRIPTION="The no nonsense TFTP/FTP server"
39 +HOMEPAGE="https://github.com/troglobit/uftpd"
40 +SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +IUSE=""
46 +
47 +DEPEND="
48 + >=dev-libs/libite-1.5
49 + >=dev-libs/libuev-2.2"
50 +
51 +RDEPEND="
52 + ${DEPEND}
53 + !net-misc/uftp
54 + !net-ftp/atftp"