summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-06-04 02:25:00 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-06-04 02:25:00 +0200
commit324817fc3c955ee364010f177fc1eea128c5883c (patch)
treeb6c7302cd425da0fb59c7e63cb5ebc3bee8cf8f2
parentdev-perl/Sys-Hostname-Long: Stable for remaining arches (ALLARCHES), bug 582178 (diff)
downloadgentoo-324817fc.tar.gz
gentoo-324817fc.tar.bz2
gentoo-324817fc.zip
dev-perl/Sys-Hostname-Long: Remove old
Package-Manager: portage-2.3.0_rc1
-rw-r--r--dev-perl/Sys-Hostname-Long/Manifest1
-rw-r--r--dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.400.0-r1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-perl/Sys-Hostname-Long/Manifest b/dev-perl/Sys-Hostname-Long/Manifest
index fce40f61f01b..f9d5acfdb740 100644
--- a/dev-perl/Sys-Hostname-Long/Manifest
+++ b/dev-perl/Sys-Hostname-Long/Manifest
@@ -1,2 +1 @@
-DIST Sys-Hostname-Long-1.4.tar.gz 4991 SHA256 9db6c8cd3ca0ba8dbf19969ed0a936cecb7f555c1cc8077b08cf8bf78b10c143 SHA512 a9a4ac20eaa7c959899d4f545a9613fd32ae813cc2bf071c44e94b03d0cbc69e5d962fdd2563aef657ab4250b49a5b44cd07d117a97f6dcda580a66fb4644287 WHIRLPOOL 571be9734981324946e1f27d60b6120a469ecb1d560360b555da22b68b56a0e5de84504ebc58f57ae08dfd5c3d917e559d927f7c14671c9c97b192838649d2dc
DIST Sys-Hostname-Long-1.5.tar.gz 5474 SHA256 e9186df3706a877efd6149f2c711d6cf87dd6cf72f6ab935ba8121b225b265cb SHA512 e34a5f17e65eb9c8d3aa213a6d930be4d0b6981dae3bf600e782b0e9863e6584061285a894f9f54daff7520bcadbb3e8cd6b1f9f973ad1c1b72c79e9f588133b WHIRLPOOL 3ecb794b3500c65287abe443948b91a3ed18f1a4a977f7650d398f0f639e38faf499a5ebd4bb6a93cf688b885069d4cc2b88d25a67cd08478c6ba4b8adc0c030
diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.400.0-r1.ebuild b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.400.0-r1.ebuild
deleted file mode 100644
index 2138610748cb..000000000000
--- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.400.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SCOTT
-MODULE_VERSION=1.4
-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
-}