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 DE24E138334 for ; Sat, 21 Jul 2018 12:27:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF648E0884; Sat, 21 Jul 2018 12:27:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 798C5E0884 for ; Sat, 21 Jul 2018 12:27:41 +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 7C6B5335D00 for ; Sat, 21 Jul 2018 12:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75E3438C for ; Sat, 21 Jul 2018 12:27:35 +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: <1532176034.b122521cc15cfa63fd54ec30dd15325d5fb744a6.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sysadm-Install/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sysadm-Install/Manifest dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild X-VCS-Directories: dev-perl/Sysadm-Install/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: b122521cc15cfa63fd54ec30dd15325d5fb744a6 X-VCS-Branch: master Date: Sat, 21 Jul 2018 12:27:35 +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-Archives-Salt: 89f77119-b83b-4b42-b8e4-506362f34071 X-Archives-Hash: 148a95a217e903b772e11d525c83d43a commit: b122521cc15cfa63fd54ec30dd15325d5fb744a6 Author: Kent Fredric gentoo org> AuthorDate: Sat Jul 21 12:19:22 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jul 21 12:27:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b122521c dev-perl/Sysadm-Install: Cleanup old version 0.460.0-r1 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-perl/Sysadm-Install/Manifest | 1 - .../Sysadm-Install-0.460.0-r1.ebuild | 23 ---------------------- 2 files changed, 24 deletions(-) diff --git a/dev-perl/Sysadm-Install/Manifest b/dev-perl/Sysadm-Install/Manifest index 0225a6c7064..742e7fdfa0d 100644 --- a/dev-perl/Sysadm-Install/Manifest +++ b/dev-perl/Sysadm-Install/Manifest @@ -1,2 +1 @@ -DIST Sysadm-Install-0.46.tar.gz 26560 BLAKE2B c9e8bdae41daeaa9c882abe6cb7a8f9d1cb169cbf3b3d0c963902f83b33854c74f07ff911823c953d44e52cdcafbb9ab11e14e4d98ede9cca06479278b35b70d SHA512 ed9f190529a6d0da7c45f6ed76ab2125124b75bf3211cb7596b717433683170f06b7444434c1d914a2ba3f5a18bcaac69ff5c9df8489ad2331ed442ab1fa208b DIST Sysadm-Install-0.48.tar.gz 26844 BLAKE2B 887291e7360cde0cc2380358ad709b9330b1305f1660b275ea970f2b918cd669aacb1b8c4772c56d3b5221a5364dc99455bef97b8175be6a2d805ced82d1295e SHA512 be2a00c8f849891f4f184bc15d6c7520fcf7ba828c40ed1dbc55566f2d134232d79687417a9a78a405e37f89c877e759e3788226823491de5f970105950e0bd2 diff --git a/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild b/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild deleted file mode 100644 index f1d1ae69eb6..00000000000 --- a/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MSCHILLI -MODULE_VERSION=0.46 -inherit perl-module - -DESCRIPTION="Typical installation tasks for system administrators" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="hammer" - -RDEPEND="dev-perl/TermReadKey - dev-perl/libwww-perl - >=dev-perl/Log-Log4perl-1.28 - dev-perl/File-Which - hammer? ( dev-perl/Expect )" -DEPEND="${RDEPEND}" - -SRC_TEST="do"