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 7C6EF138351 for ; Tue, 14 Apr 2020 07:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFB66E0BF8; Tue, 14 Apr 2020 07:58:35 +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 A7D0EE0BF8 for ; Tue, 14 Apr 2020 07:58:35 +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 BC73134F255 for ; Tue, 14 Apr 2020 07:58:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B39EF1DE for ; Tue, 14 Apr 2020 07:58:31 +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: <1586850937.7028cf85c78941435ca6e283e1f39c3207bde096.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-SmallProf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild X-VCS-Directories: dev-perl/Devel-SmallProf/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7028cf85c78941435ca6e283e1f39c3207bde096 X-VCS-Branch: master Date: Tue, 14 Apr 2020 07:58:31 +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: abf5a323-d3f3-4bbf-a891-a0c721493afa X-Archives-Hash: de1b8e1f3fd31f8daa84cb4d686f7af4 commit: 7028cf85c78941435ca6e283e1f39c3207bde096 Author: Kent Fredric gentoo org> AuthorDate: Sun Apr 12 14:00:54 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Apr 14 07:55:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7028cf85 dev-perl/Devel-SmallProf: Remove old 2.20.0-r3 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> .../Devel-SmallProf-2.20.0-r3.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild b/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild deleted file mode 100644 index cbf53d204de..00000000000 --- a/dev-perl/Devel-SmallProf/Devel-SmallProf-2.20.0-r3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=SALVA -DIST_VERSION=2.02 -inherit perl-module - -DESCRIPTION="Per-line Perl profiler" - -SLOT="0" -KEYWORDS="amd64 sparc ~x86" -IUSE="" - -PATCHES=( - "${FILESDIR}/${P}-defined.patch" - "${FILESDIR}/${P}-perl526.patch" -) -# note: dont use parallel here -# tests need each others exit state -DIST_TEST="do"