Gentoo Archives: gentoo-commits

From: "Tobias Scherbaum (dertobi123)" <dertobi123@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-sap-ccms-plugin: ChangeLog nagios-sap-ccms-plugin-0.7.3-r1.ebuild
Date: Sat, 28 Jun 2008 10:16:34
Message-Id: E1KCXTo-0001W2-2K@stork.gentoo.org
1 dertobi123 08/06/28 10:16:28
2
3 Modified: ChangeLog
4 Added: nagios-sap-ccms-plugin-0.7.3-r1.ebuild
5 Log:
6 Revbump for nagios-3, fix quotation
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
8
9 Revision Changes Path
10 1.5 net-analyzer/nagios-sap-ccms-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 30 Jun 2007 16:39:48 -0000 1.4
23 +++ ChangeLog 28 Jun 2008 10:16:27 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-analyzer/nagios-sap-ccms-plugin
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v 1.4 2007/06/30 16:39:48 dertobi123 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/ChangeLog,v 1.5 2008/06/28 10:16:27 dertobi123 Exp $
30 +
31 +*nagios-sap-ccms-plugin-0.7.3-r1 (28 Jun 2008)
32 +
33 + 28 Jun 2008; Tobias Scherbaum <dertobi123@g.o>
34 + +nagios-sap-ccms-plugin-0.7.3-r1.ebuild:
35 + Revbump for nagios-3, fix quotation
36
37 30 Jun 2007; Tobias Scherbaum <dertobi123@g.o>
38 nagios-sap-ccms-plugin-0.7.3.ebuild:
39
40
41
42 1.1 net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: nagios-sap-ccms-plugin-0.7.3-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-sap-ccms-plugin/nagios-sap-ccms-plugin-0.7.3-r1.ebuild,v 1.1 2008/06/28 10:16:27 dertobi123 Exp $
52
53 inherit eutils
54
55 MY_P="sap-ccms-plugin-${PV}"
56
57 DESCRIPTION="Nagios plugin that provides an interface to SAP CCMS
58 Infrastructure"
59 HOMEPAGE="http://sourceforge.net/projects/nagios-sap-ccms/"
60 SRC_URI="mirror://sourceforge/nagios-sap-ccms/${MY_P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~x86"
65 IUSE=""
66
67 DEPEND="net-analyzer/nagios-core"
68 RDEPEND=${DEPEND}
69
70 S=${WORKDIR}/${MY_P}
71
72 src_compile() {
73 cd "${S}/src"
74 emake || die "emake failed"
75 }
76
77 src_install() {
78 cd "${S}/src"
79 exeinto /usr/$(get_libdir)/nagios/plugins
80
81 for file in {check_sap{,_cons,_instance,_instance_cons,_mult_no_thr,_multiple,_system,_system_cons},create_cfg,sap_change_thr}
82 do
83 doexe ${file}
84 done
85
86 chown -R root:nagios "${D}"/usr/$(get_libdir)/nagios/plugins || die "Failed Chown of ${D}usr/$(get_libdir)/nagios/plugins"
87
88 dolib.so sap_moni.so
89 cd "${S}/config"
90
91 dodir /etc/sapmon
92 insinto /etc/sapmon
93 doins "${S}"/config/*
94 }
95
96 pkg_postinst() {
97 elog "Have a look at /etc/sapmon for configuring ${PN}"
98 elog "Further information can be found at"
99 elog "http://nagios-sap-ccms.sourceforge.net/"
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list