From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B450B138208 for ; Wed, 27 Apr 2016 23:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9733721C079; Wed, 27 Apr 2016 23:46:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3015B21C079 for ; Wed, 27 Apr 2016 23:46:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D2C9340CCF for ; Wed, 27 Apr 2016 23:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72DC232C for ; Wed, 27 Apr 2016 23:46:18 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1461800702.9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/tlswrap/tlswrap-1.04-r1.ebuild X-VCS-Directories: net-ftp/tlswrap/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a X-VCS-Branch: master Date: Wed, 27 Apr 2016 23:46:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7ae5cc3-45d5-44cf-95b5-b11d8ab5c651 X-Archives-Hash: 76f8a91175d1e42d968270b8c1f2de49 commit: 9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a Author: Austin English gentoo org> AuthorDate: Wed Apr 27 23:45:02 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed Apr 27 23:45:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3b4e8c net-ftp/tlswrap: remove tlswrap-1.04-r1 Package-Manager: portage-2.2.26 net-ftp/tlswrap/tlswrap-1.04-r1.ebuild | 30 ------------------------------ 1 file changed, 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 62f8c94..0000000 --- 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 -}