From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SO3nr-0004ek-7O for garchives@archives.gentoo.org; Sat, 28 Apr 2012 09:18:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BFDDE0768; Sat, 28 Apr 2012 09:18:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2C1BAE0768 for ; Sat, 28 Apr 2012 09:18:43 +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 8D0731B404F for ; Sat, 28 Apr 2012 09:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 47DC2E542E for ; Sat, 28 Apr 2012 09:18:39 +0000 (UTC) From: "Torsten Veller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Torsten Veller" Message-ID: <1335604673.f8bb540ce31b5377410c71ef818ac476d7bea244.tove@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gtk3/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Gtk3/ChangeLog dev-perl/Gtk3/Gtk3-0.5.0.ebuild dev-perl/Gtk3/metadata.xml X-VCS-Directories: dev-perl/Gtk3/ X-VCS-Committer: tove X-VCS-Committer-Name: Torsten Veller X-VCS-Revision: f8bb540ce31b5377410c71ef818ac476d7bea244 X-VCS-Branch: master Date: Sat, 28 Apr 2012 09:18:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 96e1b526-4573-4c7e-b485-11894fdf0cb7 X-Archives-Hash: 2ea7ea833f446b6d9a94fad415a539c7 commit: f8bb540ce31b5377410c71ef818ac476d7bea244 Author: Torsten Veller gentoo org> AuthorDate: Sat Apr 28 08:50:37 2012 +0000 Commit: Torsten Veller gentoo org> CommitDate: Sat Apr 28 09:17:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Df8bb540c [add] dev-perl/Gtk3-0.5.0 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit= with key 0x4E046AEC) --- dev-perl/Gtk3/ChangeLog | 11 +++++++++++ dev-perl/Gtk3/Gtk3-0.5.0.ebuild | 33 +++++++++++++++++++++++++++++++++ dev-perl/Gtk3/metadata.xml | 8 ++++++++ 3 files changed, 52 insertions(+), 0 deletions(-) diff --git a/dev-perl/Gtk3/ChangeLog b/dev-perl/Gtk3/ChangeLog new file mode 100644 index 0000000..aa6191a --- /dev/null +++ b/dev-perl/Gtk3/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/Gtk3 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Gtk3-0.5.0 (28 Apr 2012) + + 28 Apr 2012; Torsten Veller +Gtk3-0.5.0.ebuild, + +metadata.xml: + Initial commit. + TODO: Fix tests + diff --git a/dev-perl/Gtk3/Gtk3-0.5.0.ebuild b/dev-perl/Gtk3/Gtk3-0.5.0.e= build new file mode 100644 index 0000000..10e6922 --- /dev/null +++ b/dev-perl/Gtk3/Gtk3-0.5.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +MODULE_AUTHOR=3DTSCH +MODULE_VERSION=3D0.005 +inherit perl-module +inherit virtualx + +DESCRIPTION=3D"Perl interface to the 3.x series of the gtk+ toolkit" + +LICENSE=3D"LGPL-2.1" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" + +RDEPEND=3D" + x11-libs/gtk+:3 + >=3Ddev-perl/Cairo-GObject-1.0.0 + >=3Ddev-perl/Glib-Object-Introspection-0.2.0 +" +DEPEND=3D"${RDEPEND} + >=3Dvirtual/perl-ExtUtils-MakeMaker-6.300.0 +" + +SRC_TEST=3Ddo + +src_test() { + Xemake -j1 test || die +} + diff --git a/dev-perl/Gtk3/metadata.xml b/dev-perl/Gtk3/metadata.xml new file mode 100644 index 0000000..89ede32 --- /dev/null +++ b/dev-perl/Gtk3/metadata.xml @@ -0,0 +1,8 @@ + + + + perl + + Gtk3 + +