Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/
Date: Sat, 28 Apr 2012 09:18:55
Message-Id: 1335602956.f195d10c7cc577e104758cd7f506806751214ec3.tove@gentoo
1 commit: f195d10c7cc577e104758cd7f506806751214ec3
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 08:49:16 2012 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 08:49:16 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f195d10c
7
8 [add] dev-perl/Glib-Object-Introspection-0.8.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/Glib-Object-Introspection/ChangeLog | 10 +++++++
14 .../Glib-Object-Introspection-0.8.0.ebuild | 29 ++++++++++++++++++++
15 dev-perl/Glib-Object-Introspection/metadata.xml | 8 +++++
16 3 files changed, 47 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
19 new file mode 100644
20 index 0000000..a06e1c0
21 --- /dev/null
22 +++ b/dev-perl/Glib-Object-Introspection/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Glib-Object-Introspection
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Glib-Object-Introspection-0.8.0 (28 Apr 2012)
29 +
30 + 28 Apr 2012; Torsten Veller <tove@g.o>
31 + +Glib-Object-Introspection-0.8.0.ebuild, +metadata.xml:
32 + Initial commit
33 +
34
35 diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild
36 new file mode 100644
37 index 0000000..223a12b
38 --- /dev/null
39 +++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.8.0.ebuild
40 @@ -0,0 +1,29 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=XAOC
48 +MODULE_VERSION=0.008
49 +inherit perl-module
50 +
51 +DESCRIPTION="Dynamically create Perl language bindings"
52 +
53 +LICENSE="|| ( LGPL-2.1 LGPL-3 )" # LGPL-2.1 or later
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE=""
57 +
58 +RDEPEND="
59 + >=dev-libs/gobject-introspection-1.0
60 + >=dev-perl/glib-perl-1.240.0
61 +"
62 +DEPEND="${RDEPEND}
63 + >=dev-perl/extutils-depends-0.300.0
64 + virtual/perl-ExtUtils-MakeMaker
65 + >=dev-perl/glib-perl-1.240.0
66 + >=dev-perl/extutils-pkgconfig-1.0.0
67 +"
68 +
69 +SRC_TEST=do
70
71 diff --git a/dev-perl/Glib-Object-Introspection/metadata.xml b/dev-perl/Glib-Object-Introspection/metadata.xml
72 new file mode 100644
73 index 0000000..45dd744
74 --- /dev/null
75 +++ b/dev-perl/Glib-Object-Introspection/metadata.xml
76 @@ -0,0 +1,8 @@
77 +<?xml version="1.0" encoding="UTF-8"?>
78 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 +<pkgmetadata>
80 + <herd>perl</herd>
81 + <upstream>
82 + <remote-id type="cpan">Glib-Object-Introspection</remote-id>
83 + </upstream>
84 +</pkgmetadata>