summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-12-12 23:07:45 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2013-12-13 00:20:45 +0100
commit8acf41e6e746f1c66be86b84812aa27efc310d52 (patch)
tree5082f35970314f5a9710c210af14ffaa4c3b890b
parentgnome-extra/gnome-shell-extensions: 3.8.4 → 3.10.1 (diff)
downloadgnome-8acf41e6e746f1c66be86b84812aa27efc310d52.tar.gz
gnome-8acf41e6e746f1c66be86b84812aa27efc310d52.tar.bz2
gnome-8acf41e6e746f1c66be86b84812aa27efc310d52.zip
gnome-extra/yelp-xsl: 3.8.1 → 3.10.1
-rw-r--r--gnome-extra/yelp-xsl/Manifest11
-rw-r--r--gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild27
-rw-r--r--gnome-extra/yelp-xsl/yelp-xsl-9999.ebuild13
3 files changed, 46 insertions, 5 deletions
diff --git a/gnome-extra/yelp-xsl/Manifest b/gnome-extra/yelp-xsl/Manifest
new file mode 100644
index 00000000..9d61d504
--- /dev/null
+++ b/gnome-extra/yelp-xsl/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST yelp-xsl-3.10.1.tar.xz 595912 SHA256 59c6dee3999121f6ffd33a9c5228316b75bc22e3bd68fff310beb4eeff245887 SHA512 02a081705da0947937048a55fe10503bfc63b1ebbccc8c0c8a59beeaebc3132e7f00090137c60a068f482f9e31e984b635e3135b0ef99763c13d171e959939fb WHIRLPOOL 9982a34b7ebe6a9fd2ce9824e0ff7a6c6b7fde1c2af8859aa59aec2f1393f3e6073919f9488cace924727b6235fca354cea3d1340fc906e838f244bef1a2e513
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.22 (GNU/Linux)
+
+iEYEAREKAAYFAlKqM7IACgkQ1fmVwcYIWAYrYwCgvfr0CXr9jua4QsZ6z+1llbJ2
+HD4An3nxEDT6nOqrIlUxNtpmdGTxWzA9
+=t4iT
+-----END PGP SIGNATURE-----
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild
new file mode 100644
index 00000000..cdac2964
--- /dev/null
+++ b/gnome-extra/yelp-xsl/yelp-xsl-3.10.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+inherit gnome.org
+
+DESCRIPTION="XSL stylesheets for yelp"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="GPL-2+ LGPL-2.1+ MIT FDL-1.1+"
+SLOT="0"
+IUSE=""
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-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
+"
diff --git a/gnome-extra/yelp-xsl/yelp-xsl-9999.ebuild b/gnome-extra/yelp-xsl/yelp-xsl-9999.ebuild
index 4b26000c..5ce5d7a5 100644
--- a/gnome-extra/yelp-xsl/yelp-xsl-9999.ebuild
+++ b/gnome-extra/yelp-xsl/yelp-xsl-9999.ebuild
@@ -18,14 +18,17 @@ IUSE=""
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux"
fi
-RDEPEND=">=dev-libs/libxml2-2.6.12
- >=dev-libs/libxslt-1.1.8"
+RDEPEND="
+ >=dev-libs/libxml2-2.6.12:=
+ >=dev-libs/libxslt-1.1.8:=
+"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
- dev-util/itstool
+ >=dev-util/itstool-1.2.0
sys-devel/gettext
virtual/awk
- virtual/pkgconfig"
+ virtual/pkgconfig
+"