public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Keyword-Junction/
@ 2018-01-10 20:46 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-01-10 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c28dff8a1aedda7076770d5c18b48c67ccb1e48c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 20:25:06 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 20:46:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c28dff8a

dev-perl/Syntax-Keyword-Junction: EAPI6 + tests

- EAPI6ify
- Enable tests
- Add missing CPAN remote-id's

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 .../Syntax-Keyword-Junction-0.3.8-r1.ebuild        | 28 ++++++++++++++++++++++
 dev-perl/Syntax-Keyword-Junction/metadata.xml      | 10 ++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild
new file mode 100644
index 00000000000..074bf12c2ed
--- /dev/null
+++ b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=FREW
+DIST_VERSION=0.003008
+inherit perl-module
+
+DESCRIPTION="Perl6 style Junction operators in Perl5"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Sub-Exporter-Progressive-0.1.6
+	virtual/perl-parent
+	dev-perl/syntax
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	test? (
+		>=virtual/perl-Test-Simple-0.880.0
+		>=dev-perl/Test-Requires-0.70.0
+	)
+"
+PERL_RM_FILES=( "t/release-pod-syntax.t" )

diff --git a/dev-perl/Syntax-Keyword-Junction/metadata.xml b/dev-perl/Syntax-Keyword-Junction/metadata.xml
index 2b9a936fc0a..e5cfe4f077e 100644
--- a/dev-perl/Syntax-Keyword-Junction/metadata.xml
+++ b/dev-perl/Syntax-Keyword-Junction/metadata.xml
@@ -5,4 +5,14 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Syntax-Keyword-Junction</remote-id>
+    <remote-id type="cpan-module">Syntax::Feature::Junction</remote-id>
+    <remote-id type="cpan-module">Syntax::Keyword::Junction</remote-id>
+    <remote-id type="cpan-module">Syntax::Keyword::Junction::All</remote-id>
+    <remote-id type="cpan-module">Syntax::Keyword::Junction::Any</remote-id>
+    <remote-id type="cpan-module">Syntax::Keyword::Junction::Base</remote-id>
+    <remote-id type="cpan-module">Syntax::Keyword::Junction::None</remote-id>
+    <remote-id type="cpan-module">Syntax::Keyword::Junction::One</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Keyword-Junction/
@ 2018-07-21 12:27 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2018-07-21 12:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d87c05ebb8fed42b4d0a2d568c603f596686caac
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 12:17:14 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 12:27:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d87c05eb

dev-perl/Syntax-Keyword-Junction: Cleanup old version 0.3.8

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Syntax-Keyword-Junction-0.3.8.ebuild           | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8.ebuild
deleted file mode 100644
index d57523b78fc..00000000000
--- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FREW
-MODULE_VERSION=0.003008
-inherit perl-module
-
-DESCRIPTION="Perl6 style Junction operators in Perl5"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	>=dev-perl/Sub-Exporter-Progressive-0.1.6
-	virtual/perl-parent
-	dev-perl/syntax
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
-	test? (
-		>=virtual/perl-Test-Simple-0.880.0
-		>=dev-perl/Test-Requires-0.70.0
-	)
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Keyword-Junction/
@ 2021-07-01 15:02 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-07-01 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     960ceeb14dde5763a0ed1bda88944844dfda62a5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 15:00:43 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 15:00:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=960ceeb1

dev-perl/Syntax-Keyword-Junction: stable for amd64

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

 .../Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild
index 6106c4054a6..7b2bc465708 100644
--- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild
+++ b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl6 style Junction operators in Perl5"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Keyword-Junction/
@ 2021-08-11 21:26 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-08-11 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1d540f00ad47b782c30723bcd341060378e0b6db
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 21:17:33 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 21:25:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d540f00

dev-perl/Syntax-Keyword-Junction: EAPI=8 bump

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

 ...ion-0.3.8-r1.ebuild => Syntax-Keyword-Junction-0.3.8-r2.ebuild} | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r2.ebuild
similarity index 88%
rename from dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild
rename to dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r2.ebuild
index 7b2bc465708..dfb14ef1263 100644
--- a/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r1.ebuild
+++ b/dev-perl/Syntax-Keyword-Junction/Syntax-Keyword-Junction-0.3.8-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=FREW
 DIST_VERSION=0.003008
@@ -11,19 +11,18 @@ DESCRIPTION="Perl6 style Junction operators in Perl5"
 
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=dev-perl/Sub-Exporter-Progressive-0.1.6
 	virtual/perl-parent
 	dev-perl/syntax
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
 	test? (
 		>=virtual/perl-Test-Simple-0.880.0
 		>=dev-perl/Test-Requires-0.70.0
 	)
 "
+
 PERL_RM_FILES=( "t/release-pod-syntax.t" )


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

end of thread, other threads:[~2021-08-11 21:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10 20:46 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Keyword-Junction/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2018-07-21 12:27 Kent Fredric
2021-07-01 15:02 Andreas K. Hüttel
2021-08-11 21:26 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox