summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-15 21:08:48 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-15 21:15:26 -0400
commite9a0be867bb65fe806a46bc813b12fc2f7a58911 (patch)
treecf86397c2bde7940c314ef4447a5512fd11eaa84 /app-text/yelp-tools/yelp-tools-40.0.ebuild
parentgnome-extra/yelp: Version bump to 40.0 (diff)
downloadgentoo-e9a0be867bb65fe806a46bc813b12fc2f7a58911.tar.gz
gentoo-e9a0be867bb65fe806a46bc813b12fc2f7a58911.tar.bz2
gentoo-e9a0be867bb65fe806a46bc813b12fc2f7a58911.zip
app-text/yelp-tools: Version bump to 40.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/yelp-tools/yelp-tools-40.0.ebuild')
-rw-r--r--app-text/yelp-tools/yelp-tools-40.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-text/yelp-tools/yelp-tools-40.0.ebuild b/app-text/yelp-tools/yelp-tools-40.0.ebuild
new file mode 100644
index 000000000000..9a95c578eaca
--- /dev/null
+++ b/app-text/yelp-tools/yelp-tools-40.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2 meson
+
+DESCRIPTION="Collection of tools for building and converting documentation"
+HOMEPAGE="https://wiki.gnome.org/Apps/Yelp/Tools"
+
+LICENSE="|| ( GPL-2+ freedist ) GPL-2+" # yelp.m4 is GPL2 || freely distributable
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-libs/libxml2-2.6.12
+ >=dev-libs/libxslt-1.1.8
+ dev-util/itstool
+ >=gnome-extra/yelp-xsl-3.36
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ virtual/pkgconfig
+"