Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
Date: Mon, 07 Mar 2016 06:51:37
Message-Id: 1455182554.d24e0638bd3c69f15bf917d67dfcf46610a51a2a.kent@gentoo
1 commit: d24e0638bd3c69f15bf917d67dfcf46610a51a2a
2 Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 11 09:20:58 2016 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 11 09:22:34 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d24e0638
7
8 dev-perl/Glib-Object-Introspection: version bump
9
10 and fix metadata.xml to make repoman happy
11
12 .../Glib-Object-Introspection-0.40.0.ebuild | 34 ++++++++++++++++++++++
13 dev-perl/Glib-Object-Introspection/metadata.xml | 3 +-
14 2 files changed, 35 insertions(+), 2 deletions(-)
15
16 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
17 new file mode 100644
18 index 0000000..6d38d3b
19 --- /dev/null
20 +++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild
21 @@ -0,0 +1,34 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +MODULE_AUTHOR=XAOC
28 +MODULE_VERSION=0.040
29 +inherit perl-module
30 +
31 +DESCRIPTION='Dynamically create Perl language bindings'
32 +LICENSE=" LGPL-2.1"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +# gmodule -> dev-libs/glib
38 +XS_DEPEND="
39 + >=dev-libs/gobject-introspection-1.0
40 + >=dev-libs/libffi-3.0.0
41 + >=dev-libs/glib-2.0.0
42 +"
43 +# ExtUtils::PkgCOnfig -> extutils-pkgconfig
44 +# Glib -> glib-perl
45 +RDEPEND="
46 + >=dev-perl/glib-perl-1.320.0
47 + ${XS_DEPEND}
48 +"
49 +DEPEND="
50 + virtual/perl-ExtUtils-MakeMaker
51 + >=dev-perl/ExtUtils-Depends-0.300.0
52 + >=dev-perl/extutils-pkgconfig-1.0.0
53 + virtual/perl-File-Spec
54 + ${RDEPEND}
55 +"
56
57 diff --git a/dev-perl/Glib-Object-Introspection/metadata.xml b/dev-perl/Glib-Object-Introspection/metadata.xml
58 index 51ac30c..fad4b0e 100644
59 --- a/dev-perl/Glib-Object-Introspection/metadata.xml
60 +++ b/dev-perl/Glib-Object-Introspection/metadata.xml
61 @@ -1,7 +1,6 @@
62 <?xml version="1.0" encoding="UTF-8"?>
63 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 <pkgmetadata>
66 - <herd>perl</herd>
67 <upstream>
68 <remote-id type="cpan">Glib-Object-Introspection</remote-id>
69 <remote-id type="cpan-module">Glib::Object::Introspection</remote-id>