public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2016-11-06 19:33 David Seifert
  0 siblings, 0 replies; 26+ messages in thread
From: David Seifert @ 2016-11-06 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     dc0f3e4f054ad03a71c8c7095e467b33480eeb22
Author:     Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Tue Oct 25 07:46:59 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov  6 19:32:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0f3e4f

dev-perl/Glib-Object-Introspection: New package

* Required for media-sound/gmusicbrowser gstreamer-1.x support
Closes: https://github.com/gentoo/gentoo/pull/2661

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../Glib-Object-Introspection-0.40.0.ebuild        | 28 ++++++++++++++++++++++
 dev-perl/Glib-Object-Introspection/Manifest        |  1 +
 dev-perl/Glib-Object-Introspection/metadata.xml    | 12 ++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
new file mode 100644
index 00000000..098e064
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.040
+inherit perl-module
+
+DESCRIPTION="Dynamically create Perl language bindings"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/glib-perl-1.320.0
+	>=dev-libs/gobject-introspection-1.0
+	>=dev-libs/libffi-3.0.0
+	>=dev-libs/glib-2.0.0
+"
+DEPEND="
+	>=dev-perl/ExtUtils-Depends-0.300.0
+	>=dev-perl/extutils-pkgconfig-1.0.0
+	${RDEPEND}
+"

diff --git a/dev-perl/Glib-Object-Introspection/Manifest b/dev-perl/Glib-Object-Introspection/Manifest
new file mode 100644
index 00000000..2c98ef4
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Manifest
@@ -0,0 +1 @@
+DIST Glib-Object-Introspection-0.040.tar.gz 79009 SHA256 515d6af0e085c9cbed3f1a1215d1fae46dac31a8459dc950f896f368df1488bb SHA512 bd5e4db8b6e331fb9641e75a50a95fff1a823597a8e4c4e9f99a81e7aa2ee30d93856c56ecfea3785b8719dba6590169bcd006ea06d97170889091e6b9480e9f WHIRLPOOL 875399d816076495a667df589d1dcfaa0486caab9990389d4af75445ee536c59dfb6658050ce4db65509cda8e5df8285de8b2b2a1f5dc729c6ddc9ca3f99bd18

diff --git a/dev-perl/Glib-Object-Introspection/metadata.xml b/dev-perl/Glib-Object-Introspection/metadata.xml
new file mode 100644
index 00000000..b05808d
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/metadata.xml
@@ -0,0 +1,12 @@
+<?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">Glib-Object-Introspection</remote-id>
+		<remote-id type="cpan-module">Glib::Object::Introspection</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2016-11-07 20:34 David Seifert
  0 siblings, 0 replies; 26+ messages in thread
From: David Seifert @ 2016-11-07 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     cdd27dc324a62798c15995be5b4dad60130a369d
Author:     Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Mon Nov  7 12:39:57 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 20:34:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdd27dc3

