Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
Date: Fri, 02 Mar 2018 19:57:40
Message-Id: 1520020629.7d009421b60bdefa207b70b5206a570e35663fd5.monsieurp@gentoo
1 commit: 7d009421b60bdefa207b70b5206a570e35663fd5
2 Author: Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 28 07:53:43 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 2 19:57:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d009421
7
8 net-ftp/uftpd: fix file collision.
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 Closes: https://bugs.gentoo.org/648984
12 Closes: https://github.com/gentoo/gentoo/pull/7315
13
14 net-ftp/uftpd/uftpd-2.4-r1.ebuild | 25 +++++++++++++++++++++++++
15 1 file changed, 25 insertions(+)
16
17 diff --git a/net-ftp/uftpd/uftpd-2.4-r1.ebuild b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
18 new file mode 100644
19 index 00000000000..93af03f1dfa
20 --- /dev/null
21 +++ b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
22 @@ -0,0 +1,25 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +DESCRIPTION="The no nonsense TFTP/FTP server."
29 +HOMEPAGE="https://github.com/troglobit/uftpd"
30 +SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
31 +
32 +LICENSE="MIT"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="
38 + !net-misc/uftp
39 + !net-ftp/atftp
40 + "
41 +
42 +DEPEND="
43 + dev-libs/libite
44 + dev-libs/libuev
45 + "
46 +
47 +RDEPEND="${DEPEND}"