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: Wed, 01 Aug 2012 01:44:58
Message-Id: 1343778210.6efcf4c03317b8a8349964670a802ca48ad13b72.kent@gentoo
1 commit: 6efcf4c03317b8a8349964670a802ca48ad13b72
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 31 23:43:30 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Jul 31 23:43:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6efcf4c0
7
8 [newversion] Glib-Object-Introspection-0.11.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/Glib-Object-Introspection/ChangeLog | 6 +++
14 .../Glib-Object-Introspection-0.11.0.ebuild | 45 ++++++++++++++++++++
15 2 files changed, 51 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog
18 index ff9f4fc..0b64017 100644
19 --- a/dev-perl/Glib-Object-Introspection/ChangeLog
20 +++ b/dev-perl/Glib-Object-Introspection/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Glib-Object-Introspection-0.11.0 (31 Jul 2012)
26 +
27 + 31 Jul 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Glib-Object-Introspection-0.11.0.ebuild:
29 + Version Bump
30 +
31 *Glib-Object-Introspection-0.10.0 (29 Jul 2012)
32
33 29 Jul 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
36 new file mode 100644
37 index 0000000..13e7997
38 --- /dev/null
39 +++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.11.0.ebuild
40 @@ -0,0 +1,45 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=TSCH
46 +MODULE_VERSION=0.011
47 +inherit perl-module
48 +
49 +DESCRIPTION='Dynamically create Perl language bindings'
50 +LICENSE=" LGPL-2.1"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +extra_deps() {
55 + echo \>=dev-libs/gobject-introspection-1.0
56 +}
57 +perl_meta_configure() {
58 + # ExtUtils::Depends 0.3 ( 0.300.0 )
59 + echo \>=dev-perl/extutils-depends-0.300.0
60 + # ExtUtils::PkgConfig 1 ( 1.0.0 )
61 + echo \>=dev-perl/extutils-pkgconfig-1.0.0
62 + # Glib 1.24 ( 1.240.0 )
63 + echo \>=dev-perl/glib-perl-1.240.0
64 +}
65 +perl_meta_build() {
66 + # ExtUtils::MakeMaker
67 + echo virtual/perl-ExtUtils-MakeMaker
68 +}
69 +perl_meta_runtime() {
70 + # ExtUtils::Depends 0.3 ( 0.300.0 )
71 + echo \>=dev-perl/extutils-depends-0.300.0
72 + # Glib 1.24 ( 1.240.0 )
73 + echo \>=dev-perl/glib-perl-1.240.0
74 +}
75 +DEPEND="
76 + $(extra_deps)
77 + $(perl_meta_configure)
78 + $(perl_meta_build)
79 + $(perl_meta_runtime)
80 +"
81 +RDEPEND="
82 + $(extra_deps)
83 + $(perl_meta_runtime)
84 +"
85 +SRC_TEST="do"