summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2015-11-11 20:40:40 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2015-11-11 20:41:17 +0100
commit2baf6762709aed6fca1160466df85f37a5fb0f02 (patch)
tree99fe1fe4368c386f2612e20224a51a28e24ca9b2 /net-ftp
parentnet-ftp/tlswrap: add libressl support, bug #565394 (diff)
downloadgentoo-2baf6762709aed6fca1160466df85f37a5fb0f02.tar.gz
gentoo-2baf6762709aed6fca1160466df85f37a5fb0f02.tar.bz2
gentoo-2baf6762709aed6fca1160466df85f37a5fb0f02.zip
net-ftp/tlswrap: drop old version
Package-Manager: portage-2.2.24
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/tlswrap/tlswrap-1.04.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-ftp/tlswrap/tlswrap-1.04.ebuild b/net-ftp/tlswrap/tlswrap-1.04.ebuild
deleted file mode 100644
index f5105e2eb7a8..000000000000
--- a/net-ftp/tlswrap/tlswrap-1.04.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="TLSWRAP is a TLS/SSL FTP wrapper/proxy which allows to use TLS with every FTP client"
-HOMEPAGE="http://tlswrap.sunsite.dk"
-SRC_URI="http://tlswrap.sunsite.dk/${P}.tar.gz"
-
-# GPL-2 for Gentoo init script
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/openssl-0.9.7"
-RDEPEND=${DEPEND}
-
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dodoc ChangeLog README
- # einstall for sandbox issues
- einstall || die "einstall failed"
- newinitd "${FILESDIR}/tlswrap.init" tlswrap
-}