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 880BB1382C5 for ; Fri, 20 Apr 2018 07:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2692E07E0; Fri, 20 Apr 2018 07:04:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A05A9E07E0 for ; Fri, 20 Apr 2018 07:04:12 +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 D55B1335C73 for ; Fri, 20 Apr 2018 07:04:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1045C257 for ; Fri, 20 Apr 2018 07:04:10 +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: <1524207843.7c5606743623aaec2b5c33bc39ef18d9a2b8adda.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/TheSchwartz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild X-VCS-Directories: dev-perl/TheSchwartz/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7c5606743623aaec2b5c33bc39ef18d9a2b8adda X-VCS-Branch: master Date: Fri, 20 Apr 2018 07:04:10 +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: e72b3372-fa64-4c78-9120-a14d9d5e45da X-Archives-Hash: a0b1ef75a97c89474d89d8911d95298d commit: 7c5606743623aaec2b5c33bc39ef18d9a2b8adda Author: Kent Fredric gentoo org> AuthorDate: Fri Apr 20 07:03:17 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Apr 20 07:04:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c560674 dev-perl/TheSchwartz: Cleanup old re bug #623128 Closes: https://bugs.gentoo.org/623128 Package-Manager: Portage-2.3.29, Repoman-2.3.9 dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild b/dev-perl/TheSchwartz/TheSchwartz-1.120.0.ebuild deleted file mode 100644 index dbc86166115..00000000000 --- a/dev-perl/TheSchwartz/TheSchwartz-1.120.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=JFEARN -MODULE_VERSION=1.12 -inherit perl-module - -DESCRIPTION="Reliable job queue" - -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=">=dev-perl/Data-ObjectDriver-0.06" -DEPEND="${RDEPEND} - dev-perl/Module-Build -" - -SRC_TEST="do"