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:14:57
Message-Id: 1591257598.2854cf0711cd2100c28f9c99ba400387620232dd.juippis@gentoo
1 commit: 2854cf0711cd2100c28f9c99ba400387620232dd
2 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
3 AuthorDate: Sat May 30 15:40:24 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=2854cf07
7
8 net-ftp/uftpd: drop old version
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 Closes: https://github.com/gentoo/gentoo/pull/16013
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 net-ftp/uftpd/Manifest | 1 -
17 net-ftp/uftpd/uftpd-2.11.ebuild | 22 ----------------------
18 2 files changed, 23 deletions(-)
19
20 diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
21 index 92426780c56..31dd8b2a562 100644
22 --- a/net-ftp/uftpd/Manifest
23 +++ b/net-ftp/uftpd/Manifest
24 @@ -1,2 +1 @@
25 -DIST uftpd-2.11.tar.xz 182000 BLAKE2B 75c9a564a90b10f2efdbfaaab67572adefda160d7b5df8fd303cfd970153ee24bdfbfb25dca1764d7b747a27779a2863a1b32a0ec489fbc2e4f3f991bc3436ee SHA512 bce9fe3d763d61030e883bba7988d206630f2124991ce0c11613744813f66ed8bf215a555e0061d0083d32b90ac5c9b583adf08520fb691617adeac759d50546
26 DIST uftpd-2.12.tar.xz 182384 BLAKE2B 1bf25bc4d443ec61d03be3d24c1c78b573dce78f17275db4fcaf2969e7bf01bbd20c3b6ff677f5b1c806b98fa34325cd5e39e671d8fd2c31f21220e5ca9a8c8d SHA512 4d9398a0c4f19eac3f2a4f694b683e5bc6a436a7ef50d030f3f71303d3212ac51e9e54844ed247988a9c69df8b0e52642a6da946c75ece25875ecee6cf04d520
27
28 diff --git a/net-ftp/uftpd/uftpd-2.11.ebuild b/net-ftp/uftpd/uftpd-2.11.ebuild
29 deleted file mode 100644
30 index fc850368530..00000000000
31 --- a/net-ftp/uftpd/uftpd-2.11.ebuild
32 +++ /dev/null
33 @@ -1,22 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -DESCRIPTION="The no nonsense TFTP/FTP server"
40 -HOMEPAGE="https://github.com/troglobit/uftpd"
41 -SRC_URI="https://github.com/troglobit/${PN}/releases/download/v${PV}/${P}.tar.xz"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -DEPEND="
49 - >=dev-libs/libite-1.5
50 - >=dev-libs/libuev-2.2"
51 -
52 -RDEPEND="
53 - ${DEPEND}
54 - !net-misc/uftp
55 - !net-ftp/atftp"