sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / Cairo-GObject / Cairo-GObject-1.5.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DIST_AUTHOR=XAOC
7 DIST_VERSION=1.005
8 DIST_EXAMPLES=("examples/*")
9 inherit perl-module
10
11 DESCRIPTION="Integrate Cairo into the Glib type system"
12
13 LICENSE="LGPL-2.1+"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16
17 RDEPEND="
18         x11-libs/cairo[glib]
19         >=dev-perl/glib-perl-1.224.0
20         >=dev-perl/Cairo-1.80.0
21 "
22 BDEPEND="${RDEPEND}
23         virtual/perl-ExtUtils-MakeMaker
24         >=dev-perl/ExtUtils-Depends-0.200.0
25         >=dev-perl/ExtUtils-PkgConfig-1.0.0
26 "