commit:     1a8cd068f3d2fe1987c6066d07b504886e7ec674
Author:     Alexey Sokolov <alexey+gentoo <AT> asokolov <DOT> org>
AuthorDate: Tue Feb  7 16:34:41 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <alexey+gentoo <AT> asokolov.org>
Signed-off-by: David Seifert <soap <AT> 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
+       )
+"

Reply via email to