gnome-extra/yelp-xsl: bump to 3.34.2
authorMart Raudsepp <leio@gentoo.org>
Sat, 4 Apr 2020 21:12:44 +0000 (00:12 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 4 Apr 2020 21:15:17 +0000 (00:15 +0300)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-extra/yelp-xsl/Manifest
gnome-extra/yelp-xsl/yelp-xsl-3.34.2.ebuild [new file with mode: 0644]

index de5120cdeb5295412f9ef1fb527b84a07f6eaf42..aff4a4107b4aee26aba7fd43a3eab835de4941ce 100644 (file)
@@ -1 +1,2 @@
 DIST yelp-xsl-3.32.1.tar.xz 528412 BLAKE2B 0e35757b8bd4139ebf436f69c6254cb26ba92f13d6ce345093b023151d3127f70a866572e6d42c9c93d2faf85abd6dc0ef2720955f5defab3c3415605eaf9152 SHA512 05a03e045c8278faaf39604d6cbccb449130d2c85e3231c8c9737e344fc249cd2949011fb1a0e4fb6085dc21374e7804fc7fa4161f51607d93b301cbcf5453be
+DIST yelp-xsl-3.34.2.tar.xz 640968 BLAKE2B 108d3fb52eb0548a9592442287513d3deea4ef595a252d3a46f6936243404bcdb31bb3adc234ba69e28a4de03ae35b1a5cac5ea2b2ffd4c6e4d4245c00b457b6 SHA512 ec31a46c8ee2f751f84fb309bf9a1ee3af090856b313375afb8db0ba17e9758b1616cddda4945de7c65f163893bb89a94a7372f90040b37a836f5d6173c80472
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.34.2.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.34.2.ebuild
new file mode 100644 (file)
index 0000000..28f7695
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 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
+"