* [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/
@ 2015-11-11 19:41 Bernard Cafarelli
0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli @ 2015-11-11 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 2baf6762709aed6fca1160466df85f37a5fb0f02
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 19:40:40 2015 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 19:41:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2baf6762
net-ftp/tlswrap: drop old version
Package-Manager: portage-2.2.24
net-ftp/tlswrap/tlswrap-1.04.ebuild | 30 ------------------------------
1 file changed, 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 f5105e2..0000000
--- 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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/
@ 2016-04-27 23:46 Austin English
0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-04-27 23:46 UTC (permalink / raw
To: gentoo-commits
commit: 9b3b4e8cf0ed9c98200b86705f9eff2e7314da2a
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 23:45:02 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> 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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/
@ 2016-04-28 8:33 Lars Wendler
0 siblings, 0 replies; 4+ messages in thread
From: Lars Wendler @ 2016-04-28 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 246474fed6e28cc9b1b5235ae31041a0d2bf0070
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 08:32:40 2016 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 08:32:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246474fe
net-ftp/tlswrap: Fixed patch application (bug #581432).
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
net-ftp/tlswrap/tlswrap-1.04-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild b/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild
index 472ed9e..ab21f44 100644
--- a/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild
+++ b/net-ftp/tlswrap/tlswrap-1.04-r2.ebuild
@@ -19,9 +19,9 @@ DEPEND="!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:= )"
RDEPEND=${DEPEND}
-src_prepare() {
- epatch "${FILESDIR}/${P}-libressl.patch"
-}
+PATCHES=(
+ "${FILESDIR}/${P}-libressl.patch"
+)
src_install() {
emake prefix="${D}/usr" install
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/
@ 2018-09-04 15:17 Craig Andrews
0 siblings, 0 replies; 4+ messages in thread
From: Craig Andrews @ 2018-09-04 15:17 UTC (permalink / raw
To: gentoo-commits
commit: 3f5dacc9e520245f882ab5ce7df2e2f97fb19797
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Sep 1 19:07:33 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Sep 4 15:15:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5dacc9
net-ftp/tlswrap: use HTTPs
net-ftp/tlswrap/tlswrap-1.04-r3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild b/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild
index f560a6c6537..4bb88bbe38e 100644
--- a/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild
+++ b/net-ftp/tlswrap/tlswrap-1.04-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
inherit autotools
DESCRIPTION="FTP wrapper which supports TLS with every FTP client"
-HOMEPAGE="http://www.tlswrap.com/"
-SRC_URI="http://www.tlswrap.com/${P}.tar.gz"
+HOMEPAGE="https://www.tlswrap.com/"
+SRC_URI="https://www.tlswrap.com/${P}.tar.gz"
# GPL-2 for Gentoo init script
LICENSE="BSD GPL-2"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-09-04 15:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 8:33 [gentoo-commits] repo/gentoo:master commit in: net-ftp/tlswrap/ Lars Wendler
-- strict thread matches above, loose matches on Subject: below --
2018-09-04 15:17 Craig Andrews
2016-04-27 23:46 Austin English
2015-11-11 19:41 Bernard Cafarelli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox