summaryrefslogtreecommitdiff
path: root/dev-perl/Sys-Hostname-Long
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-11 09:12:41 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-11 09:12:41 +0000
commit343a7272d559a21a0e0ed13cb743fabb2bfcc479 (patch)
treedb03f20672a6244296ccc2aa27e70757937eb9f7 /dev-perl/Sys-Hostname-Long
parent456dbeaab3e2f71f527eae542ab44d1e372b0655 (diff)
gentoo resync : 11.01.2018
Diffstat (limited to 'dev-perl/Sys-Hostname-Long')
-rw-r--r--dev-perl/Sys-Hostname-Long/Manifest1
-rw-r--r--dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0-r1.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Sys-Hostname-Long/Manifest b/dev-perl/Sys-Hostname-Long/Manifest
index 1d5f3e3e8c3c..0b5d7c2ad175 100644
--- a/dev-perl/Sys-Hostname-Long/Manifest
+++ b/dev-perl/Sys-Hostname-Long/Manifest
@@ -1,3 +1,4 @@
DIST Sys-Hostname-Long-1.5.tar.gz 5474 BLAKE2B 8b484e1b0c3e410265b0b8d433853c50a95d4320adcb39b3c1489d2c9317a7129ebbefc96a2cb282ff0158a1a4680fe507670267c73873cc36b8d9fdede4b79b SHA512 e34a5f17e65eb9c8d3aa213a6d930be4d0b6981dae3bf600e782b0e9863e6584061285a894f9f54daff7520bcadbb3e8cd6b1f9f973ad1c1b72c79e9f588133b
+EBUILD Sys-Hostname-Long-1.500.0-r1.ebuild 523 BLAKE2B 51396b1e2bfae758c924ee23ce54e60ce179481ae2fe93d2c6892861f7756b3a091a5c9d2108a80d11e83be8e45d7652c079e73e5ab72c5cc9f4c7dbba500db4 SHA512 66960e35d02854c7dea112d1b3aeb4c42ae2f134100051cd979d101d0938fff4264f3d9951b395f40165823e4c7d79e70192f21c960e4b064c11afefb45d6de1
EBUILD Sys-Hostname-Long-1.500.0.ebuild 519 BLAKE2B 210421232238f5c5a1f77ea8bae788be3dfdcd0864eee38bf435fe16a0e85b3be26382582a4a30c4d86240633fa71040c7de1fd5a8ed72ea8cd4dd80868b3d12 SHA512 1ae7125f9fdd7b4e6ad40d4bfacc74b1c4374f468f854b22bd12a55dfe62c74416e49281fc3777a26043ff53de8247d6943458688e362595fae293d4832be592
MISC metadata.xml 407 BLAKE2B 6359e696bdb60896c83f134f5d092cce4b295701b6f2a974e63a1d17dfce7e0c409f29da7659ed2851780403a03f3e37991bc766f42aa46fcb399b3a993bbd04 SHA512 2844cd8d9fdab6382ab1d4f82d9ed67f5a8b644cbdcde635e7759d9576ea65092379a8096d01f6de23f40af9d4a0e4ed9ff1c41179428cca38cca36162fa996a
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
+}