Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-5.16-r1.ebuild ChangeLog
Date: Tue, 28 Apr 2015 14:48:07
Message-Id: 20150427025037.9DC26998@oystercatcher.gentoo.org
1 blueness 15/04/27 02:50:36
2
3 Modified: stunnel-5.16-r1.ebuild ChangeLog
4 Log:
5 Add libdir love for mips.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 net-misc/stunnel/stunnel-5.16-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: stunnel-5.16-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- stunnel-5.16-r1.ebuild 27 Apr 2015 00:25:03 -0000 1.1
23 +++ stunnel-5.16-r1.ebuild 27 Apr 2015 02:50:36 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild,v 1.1 2015/04/27 00:25:03 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.16-r1.ebuild,v 1.2 2015/04/27 02:50:36 blueness Exp $
29
30 EAPI="5"
31
32 -inherit ssl-cert eutils systemd user
33 +inherit ssl-cert eutils multilib systemd user
34
35 DESCRIPTION="TLS/SSL - Port Wrapper"
36 HOMEPAGE="http://www.stunnel.org/index.html"
37 @@ -18,7 +18,7 @@
38
39 LICENSE="GPL-2"
40 SLOT="0"
41 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
42 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
43 IUSE="ipv6 selinux tcpd"
44
45 DEPEND="tcpd? ( sys-apps/tcp-wrappers )
46 @@ -41,6 +41,7 @@
47
48 src_configure() {
49 econf \
50 + --libdir="${EPREFIX}/usr/$(get_libdir)" \
51 $(use_enable ipv6) \
52 $(use_enable tcpd libwrap) \
53 --with-ssl="${EPREFIX}"/usr \
54
55
56
57 1.223 net-misc/stunnel/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.223&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.223&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.222&r2=1.223
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
66 retrieving revision 1.222
67 retrieving revision 1.223
68 diff -u -r1.222 -r1.223
69 --- ChangeLog 27 Apr 2015 00:28:08 -0000 1.222
70 +++ ChangeLog 27 Apr 2015 02:50:36 -0000 1.223
71 @@ -1,6 +1,9 @@
72 # ChangeLog for net-misc/stunnel
73 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.222 2015/04/27 00:28:08 blueness Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.223 2015/04/27 02:50:36 blueness Exp $
76 +
77 + 27 Apr 2015; Anthony G. Basile <blueness@g.o> stunnel-5.16-r1.ebuild:
78 + Add libdir love for mips.
79
80 27 Apr 2015; Anthony G. Basile <blueness@g.o> -stunnel-5.15.ebuild,
81 stunnel-5.08.ebuild: