summaryrefslogtreecommitdiff
path: root/gnome-extra/yelp-xsl
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/yelp-xsl')
-rw-r--r--gnome-extra/yelp-xsl/Manifest2
-rw-r--r--gnome-extra/yelp-xsl/yelp-xsl-3.32.1.ebuild25
2 files changed, 27 insertions, 0 deletions
diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest
index c32b0dc3fd27..9ca799ba8fdd 100644
--- a/gnome-extra/yelp-xsl/Manifest
+++ b/gnome-extra/yelp-xsl/Manifest
@@ -1,5 +1,7 @@
DIST yelp-xsl-3.20.1.tar.xz 568400 BLAKE2B f61151777eee346d08ecee2903fcf34759581b782662658a6af68f6623e62f9773ef842fa430655871033f39f10aa50481543c4d88f94c6484709fcd3d3776a7 SHA512 7ea22c3180261917d1a277a9b5023f9b2b22346bc3f55cdb1c61c4ae8f78411da93058b55f99c25c9a1bedad21ffa6c3dc460e1ee98614a84a4efa2c2449baac
DIST yelp-xsl-3.30.1.tar.xz 518444 BLAKE2B 013dc16b04129c714c1938a0cb02f9f833a5a234dc1414387350c01c6f7659e87b0aa6b40e063605b0e5858e2bbf5201410b892ad728086cbca117e4bb942d74 SHA512 34d3a7a95af72a6676db1da2e6bf0fe1dbb3a69b1a82cab2998e305a76dd140012af129c204531c9bb03c5e0593286a4d8833e68b401903e967005f422c6a54e
+DIST yelp-xsl-3.32.1.tar.xz 528412 BLAKE2B 0e35757b8bd4139ebf436f69c6254cb26ba92f13d6ce345093b023151d3127f70a866572e6d42c9c93d2faf85abd6dc0ef2720955f5defab3c3415605eaf9152 SHA512 05a03e045c8278faaf39604d6cbccb449130d2c85e3231c8c9737e344fc249cd2949011fb1a0e4fb6085dc21374e7804fc7fa4161f51607d93b301cbcf5453be
EBUILD yelp-xsl-3.20.1.ebuild 591 BLAKE2B 7168a720b5fccd8e694b0b5c9ac78b3a7e1ca56b302efe52b01ad5b957d5a5ef54965b71e7b55c8900c4c03ec320a4f0fc1ba802b0fb3dd10dfc0534e7fd3198 SHA512 37205b98bebfd7eec5c1551e8d02e53ac48505dbd6acd869ff517dda29d9a2f2f6a099fefd06da09c36a466651fe31bc0d08ec84f6fd070e970c9a559181f1d8
EBUILD yelp-xsl-3.30.1.ebuild 589 BLAKE2B 0e8f73b2af9bb8a45425f1e9bfb0a96def9aab3a497adfc6036050b804d614552978b110a1db3d4183d4e3c8df138eeb34e71ed2bd08e2d4ddb0797ac3071f49 SHA512 481a1a44247f0eb2606e2ba279b195974f4ded42cc1dcf66ad6ba2a57dff00d95136055bef24be95830b77842ac1e0e9765f29438936fedc72d75f548f31bb06
+EBUILD yelp-xsl-3.32.1.ebuild 599 BLAKE2B a9bba82f44d874654e7416f428080f9ec6b4c3e8ea059a679a1369cc8851d6397a427e79380c173ff07859cb3b748bd9186f84e8309e6b3828c42bf3c80f7f4b SHA512 61169b15ef31de6db2f9d385976d9c926235a35cf4b7bd5ac01c00634a0e7ba2a6def20c46b0b35376bca7bb01b63a025092c5222bacaff978394f75cda19e33
MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.32.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.32.1.ebuild
new file mode 100644
index 000000000000..2c0738f168cc
--- /dev/null
+++ b/gnome-extra/yelp-xsl/yelp-xsl-3.32.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 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 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-libs/libxml2-2.6.12:=
+ >=dev-libs/libxslt-1.1.8:=
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.40
+ >=dev-util/itstool-1.2.0
+ sys-devel/gettext
+ virtual/awk
+ virtual/pkgconfig
+"