From b72dd6ff598dee0fd107943714163127a9b4f7b5 Mon Sep 17 00:00:00 2001 From: Simone Scanzoni Date: Tue, 14 Aug 2018 19:18:28 +0200 Subject: net-vpn/logmein-hamachi: pruned unfetchable version Closes: https://bugs.gentoo.org/640604 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- net-vpn/logmein-hamachi/Manifest | 2 - .../logmein-hamachi-2.1.0.139.ebuild | 64 ---------------------- 2 files changed, 66 deletions(-) delete mode 100644 net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.139.ebuild (limited to 'net-vpn/logmein-hamachi') diff --git a/net-vpn/logmein-hamachi/Manifest b/net-vpn/logmein-hamachi/Manifest index 3acd8320aef6..f96497f479a9 100644 --- a/net-vpn/logmein-hamachi/Manifest +++ b/net-vpn/logmein-hamachi/Manifest @@ -1,4 +1,2 @@ -DIST logmein-hamachi-2.1.0.139-x64.tgz 1329615 BLAKE2B b5b345821e0aa2777b4da9a7421a548c3ae90541c61aea2656de20d2d57cea41fe912e053f97adb84be7428fddd5e01b2a76353e5d89a117a02710fa4c1baca0 SHA512 e4c0a3de2361f707dfbe168bfa90543f139082624c04b121f3186ecb10aa56a9e9e942989cd1148d6a4fcabedba172bb1196206c14a1124b32d20154ee4be177 -DIST logmein-hamachi-2.1.0.139-x86.tgz 1254911 BLAKE2B 9f7eb6affb808b4343a8883959e1ade460bc75aeac5e42def9f3bcd49688ce6b13313eed521e040f653128f26f0572383649e7623d114209408781ae4c406068 SHA512 49e5b57563e1599a71bc543c81bb1355b210d432a1daaf3975a1625aafd1cd46233fe8a1914d9309d8116d597abc42cd8cfd75e0729eed4bc379eaab30c808e4 DIST logmein-hamachi-2.1.0.174-x64.tgz 1367599 BLAKE2B 338ccdcf8ab6d94bd689908dd22522c34a3a40206181dd175d9e40c42bbb6d7d2073378955e37ec1e884dcdc0013c8a9eb8ee83978d93b8fabc3218bf16a181f SHA512 d1d81a15f209361f66636035f7fd8a010657dbc0712a56ae240e102f083e9b04629c852cbd4259229166c297a1cd116da07e5bdeac63795cacba8fd7e3021050 DIST logmein-hamachi-2.1.0.174-x86.tgz 1290587 BLAKE2B efcb3629097822360c126a4951293f43a885925f9c273e0f70b71f6613b6c7b8d78253e5d0d1a9f63218536359d92095b60ceacff2579854f0102c44c8dd7d66 SHA512 0f8da40d6508dab71680a74065649d51288c345849f74c7e2682040b720536f5324d142690aa879f9c5e8f1717654ab93357f4b960a567f5b584609bd814e82f diff --git a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.139.ebuild b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.139.ebuild deleted file mode 100644 index 719f37c44aae..000000000000 --- a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.139.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils linux-info systemd - -DESCRIPTION="LogMeIn Hamachi VPN tunneling engine" -HOMEPAGE="https://secure.logmein.com/products/hamachi" -SRC_URI="x86? ( https://secure.logmein.com/labs/${P}-x86.tgz ) - amd64? ( https://secure.logmein.com/labs/${P}-x64.tgz )" - -LICENSE="LogMeIn" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" - -RDEPEND="!net-misc/hamachi" - -RESTRICT="mirror" - -QA_PREBUILT="/opt/${PN}/bin/hamachid" -QA_PRESTRIPPED="/opt/${PN}/bin/hamachid" -QA_WX_LOAD="/opt/${PN}/bin/hamachid" - -pkg_setup() { - einfo "Checking your kernel configuration for TUN/TAP support." - CONFIG_CHECK="~TUN" - check_extra_config -} - -src_unpack() { - unpack ${A} - mv "${P}-$(use x86 && echo x86 || echo x64)" "${S}" || die -} - -src_install() { - into /opt/${PN} - dobin hamachid dnsup dnsdown - dosym /opt/${PN}/bin/hamachid /usr/bin/hamachi - - # Config and log directory - dodir /var/lib/${PN} - - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.initd ${PN} - systemd_dounit "${FILESDIR}"/${PN}.service - - dodoc CHANGES README -} - -pkg_postinst() { - elog "LogMeIn Hamachi2 is installed." - elog "Consult the README file on how to configure your client." - elog "You can run the client 'hamachi' as root," - elog "or as a user if you add a newline terminated line:" - elog "Ipc.User " - elog "to the file '/var/lib/${PN}/h2-engine-override.cfg'" - elog "and restart the daemon with" - elog "/etc/init.d/${PN} restart" - elog "or:" - elog "systemctl restart ${PN}" - elog "To enable auto-login when the service starts set a nickname in" - elog "/etc/conf.d/${PN} (only supported using openRC)" -} -- cgit v1.2.3-65-gdbad