Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-getting-started-docs/
Date: Sat, 12 Aug 2017 23:15:49
Message-Id: 1502579693.bf115ccc37e60fdd945faf2a1bff019cbeb0649e.eva@gentoo
1 commit: bf115ccc37e60fdd945faf2a1bff019cbeb0649e
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 12 22:04:36 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 12 23:14:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf115ccc
7
8 gnome-extra/gnome-getting-started-docs: version bump 3.22.0 → 3.24.1
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 gnome-extra/gnome-getting-started-docs/Manifest | 1 +
13 .../gnome-getting-started-docs-3.24.1.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/gnome-extra/gnome-getting-started-docs/Manifest b/gnome-extra/gnome-getting-started-docs/Manifest
17 index 1c5c559a92f..46120a6be0b 100644
18 --- a/gnome-extra/gnome-getting-started-docs/Manifest
19 +++ b/gnome-extra/gnome-getting-started-docs/Manifest
20 @@ -1 +1,2 @@
21 DIST gnome-getting-started-docs-3.22.0.tar.xz 119100024 SHA256 22b11fb4f6fd9f6d595dc01d5989fb1652c9a63732a4d1c997f3f5f82da75722 SHA512 8eeebe70054a5fe68bd19c81b0725d3f2084c92aa91c925653bb2e53d4cb66c592d78af1e5446bc8063e9f0bf19f684d8b22c01b8300886ff32dca228f45cb6f WHIRLPOOL cfa524a87c1a6a4650733357dc138d47aa453ada149a0601ff5897cbfc1f306ac4c0deedd968ca0b798a9068c6dd43c617cee145bf506a934716a928efcc0022
22 +DIST gnome-getting-started-docs-3.24.1.tar.xz 119137908 SHA256 9e62895362597cf563696852294a4838cea7243f0116767c254c870b7ba94a97 SHA512 7d44ac4030c3459014f391d10699b48f9be789c196900e29a56574e98698ffe494d3344a7c99f04291c49093827385093877b9047549cc5ff4d352d39297387d WHIRLPOOL e7ba9a0f7577f7f6e8b5e35b4a80f2f103f28426b87e6d273376bc7911e53807582c2e4e7816d0d96cd4576f79ab432b542e43293e7c64df5f18599f4f213248
23
24 diff --git a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.24.1.ebuild b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.24.1.ebuild
25 new file mode 100644
26 index 00000000000..011e9083ce7
27 --- /dev/null
28 +++ b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.24.1.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +inherit gnome2
35 +
36 +DESCRIPTION="Help a new user get started in GNOME"
37 +HOMEPAGE="https://help.gnome.org/"
38 +
39 +LICENSE="CC-BY-SA-3.0"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~arm ~x86"
42 +IUSE=""
43 +
44 +RDEPEND="gnome-extra/gnome-user-docs"
45 +DEPEND="app-text/yelp-tools"
46 +
47 +# This ebuild does not install any binaries
48 +RESTRICT="binchecks strip"