summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-04-01 05:42:56 +0000
committerIan Delaney <idella4@gentoo.org>2015-04-01 05:42:56 +0000
commitb1b5272832de87c4d9d87cf98d0d995ce54d49f9 (patch)
treeedfc1a466f9108f428965ef37db606e5ace92d82 /net-misc
parentVersion bump. (diff)
downloadgentoo-2-b1b5272832de87c4d9d87cf98d0d995ce54d49f9.tar.gz
gentoo-2-b1b5272832de87c4d9d87cf98d0d995ce54d49f9.tar.bz2
gentoo-2-b1b5272832de87c4d9d87cf98d0d995ce54d49f9.zip
rm old ebuilds following instruct from maintainer; 'nuke them all'
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/logmein-hamachi/ChangeLog6
-rw-r--r--net-misc/logmein-hamachi/logmein-hamachi-2.1.0.130.ebuild65
-rw-r--r--net-misc/logmein-hamachi/logmein-hamachi-2.1.0.136.ebuild65
3 files changed, 5 insertions, 131 deletions
diff --git a/net-misc/logmein-hamachi/ChangeLog b/net-misc/logmein-hamachi/ChangeLog
index 04789f45d775..16b7af94ede7 100644
--- a/net-misc/logmein-hamachi/ChangeLog
+++ b/net-misc/logmein-hamachi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/logmein-hamachi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v 1.18 2015/03/31 01:16:32 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v 1.19 2015/04/01 05:42:56 idella4 Exp $
+
+ 01 Apr 2015; Ian Delaney <idella4@gentoo.org>
+ -logmein-hamachi-2.1.0.130.ebuild, -logmein-hamachi-2.1.0.136.ebuild:
+ rm old ebuilds following instruct from maintainer; 'nuke them all'
31 Mar 2015; Ian Delaney <idella4@gentoo.org>
-logmein-hamachi-2.1.0.119.ebuild:
diff --git a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.130.ebuild b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.130.ebuild
deleted file mode 100644
index da9f9a40599b..000000000000
--- a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.130.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 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.130.ebuild,v 1.1 2014/08/30 09:57:25 hwoarang Exp $
-
-EAPI=5
-inherit eutils linux-info systemd
-
-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}
- 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 <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 "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)"
-}
diff --git a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.136.ebuild b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.136.ebuild
deleted file mode 100644
index d692d4f80378..000000000000
--- a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.136.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 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.136.ebuild,v 1.1 2014/12/23 19:52:00 hwoarang Exp $
-
-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 <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 "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)"
-}