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 7B23D138331 for ; Tue, 13 Mar 2018 12:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DEA1E0896; Tue, 13 Mar 2018 12:13:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 28058E0896 for ; Tue, 13 Mar 2018 12:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 93D10335C61 for ; Tue, 13 Mar 2018 12:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E59AF239 for ; Tue, 13 Mar 2018 12:13:14 +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: <1520943082.bc2e62cb43da5eccccbd0b575043528a97bfca58.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/ShipIt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/ShipIt/ShipIt-0.600.0.ebuild X-VCS-Directories: dev-perl/ShipIt/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bc2e62cb43da5eccccbd0b575043528a97bfca58 X-VCS-Branch: master Date: Tue, 13 Mar 2018 12:13:14 +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: 848f24dd-3f4d-464d-8259-6525695c9b32 X-Archives-Hash: a22fdbc81cb57a7c29b8fe4d7b2a8dbf commit: bc2e62cb43da5eccccbd0b575043528a97bfca58 Author: Kent Fredric gentoo org> AuthorDate: Tue Mar 13 12:11:22 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Mar 13 12:11:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc2e62cb dev-perl/ShipIt: Cleanup old re bug #623102 Closes: https://bugs.gentoo.org/623102 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/ShipIt/ShipIt-0.600.0.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-perl/ShipIt/ShipIt-0.600.0.ebuild b/dev-perl/ShipIt/ShipIt-0.600.0.ebuild deleted file mode 100644 index 1e6d7c9ef34..00000000000 --- a/dev-perl/ShipIt/ShipIt-0.600.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MIYAGAWA -MODULE_VERSION=0.60 -inherit perl-module - -DESCRIPTION="Software Release Tool" - -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SRC_TEST="do" - -pkg_postinst() { - elog "Please note that ShipIt does not depend on any specific VCS." - elog "You must install a supported VCS (CVS, SVN, SVK, GIT, HG) for use." -}