public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Tiny/
Date: Sat, 30 Apr 2016 22:05:18 +0000 (UTC)	[thread overview]
Message-ID: <1462052781.ae3fbeb8651a73da9df9c1ea36097ee865ac2c9b.dilfridge@gentoo> (raw)

commit:     ae3fbeb8651a73da9df9c1ea36097ee865ac2c9b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 21:46:21 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 21:46:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3fbeb8

dev-perl/Role-Tiny: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Role-Tiny/Manifest               |  2 --
 dev-perl/Role-Tiny/Role-Tiny-1.3.2.ebuild | 27 ---------------------------
 dev-perl/Role-Tiny/Role-Tiny-2.0.0.ebuild | 28 ----------------------------
 3 files changed, 57 deletions(-)

diff --git a/dev-perl/Role-Tiny/Manifest b/dev-perl/Role-Tiny/Manifest
index b793112..24e0077 100644
--- a/dev-perl/Role-Tiny/Manifest
+++ b/dev-perl/Role-Tiny/Manifest
@@ -1,3 +1 @@
-DIST Role-Tiny-1.003002.tar.gz 25518 SHA256 7eded275f400aad4eb3624ab395ab9132e299a46d75a21299e6c95e271643676 SHA512 130f9d961caade61a7d2f077945f008b6196db0eb6ddbcb64093bf39421232c30bc1653821754acea336ec0469ea970b49959dd7bd4b2749ea77ed7a7332c6ca WHIRLPOOL 190106c581255af93a349e1ac6150b14941a5ba30b7f0f10017178af3acba556bb841b25f2636bc1064c1f3d0f05f2d51be78eaa2e68a5516e335e37a3e0b5ee
-DIST Role-Tiny-2.000000.tar.gz 21755 SHA256 a5f461e79d9433745807614c3be94f070375a0d4ed277189752fd0fecfe06091 SHA512 afa256d6a5882e7a466294fb0b24bad31fbb5c28e080cd072e704a05b15b702aabe3deb16deddedc892450345c06e2c5cbf0acbaf66432b3982fd481a92db40f WHIRLPOOL bed78cdaa67ef0f3605b5c5e48bc6756757398d2f1668373b21fc47437f06d05aaae732927b04e41bc6910ec3d0c2f946a330e33424cf9dc5d2e3766f15b6efe
 DIST Role-Tiny-2.000001.tar.gz 21947 SHA256 31883410a7c85d6dc7501c718b1f83edba013a7b9bbccf0338a1033c391f296d SHA512 64d13232db363ba53d2e1e7eb69162ef4411e3ec700dbb652fa6c91aab9b2d248ff83203274d1d1e05cc03342706566a80387b0b11dda912906da8bdc9b4f816 WHIRLPOOL 9553a4adad4ffe5e6d874411a01078e6a3fd572563432d1933861211c48fd50886e95048166ffbb0c0b23cd7ee2f3e6efc093427155f6d875965c8a4944e8cef

diff --git a/dev-perl/Role-Tiny/Role-Tiny-1.3.2.ebuild b/dev-perl/Role-Tiny/Role-Tiny-1.3.2.ebuild
deleted file mode 100644
index 3f0c490..0000000
--- a/dev-perl/Role-Tiny/Role-Tiny-1.3.2.ebuild
+++ /dev/null
@@ -1,27 +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.003002
-inherit perl-module
-
-DESCRIPTION="Roles. Like a nouvelle cuisine portion size slice of Moose"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-DEPEND="
-	test? (
-		>=dev-perl/Test-Fatal-0.003
-		>=virtual/perl-Test-Simple-0.96
-	)
-"
-RDEPEND="
-	!<dev-perl/Moo-0.9.14
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/Role-Tiny/Role-Tiny-2.0.0.ebuild b/dev-perl/Role-Tiny/Role-Tiny-2.0.0.ebuild
deleted file mode 100644
index 78f8e4b..0000000
--- a/dev-perl/Role-Tiny/Role-Tiny-2.0.0.ebuild
+++ /dev/null
@@ -1,28 +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="Roles. Like a nouvelle cuisine portion size slice of Moose"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
-	>=virtual/perl-Exporter-5.570.0
-	!<dev-perl/Moo-0.9.14
-"
-DEPEND="${RDEPEND}
-	test? (
-		>=dev-perl/Test-Fatal-0.3.0
-		>=virtual/perl-Test-Simple-0.960.0
-	)
-"
-
-SRC_TEST="do parallel"


             reply	other threads:[~2016-04-30 22:05 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-30 22:05 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-27 20:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Tiny/ Andreas K. Hüttel
2021-08-09  0:54 Sam James
2021-08-07 23:37 Sam James
2021-08-06 20:44 Sam James
2021-08-06  0:33 Sam James
2021-08-06  0:33 Sam James
2021-08-06  0:33 Sam James
2021-08-06  0:26 Sam James
2021-08-06  0:25 Sam James
2021-07-08 19:33 Andreas K. Hüttel
2020-12-27 15:51 Fabian Groffen
2020-04-15 13:57 Kent Fredric
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:06 Agostino Sarubbo
2020-04-12 11:39 Mart Raudsepp
2020-04-12  9:34 Sergei Trofimovich
2018-10-16 18:47 Fabian Groffen
2018-10-01  0:07 Thomas Deutschmann
2018-09-07 14:00 Mikle Kolyada
2018-08-11 18:54 Sergei Trofimovich
2018-08-04  0:38 Mikle Kolyada
2018-07-30 21:42 Sergei Trofimovich
2018-07-21 11:43 Kent Fredric
2018-03-28 17:27 Matt Turner
2018-01-03 10:57 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-02-22 21:45 Markus Meier
2016-12-04 20:39 Kent Fredric
2016-12-04 16:43 Michael Palimaka
2016-08-13  7:48 Jeroen Roovers
2016-05-25 23:08 Matt Turner
2016-03-15 11:28 Agostino Sarubbo
2016-03-15 11:26 Agostino Sarubbo
2015-11-27  9:11 Patrice Clement

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=1462052781.ae3fbeb8651a73da9df9c1ea36097ee865ac2c9b.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