public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2015-11-05 22:32 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2015-11-05 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     717886469e7da2d39dcb77401e8a3d96476bd749
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 21:56:20 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 22:30:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71788646

dev-perl/Test-EOL: Initial import. Fixes bug 564688.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/Test-EOL/Manifest                |  1 +
 dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild | 21 +++++++++++++++++++++
 dev-perl/Test-EOL/metadata.xml            | 12 ++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-perl/Test-EOL/Manifest b/dev-perl/Test-EOL/Manifest
new file mode 100644
index 0000000..d8695f0
--- /dev/null
+++ b/dev-perl/Test-EOL/Manifest
@@ -0,0 +1 @@
+DIST Test-EOL-1.6.tar.gz 18617 SHA256 5cab9468cda0366adcd581987628570041eb1f865562f1f965a1d3683b948b9a SHA512 7bc11f6fc2e361f9d2cd97626ba0d8f13ad3118c451d1d6b445f39608aba594e374cc51dec9d872aa831ad69d8b49852044e6edfc64bb8a7804969d8cfaed4cd WHIRLPOOL 1c773929f7bfbe87994382c72a5f8158e8bf8de86a9cbf6078e0b7ac9816474523920945671891299c9a751a50337b2eacbf9e7d18ba540eab855883396f57a7

diff --git a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
new file mode 100644
index 0000000..d05c774
--- /dev/null
+++ b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=FREW
+MODULE_VERSION=1.6
+
+inherit perl-module
+
+DESCRIPTION="Check the correct line endings in your project"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${REPEND}"
+
+SRC_TEST="do"

diff --git a/dev-perl/Test-EOL/metadata.xml b/dev-perl/Test-EOL/metadata.xml
new file mode 100644
index 0000000..a98e1bb
--- /dev/null
+++ b/dev-perl/Test-EOL/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>perl</herd>
+  <maintainer>
+	  <email>monsieurp@gentoo.org</email>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Mo</remote-id>
+    <remote-id type="cpan-module">Mo</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2015-11-06 13:13 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2015-11-06 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     8122f0c303ff44fea77082c5d75e370a68799b2a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  6 13:02:59 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov  6 13:02:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8122f0c3

dev-perl/Test-EOL: Typo in RDEPEND.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
index d05c774..e711c3d 100644
--- a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
@@ -16,6 +16,6 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""
-DEPEND="${REPEND}"
+DEPEND="${RDEPEND}"
 
 SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2015-11-06 13:13 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2015-11-06 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c72fc244c7484edf17a2f16b8936a072b2e59b24
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  6 13:09:55 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov  6 13:09:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72fc244

dev-perl/Test-EOL: Fix data in metadata.xml file.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/Test-EOL/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-EOL/metadata.xml b/dev-perl/Test-EOL/metadata.xml
index a98e1bb..e723e1c 100644
--- a/dev-perl/Test-EOL/metadata.xml
+++ b/dev-perl/Test-EOL/metadata.xml
@@ -6,7 +6,7 @@
 	  <email>monsieurp@gentoo.org</email>
   </maintainer>
   <upstream>
-    <remote-id type="cpan">Mo</remote-id>
-    <remote-id type="cpan-module">Mo</remote-id>
+    <remote-id type="cpan">Test-EOL</remote-id>
+    <remote-id type="cpan-module">Test::EOL</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2015-11-06 13:43 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-11-06 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     079fff744eeedaa2fbec743a82f23aa7a72808f4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  6 13:43:39 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov  6 13:43:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079fff74

dev-perl/Test-EOL: amd64 stable wrt bug #564688

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
index e711c3d..45c8d83 100644
--- a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2015-11-09  4:48 Jeroen Roovers
  0 siblings, 0 replies; 17+ messages in thread
From: Jeroen Roovers @ 2015-11-09  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1192b0d3bea40e0db2d4ff81ec65c2ed11662f7c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 04:45:10 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 04:45:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1192b0d3

