From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4903D138350 for ; Wed, 15 Apr 2020 14:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A824E08F7; Wed, 15 Apr 2020 14:29:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25CE7E08F7 for ; Wed, 15 Apr 2020 14:29:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AB5C34F321 for ; Wed, 15 Apr 2020 14:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF1FE1E3 for ; Wed, 15 Apr 2020 14:29:27 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1586960578.5b5091c952656be4491037adc6e11884566ce85a.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Hostname-Long/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild X-VCS-Directories: dev-perl/Sys-Hostname-Long/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5b5091c952656be4491037adc6e11884566ce85a X-VCS-Branch: master Date: Wed, 15 Apr 2020 14:29:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4db73a1b-7544-4713-bc7c-e4901af8672c X-Archives-Hash: 7c3c282b21a493c2ac2fbbbf2695c6f1 commit: 5b5091c952656be4491037adc6e11884566ce85a Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 14:22:58 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 14:22:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5091c9 dev-perl/Sys-Hostname-Long: Remove old 1.500.0 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Sys-Hostname-Long-1.500.0.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild b/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild deleted file mode 100644 index 5e59c79feed..00000000000 --- a/dev-perl/Sys-Hostname-Long/Sys-Hostname-Long-1.500.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=SCOTT -MODULE_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 -}