summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz N Tiram <oz.tiram@gmail.com>2020-07-13 19:48:10 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-07-24 15:03:31 +0300
commit85ffaab6eff33e812962d39d1284215597f47022 (patch)
tree4e45cfe12b9c4129deb70fa96663b4cb7c69baf7 /net-ftp
parentnet-libs/libwebsockets: drop 4.0.16 (diff)
downloadgentoo-85ffaab6eff33e812962d39d1284215597f47022.tar.gz
gentoo-85ffaab6eff33e812962d39d1284215597f47022.tar.bz2
gentoo-85ffaab6eff33e812962d39d1284215597f47022.zip
net-ftp/uftpd: drop old version 2.12
Package-Manager: Portage-2.3.99, Repoman-2.3.20 Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/uftpd/Manifest1
-rw-r--r--net-ftp/uftpd/uftpd-2.12.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/net-ftp/uftpd/Manifest b/net-ftp/uftpd/Manifest
deleted file mode 100644
index 31dd8b2a562e..000000000000
--- a/net-ftp/uftpd/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST uftpd-2.12.tar.xz 182384 BLAKE2B 1bf25bc4d443ec61d03be3d24c1c78b573dce78f17275db4fcaf2969e7bf01bbd20c3b6ff677f5b1c806b98fa34325cd5e39e671d8fd2c31f21220e5ca9a8c8d SHA512 4d9398a0c4f19eac3f2a4f694b683e5bc6a436a7ef50d030f3f71303d3212ac51e9e54844ed247988a9c69df8b0e52642a6da946c75ece25875ecee6cf04d520
diff --git a/net-ftp/uftpd/uftpd-2.12.ebuild b/net-ftp/uftpd/uftpd-2.12.ebuild
deleted file mode 100644
index fc8503685308..000000000000
--- a/net-ftp/uftpd/uftpd-2.12.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"