Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tinc/
Date: Tue, 12 Jun 2018 22:32:51
Message-Id: 1528842761.c1742c32bc6339be0341508c10baaf679d0c8232.blueness@gentoo
1 commit: c1742c32bc6339be0341508c10baaf679d0c8232
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 22:32:30 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 22:32:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1742c32
7
8 net-vpn/tinc: remove older versions
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-vpn/tinc/Manifest | 2 --
13 net-vpn/tinc/tinc-1.0.31.ebuild | 47 -----------------------------------------
14 net-vpn/tinc/tinc-1.0.32.ebuild | 47 -----------------------------------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/net-vpn/tinc/Manifest b/net-vpn/tinc/Manifest
18 index 4d8d91da13b..ca1d7e95537 100644
19 --- a/net-vpn/tinc/Manifest
20 +++ b/net-vpn/tinc/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST tinc-1.0.31.tar.gz 494877 BLAKE2B bdb47a9026d26cb2681da2a83931063d818a851e9e41dbd27ac131937abda68769b973afba74445bab7999599d766b3375ef853a6ed8740027ba119cfc5d2d89 SHA512 ac694d4ceec19bddebd3d5b9f37eb703a4701b93f65a7bbcdbc0b364f2a4f8b116c85748d06ec7821474de5c4d434caf5448109a0846e15c4a96adb92a0fc622
23 -DIST tinc-1.0.32.tar.gz 496221 BLAKE2B 692053d2bb690d1b2e76070f3dbae12ff4f90803434f62e0d7de0d1739312e5873abacbacccc976eda9860882846789732750364886961d4c5c164bb88d84a09 SHA512 1533305a062782ec788bcb59f4cbfac76ed401ccfe57b5cbd9a3fd9b76a238dbd0f612071c24b157fec4dfc409c79b1b4fbf6e176510b321dcdd79174632028c
24 DIST tinc-1.0.33.tar.gz 486374 BLAKE2B 542e9c95aa3dea941315c5a3293c06137be7131bbb4a3ba5d788e7c250327d0b01530db5b3371aee85b1e85a104b9997e9f09a6b33051090da087595e1bcb9da SHA512 f17c7682e177d85a049891255fc590069c7901307951ee93364a7a754f1a7c5ca4b6a6f7ddcb4c9ad150f0155ff7db7112990a3fc3a6496b48bdbfd3b1ae8804
25 DIST tinc-1.0.34.tar.gz 484174 BLAKE2B 8ba80983cb1293b03b814f305bd733a2208562b8450a539c0f80c25596c0e05fb7ebc8edf8e6617b9e18d8b96bb49a82098f902e692ce4b85c7c47b1072be2dd SHA512 b711a2c532f8efc94c77e9bbe5213ae284d2a3cb598d2760df700448e495a02ac56baa0393bbc6fbc735bf97a26ca5a79133c92952d98a9086a9ffd273eef725
26 DIST tinc-1.1pre15.tar.gz 704145 BLAKE2B e97f044066a3c399b4089ed73e77a78904837031cbf04445390a3132a5cd8cf3e9390c1908b1804364616d16fffdedbae6b88f8a42da7471a42e4c8eea614d0e SHA512 29b109c84a89204a9fe298e3cfb092169a7c3cbb62e0cabdb7fe8eaa01b03343b7d48bf028525754af1a340781de209e0b9412669c256a30e7226a8a21412c17
27
28 diff --git a/net-vpn/tinc/tinc-1.0.31.ebuild b/net-vpn/tinc/tinc-1.0.31.ebuild
29 deleted file mode 100644
30 index c8adaa0c7d3..00000000000
31 --- a/net-vpn/tinc/tinc-1.0.31.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="6"
38 -inherit systemd
39 -
40 -DESCRIPTION="tinc is an easy to configure VPN implementation"
41 -HOMEPAGE="http://www.tinc-vpn.org/"
42 -SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
47 -IUSE="libressl +lzo uml vde +zlib"
48 -
49 -DEPEND="
50 - !libressl? ( dev-libs/openssl:0= )
51 - libressl? ( dev-libs/libressl:0= )
52 - lzo? ( dev-libs/lzo:2 )
53 - zlib? ( sys-libs/zlib )"
54 -RDEPEND="${DEPEND}
55 - vde? ( net-misc/vde )"
56 -
57 -src_configure() {
58 - econf \
59 - --enable-jumbograms \
60 - --disable-tunemu \
61 - $(use_enable lzo) \
62 - $(use_enable uml) \
63 - $(use_enable vde) \
64 - $(use_enable zlib)
65 -}
66 -
67 -src_install() {
68 - emake DESTDIR="${D}" install
69 - dodir /etc/tinc
70 - dodoc AUTHORS NEWS README THANKS
71 - doconfd "${FILESDIR}"/tinc.networks
72 - newconfd "${FILESDIR}"/tincd.conf tincd
73 - newinitd "${FILESDIR}"/tincd-r1 tincd
74 - systemd_newunit "${FILESDIR}"/tincd_at.service "tincd@.service"
75 -}
76 -
77 -pkg_postinst() {
78 - elog "This package requires the tun/tap kernel device."
79 - elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
80 -}
81
82 diff --git a/net-vpn/tinc/tinc-1.0.32.ebuild b/net-vpn/tinc/tinc-1.0.32.ebuild
83 deleted file mode 100644
84 index c8adaa0c7d3..00000000000
85 --- a/net-vpn/tinc/tinc-1.0.32.ebuild
86 +++ /dev/null
87 @@ -1,47 +0,0 @@
88 -# Copyright 1999-2017 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI="6"
92 -inherit systemd
93 -
94 -DESCRIPTION="tinc is an easy to configure VPN implementation"
95 -HOMEPAGE="http://www.tinc-vpn.org/"
96 -SRC_URI="http://www.tinc-vpn.org/packages/${P}.tar.gz"
97 -
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
101 -IUSE="libressl +lzo uml vde +zlib"
102 -
103 -DEPEND="
104 - !libressl? ( dev-libs/openssl:0= )
105 - libressl? ( dev-libs/libressl:0= )
106 - lzo? ( dev-libs/lzo:2 )
107 - zlib? ( sys-libs/zlib )"
108 -RDEPEND="${DEPEND}
109 - vde? ( net-misc/vde )"
110 -
111 -src_configure() {
112 - econf \
113 - --enable-jumbograms \
114 - --disable-tunemu \
115 - $(use_enable lzo) \
116 - $(use_enable uml) \
117 - $(use_enable vde) \
118 - $(use_enable zlib)
119 -}
120 -
121 -src_install() {
122 - emake DESTDIR="${D}" install
123 - dodir /etc/tinc
124 - dodoc AUTHORS NEWS README THANKS
125 - doconfd "${FILESDIR}"/tinc.networks
126 - newconfd "${FILESDIR}"/tincd.conf tincd
127 - newinitd "${FILESDIR}"/tincd-r1 tincd
128 - systemd_newunit "${FILESDIR}"/tincd_at.service "tincd@.service"
129 -}
130 -
131 -pkg_postinst() {
132 - elog "This package requires the tun/tap kernel device."
133 - elog "Look at http://www.tinc-vpn.org/ for how to configure tinc"
134 -}