public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
@ 2015-12-25 18:05 Andreas Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2015-12-25 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c0bc18c76ff144e0e95c2fa66f4462392b059d3d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 18:03:45 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 18:05:16 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0bc18c7

dev-perl/Role-Basic: Add Module::Build dependency, bug 569278; run tests in parallel

Package-Manager: portage-2.2.26

 dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
index 256fde5..0f09865 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,8 @@ IUSE="test"
 
 RDEPEND=""
 DEPEND="${RDEPEND}
+	dev-perl/Module-Build
 	test? ( virtual/perl-Test-Simple )
 "
 
-SRC_TEST="do"
+SRC_TEST="do parallel"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
@ 2017-03-14 14:28 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-03-14 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     e2db401f0f2d7746f90bcec42675e24a238b0740
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 14:27:38 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 14:27:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2db401f

dev-perl/Role-Basic: amd64 stable wrt bug #612558

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
index 612e169c9da..64c222c3c16 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="Just roles. Nothing else"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="test"
 
 RDEPEND=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
@ 2021-08-05 21:15 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-08-05 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e6bafd8cb60e7fce30d2ac929e0f4c1c05e98f3e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 20:53:16 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 21:14:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bafd8c

dev-perl/Role-Basic: EAPI=8 bump

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

 ...e-Basic-0.130.0.ebuild => Role-Basic-0.130.0-r1.ebuild} | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
similarity index 60%
rename from dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
rename to dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
index dfd38813254..eb50cb3684c 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=OVID
-MODULE_VERSION=0.13
+DIST_AUTHOR=OVID
+DIST_VERSION=0.13
 inherit perl-module
 
 DESCRIPTION="Just roles. Nothing else"
@@ -12,13 +12,9 @@ DESCRIPTION="Just roles. Nothing else"
 LICENSE="Artistic-2"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND=""
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	dev-perl/Module-Build
 	test? ( virtual/perl-Test-Simple )
 "
-
-SRC_TEST="do parallel"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
@ 2023-06-19  6:31 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-06-19  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f5b216dfdd62663bdc788edff11149c4c4f79e30
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 06:31:07 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 06:31:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5b216df

dev-perl/Role-Basic: Keyword 0.130.0-r1 hppa, #908806

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
index 9a43c791d380..cfbfcdbef654 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ DESCRIPTION="Just roles. Nothing else"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~riscv"
+KEYWORDS="amd64 ~hppa ~riscv"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
@ 2023-06-19 14:18 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-06-19 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     5afe08971e311f2286179a1fc9659bb5f6554d3d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 14:18:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 14:18:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afe0897

dev-perl/Role-Basic: Keyword 0.130.0-r1 ppc, #908806

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
index cfbfcdbef654..e93b3a8a2eec 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Just roles. Nothing else"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~riscv"
+KEYWORDS="amd64 ~hppa ~ppc ~riscv"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
@ 2023-06-20 12:02 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2023-06-20 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4a6e94036b54e5c2638c16b505b2dcd789b52855
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 11:48:49 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 11:48:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6e9403

dev-perl/Role-Basic: Keyword 0.130.0-r1 x86, #908806

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
index e93b3a8a2eec..a55af1e59082 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Just roles. Nothing else"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~riscv"
+KEYWORDS="amd64 ~hppa ~ppc ~riscv ~x86"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
@ 2023-07-24  3:57 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-07-24  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8034ba9ae90352e579a63200e84194e4d597953a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:55:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:55:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8034ba9a

dev-perl/Role-Basic: Stabilize 0.130.0-r1 x86, #910942

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
index a55af1e59082..01e410ca297e 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Just roles. Nothing else"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~riscv x86"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/
@ 2023-07-24  3:57 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-07-24  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     19cf47198e00988f69db5a0159d4aff553586a0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:55:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:55:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cf4719

dev-perl/Role-Basic: Stabilize 0.130.0-r1 ppc, #910942

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
index 01e410ca297e..e3b6969eacce 100644
--- a/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
+++ b/dev-perl/Role-Basic/Role-Basic-0.130.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Just roles. Nothing else"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~riscv x86"
+KEYWORDS="amd64 ~hppa ppc ~riscv x86"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-24  3:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-05 21:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Role-Basic/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-07-24  3:57 Sam James
2023-07-24  3:57 Sam James
2023-06-20 12:02 Jakov Smolić
2023-06-19 14:18 Sam James
2023-06-19  6:31 Arthur Zamarin
2017-03-14 14:28 Agostino Sarubbo
2015-12-25 18:05 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