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 536D8138334 for ; Sun, 10 Jun 2018 05:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C192E0883; Sun, 10 Jun 2018 05:09:21 +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 DF902E0869 for ; Sun, 10 Jun 2018 05:09:20 +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 737E9335C9C for ; Sun, 10 Jun 2018 05:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A2C62A1 for ; Sun, 10 Jun 2018 05:09:16 +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: <1528605459.bef068568b2d60f107c5c6078eef169926760718.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/LWP-UserAgent-Cached/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/LWP-UserAgent-Cached/LWP-UserAgent-Cached-0.60.0.ebuild X-VCS-Directories: dev-perl/LWP-UserAgent-Cached/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: bef068568b2d60f107c5c6078eef169926760718 X-VCS-Branch: master Date: Sun, 10 Jun 2018 05:09:16 +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: 0aed7ff7-6d51-4a09-9ca1-6404c2a1f9db X-Archives-Hash: 7efa421ef9d50a991df67155115c8279 commit: bef068568b2d60f107c5c6078eef169926760718 Author: Kent Fredric gentoo org> AuthorDate: Sun Jun 10 04:37:39 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Jun 10 04:37:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bef06856 dev-perl/LWP-UserAgent-Cached: Cleanup old version 0.60.0 Package-Manager: Portage-2.3.29, Repoman-2.3.9 .../LWP-UserAgent-Cached-0.60.0.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/dev-perl/LWP-UserAgent-Cached/LWP-UserAgent-Cached-0.60.0.ebuild b/dev-perl/LWP-UserAgent-Cached/LWP-UserAgent-Cached-0.60.0.ebuild deleted file mode 100644 index 96e7277b607..00000000000 --- a/dev-perl/LWP-UserAgent-Cached/LWP-UserAgent-Cached-0.60.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=OLEG -MODULE_VERSION=0.06 -inherit perl-module - -DESCRIPTION="LWP::UserAgent with simple caching mechanism" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="dev-perl/libwww-perl" -DEPEND="${RDEPEND} - virtual/perl-File-Temp - >=virtual/perl-ExtUtils-MakeMaker-6.520.0 - test? ( - >=dev-perl/Test-Mock-LWP-Dispatch-0.20.0 - >=virtual/perl-Test-Simple-0.880.0 - ) -" - -SRC_TEST="do parallel"