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: Sun, 09 Dec 2018 23:23:39
Message-Id: 1544397789.a2c26d467f9272330c784e00f5fd357f5432022e.eva@gentoo
1 commit: a2c26d467f9272330c784e00f5fd357f5432022e
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 9 23:05:03 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 9 23:23:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c26d46
7
8 gnome-extra/gnome-getting-started-docs: 3.26.2 → 3.30.0
9
10 Videos switched to VP9. Some updates to Getting Started and
11 translation updates.
12
13 Package-Manager: Portage-2.3.52, Repoman-2.3.12
14 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
15
16 gnome-extra/gnome-getting-started-docs/Manifest | 1 +
17 .../gnome-getting-started-docs-3.30.0.ebuild | 19 +++++++++++++++++++
18 2 files changed, 20 insertions(+)
19
20 diff --git a/gnome-extra/gnome-getting-started-docs/Manifest b/gnome-extra/gnome-getting-started-docs/Manifest
21 index e3ecd6401c0..19da135ad7b 100644
22 --- a/gnome-extra/gnome-getting-started-docs/Manifest
23 +++ b/gnome-extra/gnome-getting-started-docs/Manifest
24 @@ -1,2 +1,3 @@
25 DIST gnome-getting-started-docs-3.24.1.tar.xz 119137908 BLAKE2B 628dab2c9a938f3b265855443e794c1575586d0579692e1a21bae77dd497989cd061cff4dd97090f11719916f24742eedfc81bacb4fdf31536eca78cdd221d6f SHA512 7d44ac4030c3459014f391d10699b48f9be789c196900e29a56574e98698ffe494d3344a7c99f04291c49093827385093877b9047549cc5ff4d352d39297387d
26 DIST gnome-getting-started-docs-3.26.2.tar.xz 119168700 BLAKE2B 2b694dcc01e0a75c6c412f056b330b22232de540ac6c8f2cfe7927270479383e8255e996c15b86693e5cde5822703217aafbf7c3c1aaea1ea73c172fe479afb3 SHA512 9a8447d18f54efa23041f9d28ca8cfcbb18a7917de29f0c7806eb7384f98c23bdd501ef07ab7556e4b74796df2c8a8b531041c9b6eafe71f6e03102ba47e2b00
27 +DIST gnome-getting-started-docs-3.30.0.tar.xz 110244480 BLAKE2B 91acfa8731a60bb98c88ffb23bf46ba5bc83feee51ed8a6ae7ffff5d5e7c7c5695db9fe715d54ffaa7b1cbe2fbc9c0dcae86b577f81deec6acb7bb57d92f788f SHA512 15d7db0aba5c4ce056700ff6f1d5c23ad5cad5c113ed9c83aa0e569262d6c489bb48eedc697d25e25d3cfae7df3b8da039b84c612b9eba9346b4b4c2b4494952
28
29 diff --git a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.ebuild b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.ebuild
30 new file mode 100644
31 index 00000000000..6eaff71d29e
32 --- /dev/null
33 +++ b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.ebuild
34 @@ -0,0 +1,19 @@
35 +# Copyright 1999-2018 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +inherit gnome2
40 +
41 +DESCRIPTION="Help a new user get started in GNOME"
42 +HOMEPAGE="https://help.gnome.org/"
43 +
44 +LICENSE="CC-BY-SA-3.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~x86"
47 +IUSE=""
48 +
49 +RDEPEND="gnome-extra/gnome-user-docs"
50 +DEPEND="dev-util/itstool"
51 +
52 +# This ebuild does not install any binaries
53 +RESTRICT="binchecks strip"