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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D009515800F for ; Tue, 7 Feb 2023 16:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C19FE077C; Tue, 7 Feb 2023 16:34:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E007BE077C for ; Tue, 7 Feb 2023 16:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA47C340D20 for ; Tue, 7 Feb 2023 16:34:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 911C58A0 for ; Tue, 7 Feb 2023 16:34:53 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1675787681.1a8cd068f3d2fe1987c6066d07b504886e7ec674.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/GooCanvas2-CairoTypes/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild X-VCS-Directories: dev-perl/GooCanvas2-CairoTypes/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1a8cd068f3d2fe1987c6066d07b504886e7ec674 X-VCS-Branch: master Date: Tue, 7 Feb 2023 16:34:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cc8e1941-d2ef-4cd6-b057-f0f11cd9e125 X-Archives-Hash: 40eacf6f88c79d92357ccae8a3935dc6 commit: 1a8cd068f3d2fe1987c6066d07b504886e7ec674 Author: Alexey Sokolov asokolov org> AuthorDate: Tue Feb 7 16:34:41 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 7 16:34:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8cd068 dev-perl/GooCanvas2-CairoTypes: update EAPI 7 -> 8 Closes: https://github.com/gentoo/gentoo/pull/29451 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: David Seifert gentoo.org> .../GooCanvas2-CairoTypes-0.1.0-r1.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild b/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild new file mode 100644 index 000000000000..b046f50749a9 --- /dev/null +++ b/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=ASOKOLOV +DIST_VERSION=0.001 +inherit perl-module + +DESCRIPTION="Bridge between GooCanvas2 and Cairo types" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-perl/Cairo + dev-perl/glib-perl + dev-perl/Gtk3 + x11-libs/cairo + x11-libs/goocanvas:2.0[introspection] +" +BDEPEND="${RDEPEND} + dev-perl/ExtUtils-Depends + dev-perl/ExtUtils-PkgConfig + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + ) +"