diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-02-14 23:25:42 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-02-14 23:42:34 +0200 |
commit | 3511c2b0f23f4401ab869181c259e15e6f168a67 (patch) | |
tree | fb45ac69b2b800902ea19c53d1f6f67140c82495 /gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild | |
parent | gnome-extra/gnome-getting-started-docs: remove old (diff) | |
download | gentoo-3511c2b0f23f4401ab869181c259e15e6f168a67.tar.gz gentoo-3511c2b0f23f4401ab869181c259e15e6f168a67.tar.bz2 gentoo-3511c2b0f23f4401ab869181c259e15e6f168a67.zip |
gnome-extra/yelp-xsl: bump to 3.36.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild')
-rw-r--r-- | gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild new file mode 100644 index 000000000000..29a5e84f6294 --- /dev/null +++ b/gnome-extra/yelp-xsl/yelp-xsl-3.36.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="XSL stylesheets for yelp" +HOMEPAGE="https://git.gnome.org/browse/yelp-xsl" + +LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+" +SLOT="0" +IUSE="" +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:= +" +DEPEND="${RDEPEND} + >=dev-util/itstool-1.2.0 + >=sys-devel/gettext-0.19.8 + virtual/awk + virtual/pkgconfig +" |