summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-02-21 03:48:01 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-02-21 03:48:01 +0000
commitca5c399c741b9485ba8b94feb55c0a52e1f8b28f (patch)
treee811d0d795bb23ab267139def765c7deb750dba2 /net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild
parentamd64 stable, bug 259523 (diff)
downloadgentoo-2-ca5c399c741b9485ba8b94feb55c0a52e1f8b28f.tar.gz
gentoo-2-ca5c399c741b9485ba8b94feb55c0a52e1f8b28f.tar.bz2
gentoo-2-ca5c399c741b9485ba8b94feb55c0a52e1f8b28f.zip
remove net-analyzer/hyperic-hq-agent, bug 251490
Diffstat (limited to 'net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild')
-rw-r--r--net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild
deleted file mode 100644
index 94931f9cfa51..000000000000
--- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.6.22.ebuild,v 1.2 2007/05/01 17:48:59 genone Exp $
-
-inherit eutils
-
-DESCRIPTION="Agent for HQ Monitoring Software by Hyperic LLC"
-HOMEPAGE="http://www.hyperic.com/"
-SRC_URI="x86? (
-http://dl.hyperic.net/2.6/hyperic-hq-agent-${PV}-x86-linux.tgz ) amd64? (
-http://dl.hyperic.net/2.6/hyperic-hq-agent-${PV}-amd64-linux.tgz )"
-
-LICENSE="hyperic"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-AGENT_HOME=/opt/hyperic-hq-agent-${PV}
-
-src_install() {
-
- insinto /etc/init.d
- insopts -m0750
- newins ${FILESDIR}/hyperic-hq-agent.init-${PV} hyperic-hq-agent
-
- dodir ${AGENT_HOME}
- cp -pPR ${S}/* ${D}${AGENT_HOME}
-}
-
-pkg_postinst() {
-
- elog "You should perform the following before attempting to start the agent:"
- elog
- elog "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic"
- elog "2) ensure that your server has a license key permitting an additional agent install."
- elog "3) have your server ip, admin username, and admin password available"
- elog "4) rc-update add hyperic-hq-agent default"
- elog "5) /etc/init.d/hyperic-hq-agent start"
- elog
-}