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 363F8138334 for ; Sat, 3 Nov 2018 19:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCFC9E09B0; Sat, 3 Nov 2018 19:37:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B39D4E09B0 for ; Sat, 3 Nov 2018 19:37:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 65A86335CA6 for ; Sat, 3 Nov 2018 19:37:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70158456 for ; Sat, 3 Nov 2018 19:37:39 +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: <1541273767.2fc8d90c5b4a1b2dbf8587392c32e9c9f975765e.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GooCanvas2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild dev-perl/GooCanvas2/Manifest dev-perl/GooCanvas2/metadata.xml X-VCS-Directories: dev-perl/GooCanvas2/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2fc8d90c5b4a1b2dbf8587392c32e9c9f975765e X-VCS-Branch: master Date: Sat, 3 Nov 2018 19:37: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 X-Archives-Salt: 2a70bc44-77b5-41cc-9d2e-8cf7ffc3fcc7 X-Archives-Hash: 21c27156c786882697ff80ddff0d166f commit: 2fc8d90c5b4a1b2dbf8587392c32e9c9f975765e Author: Kent Fredric gentoo org> AuthorDate: Sat Nov 3 17:18:34 2018 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Nov 3 19:36:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc8d90c dev-perl/GooCanvas2: Add w/ version 0.60.0 re bug #650134 Original ebuild submitted by Chris Mayo, with minor tweaks. Closes: https://bugs.gentoo.org/650134 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Kent Fredric gentoo.org> dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild | 24 ++++++++++++++++++++++++ dev-perl/GooCanvas2/Manifest | 1 + dev-perl/GooCanvas2/metadata.xml | 12 ++++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild b/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild new file mode 100644 index 00000000000..41ac3a6f93c --- /dev/null +++ b/dev-perl/GooCanvas2/GooCanvas2-0.60.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=PERLMAX +DIST_VERSION=0.06 +inherit perl-module + +DESCRIPTION="Perl binding for GooCanvas2 widget using Glib::Object::Introspection" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + x11-libs/goocanvas:2.0 + dev-perl/Gtk3 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test + ) +" diff --git a/dev-perl/GooCanvas2/Manifest b/dev-perl/GooCanvas2/Manifest new file mode 100644 index 00000000000..fdefaab44d0 --- /dev/null +++ b/dev-perl/GooCanvas2/Manifest @@ -0,0 +1 @@ +DIST GooCanvas2-0.06.tar.gz 4684 BLAKE2B 07dc552d8c803c7eaf55acd03fb9e3ba303820fb69d130d54fe635d4e2deebea842bcad021eb1978ef9a1b9cbcf96c8721adf3182a35c370df33be8c569da9ad SHA512 059ea23fe19cc13d7d35933222c444b8012492c7d1a6510ac9b5b608cedab6164a158bda66283f1428d1a79971bc7fe1f3af34715d790a03f951a2628125dda6 diff --git a/dev-perl/GooCanvas2/metadata.xml b/dev-perl/GooCanvas2/metadata.xml new file mode 100644 index 00000000000..2ecc2682331 --- /dev/null +++ b/dev-perl/GooCanvas2/metadata.xml @@ -0,0 +1,12 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + GooCanvas2 + GooCanvas2 + +