Previously maintained in ::perl-experimental by Torsten Veller and
myself.
Ebuild hybridized from that and submission by Chris Mayo, with
USE="examples" added.
Bug: https://bugs.gentoo.org/650132
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
--- /dev/null
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=1.004
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Integrate Cairo into the Glib type system"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ x11-libs/cairo[glib]
+ >=dev-perl/glib-perl-1.224.0
+ >=dev-perl/Cairo-1.80.0
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/ExtUtils-Depends-0.200.0
+ >=dev-perl/ExtUtils-PkgConfig-1.0.0
+"
--- /dev/null
+DIST Cairo-GObject-1.004.tar.gz 16786 BLAKE2B f4369281f3b827ef232827b6efd553dbae6453aca621ab070a7bf3d3d43c893c2710b8afb4ae4ba4105310d6acf6c80f1819aa107767f3197e920b1980fbee1a SHA512 fa48e1f6466e0a9d6ebf44205f55459dc8af7b3e94d0cd93e4b4ab985969e6940f96926c485a70ecf2dc6fdc5896e743751fcb615cc5d2e614c091b8b5564bd9
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Cairo-GObject</remote-id>
+ <remote-id type="cpan-module">Cairo::GObject</remote-id>
+ <remote-id type="cpan-module">Cairo::GObject::Install::Files</remote-id>
+ </upstream>
+</pkgmetadata>