Gentoo Archives: gentoo-commits

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