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 F1AC2138350 for ; Wed, 15 Apr 2020 15:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 906A9E095A; Wed, 15 Apr 2020 15:40:59 +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 65FCAE095A for ; Wed, 15 Apr 2020 15:40:59 +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 44BEF34F2F6 for ; Wed, 15 Apr 2020 15:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E1F61DF for ; Wed, 15 Apr 2020 15:40:55 +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: <1586964945.be9314d9cef416ea0c7f5692b9f09fefa74f1877.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-MockObject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Test-MockObject/Manifest dev-perl/Test-MockObject/Test-MockObject-1.201.505.270-r1.ebuild X-VCS-Directories: dev-perl/Test-MockObject/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: be9314d9cef416ea0c7f5692b9f09fefa74f1877 X-VCS-Branch: master Date: Wed, 15 Apr 2020 15:40:55 +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: ea535db6-2744-469c-a9da-b87a0ffcd91f X-Archives-Hash: 08e42a84253200b795f8463a26f6a5a4 commit: be9314d9cef416ea0c7f5692b9f09fefa74f1877 Author: Kent Fredric gentoo org> AuthorDate: Wed Apr 15 14:50:41 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Apr 15 15:35:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9314d9 dev-perl/Test-MockObject: Remove old 1.201.505.270-r1 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Test-MockObject/Manifest | 1 - .../Test-MockObject-1.201.505.270-r1.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/dev-perl/Test-MockObject/Manifest b/dev-perl/Test-MockObject/Manifest index d2a5b66dcc7..bd84fea32e2 100644 --- a/dev-perl/Test-MockObject/Manifest +++ b/dev-perl/Test-MockObject/Manifest @@ -1,2 +1 @@ -DIST Test-MockObject-1.20150527.tar.gz 29652 BLAKE2B b8eed23744693197bdc548e1400c628e6780d90364ecf67f58d0a58392b113b37bcab8f42e105826a174297df3f3999621c00846ad2240a5905f3bad1e38d702 SHA512 4c99666d9d69f75cae2cd6af8aaca58bae778ba5d4eadd456a4e3ad251d23d4bef5240cee2d575ce9b53b509416df977a5d7bc8e8f10d9a1ddcc040ff6665cab DIST Test-MockObject-1.20161202.tar.gz 29020 BLAKE2B 0d6c23378e5b14586055a9afa092d30c6334b619da53efaeecc2ed9a40d988736c528e4ae3899a92084a6a116b49ea9d20df0655b2c21a2b19e3df7f75a3e7d6 SHA512 6410b33727352f9bd1db5643c45ea187a8bd224146a804e523f3adc0cec5b3cf72238ae212d7ee9500743c74574d4185fcb357ed4351995eb3b51ad158a736f6 diff --git a/dev-perl/Test-MockObject/Test-MockObject-1.201.505.270-r1.ebuild b/dev-perl/Test-MockObject/Test-MockObject-1.201.505.270-r1.ebuild deleted file mode 100644 index 61fe253116d..00000000000 --- a/dev-perl/Test-MockObject/Test-MockObject-1.201.505.270-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=CHROMATIC -MODULE_VERSION=1.20150527 -inherit perl-module - -DESCRIPTION="Perl extension for emulating troublesome interfaces" - -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86 ~ppc-aix" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Carp - virtual/perl-Scalar-List-Utils - >=dev-perl/UNIVERSAL-isa-1.201.106.140 - >=dev-perl/UNIVERSAL-can-1.201.106.170 -" -DEPEND="${RDEPEND} - test? ( - >=dev-perl/CGI-4.150.0 - >=dev-perl/Test-Exception-0.310.0 - >=dev-perl/Test-Warn-0.230.0 - >=virtual/perl-Test-Simple-0.980.0 - ) -" - -src_prepare() { - cp "${FILESDIR}/${PN}-${MODULE_VERSION}-INSTALL.SKIP" \ - "${S}/INSTALL.SKIP" || die "Cant copy INSTALL.SKIP file" - perl-module_src_prepare -} -SRC_TEST="do parallel"