summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-12-18 17:52:15 -0500
committerMatt Turner <mattst88@gentoo.org>2021-12-18 18:39:07 -0500
commit66adf74fc6a2700bbf09bd7e38a7241609c8c71f (patch)
tree248fc385521fa365689d2f3601c2655675c8d7c1 /gnome-extra/yelp-xsl
parentdev-util/itstool: Version bump to 2.0.7 (diff)
downloadgentoo-66adf74fc6a2700bbf09bd7e38a7241609c8c71f.tar.gz
gentoo-66adf74fc6a2700bbf09bd7e38a7241609c8c71f.tar.bz2
gentoo-66adf74fc6a2700bbf09bd7e38a7241609c8c71f.zip
gnome-extra/yelp-xsl: Version bump to 41.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-extra/yelp-xsl')
-rw-r--r--gnome-extra/yelp-xsl/Manifest1
-rw-r--r--gnome-extra/yelp-xsl/yelp-xsl-41.1.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest
index 6af4a4e4350d..d788b453a85a 100644
--- a/gnome-extra/yelp-xsl/Manifest
+++ b/gnome-extra/yelp-xsl/Manifest
@@ -1 +1,2 @@
DIST yelp-xsl-40.2.tar.xz 660556 BLAKE2B 1cc5605f8a272c968b1deff85917e755d6ae13c826ccb21b8a14f8e6d2d21ea2d5ce5781350370994ba1f84009fea15789389b392f8ce111e67e3f948d042b42 SHA512 d365d6d873878a640244053efa9f2b9f7330a8bbca1c47073f0617c1f9150f58e91b48ac7d28e5b65fd113d612afd65b5f9c3d16a6958a957130f85d2f866483
+DIST yelp-xsl-41.1.tar.xz 661572 BLAKE2B d7a0ab809722d7159d587a0fa761f69c0c73c7336caabad85e685a79e541d87b9aec9cabc474376f55596f92dc0dbbb146fcbe885dbc0377641312549d8eb5a3 SHA512 1ffdf2feb5ca69824efdb86c3e290ebbe639c41f3cef7bd5af3550ddf1667e9e347ecc20d66cbd6f5860ae9245ba34d359d1fdaf53fa3944fd578d9ac5652a59
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-41.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-41.1.ebuild
new file mode 100644
index 000000000000..54fb45cb2f9a
--- /dev/null
+++ b/gnome-extra/yelp-xsl/yelp-xsl-41.1.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
+
+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
+"