gnome-extra/gnome-user-docs: bump to 3.32.3
authorMart Raudsepp <leio@gentoo.org>
Mon, 23 Sep 2019 15:11:54 +0000 (18:11 +0300)
committerMart Raudsepp <leio@gentoo.org>
Thu, 26 Sep 2019 18:34:26 +0000 (21:34 +0300)
Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-extra/gnome-user-docs/Manifest
gnome-extra/gnome-user-docs/gnome-user-docs-3.32.3.ebuild [new file with mode: 0644]

index cb62df90e59da86c8f5aaedaae59eb0ddf7591dc..30c14ff3c96ae16b5dd91a1049ee9788b8f43bd1 100644 (file)
@@ -1 +1,2 @@
 DIST gnome-user-docs-3.30.2.tar.xz 15707236 BLAKE2B 4a0f83078c8a0360719a89f8a2a0d79d564452fe65e7037479288730c5155be1b26901c10863e9b35727c23458b7015ade326db6a6f78fa95b8f541b3dc5b361 SHA512 43f2d12a1f5ca03e5af24f599f688f1ed849d8466cb12f4b67c36601a1b6e236bd98e505ebcde677ae80be8cca71b32996bcb87715fa50c30cc5729ffc957b33
+DIST gnome-user-docs-3.32.3.tar.xz 15861776 BLAKE2B cc4a73319ced02d7e087d2e9e1a70db22fbac3f9bebc34deb029c913573b34b58977007fe274841c6b61d05c3e169f959425c28846f1c741944f61c1c01b53a2 SHA512 4b62be1812ae67283281ec9d5dfd7e694dd01c04ede949cef76ab42dde72b74f90a67bc359e86700f515ddff920fb81a40e91acef56c85b40b49ce0505c1f7ed
diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.32.3.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.32.3.ebuild
new file mode 100644 (file)
index 0000000..3f59c88
--- /dev/null
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="GNOME end user documentation"
+HOMEPAGE="https://git.gnome.org/browse/gnome-user-docs"
+
+LICENSE="CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+       test? ( dev-libs/libxml2 )
+"
+# eautoreconf requires:
+#      app-text/yelp-tools
+# rebuilding translations requires:
+#      app-text/yelp-tools
+#      dev-util/gettext
+
+# This ebuild does not install any binaries
+RESTRICT="binchecks strip"
+
+src_configure() {
+       # itstool is only needed for rebuilding translations
+       # xmllint is only needed for tests
+       gnome2_src_configure \
+               $(usex test "" XMLLINT=$(type -P true)) \
+               ITSTOOL=$(type -P true)
+}
+
+src_compile() {
+       # Do not compile; "make all" with unset LINGUAS rebuilds all translations,
+       # which can take > 2 hours on a Core i7.
+       return
+}