Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/indirect/
Date: Mon, 29 Feb 2016 23:11:19
Message-Id: 1456787461.cd96a23546a757de72ceab2f437ad1b3ecec7f40.dilfridge@gentoo
1 commit: cd96a23546a757de72ceab2f437ad1b3ecec7f40
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 22:54:38 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 23:11:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd96a235
7
8 dev-perl/indirect: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-perl/indirect/Manifest | 1 -
13 dev-perl/indirect/indirect-0.350.0.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-perl/indirect/Manifest b/dev-perl/indirect/Manifest
17 index 965d0a9..46f1029 100644
18 --- a/dev-perl/indirect/Manifest
19 +++ b/dev-perl/indirect/Manifest
20 @@ -1,2 +1 @@
21 -DIST indirect-0.35.tar.gz 45177 SHA256 7cebc51f210f8e547e1ca0ff451439edfefb356b4ceb076d8028fb16469e0c74 SHA512 6b3d0e3caec39016172d6fdafaa0fca65d75e63a1131398fe2ce31c08070c70cee0b07112b7fd099a6e4bd0a9e1fe99915259d8752984a5aa462739a2305e50a WHIRLPOOL aac664c4b09c7b97e29ca760f5da64ec40868c045a07eef1a2a53201a071aebcf2a7434a1fbab6a3cddf31e5c43ef12d198b5aa604b30c789194327a90255ef6
22 DIST indirect-0.36.tar.gz 48597 SHA256 7c2676566fbee16d15be972cb2b7a2fcb7972d3d58a2fb06a41030d909b7e55b SHA512 27f86702a2b3597e2bc20390130584324bfe86cc4d9f33a488b4788d6e1513ac19dfd4e1407f29b6f862172b020b3001a248450ad8dddb5a31e07220c0783ceb WHIRLPOOL c07281a07d931577b707caa0207ea6c8c1f66066590bed796e21b4b2e58e7da69335cc211287de0222fd11f65f628fc8371e79f37651a953951d3f48c1552984
23
24 diff --git a/dev-perl/indirect/indirect-0.350.0.ebuild b/dev-perl/indirect/indirect-0.350.0.ebuild
25 deleted file mode 100644
26 index de16be1..0000000
27 --- a/dev-perl/indirect/indirect-0.350.0.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -MODULE_AUTHOR=VPIT
37 -MODULE_VERSION=0.35
38 -inherit perl-module
39 -
40 -DESCRIPTION="Lexically warn about using the indirect object syntax"
41 -
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~ppc ~x86"
44 -IUSE="test"
45 -
46 -DEPEND="
47 - test? (
48 - dev-perl/Test-Pod
49 - dev-perl/Test-Pod-Coverage
50 - )"
51 -
52 -SRC_TEST=do