Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/proxytunnel: ChangeLog proxytunnel-1.8.0.ebuild
Date: Tue, 01 Jan 2008 12:31:04
Message-Id: E1J9gGk-0003QN-DQ@stork.gentoo.org
1 vapier 08/01/01 12:30:54
2
3 Modified: ChangeLog
4 Added: proxytunnel-1.8.0.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc12)
8
9 Revision Changes Path
10 1.20 net-misc/proxytunnel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/proxytunnel/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/proxytunnel/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/proxytunnel/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 15 Jul 2007 08:52:26 -0000 1.19
23 +++ ChangeLog 1 Jan 2008 12:30:53 -0000 1.20
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-misc/proxytunnel
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.19 2007/07/15 08:52:26 phreak Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/ChangeLog,v 1.20 2008/01/01 12:30:53 vapier Exp $
30 +
31 +*proxytunnel-1.8.0 (01 Jan 2008)
32 +
33 + 01 Jan 2008; Mike Frysinger <vapier@g.o> +proxytunnel-1.8.0.ebuild:
34 + Version bump.
35
36 15 Jul 2007; Christian Heim <phreak@g.o> metadata.xml:
37 Assigning to m-needed, as beu is being retired (#66608).
38
39
40
41 1.1 net-misc/proxytunnel/proxytunnel-1.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: proxytunnel-1.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-misc/proxytunnel/proxytunnel-1.8.0.ebuild,v 1.1 2008/01/01 12:30:53 vapier Exp $
51
52 inherit flag-o-matic toolchain-funcs
53
54 DESCRIPTION="program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy"
55 HOMEPAGE="http://proxytunnel.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/proxytunnel/${P}.tgz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="static"
62
63 RDEPEND="dev-libs/openssl"
64 DEPEND="${RDEPEND}
65 dev-util/pkgconfig"
66
67 src_compile() {
68 use static && append-ldflags -static
69 emake CC="$(tc-getCC)" || die
70 }
71
72 src_install() {
73 emake install PREFIX=/usr DESTDIR="${D}" || die
74 dodoc CHANGES CREDITS KNOWN_ISSUES README
75 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list