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