forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- EAPI6 - Enable tests Package-Manager: Portage-2.3.14, Repoman-2.3.6
- Loading branch information
1 parent
9734873
commit 89aad4c
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
DIST Mon-0.11.tar.gz 23433 SHA256 2f6e37fb770362b3934e2858fa00e3b45dcaaeec352f00e7f20defefd6c6c1c3 SHA512 c615d2eb6429a491fb5a6bea581d5916dca5611b6a40d9d36519c1599811359f07b4ff64ec69dd16f57f4c03d75e19ce38fcdf0ab2dbd6ac1daa155312addded WHIRLPOOL 70d48f67c5d3a5c1ecf2075b906e4c8f8ab2ef643039ffce110620097b45806e4f62f38c69de49778fe752e88f4543760cec7b8bc92e0f3575fee6da95084a20 | ||
DIST Mon-0.11.tar.gz 23433 BLAKE2B 2e53de1f9abb5c64ac81bb51acd106e860df4cdba23ddf0cbead65c689f291f8dd70c536368cc9541ab19f8c3862b0a0ebfa65d936bbf2a3c6a5972fb9a65e88 SHA512 c615d2eb6429a491fb5a6bea581d5916dca5611b6a40d9d36519c1599811359f07b4ff64ec69dd16f57f4c03d75e19ce38fcdf0ab2dbd6ac1daa155312addded |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=TROCKIJ | ||
DIST_VERSION=0.11 | ||
inherit perl-module | ||
|
||
DESCRIPTION="A Monitor Perl Module" | ||
|
||
SLOT="0" | ||
LICENSE="|| ( GPL-2 GPL-3 )" # GPL2+ | ||
KEYWORDS="~amd64 ~ppc ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=">=net-analyzer/fping-2.2_beta1 | ||
>=dev-perl/Convert-BER-1.31 | ||
>=dev-perl/Net-Telnet-3.02 | ||
>=dev-perl/Time-Period-1.20" | ||
DEPEND="${RDEPEND}" | ||
|
||
mydoc="COPYING COPYRIGHT VERSION" |