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/Moo/
Date: Mon, 28 Mar 2016 15:34:05
Message-Id: 1459178989.8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f.dilfridge@gentoo
1 commit: 8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 15:19:46 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 15:29:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cda2ddc
7
8 dev-perl/Moo: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 dev-perl/Moo/Manifest | 2 --
13 dev-perl/Moo/Moo-1.4.2.ebuild | 34 ----------------------------------
14 dev-perl/Moo/Moo-2.0.0.ebuild | 33 ---------------------------------
15 3 files changed, 69 deletions(-)
16
17 diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest
18 index 0b9f0ce..75cf72f 100644
19 --- a/dev-perl/Moo/Manifest
20 +++ b/dev-perl/Moo/Manifest
21 @@ -1,3 +1 @@
22 -DIST Moo-1.004002.tar.gz 80226 SHA256 d32b61b8e85795b302afdf3bc684239a6f8f3b4b8896ada96298164703085183 SHA512 b6a179cb3c6adc80e51c542eccbac4d6e781bd0de927db7cdad75502cc6d9527d6eebeabd9ede6c40d581ad8bcf435435151b953098f8c4e8a7fc8716b7f842d WHIRLPOOL 7ecb9ff164432698ca3c3cc0833ab979841c3fe0ae499eea1ff94fde224e8aee8f5bd0bec5477f8ff5d69a8d1aa8f72266b9d4844a814852f1081f2412f99b54
23 -DIST Moo-2.000000.tar.gz 92576 SHA256 57a743bba2e51568c83d00eb3b91d76767069b0fb3d06ef5407bb527b8f35de5 SHA512 1eaabd0a8f0dc0273a33988c7194ab43fa9e1cef24d1cd93c176ca43c445638f6c777999c7f01d6467bf9f9455ebbcfc22797447ff34543ea617bf402a5667c6 WHIRLPOOL 0223cd492f0fa5cbadba4a173c0fab7c86efc0613f360cfaf5237697396e62beb014880b995c2f862d13919d9435a17f3b8711fbb08f6611d4a6634e073b802e
24 DIST Moo-2.000002.tar.gz 94253 SHA256 fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4 SHA512 dbafbe0fe976492bc98610591c80d6f5c19c33b61a4d1cf4752ee03b7ceedf5ff5a5ef789436adf49a697508dde7db8a58dafbcec9ac88780b75896cb0dc072c WHIRLPOOL e811e0785f1ec5155d9aa90112f2c04a62d9d00c3f04cb9f8533812ac94592d60b1bb3eb0bfb4e889a776967b6ab9ed45869453d8d59801934b4fa7404f574a0
25
26 diff --git a/dev-perl/Moo/Moo-1.4.2.ebuild b/dev-perl/Moo/Moo-1.4.2.ebuild
27 deleted file mode 100644
28 index 52a6eaa..0000000
29 --- a/dev-perl/Moo/Moo-1.4.2.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -MODULE_AUTHOR=HAARG
39 -MODULE_VERSION=1.004002
40 -inherit perl-module
41 -
42 -DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
43 -
44 -SLOT="0"
45 -KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
46 -IUSE="test"
47 -
48 -RDEPEND="
49 - >=dev-perl/Class-Method-Modifiers-1.100.0
50 - >=dev-perl/Devel-GlobalDestruction-0.110.0
51 - >=dev-perl/Dist-CheckConflicts-0.20.0
52 - >=dev-perl/Import-Into-1.2.0
53 - >=dev-perl/Module-Runtime-0.12.0
54 - >=dev-perl/Role-Tiny-1.3.2
55 - >=dev-perl/strictures-1.4.3
56 - >=dev-lang/perl-5.8.1
57 -"
58 -DEPEND="${RDEPEND}
59 - test? (
60 - >=dev-perl/Test-Fatal-0.3.0
61 - >=virtual/perl-Test-Simple-0.94
62 - )
63 -"
64 -
65 -SRC_TEST="do parallel"
66
67 diff --git a/dev-perl/Moo/Moo-2.0.0.ebuild b/dev-perl/Moo/Moo-2.0.0.ebuild
68 deleted file mode 100644
69 index 563f1b8..0000000
70 --- a/dev-perl/Moo/Moo-2.0.0.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2015 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=5
78 -
79 -MODULE_AUTHOR=HAARG
80 -MODULE_VERSION=2.000000
81 -inherit perl-module
82 -
83 -DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
84 -
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
87 -IUSE="test"
88 -
89 -RDEPEND="
90 - >=dev-perl/Class-Method-Modifiers-1.100.0
91 - >=dev-perl/Devel-GlobalDestruction-0.110.0
92 - >=virtual/perl-Exporter-5.570.0
93 - >=dev-perl/Module-Runtime-0.14.0
94 - >=dev-perl/Role-Tiny-2.0.0
95 - virtual/perl-Scalar-List-Utils
96 -"
97 -DEPEND="${RDEPEND}
98 - virtual/perl-ExtUtils-MakeMaker
99 - test? (
100 - >=dev-perl/Test-Fatal-0.3.0
101 - >=virtual/perl-Test-Simple-0.94
102 - )
103 -"
104 -
105 -SRC_TEST="do parallel"