* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2017-06-04 9:05 Kent Fredric
0 siblings, 0 replies; 26+ messages in thread
From: Kent Fredric @ 2017-06-04 9:05 UTC (permalink / raw
To: gentoo-commits
commit: 11c97fdb655e366e4f496fd71ac6594da142b73b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 4 08:40:05 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 4 09:04:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c97fdb
dev-perl/Type-Tie: Add w/ version 0.9.0
Required by newer Type::Tiny
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-perl/Type-Tie/Manifest | 1 +
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 28 ++++++++++++++++++++++++++++
dev-perl/Type-Tie/metadata.xml | 16 ++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-perl/Type-Tie/Manifest b/dev-perl/Type-Tie/Manifest
new file mode 100644
index 00000000000..0773a1f4a3e
--- /dev/null
+++ b/dev-perl/Type-Tie/Manifest
@@ -0,0 +1 @@
+DIST Type-Tie-0.009.tar.gz 18579 SHA256 565d9ec0a7f93095d5e68a8794a25c0b27e292007e04fdb77793f477da1463f3 SHA512 2c416cd22d1d4a7ec902470d0801d479a54f312d456982e51671ba7391d127297471f0f753df5cafef4b6e01c983cd9f8f69c99f03f571aad5c89036c642a6c6 WHIRLPOOL cf545fc739976646f843e5b6fcadce3cd269da2741fe748da9f9573a604a163cccd7027d4b67ba136ee3620101fa6896ed6e41344031e87706400028e6351500
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
new file mode 100644
index 00000000000..1d354fa20d6
--- /dev/null
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.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=TOBYINK
+DIST_VERSION=0.009
+inherit perl-module
+
+DESCRIPTION="Tie a variable to a type constraint"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test minimal"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/Hash-FieldHash
+ )
+ >=dev-perl/Exporter-Tiny-0.26.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? (
+ dev-perl/Test-Fatal
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/Type-Tie/metadata.xml b/dev-perl/Type-Tie/metadata.xml
new file mode 100644
index 00000000000..93509246583
--- /dev/null
+++ b/dev-perl/Type-Tie/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Type-Tie</remote-id>
+ <remote-id type="cpan-module">Type::Tie</remote-id>
+ <remote-id type="cpan-module">Type::Tie::ARRAY</remote-id>
+ <remote-id type="cpan-module">Type::Tie::BASE</remote-id>
+ <remote-id type="cpan-module">Type::Tie::HASH</remote-id>
+ <remote-id type="cpan-module">Type::Tie::SCALAR</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2017-08-05 19:17 Sergei Trofimovich
0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2017-08-05 19:17 UTC (permalink / raw
To: gentoo-commits
commit: a1714788a4adc86b707de5c6b8d58b0a7662870d
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 19:16:55 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 19:16:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1714788
dev-perl/Type-Tie: keyworded 0.9.0 for ppc, bug #620768
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 1d354fa20d6..fc44f9a36da 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2018-03-21 4:55 Matt Turner
0 siblings, 0 replies; 26+ messages in thread
From: Matt Turner @ 2018-03-21 4:55 UTC (permalink / raw
To: gentoo-commits
commit: de9c206fcc4da6da08e20eea30a4769f95d26ad8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 04:51:39 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 04:51:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9c206f
dev-perl/Type-Tie-0.9.0: added ~hppa, bug 620768
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index fc44f9a36da..172a8b9f5b0 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="test minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2018-08-18 22:15 Thomas Deutschmann
0 siblings, 0 replies; 26+ messages in thread
From: Thomas Deutschmann @ 2018-08-18 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 5d70ef1da777b714c9547739657080ba318767d4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 21:58:10 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 22:14:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d70ef1d
dev-perl/Type-Tie: x86 stable (bug #663934)
Package-Manager: Portage-2.3.46, Repoman-2.3.10
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 172a8b9f5b0..6826884944f 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc x86"
IUSE="test minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2018-08-19 18:45 Matt Turner
0 siblings, 0 replies; 26+ messages in thread
From: Matt Turner @ 2018-08-19 18:45 UTC (permalink / raw
To: gentoo-commits
commit: 069e3780c4ab1f61654b90815012424dab3b4468
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 19 18:45:13 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 19 18:45:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=069e3780
dev-perl/Type-Tie-0.9.0: ppc stable, bug 663934
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 6826884944f..8c22d918d16 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc x86"
+KEYWORDS="~amd64 ~hppa ppc x86"
IUSE="test minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2018-08-20 2:26 Mikle Kolyada
0 siblings, 0 replies; 26+ messages in thread
From: Mikle Kolyada @ 2018-08-20 2:26 UTC (permalink / raw
To: gentoo-commits
commit: 2be12778461cf0c2767a30f9389cec23d1c2f135
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 20 02:22:39 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Aug 20 02:26:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2be12778
dev-perl/Type-Tie: amd64 stable wrt bug #663934
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 8c22d918d16..82d64c7081a 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc x86"
+KEYWORDS="amd64 ~hppa ppc x86"
IUSE="test minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2018-08-25 18:08 Sergei Trofimovich
0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2018-08-25 18:08 UTC (permalink / raw
To: gentoo-commits
commit: fd66750e93ec44bc9ecf866139983017bb5643f2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 25 18:08:02 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 25 18:08:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd66750e
dev-perl/Type-Tie: stable 0.9.0 for hppa, bug #663934
Package-Manager: Portage-2.3.48, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 82d64c7081a..bda44282cd7 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86"
+KEYWORDS="amd64 hppa ppc x86"
IUSE="test minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2018-10-27 15:19 Fabian Groffen
0 siblings, 0 replies; 26+ messages in thread
From: Fabian Groffen @ 2018-10-27 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 6475c2d102eb8038cb49f7c3a86f99199b0d49a8
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 14:52:48 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 14:52:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6475c2d1
dev-perl/Type-Tie: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index bda44282cd7..2f81de871b1 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 hppa ppc x86"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2020-07-20 20:45 Kent Fredric
0 siblings, 0 replies; 26+ messages in thread
From: Kent Fredric @ 2020-07-20 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 82c0fd45bba752b860a7758d4317628846f00a62
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 20:41:28 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 20:44:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c0fd45
dev-perl/Type-Tie: Drop various prefixes re bug #673504
Depends:
- dev-perl/Test-Requires
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 780d6786208..b7c05d2a4b6 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2020-09-07 12:00 Yixun Lan
0 siblings, 0 replies; 26+ messages in thread
From: Yixun Lan @ 2020-09-07 12:00 UTC (permalink / raw
To: gentoo-commits
commit: d0807df7d62b068bd3611a602dda7cb233d45283
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 11:42:39 2020 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 11:42:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0807df7
dev-perl/Type-Tie: keyword riscv
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index b7c05d2a4b6..bb057431545 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 hppa ppc ~riscv x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2020-12-27 16:19 Fabian Groffen
0 siblings, 0 replies; 26+ messages in thread
From: Fabian Groffen @ 2020-12-27 16:19 UTC (permalink / raw
To: gentoo-commits
commit: 0be79539517114e151d2f7d3e876e49c0e50679c
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 16:11:35 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 16:19:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be79539
dev-perl/Type-Tie: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index bb057431545..44fc0610132 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 hppa ppc ~riscv x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="amd64 hppa ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-05-11 18:41 Sergei Trofimovich
0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2021-05-11 18:41 UTC (permalink / raw
To: gentoo-commits
commit: cd7a735cd35d647d10d9867ee0d9f93b62385642
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 18:41:04 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May 11 18:41:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7a735c
dev-perl/Type-Tie: keyworded 0.9.0 for ia64
keyworded wrt bug #788778
Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index cdfc4505ce4..31e83edd13c 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-05-13 13:19 Sergei Trofimovich
0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2021-05-13 13:19 UTC (permalink / raw
To: gentoo-commits
commit: 8618615a0e989fe458146109795ab953ea7ee0bb
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu May 13 10:47:47 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 13 13:18:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8618615a
dev-perl/Type-Tie: keyworded 0.9.0 for sparc, bug #788778
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 31e83edd13c..237bfb9bb13 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-05-15 1:55 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-05-15 1:55 UTC (permalink / raw
To: gentoo-commits
commit: 9db80a5268a1f26db590580df0beb2eeebf7c33b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 01:54:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 15 01:54:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db80a52
dev-perl/Type-Tie: Keyword 0.9.0 arm64, #788778
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 237bfb9bb13..b591893950f 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-05-16 0:13 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-05-16 0:13 UTC (permalink / raw
To: gentoo-commits
commit: 52d644c2231d8cb690f86f9e773c8553fa71a3bf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 00:10:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 00:10:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d644c2
dev-perl/Type-Tie: Keyword 0.9.0 ppc64, #788778
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index b591893950f..b239b9ab973 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-05-25 0:19 Joshua Kinard
0 siblings, 0 replies; 26+ messages in thread
From: Joshua Kinard @ 2021-05-25 0:19 UTC (permalink / raw
To: gentoo-commits
commit: f84bbbf1077d652f22c7772b3ba1658e027d70d1
Author: Joshua Kinard <kumba <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 00:04:45 2021 +0000
Commit: Joshua Kinard <kumba <AT> gentoo <DOT> org>
CommitDate: Tue May 25 00:04:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84bbbf1
dev-perl/Type-Tie: Added ~mips to KEYWORDS
Bug: https://bugs.gentoo.org/788778
Signed-off-by: Joshua Kinard <kumba <AT> gentoo.org>
Package-Manager: Portage-3.0.19, Repoman-3.0.3
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index b239b9ab973..06b8e0aea91 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-08-04 10:23 Sergei Trofimovich
0 siblings, 0 replies; 26+ messages in thread
From: Sergei Trofimovich @ 2021-08-04 10:23 UTC (permalink / raw
To: gentoo-commits
commit: d4dae1271da1515532ae10a13bea21c82a9ea263
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Aug 4 09:47:02 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 10:23:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4dae127
dev-perl/Type-Tie: stable 0.9.0 for sparc, bug #804738
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
index 546b963ca96..cf0dfaab33c 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="test minimal"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-09-30 20:32 Andreas K. Hüttel
0 siblings, 0 replies; 26+ messages in thread
From: Andreas K. Hüttel @ 2021-09-30 20:32 UTC (permalink / raw
To: gentoo-commits
commit: a5b553884d8c0ba743d27e885ff0d6cb878fd6de
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 30 20:00:30 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Sep 30 20:32:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b55388
dev-perl/Type-Tie: Version bump 0.015
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Type-Tie/Manifest | 1 +
dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-perl/Type-Tie/Manifest b/dev-perl/Type-Tie/Manifest
index 0d82ffcf2ed..ab03fff4f16 100644
--- a/dev-perl/Type-Tie/Manifest
+++ b/dev-perl/Type-Tie/Manifest
@@ -1 +1,2 @@
DIST Type-Tie-0.009.tar.gz 18579 BLAKE2B dc3d8c6b2fa753f14654dc92d8f662c1fbb242f8989b5ae6e1a32b4145bd7ebdd01fd7fcb11f81b4a966f32dd340deb4de0af72ae008fa4bdb13461c0255b0b2 SHA512 2c416cd22d1d4a7ec902470d0801d479a54f312d456982e51671ba7391d127297471f0f753df5cafef4b6e01c983cd9f8f69c99f03f571aad5c89036c642a6c6
+DIST Type-Tie-0.015.tar.gz 31402 BLAKE2B bcf63c60bd2ddcb56eea2ef67f7ae1f0c18b2d7108698bc18698869df5176b3fb1f72daa3e80a434cd4ba0cc4f1ab1e166d0f9fc85f8a8bbef3bf2a26d99d3ba SHA512 3772796ef7a1f5ce0dd9153f061aebdf5097f019b701c217bc296752d304e603b9e97785c02a55a91c18c68d3794a7e2b3f8515c92e7a2022fca628bac99d342
diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
new file mode 100644
index 00000000000..9af258dbd32
--- /dev/null
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOBYINK
+DIST_VERSION=0.015
+inherit perl-module
+
+DESCRIPTION="Tie a variable to a type constraint"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="minimal"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/Hash-FieldHash
+ )
+ >=dev-perl/Exporter-Tiny-0.26.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? (
+ dev-perl/Test-Fatal
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-11-15 4:31 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-11-15 4:31 UTC (permalink / raw
To: gentoo-commits
commit: 751c5c572c0cffceb32e6dfa26cc84888962de4f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 15 04:31:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 15 04:31:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751c5c57
dev-perl/Type-Tie: Keyword 0.15.0 arm, #820548
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
index 9af258dbd325..91cc143515d2 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-11-19 11:36 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-11-19 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 834d25aa90450661674ecc8d1fadc4b24748368a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 11:35:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 11:35:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834d25aa
dev-perl/Type-Tie: Keyword 0.15.0 s390, #820548
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
index e2657ff0db95..50314c906b2d 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-12-11 5:03 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-12-11 5:03 UTC (permalink / raw
To: gentoo-commits
commit: c92fcc76a2a0c603a046c2610f71bd25fdb1f442
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 05:03:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 05:03:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92fcc76
dev-perl/Type-Tie: Stabilize 0.15.0 ppc, #828882
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
index fa419553dbb4..6637df0b791d 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-12-11 5:03 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-12-11 5:03 UTC (permalink / raw
To: gentoo-commits
commit: e30e1fb1c76d9206e32b3f69855e4fc7348dc39f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 05:03:25 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 05:03:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e30e1fb1
dev-perl/Type-Tie: Stabilize 0.15.0 amd64, #828882
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
index bdaee1c2d3e3..bef574d99fe7 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-12-11 5:03 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-12-11 5:03 UTC (permalink / raw
To: gentoo-commits
commit: 1a136feb0fd2ba083758b9e6949cf8174cb3b3b3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 05:03:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 05:03:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a136feb
dev-perl/Type-Tie: Stabilize 0.15.0 ppc64, #828882
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
index 6637df0b791d..bdaee1c2d3e3 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-12-11 12:45 Jakov Smolić
0 siblings, 0 replies; 26+ messages in thread
From: Jakov Smolić @ 2021-12-11 12:45 UTC (permalink / raw
To: gentoo-commits
commit: cda28f7a57aa187eb144a912a23840aa7b44e282
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 12:45:21 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 12:45:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda28f7a
dev-perl/Type-Tie: Stabilize 0.15.0 x86, #828882
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
index bef574d99fe7..efa771bae0bb 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2021-12-11 18:21 Agostino Sarubbo
0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2021-12-11 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 647a2f1c0f8e62d6c130937ef2c6113f4012c293
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 18:21:35 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 18:21:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647a2f1c
dev-perl/Type-Tie: sparc stable wrt bug #828882
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
index efa771bae0bb..2b3bccbb20bb 100644
--- a/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
+++ b/dev-perl/Type-Tie/Type-Tie-0.15.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Tie a variable to a type constraint"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/
@ 2022-06-29 11:09 Sam James
0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2022-06-29 11:09 UTC (permalink / raw
To: gentoo-commits
commit: 4b7629316dd6b9a970e1c91558815c456f794841
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 10:43:45 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 11:09:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b762931
dev-perl/Type-Tie: drop 0.9.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Type-Tie/Manifest | 1 -
dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild | 29 -----------------------------
2 files changed, 30 deletions(-)
diff --git a/dev-perl/Type-Tie/Manifest b/dev-perl/Type-Tie/Manifest
index ab03fff4f163..e138236a3899 100644
--- a/dev-perl/Type-Tie/Manifest
+++ b/dev-perl/Type-Tie/Manifest
@@ -1,2 +1 @@
-DIST Type-Tie-0.009.tar.gz 18579 BLAKE2B dc3d8c6b2fa753f14654dc92d8f662c1fbb242f8989b5ae6e1a32b4145bd7ebdd01fd7fcb11f81b4a966f32dd340deb4de0af72ae008fa4bdb13461c0255b0b2 SHA512 2c416cd22d1d4a7ec902470d0801d479a54f312d456982e51671ba7391d127297471f0f753df5cafef4b6e01c983cd9f8f69c99f03f571aad5c89036c642a6c6
DIST Type-Tie-0.015.tar.gz 31402 BLAKE2B bcf63c60bd2ddcb56eea2ef67f7ae1f0c18b2d7108698bc18698869df5176b3fb1f72daa3e80a434cd4ba0cc4f1ab1e166d0f9fc85f8a8bbef3bf2a26d99d3ba SHA512 3772796ef7a1f5ce0dd9153f061aebdf5097f019b701c217bc296752d304e603b9e97785c02a55a91c18c68d3794a7e2b3f8515c92e7a2022fca628bac99d342
diff --git a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild b/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
deleted file mode 100644
index 87687b424284..000000000000
--- a/dev-perl/Type-Tie/Type-Tie-0.9.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TOBYINK
-DIST_VERSION=0.009
-inherit perl-module
-
-DESCRIPTION="Tie a variable to a type constraint"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !minimal? (
- dev-perl/Hash-FieldHash
- )
- >=dev-perl/Exporter-Tiny-0.26.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.170.0
- test? (
- dev-perl/Test-Fatal
- dev-perl/Test-Requires
- >=virtual/perl-Test-Simple-0.960.0
- )
-"
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2022-06-29 11:09 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-18 22:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tie/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2022-06-29 11:09 Sam James
2021-12-11 18:21 Agostino Sarubbo
2021-12-11 12:45 Jakov Smolić
2021-12-11 5:03 Sam James
2021-12-11 5:03 Sam James
2021-12-11 5:03 Sam James
2021-11-19 11:36 Sam James
2021-11-15 4:31 Sam James
2021-09-30 20:32 Andreas K. Hüttel
2021-08-04 10:23 Sergei Trofimovich
2021-05-25 0:19 Joshua Kinard
2021-05-16 0:13 Sam James
2021-05-15 1:55 Sam James
2021-05-13 13:19 Sergei Trofimovich
2021-05-11 18:41 Sergei Trofimovich
2020-12-27 16:19 Fabian Groffen
2020-09-07 12:00 Yixun Lan
2020-07-20 20:45 Kent Fredric
2018-10-27 15:19 Fabian Groffen
2018-08-25 18:08 Sergei Trofimovich
2018-08-20 2:26 Mikle Kolyada
2018-08-19 18:45 Matt Turner
2018-03-21 4:55 Matt Turner
2017-08-05 19:17 Sergei Trofimovich
2017-06-04 9:05 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox