[gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/

2022-12-10 Thread Arthur Zamarin
commit: db6f0cff9766095e61761f9a2957bb16570acc2c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 18:34:12 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 18:34:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6f0cff

dev-perl/Switch: Stabilize 2.170.0-r1 arm64, #885325

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Switch/Switch-2.170.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Switch/Switch-2.170.0-r1.ebuild 
b/dev-perl/Switch/Switch-2.170.0-r1.ebuild
index 4a36146c21ee..974c437074cd 100644
--- a/dev-perl/Switch/Switch-2.170.0-r1.ebuild
+++ b/dev-perl/Switch/Switch-2.170.0-r1.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="A switch statement for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/

2022-03-09 Thread Yixun Lan
commit: 8241f7f717d882a31a9176d768f0fb747ab7539a
Author: Yixun Lan  gentoo  org>
AuthorDate: Wed Mar  9 03:51:40 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Mar  9 12:58:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8241f7f7

dev-perl/Switch: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/Switch/Switch-2.170.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Switch/Switch-2.170.0-r1.ebuild 
b/dev-perl/Switch/Switch-2.170.0-r1.ebuild
index a583bfea4fa1..4a36146c21ee 100644
--- a/dev-perl/Switch/Switch-2.170.0-r1.ebuild
+++ b/dev-perl/Switch/Switch-2.170.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,4 +10,4 @@ inherit perl-module
 DESCRIPTION="A switch statement for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/

2021-08-11 Thread Andreas K. Hüttel
commit: 9155e4b26ce28c1aed91ed0a58cea2c6a1c20ddf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Aug 11 21:09:42 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Wed Aug 11 21:25:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9155e4b2

dev-perl/Switch: EAPI=8 bump

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

 dev-perl/Switch/Switch-2.170.0-r1.ebuild | 13 +
 dev-perl/Switch/Switch-2.170.0.ebuild| 18 --
 2 files changed, 13 insertions(+), 18 deletions(-)

diff --git a/dev-perl/Switch/Switch-2.170.0-r1.ebuild 
b/dev-perl/Switch/Switch-2.170.0-r1.ebuild
new file mode 100644
index 000..a583bfea4fa
--- /dev/null
+++ b/dev-perl/Switch/Switch-2.170.0-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHORNY
+DIST_VERSION=2.17
+inherit perl-module
+
+DESCRIPTION="A switch statement for Perl"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux"

diff --git a/dev-perl/Switch/Switch-2.170.0.ebuild 
b/dev-perl/Switch/Switch-2.170.0.ebuild
deleted file mode 100644
index a400137929c..000
--- a/dev-perl/Switch/Switch-2.170.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CHORNY
-MODULE_VERSION=2.17
-inherit perl-module
-
-DESCRIPTION="A switch statement for Perl"
-#SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch;
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux"
-IUSE=""
-
-SRC_TEST="do"
-#PATCHES=( "${DISTDIR}"/Switch-2.16-rt60380.patch )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/

2020-05-12 Thread Mart Raudsepp
commit: d3c36bf74d6fc3f0338c466aa0667491cfaa606a
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue May 12 17:23:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue May 12 17:49:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3c36bf7

dev-perl/Switch: arm64 keyworded (bug #685400)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-perl/Switch/Switch-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Switch/Switch-2.170.0.ebuild 
b/dev-perl/Switch/Switch-2.170.0.ebuild
index e5ece70ca09..1c3a6b66df1 100644
--- a/dev-perl/Switch/Switch-2.170.0.ebuild
+++ b/dev-perl/Switch/Switch-2.170.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A switch statement for Perl"
 #SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch;
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux"
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/

2018-03-08 Thread Markus Meier
commit: e8c615378006ab2dc5515b5361f5ec7c7e8dcf8b
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Mar  8 20:00:53 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Mar  8 20:00:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c61537

dev-perl/Switch: arm stable, bug #647240

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 dev-perl/Switch/Switch-2.170.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Switch/Switch-2.170.0.ebuild 
b/dev-perl/Switch/Switch-2.170.0.ebuild
index dfd034f085b..c85c17936ee 100644
--- a/dev-perl/Switch/Switch-2.170.0.ebuild
+++ b/dev-perl/Switch/Switch-2.170.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="A switch statement for Perl"
 #SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch;
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux"
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/

2016-06-01 Thread Andreas Hüttel
commit: 757bf764d42106d7643dd17c8bb1cb076e635499
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun  1 21:41:35 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jun  1 21:47:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757bf764

dev-perl/Switch: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Switch/Manifest |  2 --
 dev-perl/Switch/Switch-2.160.0-r1.ebuild | 19 ---
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/Switch/Manifest b/dev-perl/Switch/Manifest
index aa0f7c0..3860d06 100644
--- a/dev-perl/Switch/Manifest
+++ b/dev-perl/Switch/Manifest
@@ -1,3 +1 @@
-DIST Switch-2.16-rt60380.patch 577 SHA256 
7a60421267c6ab17463dda884fe46b3a2ccdc3e65d864bcb06f5577fddb63e76 SHA512 
a67fcf396744bc268c31df543da32c7ee0a78455ce3c430b84bcc1c3feea0ee1cc934a52f67d701a60358dac297c3182a09478b65daf3b898715141da1a57713
 WHIRLPOOL 
fad351d9321f4e04387a858c087b84f8541595ec239518642b6f44422f9f997b8d9e716c89876c7c095b8bff90008cc8e8989e74d837df380f8adf6c12cd88f1
-DIST Switch-2.16.tar.gz 13185 SHA256 
308c8f27f295906778186f14c6291923905730b46ba879c3a68fff81c37df9d8 SHA512 
614916c3b813c5cc279e592778d24b4213218acbb94fb842b99969475d356f44f451d0ad7fd18b28899a38bdb070e491d32e22c7ee87bc45668606b9cb413f88
 WHIRLPOOL 
dcbdf7f8abde45a8ca39519cf5878c7d3d481653aa3efa239828ca55fe7584816f4c0f479577bd18007327dbacf6cad84efde1a3a0f28644a3514e08b1f608eb
 DIST Switch-2.17.tar.gz 14490 SHA256 
31354975140fe6235ac130a109496491ad33dd42f9c62189e23f49f75f936d75 SHA512 
8faf3585c7b8a0552c7de7fad7b0ab89a8c3f3d55cb090d5656ae0925f8d328d9b466bd5bcbca76eaeaf56eceab11654137ba8a9bb03f79b91f00338ab2483ab
 WHIRLPOOL 
38743250921053fee7d44dd409087b7c2b437708849e6d029d5aeda371baab423e8f20c98cf2231103b60129e0fe0ec03e9507f3e81b0a0987a8ef2edf97dad3

diff --git a/dev-perl/Switch/Switch-2.160.0-r1.ebuild 
b/dev-perl/Switch/Switch-2.160.0-r1.ebuild
deleted file mode 100644
index c24f870..000
--- a/dev-perl/Switch/Switch-2.160.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RGARCIA
-MODULE_VERSION=2.16
-inherit perl-module
-
-DESCRIPTION="A switch statement for Perl"
-SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch;
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux"
-IUSE=""
-
-SRC_TEST="do"
-PATCHES=( "${DISTDIR}"/Switch-2.16-rt60380.patch )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/

2016-06-01 Thread Andreas Hüttel
commit: d8982664418cbb681eb7821c5bdff05795dbda5d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Jun  1 21:41:05 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Jun  1 21:47:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8982664

dev-perl/Switch: Stable for remaining arches (ALLARCHES), bug 582176

Package-Manager: portage-2.3.0_rc1

 dev-perl/Switch/Switch-2.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Switch/Switch-2.170.0.ebuild 
b/dev-perl/Switch/Switch-2.170.0.ebuild
index c96a374..7359c0e 100644
--- a/dev-perl/Switch/Switch-2.170.0.ebuild
+++ b/dev-perl/Switch/Switch-2.170.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="A switch statement for Perl"
 #SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch;
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux"
 IUSE=""
 
 SRC_TEST="do"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Switch/

2016-05-31 Thread Tobias Klausmann
commit: 8acfd9622a10b4a0f00d8e57a3bb3c0341af1f2f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May 31 19:19:17 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May 31 19:19:34 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8acfd962

dev-perl/Switch-2.170.0-r0: add alpha keyword

Gentoo-Bug: 582176

Package-Manager: portage-2.3.0_rc1

 dev-perl/Switch/Switch-2.170.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Switch/Switch-2.170.0.ebuild 
b/dev-perl/Switch/Switch-2.170.0.ebuild
index e394cbe..c96a374 100644
--- a/dev-perl/Switch/Switch-2.170.0.ebuild
+++ b/dev-perl/Switch/Switch-2.170.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ DESCRIPTION="A switch statement for Perl"
 #SRC_URI+=" 
https://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch;
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux"
 IUSE=""
 
 SRC_TEST="do"