dev-perl/Test-EOL: Stable for PPC64 (bug #564688).

Package-Manager: portage-2.2.24
RepoMan-Options: --ignore-arches

 dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
index 45c8d83..3e02553 100644
--- a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2015-11-12 10:25 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-11-12 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f0e8ccdc197353bfc125ab8a278214ef8334c074
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 10:25:34 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 10:25:34 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0e8ccdc

dev-perl/Test-EOL: ppc stable wrt bug #564688

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"

 dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
index 3e02553..5b9d1b8 100644
--- a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2015-11-12 10:27 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2015-11-12 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0b704f379aac760f608be775f2a30d1ba294e52f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 10:27:17 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 10:27:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b704f37

dev-perl/Test-EOL: x86 stable wrt bug #564688

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
index 5b9d1b8..0db7cf3 100644
--- a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2017-05-30  2:32 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2017-05-30  2:32 UTC (permalink / raw
  To: gentoo-commits

commit:     82c42931c6550c16f4377c615118cacdc89df3d6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 02:31:51 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue May 30 02:31:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c42931

dev-perl/Test-EOL: Bump to version 2.0.0

- EAPI6
- Parallel Tests

Upstream:
- Check .pod files as well

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Test-EOL/Manifest              |  1 +
 dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Test-EOL/Manifest b/dev-perl/Test-EOL/Manifest
index d8695f0b555..91e9d6e33e7 100644
--- a/dev-perl/Test-EOL/Manifest
+++ b/dev-perl/Test-EOL/Manifest
@@ -1 +1,2 @@
 DIST Test-EOL-1.6.tar.gz 18617 SHA256 5cab9468cda0366adcd581987628570041eb1f865562f1f965a1d3683b948b9a SHA512 7bc11f6fc2e361f9d2cd97626ba0d8f13ad3118c451d1d6b445f39608aba594e374cc51dec9d872aa831ad69d8b49852044e6edfc64bb8a7804969d8cfaed4cd WHIRLPOOL 1c773929f7bfbe87994382c72a5f8158e8bf8de86a9cbf6078e0b7ac9816474523920945671891299c9a751a50337b2eacbf9e7d18ba540eab855883396f57a7
+DIST Test-EOL-2.00.tar.gz 29987 SHA256 8e7f7e5d07d3be0f1d7d51bcda8af0962767eb2897fd48994df274c0f5ed6b50 SHA512 9f43b88c05915fe722307a313f9149837058e34c8310393e97418f1393f828c2d2f7c6a7537d9ca8caff1b07a19cb2600904319f753b1a76bca09e654637ede2 WHIRLPOOL a5e6fefa1e518263d63b7cf858d1d55d0881dedb674bb3c26e911c2a0a83174194af486dece34a6e48ef28a108578d3c00a9af298e4522b0e80cbbad10f455e2

diff --git a/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
new file mode 100644
index 00000000000..48fbddb1d18
--- /dev/null
+++ b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.00
+
+inherit perl-module
+
+DESCRIPTION="Check the correct line endings in your project"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=virtual/perl-JSON-PP-2.273.0
+	test? (
+		>=virtual/perl-CPAN-Meta-2.120.900
+		virtual/perl-File-Temp
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2017-09-18 16:50 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2017-09-18 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     27d32b8e11abd3c9268339ee87185decfcbf3278
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 16:41:43 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 16:50:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d32b8e

dev-perl/Test-EOL: fix mixed metadata.xml indentation

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Test-EOL/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/metadata.xml b/dev-perl/Test-EOL/metadata.xml
index e60aedce8c2..64add6aa054 100644
--- a/dev-perl/Test-EOL/metadata.xml
+++ b/dev-perl/Test-EOL/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
-	  <email>monsieurp@gentoo.org</email>
+    <email>monsieurp@gentoo.org</email>
   </maintainer>
   <maintainer type="project">
     <email>perl@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2018-08-19 18:39 Matt Turner
  0 siblings, 0 replies; 17+ messages in thread
From: Matt Turner @ 2018-08-19 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3d7ad0f7eb9aa8de53fc7ec01877f590829b7eea
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 18:38:42 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 18:38:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7ad0f7

dev-perl/Test-EOL-2.0.0: ppc64 stable, bug 663934

 dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
index 5d52a8eb7b9..1e9f05d623c 100644
--- a/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2018-08-20  2:26 Mikle Kolyada
  0 siblings, 0 replies; 17+ messages in thread
From: Mikle Kolyada @ 2018-08-20  2:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0b50080030ba793b3bdeb17929826b6cfa5c039a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 02:08:54 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 02:26:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b500800

dev-perl/Test-EOL: amd64 stable wrt bug #663934

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
index 5afe40be21e..d564ba3674a 100644
--- a/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2020-04-15 15:40 Kent Fredric
  0 siblings, 0 replies; 17+ messages in thread
From: Kent Fredric @ 2020-04-15 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     bae03e0dd1e83ca8fa431ef5b866471f649c6b7d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 14:47:39 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 15:35:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae03e0d

dev-perl/Test-EOL: Remove old 1.600.0

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Test-EOL/Manifest                |  1 -
 dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Test-EOL/Manifest b/dev-perl/Test-EOL/Manifest
index f3c7984c147..ce9d36f5657 100644
--- a/dev-perl/Test-EOL/Manifest
+++ b/dev-perl/Test-EOL/Manifest
@@ -1,2 +1 @@
-DIST Test-EOL-1.6.tar.gz 18617 BLAKE2B 67ee893c480b72ee18891a6820db75191e66722ad0d4f98fbe4058af7bebd51b51d2a949ba707f44f4c001a1179c422763f01b32530cf52c6463cc6b7746bc72 SHA512 7bc11f6fc2e361f9d2cd97626ba0d8f13ad3118c451d1d6b445f39608aba594e374cc51dec9d872aa831ad69d8b49852044e6edfc64bb8a7804969d8cfaed4cd
 DIST Test-EOL-2.00.tar.gz 29987 BLAKE2B 505eb9a412f0da9a1de7f56cefa2ae076cfcf5adcb056634e5e163c19b1ebfb1fab0de48eb320f0bd0eb9e4638191f1ca943fec336863487ca80e47672c64dc3 SHA512 9f43b88c05915fe722307a313f9149837058e34c8310393e97418f1393f828c2d2f7c6a7537d9ca8caff1b07a19cb2600904319f753b1a76bca09e654637ede2

diff --git a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
deleted file mode 100644
index a0bc580cb88..00000000000
--- a/dev-perl/Test-EOL/Test-EOL-1.600.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=FREW
-MODULE_VERSION=1.6
-
-inherit perl-module
-
-DESCRIPTION="Check the correct line endings in your project"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2021-08-18 21:46 Andreas K. Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas K. Hüttel @ 2021-08-18 21:46 UTC (permalink / raw
  To: gentoo-commits

commit:     91d4a8c40d5fcca2137cf8283febf62a13ca8968
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 21:37:32 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 21:45:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d4a8c4

dev-perl/Test-EOL: Version bump 2.02

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

 dev-perl/Test-EOL/Manifest               |  1 +
 dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Test-EOL/Manifest b/dev-perl/Test-EOL/Manifest
index ce9d36f5657..8606a41891b 100644
--- a/dev-perl/Test-EOL/Manifest
+++ b/dev-perl/Test-EOL/Manifest
@@ -1 +1,2 @@
 DIST Test-EOL-2.00.tar.gz 29987 BLAKE2B 505eb9a412f0da9a1de7f56cefa2ae076cfcf5adcb056634e5e163c19b1ebfb1fab0de48eb320f0bd0eb9e4638191f1ca943fec336863487ca80e47672c64dc3 SHA512 9f43b88c05915fe722307a313f9149837058e34c8310393e97418f1393f828c2d2f7c6a7537d9ca8caff1b07a19cb2600904319f753b1a76bca09e654637ede2
+DIST Test-EOL-2.02.tar.gz 32739 BLAKE2B f2f041ff282811b2be9e4e41fa2386b6e0a3668bfbde9a87f7c99ca80e99a693fd4e402087ea1dfc160ca921252cf6cc538d05c4155c67537708c0bc43ff7966 SHA512 03f3a60973fde1c0fb9532be957d981bad657fec4db1b77dca865011e1bf39dcbb91a8ee09cc692ab9b372a139371ba66b69c60ae582b687a6ec230fb58a9654

diff --git a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
new file mode 100644
index 00000000000..9099d952234
--- /dev/null
+++ b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.02
+
+inherit perl-module
+
+DESCRIPTION="Check the correct line endings in your project"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Test-Simple
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Temp
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2021-10-11  3:10 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-10-11  3:10 UTC (permalink / raw
  To: gentoo-commits

commit:     9c9c4642e4a3f4f5b40f2289e3827340bd041bd4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 03:08:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 03:08:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9c4642

dev-perl/Test-EOL: Stabilize 2.20.0 ppc64, #817593

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

 dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
index 9099d952234..6ce7d389d7e 100644
--- a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 ~x86"
 
 RDEPEND="
 	virtual/perl-File-Spec


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2021-10-11  4:18 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-10-11  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d8e3ea812595584189c67c52f883215b6c6eea49
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:17:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:17:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e3ea81

dev-perl/Test-EOL: Stabilize 2.20.0 x86, #817593

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

 dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
index 6ce7d389d7e..a7bdab8c0fe 100644
--- a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
 
 RDEPEND="
 	virtual/perl-File-Spec


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2021-10-11  5:20 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-10-11  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4f6b602b297d81c293010a383c6b101ac1421684
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:19:49 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:19:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6b602b

dev-perl/Test-EOL: Stabilize 2.20.0 ppc, #817593

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

 dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
index a7bdab8c0fe..0fc226ad1b1 100644
--- a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 
 RDEPEND="
 	virtual/perl-File-Spec


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/
@ 2021-12-09 19:46 Andreas K. Hüttel
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas K. Hüttel @ 2021-12-09 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     645f87143ae24e6d1c4981c34be17ee6589506e5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  9 19:33:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec  9 19:46:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645f8714

dev-perl/Test-EOL: Remove old

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

 dev-perl/Test-EOL/Manifest              |  1 -
 dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Test-EOL/Manifest b/dev-perl/Test-EOL/Manifest
index 8606a41891b0..afe2ab2ff96e 100644
--- a/dev-perl/Test-EOL/Manifest
+++ b/dev-perl/Test-EOL/Manifest
@@ -1,2 +1 @@
-DIST Test-EOL-2.00.tar.gz 29987 BLAKE2B 505eb9a412f0da9a1de7f56cefa2ae076cfcf5adcb056634e5e163c19b1ebfb1fab0de48eb320f0bd0eb9e4638191f1ca943fec336863487ca80e47672c64dc3 SHA512 9f43b88c05915fe722307a313f9149837058e34c8310393e97418f1393f828c2d2f7c6a7537d9ca8caff1b07a19cb2600904319f753b1a76bca09e654637ede2
 DIST Test-EOL-2.02.tar.gz 32739 BLAKE2B f2f041ff282811b2be9e4e41fa2386b6e0a3668bfbde9a87f7c99ca80e99a693fd4e402087ea1dfc160ca921252cf6cc538d05c4155c67537708c0bc43ff7966 SHA512 03f3a60973fde1c0fb9532be957d981bad657fec4db1b77dca865011e1bf39dcbb91a8ee09cc692ab9b372a139371ba66b69c60ae582b687a6ec230fb58a9654

diff --git a/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild b/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
deleted file mode 100644
index 6c2be53ab191..000000000000
--- a/dev-perl/Test-EOL/Test-EOL-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=2.00
-
-inherit perl-module
-
-DESCRIPTION="Check the correct line endings in your project"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-File-Spec
-	virtual/perl-Test-Simple
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=virtual/perl-JSON-PP-2.273.0
-	test? (
-		>=virtual/perl-CPAN-Meta-2.120.900
-		virtual/perl-File-Temp
-	)
-"


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

end of thread, other threads:[~2021-12-09 19:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-19 18:39 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/ Matt Turner
  -- strict thread matches above, loose matches on Subject: below --
2021-12-09 19:46 Andreas K. Hüttel
2021-10-11  5:20 Sam James
2021-10-11  4:18 Sam James
2021-10-11  3:10 Sam James
2021-08-18 21:46 Andreas K. Hüttel
2020-04-15 15:40 Kent Fredric
2018-08-20  2:26 Mikle Kolyada
2017-09-18 16:50 Kent Fredric
2017-05-30  2:32 Kent Fredric
2015-11-12 10:27 Agostino Sarubbo
2015-11-12 10:25 Agostino Sarubbo
2015-11-09  4:48 Jeroen Roovers
2015-11-06 13:43 Agostino Sarubbo
2015-11-06 13:13 Patrice Clement
2015-11-06 13:13 Patrice Clement
2015-11-05 22:32 Patrice Clement

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