diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-10-12 11:44:39 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-10-12 11:44:39 +0000 |
commit | cef8b471f9d0e3168e4f644fcb19af0df30a9a46 (patch) | |
tree | 444b139bd62ac68c2f29c552ddb0a2de7c3eff30 /net-misc/logmein-hamachi | |
parent | Mask app-editors/mg, bug 487758. (diff) | |
download | gentoo-2-cef8b471f9d0e3168e4f644fcb19af0df30a9a46.tar.gz gentoo-2-cef8b471f9d0e3168e4f644fcb19af0df30a9a46.tar.bz2 gentoo-2-cef8b471f9d0e3168e4f644fcb19af0df30a9a46.zip |
Version bump to 2.1.0.119, proxied commit for Tianon; fixes bug #487596.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'net-misc/logmein-hamachi')
-rw-r--r-- | net-misc/logmein-hamachi/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101.ebuild | 63 | ||||
-rw-r--r-- | net-misc/logmein-hamachi/logmein-hamachi-2.1.0.119.ebuild (renamed from net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101-r1.ebuild) | 2 |
3 files changed, 9 insertions, 65 deletions
diff --git a/net-misc/logmein-hamachi/ChangeLog b/net-misc/logmein-hamachi/ChangeLog index 1e4e0300ea52..ca30e0282044 100644 --- a/net-misc/logmein-hamachi/ChangeLog +++ b/net-misc/logmein-hamachi/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/logmein-hamachi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v 1.13 2013/09/03 19:07:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v 1.14 2013/10/12 11:44:39 tomwij Exp $ + +*logmein-hamachi-2.1.0.119 (12 Oct 2013) + + 12 Oct 2013; Tom Wijsman <TomWij@gentoo.org> + +logmein-hamachi-2.1.0.119.ebuild, -logmein-hamachi-2.1.0.101-r1.ebuild, + -logmein-hamachi-2.1.0.101.ebuild: + Version bump to 2.1.0.119, proxied commit for Tianon; fixes bug #487596. *logmein-hamachi-2.1.0.101-r1 (03 Sep 2013) diff --git a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101.ebuild b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101.ebuild deleted file mode 100644 index 9bab3de247b6..000000000000 --- a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101.ebuild,v 1.1 2013/07/06 16:38:53 xmw Exp $ - -EAPI=5 - -inherit eutils linux-info - -DESCRIPTION="LogMeIn Hamachi VPN tunneling engine" -HOMEPAGE="https://secure.logmein.com/products/hamachi2" -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} - - 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 <login name>" - elog "to the file '/var/lib/${PN}/h2-engine-override.cfg'" - elog "and restart the daemon with" - elog "/etc/init.d/${PN} restart" - elog "To enable auto-login when the service starts set a nickname in" - elog "/etc/conf.d/${PN}" -} diff --git a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101-r1.ebuild b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.119.ebuild index da959ef74fd1..901baa501e92 100644 --- a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101-r1.ebuild +++ b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.119.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.101-r1.ebuild,v 1.1 2013/09/03 19:07:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.119.ebuild,v 1.1 2013/10/12 11:44:39 tomwij Exp $ EAPI=5 inherit eutils linux-info systemd |