Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tinc: tinc-1.0.11.ebuild ChangeLog
Date: Thu, 31 Dec 2009 03:25:43
Message-Id: E1NQBfO-0003Go-Bd@stork.gentoo.org
1 rbu 09/12/31 03:25:38
2
3 Modified: ChangeLog
4 Added: tinc-1.0.11.ebuild
5 Log:
6 Version bump by non-maintainer, bug 295813.
7 (Portage version: 2.1.7.14/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 net-misc/tinc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 9 Jun 2009 01:43:28 -0000 1.17
23 +++ ChangeLog 31 Dec 2009 03:25:37 -0000 1.18
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-misc/tinc
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.17 2009/06/09 01:43:28 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.18 2009/12/31 03:25:37 rbu Exp $
29 +
30 +*tinc-1.0.11 (31 Dec 2009)
31 +
32 + 31 Dec 2009; Robert Buchholz <rbu@g.o> +tinc-1.0.11.ebuild:
33 + Version bump by non-maintainer, bug 295813.
34
35 09 Jun 2009; Jeroen Roovers <jer@g.o> metadata.xml:
36 Reassign to no-herd because secure-tunneling does not exist.
37
38
39
40 1.1 net-misc/tinc/tinc-1.0.11.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.11.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.11.ebuild?rev=1.1&content-type=text/plain
44
45 Index: tinc-1.0.11.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.11.ebuild,v 1.1 2009/12/31 03:25:37 rbu Exp $
50
51 EAPI=2
52
53 DESCRIPTION="tinc is an easy to configure VPN implementation"
54 HOMEPAGE="http://www.tinc-vpn.org/"
55 SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
60 IUSE=""
61
62 DEPEND=">=dev-libs/openssl-0.9.7c
63 virtual/linux-sources
64 >=dev-libs/lzo-2
65 >=sys-libs/zlib-1.1.4-r2"
66
67 src_configure() {
68 econf --enable-jumbograms
69 }
70
71 src_install() {
72 emake DESTDIR="${D}" install || die
73 dodir /etc/tinc
74 dodoc AUTHORS NEWS README THANKS
75 doinitd "${FILESDIR}"/tincd
76 doconfd "${FILESDIR}"/tinc.networks
77 }
78
79 pkg_postinst() {
80 elog "This package requires the tun/tap kernel device."
81 elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
82 }