Skip to content

Commit

Permalink
dev-perl/Authen-Libwrap: Bump to version 0.230.0
Browse files Browse the repository at this point in the history
- EAPI6
- USE="examples" support

Upstream:
- Avoid warnings from cop's in scopes

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
kentfredric committed Sep 18, 2017
1 parent 555b39b commit 31f8811
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dev-perl/Authen-Libwrap/Authen-Libwrap-0.230.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=DMUEY
DIST_VERSION=0.23
DIST_EXAMPLES=("example.pl")
inherit perl-module

DESCRIPTION="A Perl access to the TCP Wrappers interface"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="sys-apps/tcp-wrappers"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
virtual/perl-ExtUtils-CBuilder
test? (
virtual/perl-Test-Simple
dev-perl/Test-Exception
)
"
src_test() {
perl_rm_files t/03_pod.t t/02_maintainer.t
perl-module_src_test
}
1 change: 1 addition & 0 deletions dev-perl/Authen-Libwrap/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST Authen-Libwrap-0.22.tar.gz 19678 SHA256 79a0e5e4d2bfe412200812c5498f010a6f3db82aec3c73793e559af71fa3038c SHA512 f88bd2b85e9b01e14ee963d38433fb67693fd7f34b321a01b69e31c4605c271cc419d3079d0bf2ebcbfcb55cf6f2c2c1f670aa99926aea3d0c9568b61e70561d WHIRLPOOL 65ae8aa411e0c35bb4f460e620cc400aa3a7c7ca896e4a2e5820ea4ffda2d3211761ec9dc0ab375bb5943858bad7b9a86b2cb8913a1e44cf8046acfd51fe9913
DIST Authen-Libwrap-0.23.tar.gz 20031 SHA256 7af33a5ef8dd9605ca3a52e62faeca524d92e4c06779c84404b5dd3b01328e85 SHA512 aa16e783c3819e5c2969032e8e9fd966579fc6862eccd078b3968fcb69c2bff11746afaaf8271bd6d6e9ea137b90937d554cf422208b78c4c628d100bb5f744e WHIRLPOOL 91263257687194f52e36b8277f44763f8a3a90c6e9bb21c120ef42c177db21cfd4b8bbd356ef7d8253ceecb5a9e510be0f3ddff57013cba8afc731efda79ab21

0 comments on commit 31f8811

Please sign in to comment.