diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-sap-ccms-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild | 50 |
2 files changed, 5 insertions, 51 deletions
diff --git a/net-analyzer/nagios-sap-ccms-plugin/ChangeLog b/net-analyzer/nagios-sap-ccms-plugin/ChangeLog index 3b29495291e5..9691bfb1a4cc 100644 --- a/net-analyzer/nagios-sap-ccms-plugin/ChangeLog +++ b/net-analyzer/nagios-sap-ccms-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-sap-ccms-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v 1.11 2012/08/19 15:36:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v 1.12 2012/08/19 16:49:25 flameeyes Exp $ + + 19 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> + -nagios-sap-ccms-plugin-0.7.3.ebuild: + Remove old. 19 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Re-assign to sysadmin herd. diff --git a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild b/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild deleted file mode 100644 index 040071c69061..000000000000 --- a/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild +++ /dev/null @@ -1,50 +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/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3.ebuild,v 1.5 2007/07/11 23:49:24 mr_bones_ Exp $ - -MY_P="sap-ccms-plugin-${PV}" - -DESCRIPTION="Nagios plugin that provides an interface to SAP CCMS -Infrastructure" -HOMEPAGE="http://sourceforge.net/projects/nagios-sap-ccms/" -SRC_URI="mirror://sourceforge/nagios-sap-ccms/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="net-analyzer/nagios-core" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${MY_P} - -src_compile() { - cd "${S}/src" - emake || die "emake failed" -} - -src_install() { - cd "${S}/src" - exeinto /usr/nagios/libexec/ - - for file in {check_sap{,_cons,_instance,_instance_cons,_mult_no_thr,_multiple,_system,_system_cons},create_cfg,sap_change_thr} - do - doexe ${file} - done - - chown -R root:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}usr/nagios/libexec" - - dolib.so sap_moni.so - cd ${S}/config - - dodir /etc/sapmon - insinto /etc/sapmon - doins ${S}/config/* -} - -pkg_postinst() { - elog "Have a look at /etc/sapmon for configuring ${PN}" - elog "Further information can be found at" - elog "http://nagios-sap-ccms.sourceforge.net/" -} |