summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-04-27 18:45:02 -0500
committerAustin English <wizardedit@gentoo.org>2016-04-27 18:45:02 -0500
commit9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a (patch)
tree2cbd70f5cacb4dacf175057bbffebc6d78be660d /net-ftp
parentnet-ftp/tlswrap: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a.tar.gz
gentoo-9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a.tar.bz2
gentoo-9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a.zip
net-ftp/tlswrap: remove tlswrap-1.04-r1
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/tlswrap/tlswrap-1.04-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-ftp/tlswrap/tlswrap-1.04-r1.ebuild b/net-ftp/tlswrap/tlswrap-1.04-r1.ebuild
deleted file mode 100644
index 62f8c9433a52..000000000000
--- a/net-ftp/tlswrap/tlswrap-1.04-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="a TLS/SSL FTP wrapper/proxy which allows to use TLS with every FTP client"
-HOMEPAGE="http://www.tlswrap.com"
-SRC_URI="http://www.tlswrap.com/${P}.tar.gz"
-
-# GPL-2 for Gentoo init script
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
-
-DEPEND="!libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:= )"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-libressl.patch"
-}
-
-src_install() {
- emake prefix="${D}/usr" install
- dodoc ChangeLog README
- newinitd "${FILESDIR}/tlswrap.init" tlswrap
-}