commit: e49ebaaae48a40685486d31984baa44043e7b779 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> AuthorDate: Mon Jun 4 11:50:16 2018 +0000 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> CommitDate: Mon Jun 4 11:50:16 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e49ebaaa
gnome-extra/gnome-user-docs: bump Package-Manager: Portage-2.3.36, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 .../gnome-user-docs-3.26.2.1.ebuild | 40 ++++++++++++++++++++++ gnome-extra/gnome-user-docs/metadata.xml | 8 +++++ 2 files changed, 48 insertions(+) diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.26.2.1.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.26.2.1.ebuild new file mode 100644 index 00000000..ef444c49 --- /dev/null +++ b/gnome-extra/gnome-user-docs/gnome-user-docs-3.26.2.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 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 +} diff --git a/gnome-extra/gnome-user-docs/metadata.xml b/gnome-extra/gnome-user-docs/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/gnome-extra/gnome-user-docs/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +</pkgmetadata>
