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

commit:     2f1f6254aa826e0b6681fb42223637a7e6402a18
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 12:51:15 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 12:54:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1f6254

dev-perl/Const-Fast: Remove old

Package-Manager: portage-2.2.26

 dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild
deleted file mode 100644
index d4033ed..0000000
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.014
-inherit perl-module
-
-DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-	dev-perl/Sub-Exporter
-	dev-perl/Sub-Exporter-Progressive
-"
-DEPEND="${RDEPEND}
-	test? (
-		>=dev-perl/Test-Exception-0.290.0
-	)
-"
-
-SRC_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
@ 2016-05-12 17:24 Markus Meier
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier @ 2016-05-12 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8b2dd4899ebb19e54a58895837ddc9935a6e39e6
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 17:24:22 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Thu May 12 17:24:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2dd489

dev-perl/Const-Fast: arm stable, bug #570270

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="arm"

 dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
index a560f89..596d3bc 100644
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
@ 2016-07-06 22:54 Andreas Hüttel
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2016-07-06 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     88558a14f7dc5be91fc817992e0e335ce9a08e88
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 22:49:13 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 22:49:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88558a14

dev-perl/Const-Fast: Remove old

Package-Manager: portage-2.3.0

 dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild | 27 ---------------------------
 dev-perl/Const-Fast/Manifest                 |  1 -
 2 files changed, 28 deletions(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild
deleted file mode 100644
index b520959..0000000
--- a/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.013
-inherit perl-module
-
-DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
-
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-	dev-perl/Sub-Exporter
-	dev-perl/Sub-Exporter-Progressive
-"
-DEPEND="${RDEPEND}
-	test? (
-		>=dev-perl/Test-Exception-0.290.0
-	)
-"
-
-SRC_TEST=do

diff --git a/dev-perl/Const-Fast/Manifest b/dev-perl/Const-Fast/Manifest
index 2b3ae77..e0f6ea1 100644
--- a/dev-perl/Const-Fast/Manifest
+++ b/dev-perl/Const-Fast/Manifest
@@ -1,2 +1 @@
-DIST Const-Fast-0.013.tar.gz 13165 SHA256 8579039ece718d816c0bb85e6ba2d7a23fd9f6d47ac56772022184c06cdac78a SHA512 af0a4f7fd23c21794451fb6e08fa214063ce880e2b12334f48c766d0881ad1f59ffb3c4d0ba683437dd2b6e0d03a616ef225792a1da5a3a90b7fa489c89a6477 WHIRLPOOL b204f116294a13d42417d9f59181dad9d52fa7358bb8e4be7b0d28067f85d231a423a001deda2fad409cf736e0cef6060cad1fbc84dc79ede9908cf552d23d8b
 DIST Const-Fast-0.014.tar.gz 12886 SHA256 f805953a08c57846a16a4d85d7b766398afaf7c36c1465fcb1dea09e5fa394db SHA512 89258205fe31aa5a60759ed955e6dae305de69f4bc08251242a82eec9e37251b045908585c470106ed9047f604d3292eb3231c80504b29734966b58b8402a929 WHIRLPOOL 07881da00d1f27cb7f7da38a0cfd1dc4912894e519a9badfa13d69a2e75ed55737e483fb3da5fa2fb5cfa1e98cb3a01d51c9e71ec5f67fc8da9f99ed8e6e0abd


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
@ 2020-06-28 14:37 Kent Fredric
  0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-06-28 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e7cfff10f6cfcad1643a2a834b3d569311716241
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 28 14:37:02 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 28 14:37:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cfff10

dev-perl/Const-Fast: -r bump for EAPI7

- EAPI7
- Remove unneeded variable assignments

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

 dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild | 33 +++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
new file mode 100644
index 00000000000..27a9d59ba25
--- /dev/null
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.014
+inherit perl-module
+
+DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Scalar-List-Utils
+	virtual/perl-Storable
+	>=dev-perl/Sub-Exporter-Progressive-0.1.7
+"
+DEPEND="
+	dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.21.0
+	test? (
+		virtual/perl-Data-Dumper
+		virtual/perl-File-Temp
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
@ 2021-02-25  4:13 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-25  4:13 UTC (permalink / raw
  To: gentoo-commits

commit:     44d52d7a44fe6050626774e35a29fda3a00d04f1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 04:13:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 04:13:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d52d7a

dev-perl/Const-Fast: Stabilize 0.14.0-r2 arm, #770745

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

 dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
index 27a9d59ba25..2a1a2589382 100644
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
@ 2021-02-25  6:17 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-25  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cbb66d89529e962513f2d11a91297a311c99d740
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 06:17:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 06:17:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb66d89

dev-perl/Const-Fast: Stabilize 0.14.0-r2 ppc, #770745

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

 dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
index 2a1a2589382..1a4c332c216 100644
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
@ 2021-02-26  8:09 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2021-02-26  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e1db9b52e05483d4753ad6343bf9931ef718a3fe
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 08:08:32 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 08:09:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1db9b52

dev-perl/Const-Fast: x86 stable wrt bug #770745

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

 dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
index 1a4c332c216..9a3615f8a17 100644
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 arm ppc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
@ 2021-02-27 16:16 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-27 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d3fce54af836d9fd812e8087c98d11568c3b1bd4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 16:16:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 16:16:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fce54a

dev-perl/Const-Fast: Stabilize 0.14.0-r2 amd64, #770745

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

 dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
index 9a3615f8a17..afc7fc8289a 100644
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
+++ b/dev-perl/Const-Fast/Const-Fast-0.14.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/
@ 2021-02-27 16:54 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-02-27 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e22aa8aa743235d01a10254de08615ae5f6bc0ea
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 27 16:24:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 16:53:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22aa8aa

dev-perl/Const-Fast: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild | 33 -------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild b/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
deleted file mode 100644
index f757818249a..00000000000
--- a/dev-perl/Const-Fast/Const-Fast-0.14.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=LEONT
-MODULE_VERSION=0.014
-inherit perl-module
-
-DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes"
-
-SLOT="0"
-KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Scalar-List-Utils
-	virtual/perl-Storable
-	>=dev-perl/Sub-Exporter-Progressive-0.1.7
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-Tiny-0.21.0
-	test? (
-		virtual/perl-Data-Dumper
-		virtual/perl-File-Temp
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"
-
-SRC_TEST=do
-mytargets="install"


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

end of thread, other threads:[~2021-02-27 16:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-06 22:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Const-Fast/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-02-27 16:54 Sam James
2021-02-27 16:16 Sam James
2021-02-26  8:09 Agostino Sarubbo
2021-02-25  6:17 Sam James
2021-02-25  4:13 Sam James
2020-06-28 14:37 Kent Fredric
2016-05-12 17:24 Markus Meier
2015-12-30 12:54 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