blueness    15/06/19 15:33:56

  Modified:             stunnel-5.19.ebuild stunnel-5.18.ebuild
                        metadata.xml ChangeLog
  Log:
  Add USE=stunnel3 and dep on perl for bug #552406.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.3                  net-misc/stunnel/stunnel-5.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.19.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.19.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.19.ebuild?r1=1.2&r2=1.3

Index: stunnel-5.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stunnel-5.19.ebuild 19 Jun 2015 15:23:18 -0000      1.2
+++ stunnel-5.19.ebuild 19 Jun 2015 15:33:56 -0000      1.3
@@ -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.2 
2015/06/19 15:23:18 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.19.ebuild,v 1.3 
2015/06/19 15:33:56 blueness Exp $
 
 EAPI="5"
 
@@ -19,11 +19,12 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="ipv6 selinux tcpd"
+IUSE="ipv6 selinux stunnel3 tcpd"
 
 DEPEND="tcpd? ( sys-apps/tcp-wrappers )
        dev-libs/openssl:="
 RDEPEND="${DEPEND}
+       stunnel3? ( dev-lang/perl )
        selinux? ( sec-policy/selinux-stunnel )"
 
 pkg_setup() {
@@ -53,6 +54,7 @@
        rm -rf "${ED}"/usr/share/doc/${PN}
        rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
                "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
+       use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
 
        # The binary was moved to /usr/bin with 4.21,
        # symlink for backwards compatibility



1.4                  net-misc/stunnel/stunnel-5.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.18.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.18.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.18.ebuild?r1=1.3&r2=1.4

Index: stunnel-5.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stunnel-5.18.ebuild 19 Jun 2015 15:23:18 -0000      1.3
+++ stunnel-5.18.ebuild 19 Jun 2015 15:33:56 -0000      1.4
@@ -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.3 
2015/06/19 15:23:18 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.18.ebuild,v 1.4 
2015/06/19 15:33:56 blueness Exp $
 
 EAPI="5"
 
@@ -19,11 +19,12 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="ipv6 selinux tcpd"
+IUSE="ipv6 selinux stunnel3 tcpd"
 
 DEPEND="tcpd? ( sys-apps/tcp-wrappers )
        dev-libs/openssl:="
 RDEPEND="${DEPEND}
+       stunnel3? ( dev-lang/perl )
        selinux? ( sec-policy/selinux-stunnel )"
 
 pkg_setup() {
@@ -53,6 +54,7 @@
        rm -rf "${ED}"/usr/share/doc/${PN}
        rm -f "${ED}"/etc/stunnel/stunnel.conf-sample \
                "${ED}"/usr/share/man/man8/stunnel.{fr,pl}.8
+       use stunnel3 || rm -f "${ED}"/usr/bin/stunnel3
 
        # The binary was moved to /usr/bin with 4.21,
        # symlink for backwards compatibility



1.10                 net-misc/stunnel/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/metadata.xml?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/metadata.xml?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/metadata.xml?r1=1.9&r2=1.10

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml        8 Aug 2014 11:46:28 -0000       1.9
+++ metadata.xml        19 Jun 2015 15:33:56 -0000      1.10
@@ -5,6 +5,9 @@
                <email>bluen...@gentoo.org</email>
                <name>Anthony G. Basile</name>
        </maintainer>
+       <use>
+               <flag name="stunnel3">Install the stunnel3 wrapper.</flag>
+       </use>
        <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



1.234                net-misc/stunnel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.234&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.234&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.233&r2=1.234

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog   19 Jun 2015 15:23:18 -0000      1.233
+++ ChangeLog   19 Jun 2015 15:33:56 -0000      1.234
@@ -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.233 
2015/06/19 15:23:18 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.234 
2015/06/19 15:33:56 blueness Exp $
+
+  19 Jun 2015; Anthony G. Basile <bluen...@gentoo.org> metadata.xml,
+  stunnel-5.18.ebuild, stunnel-5.19.ebuild:
+  Add USE=stunnel3 and dep on perl for bug #552406.
 
   19 Jun 2015; Anthony G. Basile <bluen...@gentoo.org> stunnel-5.18.ebuild,
   stunnel-5.19.ebuild:




Reply via email to