dev-perl/Glib-Object-Introspection: fix sandbox issue (bug #599128)

Closes: https://github.com/gentoo/gentoo/pull/2770

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../Glib-Object-Introspection-0.40.0.ebuild                         | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
index 098e064..cfb0363 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 
 DIST_AUTHOR=XAOC
 DIST_VERSION=0.040
-inherit perl-module
+inherit perl-module xdg-utils
 
 DESCRIPTION="Dynamically create Perl language bindings"
 
@@ -26,3 +26,7 @@ DEPEND="
 	>=dev-perl/extutils-pkgconfig-1.0.0
 	${RDEPEND}
 "
+
+pkg_setup() {
+	xdg_environment_reset	# bug #599128
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2016-12-10 18:01 Kent Fredric
  0 siblings, 0 replies; 26+ messages in thread
From: Kent Fredric @ 2016-12-10 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b54f3ef9ba2a08af3b57b88daf727132cff68e7e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:14:25 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54f3ef9

dev-perl/Glib-Object-Introspection: Fix dep on dev-perl/ExtUtils-PkgConfig

Package-Manager: portage-2.3.3

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
index cfb0363..041344b 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 "
 DEPEND="
 	>=dev-perl/ExtUtils-Depends-0.300.0
-	>=dev-perl/extutils-pkgconfig-1.0.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
 	${RDEPEND}
 "
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2016-12-26 18:52 Kent Fredric
  0 siblings, 0 replies; 26+ messages in thread
From: Kent Fredric @ 2016-12-26 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     345e9497960ae251cafbd83d7c7eff39a4922b7f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 18:13:21 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 18:51:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=345e9497

dev-perl/Glib-Object-Introspection: Bump to version 0.42.0

Upstream:
- Add fixes for newer EUMM
- Prefer stack over heap when marshalling
- Use custom code for struct methods to avoid bugs
- Add support for object class functions
- Add support for marshalling GParamSpec
- Add GValueWrapper::get_value
- perli11ndoc greatly improved structures.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../Glib-Object-Introspection-0.42.0.ebuild        | 32 ++++++++++++++++++++++
 dev-perl/Glib-Object-Introspection/Manifest        |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild
new file mode 100644
index 00000000..d7146e5
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.042
+inherit perl-module xdg-utils
+
+DESCRIPTION="Dynamically create Perl language bindings"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/glib-perl-1.320.0
+	>=dev-libs/gobject-introspection-1.0
+	>=dev-libs/libffi-3.0.0
+	>=dev-libs/glib-2.0.0
+"
+DEPEND="
+	>=dev-perl/ExtUtils-Depends-0.300.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+	${RDEPEND}
+"
+
+pkg_setup() {
+	xdg_environment_reset	# bug #599128
+}

diff --git a/dev-perl/Glib-Object-Introspection/Manifest b/dev-perl/Glib-Object-Introspection/Manifest
index 2c98ef4..3d4a2a6 100644
--- a/dev-perl/Glib-Object-Introspection/Manifest
+++ b/dev-perl/Glib-Object-Introspection/Manifest
@@ -1 +1,2 @@
 DIST Glib-Object-Introspection-0.040.tar.gz 79009 SHA256 515d6af0e085c9cbed3f1a1215d1fae46dac31a8459dc950f896f368df1488bb SHA512 bd5e4db8b6e331fb9641e75a50a95fff1a823597a8e4c4e9f99a81e7aa2ee30d93856c56ecfea3785b8719dba6590169bcd006ea06d97170889091e6b9480e9f WHIRLPOOL 875399d816076495a667df589d1dcfaa0486caab9990389d4af75445ee536c59dfb6658050ce4db65509cda8e5df8285de8b2b2a1f5dc729c6ddc9ca3f99bd18
+DIST Glib-Object-Introspection-0.042.tar.gz 80942 SHA256 0101aa45417a80a066fae198e37dc9814abf24afab454d72909070ab5c8293d9 SHA512 a91ba7d553187ed0eb6b35bd68c70de40c82d5e42422ec0a370fa77268cc5b81be3b9b76947ceaf78541224bd188ab902f12be7a5e0efaf94638fea39ba57ba0 WHIRLPOOL dfdffa01b1d89c645cf1149f0295f32f27472ed938c2499ae1d6c6825e368826ef3cf85af348bbe3bb0178c807dd92e94d0328e86330010c94ba908e0a92990e


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2017-03-17 10:34 Agostino Sarubbo
  0 siblings, 0 replies; 26+ messages in thread
From: Agostino Sarubbo @ 2017-03-17 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     8df3e4766b7d028ac364c7080f3b77f0b3801046
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 10:34:43 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 10:34:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df3e476

dev-perl/Glib-Object-Introspection: x86 stable wrt bug #612458

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild
index b49a433ab52..c11717d16ad 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2017-06-03  7:49 Kent Fredric
  0 siblings, 0 replies; 26+ messages in thread
From: Kent Fredric @ 2017-06-03  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     4797e5dc30c37fb0bb2c1a4daaf2b53fda6f223c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 07:48:49 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 07:49:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4797e5dc

dev-perl/Glib-Object-Introspection: Bump to version 0.43.0

Upstream:
_ Add functions for handling rew flags values

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 .../Glib-Object-Introspection-0.43.0.ebuild        | 31 ++++++++++++++++++++++
 dev-perl/Glib-Object-Introspection/Manifest        |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
new file mode 100644
index 00000000000..bc35aff565b
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.043
+inherit perl-module xdg-utils
+
+DESCRIPTION="Dynamically create Perl language bindings"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/glib-perl-1.320.0
+	>=dev-libs/gobject-introspection-1.0
+	>=dev-libs/libffi-3.0.0
+	>=dev-libs/glib-2.0.0
+"
+DEPEND="
+	>=dev-perl/ExtUtils-Depends-0.300.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+	${RDEPEND}
+"
+
+pkg_setup() {
+	xdg_environment_reset	# bug #599128
+}

diff --git a/dev-perl/Glib-Object-Introspection/Manifest b/dev-perl/Glib-Object-Introspection/Manifest
index 3d4a2a65280..52b18c9f376 100644
--- a/dev-perl/Glib-Object-Introspection/Manifest
+++ b/dev-perl/Glib-Object-Introspection/Manifest
@@ -1,2 +1,3 @@
 DIST Glib-Object-Introspection-0.040.tar.gz 79009 SHA256 515d6af0e085c9cbed3f1a1215d1fae46dac31a8459dc950f896f368df1488bb SHA512 bd5e4db8b6e331fb9641e75a50a95fff1a823597a8e4c4e9f99a81e7aa2ee30d93856c56ecfea3785b8719dba6590169bcd006ea06d97170889091e6b9480e9f WHIRLPOOL 875399d816076495a667df589d1dcfaa0486caab9990389d4af75445ee536c59dfb6658050ce4db65509cda8e5df8285de8b2b2a1f5dc729c6ddc9ca3f99bd18
 DIST Glib-Object-Introspection-0.042.tar.gz 80942 SHA256 0101aa45417a80a066fae198e37dc9814abf24afab454d72909070ab5c8293d9 SHA512 a91ba7d553187ed0eb6b35bd68c70de40c82d5e42422ec0a370fa77268cc5b81be3b9b76947ceaf78541224bd188ab902f12be7a5e0efaf94638fea39ba57ba0 WHIRLPOOL dfdffa01b1d89c645cf1149f0295f32f27472ed938c2499ae1d6c6825e368826ef3cf85af348bbe3bb0178c807dd92e94d0328e86330010c94ba908e0a92990e
+DIST Glib-Object-Introspection-0.043.tar.gz 80985 SHA256 5a0b7c69d9c8c2ecfdf7340e414954ea5edc43a7999eff9b3278bd95e3e7df30 SHA512 b812ac4faca2f1df1192f7ac2374f5552811c353a363a33b3e6877c568ef68f0b4e1b8181a4738988017150317eb27e43976989cca802e7ba24d2a3cc2fa537e WHIRLPOOL 4d348575e4d4c3bfd2dc9e076816114f4016e8cf6350e1913d72b8cd5e11028bc9e90a91912d74db65a1fe1057fdf16d05de33d10bab9ea8ba5268132638f817


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2018-06-10 16:13 Aaron Bauman
  0 siblings, 0 replies; 26+ messages in thread
From: Aaron Bauman @ 2018-06-10 16:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b7d0364724eb4283ec1f8990819775b7431905d0
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:06:17 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:12:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d03647

dev-perl/Glib-Object-Introspection: amd64 stable wrt bug #657634

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
index bc35aff565b..fd88b94bbb2 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.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
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2018-06-10 17:11 Thomas Deutschmann
  0 siblings, 0 replies; 26+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4d96a863a3ad178757ae08dcfd86b4b36d244d02
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 17:02:55 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 17:02:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d96a863

dev-perl/Glib-Object-Introspection: x86 stable (bug #657634)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
index fd88b94bbb2..824eb462d31 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2019-09-28 15:40 Pacho Ramos
  0 siblings, 0 replies; 26+ messages in thread
From: Pacho Ramos @ 2019-09-28 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     581e028cc7076a9b5c40dc18cd073b94bde83821
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 15:39:43 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 15:40:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581e028c

dev-perl/Glib-Object-Introspection: Needs to be rebuilt with ffi subslot bumps

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
index 824eb462d31..855524ebd8f 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE=""
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0
 	>=dev-libs/gobject-introspection-1.0
-	>=dev-libs/libffi-3.0.0
+	>=dev-libs/libffi-3.0.0:0=
 	>=dev-libs/glib-2.0.0
 "
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2021-06-05 15:22 Andreas K. Hüttel
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas K. Hüttel @ 2021-06-05 15:22 UTC (permalink / raw
  To: gentoo-commits

commit:     757c261d8767e69986f6ecac43d07bf136916ed5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  5 15:10:56 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 15:21:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757c261d

dev-perl/Glib-Object-Introspection: Version bump 0.049

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Glib-Object-Introspection-0.49.0.ebuild        | 33 ++++++++++++++++++++++
 dev-perl/Glib-Object-Introspection/Manifest        |  1 +
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
new file mode 100644
index 00000000000..5512348e7a2
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.049
+inherit perl-module xdg-utils
+
+DESCRIPTION="Dynamically create Perl language bindings"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-perl/glib-perl-1.320.0
+	>=dev-libs/gobject-introspection-1.0
+	>=dev-libs/libffi-3.0.0:0=
+	>=dev-libs/glib-2.0.0
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	>=dev-perl/ExtUtils-Depends-0.300.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+	${RDEPEND}
+"
+
+pkg_setup() {
+	xdg_environment_reset	# bug #599128
+}

diff --git a/dev-perl/Glib-Object-Introspection/Manifest b/dev-perl/Glib-Object-Introspection/Manifest
index 07c7fda318f..095fc77b570 100644
--- a/dev-perl/Glib-Object-Introspection/Manifest
+++ b/dev-perl/Glib-Object-Introspection/Manifest
@@ -1 +1,2 @@
 DIST Glib-Object-Introspection-0.043.tar.gz 80985 BLAKE2B 2f921b35167c45bc04e8d3505f85978d485d4f1244001cd2de7d1b1d3370731345757a0745852e0a047583e28d7b9ff0b18470714170c1d09b11b1e72a760c11 SHA512 b812ac4faca2f1df1192f7ac2374f5552811c353a363a33b3e6877c568ef68f0b4e1b8181a4738988017150317eb27e43976989cca802e7ba24d2a3cc2fa537e
+DIST Glib-Object-Introspection-0.049.tar.gz 88081 BLAKE2B 4d7d114dfe9b39f19feb4ed9ff40f7058e0c6b0e3851e45f3aa653b8222c1d3b3e68d1e900663435fcbae8fd627e41b44fc06b1775d0910127b32e1eff812a2c SHA512 fa927661dc761bfae9dba87e1e2d519b10c3aac4d6dcea37764972a0413a4f5025a12df640d66928b631c2933d4b0e6d02b559ea2c1eaa38fae6f7a9d98fe322


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2021-08-02  3:22 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-08-02  3:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e72ced33b841d05d61836d00170800f485e31dc6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 03:20:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 03:20:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72ced33

dev-perl/Glib-Object-Introspection: Stabilize 0.49.0 amd64, #805815

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
index 5512348e7a2..93b18d85ed4 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2021-10-30 18:46 Andreas K. Hüttel
  0 siblings, 0 replies; 26+ messages in thread
From: Andreas K. Hüttel @ 2021-10-30 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     81e6b30b1201d149bb39271e12df3d6467a4130c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 30 18:38:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 30 18:46:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e6b30b

dev-perl/Glib-Object-Introspection: Remove old

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

 .../Glib-Object-Introspection-0.43.0.ebuild        | 31 ----------------------
 dev-perl/Glib-Object-Introspection/Manifest        |  1 -
 2 files changed, 32 deletions(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
deleted file mode 100644
index 855524ebd8f..00000000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.43.0.ebuild
+++ /dev/null
@@ -1,31 +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.043
-inherit perl-module xdg-utils
-
-DESCRIPTION="Dynamically create Perl language bindings"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-	>=dev-perl/glib-perl-1.320.0
-	>=dev-libs/gobject-introspection-1.0
-	>=dev-libs/libffi-3.0.0:0=
-	>=dev-libs/glib-2.0.0
-"
-DEPEND="
-	>=dev-perl/ExtUtils-Depends-0.300.0
-	>=dev-perl/ExtUtils-PkgConfig-1.0.0
-	${RDEPEND}
-"
-
-pkg_setup() {
-	xdg_environment_reset	# bug #599128
-}

diff --git a/dev-perl/Glib-Object-Introspection/Manifest b/dev-perl/Glib-Object-Introspection/Manifest
index 095fc77b570..1c262c297ae 100644
--- a/dev-perl/Glib-Object-Introspection/Manifest
+++ b/dev-perl/Glib-Object-Introspection/Manifest
@@ -1,2 +1 @@
-DIST Glib-Object-Introspection-0.043.tar.gz 80985 BLAKE2B 2f921b35167c45bc04e8d3505f85978d485d4f1244001cd2de7d1b1d3370731345757a0745852e0a047583e28d7b9ff0b18470714170c1d09b11b1e72a760c11 SHA512 b812ac4faca2f1df1192f7ac2374f5552811c353a363a33b3e6877c568ef68f0b4e1b8181a4738988017150317eb27e43976989cca802e7ba24d2a3cc2fa537e
 DIST Glib-Object-Introspection-0.049.tar.gz 88081 BLAKE2B 4d7d114dfe9b39f19feb4ed9ff40f7058e0c6b0e3851e45f3aa653b8222c1d3b3e68d1e900663435fcbae8fd627e41b44fc06b1775d0910127b32e1eff812a2c SHA512 fa927661dc761bfae9dba87e1e2d519b10c3aac4d6dcea37764972a0413a4f5025a12df640d66928b631c2933d4b0e6d02b559ea2c1eaa38fae6f7a9d98fe322


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2021-11-06  0:49 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-11-06  0:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f210b06cf2ef833c95ca7135fecea8cc492d9087
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 00:48:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 00:48:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f210b06c

dev-perl/Glib-Object-Introspection: Keyword 0.49.0 ppc, #821997

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
index 77e03997ae9..24031548de3 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2021-11-06  0:49 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-11-06  0:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cd1060129beb1e28fd1314ed1a0aff2db16db210
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  6 00:49:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  6 00:49:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd106012

dev-perl/Glib-Object-Introspection: Keyword 0.49.0 arm, #821997

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
index 24031548de3..06c9909c354 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2021-11-17  8:30 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2021-11-17  8:30 UTC (permalink / raw
  To: gentoo-commits

commit:     81d5826c623b6c0b7c7ea88bea5af448eb9da3b7
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Nov 17 08:28:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 17 08:30:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d5826c

dev-perl/Glib-Object-Introspection: mark 0.49.0 ~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>

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
index 06c9909c3549..f9480f5a5b57 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2022-02-07  6:33 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2022-02-07  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     11c49ba2dfd7e2ece94440e642db6179879df537
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 06:33:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 06:33:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c49ba2

dev-perl/Glib-Object-Introspection: Keyword 0.49.0 arm64, #823161

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
index f9480f5a5b57..f5bfdd46ef03 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.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
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2022-06-22 11:57 Jakov Smolić
  0 siblings, 0 replies; 26+ messages in thread
From: Jakov Smolić @ 2022-06-22 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d15f876a156ba631fad76d1a24193cade59e767c
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 11:57:33 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 11:57:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d15f876a

dev-perl/Glib-Object-Introspection: Keyword 0.49.0 ppc64, #852968

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
index 835afea2fa91..72681e25ac04 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2022-09-01 13:27 Jakov Smolić
  0 siblings, 0 replies; 26+ messages in thread
From: Jakov Smolić @ 2022-09-01 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0f43c982c9d375073c2e89f35fa1e2866e5abfac
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 13:27:26 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 13:27:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f43c982

dev-perl/Glib-Object-Introspection: Stabilize 0.49.0 ppc, #867853

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
index 72681e25ac04..c9a4261b9e1b 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2022-09-01 13:27 Jakov Smolić
  0 siblings, 0 replies; 26+ messages in thread
From: Jakov Smolić @ 2022-09-01 13:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d829167573198b07db599ccf68be5190b7bb83e6
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 13:27:31 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 13:27:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8291675

dev-perl/Glib-Object-Introspection: Stabilize 0.49.0 ppc64, #867853

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
index c9a4261b9e1b..61a131e475f0 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.49.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2023-06-21  4:28 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-06-21  4:28 UTC (permalink / raw
  To: gentoo-commits

commit:     ba8d66a9e2898cf8e1cf4ffc124d6ab1057f76b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 04:22:01 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 04:27:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8d66a9

dev-perl/Glib-Object-Introspection: add 0.50.0

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

 .../Glib-Object-Introspection-0.50.0.ebuild        | 34 ++++++++++++++++++++++
 dev-perl/Glib-Object-Introspection/Manifest        |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild
new file mode 100644
index 000000000000..63edf5e552ad
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.050
+inherit perl-module xdg-utils
+
+DESCRIPTION="Dynamically create Perl language bindings"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-perl/glib-perl-1.320.0
+	>=dev-libs/gobject-introspection-1.0
+	>=dev-libs/libffi-3.0.0:=
+	>=dev-libs/glib-2.0.0
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/ExtUtils-Depends-0.300.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+"
+
+pkg_setup() {
+	# bug #599128
+	xdg_environment_reset
+}

diff --git a/dev-perl/Glib-Object-Introspection/Manifest b/dev-perl/Glib-Object-Introspection/Manifest
index 1c262c297ae6..c698e8da37ed 100644
--- a/dev-perl/Glib-Object-Introspection/Manifest
+++ b/dev-perl/Glib-Object-Introspection/Manifest
@@ -1 +1,2 @@
 DIST Glib-Object-Introspection-0.049.tar.gz 88081 BLAKE2B 4d7d114dfe9b39f19feb4ed9ff40f7058e0c6b0e3851e45f3aa653b8222c1d3b3e68d1e900663435fcbae8fd627e41b44fc06b1775d0910127b32e1eff812a2c SHA512 fa927661dc761bfae9dba87e1e2d519b10c3aac4d6dcea37764972a0413a4f5025a12df640d66928b631c2933d4b0e6d02b559ea2c1eaa38fae6f7a9d98fe322
+DIST Glib-Object-Introspection-0.050.tar.gz 89336 BLAKE2B 88ec82de5dade6a5689e2024b1f06d2a53222f0aab81f15d0d341b63a00dd3b041d1234570c6fa592172832f73e19a5d89eef80fc15ea9d944f7f3886cd55676 SHA512 3939a7d96800416ca4e52bf263b5b84dde0a5dbe5ed636dc6668ee005c1f018e5988f8e0ba059165f966a05b5efc992391ae0de991e87b9118fab92ee39f97f4


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2023-08-02 16:00 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-08-02 16:00 UTC (permalink / raw
  To: gentoo-commits

commit:     2f3faa0439d28ebe21f314d78fd712f0ad69128e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  2 16:00:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug  2 16:00:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3faa04

dev-perl/Glib-Object-Introspection: Stabilize 0.50.0 ppc, #910861

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild
index 67b633d2cf6d..03048f379358 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.50.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2023-09-09  8:08 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-09-09  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2bed4de848f1baff2736ae334c68a3dda64510c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 07:59:59 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 08:07:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bed4de8

dev-perl/Glib-Object-Introspection: add 0.51.0

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

 .../Glib-Object-Introspection-0.51.0.ebuild        | 34 ++++++++++++++++++++++
 dev-perl/Glib-Object-Introspection/Manifest        |  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
new file mode 100644
index 000000000000..2683fe8a0478
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.051
+inherit perl-module xdg-utils
+
+DESCRIPTION="Dynamically create Perl language bindings"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-perl/glib-perl-1.320.0
+	>=dev-libs/gobject-introspection-1.0
+	>=dev-libs/libffi-3.0.0:=
+	>=dev-libs/glib-2.0.0
+"
+DEPEND="
+	${RDEPEND}
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/ExtUtils-Depends-0.300.0
+	>=dev-perl/ExtUtils-PkgConfig-1.0.0
+"
+
+pkg_setup() {
+	# bug #599128
+	xdg_environment_reset
+}

diff --git a/dev-perl/Glib-Object-Introspection/Manifest b/dev-perl/Glib-Object-Introspection/Manifest
index c698e8da37ed..f60188028d7c 100644
--- a/dev-perl/Glib-Object-Introspection/Manifest
+++ b/dev-perl/Glib-Object-Introspection/Manifest
@@ -1,2 +1,3 @@
 DIST Glib-Object-Introspection-0.049.tar.gz 88081 BLAKE2B 4d7d114dfe9b39f19feb4ed9ff40f7058e0c6b0e3851e45f3aa653b8222c1d3b3e68d1e900663435fcbae8fd627e41b44fc06b1775d0910127b32e1eff812a2c SHA512 fa927661dc761bfae9dba87e1e2d519b10c3aac4d6dcea37764972a0413a4f5025a12df640d66928b631c2933d4b0e6d02b559ea2c1eaa38fae6f7a9d98fe322
 DIST Glib-Object-Introspection-0.050.tar.gz 89336 BLAKE2B 88ec82de5dade6a5689e2024b1f06d2a53222f0aab81f15d0d341b63a00dd3b041d1234570c6fa592172832f73e19a5d89eef80fc15ea9d944f7f3886cd55676 SHA512 3939a7d96800416ca4e52bf263b5b84dde0a5dbe5ed636dc6668ee005c1f018e5988f8e0ba059165f966a05b5efc992391ae0de991e87b9118fab92ee39f97f4
+DIST Glib-Object-Introspection-0.051.tar.gz 89445 BLAKE2B 7447bf8473acdfe015ffaab6f4b33420efe23aed5852e2eba54eed8a3edb7275a94abe1c3dad9583f175c30146c3b32e2191f14b2bec5c9c9f36355cc80a5098 SHA512 93ebe81b586270cbeca4296bfdd1d337d931b6349ca16a8e50bfc631c89a77d93f4d8076289e91bdcec0fdb732a2900b2a6c5e78e571c0c0fd4c7f5239cc0de5


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2023-09-19  0:45 Sam James
  0 siblings, 0 replies; 26+ messages in thread
From: Sam James @ 2023-09-19  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     315c111759232aa570709b7ac8e0470a4ede9e18
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 00:44:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 00:44:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315c1117

dev-perl/Glib-Object-Introspection: Stabilize 0.51.0 amd64, #914415

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

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
index 2683fe8a0478..9d4b141d4c6c 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     58f21aaffd698130114e3869b58c9b4628c25c1d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:16 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f21aaf

dev-perl/Glib-Object-Introspection: Stabilize 0.51.0 x86, #914415

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
index 9d4b141d4c6c..ea928d21d346 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2023-09-19  5:38 Arthur Zamarin
  0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2023-09-19  5:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e9585222e885cf24af5c92f2aabd8e9dcb0c3f9a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 05:38:17 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 05:38:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9585222

dev-perl/Glib-Object-Introspection: Stabilize 0.51.0 ppc64, #914415

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
index ea928d21d346..8a6728a8fd6f 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/
@ 2023-11-29 13:18 Arthur Zamarin
  0 siblings, 0 replies; 26+ messages in thread
From: Arthur Zamarin @ 2023-11-29 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d2716313444b562acd599ca0379bc124a8a9e61a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 13:17:27 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 13:17:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2716313

dev-perl/Glib-Object-Introspection: Stabilize 0.51.0 ppc, #914415

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
index 8a6728a8fd6f..ba3b3b61fabd 100644
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.51.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Dynamically create Perl language bindings"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/glib-perl-1.320.0


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

end of thread, other threads:[~2023-11-29 13:18 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-26 18:52 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Glib-Object-Introspection/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2023-11-29 13:18 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  5:38 Arthur Zamarin
2023-09-19  0:45 Sam James
2023-09-09  8:08 Sam James
2023-08-02 16:00 Sam James
2023-06-21  4:28 Sam James
2022-09-01 13:27 Jakov Smolić
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-30 18:46 Andreas K. Hüttel
2021-08-02  3:22 Sam James
2021-06-05 15:22 Andreas K. Hüttel
2019-09-28 15:40 Pacho Ramos
2018-06-10 17:11 Thomas Deutschmann
2018-06-10 16:13 Aaron Bauman
2017-06-03  7:49 Kent Fredric
2017-03-17 10:34 Agostino Sarubbo
2016-12-10 18:01 Kent Fredric
2016-11-07 20:34 David Seifert
2016-11-06 19:33 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox