Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/uftpd/
Date: Wed, 09 May 2018 14:07:19
Message-Id: 1525874825.37828f07eafcc5a03b5b1fb6ef94c77868936cbf.zlogene@gentoo
1 commit: 37828f07eafcc5a03b5b1fb6ef94c77868936cbf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 14:06:21 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 14:07:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37828f07
7
8 net-ftp/uftpd: DESCRIPTION is not a sentence
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-ftp/uftpd/uftpd-2.4-r1.ebuild | 8 +++-----
13 net-ftp/uftpd/uftpd-2.4.ebuild | 4 ++--
14 2 files changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/net-ftp/uftpd/uftpd-2.4-r1.ebuild b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
17 index 93af03f1dfa..5739b08fde2 100644
18 --- a/net-ftp/uftpd/uftpd-2.4-r1.ebuild
19 +++ b/net-ftp/uftpd/uftpd-2.4-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -DESCRIPTION="The no nonsense TFTP/FTP server."
25 +DESCRIPTION="The no nonsense TFTP/FTP server"
26 HOMEPAGE="https://github.com/troglobit/uftpd"
27 SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
28
29 @@ -14,12 +14,10 @@ IUSE=""
30
31 RDEPEND="
32 !net-misc/uftp
33 - !net-ftp/atftp
34 - "
35 + !net-ftp/atftp"
36
37 DEPEND="
38 dev-libs/libite
39 - dev-libs/libuev
40 - "
41 + dev-libs/libuev"
42
43 RDEPEND="${DEPEND}"
44
45 diff --git a/net-ftp/uftpd/uftpd-2.4.ebuild b/net-ftp/uftpd/uftpd-2.4.ebuild
46 index ad41f43f2ca..e741e5bc206 100644
47 --- a/net-ftp/uftpd/uftpd-2.4.ebuild
48 +++ b/net-ftp/uftpd/uftpd-2.4.ebuild
49 @@ -1,9 +1,9 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55
56 -DESCRIPTION="The no nonsense TFTP/FTP server."
57 +DESCRIPTION="The no nonsense TFTP/FTP server"
58 HOMEPAGE="https://github.com/troglobit/uftpd"
59 SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"