diff options
author | Sergiy Borodych <Sergiy.Borodych@gmail.com> | 2016-10-25 10:46:59 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-11-06 20:32:41 +0100 |
commit | dc0f3e4f054ad03a71c8c7095e467b33480eeb22 (patch) | |
tree | 9c96942b10bd193a4ecebc51b8e2db982bd33ed7 /dev-perl/Glib-Object-Introspection | |
parent | dev-libs/qof: remove unused patch (diff) | |
download | gentoo-dc0f3e4f054ad03a71c8c7095e467b33480eeb22.tar.gz gentoo-dc0f3e4f054ad03a71c8c7095e467b33480eeb22.tar.bz2 gentoo-dc0f3e4f054ad03a71c8c7095e467b33480eeb22.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Glib-Object-Introspection')
3 files changed, 41 insertions, 0 deletions
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 000000000000..098e06451df1 --- /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 000000000000..2c98ef413126 --- /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 000000000000..b05808dbb5e1 --- /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> |