public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Suite/
Date: Thu,  9 Dec 2021 12:05:44 +0000 (UTC)	[thread overview]
Message-ID: <1639051517.b2aa1d44978dedb9fbeb5bab9362f43bdc007897.dilfridge@gentoo> (raw)

commit:     b2aa1d44978dedb9fbeb5bab9362f43bdc007897
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  9 11:57:40 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec  9 12:05:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2aa1d44

dev-perl/Test2-Suite: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Test2-Suite/Manifest                   |  2 --
 dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild | 31 -------------------------
 dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild  | 26 ---------------------
 3 files changed, 59 deletions(-)

diff --git a/dev-perl/Test2-Suite/Manifest b/dev-perl/Test2-Suite/Manifest
index 14e8a90472f7..46f31310b453 100644
--- a/dev-perl/Test2-Suite/Manifest
+++ b/dev-perl/Test2-Suite/Manifest
@@ -1,3 +1 @@
-DIST Test2-Suite-0.000077.tar.gz 144835 BLAKE2B 5a3db61f48f479f8bd00639a538fada5a917ea054abb8dc22b92b5fb2a73ad2da33776f264b1fe7ec53f1a3786af286bdaada7d611772e56a9f883d91139507e SHA512 e9337fee244f572c5b0af54c78a1be47bf590caf905ef6a40928c6e914a183d3fbc5fa3312a0903f697ef5e44341c5425873ade50aeabb63de3f795902bb0f71
-DIST Test2-Suite-0.000140.tar.gz 227561 BLAKE2B 05d3467b65e0669a5cdef590baa21fecf24af0042cb24f70d380a08fc832963674a11abe3f965273592b1b8789066c77b9b561c8c23f0f5403e20ddf5f5f7e9d SHA512 26abec9f0aad7d29f6499d27a107bee915c57632b53147f602f5e3732536aabf6c6f903da989a7ebb7113e5c5c0d22a393ed9dc0438d284c09035b76dee91a91
 DIST Test2-Suite-0.000141.tar.gz 227660 BLAKE2B a7fbb4031046cba44670268d5280b06b814e85dcbc22c086adff7c6f8bbe1ebb571975cbe40096336745dcaf547fbbf75cd1c1f366bce1094e6ce992578abebf SHA512 41d283530a25d1794d4d7836dec37fdaf41c78fd01cc78664f5a6b7c50c4d135f75d712d9a047d406ebf529a5538fecedb4b84886415a68c188b618adb683e91

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild b/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
deleted file mode 100644
index a2a6989d17bd..000000000000
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.140.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=EXODIST
-DIST_VERSION=0.000140
-inherit perl-module
-
-DESCRIPTION="A rich set of tools built upon the Test2 framework"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Data-Dumper
-	virtual/perl-Exporter
-	>=dev-perl/Importer-0.24.0
-	>=dev-perl/Module-Pluggable-2.700.0
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Scope-Guard
-	>=dev-perl/Sub-Info-0.2.0
-	>=dev-perl/Term-Table-0.13.0
-	>=virtual/perl-Test-Simple-1.302.176
-	virtual/perl-Time-HiRes
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild b/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild
deleted file mode 100644
index e72d450dd20b..000000000000
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.77.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=EXODIST
-DIST_VERSION=0.000077
-inherit perl-module
-
-DESCRIPTION="A rich set of tools built upon the Test2 framework"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Carp
-	>=dev-perl/Importer-0.24.0
-	virtual/perl-Scalar-List-Utils
-	>=dev-perl/Sub-Info-0.1.0
-	>=dev-perl/Term-Table-0.2.0
-	>=virtual/perl-Test-Simple-1.302.73
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-"


             reply	other threads:[~2021-12-09 12:05 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-09 12:05 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 20:44 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Suite/ Andreas K. Hüttel
2024-05-01  8:11 Sam James
2023-11-04 16:13 Arthur Zamarin
2023-11-04 13:35 Sam James
2023-11-04 13:35 Sam James
2023-11-04 10:52 Sam James
2023-10-29  1:58 Sam James
2023-09-14 16:28 Sam James
2023-08-01 19:42 Arthur Zamarin
2023-07-24  4:16 Sam James
2023-07-24  4:01 Sam James
2023-07-24  4:01 Sam James
2023-06-18 21:05 Sam James
2022-02-22  9:30 Arthur Zamarin
2022-02-19 12:22 Arthur Zamarin
2022-02-19 12:07 Arthur Zamarin
2022-02-19  9:54 Arthur Zamarin
2022-02-19  8:25 Arthur Zamarin
2022-02-19  7:33 Arthur Zamarin
2022-02-19  7:00 Arthur Zamarin
2021-12-09 12:05 Andreas K. Hüttel
2021-10-12 18:58 Sam James
2021-10-12  7:10 Agostino Sarubbo
2021-10-11 15:25 Sam James
2021-10-11  6:32 Agostino Sarubbo
2021-10-11  5:15 Sam James
2021-10-11  4:34 Sam James
2021-10-11  4:24 Sam James
2021-10-11  3:10 Sam James
2021-10-04 11:01 Agostino Sarubbo
2021-10-03  0:30 Sam James
2021-08-14 19:34 Andreas K. Hüttel
2021-08-05 11:11 Sergei Trofimovich
2021-07-31 13:04 Agostino Sarubbo
2021-07-28  2:38 Sam James
2021-07-26  2:27 Sam James
2021-07-26  2:14 Sam James
2021-07-26  2:14 Sam James
2021-05-13 14:34 Andreas K. Hüttel
2020-04-15  7:08 Agostino Sarubbo
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:06 Agostino Sarubbo
2020-04-12 11:39 Mart Raudsepp
2019-07-19  7:49 Mikle Kolyada
2019-02-23 20:14 Sergei Trofimovich
2019-01-17 20:39 Mikle Kolyada
2019-01-09 10:52 Mikle Kolyada
2019-01-07  0:16 Thomas Deutschmann
2019-01-05 19:45 Sergei Trofimovich
2018-10-15 16:05 Fabian Groffen
2018-06-08 13:26 Mikle Kolyada
2018-02-22 14:43 Michał Górny
2017-12-27  8:35 Markus Meier
2017-12-22  5:20 Markus Meier
2017-11-25 18:51 Sergei Trofimovich
2017-11-23 22:31 Matt Turner
2017-11-13 22:28 Sergei Trofimovich
2017-11-09  0:07 Matt Turner
2017-10-16 20:51 Sergei Trofimovich
2017-10-14 14:46 Sergei Trofimovich

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=1639051517.b2aa1d44978dedb9fbeb5bab9362f43bdc007897.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