5763df6d82b6b65a9d8ed63efd5fd24614669b57
[gentoo.git] / app-text / yelp-tools / yelp-tools-3.18.0.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="5"
5 GCONF_DEBUG="no"
6
7 inherit gnome2
8
9 DESCRIPTION="Collection of tools for building and converting documentation"
10 HOMEPAGE="https://wiki.gnome.org/Apps/Yelp/Tools"
11
12 LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely distributable
13 SLOT="0"
14 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
15 IUSE=""
16
17 RDEPEND="
18         >=dev-libs/libxml2-2.6.12
19         >=dev-libs/libxslt-1.1.8
20         dev-util/itstool
21         >=gnome-extra/yelp-xsl-3.17.3
22         virtual/awk
23 "
24 DEPEND="${RDEPEND}
25         virtual/pkgconfig
26 "