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=" e9712e86fe165ce13bfa6ec57462d8266598b0c1"
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 @@ -4,3 +4,4 @@ DIST GLPlugin-5.41.tar.gz 1308539 BLAKE2B 323728ef88e0b66ca6fab9cd6998a1289a6262
44DIST GLPlugin-5.42.0.2.tar.gz 1318927 BLAKE2B 850a76c9deee0972c0bf87378638d09fa439ce3ce3b0b5a4ae368bc26afa1513a634d63b53574a7afd3ffab93b5ed3454f7310806ab734c2b0e3a6b8201f1d05 SHA512 7eb23a618a96bd4154a5a2aea941a706ff52b78eb0e656495e8bcdb8bb61bb8f4d0eb43571e6a4d862b2e90cffd57b4cbb7ec3103f9332f71acc1182f737dfb6
55DIST GLPlugin-5.42.0.3.tar.gz 1465355 BLAKE2B de356ff845f6f44f330b9ff090788aef8551b04a9f5eb7480798115595864361f552dde82358dde86f5a0110a56ca171d819b13851303c32e2373b0a824ae985 SHA512 54ce82149fd453eaef9e421dc92e2beeb4beb8bd1b07b8572f4446da499472dea1546d627d190ef62d8d5e43946c0b02ad0ba72ef4fad32242913742b9880ab8
66DIST GLPlugin-5.42.tar.gz 1311797 BLAKE2B 1afbe78eb97012098ea700308de19d1837c5018fe3d71d9a664281655c40dd9d9134e8b11a814c38d71a9047e23c5b37e84ee0af160aeff1d8e1fe2edd464f4c SHA512 610a0f2c8a0f21c034af3bd1ae728970a782fbce9bc54203a58a87ada7351db146f47b8a83f735a47625af6cf0c77d2be00ab62b7d4ca3a0a9964e3bd8d13a47
7+ DIST GLPlugin-5.44.tar.gz 1509971 BLAKE2B 33e595a0dd996513c3bdef8cad8f93d8d2898cfe8c29266af1d21cca8c1477d52280829d8830fdf306071bfef514c66c9dc1ef8c2cd59090c957e5bf7141c13d SHA512 b8b29f760b321a6e697f45ac0620fc4b3f4586e9d14ed2cc7ceb600c4d30295142e8c875a8ef5ac3f9ae7717bc8c91b6dffc153d8770234ada800bb1523fa8f1
You can’t perform that action at this time.
0 commit comments