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: Sat, 02 Sep 2017 22:24:19
Message-Id: 1504391048.b05c1fc9fb75838fa6c8c14bbe25d736db3988d6.blueness@gentoo
1 commit: b05c1fc9fb75838fa6c8c14bbe25d736db3988d6
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 22:16:37 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 22:24:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05c1fc9
7
8 net-vpn/tinc: remove older versions
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 net-vpn/tinc/Manifest | 2 --
13 net-vpn/tinc/tinc-1.0.29.ebuild | 47 -----------------------------------------
14 net-vpn/tinc/tinc-1.0.30.ebuild | 47 -----------------------------------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/net-vpn/tinc/Manifest b/net-vpn/tinc/Manifest
18 index c956dbe18b9..2a0e6fd317c 100644
19 --- a/net-vpn/tinc/Manifest
20 +++ b/net-vpn/tinc/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST tinc-1.0.29.tar.gz 493335 SHA256 0357017c6ffbbe1b2088c28fa684d2b119afa1086f363c503d06e8f6faa72a78 SHA512 230f3ff4c86d9ebed6e350f3ec92e931d83f94e6b9c4821bec745dddc2d33997e776bf3cd2a8b9e261b2f0b2df2ed8b5406bfa40bae08696304f650de9f34ef3 WHIRLPOOL 9825337a4622bd9461c027767e701b3934ef422beb10a06b801e005549b7b2ff944d4609591667efc994d14b002db937658209a8eb9f363a868373ebfdd0603e
23 -DIST tinc-1.0.30.tar.gz 494699 SHA256 abc17e25afc1b9e74423c78fef586b11d503cbbbe5e4a2ed323870f4a82faa73 SHA512 2e98658eeb77ceaf2973f3b77cac0c31beecd1382dc6976461da55cf22e27469d30cf6b35d5b3ce489a1809f38e82635b24a86956d62ef34e28ec43b8d09d1e6 WHIRLPOOL bd37aa99b915e6075b0ec95589f11c3f63a6d6600b566c855735bda8312a0a7957224e4f11a6fb897308b540dd5a9ccd10a13d1d07d11a51200bbf833c823b5f
24 DIST tinc-1.0.31.tar.gz 494877 SHA256 d3cbc82e6e07975a2ccc0b369d07e30fc3324e71e240dca8781ce9a4f629519b SHA512 ac694d4ceec19bddebd3d5b9f37eb703a4701b93f65a7bbcdbc0b364f2a4f8b116c85748d06ec7821474de5c4d434caf5448109a0846e15c4a96adb92a0fc622 WHIRLPOOL aec84cd59ca80ca806171003447f946073c8f99fd872eaef1e7fea9d423cd4905d554964920be802e0862f5ab8de7d9d7094792c30403af8b62abca12286e2b1
25 DIST tinc-1.0.32.tar.gz 496221 SHA256 4db24feaff8db4bbb7edb7a4b8f5f8edc39b26eb5feccc99e8e67a6960c05587 SHA512 1533305a062782ec788bcb59f4cbfac76ed401ccfe57b5cbd9a3fd9b76a238dbd0f612071c24b157fec4dfc409c79b1b4fbf6e176510b321dcdd79174632028c WHIRLPOOL 1d20dd365ea4c774555f809412befe0857fdd574dbbb92b8cf61764973dfaa67ebe95480913c594de663cc91845b3850b9fe541c006725d60c32d6f403cb6be0
26 DIST tinc-1.1-upstream-patches-1.tar.xz 17316 SHA256 2358b51678381a76ccc283eb04f14ad1ec426bbf2703d73f566f94dc52d17a9c SHA512 db71787e2edbfa8ca6288818536a36ee8fa158b400639ca9650d2d17a66b3968ab36d088e6dcbbf9524f3322166254ad1aad87db78b00dc64e0dc2a49ea7b44f WHIRLPOOL ed28917111cd0553ef75048c2b48b0499559e5a6ace77f49efb7d6d15743ba0d426477eeed9364bea6fba6e434442cf17d71ffb224acdd7da3b49792ff59bc09
27
28 diff --git a/net-vpn/tinc/tinc-1.0.29.ebuild b/net-vpn/tinc/tinc-1.0.29.ebuild
29 deleted file mode 100644
30 index 3a34c96cb98..00000000000
31 --- a/net-vpn/tinc/tinc-1.0.29.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2016 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.30.ebuild b/net-vpn/tinc/tinc-1.0.30.ebuild
83 deleted file mode 100644
84 index 3a34c96cb98..00000000000
85 --- a/net-vpn/tinc/tinc-1.0.30.ebuild
86 +++ /dev/null
87 @@ -1,47 +0,0 @@
88 -# Copyright 1999-2016 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 -}