Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/
Date: Wed, 27 Apr 2016 23:46:25
Message-Id: 1461800702.9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a.wizardedit@gentoo
1 commit: 9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 27 23:45:02 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 23:45:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3b4e8c
7
8 net-ftp/tlswrap: remove tlswrap-1.04-r1
9
10 Package-Manager: portage-2.2.26
11
12 net-ftp/tlswrap/tlswrap-1.04-r1.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/net-ftp/tlswrap/tlswrap-1.04-r1.ebuild b/net-ftp/tlswrap/tlswrap-1.04-r1.ebuild
16 deleted file mode 100644
17 index 62f8c94..0000000
18 --- a/net-ftp/tlswrap/tlswrap-1.04-r1.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit eutils
27 -
28 -DESCRIPTION="a TLS/SSL FTP wrapper/proxy which allows to use TLS with every FTP client"
29 -HOMEPAGE="http://www.tlswrap.com"
30 -SRC_URI="http://www.tlswrap.com/${P}.tar.gz"
31 -
32 -# GPL-2 for Gentoo init script
33 -LICENSE="BSD GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="libressl"
37 -
38 -DEPEND="!libressl? ( dev-libs/openssl:0= )
39 - libressl? ( dev-libs/libressl:= )"
40 -RDEPEND=${DEPEND}
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}/${P}-libressl.patch"
44 -}
45 -
46 -src_install() {
47 - emake prefix="${D}/usr" install
48 - dodoc ChangeLog README
49 - newinitd "${FILESDIR}/tlswrap.init" tlswrap
50 -}