summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r--net-misc/stunnel/ChangeLog6
-rw-r--r--net-misc/stunnel/stunnel-5.18.ebuild4
-rw-r--r--net-misc/stunnel/stunnel-5.19.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog
index 9ced45963e5b..aeb825be2798 100644
--- a/net-misc/stunnel/ChangeLog
+++ b/net-misc/stunnel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/stunnel
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.232 2015/06/17 11:34:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.233 2015/06/19 15:23:18 blueness Exp $
+
+ 19 Jun 2015; Anthony G. Basile <blueness@gentoo.org> stunnel-5.18.ebuild,
+ stunnel-5.19.ebuild:
+ Address bug #552406.
17 Jun 2015; Anthony G. Basile <blueness@gentoo.org> -stunnel-5.08.ebuild,
-stunnel-5.16-r1.ebuild:
diff --git a/net-misc/stunnel/stunnel-5.18.ebuild b/net-misc/stunnel/stunnel-5.18.ebuild
index af998ef0f9b4..27dd1f44a43a 100644
--- a/net-misc/stunnel/stunnel-5.18.ebuild
+++ b/net-misc/stunnel/stunnel-5.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.18.ebuild,v 1.2 2015/06/12 15:10:33 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.18.ebuild,v 1.3 2015/06/19 15:23:18 blueness Exp $
EAPI="5"
@@ -51,7 +51,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install
rm -rf "${ED}"/usr/share/doc/${PN}
- rm -f "${ED}"/etc/stunnel/stunnel.conf-sample "${ED}"/usr/bin/stunnel3 \
+ rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
"${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
# The binary was moved to /usr/bin with 4.21,
diff --git a/net-misc/stunnel/stunnel-5.19.ebuild b/net-misc/stunnel/stunnel-5.19.ebuild
index f73c8da19f1c..36d8beebfc03 100644
--- a/net-misc/stunnel/stunnel-5.19.ebuild
+++ b/net-misc/stunnel/stunnel-5.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.19.ebuild,v 1.1 2015/06/17 11:30:51 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.19.ebuild,v 1.2 2015/06/19 15:23:18 blueness Exp $
EAPI="5"
@@ -51,7 +51,7 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install
rm -rf "${ED}"/usr/share/doc/${PN}
- rm -f "${ED}"/etc/stunnel/stunnel.conf-sample "${ED}"/usr/bin/stunnel3 \
+ rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
"${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
# The binary was moved to /usr/bin with 4.21,