Skip to content

Commit

Permalink
dev-perl/Mon: EAPI6, enable tests
Browse files Browse the repository at this point in the history
- EAPI6
- Enable tests

Package-Manager: Portage-2.3.14, Repoman-2.3.6
  • Loading branch information
kentfredric committed Nov 25, 2017
1 parent 9734873 commit 89aad4c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-perl/Mon/Manifest
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
23 changes: 23 additions & 0 deletions dev-perl/Mon/Mon-0.110.0-r2.ebuild
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"

0 comments on commit 89aad4c

Please sign in to comment.