gnome-extra/gnome-user-docs: version bump 3.22.0 → 3.24.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Gilles Dartiguelongue
2017-08-13 00:08:45 +02:00
parent bf115ccc37
commit da4e5f53f1
2 changed files with 41 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gnome-user-docs-3.22.0.tar.xz 14148700 SHA256 7467825a1c56ae2522fe9e36622a84b8887c731bb5f24cecfbf49acc66f6e3fc SHA512 d81768b1c2bb5e32fa6d81358dc8fce24d1a6af4a01553c30879a73afb86bde8ece513f5bd08df9fd1bd4e8cc545ee49f2f072391eed13703d804f73c71c696e WHIRLPOOL 55f7b2a79fb4040b2d8f353fea0a2d4f45a8aa315d6934501ced1bd258c011fe9827743060f79ea4a77f04cd0971041ff272c822e68f76c262e03fc70b1bdc46
DIST gnome-user-docs-3.24.2.tar.xz 14167700 SHA256 c1c53059c892bf9f78c7a934ab3a05ece35e2dacd828272e74a77a4f5975e65f SHA512 7725ceb6d079d244f9f764c54b2d374588a808c8f1b2e70f655e1d3e3dc957cab3a8edcfe3d000c5d4520e9d9da031585a20ade978b66753ef3b2c912230a87d WHIRLPOOL 954757569efa4de1eadc237dba29ebb69a9d64a4a490b9d676d032e483dddefa03cbc402bcf1fb18fee6702b7765a4f39d0247bbaa7edf740b24b6ae8cd9b107

View File

@@ -0,0 +1,40 @@
# Copyright 1999-2017 Gentoo Foundation
# 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 ~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
}