Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/dev/ulm:master commit in: net-misc/stunnel/, net-misc/stunnel/files/
Date: Sat, 04 Aug 2018 17:49:50
Message-Id: 1533404724.8bde77b849d47932198a33cafee6372e8dbc8323.ulm@gentoo
1 commit: 8bde77b849d47932198a33cafee6372e8dbc8323
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 17:45:24 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 17:45:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=8bde77b8
7
8 net-misc/stunnel: Remove stunnel-3.26.
9
10 net-misc/stunnel/Manifest | 1 -
11 net-misc/stunnel/files/stunnel-3.26-gentoo.diff | 29 ------------------------
12 net-misc/stunnel/metadata.xml | 14 ------------
13 net-misc/stunnel/stunnel-3.26.ebuild | 30 -------------------------
14 4 files changed, 74 deletions(-)
15
16 diff --git a/net-misc/stunnel/Manifest b/net-misc/stunnel/Manifest
17 deleted file mode 100644
18 index b4c6fe1..0000000
19 --- a/net-misc/stunnel/Manifest
20 +++ /dev/null
21 @@ -1 +0,0 @@
22 -DIST stunnel-3.26.tar.gz 228923 BLAKE2B 59f410b608421a37c226ff8f0ee7d0da131cf78adf8bcc2b033f82e5b435aff87fd0b3df6d4a6ef0fd900ad1a99ffb864ff02f6cbb0daff85f085957cee85a9b SHA512 5eb5abc7c74af00a36163ea43b1e8bd9072d4b5aa15c22d48f48252b1c9d0e2fd6ad8a9b7ce49bfa57ce88babb968ee17491bc64049f731f5e6a09675c75399a
23
24 diff --git a/net-misc/stunnel/files/stunnel-3.26-gentoo.diff b/net-misc/stunnel/files/stunnel-3.26-gentoo.diff
25 deleted file mode 100644
26 index a6d0faa..0000000
27 --- a/net-misc/stunnel/files/stunnel-3.26-gentoo.diff
28 +++ /dev/null
29 @@ -1,29 +0,0 @@
30 ---- Makefile.in Sun Dec 23 12:03:25 2001
31 -+++ Makefile.in Thu Jan 17 12:28:22 2002
32 -@@ -9,7 +9,7 @@
33 - sbindir=@sbindir@
34 - libdir=@libdir@
35 - man8dir=@mandir@/man8
36 --piddir=@localstatedir@/stunnel/
37 -+piddir=/var/run
38 - ssldir=@ssldir@
39 - openssl=$(ssldir)/bin/openssl
40 - PEM_DIR=@PEM_DIR@
41 -@@ -24,7 +24,7 @@
42 - LIBS=@LIBS@
43 - HEADERS=common.h prototypes.h client.h
44 - OBJS=client.o stunnel.o ssl.o protocol.o sthreads.o pty.o log.o options.o
45 --DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8 $(PEM_DIR)/stunnel.pem
46 -+DESTFILES=$(sbindir)/stunnel $(libdir)/stunnel.so $(man8dir)/stunnel.8
47 -
48 - WINGCC=i386-mingw32msvc-gcc
49 - WINCFLAGS=-O2 -Wall -DUSE_WIN32=1 -DHAVE_OPENSSL=1 -DFD_SETSIZE=4096 -DVERSION=\"@VERSION@\" -I../openssl-0.9.6b/outinc
50 -@@ -33,7 +33,7 @@
51 -
52 - # standard external rules
53 -
54 --all: stunnel stunnel.8 stunnel.html stunnel.so stunnel.pem
55 -+all: stunnel stunnel.8 stunnel.html stunnel.so
56 -
57 - install: all installdirs $(DESTFILES)
58 -
59
60 diff --git a/net-misc/stunnel/metadata.xml b/net-misc/stunnel/metadata.xml
61 deleted file mode 100644
62 index 6a99dbf..0000000
63 --- a/net-misc/stunnel/metadata.xml
64 +++ /dev/null
65 @@ -1,14 +0,0 @@
66 -<?xml version="1.0" encoding="UTF-8"?>
67 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
68 -<pkgmetadata>
69 -<maintainer type="person">
70 - <email>ulm@g.o</email>
71 -</maintainer>
72 -<longdescription lang="en">
73 - Stunnel is a program that allows you to encrypt arbitrary TCP
74 - connections inside SSL (Secure Sockets Layer) available on both Unix
75 - and Windows. Stunnel can allow you to secure non-SSL aware daemons
76 - and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide
77 - the encryption, requiring no changes to the daemon's code.
78 -</longdescription>
79 -</pkgmetadata>
80
81 diff --git a/net-misc/stunnel/stunnel-3.26.ebuild b/net-misc/stunnel/stunnel-3.26.ebuild
82 deleted file mode 100644
83 index 10227d4..0000000
84 --- a/net-misc/stunnel/stunnel-3.26.ebuild
85 +++ /dev/null
86 @@ -1,30 +0,0 @@
87 -# Copyright 1999-2014 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=5
91 -
92 -inherit eutils
93 -
94 -DESCRIPTION="TLS/SSL - Port Wrapper"
95 -HOMEPAGE="http://www.stunnel.org/"
96 -SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz"
97 -
98 -LICENSE="GPL-2+"
99 -SLOT="0"
100 -KEYWORDS="alpha amd64 ppc sparc x86"
101 -IUSE="selinux"
102 -
103 -DEPEND=">=dev-libs/openssl-0.9.6j"
104 -RDEPEND="${DEPEND}
105 - selinux? ( sec-policy/selinux-stunnel )"
106 -
107 -src_prepare() {
108 - epatch "${FILESDIR}"/${P}-gentoo.diff
109 -}
110 -
111 -src_install() {
112 - dosbin stunnel
113 - dolib.so stunnel.so
114 - dodoc FAQ README HISTORY BUGS PORTS TODO
115 - doman stunnel.8
116 -}