summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2018-12-14 12:45:05 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2018-12-14 13:08:30 +0100
commitb59207f67c0b430a593a170798200b174956d6ab (patch)
treec15d68d70f0e8eb25b8f0e244727fb33c76c0959 /gnome-extra/yelp-xsl
parentgnome-extra/sushi: 3.24.0 → 3.30.0 (diff)
downloadgentoo-b59207f67c0b430a593a170798200b174956d6ab.tar.gz
gentoo-b59207f67c0b430a593a170798200b174956d6ab.tar.bz2
gentoo-b59207f67c0b430a593a170798200b174956d6ab.zip
gnome-extra/yelp-xsl: 3.20.1 → 3.30.1
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Gilles Dartiguelongue <eva@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-3.30.1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest
index 288a0adc592c..c437211dd756 100644
--- a/gnome-extra/yelp-xsl/Manifest
+++ b/gnome-extra/yelp-xsl/Manifest
@@ -1 +1,2 @@
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
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.30.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.30.1.ebuild
new file mode 100644
index 000000000000..cb9510deef39
--- /dev/null
+++ b/gnome-extra/yelp-xsl/yelp-xsl-3.30.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 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
+"