diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-03-21 22:42:30 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-03-21 22:48:47 -0700 |
commit | fa540f0e6a6bcf50d414eb0e99562ad811ce027b (patch) | |
tree | c560d64c557e1aed978b6dceb48e63d4cfdabf4f /gnome-extra | |
parent | dev-cpp/gtkmm: Version bump to 4.6.1 (diff) | |
download | gentoo-fa540f0e6a6bcf50d414eb0e99562ad811ce027b.tar.gz gentoo-fa540f0e6a6bcf50d414eb0e99562ad811ce027b.tar.bz2 gentoo-fa540f0e6a6bcf50d414eb0e99562ad811ce027b.zip |
gnome-extra/yelp-xsl: Version bump to 42.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/yelp-xsl/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest index 83766a615bd6..9e47bbb82701 100644 --- a/gnome-extra/yelp-xsl/Manifest +++ b/gnome-extra/yelp-xsl/Manifest @@ -1 +1,2 @@ DIST yelp-xsl-41.1.tar.xz 661572 BLAKE2B d7a0ab809722d7159d587a0fa761f69c0c73c7336caabad85e685a79e541d87b9aec9cabc474376f55596f92dc0dbbb146fcbe885dbc0377641312549d8eb5a3 SHA512 1ffdf2feb5ca69824efdb86c3e290ebbe639c41f3cef7bd5af3550ddf1667e9e347ecc20d66cbd6f5860ae9245ba34d359d1fdaf53fa3944fd578d9ac5652a59 +DIST yelp-xsl-42.0.tar.xz 663824 BLAKE2B bf1ceae255a6166cda81be57e0cae14c25e4668d70e16bafb3aeaf0958b2393c4c6be8a4575b24fc7560fdddd60c3790b89890015d13f4124445f037549781de SHA512 70d86bedd00fd38ffefb82962b591b710aa6ba59f9a12c968d5c47afeed9f4afecfb5e1228fbaba3acab5d5673cb6511d3d51674f7602f5001835d9c134fedda diff --git a/gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild new file mode 100644 index 000000000000..382c6415e10f --- /dev/null +++ b/gnome-extra/yelp-xsl/yelp-xsl-42.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit gnome2 + +DESCRIPTION="XSL stylesheets for yelp" +HOMEPAGE="https://gitlab.gnome.org/GNOME/yelp-xsl" + +LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + >=dev-libs/libxml2-2.6.12:= + >=dev-libs/libxslt-1.1.8:= +" +RDEPEND="${DEPEND}" +BDEPEND=" + >=dev-util/itstool-1.2.0 + >=sys-devel/gettext-0.19.8 + virtual/awk + virtual/pkgconfig +" |