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/File-Type/
Date: Wed, 02 Jun 2021 18:47:19
Message-Id: 1622659582.44bfb2253a1eacc2e9bba92c4e31a84373cfb510.dilfridge@gentoo
1 commit: 44bfb2253a1eacc2e9bba92c4e31a84373cfb510
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 2 18:23:50 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 2 18:46:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44bfb225
7
8 dev-perl/File-Type: Remove old 0.22-r1
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/File-Type/File-Type-0.220.0-r1.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-perl/File-Type/File-Type-0.220.0-r1.ebuild b/dev-perl/File-Type/File-Type-0.220.0-r1.ebuild
17 deleted file mode 100644
18 index 6f002496283..00000000000
19 --- a/dev-perl/File-Type/File-Type-0.220.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,20 +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=PMISON
28 -MODULE_VERSION=0.22
29 -inherit perl-module
30 -
31 -DESCRIPTION="Determine file type using magic"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~hppa ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
35 -IUSE=""
36 -
37 -RDEPEND=""
38 -DEPEND="${RDEPEND}
39 - >=dev-perl/Module-Build-0.28"
40 -
41 -SRC_TEST="do"