From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B2BD959CA3 for ; Mon, 7 Mar 2016 06:51:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BE1B21C0F6; Mon, 7 Mar 2016 06:51:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F95821C0DA for ; Mon, 7 Mar 2016 06:51:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48F74340751 for ; Mon, 7 Mar 2016 06:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60C91233E for ; Mon, 7 Mar 2016 06:51:10 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1455182554.d24e0638bd3c69f15bf917d67dfcf46610a51a2a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Glib-Object-Introspection/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild dev-perl/Glib-Object-Introspection/metadata.xml X-VCS-Directories: dev-perl/Glib-Object-Introspection/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d24e0638bd3c69f15bf917d67dfcf46610a51a2a X-VCS-Branch: master Date: Mon, 7 Mar 2016 06:51:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e7ee7e2e-9114-47c5-90b0-46141a68b587 X-Archives-Hash: 763de6363c3d066b6c850219c19ed145 commit: d24e0638bd3c69f15bf917d67dfcf46610a51a2a Author: Sergiy Borodych gmail com> AuthorDate: Thu Feb 11 09:20:58 2016 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Feb 11 09:22:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d24e0638 dev-perl/Glib-Object-Introspection: version bump and fix metadata.xml to make repoman happy .../Glib-Object-Introspection-0.40.0.ebuild | 34 ++++++++++++++++++++++ dev-perl/Glib-Object-Introspection/metadata.xml | 3 +- 2 files changed, 35 insertions(+), 2 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 0000000..6d38d3b --- /dev/null +++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.40.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +MODULE_AUTHOR=XAOC +MODULE_VERSION=0.040 +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.320.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} +" diff --git a/dev-perl/Glib-Object-Introspection/metadata.xml b/dev-perl/Glib-Object-Introspection/metadata.xml index 51ac30c..fad4b0e 100644 --- a/dev-perl/Glib-Object-Introspection/metadata.xml +++ b/dev-perl/Glib-Object-Introspection/metadata.xml @@ -1,7 +1,6 @@ - + - perl Glib-Object-Introspection Glib::Object::Introspection