commit:     b77214c08d5605ec4121fae9d3ebb4ad2aa63c91
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 20:42:52 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 20:46:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77214c0

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(+)

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 00000000000..7b7aae9637c
--- /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
+}

Reply via email to