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-Send-Gmail/
Date: Thu, 27 May 2021 21:38:40
Message-Id: 1622151504.0eaeebfa203016a0988c70d4dc14bddfc98695a6.dilfridge@gentoo
1 commit: 0eaeebfa203016a0988c70d4dc14bddfc98695a6
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 21:36:27 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 21:38:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eaeebfa
7
8 dev-perl/Email-Send-Gmail: 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 .../Email-Send-Gmail-0.330.0.ebuild | 25 ----------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild b/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild
17 deleted file mode 100644
18 index 278fc8d27b2..00000000000
19 --- a/dev-perl/Email-Send-Gmail/Email-Send-Gmail-0.330.0.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=LBROCARD
28 -MODULE_VERSION=0.33
29 -inherit perl-module
30 -
31 -DESCRIPTION="Send Messages using Gmail"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~mips x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="dev-perl/Authen-SASL
39 - dev-perl/Email-Address
40 - dev-perl/Email-Send
41 - dev-perl/Net-SMTP-SSL"
42 -
43 -DEPEND="${RDEPEND}
44 - test? ( dev-perl/Test-Pod )"
45 -
46 -SRC_TEST="do parallel"