summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-06-29 08:06:49 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-06-29 08:06:49 +0000
commit611dcd63b9047c2c632cd05b4bbf02e3678a6fac (patch)
treea620e874c4869b9bc6076b820d4b7df234593257 /net-misc/logmein-hamachi
parentAdd built with use dependency for emacs-common-gentoo[games?], bug 368647. (diff)
downloadgentoo-2-611dcd63b9047c2c632cd05b4bbf02e3678a6fac.tar.gz
gentoo-2-611dcd63b9047c2c632cd05b4bbf02e3678a6fac.tar.bz2
gentoo-2-611dcd63b9047c2c632cd05b4bbf02e3678a6fac.zip
Bump to 2.1.0.68, thanks to Simone Scanzoni. Clean up metadata
(Portage version: 2.1.11.2/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/logmein-hamachi')
-rw-r--r--net-misc/logmein-hamachi/ChangeLog11
-rw-r--r--net-misc/logmein-hamachi/logmein-hamachi-2.1.0.68.ebuild61
-rw-r--r--net-misc/logmein-hamachi/metadata.xml23
3 files changed, 78 insertions, 17 deletions
diff --git a/net-misc/logmein-hamachi/ChangeLog b/net-misc/logmein-hamachi/ChangeLog
index 729fc0da3180..31ec022f2ece 100644
--- a/net-misc/logmein-hamachi/ChangeLog
+++ b/net-misc/logmein-hamachi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/logmein-hamachi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v 1.4 2011/08/24 13:40:06 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v 1.5 2012/06/29 08:06:49 maksbotan Exp $
+
+*logmein-hamachi-2.1.0.68 (29 Jun 2012)
+
+ 29 Jun 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +logmein-hamachi-2.1.0.68.ebuild, metadata.xml:
+ Bump to 2.1.0.68, thanks to Simone Scanzoni. Clean up metadata
24 Aug 2011; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
Assign package to proxy-maintainers team
@@ -29,4 +35,3 @@
than a new version. Thanks to Simone Scanzoni <nonno.cicala@libero.it> for
the ebuilds and scripts. He will proxy maintain it. The old client will be
removed in 30 days
-
diff --git a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.68.ebuild b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.68.ebuild
new file mode 100644
index 000000000000..40583675f353
--- /dev/null
+++ b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.68.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2012 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.68.ebuild,v 1.1 2012/06/29 08:06:49 maksbotan Exp $
+
+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_PRESTRIPPED="/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 || die
+ dosym /opt/${PN}/bin/hamachid /usr/bin/hamachi || die "Couldn't create hamachi symlink"
+
+ dodir /var/run/${PN} || die
+
+ # Config and log directory
+ dodir /var/lib/${PN} || die
+
+ newconfd "${FILESDIR}"/${PN}.confd ${PN} || die
+ newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
+
+ dodoc CHANGES README || die
+}
+
+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 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/metadata.xml b/net-misc/logmein-hamachi/metadata.xml
index eeffdd4896a0..2acd5a5bb499 100644
--- a/net-misc/logmein-hamachi/metadata.xml
+++ b/net-misc/logmein-hamachi/metadata.xml
@@ -1,18 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>proxy-maintainers</herd>
-<maintainer>
-<email>hwoarang@gentoo.org</email>
-<name>Markos Chandras</name>
-<description>Proxy maintainer. CC him on bugs</description>
-</maintainer>
-<maintainer>
-<email>nonno.cicala@libero.it</email>
-<name>Simone Scanzoni</name>
-<description>Maintainer. Assign bugs to him</description>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>nonno.cicala@libero.it</email>
+ <name>Simone Scanzoni</name>
+ </maintainer>
+ <maintainer>
+ <email>hwoarang@gentoo.org</email>
+ <name>Markos Chandras</name>
+ </maintainer>
</pkgmetadata>
-