File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed
Expand file tree Collapse file tree 2 files changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 1999-2024 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ inherit perl-functions
7+
8+ EGIT_COMMIT=" 61bc00b3503b8226c3073e8e8a3e91ec23e2ef6c"
9+ DESCRIPTION=" Perl modules providing the basis for labs.consol.de Nagios/Naemon/Icinga plugins"
10+ HOMEPAGE=" https://github.com/lausser/GLPlugin"
11+ SRC_URI=" https://github.com/lausser/GLPlugin/archive/${EGIT_COMMIT} .tar.gz -> ${P} .tar.gz"
12+ S=" ${WORKDIR} /${PN} -${EGIT_COMMIT} "
13+
14+ PATCHES=(
15+ " ${FILESDIR} " /01_snmp_timeout.patch
16+ )
17+
18+ LICENSE=" Artistic-2"
19+ SLOT=" 0"
20+ KEYWORDS=" ~amd64 ~x86"
21+
22+ RDEPEND="
23+ dev-perl/JSON
24+ "
25+ DEPEND=" "
26+
27+ src_configure (){
28+ default
29+
30+ echo ' 1;' > autosplit.ix
31+ }
32+
33+ src_install (){
34+ default
35+
36+ my_vendorlib=" $( perl_get_vendorlib) "
37+
38+ insinto " ${my_vendorlib} " /auto/Monitoring/GLPlugin/UPNP/
39+ doins autosplit.ix
40+ insinto " ${my_vendorlib} " /auto/Monitoring/GLPlugin/SNMP/
41+ doins autosplit.ix
42+
43+ pushd lib/Monitoring || die
44+ perl_domodule -C Monitoring -r .
45+ popd || die
46+ }
Original file line number Diff line number Diff line change 11DIST GLPlugin-5.42.0.2.tar.gz 1318927 BLAKE2B 850a76c9deee0972c0bf87378638d09fa439ce3ce3b0b5a4ae368bc26afa1513a634d63b53574a7afd3ffab93b5ed3454f7310806ab734c2b0e3a6b8201f1d05 SHA512 7eb23a618a96bd4154a5a2aea941a706ff52b78eb0e656495e8bcdb8bb61bb8f4d0eb43571e6a4d862b2e90cffd57b4cbb7ec3103f9332f71acc1182f737dfb6
22DIST GLPlugin-5.42.0.3.tar.gz 1465355 BLAKE2B de356ff845f6f44f330b9ff090788aef8551b04a9f5eb7480798115595864361f552dde82358dde86f5a0110a56ca171d819b13851303c32e2373b0a824ae985 SHA512 54ce82149fd453eaef9e421dc92e2beeb4beb8bd1b07b8572f4446da499472dea1546d627d190ef62d8d5e43946c0b02ad0ba72ef4fad32242913742b9880ab8
3+ DIST GLPlugin-5.44.1.1.tar.gz 1511064 BLAKE2B fab58a9a7096f8c46a1a0b18fad0e4886b4229d86e398e6abfcc7e9a152824802c39013aca06caf9bcff7ef9f4ba316c733f34970ba6f937b214a2e4fab1efe3 SHA512 6c64e5dc5eba57e94dee3eba69f690b61894a3288057f692ed2dd271e86cc7744f5b5a4f08ea00cfedff7371c112ce170a28ee8a7b25cc6d829eae1072efebed
34DIST GLPlugin-5.44.1.tar.gz 1510400 BLAKE2B f5713df640aaa6f61d4c6334b7d3b56247c300428be1ca94784eb4177515e5dfe57479c53cd9c4a90c1411c78e32a3724b08b17e8540da487af6b19df1c1c354 SHA512 aaeb2557b1bc9f6cdd80992e673de295774d6654ada452526bf8a696941bd9fe8b9560c22a067152400d53aaf684f17868fa203a7bfdba9c2250230394bb43c6
45DIST GLPlugin-5.44.tar.gz 1509971 BLAKE2B 33e595a0dd996513c3bdef8cad8f93d8d2898cfe8c29266af1d21cca8c1477d52280829d8830fdf306071bfef514c66c9dc1ef8c2cd59090c957e5bf7141c13d SHA512 b8b29f760b321a6e697f45ac0620fc4b3f4586e9d14ed2cc7ceb600c4d30295142e8c875a8ef5ac3f9ae7717bc8c91b6dffc153d8770234ada800bb1523fa8f1
You can’t perform that action at this time.
0 commit comments