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 32F6A138010 for ; Sat, 15 Sep 2012 23:22:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9128021C065; Sat, 15 Sep 2012 23:19:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4DAE121C065 for ; Sat, 15 Sep 2012 23:19:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67DC633D434 for ; Sat, 15 Sep 2012 23:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 405B5E545F for ; Sat, 15 Sep 2012 23:19:35 +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: <1347751041.cf834782833245aa2465a0ec0b973566642ec0ea.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/ChangeLog dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild X-VCS-Directories: dev-perl/Glib-Object-Introspection/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: cf834782833245aa2465a0ec0b973566642ec0ea X-VCS-Branch: master Date: Sat, 15 Sep 2012 23:19:35 +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: 3954b17a-69ff-48b1-8d5a-a1c2f6accaa1 X-Archives-Hash: 8f0f167d2b81f075475703f6aac14373 commit: cf834782833245aa2465a0ec0b973566642ec0ea Author: Kent Fredric gmail com> AuthorDate: Sat Sep 15 20:10:47 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Sep 15 23:17:21 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cf834782 [newversion] Glib-Object-Introspection-0.012 ( Un-tested , needs dev-perl/glib-perl-1.270.0, not yet available ) (Portage version: 2.2.0_alpha101/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key ECD2C675C102CDA4) --- dev-perl/Glib-Object-Introspection/ChangeLog | 6 +++ .../Glib-Object-Introspection-0.12.0.ebuild | 43 ++++++++++++++++++++ 2 files changed, 49 insertions(+), 0 deletions(-) diff --git a/dev-perl/Glib-Object-Introspection/ChangeLog b/dev-perl/Glib-Object-Introspection/ChangeLog index 0b64017..a6de4ed 100644 --- a/dev-perl/Glib-Object-Introspection/ChangeLog +++ b/dev-perl/Glib-Object-Introspection/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Glib-Object-Introspection-0.12.0 (15 Sep 2012) + + 15 Sep 2012; Kent Fredric + +Glib-Object-Introspection-0.12.0.ebuild: + Version Bump + *Glib-Object-Introspection-0.11.0 (31 Jul 2012) 31 Jul 2012; Kent Fredric diff --git a/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild new file mode 100644 index 0000000..d0999bb --- /dev/null +++ b/dev-perl/Glib-Object-Introspection/Glib-Object-Introspection-0.12.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=4 +MODULE_AUTHOR=TSCH +MODULE_VERSION=0.012 +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.27 ( 1.270.0 ) + echo \>=dev-perl/glib-perl-1.270.0 +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # Glib 1.27 ( 1.270.0 ) + echo \>=dev-perl/glib-perl-1.270.0 +} +DEPEND=" + $(extra_deps) + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(extra_deps) + $(perl_meta_runtime) +" +SRC_TEST="do"