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/Encode-IMAPUTF7/
Date: Thu, 17 Sep 2020 12:35:33
Message-Id: 1600346110.ca6c8f0bbc0e65a047d4950d2c907512127c874a.kentnl@gentoo
1 commit: ca6c8f0bbc0e65a047d4950d2c907512127c874a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 12:32:06 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 12:35:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6c8f0b
7
8 dev-perl/Encode-IMAPUTF7: Cleanup old 1.50.0-r1
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Encode-IMAPUTF7-1.50.0-r1.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-perl/Encode-IMAPUTF7/Encode-IMAPUTF7-1.50.0-r1.ebuild b/dev-perl/Encode-IMAPUTF7/Encode-IMAPUTF7-1.50.0-r1.ebuild
17 deleted file mode 100644
18 index 28f93d748df..00000000000
19 --- a/dev-perl/Encode-IMAPUTF7/Encode-IMAPUTF7-1.50.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,21 +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=PMAKHOLM
28 -MODULE_VERSION=1.05
29 -inherit perl-module
30 -
31 -DESCRIPTION="Modification of UTF-7 encoding for IMAP"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND="virtual/perl-Encode"
39 -DEPEND="${RDEPEND}
40 - test? ( dev-perl/Test-NoWarnings )"
41 -
42 -SRC_TEST="do"