* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/
@ 2018-10-15 16:05 Fabian Groffen
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen @ 2018-10-15 16:05 UTC (permalink / raw
To: gentoo-commits
commit: a7790de7d47098168616fb33abf1259b45a06bd7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 15:50:37 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct 15 16:05:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7790de7
dev-perl/Array-RefElem: 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/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild
index 6080c4b9b4e..531eccdb2c8 100644
--- a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild
+++ b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Set up array elements as aliases"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
SRC_TEST="do"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/
@ 2020-04-29 8:44 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2020-04-29 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 4c62235d1c2a4ae7cf585575e6a2d412375b1110
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 29 08:26:02 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 29 08:44:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c62235d
dev-perl/Array-RefElem: -r bump for EAPI7
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Array-RefElem/Array-RefElem-1.0.0-r2.ebuild | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r2.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r2.ebuild
new file mode 100644
index 00000000000..7e674707555
--- /dev/null
+++ b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r2.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="Set up array elements as aliases"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/
@ 2020-07-03 0:07 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2020-07-03 0:07 UTC (permalink / raw
To: gentoo-commits
commit: 301c0545366524bb391f6d31a45f9714e08c3df4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 23:21:57 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 23:57:17 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301c0545
dev-perl/Array-RefElem: -r bump for CFLAGS love
- Ensure CFLAGS get passed to make/compile
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Array-RefElem/Array-RefElem-1.0.0-r3.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r3.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r3.ebuild
new file mode 100644
index 00000000000..9d34f825c02
--- /dev/null
+++ b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="Set up array elements as aliases"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/
@ 2020-10-03 5:23 Kent Fredric
0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2020-10-03 5:23 UTC (permalink / raw
To: gentoo-commits
commit: b60b27c3536b02c438e0d89b707782d29e001e35
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 05:04:35 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 05:22:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60b27c3
dev-perl/Array-RefElem: Cleanup old 1.0.0-r1
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild
deleted file mode 100644
index 217f9136307..00000000000
--- a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=GAAS
-MODULE_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION="Set up array elements as aliases"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/
@ 2024-05-22 2:55 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-05-22 2:55 UTC (permalink / raw
To: gentoo-commits
commit: d21b6ba643211d64690c66a22f89d51989990d2f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 02:41:20 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 02:41:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21b6ba6
dev-perl/Array-RefElem: EAPI 8, rely on eclass impls
This covers more variables/args, etc.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
new file mode 100644
index 000000000000..0ad14fd84c9b
--- /dev/null
+++ b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=GAAS
+DIST_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION="Set up array elements as aliases"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/
@ 2024-06-25 3:58 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-25 3:58 UTC (permalink / raw
To: gentoo-commits
commit: 17b1e18ae4effb621760520d7a27d37275ced319
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 03:58:23 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 03:58:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b1e18a
dev-perl/Array-RefElem: Stabilize 1.0.0-r4 amd64, #934841
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
index 0ad14fd84c9b..08e81a2d34c0 100644
--- a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
+++ b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
DESCRIPTION="Set up array elements as aliases"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/
@ 2024-06-25 4:07 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-25 4:07 UTC (permalink / raw
To: gentoo-commits
commit: fbbbd02c430806075c971dadf028bd4964da3dd3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:06:06 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:06:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbbd02c
dev-perl/Array-RefElem: Stabilize 1.0.0-r4 x86, #934841
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
index 08e81a2d34c0..6fc30c81e8c7 100644
--- a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
+++ b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
DESCRIPTION="Set up array elements as aliases"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/
@ 2024-06-25 4:10 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-25 4:10 UTC (permalink / raw
To: gentoo-commits
commit: b9ec906a442cadec9ad814103a9fe97ecf8afc0d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 04:09:33 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 04:09:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ec906a
dev-perl/Array-RefElem: Stabilize 1.0.0-r4 sparc, #934841
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
index 6fc30c81e8c7..e53b1598acbf 100644
--- a/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
+++ b/dev-perl/Array-RefElem/Array-RefElem-1.0.0-r4.ebuild
@@ -10,4 +10,4 @@ inherit perl-module
DESCRIPTION="Set up array elements as aliases"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-06-25 4:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-25 4:07 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Array-RefElem/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-25 4:10 Sam James
2024-06-25 3:58 Sam James
2024-05-22 2:55 Sam James
2020-10-03 5:23 Kent Fredric
2020-07-03 0:07 Kent Fredric
2020-04-29 8:44 Kent Fredric
2018-10-15 16:05 Fabian Groffen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox