Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-3.26.ebuild ChangeLog
Date: Fri, 09 Nov 2007 20:56:28
Message-Id: E1Iqatp-0000Da-Ki@stork.gentoo.org
1 grobian 07/11/09 20:56:21
2
3 Modified: stunnel-3.26.ebuild ChangeLog
4 Log:
5 Dropped ppc-macos keyword, see you in prefix
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.16 net-misc/stunnel/stunnel-3.26.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild?r1=1.15&r2=1.16
14
15 Index: stunnel-3.26.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- stunnel-3.26.ebuild 20 Sep 2007 12:42:24 -0000 1.15
22 +++ stunnel-3.26.ebuild 9 Nov 2007 20:56:21 -0000 1.16
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.15 2007/09/20 12:42:24 rbu Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.16 2007/11/09 20:56:21 grobian Exp $
28
29 inherit eutils
30
31 @@ -10,7 +10,7 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="alpha ppc ~ppc-macos sparc x86"
36 +KEYWORDS="alpha ppc sparc x86"
37 IUSE="selinux"
38
39 DEPEND=">=dev-libs/openssl-0.9.6j
40 @@ -20,11 +20,6 @@
41 unpack ${A}
42 cd ${S}
43 epatch ${FILESDIR}/${P}-gentoo.diff
44 - if use ppc-macos ; then
45 - sed -i -e "s,-shared,-dynamic -flat_namespace -bundle -undefined suppress,g" \
46 - -e "s,stunnel.so,stunnel.dylib,g" \
47 - Makefile.in || die "sed failed"
48 - fi
49 }
50
51 src_compile() {
52 @@ -36,9 +31,4 @@
53 dosbin stunnel
54 dodoc FAQ README HISTORY COPYING BUGS PORTS TODO transproxy.txt
55 doman stunnel.8
56 - if use ppc-macos ; then
57 - dolib.so stunnel.dylib
58 - else
59 - dolib.so stunnel.so
60 - fi
61 }
62
63
64
65 1.75 net-misc/stunnel/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.75&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.75&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.74&r2=1.75
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
74 retrieving revision 1.74
75 retrieving revision 1.75
76 diff -u -r1.74 -r1.75
77 --- ChangeLog 3 Nov 2007 16:00:15 -0000 1.74
78 +++ ChangeLog 9 Nov 2007 20:56:21 -0000 1.75
79 @@ -1,6 +1,9 @@
80 # ChangeLog for net-misc/stunnel
81 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.74 2007/11/03 16:00:15 drac Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.75 2007/11/09 20:56:21 grobian Exp $
84 +
85 + 09 Nov 2007; Fabian Groffen <grobian@g.o> stunnel-3.26.ebuild:
86 + Dropped ppc-macos keyword, see you in prefix
87
88 03 Nov 2007; Samuli Suominen <drac@g.o> stunnel-4.20.ebuild:
89 Stable on arm; bug #113778
90
91
92
93 --
94 gentoo-commits@g.o mailing list