Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-user-docs/
Date: Mon, 04 Jun 2018 11:51:27
Message-Id: 1528113016.e49ebaaae48a40685486d31984baa44043e7b779.sobhan@gentoo
1 commit: e49ebaaae48a40685486d31984baa44043e7b779
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 4 11:50:16 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 4 11:50:16 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e49ebaaa
7
8 gnome-extra/gnome-user-docs: bump
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 .../gnome-user-docs-3.26.2.1.ebuild | 40 ++++++++++++++++++++++
14 gnome-extra/gnome-user-docs/metadata.xml | 8 +++++
15 2 files changed, 48 insertions(+)
16
17 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
18 new file mode 100644
19 index 00000000..ef444c49
20 --- /dev/null
21 +++ b/gnome-extra/gnome-user-docs/gnome-user-docs-3.26.2.1.ebuild
22 @@ -0,0 +1,40 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +inherit gnome2
28 +
29 +DESCRIPTION="GNOME end user documentation"
30 +HOMEPAGE="https://git.gnome.org/browse/gnome-user-docs"
31 +
32 +LICENSE="CC-BY-3.0"
33 +SLOT="0"
34 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
35 +IUSE="test"
36 +
37 +RDEPEND=""
38 +DEPEND="
39 + test? ( dev-libs/libxml2 )
40 +"
41 +# eautoreconf requires:
42 +# app-text/yelp-tools
43 +# rebuilding translations requires:
44 +# app-text/yelp-tools
45 +# dev-util/gettext
46 +
47 +# This ebuild does not install any binaries
48 +RESTRICT="binchecks strip"
49 +
50 +src_configure() {
51 + # itstool is only needed for rebuilding translations
52 + # xmllint is only needed for tests
53 + gnome2_src_configure \
54 + $(usex test "" XMLLINT=$(type -P true)) \
55 + ITSTOOL=$(type -P true)
56 +}
57 +
58 +src_compile() {
59 + # Do not compile; "make all" with unset LINGUAS rebuilds all translations,
60 + # which can take > 2 hours on a Core i7.
61 + return
62 +}
63
64 diff --git a/gnome-extra/gnome-user-docs/metadata.xml b/gnome-extra/gnome-user-docs/metadata.xml
65 new file mode 100644
66 index 00000000..39980802
67 --- /dev/null
68 +++ b/gnome-extra/gnome-user-docs/metadata.xml
69 @@ -0,0 +1,8 @@
70 +<?xml version="1.0" encoding="UTF-8"?>
71 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 +<pkgmetadata>
73 +<maintainer type="project">
74 + <email>gnome@g.o</email>
75 + <name>Gentoo GNOME Desktop</name>
76 +</maintainer>
77 +</pkgmetadata>