diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-06-19 15:23:18 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-06-19 15:23:18 +0000 |
commit | a1eae430925497a28ad7e2b5757d67b76f7a631a (patch) | |
tree | 064353e5ee41959388c97b0f4e27706e9eace0e0 /net-misc/stunnel | |
parent | Stable for PPC64 (bug #551802). (diff) | |
download | gentoo-2-a1eae430925497a28ad7e2b5757d67b76f7a631a.tar.gz gentoo-2-a1eae430925497a28ad7e2b5757d67b76f7a631a.tar.bz2 gentoo-2-a1eae430925497a28ad7e2b5757d67b76f7a631a.zip |
Address bug #552406.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc/stunnel')
-rw-r--r-- | net-misc/stunnel/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-5.18.ebuild | 4 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-5.19.ebuild | 4 |
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, |