Skip to content

Commit

Permalink
dev-perl/Sys-Hostname-Long: EAPI6 + Test
Browse files Browse the repository at this point in the history
- EAPI6ify
- Enable tests

Package-Manager: Portage-2.3.18, Repoman-2.3.6
  • Loading branch information
kentfredric committed Jan 10, 2018
1 parent a0ed266 commit b77214c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=SCOTT
DIST_VERSION=1.5
inherit perl-module

DESCRIPTION="Try every conceivable way to get full hostname"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""

src_install() {
perl-module_src_install
rm "${ED}${VENDOR_LIB}"/Sys/Hostname/testall.pl || die
dodoc testall.pl
docompress -x /usr/share/doc/${PF}/testall.pl
}

0 comments on commit b77214c

Please sign in to comment.