From 345e9497960ae251cafbd83d7c7eff39a4922b7f Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Tue, 27 Dec 2016 07:13:21 +1300 Subject: 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(+) create mode 100644 dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.42.0.ebuild 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 000000000000..d7146e58227c --- /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 2c98ef413126..3d4a2a652806 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 -- cgit v1.2.3-65-gdbad