From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Moo/
Date: Mon, 28 Mar 2016 15:33:58 +0000 (UTC) [thread overview]
Message-ID: <1459178989.8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f.dilfridge@gentoo> (raw)
commit: 8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 15:19:46 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 15:29:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cda2ddc
dev-perl/Moo: Remove old
Package-Manager: portage-2.2.28
dev-perl/Moo/Manifest | 2 --
dev-perl/Moo/Moo-1.4.2.ebuild | 34 ----------------------------------
dev-perl/Moo/Moo-2.0.0.ebuild | 33 ---------------------------------
3 files changed, 69 deletions(-)
diff --git a/dev-perl/Moo/Manifest b/dev-perl/Moo/Manifest
index 0b9f0ce..75cf72f 100644
--- a/dev-perl/Moo/Manifest
+++ b/dev-perl/Moo/Manifest
@@ -1,3 +1 @@
-DIST Moo-1.004002.tar.gz 80226 SHA256 d32b61b8e85795b302afdf3bc684239a6f8f3b4b8896ada96298164703085183 SHA512 b6a179cb3c6adc80e51c542eccbac4d6e781bd0de927db7cdad75502cc6d9527d6eebeabd9ede6c40d581ad8bcf435435151b953098f8c4e8a7fc8716b7f842d WHIRLPOOL 7ecb9ff164432698ca3c3cc0833ab979841c3fe0ae499eea1ff94fde224e8aee8f5bd0bec5477f8ff5d69a8d1aa8f72266b9d4844a814852f1081f2412f99b54
-DIST Moo-2.000000.tar.gz 92576 SHA256 57a743bba2e51568c83d00eb3b91d76767069b0fb3d06ef5407bb527b8f35de5 SHA512 1eaabd0a8f0dc0273a33988c7194ab43fa9e1cef24d1cd93c176ca43c445638f6c777999c7f01d6467bf9f9455ebbcfc22797447ff34543ea617bf402a5667c6 WHIRLPOOL 0223cd492f0fa5cbadba4a173c0fab7c86efc0613f360cfaf5237697396e62beb014880b995c2f862d13919d9435a17f3b8711fbb08f6611d4a6634e073b802e
DIST Moo-2.000002.tar.gz 94253 SHA256 fb4bfa751f0dd06bd70f2e06e811f85a640501f263c228a8efafbf6b26691fd4 SHA512 dbafbe0fe976492bc98610591c80d6f5c19c33b61a4d1cf4752ee03b7ceedf5ff5a5ef789436adf49a697508dde7db8a58dafbcec9ac88780b75896cb0dc072c WHIRLPOOL e811e0785f1ec5155d9aa90112f2c04a62d9d00c3f04cb9f8533812ac94592d60b1bb3eb0bfb4e889a776967b6ab9ed45869453d8d59801934b4fa7404f574a0
diff --git a/dev-perl/Moo/Moo-1.4.2.ebuild b/dev-perl/Moo/Moo-1.4.2.ebuild
deleted file mode 100644
index 52a6eaa..0000000
--- a/dev-perl/Moo/Moo-1.4.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=HAARG
-MODULE_VERSION=1.004002
-inherit perl-module
-
-DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Class-Method-Modifiers-1.100.0
- >=dev-perl/Devel-GlobalDestruction-0.110.0
- >=dev-perl/Dist-CheckConflicts-0.20.0
- >=dev-perl/Import-Into-1.2.0
- >=dev-perl/Module-Runtime-0.12.0
- >=dev-perl/Role-Tiny-1.3.2
- >=dev-perl/strictures-1.4.3
- >=dev-lang/perl-5.8.1
-"
-DEPEND="${RDEPEND}
- test? (
- >=dev-perl/Test-Fatal-0.3.0
- >=virtual/perl-Test-Simple-0.94
- )
-"
-
-SRC_TEST="do parallel"
diff --git a/dev-perl/Moo/Moo-2.0.0.ebuild b/dev-perl/Moo/Moo-2.0.0.ebuild
deleted file mode 100644
index 563f1b8..0000000
--- a/dev-perl/Moo/Moo-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=HAARG
-MODULE_VERSION=2.000000
-inherit perl-module
-
-DESCRIPTION="Minimalist Object Orientation (with Moose compatiblity)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Class-Method-Modifiers-1.100.0
- >=dev-perl/Devel-GlobalDestruction-0.110.0
- >=virtual/perl-Exporter-5.570.0
- >=dev-perl/Module-Runtime-0.14.0
- >=dev-perl/Role-Tiny-2.0.0
- virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/Test-Fatal-0.3.0
- >=virtual/perl-Test-Simple-0.94
- )
-"
-
-SRC_TEST="do parallel"
next reply other threads:[~2016-03-28 15:34 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-28 15:33 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 21:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Moo/ Sam James
2023-06-21 21:46 Sam James
2023-06-21 21:32 Sam James
2023-06-21 21:32 Sam James
2023-06-21 21:32 Sam James
2023-06-21 21:32 Sam James
2023-06-21 21:32 Sam James
2023-03-22 5:22 Sam James
2023-03-22 5:22 Sam James
2023-03-15 12:32 Arthur Zamarin
2023-03-14 7:03 Arthur Zamarin
2023-03-13 18:07 Sam James
2022-04-25 15:06 Sam James
2021-11-16 20:33 Andreas K. Hüttel
2021-11-09 22:02 James Le Cuirot
2021-08-26 14:52 Sam James
2021-08-25 6:00 Agostino Sarubbo
2021-08-25 5:30 Agostino Sarubbo
2021-08-04 10:23 Sergei Trofimovich
2021-07-08 19:33 Andreas K. Hüttel
2021-05-25 0:19 Joshua Kinard
2021-05-16 0:13 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-11-25 16:37 Mikle Kolyada
2020-09-29 20:08 Sam James
2020-09-27 8:23 Yixun Lan
2018-10-16 18:47 Fabian Groffen
2018-07-23 19:00 Sergei Trofimovich
2018-07-20 23:18 Sergei Trofimovich
2018-07-15 18:55 Thomas Deutschmann
2018-07-15 15:51 Mikle Kolyada
2017-11-19 8:36 Kent Fredric
2017-05-06 6:37 Kent Fredric
2017-04-29 11:34 Jeroen Roovers
2017-04-03 20:19 Michael Weber
2017-04-03 12:33 Agostino Sarubbo
2017-04-02 17:27 Agostino Sarubbo
2017-04-02 15:49 Kent Fredric
2017-03-23 3:58 Kent Fredric
2017-02-24 7:46 Michael Weber
2017-02-20 17:59 Markus Meier
2017-02-04 9:17 Jeroen Roovers
2016-12-10 14:25 Kent Fredric
2016-12-04 20:39 Kent Fredric
2016-08-13 7:48 Jeroen Roovers
2016-03-15 11:28 Agostino Sarubbo
2016-03-15 11:26 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459178989.8cda2ddcb9efb1c89e9b9df70bd3e0e2c8df4c5f.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox