Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cache-Memcached/
Date: Sun, 04 Oct 2020 04:30:08
Message-Id: 1601785429.99efaa8d1d4831da24d50a5af9f7e10683b32196.kentnl@gentoo
1 commit: 99efaa8d1d4831da24d50a5af9f7e10683b32196
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 04:20:17 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 04:23:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99efaa8d
7
8 dev-perl/Cache-Memcached: Cleanup old 1.300.0-r1
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Cache-Memcached-1.300.0-r1.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 679b2d824f7..00000000000
19 --- a/dev-perl/Cache-Memcached/Cache-Memcached-1.300.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=DORMANDO
28 -MODULE_VERSION=1.30
29 -inherit perl-module
30 -
31 -DESCRIPTION="Perl API for memcached"
32 -HOMEPAGE="http://www.danga.com/memcached/ https://metacpan.org/release/Cache-Memcached"
33 -
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
36 -IUSE=""
37 -
38 -DEPEND="dev-perl/String-CRC32"
39 -RDEPEND="${DEPEND}"
40 -
41 -SRC_TEST="do"