* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-ClassAttribute/
@ 2016-03-28 15:33 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-03-28 15:33 UTC (permalink / raw
To: gentoo-commits
commit: a6e51381e17a569b150e8610f7a3770796a9ddfb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 15:23:19 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=a6e51381
dev-perl/MooseX-ClassAttribute: Remove old
Package-Manager: portage-2.2.28
dev-perl/MooseX-ClassAttribute/Manifest | 1 -
.../MooseX-ClassAttribute-0.260.0.ebuild | 27 ----------------------
2 files changed, 28 deletions(-)
diff --git a/dev-perl/MooseX-ClassAttribute/Manifest b/dev-perl/MooseX-ClassAttribute/Manifest
index 50fb58c..bef7bb8 100644
--- a/dev-perl/MooseX-ClassAttribute/Manifest
+++ b/dev-perl/MooseX-ClassAttribute/Manifest
@@ -1,2 +1 @@
-DIST MooseX-ClassAttribute-0.26.tar.gz 19050 SHA256 6aa89dd7bf3135ff06bd990e6b77a74a911cd0b68674dced170a2e0f4f88b2e8 SHA512 17a54453f25614d9283a276f28ee93d37ed694c69eaf8398886dbfec15d498904d9147aff41c626d6076004e552d8bb6797e465d873d9fbb966ee03fc3b3803f WHIRLPOOL d0965caa2f6ee10bc30d350d7d41ee578174a65b491f8e633a15f58edd4da4f05a014ef2342c0588e73f09ca8a57c09d261e8461f989a48faff6867b20ff2bc5
DIST MooseX-ClassAttribute-0.27.tar.gz 20132 SHA256 77d97b2c642f96073df5d778a1487ec9483cd0d0661ab50856931af13aa8bf93 SHA512 0734fc114f717aca8ea9860c978d8898b2db69bda8d4b2ac7f9d269c38154fb800a0eb07318e02ec0be9bb38df91f8909aa34181f7bb5b55572051195d8da256 WHIRLPOOL 74c33abcafeb52dfc3f0019c69eed7bb3164861d9d27bb2728e5441e3acc1fa4c249085b01da3565fa51854ee9eda666a37dd7cd1a0f39c314e201f2533984ec
diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.260.0.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.260.0.ebuild
deleted file mode 100644
index 30a0d98..0000000
--- a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.260.0.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=DROLSKY
-MODULE_VERSION=0.26
-inherit perl-module
-
-DESCRIPTION="Declare class attributes Moose-style"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Moose-1.230
- >=dev-perl/namespace-autoclean-0.11
- >=dev-perl/namespace-clean-0.200"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? ( >=virtual/perl-Test-Simple-0.88
- dev-perl/Test-Fatal
- >=dev-perl/Test-Requires-0.05 )"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-ClassAttribute/
@ 2017-10-31 8:45 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-31 8:45 UTC (permalink / raw
To: gentoo-commits
commit: 6a473be0d44cf3860703073f7ac79c33d663b826
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 31 08:44:59 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 31 08:44:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a473be0
dev-perl/MooseX-ClassAttribute: Fix missing RDEP on List::MoreUtils bug #626590
- fix missing rdep
- normalise other deps
- r1 bump for rdep propagation
- cleanup annoying tests
Closes: https://bugs.gentoo.org/626590
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../MooseX-ClassAttribute-0.270.0-r1.ebuild | 33 ++++++++++++++++++++++
.../MooseX-ClassAttribute-0.270.0.ebuild | 26 -----------------
2 files changed, 33 insertions(+), 26 deletions(-)
diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0-r1.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0-r1.ebuild
new file mode 100644
index 00000000000..6f7a916bb26
--- /dev/null
+++ b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=DROLSKY
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="Declare class attributes Moose-style"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/List-MoreUtils
+ >=dev-perl/Moose-2.0.0
+ >=dev-perl/namespace-autoclean-0.110.0
+ >=dev-perl/namespace-clean-0.200.0"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.310.0
+ test? ( >=virtual/perl-Test-Simple-0.880.0
+ dev-perl/Test-Fatal
+ >=dev-perl/Test-Requires-0.50.0 )"
+
+SRC_TEST=do
+
+src_test() {
+ perl_rm_files t/release-*.t
+ perl-module_src_test
+}
diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0.ebuild
deleted file mode 100644
index 21fa663321f..00000000000
--- a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.27
-inherit perl-module
-
-DESCRIPTION="Declare class attributes Moose-style"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/Moose-1.230
- >=dev-perl/namespace-autoclean-0.11
- >=dev-perl/namespace-clean-0.200"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.31
- test? ( >=virtual/perl-Test-Simple-0.88
- dev-perl/Test-Fatal
- >=dev-perl/Test-Requires-0.05 )"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-ClassAttribute/
@ 2017-11-19 8:36 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-11-19 8:36 UTC (permalink / raw
To: gentoo-commits
commit: df925975ec8c637a6e996d1d5d80afc6d4819b85
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 08:24:43 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 08:24:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df925975
dev-perl/MooseX-ClassAttribute: Bump to version 0.290.0
- EAPI6
- Parallel testing
Upstream:
- Remove dependency on List::MoreUtils
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-perl/MooseX-ClassAttribute/Manifest | 1 +
.../MooseX-ClassAttribute-0.290.0.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-perl/MooseX-ClassAttribute/Manifest b/dev-perl/MooseX-ClassAttribute/Manifest
index bef7bb8d5c7..284a12950aa 100644
--- a/dev-perl/MooseX-ClassAttribute/Manifest
+++ b/dev-perl/MooseX-ClassAttribute/Manifest
@@ -1 +1,2 @@
DIST MooseX-ClassAttribute-0.27.tar.gz 20132 SHA256 77d97b2c642f96073df5d778a1487ec9483cd0d0661ab50856931af13aa8bf93 SHA512 0734fc114f717aca8ea9860c978d8898b2db69bda8d4b2ac7f9d269c38154fb800a0eb07318e02ec0be9bb38df91f8909aa34181f7bb5b55572051195d8da256 WHIRLPOOL 74c33abcafeb52dfc3f0019c69eed7bb3164861d9d27bb2728e5441e3acc1fa4c249085b01da3565fa51854ee9eda666a37dd7cd1a0f39c314e201f2533984ec
+DIST MooseX-ClassAttribute-0.29.tar.gz 36365 SHA256 6144c77c52770d4f831cadb6cada37125c80b3e4ffcb246da7ee9d55922ee725 SHA512 517f85c78de45227382a6d0172eb452aa2326ee72b78f2984c53fb07649c3710158e3d25f1e3e1c6a4ae3de1e4cd2f4b3a143bc8f09c4cf35944e502b759eac3 WHIRLPOOL cab0976e74c3249b9db2ae37254492672e68895be36cd3d89142882712b115be48e2faa21054f5cac24947acd86d394653b94b0d6660f222d3f250d20299a029
diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0.ebuild
new file mode 100644
index 00000000000..106dae87604
--- /dev/null
+++ b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DROLSKY
+DIST_VERSION=0.29
+inherit perl-module
+
+DESCRIPTION="Declare class attributes Moose-style"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Moose-2.0.0
+ >=virtual/perl-Scalar-List-Utils-1.450.0
+ >=dev-perl/namespace-autoclean-0.110.0
+ >=dev-perl/namespace-clean-0.200.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Fatal
+ >=dev-perl/Test-Requires-0.50.0
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-ClassAttribute/
@ 2018-06-10 7:21 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2018-06-10 7:21 UTC (permalink / raw
To: gentoo-commits
commit: f672ca3322e921612551317e6baf20eebb5ec531
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 07:15:22 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 07:20:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f672ca33
dev-perl/MooseX-ClassAttribute: Cleanup old version 0.270.0-r1
Package-Manager: Portage-2.3.29, Repoman-2.3.9
dev-perl/MooseX-ClassAttribute/Manifest | 1 -
.../MooseX-ClassAttribute-0.270.0-r1.ebuild | 33 ----------------------
2 files changed, 34 deletions(-)
diff --git a/dev-perl/MooseX-ClassAttribute/Manifest b/dev-perl/MooseX-ClassAttribute/Manifest
index c07af4d2ef2..519956bf63a 100644
--- a/dev-perl/MooseX-ClassAttribute/Manifest
+++ b/dev-perl/MooseX-ClassAttribute/Manifest
@@ -1,2 +1 @@
-DIST MooseX-ClassAttribute-0.27.tar.gz 20132 BLAKE2B f511ec4e4be8b6261de4f620a9a04efad9e90855429e501a958614ab8e48f535fceaf64b454e1df65ade713a18aeea28d9d7acf585d5f3665fb7659ef4a78432 SHA512 0734fc114f717aca8ea9860c978d8898b2db69bda8d4b2ac7f9d269c38154fb800a0eb07318e02ec0be9bb38df91f8909aa34181f7bb5b55572051195d8da256
DIST MooseX-ClassAttribute-0.29.tar.gz 36365 BLAKE2B 81fbbf9acc0162c0e078743b866c91da45870cd79473d4972dcfef53085ef5e14dbeab00e328c26178e0d917a4d5e997b33208f41303d52cad3e1f98a67ff203 SHA512 517f85c78de45227382a6d0172eb452aa2326ee72b78f2984c53fb07649c3710158e3d25f1e3e1c6a4ae3de1e4cd2f4b3a143bc8f09c4cf35944e502b759eac3
diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0-r1.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0-r1.ebuild
deleted file mode 100644
index 6f7a916bb26..00000000000
--- a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.270.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DROLSKY
-MODULE_VERSION=0.27
-inherit perl-module
-
-DESCRIPTION="Declare class attributes Moose-style"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- dev-perl/List-MoreUtils
- >=dev-perl/Moose-2.0.0
- >=dev-perl/namespace-autoclean-0.110.0
- >=dev-perl/namespace-clean-0.200.0"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.310.0
- test? ( >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Fatal
- >=dev-perl/Test-Requires-0.50.0 )"
-
-SRC_TEST=do
-
-src_test() {
- perl_rm_files t/release-*.t
- perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-ClassAttribute/
@ 2021-11-18 20:55 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-11-18 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 7ed1094ef702fe58b4c5e090d315f62d6c3c56fd
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 20:30:38 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 18 20:54:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ed1094e
dev-perl/MooseX-ClassAttribute: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ute-0.290.0.ebuild => MooseX-ClassAttribute-0.290.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0.ebuild b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0-r1.ebuild
similarity index 83%
rename from dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0.ebuild
rename to dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0-r1.ebuild
index 4be8591e5dd8..02f01433914e 100644
--- a/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0.ebuild
+++ b/dev-perl/MooseX-ClassAttribute/MooseX-ClassAttribute-0.290.0-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=DROLSKY
DIST_VERSION=0.29
@@ -12,8 +12,6 @@ DESCRIPTION="Declare class attributes Moose-style"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Moose-2.0.0
@@ -21,7 +19,7 @@ RDEPEND="
>=dev-perl/namespace-autoclean-0.110.0
>=dev-perl/namespace-clean-0.200.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Test-Fatal
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-11-18 20:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-31 8:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooseX-ClassAttribute/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-11-18 20:55 Andreas K. Hüttel
2018-06-10 7:21 Kent Fredric
2017-11-19 8:36 Kent Fredric
2016-03-28 15:33 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