Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-Find/
Date: Thu, 27 May 2021 14:50:23
Message-Id: 1622127000.afd82ff026bd27a4b867236ec1f2e1370d5630a8.dilfridge@gentoo
1 commit: afd82ff026bd27a4b867236ec1f2e1370d5630a8
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 14:45:43 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 14:50:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd82ff0
7
8 dev-perl/Email-Find: Remove old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild b/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild
17 deleted file mode 100644
18 index be48b998e13..00000000000
19 --- a/dev-perl/Email-Find/Email-Find-0.100.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=MIYAGAWA
28 -MODULE_VERSION=0.10
29 -inherit perl-module
30 -
31 -DESCRIPTION="Find RFC 822 email addresses in plain text"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="dev-perl/MailTools
38 - dev-perl/Email-Valid
39 - virtual/perl-Test-Simple"
40 -DEPEND="${RDEPEND}"
41 -
42 -SRC_TEST="do"