Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/stunnel: stunnel-3.26.ebuild ChangeLog stunnel-4.14-r1.ebuild stunnel-4.09-r1.ebuild stunnel-4.15.ebuild
Date: Fri, 09 Nov 2007 21:28:19
Message-Id: E1IqbOe-0000eR-5y@stork.gentoo.org
1 ulm 07/11/09 21:28:12
2
3 Modified: stunnel-3.26.ebuild ChangeLog
4 Removed: stunnel-4.14-r1.ebuild stunnel-4.09-r1.ebuild
5 stunnel-4.15.ebuild
6 Log:
7 Install stunnel.so again. Remove redundant src_compile. Clean up.
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.17 net-misc/stunnel/stunnel-3.26.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild?r1=1.16&r2=1.17
16
17 Index: stunnel-3.26.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- stunnel-3.26.ebuild 9 Nov 2007 20:56:21 -0000 1.16
24 +++ stunnel-3.26.ebuild 9 Nov 2007 21:28:11 -0000 1.17
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.16 2007/11/09 20:56:21 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.26.ebuild,v 1.17 2007/11/09 21:28:11 ulm Exp $
30
31 inherit eutils
32
33 @@ -18,17 +18,13 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 - epatch ${FILESDIR}/${P}-gentoo.diff
39 -}
40 -
41 -src_compile() {
42 - econf || die
43 - emake || die
44 + cd "${S}"
45 + epatch "${FILESDIR}/${P}-gentoo.diff"
46 }
47
48 src_install() {
49 dosbin stunnel
50 - dodoc FAQ README HISTORY COPYING BUGS PORTS TODO transproxy.txt
51 + dolib.so stunnel.so
52 + dodoc FAQ README HISTORY BUGS PORTS TODO transproxy.txt
53 doman stunnel.8
54 }
55
56
57
58 1.76 net-misc/stunnel/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.76&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/ChangeLog?rev=1.76&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/stunnel/ChangeLog?r1=1.75&r2=1.76
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v
67 retrieving revision 1.75
68 retrieving revision 1.76
69 diff -u -r1.75 -r1.76
70 --- ChangeLog 9 Nov 2007 20:56:21 -0000 1.75
71 +++ ChangeLog 9 Nov 2007 21:28:11 -0000 1.76
72 @@ -1,6 +1,10 @@
73 # ChangeLog for net-misc/stunnel
74 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.75 2007/11/09 20:56:21 grobian Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.76 2007/11/09 21:28:11 ulm Exp $
77 +
78 + 09 Nov 2007; Ulrich Mueller <ulm@g.o> stunnel-3.26.ebuild,
79 + -stunnel-4.09-r1.ebuild, -stunnel-4.14-r1.ebuild, -stunnel-4.15.ebuild:
80 + Install stunnel.so again. Remove redundant src_compile. Clean up.
81
82 09 Nov 2007; Fabian Groffen <grobian@g.o> stunnel-3.26.ebuild:
83 Dropped ppc-macos keyword, see you in prefix
84
85
86
87 --
88 gentoo-commits@g.o mailing list