From b77214c08d5605ec4121fae9d3ebb4ad2aa63c91 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Thu, 11 Jan 2018 09:42:52 +1300 Subject: [PATCH] dev-perl/Sys-Hostname-Long: EAPI6 + Test - EAPI6ify - Enable tests Package-Manager: Portage-2.3.18, Repoman-2.3.6 --- .../Sys-Hostname-Long-1.500.0-r1.ebuild | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild new file mode 100644 index 000000000000..7b7aae9637c9 --- /dev/null +++ b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild @@ -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 +} -- 2.26.2