sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / mate-extra / mate-calc / mate-calc-1.24.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit mate
7
8 if [[ ${PV} != 9999 ]]; then
9         KEYWORDS="~amd64 ~arm ~arm64 ~x86"
10 fi
11
12 DESCRIPTION="Calculator for MATE"
13 LICENSE="CC-BY-SA-3.0 GPL-2+"
14 SLOT="0"
15
16 IUSE=""
17
18 COMMON_DEPEND="
19         dev-libs/atk
20         >=dev-libs/glib-2.50:2
21         dev-libs/libxml2:2
22         >=x11-libs/gtk+-3.22:3
23         x11-libs/pango"
24
25 RDEPEND="${COMMON_DEPEND}
26         virtual/libintl
27 "
28
29 DEPEND="${COMMON_DEPEND}
30         app-text/yelp-tools
31         dev-libs/libxml2
32         >=sys-devel/gettext-0.19.8:*
33         virtual/pkgconfig:*"