From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F5321396D9 for ; Tue, 24 Oct 2017 02:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05302BC056; Tue, 24 Oct 2017 02:43:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F73E2BC055 for ; Tue, 24 Oct 2017 02:43:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FB7433C4EE for ; Tue, 24 Oct 2017 02:43:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B0C83A for ; Tue, 24 Oct 2017 02:43:13 +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: <1508810796.ad9d08df98248d3f8455d7cb85b6c929e77abcfb.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild dev-perl/Gtk2-Unique/metadata.xml X-VCS-Directories: dev-perl/Gtk2-Unique/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: ad9d08df98248d3f8455d7cb85b6c929e77abcfb X-VCS-Branch: master Date: Tue, 24 Oct 2017 02:43:13 +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: 7181d0f8-a6ed-47a9-8206-35d4f1590625 X-Archives-Hash: 22c414d416b042c2cf914f9067f11e55 commit: ad9d08df98248d3f8455d7cb85b6c929e77abcfb Author: Kent Fredric gentoo org> AuthorDate: Tue Oct 24 02:06:36 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Tue Oct 24 02:06:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9d08df dev-perl/Gtk2-Unique: Enable tests - EAPI6 - Enable X tests - add USE=examples Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild | 31 +++++++++++++++++++++++ dev-perl/Gtk2-Unique/metadata.xml | 24 +++++++++--------- 2 files changed, 43 insertions(+), 12 deletions(-) diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild new file mode 100644 index 00000000000..782aba3410f --- /dev/null +++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=POTYL +DIST_VERSION=0.05 +DIST_EXAMPLES=( "examples/*" ) +inherit perl-module virtualx + +DESCRIPTION="Perl binding for C libunique library" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-libs/libunique:1 + dev-perl/Gtk2 +" +DEPEND="${RDEPEND} + dev-perl/glib-perl + dev-perl/ExtUtils-Depends + dev-perl/ExtUtils-PkgConfig +" + +PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch ) + +src_test() { + virtx perl-module_src_test +} diff --git a/dev-perl/Gtk2-Unique/metadata.xml b/dev-perl/Gtk2-Unique/metadata.xml index 33b3c194520..3a9e1ff13cd 100644 --- a/dev-perl/Gtk2-Unique/metadata.xml +++ b/dev-perl/Gtk2-Unique/metadata.xml @@ -1,16 +1,16 @@ - -hwoarang@gentoo.org -Markos Chandras - - -perl@gentoo.org -Gentoo Perl Project - - -Gtk2-Unique -Gtk2::Unique - + + hwoarang@gentoo.org + Markos Chandras + + + perl@gentoo.org + Gentoo Perl Project + + + Gtk2-Unique + Gtk2::Unique +