commit: f2639d484a7ff7b02ebfecce2f449de624f696e8
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May 1 22:00:50 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May 1 22:00:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=f2639d48
[bump] Glib-Object-Introspection 0.28.0
Package-Manager: portage-2.2.17
.../Glib-Object-Introspection-0.15.0.ebuild | 42 ----------------------
.../Glib-Object-Introspection-0.28.0.ebuild | 33 +++++++++++++++++
2 files changed, 33 insertions(+), 42 deletions(-)
diff --git
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
deleted file mode 100644
index 4efbb46..0000000
--- a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.15.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=XAOC
-MODULE_VERSION=0.015
-inherit perl-module
-
-DESCRIPTION='Dynamically create Perl language bindings'
-LICENSE=" LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-extra_deps() {
- echo \>=dev-libs/gobject-introspection-1.0
-}
-perl_meta_configure() {
- # ExtUtils::Depends 0.3 ( 0.300.0 )
- echo \>=dev-perl/extutils-depends-0.300.0
- # ExtUtils::PkgConfig 1 ( 1.0.0 )
- echo \>=dev-perl/extutils-pkgconfig-1.0.0
- # Glib 1.28 ( 1.280.0 )
- echo \>=dev-perl/glib-perl-1.280.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Glib 1.28 ( 1.280.0 )
- echo \>=dev-perl/glib-perl-1.280.0
-}
-DEPEND="
- $(extra_deps)
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git
a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild
b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild
new file mode 100644
index 0000000..11bb9f9
--- /dev/null
+++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.28.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=XAOC
+MODULE_VERSION=0.028
+inherit perl-module
+
+DESCRIPTION='Dynamically create Perl language bindings'
+LICENSE=" LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# gmodule -> dev-libs/glib
+XS_DEPEND="
+ >=dev-libs/gobject-introspection-1.0
+ >=dev-libs/libffi-3.0.0
+ >=dev-libs/glib-2.0.0
+"
+# ExtUtils::PkgCOnfig -> extutils-pkgconfig
+# Glib -> glib-perl
+RDEPEND="
+ >=dev-perl/glib-perl-1.280.0
+ ${XS_DEPEND}
+"
+DEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/ExtUtils-Depends-0.300.0
+ >=dev-perl/extutils-pkgconfig-1.0.0
+ virtual/perl-File-Spec
+ ${RDEPEND}
+"