diff options
author | Oz Tiram <oz.tiram@gmail.com> | 2020-05-30 15:40:24 +0000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-04 10:59:58 +0300 |
commit | 2854cf0711cd2100c28f9c99ba400387620232dd (patch) | |
tree | ff4012bbfd386bcb4e3936df3df8400b56b7bdda /net-ftp | |
parent | net-ftp/uftpd: bump version to 2.12 (diff) | |
download | gentoo-2854cf0711cd2100c28f9c99ba400387620232dd.tar.gz gentoo-2854cf0711cd2100c28f9c99ba400387620232dd.tar.bz2 gentoo-2854cf0711cd2100c28f9c99ba400387620232dd.zip |
net-ftp/uftpd: drop old version
Bug: https://bugs.gentoo.org/726308
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16013
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.11.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest index 92426780c56f..31dd8b2a562e 100644 --- a/net-ftp/uftpd/Manifest +++ b/net-ftp/uftpd/Manifest @@ -1,2 +1 @@ -DIST uftpd-2.11.tar.xz 182000 BLAKE2B 75c9a564a90b10f2efdbfaaab67572adefda160d7b5df8fd303cfd970153ee24bdfbfb25dca1764d7b747a27779a2863a1b32a0ec489fbc2e4f3f991bc3436ee SHA512 bce9fe3d763d61030e883bba7988d206630f2124991ce0c11613744813f66ed8bf215a555e0061d0083d32b90ac5c9b583adf08520fb691617adeac759d50546 DIST uftpd-2.12.tar.xz 182384 BLAKE2B 1bf25bc4d443ec61d03be3d24c1c78b573dce78f17275db4fcaf2969e7bf01bbd20c3b6ff677f5b1c806b98fa34325cd5e39e671d8fd2c31f21220e5ca9a8c8d SHA512 4d9398a0c4f19eac3f2a4f694b683e5bc6a436a7ef50d030f3f71303d3212ac51e9e54844ed247988a9c69df8b0e52642a6da946c75ece25875ecee6cf04d520 diff --git a/net-ftp/uftpd/uftpd-2.11.ebuild b/net-ftp/uftpd/uftpd-2.11.ebuild deleted file mode 100644 index fc8503685308..000000000000 --- a/net-ftp/uftpd/uftpd-2.11.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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" |