* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2018-11-03 19:37 Kent Fredric
0 siblings, 0 replies; 13+ messages in thread
From: Kent Fredric @ 2018-11-03 19:37 UTC (permalink / raw
To: gentoo-commits
commit: cae7f6d628cea45806cca6320f3d1dd68dd71968
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 3 16:12:21 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov 3 19:36:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae7f6d6
dev-perl/Gtk3: Add w/ version 0.34.0 re bug #650132
Previously maintained in ::perl-experimental by Torsten Veller
and myself.
Hybridized from that package with contributions by Chris Mayo
Closes: https://bugs.gentoo.org/650132
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.34.0.ebuild | 31 +++++++++++++++++++++++++++++++
dev-perl/Gtk3/Manifest | 1 +
dev-perl/Gtk3/metadata.xml | 13 +++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-perl/Gtk3/Gtk3-0.34.0.ebuild b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
new file mode 100644
index 00000000000..db33ceb5813
--- /dev/null
+++ b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.034
+inherit perl-module virtualx
+
+DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ x11-libs/gtk+:3[introspection]
+ >=dev-perl/Cairo-GObject-1.0.0
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ >=dev-perl/Glib-Object-Introspection-0.43.0
+
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.30
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
+src_test() {
+ virtx perl-module_src_test
+}
diff --git a/dev-perl/Gtk3/Manifest b/dev-perl/Gtk3/Manifest
new file mode 100644
index 00000000000..cda0c858d21
--- /dev/null
+++ b/dev-perl/Gtk3/Manifest
@@ -0,0 +1 @@
+DIST Gtk3-0.034.tar.gz 56327 BLAKE2B 338e80954d210c79ece7db48cd421bbedab1ea9b005aa70425b42d794e226208349624c4484f0ab943ffb0ab1a1686dd5ae5d7f9c90157a272f4aa92a6c268b3 SHA512 2102a64091d288a7d89bdbfd9cd08b3a9ec5ac2c1276fdf49fb756c182223ba1951152d89bc0f448893d8401ca9f4db57c3d3a2271b3aa82eb1e9ff63cf3cf9e
diff --git a/dev-perl/Gtk3/metadata.xml b/dev-perl/Gtk3/metadata.xml
new file mode 100644
index 00000000000..3d11880270f
--- /dev/null
+++ b/dev-perl/Gtk3/metadata.xml
@@ -0,0 +1,13 @@
+<?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">Gtk3</remote-id>
+ <remote-id type="cpan-module">Gtk3</remote-id>
+ <remote-id type="cpan-module">Gtk3::Gdk::EventMask</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2019-04-10 3:58 Aaron Bauman
0 siblings, 0 replies; 13+ messages in thread
From: Aaron Bauman @ 2019-04-10 3:58 UTC (permalink / raw
To: gentoo-commits
commit: 8aa0bec160be3b235cf2a392b579e3dcf0036cfd
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 03:56:31 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 03:56:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa0bec1
dev-perl/Gtk3: amd64 stable wrt bug #682590
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-perl/Gtk3/Gtk3-0.34.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.34.0.ebuild b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
index db33ceb5813..a1fe153f352 100644
--- a/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2021-06-12 21:47 Andreas K. Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2021-06-12 21:47 UTC (permalink / raw
To: gentoo-commits
commit: 793fa7fbee78df1509964749f206a8f32cfa7481
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 21:11:59 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 21:46:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=793fa7fb
dev-perl/Gtk3: Version bump 0.038
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
dev-perl/Gtk3/Manifest | 1 +
2 files changed, 36 insertions(+)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
new file mode 100644
index 00000000000..fe4650b300c
--- /dev/null
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.038
+inherit perl-module virtualx
+
+DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ x11-libs/gtk+:3[introspection]
+ >=dev-perl/Cairo-GObject-1.0.0
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ >=dev-perl/Glib-Object-Introspection-0.43.0
+
+"
+DEPEND="${RDEPEND}
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.30
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
+
+src_test() {
+ virtx perl-module_src_test
+}
diff --git a/dev-perl/Gtk3/Manifest b/dev-perl/Gtk3/Manifest
index cda0c858d21..0ad5416c2b0 100644
--- a/dev-perl/Gtk3/Manifest
+++ b/dev-perl/Gtk3/Manifest
@@ -1 +1,2 @@
DIST Gtk3-0.034.tar.gz 56327 BLAKE2B 338e80954d210c79ece7db48cd421bbedab1ea9b005aa70425b42d794e226208349624c4484f0ab943ffb0ab1a1686dd5ae5d7f9c90157a272f4aa92a6c268b3 SHA512 2102a64091d288a7d89bdbfd9cd08b3a9ec5ac2c1276fdf49fb756c182223ba1951152d89bc0f448893d8401ca9f4db57c3d3a2271b3aa82eb1e9ff63cf3cf9e
+DIST Gtk3-0.038.tar.gz 57426 BLAKE2B 76e74320c9bfaa19bd71b58742037d4acb85920466d0af88c3a276f5e4bf2d34c94ee3b278d385914da498794086924de19f4ed1c280b6b0b793d15d5fb3ca27 SHA512 2289184a25deec342b9519028cc5ebb3a66137d7891366485e4b6a1ef52a4a28b5ba8083a317a56664d4ea6eb1bc0619477d1ca169baf79b868467fba27f82bf
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2021-08-02 3:22 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-08-02 3:22 UTC (permalink / raw
To: gentoo-commits
commit: 516ddca14a04511cd8f84693f27cb1c74b7de759
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 03:20:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 03:20:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516ddca1
dev-perl/Gtk3: Stabilize 0.38.0 amd64, #805830
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index fe4650b300c..87390c75029 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2021-08-03 12:00 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2021-08-03 12:00 UTC (permalink / raw
To: gentoo-commits
commit: ee33b2fb9436898ceedd5493e47293e5530a2ad2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 11:57:31 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 12:00:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee33b2fb
dev-perl/Gtk3: x86 stable wrt bug #805830
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index 87390c75029..0c515a15103 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2021-10-31 0:20 Andreas K. Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31 0:20 UTC (permalink / raw
To: gentoo-commits
commit: 4a1edb9940163afc46c39cf75729a65fc8f12da4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 00:19:15 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 00:20:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1edb99
dev-perl/Gtk3: 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/Gtk3/Gtk3-0.34.0.ebuild | 38 --------------------------------------
dev-perl/Gtk3/Manifest | 1 -
2 files changed, 39 deletions(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.34.0.ebuild b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
deleted file mode 100644
index c9e2ad0132c..00000000000
--- a/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=XAOC
-DIST_VERSION=0.034
-inherit perl-module virtualx
-
-DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- x11-libs/gtk+:3[introspection]
- >=dev-perl/Cairo-GObject-1.0.0
- virtual/perl-Carp
- virtual/perl-Exporter
- >=dev-perl/Glib-Object-Introspection-0.43.0
-
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.30
- test? (
- >=virtual/perl-Test-Simple-0.960.0
- )
-"
-
-PATCHES=(
- # Fixed in next version, bug #683046
- "${FILESDIR}"/${P}-gdk-pixbuf-test.patch
-)
-
-src_test() {
- virtx perl-module_src_test
-}
diff --git a/dev-perl/Gtk3/Manifest b/dev-perl/Gtk3/Manifest
index 0ad5416c2b0..f4526bbdd7d 100644
--- a/dev-perl/Gtk3/Manifest
+++ b/dev-perl/Gtk3/Manifest
@@ -1,2 +1 @@
-DIST Gtk3-0.034.tar.gz 56327 BLAKE2B 338e80954d210c79ece7db48cd421bbedab1ea9b005aa70425b42d794e226208349624c4484f0ab943ffb0ab1a1686dd5ae5d7f9c90157a272f4aa92a6c268b3 SHA512 2102a64091d288a7d89bdbfd9cd08b3a9ec5ac2c1276fdf49fb756c182223ba1951152d89bc0f448893d8401ca9f4db57c3d3a2271b3aa82eb1e9ff63cf3cf9e
DIST Gtk3-0.038.tar.gz 57426 BLAKE2B 76e74320c9bfaa19bd71b58742037d4acb85920466d0af88c3a276f5e4bf2d34c94ee3b278d385914da498794086924de19f4ed1c280b6b0b793d15d5fb3ca27 SHA512 2289184a25deec342b9519028cc5ebb3a66137d7891366485e4b6a1ef52a4a28b5ba8083a317a56664d4ea6eb1bc0619477d1ca169baf79b868467fba27f82bf
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2021-11-06 0:49 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-11-06 0:49 UTC (permalink / raw
To: gentoo-commits
commit: 58e72ee5da24b3356f39bb4db0a2a0091dbfee22
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 6 00:49:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 00:49:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e72ee5
dev-perl/Gtk3: Keyword 0.38.0 arm, #821997
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index a7bbb34415e..ba40d528b24 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2021-11-06 0:49 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-11-06 0:49 UTC (permalink / raw
To: gentoo-commits
commit: 7254bc7b4127f3f682579b891f64a98ceefb2458
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 6 00:49:00 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 6 00:49:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7254bc7b
dev-perl/Gtk3: Keyword 0.38.0 ppc, #821997
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index 0c515a15103..a7bbb34415e 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2021-11-17 8:30 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-11-17 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 025ad6cdce3ab4562c1985e8fcb15328b9eada4e
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Nov 17 08:28:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 08:30:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025ad6cd
dev-perl/Gtk3: keyworded 0.38.0 for hppa, bug #821997
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index ba40d528b245..e354d5f550aa 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2022-02-07 6:33 Sam James
0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2022-02-07 6:33 UTC (permalink / raw
To: gentoo-commits
commit: c4c5ce1ee0f30e6443d5179d920be11135b3c04a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 7 06:33:11 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 7 06:33:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c5ce1e
dev-perl/Gtk3: Keyword 0.38.0 arm64, #823161
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index e354d5f550aa..5c6a2be40a02 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.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=7
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2022-06-22 11:57 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-06-22 11:57 UTC (permalink / raw
To: gentoo-commits
commit: d2a3c7d7d52f8aeddd0e53bf9ba38c8013b12d0d
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 11:57:31 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 11:57:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a3c7d7
dev-perl/Gtk3: Keyword 0.38.0 ppc64, #852968
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index fba020d065a4..d2b8bf8b2a81 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2022-09-01 13:27 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-09-01 13:27 UTC (permalink / raw
To: gentoo-commits
commit: cce8f269c69f96ba895ac35356bdf0fbc5ea3923
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 13:27:29 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 13:27:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce8f269
dev-perl/Gtk3: Stabilize 0.38.0 ppc64, #867853
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index acd8a941a370..bbd937af517e 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/
@ 2022-09-01 13:27 Jakov Smolić
0 siblings, 0 replies; 13+ messages in thread
From: Jakov Smolić @ 2022-09-01 13:27 UTC (permalink / raw
To: gentoo-commits
commit: f72aed0719ecee56ad7ab9947151613b0cf11cf3
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 1 13:27:24 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep 1 13:27:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72aed07
dev-perl/Gtk3: Stabilize 0.38.0 ppc, #867853
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Gtk3/Gtk3-0.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
index d2b8bf8b2a81..acd8a941a370 100644
--- a/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.38.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl interface to the 3.x series of the gtk+ toolkit"
LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2022-09-01 13:27 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01 13:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk3/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2022-09-01 13:27 Jakov Smolić
2022-06-22 11:57 Jakov Smolić
2022-02-07 6:33 Sam James
2021-11-17 8:30 Sam James
2021-11-06 0:49 Sam James
2021-11-06 0:49 Sam James
2021-10-31 0:20 Andreas K. Hüttel
2021-08-03 12:00 Agostino Sarubbo
2021-08-02 3:22 Sam James
2021-06-12 21:47 Andreas K. Hüttel
2019-04-10 3:58 Aaron Bauman
2018-11-03 19:37 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox