diff options
9 files changed, 10 insertions, 137 deletions
diff --git a/net-analyzer/hyperic-hq-agent/ChangeLog b/net-analyzer/hyperic-hq-agent/ChangeLog index 650d6d40513d..cd821d9f2b97 100644 --- a/net-analyzer/hyperic-hq-agent/ChangeLog +++ b/net-analyzer/hyperic-hq-agent/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/hyperic-hq-agent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/ChangeLog,v 1.8 2005/09/15 00:28:40 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/ChangeLog,v 1.9 2005/11/01 21:42:20 mattm Exp $ + + 01 Nov 2005; Matthew Marlowe <mattm@gentoo.org> + -files/hyperic-hq-agent.init-2.0.31, -files/hyperic-hq-agent.init-2.0.53, + -hyperic-hq-agent-2.0.31.ebuild, -hyperic-hq-agent-2.0.53.ebuild, + hyperic-hq-agent-2.1.30.ebuild: + mark 2.1.30 stable, remove obsolete releases (2.0.x). 15 Sep 2005; Matthew Marlowe <mattm@gentoo.org> hyperic-hq-agent-2.1.30.ebuild: diff --git a/net-analyzer/hyperic-hq-agent/Manifest b/net-analyzer/hyperic-hq-agent/Manifest index 43ffe31ad2f5..1eed67709878 100644 --- a/net-analyzer/hyperic-hq-agent/Manifest +++ b/net-analyzer/hyperic-hq-agent/Manifest @@ -1,14 +1,8 @@ MD5 90632d6f7a38d150aa2d42d68bfe1c5a ChangeLog 1718 -MD5 6dd2b3ce69c66365ca7a11f43b6503ac hyperic-hq-agent-2.0.31.ebuild 1462 -MD5 eb984e07b5410ef2c4640d49b22fe448 hyperic-hq-agent-2.0.53.ebuild 1435 MD5 0c2dbe9d74fdfa74a42d2c96ef530d69 hyperic-hq-agent-2.1.20.ebuild 1433 MD5 eddcfeabec90c590787504b96256b98a metadata.xml 475 -MD5 cf9fe54916e2958b7f0bf45a3e473080 hyperic-hq-agent-2.1.30.ebuild 1392 -MD5 861e47b262af687131be582de0b37b3a files/digest-hyperic-hq-agent-2.0.31 84 -MD5 088bc23eceee1f896cec195ef1f5cead files/digest-hyperic-hq-agent-2.0.53 170 +MD5 8b23ca0365a36367a067797f9194172b hyperic-hq-agent-2.1.30.ebuild 1390 MD5 a4787c9f8776138e109b4a4c59449f1f files/digest-hyperic-hq-agent-2.1.20 170 -MD5 5beb495bf1760398a007f969dbbcfec2 files/hyperic-hq-agent.init-2.0.31 267 -MD5 642c45c94133a144bcb205beca029096 files/hyperic-hq-agent.init-2.0.53 348 MD5 ba765bbf467ce7c13508be7c15e56e15 files/hyperic-hq-agent.init-2.1.20 348 MD5 91c27a181eb4abb096e19ab78d2e317f files/hyperic-hq-agent.init-2.1.30 348 MD5 ce71d392ac9834394255eea0c2249d4f files/digest-hyperic-hq-agent-2.1.30 170 diff --git a/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.31 b/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.31 deleted file mode 100644 index a3725dc245fd..000000000000 --- a/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.31 +++ /dev/null @@ -1 +0,0 @@ -MD5 a1601224cc04f0db33558e47637eceac hyperic-hq-agent-2.0.31-x86-linux.tgz 35015199 diff --git a/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.53 b/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.53 deleted file mode 100644 index 74e295da925c..000000000000 --- a/net-analyzer/hyperic-hq-agent/files/digest-hyperic-hq-agent-2.0.53 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 6bf23ea1d8ab01fe1ec67d173d090db4 hyperic-hq-agent-2.0.53-x86-linux.tgz 45348368 -MD5 c6ea79ea85fe57a1f048bdb60bbcbae1 hyperic-hq-agent-2.0.53-amd64-linux.tgz 48985137 diff --git a/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.31 b/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.31 deleted file mode 100755 index e3a34ab341c2..000000000000 --- a/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.31 +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/runscript - -depend() { - need net clock hostname -} - -start() { - ebegin "Starting Hyperic HQ Agent" - /opt/hyperic-hq-agent-2.0.31/hq-agent.sh start - eend $? -} - -stop() { - ebegin "Stopping Hyperic HQ Agent" - /opt/hyperic-hq-agent-2.0.31/hq-agent.sh stop - eend $? -} diff --git a/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.53 b/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.53 deleted file mode 100755 index c9d04d0a4af1..000000000000 --- a/net-analyzer/hyperic-hq-agent/files/hyperic-hq-agent.init-2.0.53 +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/runscript - -depend() { - need net clock hostname -} - -start() { - ebegin "Starting Hyperic HQ Agent" - start-stop-daemon --start --quiet --chuid hyperic:hyperic --exec /opt/hyperic-hq-agent-2.0.53/hq-agent.sh -- start - eend $? -} - -stop() { - ebegin "Stopping Hyperic HQ Agent" - start-stop-daemon --stop --quiet --user hyperic --retry 5 - eend $? -} diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.0.31.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.0.31.ebuild deleted file mode 100644 index 326056974f0d..000000000000 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.0.31.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 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.0.31.ebuild,v 1.2 2005/07/09 18:27:09 swegener Exp $ - -inherit eutils - -DESCRIPTION="Agent for HQ Monitoring Software by Hyperic LLC" -HOMEPAGE="http://www.hyperic.com/" -SRC_URI="http://download.hyperic.net/downloads/ebuilds/hyperic-hq-agent-${PV}-x86-linux.tgz" - -LICENSE="hyperic" -SLOT="0" -KEYWORDS="~x86" -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 -a ${S}/* ${D}${AGENT_HOME} -} - -pkg_preinst() { - enewgroup hyperic - enewuser hyperic -1 -1 /dev/null hyperic -} - -pkg_postinst() { - chown -R hyperic:hyperic ${AGENT_HOME} - - einfo "You should perform the following before attempting to start the agent:" - einfo - einfo "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" - einfo "2) ensure that your server has a license key permitting an additional agent install." - einfo "3) have your server ip, admin username, and admin password available" - einfo "4) run /opt/hyperic-hq-agent-${PV}/hq-agent.sh start and answer setup questions" - einfo "5) run /opt/hyperic-hq-agent-${PV}/hq-agent.sh stop" - einfo "6) rc-update add hyperic-hq-agent default" - einfo "7) /etc/init.d/hyperic-hq-agent start" - einfo -} diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.0.53.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.0.53.ebuild deleted file mode 100644 index 9069ebb67982..000000000000 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.0.53.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 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.0.53.ebuild,v 1.2 2005/07/09 18:27:09 swegener Exp $ - -inherit eutils - -DESCRIPTION="Agent for HQ Monitoring Software by Hyperic LLC" -HOMEPAGE="http://www.hyperic.com/" -SRC_URI="x86? ( http://download.hyperic.net/downloads/ebuilds/hyperic-hq-agent-${PV}-x86-linux.tgz ) amd64? ( http://download.hyperic.net/downloads/ebuilds/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 -a ${S}/* ${D}${AGENT_HOME} -} - -pkg_preinst() { - enewgroup hyperic - enewuser hyperic -1 /bin/bash ${AGENT_HOME} hyperic -} - -pkg_postinst() { - chown -R hyperic:hyperic ${AGENT_HOME} - - einfo "You should perform the following before attempting to start the agent:" - einfo - einfo "1) read and agree to the _commercial license_ at /usr/portage/licenses/hyperic" - einfo "2) ensure that your server has a license key permitting an additional agent install." - einfo "3) have your server ip, admin username, and admin password available" - einfo "4) rc-update add hyperic-hq-agent default" - einfo "5) /etc/init.d/hyperic-hq-agent start" - einfo -} diff --git a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.1.30.ebuild b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.1.30.ebuild index 1f284c350623..6b213af9ced2 100644 --- a/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.1.30.ebuild +++ b/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.1.30.ebuild,v 1.2 2005/09/15 00:28:40 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hyperic-hq-agent/hyperic-hq-agent-2.1.30.ebuild,v 1.3 2005/11/01 21:42:20 mattm Exp $ inherit eutils @@ -12,7 +12,7 @@ http://dl.hyperic.net/2.1/hyperic-hq-agent-${PV}-amd64-linux.tgz )" LICENSE="hyperic" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 amd64" IUSE="" AGENT_HOME=/opt/hyperic-hq-agent-${PV} |