* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-REPL/
@ 2015-09-09 20:31 Andreas Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2015-09-09 20:31 UTC (permalink / raw
To: gentoo-commits
commit: 9cf137a9cc53b7e081d76c47938d0f2def797be1
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 20:31:06 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 20:31:31 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf137a9
dev-perl/Devel-REPL: Version bump
Package-Manager: portage-2.2.20.1
dev-perl/Devel-REPL/Devel-REPL-1.3.27.ebuild | 53 ++++++++++++++++++++++++++++
dev-perl/Devel-REPL/Manifest | 1 +
2 files changed, 54 insertions(+)
diff --git a/dev-perl/Devel-REPL/Devel-REPL-1.3.27.ebuild b/dev-perl/Devel-REPL/Devel-REPL-1.3.27.ebuild
new file mode 100644
index 0000000..c766c9a
--- /dev/null
+++ b/dev-perl/Devel-REPL/Devel-REPL-1.3.27.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=1.003027
+inherit perl-module
+
+DESCRIPTION="A modern perl interactive shell"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/File-HomeDir
+ virtual/perl-File-Spec
+ dev-perl/Module-Runtime
+ >=dev-perl/Moose-0.930.0
+ >=dev-perl/MooseX-Getopt-0.180.0
+ >=dev-perl/MooseX-Object-Pluggable-0.0.9
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Task-Weaken
+ virtual/perl-Term-ANSIColor
+ virtual/perl-Time-HiRes
+ dev-perl/namespace-autoclean
+ dev-perl/App-Nopaste
+ dev-perl/B-Keywords
+ dev-perl/Data-Dump-Streamer
+ dev-perl/Data-Dumper-Concise
+ dev-perl/File-Next
+ dev-perl/Lexical-Persistence
+ dev-perl/Module-Refresh
+ dev-perl/PPI
+ dev-perl/Sys-SigAction
+"
+# B::Concise? => perl
+# Devel::Peek => perl
+# Term::ReadLine => perl
+
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ virtual/perl-if
+ )
+"
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/Devel-REPL/Manifest b/dev-perl/Devel-REPL/Manifest
index 12cd8e0..ba3ec20 100644
--- a/dev-perl/Devel-REPL/Manifest
+++ b/dev-perl/Devel-REPL/Manifest
@@ -1 +1,2 @@
DIST Devel-REPL-1.003014.tar.gz 54177 SHA256 3a7337e54dc0ae87120fbf89b0e032c0c5c6f74599fe07127b575dafd41586f2 SHA512 5ee90a29c42c929d7301d5f4fb854148366feeab62c7c0df5d7ff9a75c089eef16b1b8651bffae0edc72891f0c098e9dab285c7a6bdf611aaee99d39a0a3dd59 WHIRLPOOL 03fbd531999f88880e705dc51af0e06a76552756933d5977ed228dc2e0d74a65a9cca2e9a1ecc6ecf9fda230bd6cbde7f173075d6e974e476b9155884bed84f4
+DIST Devel-REPL-1.003027.tar.gz 59295 SHA256 c332ae2facae81618d71854d34f32d95c37dfc5aa9a37ae6f04c3d33833889ae SHA512 6541b5b59b2fbadc1a5d6994ab653feae1f142531612c1efc36ced15bac2d9a356401f6737b8b3bb43e20af066382e134176ad28ec359e8de2ed2cb955c2d2aa WHIRLPOOL f44f708b0563018caa7af6f342610afeae35bfe2f8c04a6ba695424ec484b68533242952bb54bca2dce6748cf3d0f0fe2f924bd6a9b9a1f81e9b1c9eb15ff72b
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-REPL/
@ 2016-01-03 20:45 Andreas Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2016-01-03 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 30f9526135922b69fb9f335fe30658e9858e1333
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 3 20:45:09 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 3 20:45:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f95261
dev-perl/Devel-REPL: Remove old
Package-Manager: portage-2.2.26
dev-perl/Devel-REPL/Devel-REPL-1.3.14-r1.ebuild | 42 -------------------------
dev-perl/Devel-REPL/Manifest | 1 -
2 files changed, 43 deletions(-)
diff --git a/dev-perl/Devel-REPL/Devel-REPL-1.3.14-r1.ebuild b/dev-perl/Devel-REPL/Devel-REPL-1.3.14-r1.ebuild
deleted file mode 100644
index 378b011..0000000
--- a/dev-perl/Devel-REPL/Devel-REPL-1.3.14-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=1.003014
-inherit perl-module
-
-DESCRIPTION="A modern perl interactive shell"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-perl/Moose-0.740.0
- >=dev-perl/MooseX-Object-Pluggable-0.0.9
- >=dev-perl/MooseX-Getopt-0.180.0
- dev-perl/namespace-autoclean
- dev-perl/File-HomeDir
- virtual/perl-File-Spec
- virtual/perl-Term-ANSIColor
-
- dev-perl/App-Nopaste
- dev-perl/B-Keywords
- dev-perl/Data-Dump-Streamer
- dev-perl/Data-Dumper-Concise
- dev-perl/File-Next
- dev-perl/Lexical-Persistence
- dev-perl/Module-Refresh
- dev-perl/PPI
- dev-perl/Sys-SigAction
-"
-# B::Concise? => perl
-# Devel::Peek => perl
-# Term::ReadLine => perl
-
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/Devel-REPL/Manifest b/dev-perl/Devel-REPL/Manifest
index ba3ec20..d895352 100644
--- a/dev-perl/Devel-REPL/Manifest
+++ b/dev-perl/Devel-REPL/Manifest
@@ -1,2 +1 @@
-DIST Devel-REPL-1.003014.tar.gz 54177 SHA256 3a7337e54dc0ae87120fbf89b0e032c0c5c6f74599fe07127b575dafd41586f2 SHA512 5ee90a29c42c929d7301d5f4fb854148366feeab62c7c0df5d7ff9a75c089eef16b1b8651bffae0edc72891f0c098e9dab285c7a6bdf611aaee99d39a0a3dd59 WHIRLPOOL 03fbd531999f88880e705dc51af0e06a76552756933d5977ed228dc2e0d74a65a9cca2e9a1ecc6ecf9fda230bd6cbde7f173075d6e974e476b9155884bed84f4
DIST Devel-REPL-1.003027.tar.gz 59295 SHA256 c332ae2facae81618d71854d34f32d95c37dfc5aa9a37ae6f04c3d33833889ae SHA512 6541b5b59b2fbadc1a5d6994ab653feae1f142531612c1efc36ced15bac2d9a356401f6737b8b3bb43e20af066382e134176ad28ec359e8de2ed2cb955c2d2aa WHIRLPOOL f44f708b0563018caa7af6f342610afeae35bfe2f8c04a6ba695424ec484b68533242952bb54bca2dce6748cf3d0f0fe2f924bd6a9b9a1f81e9b1c9eb15ff72b
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-REPL/
@ 2017-10-19 8:35 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-19 8:35 UTC (permalink / raw
To: gentoo-commits
commit: 7f3040c924622000cfd14c9cfcaac1fbccb8c894
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 08:13:41 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 08:35:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3040c9
dev-perl/Devel-REPL: Bump to version 1.3.28
Upstream:
- Packaging
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild | 53 ++++++++++++++++++++++++++++
dev-perl/Devel-REPL/Manifest | 1 +
dev-perl/Devel-REPL/metadata.xml | 4 +--
3 files changed, 56 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild b/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild
new file mode 100644
index 00000000000..b6e94a1888f
--- /dev/null
+++ b/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.003028
+inherit perl-module
+
+DESCRIPTION="A modern perl interactive shell"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/File-HomeDir
+ virtual/perl-File-Spec
+ >=virtual/perl-JSON-PP-2.273.0
+ dev-perl/Module-Runtime
+ >=dev-perl/Moose-0.930.0
+ >=dev-perl/MooseX-Getopt-0.180.0
+ >=dev-perl/MooseX-Object-Pluggable-0.0.9
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Task-Weaken
+ virtual/perl-Term-ANSIColor
+ virtual/perl-Time-HiRes
+ dev-perl/namespace-autoclean
+ dev-perl/App-Nopaste
+ dev-perl/B-Keywords
+ >=dev-perl/Data-Dump-Streamer-2.390.0
+ dev-perl/Data-Dumper-Concise
+ dev-perl/File-Next
+ dev-perl/Lexical-Persistence
+ dev-perl/Module-Refresh
+ dev-perl/PPI
+ dev-perl/Sys-SigAction
+"
+# B::Concise? => perl
+# Devel::Peek => perl
+# Term::ReadLine => perl
+
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=virtual/perl-CPAN-Meta-Requirements-2.120.620
+ virtual/perl-Module-Metadata
+ test? (
+ virtual/perl-File-Spec
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ virtual/perl-if
+ )
+"
diff --git a/dev-perl/Devel-REPL/Manifest b/dev-perl/Devel-REPL/Manifest
index d8953525b2e..de90d24a496 100644
--- a/dev-perl/Devel-REPL/Manifest
+++ b/dev-perl/Devel-REPL/Manifest
@@ -1 +1,2 @@
DIST Devel-REPL-1.003027.tar.gz 59295 SHA256 c332ae2facae81618d71854d34f32d95c37dfc5aa9a37ae6f04c3d33833889ae SHA512 6541b5b59b2fbadc1a5d6994ab653feae1f142531612c1efc36ced15bac2d9a356401f6737b8b3bb43e20af066382e134176ad28ec359e8de2ed2cb955c2d2aa WHIRLPOOL f44f708b0563018caa7af6f342610afeae35bfe2f8c04a6ba695424ec484b68533242952bb54bca2dce6748cf3d0f0fe2f924bd6a9b9a1f81e9b1c9eb15ff72b
+DIST Devel-REPL-1.003028.tar.gz 60877 SHA256 1a4ade7940450001c36b658e504f0ee22ab37e906a92330fddc519c2e725f4d9 SHA512 f3eab967fc5502cdb66a601a20ef83561cf285c19c0634d77d0a037416874b0d8faeb0f840fff7d943c3c43dfed4eca0c8afd56f82a69065938f5b872f58fe7e WHIRLPOOL 4c0724de429455608c528ad527859bad60ea4ba67fbf61bd9638ffe663a97b9a5576aedba3227b3064831c573b2bc0349bd89fe893f393c9ed08f74b41dac283
diff --git a/dev-perl/Devel-REPL/metadata.xml b/dev-perl/Devel-REPL/metadata.xml
index 143d7baf011..ad2f44fa02c 100644
--- a/dev-perl/Devel-REPL/metadata.xml
+++ b/dev-perl/Devel-REPL/metadata.xml
@@ -30,12 +30,10 @@
<remote-id type="cpan-module">Devel::REPL::Plugin::Interrupt</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::LexEnv</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::MultiLine::PPI</remote-id>
- <remote-id type="cpan-module">Devel::REPL::Plugin::NewlineHack</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::Nopaste</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::OutputCache</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::PPI</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::Packages</remote-id>
- <remote-id type="cpan-module">Devel::REPL::Plugin::Packages::DefaultScratchpad</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::Peek</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::ReadLineHistory</remote-id>
<remote-id type="cpan-module">Devel::REPL::Plugin::Refresh</remote-id>
@@ -44,6 +42,8 @@
<remote-id type="cpan-module">Devel::REPL::Plugin::Turtles</remote-id>
<remote-id type="cpan-module">Devel::REPL::Profile</remote-id>
<remote-id type="cpan-module">Devel::REPL::Profile::Default</remote-id>
+ <remote-id type="cpan-module">Devel::REPL::Profile::Minimal</remote-id>
+ <remote-id type="cpan-module">Devel::REPL::Profile::Standard</remote-id>
<remote-id type="cpan-module">Devel::REPL::Script</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-REPL/
@ 2018-04-15 8:36 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2018-04-15 8:36 UTC (permalink / raw
To: gentoo-commits
commit: 9081bcc22659c143c31a62a170e074dfd8451d96
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 08:31:46 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 08:36:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9081bcc2
dev-perl/Devel-REPL: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Devel-REPL/Devel-REPL-1.3.27.ebuild | 52 ----------------------------
dev-perl/Devel-REPL/Manifest | 1 -
2 files changed, 53 deletions(-)
diff --git a/dev-perl/Devel-REPL/Devel-REPL-1.3.27.ebuild b/dev-perl/Devel-REPL/Devel-REPL-1.3.27.ebuild
deleted file mode 100644
index d2baa1a083e..00000000000
--- a/dev-perl/Devel-REPL/Devel-REPL-1.3.27.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=1.003027
-inherit perl-module
-
-DESCRIPTION="A modern perl interactive shell"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/File-HomeDir
- virtual/perl-File-Spec
- dev-perl/Module-Runtime
- >=dev-perl/Moose-0.930.0
- >=dev-perl/MooseX-Getopt-0.180.0
- >=dev-perl/MooseX-Object-Pluggable-0.0.9
- virtual/perl-Scalar-List-Utils
- dev-perl/Task-Weaken
- virtual/perl-Term-ANSIColor
- virtual/perl-Time-HiRes
- dev-perl/namespace-autoclean
- dev-perl/App-Nopaste
- dev-perl/B-Keywords
- dev-perl/Data-Dump-Streamer
- dev-perl/Data-Dumper-Concise
- dev-perl/File-Next
- dev-perl/Lexical-Persistence
- dev-perl/Module-Refresh
- dev-perl/PPI
- dev-perl/Sys-SigAction
-"
-# B::Concise? => perl
-# Devel::Peek => perl
-# Term::ReadLine => perl
-
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- dev-perl/Test-Fatal
- virtual/perl-Test-Simple
- virtual/perl-if
- )
-"
-
-SRC_TEST="do parallel"
diff --git a/dev-perl/Devel-REPL/Manifest b/dev-perl/Devel-REPL/Manifest
index 98a79caff7f..5f6dd4a11d1 100644
--- a/dev-perl/Devel-REPL/Manifest
+++ b/dev-perl/Devel-REPL/Manifest
@@ -1,2 +1 @@
-DIST Devel-REPL-1.003027.tar.gz 59295 BLAKE2B a61c428bb5a97b45b206388427c01dd3ac8983513d718a1279112e06c6b36007f2fc5776e3c136bcf848bd22f48bbff40739272ab97b5f037bc0004df9cb808b SHA512 6541b5b59b2fbadc1a5d6994ab653feae1f142531612c1efc36ced15bac2d9a356401f6737b8b3bb43e20af066382e134176ad28ec359e8de2ed2cb955c2d2aa
DIST Devel-REPL-1.003028.tar.gz 60877 BLAKE2B 8bf1e36995b89e2d54acff4fe04d7a711306a537ca1a164d93bbeaaf628165ceb738d8587e3950e96ca895a90e3598cff541685667737a174771b4910fc63104 SHA512 f3eab967fc5502cdb66a601a20ef83561cf285c19c0634d77d0a037416874b0d8faeb0f840fff7d943c3c43dfed4eca0c8afd56f82a69065938f5b872f58fe7e
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-REPL/
@ 2021-10-23 8:56 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-23 8:56 UTC (permalink / raw
To: gentoo-commits
commit: cc3dd485418058c455813cf4bf2c685183a65f40
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 08:46:44 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 08:55:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3dd485
dev-perl/Devel-REPL: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...{Devel-REPL-1.3.28.ebuild => Devel-REPL-1.3.28-r1.ebuild} | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild b/dev-perl/Devel-REPL/Devel-REPL-1.3.28-r1.ebuild
similarity index 85%
rename from dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild
rename to dev-perl/Devel-REPL/Devel-REPL-1.3.28-r1.ebuild
index 3274962bc54..1ec39bfbc1d 100644
--- a/dev-perl/Devel-REPL/Devel-REPL-1.3.28.ebuild
+++ b/dev-perl/Devel-REPL/Devel-REPL-1.3.28-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ETHER
DIST_VERSION=1.003028
@@ -11,8 +11,6 @@ DESCRIPTION="A modern perl interactive shell"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/File-HomeDir
@@ -37,11 +35,7 @@ RDEPEND="
dev-perl/PPI
dev-perl/Sys-SigAction
"
-# B::Concise? => perl
-# Devel::Peek => perl
-# Term::ReadLine => perl
-
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
>=virtual/perl-CPAN-Meta-Requirements-2.120.620
virtual/perl-Module-Metadata
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-REPL/
@ 2023-06-21 6:22 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-06-21 6:22 UTC (permalink / raw
To: gentoo-commits
commit: f6d706c27982bd7271d91a6af98cd08dc586c6b0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 06:20:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 06:22:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d706c2
dev-perl/Devel-REPL: add 1.3.29
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Devel-REPL/Devel-REPL-1.3.29.ebuild | 47 ++++++++++++++++++++++++++++
dev-perl/Devel-REPL/Manifest | 1 +
2 files changed, 48 insertions(+)
diff --git a/dev-perl/Devel-REPL/Devel-REPL-1.3.29.ebuild b/dev-perl/Devel-REPL/Devel-REPL-1.3.29.ebuild
new file mode 100644
index 000000000000..c354c2e80228
--- /dev/null
+++ b/dev-perl/Devel-REPL/Devel-REPL-1.3.29.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.003029
+inherit perl-module
+
+DESCRIPTION="A modern perl interactive shell"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+
+RDEPEND="
+ virtual/perl-File-Spec
+ dev-perl/Module-Runtime
+ >=dev-perl/Moose-0.930.0
+ >=dev-perl/MooseX-Getopt-0.180.0
+ >=dev-perl/MooseX-Object-Pluggable-0.0.9
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Task-Weaken
+ virtual/perl-Term-ANSIColor
+ virtual/perl-Time-HiRes
+ dev-perl/namespace-autoclean
+ dev-perl/App-Nopaste
+ dev-perl/B-Keywords
+ >=dev-perl/Data-Dump-Streamer-2.390.0
+ dev-perl/Data-Dumper-Concise
+ dev-perl/File-Next
+ dev-perl/Lexical-Persistence
+ dev-perl/Module-Refresh
+ dev-perl/PPI
+ dev-perl/Sys-SigAction
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=virtual/perl-CPAN-Meta-Requirements-2.120.620
+ virtual/perl-Module-Metadata
+ test? (
+ virtual/perl-File-Spec
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ virtual/perl-if
+ )
+"
diff --git a/dev-perl/Devel-REPL/Manifest b/dev-perl/Devel-REPL/Manifest
index 5f6dd4a11d1b..fb302da26b82 100644
--- a/dev-perl/Devel-REPL/Manifest
+++ b/dev-perl/Devel-REPL/Manifest
@@ -1 +1,2 @@
DIST Devel-REPL-1.003028.tar.gz 60877 BLAKE2B 8bf1e36995b89e2d54acff4fe04d7a711306a537ca1a164d93bbeaaf628165ceb738d8587e3950e96ca895a90e3598cff541685667737a174771b4910fc63104 SHA512 f3eab967fc5502cdb66a601a20ef83561cf285c19c0634d77d0a037416874b0d8faeb0f840fff7d943c3c43dfed4eca0c8afd56f82a69065938f5b872f58fe7e
+DIST Devel-REPL-1.003029.tar.gz 62226 BLAKE2B aeba85681eef232b451518e1a9b23594a7f017d70fa3fa573963147e33f1055b4f28e50219c208e4638c08306375aa422b091a599f19e19fb8967ac71af0ca28 SHA512 08aeaa94e088051506f0912fb4d51585f6c73107fce54ef590706dba0cb9b04ea65ceb64e1bbf0b8c409a6aeb3d5e4e044d19277f41ba5b8e3b9459bb5dbf1c4
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-06-21 6:22 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-19 8:35 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Devel-REPL/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 6:22 Sam James
2021-10-23 8:56 Andreas K. Hüttel
2018-04-15 8:36 Kent Fredric
2016-01-03 20:45 Andreas Hüttel
2015-09-09 20:31 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox