Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tinc: ChangeLog tinc-1.0.7.ebuild tinc-1.0.8.ebuild tinc-1.0.5.ebuild
Date: Tue, 01 Apr 2008 14:08:49
Message-Id: E1JghAL-0000BE-5W@stork.gentoo.org
1 dragonheart 08/04/01 14:08:45
2
3 Modified: ChangeLog tinc-1.0.7.ebuild
4 Added: tinc-1.0.8.ebuild
5 Removed: tinc-1.0.5.ebuild
6 Log:
7 fix init script and add an example as per bug #211807 thanks to Sebastian Droppelmann. added /etc/tinc directory as per bug #207113 thanks to Jens. version bump as per bug #204016
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.15 net-misc/tinc/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 24 Apr 2007 17:06:43 -0000 1.14
24 +++ ChangeLog 1 Apr 2008 14:08:44 -0000 1.15
25 @@ -1,6 +1,14 @@
26 # ChangeLog for net-misc/tinc
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.14 2007/04/24 17:06:43 tove Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.15 2008/04/01 14:08:44 dragonheart Exp $
31 +
32 +*tinc-1.0.8 (01 Apr 2008)
33 +
34 + 01 Apr 2008; Daniel Black <dragonheart@g.o> +files/tinc.networks,
35 + files/tincd, -tinc-1.0.5.ebuild, tinc-1.0.7.ebuild, +tinc-1.0.8.ebuild:
36 + fix init script and add an example as per bug #211807 thanks to Sebastian
37 + Droppelmann. added /etc/tinc directory as per bug #207113 thanks to Jens.
38 + version bump as per bug #204016
39
40 *tinc-1.0.7 (19 Apr 2007)
41
42
43
44
45 1.2 net-misc/tinc/tinc-1.0.7.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild?r1=1.1&r2=1.2
50
51 Index: tinc-1.0.7.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- tinc-1.0.7.ebuild 19 Apr 2007 08:45:08 -0000 1.1
58 +++ tinc-1.0.7.ebuild 1 Apr 2008 14:08:44 -0000 1.2
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2007 Gentoo Foundation
61 +# Copyright 1999-2008 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild,v 1.1 2007/04/19 08:45:08 dragonheart Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.7.ebuild,v 1.2 2008/04/01 14:08:44 dragonheart Exp $
65
66 DESCRIPTION="tinc is an easy to configure VPN implementation"
67 HOMEPAGE="http://www.tinc-vpn.org/"
68 @@ -24,6 +24,7 @@
69
70 src_install() {
71 emake DESTDIR="${D}" install || die
72 + dodir /etc/tinc
73 dodoc AUTHORS NEWS README THANKS
74 doinitd "${FILESDIR}"/tincd
75 }
76
77
78
79 1.1 net-misc/tinc/tinc-1.0.8.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.8.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tinc/tinc-1.0.8.ebuild?rev=1.1&content-type=text/plain
83
84 Index: tinc-1.0.8.ebuild
85 ===================================================================
86 # Copyright 1999-2008 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.8.ebuild,v 1.1 2008/04/01 14:08:44 dragonheart Exp $
89
90 DESCRIPTION="tinc is an easy to configure VPN implementation"
91 HOMEPAGE="http://www.tinc-vpn.org/"
92 SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz"
93
94 LICENSE="GPL-2"
95 SLOT="0"
96 KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
97 IUSE="nls"
98
99 DEPEND=">=dev-libs/openssl-0.9.7c
100 virtual/linux-sources
101 >=dev-libs/lzo-2
102 >=sys-libs/zlib-1.1.4-r2
103 nls? ( sys-devel/gettext )"
104
105 src_compile() {
106 econf --enable-jumbograms $(use_enable nls) || die
107 emake || die
108 }
109
110 src_install() {
111 emake DESTDIR="${D}" install || die
112 dodir /etc/tinc
113 dodoc AUTHORS NEWS README THANKS
114 doinitd "${FILESDIR}"/tincd
115 doconfd "${FILESDIR}"/tinc.networks
116 }
117
118 pkg_postinst() {
119 elog "This package requires the tun/tap kernel device."
120 elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
121 }
122
123
124
125 --
126 gentoo-commits@l.g.o mailing list