From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/
Date: Wed, 15 Apr 2020 14:29:27 +0000 (UTC) [thread overview]
Message-ID: <1586959880.5d05792ad9c4807524721d7b49a3a72c7498608a.kentnl@gentoo> (raw)
commit: 5d05792ad9c4807524721d7b49a3a72c7498608a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 14:11:20 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 14:11:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d05792a
dev-perl/Specio: Remove old 0.320.0, 0.370.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Specio/Manifest | 2 --
dev-perl/Specio/Specio-0.320.0.ebuild | 38 ---------------------------------
dev-perl/Specio/Specio-0.370.0.ebuild | 40 -----------------------------------
3 files changed, 80 deletions(-)
diff --git a/dev-perl/Specio/Manifest b/dev-perl/Specio/Manifest
index 28b31fb54d6..d7818cc0c6c 100644
--- a/dev-perl/Specio/Manifest
+++ b/dev-perl/Specio/Manifest
@@ -1,3 +1 @@
-DIST Specio-0.32.tar.gz 83679 BLAKE2B 0fb800160893c99dfc6ab1275f567d58c38aeec56211952b1438d0a91035e4861f40645396d730bdb2482230e4b1eff9630ce520db1eaf8ed30396a28da2233b SHA512 6803089d5f80d9c7b811c0bddb6937228cbb95a0876424a678b76f38609b32220a2ffee63b904535baf741ddbffb880999b3ea49e41d34731ed83394b5d0628b
-DIST Specio-0.37.tar.gz 96573 BLAKE2B 4c67bf55fb0fd46062cae23b42efcb2a3d9a4367ca6f87d1a743be7679fb3ed9a5234c8a1adf517ce9b4eb41d810990943de8939eb701da31bd7bb11fdd70273 SHA512 590b5e1515744b699340441f4c14f8fc978b4b637ddb5d9e32db2aa883800c86d7323f85190e92e34571fb57af196f477909aa6cc276a793ae82698f4042468a
DIST Specio-0.42.tar.gz 101641 BLAKE2B 9c527cd1b306d1a8394ad5b6757153aa00edcf111a444b3792cf088aec0a00597c655f59971eef7a8a6a7689e9b683ca78789b7adf1c9d19a0b6861cd4b90733 SHA512 7a9ff3e96cf3957d7857cd5f6af5efd9e35fc4c888fcd8177041e34a2388f54269e7a3da84ec60961fb61307beb882ebf54e19ae4346876e06197b1ff57891a0
diff --git a/dev-perl/Specio/Specio-0.320.0.ebuild b/dev-perl/Specio/Specio-0.320.0.ebuild
deleted file mode 100644
index 721bdb556cf..00000000000
--- a/dev-perl/Specio/Specio-0.320.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=0.32
-inherit perl-module
-
-DESCRIPTION="Type constraints and coercions for Perl"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- dev-perl/Devel-StackTrace
- dev-perl/Eval-Closure
- virtual/perl-Exporter
- virtual/perl-IO
- dev-perl/MRO-Compat
- >=dev-perl/Role-Tiny-1.3.3
- >=virtual/perl-Scalar-List-Utils-1.330.0
- virtual/perl-Storable
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.960.0
- virtual/perl-parent
- >=virtual/perl-version-0.830.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- dev-perl/Test-Needs
- )
-"
-mydoc="TODO.md"
diff --git a/dev-perl/Specio/Specio-0.370.0.ebuild b/dev-perl/Specio/Specio-0.370.0.ebuild
deleted file mode 100644
index 460fb0a5ace..00000000000
--- a/dev-perl/Specio/Specio-0.370.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DROLSKY
-DIST_VERSION=0.37
-inherit perl-module
-
-DESCRIPTION="Type constraints and coercions for Perl"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !minimal? ( >=dev-perl/Ref-Util-0.112.0 )
- virtual/perl-Carp
- dev-perl/Devel-StackTrace
- dev-perl/Eval-Closure
- virtual/perl-Exporter
- virtual/perl-IO
- dev-perl/MRO-Compat
- dev-perl/Module-Runtime
- >=dev-perl/Role-Tiny-1.3.3
- >=virtual/perl-Scalar-List-Utils-1.330.0
- virtual/perl-Storable
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.960.0
- virtual/perl-parent
- >=virtual/perl-version-0.830.0
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- dev-perl/Test-Needs
- )
-"
-mydoc="TODO.md"
next reply other threads:[~2020-04-15 14:29 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-15 14:29 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-14 9:18 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Specio/ Arthur Zamarin
2023-01-13 18:42 Arthur Zamarin
2022-12-18 11:47 Sam James
2022-12-18 11:44 Sam James
2022-06-29 13:02 Sam James
2022-06-14 14:32 Sam James
2022-01-17 2:24 Joshua Kinard
2021-12-31 6:13 Matt Turner
2021-12-09 21:59 Sam James
2021-12-08 9:18 Sam James
2021-12-08 6:17 Sam James
2021-12-07 16:54 Sam James
2021-12-07 16:54 Sam James
2021-12-07 16:53 Sam James
2021-12-07 16:53 Sam James
2021-12-07 16:53 Sam James
2021-11-11 3:49 Sam James
2021-11-01 15:46 Sam James
2021-10-11 3:16 Sam James
2021-10-11 1:20 Sam James
2021-10-10 20:48 Sam James
2021-10-10 2:20 Sam James
2021-10-10 0:05 Sam James
2021-09-24 22:28 James Le Cuirot
2021-09-15 2:32 Sam James
2021-09-13 16:03 Sam James
2021-09-13 1:31 Yixun Lan
2021-08-08 14:46 Andreas K. Hüttel
2020-12-27 15:51 Fabian Groffen
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:06 Agostino Sarubbo
2020-04-14 14:03 Agostino Sarubbo
2020-04-14 12:59 Agostino Sarubbo
2020-04-12 18:27 Sergei Trofimovich
2020-04-12 11:39 Mart Raudsepp
2020-04-12 9:34 Sergei Trofimovich
2018-10-18 7:52 Tobias Klausmann
2018-10-16 18:47 Fabian Groffen
2018-08-04 0:54 Mikle Kolyada
2018-04-07 15:26 Mart Raudsepp
2018-03-28 17:27 Matt Turner
2018-01-15 8:29 Sergei Trofimovich
2018-01-12 23:16 Sergei Trofimovich
2018-01-10 19:49 Sergei Trofimovich
2018-01-09 1:34 Kent Fredric
2017-05-30 1:58 Kent Fredric
2017-04-29 11:45 Jeroen Roovers
2017-03-20 20:26 Kent Fredric
2017-03-15 18:54 Matt Turner
2017-03-10 21:04 Matt Turner
2017-03-02 15:52 Tobias Klausmann
2017-02-22 21:45 Markus Meier
2017-02-20 18:02 Markus Meier
2017-02-14 5:22 Kent Fredric
2017-01-17 13:40 Kent Fredric
2017-01-12 14:21 Jeroen Roovers
2016-12-04 16:43 Michael Palimaka
2016-11-24 17:45 Tobias Klausmann
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=1586959880.5d05792ad9c4807524721d7b49a3a72c7498608a.kentnl@gentoo \
--to=kentnl@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