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 C8F0F138359 for ; Sun, 4 Oct 2020 04:30:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D17E0857; Sun, 4 Oct 2020 04:30:07 +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 66A3BE0857 for ; Sun, 4 Oct 2020 04:30:07 +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 F2A61340C5B for ; Sun, 4 Oct 2020 04:30:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F41F373 for ; Sun, 4 Oct 2020 04:30:04 +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: <1601785429.99efaa8d1d4831da24d50a5af9f7e10683b32196.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild X-VCS-Directories: dev-perl/Cache-Memcached/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 99efaa8d1d4831da24d50a5af9f7e10683b32196 X-VCS-Branch: master Date: Sun, 4 Oct 2020 04:30:04 +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: 42b14eb7-6f1c-41cb-a39a-add481351b9b X-Archives-Hash: a2335115767dc6b84d73e21283e90cdb commit: 99efaa8d1d4831da24d50a5af9f7e10683b32196 Author: Kent Fredric gentoo org> AuthorDate: Sun Oct 4 04:20:17 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Oct 4 04:23:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99efaa8d dev-perl/Cache-Memcached: Cleanup old 1.300.0-r1 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> .../Cache-Memcached-1.300.0-r1.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild b/dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild deleted file mode 100644 index 679b2d824f7..00000000000 --- a/dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=DORMANDO -MODULE_VERSION=1.30 -inherit perl-module - -DESCRIPTION="Perl API for memcached" -HOMEPAGE="http://www.danga.com/memcached/ https://metacpan.org/release/Cache-Memcached" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="dev-perl/String-CRC32" -RDEPEND="${DEPEND}" - -SRC_TEST="do"