Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/logmein-hamachi/
Date: Wed, 31 Aug 2022 05:41:20
Message-Id: 1661924311.40be7709095fd971d1e21a7c752dbf47a39b08d7.asturm@gentoo
1 commit: 40be7709095fd971d1e21a7c752dbf47a39b08d7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 22:20:14 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 05:38:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40be7709
7
8 net-vpn/logmein-hamachi: drop 2.1.0.198, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 net-vpn/logmein-hamachi/Manifest | 2 -
13 .../logmein-hamachi-2.1.0.198.ebuild | 64 ----------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/net-vpn/logmein-hamachi/Manifest b/net-vpn/logmein-hamachi/Manifest
17 index 9c5d8aceffcf..820e6761a2c5 100644
18 --- a/net-vpn/logmein-hamachi/Manifest
19 +++ b/net-vpn/logmein-hamachi/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST logmein-hamachi-2.1.0.198-x64.tgz 1332004 BLAKE2B 72447c4a87e32aaafc424abcfece72645881e8da0cfd20f12e6e4f9470005c9f735588269541c1ef12cc92cf287cd7804f14ec32e56ac860e6d034271f688b9d SHA512 7ac7fb64c2ae1864f023138778f05681f852a5b4289638ca4905bf9c4ef7612e657b3641193abf33900e145c667391e9d438aadfcdbc710c0be5790816777d8f
22 -DIST logmein-hamachi-2.1.0.198-x86.tgz 1242014 BLAKE2B 41c2efc83f2dac62b18286a10f219e9df479473b403f10ac2306350694435804725e91053c841ac06b4414264071e39dbc26caaeea500de8815dce681a01aa5b SHA512 67a465359ebe11c572308f38d6a0221bbd61b1a96eddb5235c112db6c060f392a9d05cb88b7ef82d6011b468e89bc72269e39bf421b656a815df4c9c1ff19113
23 DIST logmein-hamachi-2.1.0.203-x64.tgz 1622719 BLAKE2B 7be3e4a496adaf5a42c1d16fd8a50c9d079da8d729de4cd1c7c203ffd5315423c222f5ccdbd54058a547168f2bae32df80f8f191e2f91e4dd77aa8516eeaaf0a SHA512 f34d65792162003f230d0531faf7c64aeacf6b7014c1266f07657d81c6f9d9bcda78e08c7d2569bc358574017a5f43ff99c247c86439739114b821ad5e40110e
24 DIST logmein-hamachi-2.1.0.203-x86.tgz 1368703 BLAKE2B 686149ccf57683d1a6ecae5d8f8dd16d793156fd5c3e95556ca4e12e9138f4bbc0eee1f4785ff684138a99e38a95156afa9e48e7587ed02d9fccbae7e8c9043a SHA512 b153dba334cf04abb9662c4c1fc576388bebdf0af303549e25c65536b3601f9c90e2a4c986898979d2abfc9fca2d31943e787d4ff3b59fc7147c2a1a1a1fdad9
25
26 diff --git a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.198.ebuild b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.198.ebuild
27 deleted file mode 100644
28 index d5d603fe4559..000000000000
29 --- a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.198.ebuild
30 +++ /dev/null
31 @@ -1,64 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit linux-info systemd
37 -
38 -DESCRIPTION="LogMeIn Hamachi VPN tunneling engine"
39 -HOMEPAGE="https://www.vpn.net/"
40 -SRC_URI="x86? ( https://www.vpn.net/installers/${P}-x86.tgz )
41 - amd64? ( https://www.vpn.net/installers/${P}-x64.tgz )"
42 -
43 -LICENSE="LogMeIn"
44 -SLOT="0"
45 -KEYWORDS="-* ~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="!net-misc/hamachi"
49 -
50 -RESTRICT="mirror"
51 -
52 -QA_PREBUILT="/opt/${PN}/bin/hamachid"
53 -QA_PRESTRIPPED="/opt/${PN}/bin/hamachid"
54 -QA_WX_LOAD="/opt/${PN}/bin/hamachid"
55 -
56 -pkg_setup() {
57 - einfo "Checking your kernel configuration for TUN/TAP support."
58 - CONFIG_CHECK="~TUN"
59 - check_extra_config
60 -}
61 -
62 -src_unpack() {
63 - unpack ${A}
64 - mv "${P}-$(usex x86 x86 x64)" "${S}" || die
65 -}
66 -
67 -src_install() {
68 - into /opt/${PN}
69 - dobin hamachid dnsup dnsdown
70 - dosym ../../opt/${PN}/bin/hamachid /usr/bin/hamachi
71 -
72 - # Config and log directory
73 - keepdir /var/lib/${PN}
74 -
75 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
76 - newinitd "${FILESDIR}"/${PN}.initd ${PN}
77 - systemd_dounit "${FILESDIR}"/${PN}.service
78 -
79 - dodoc CHANGES README
80 -}
81 -
82 -pkg_postinst() {
83 - elog "LogMeIn Hamachi2 is installed."
84 - elog "Consult the README file on how to configure your client."
85 - elog "You can run the client 'hamachi' as root,"
86 - elog "or as a user if you add a newline terminated line:"
87 - elog "Ipc.User <login name>"
88 - elog "to the file '/var/lib/${PN}/h2-engine-override.cfg'"
89 - elog "and restart the daemon with"
90 - elog "/etc/init.d/${PN} restart"
91 - elog "or:"
92 - elog "systemctl restart ${PN}"
93 - elog "To enable auto-login when the service starts set a nickname in"
94 - elog "/etc/conf.d/${PN} (only supported using openRC)"
95 -}