diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/stunnel/Manifest | 1 | ||||
-rw-r--r-- | net-misc/stunnel/files/stunnel-3.26-gentoo.diff | 29 | ||||
-rw-r--r-- | net-misc/stunnel/metadata.xml | 14 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-3.26.ebuild | 30 |
4 files changed, 0 insertions, 74 deletions
diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest deleted file mode 100644 index b4c6fe1..0000000 --- a/net-misc/stunnel/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST stunnel-3.26.tar.gz 228923 BLAKE2B 59f410b608421a37c226ff8f0ee7d0da131cf78adf8bcc2b033f82e5b435aff87fd0b3df6d4a6ef0fd900ad1a99ffb864ff02f6cbb0daff85f085957cee85a9b SHA512 5eb5abc7c74af00a36163ea43b1e8bd9072d4b5aa15c22d48f48252b1c9d0e2fd6ad8a9b7ce49bfa57ce88babb968ee17491bc64049f731f5e6a09675c75399a diff --git a/net-misc/stunnel/files/stunnel-3.26-gentoo.diff b/net-misc/stunnel/files/stunnel-3.26-gentoo.diff deleted file mode 100644 index a6d0faa..0000000 --- a/net-misc/stunnel/files/stunnel-3.26-gentoo.diff +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.in Sun Dec 23 12:03:25 2001 -+++ Makefile.in Thu Jan 17 12:28:22 2002 -@@ -9,7 +9,7 @@ - sbindir=@sbindir@ - libdir=@libdir@ - man8dir=@mandir@/man8 --piddir=@localstatedir@/stunnel/ -+piddir=/var/run - ssldir=@ssldir@ - openssl=$(ssldir)/bin/openssl - PEM_DIR=@PEM_DIR@ -@@ -24,7 +24,7 @@ - LIBS=@LIBS@ - HEADERS=common.h prototypes.h client.h - OBJS=client.o stunnel.o ssl.o protocol.o sthreads.o pty.o log.o options.o --DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 $(PEM_DIR)/stunnel.pem -+DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 - - WINGCC=i386-mingw32msvc-gcc - WINCFLAGS=-O2 -Wall -DUSE_WIN32=1 -DHAVE_OPENSSL=1 -DFD_SETSIZE=4096 -DVERSION=\"@VERSION@\" -I../openssl-0.9.6b/outinc -@@ -33,7 +33,7 @@ - - # standard external rules - --all: stunnel stunnel.8 stunnel.html stunnel.so stunnel.pem -+all: stunnel stunnel.8 stunnel.html stunnel.so - - install: all installdirs $(DESTFILES) - diff --git a/net-misc/stunnel/metadata.xml b/net-misc/stunnel/metadata.xml deleted file mode 100644 index 6a99dbf..0000000 --- a/net-misc/stunnel/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>ulm@gentoo.org</email> -</maintainer> -<longdescription lang="en"> - Stunnel is a program that allows you to encrypt arbitrary TCP - connections inside SSL (Secure Sockets Layer) available on both Unix - and Windows. Stunnel can allow you to secure non-SSL aware daemons - and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide - the encryption, requiring no changes to the daemon's code. -</longdescription> -</pkgmetadata> diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild deleted file mode 100644 index 10227d4..0000000 --- a/net-misc/stunnel/stunnel-3.26.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="TLS/SSL - Port Wrapper" -HOMEPAGE="http://www.stunnel.org/" -SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="selinux" - -DEPEND=">=dev-libs/openssl-0.9.6j" -RDEPEND="${DEPEND} - selinux? ( sec-policy/selinux-stunnel )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.diff -} - -src_install() { - dosbin stunnel - dolib.so stunnel.so - dodoc FAQ README HISTORY BUGS PORTS TODO - doman stunnel.8 -} |