diff options
author | Simone Scanzoni <nonno.cicala@libero.it> | 2018-08-14 19:27:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-14 19:46:31 +0200 |
commit | efaa18f281a21f2b339827348cb796ecd6addeb0 (patch) | |
tree | 8d4abefd8ec64e6c3aa2b72bb54e8bd32cef2c38 /net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild | |
parent | net-vpn/logmein-hamachi: pruned unfetchable version (diff) | |
download | gentoo-efaa18f281a21f2b339827348cb796ecd6addeb0.tar.gz gentoo-efaa18f281a21f2b339827348cb796ecd6addeb0.tar.bz2 gentoo-efaa18f281a21f2b339827348cb796ecd6addeb0.zip |
net-vpn/logmein-hamachi: version bump, LICENSE update, ebuild cleanup
Closes: https://bugs.gentoo.org/661688
Closes: https://github.com/gentoo/gentoo/pull/9298
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild')
-rw-r--r-- | net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild index d340b702289f..edef3a07d1af 100644 --- a/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild +++ b/net-vpn/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="https://www.vpn.net/" SRC_URI="x86? ( https://www.vpn.net/installers/${P}-x86.tgz ) amd64? ( https://www.vpn.net/installers/${P}-x64.tgz )" -LICENSE="LogMeIn" +LICENSE="LogMeIn-2013" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" @@ -30,16 +30,16 @@ pkg_setup() { src_unpack() { unpack ${A} - mv "${P}-$(use x86 && echo x86 || echo x64)" "${S}" || die + mv "${P}-$(usex x86 x86 x64)" "${S}" || die } src_install() { into /opt/${PN} dobin hamachid dnsup dnsdown - dosym /opt/${PN}/bin/hamachid /usr/bin/hamachi + dosym ../../opt/${PN}/bin/hamachid /usr/bin/hamachi # Config and log directory - dodir /var/lib/${PN} + keepdir /var/lib/${PN} newconfd "${FILESDIR}"/${PN}.confd ${PN} newinitd "${FILESDIR}"/${PN}.initd ${PN} |