Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tinc: tinc-1.0.25.ebuild tinc-1.1_pre11.ebuild tinc-1.0.26.ebuild ChangeLog tinc-1.0.24-r2.ebuild
Date: Mon, 06 Jul 2015 13:58:45
Message-Id: 20150706135835.CC3E8752@oystercatcher.gentoo.org
1 blueness 15/07/06 13:58:35
2
3 Modified: tinc-1.0.25.ebuild tinc-1.1_pre11.ebuild ChangeLog
4 Added: tinc-1.0.26.ebuild
5 Removed: tinc-1.0.24-r2.ebuild
6 Log:
7 Version bump. Clean up older versions. Add subslot deps for openssl and readline.
8
9 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
10
11 Revision Changes Path
12 1.2 net-misc/tinc/tinc-1.0.25.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/tinc-1.0.25.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/tinc-1.0.25.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/tinc-1.0.25.ebuild?r1=1.1&r2=1.2
17
18 Index: tinc-1.0.25.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.25.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- tinc-1.0.25.ebuild 22 Dec 2014 18:55:28 -0000 1.1
25 +++ tinc-1.0.25.ebuild 6 Jul 2015 13:58:35 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.25.ebuild,v 1.1 2014/12/22 18:55:28 blueness Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.25.ebuild,v 1.2 2015/07/06 13:58:35 blueness Exp $
32
33 EAPI="5"
34 inherit systemd
35 @@ -14,7 +14,7 @@
36 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
37 IUSE="+lzo uml vde +zlib"
38
39 -DEPEND="dev-libs/openssl
40 +DEPEND="dev-libs/openssl:=
41 lzo? ( dev-libs/lzo:2 )
42 zlib? ( sys-libs/zlib )"
43 RDEPEND="${DEPEND}
44
45
46
47 1.3 net-misc/tinc/tinc-1.1_pre11.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/tinc-1.1_pre11.ebuild?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/tinc-1.1_pre11.ebuild?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/tinc-1.1_pre11.ebuild?r1=1.2&r2=1.3
52
53 Index: tinc-1.1_pre11.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.1_pre11.ebuild,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- tinc-1.1_pre11.ebuild 3 Mar 2015 09:36:50 -0000 1.2
60 +++ tinc-1.1_pre11.ebuild 6 Jul 2015 13:58:35 -0000 1.3
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2015 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.1_pre11.ebuild,v 1.2 2015/03/03 09:36:50 dlan Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.1_pre11.ebuild,v 1.3 2015/07/06 13:58:35 blueness Exp $
66
67 EAPI="5"
68
69 @@ -19,10 +19,10 @@
70 KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
71 IUSE="+lzo +ncurses +openssl gcrypt gui +readline uml vde +zlib"
72
73 -DEPEND="dev-libs/openssl
74 +DEPEND="dev-libs/openssl:=
75 lzo? ( dev-libs/lzo:2 )
76 ncurses? ( sys-libs/ncurses )
77 - readline? ( sys-libs/readline )
78 + readline? ( sys-libs/readline:= )
79 zlib? ( sys-libs/zlib )"
80 RDEPEND="${DEPEND}
81 vde? ( net-misc/vde )
82
83
84
85 1.55 net-misc/tinc/ChangeLog
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/ChangeLog?rev=1.55&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/ChangeLog?rev=1.55&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/ChangeLog?r1=1.54&r2=1.55
90
91 Index: ChangeLog
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v
94 retrieving revision 1.54
95 retrieving revision 1.55
96 diff -u -r1.54 -r1.55
97 --- ChangeLog 3 Mar 2015 09:36:50 -0000 1.54
98 +++ ChangeLog 6 Jul 2015 13:58:35 -0000 1.55
99 @@ -1,6 +1,13 @@
100 # ChangeLog for net-misc/tinc
101 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
102 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.54 2015/03/03 09:36:50 dlan Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.55 2015/07/06 13:58:35 blueness Exp $
104 +
105 +*tinc-1.0.26 (06 Jul 2015)
106 +
107 + 06 Jul 2015; Anthony G. Basile <blueness@g.o> +tinc-1.0.26.ebuild,
108 + -tinc-1.0.24-r2.ebuild, tinc-1.0.25.ebuild, tinc-1.1_pre11.ebuild:
109 + Version bump. Clean up older versions. Add subslot deps for openssl and
110 + readline.
111
112 03 Mar 2015; Yixun Lan <dlan@g.o> tinc-1.1_pre11.ebuild:
113 add arm64 support, tested on A53 board
114
115
116
117 1.1 net-misc/tinc/tinc-1.0.26.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/tinc-1.0.26.ebuild?rev=1.1&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tinc/tinc-1.0.26.ebuild?rev=1.1&content-type=text/plain
121
122 Index: tinc-1.0.26.ebuild
123 ===================================================================
124 # Copyright 1999-2015 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 # $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/tinc-1.0.26.ebuild,v 1.1 2015/07/06 13:58:35 blueness Exp $
127
128 EAPI="5"
129 inherit systemd
130
131 DESCRIPTION="tinc is an easy to configure VPN implementation"
132 HOMEPAGE="http://www.tinc-vpn.org/"
133 SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz"
134
135 LICENSE="GPL-2"
136 SLOT="0"
137 KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
138 IUSE="+lzo uml vde +zlib"
139
140 DEPEND="dev-libs/openssl:=
141 lzo? ( dev-libs/lzo:2 )
142 zlib? ( sys-libs/zlib )"
143 RDEPEND="${DEPEND}
144 vde? ( net-misc/vde )"
145
146 src_configure() {
147 econf \
148 --enable-jumbograms \
149 --disable-tunemu \
150 $(use_enable lzo) \
151 $(use_enable uml) \
152 $(use_enable vde) \
153 $(use_enable zlib)
154 }
155
156 src_install() {
157 emake DESTDIR="${D}" install
158 dodir /etc/tinc
159 dodoc AUTHORS NEWS README THANKS
160 doconfd "${FILESDIR}"/tinc.networks
161 newconfd "${FILESDIR}"/tincd.conf tincd
162 newinitd "${FILESDIR}"/tincd-r1 tincd
163 systemd_newunit "${FILESDIR}"/tincd_at.service "tincd@.service"
164 }
165
166 pkg_postinst() {
167 elog "This package requires the tun/tap kernel device."
168 elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
169 }