diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2018-12-10 00:05:03 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2018-12-10 00:23:09 +0100 |
commit | a2c26d467f9272330c784e00f5fd357f5432022e (patch) | |
tree | f609166c46e831ad2f661eb16846e1dc157da8eb /gnome-extra | |
parent | gnome-extra/gnome-contacts: 3.26.1 → 3.30.1 (diff) | |
download | gentoo-a2c26d467f9272330c784e00f5fd357f5432022e.tar.gz gentoo-a2c26d467f9272330c784e00f5fd357f5432022e.tar.bz2 gentoo-a2c26d467f9272330c784e00f5fd357f5432022e.zip |
gnome-extra/gnome-getting-started-docs: 3.26.2 → 3.30.0
Videos switched to VP9. Some updates to Getting Started and
translation updates.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-getting-started-docs/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/gnome-extra/gnome-getting-started-docs/Manifest b/gnome-extra/gnome-getting-started-docs/Manifest index e3ecd6401c00..19da135ad7b4 100644 --- a/gnome-extra/gnome-getting-started-docs/Manifest +++ b/gnome-extra/gnome-getting-started-docs/Manifest @@ -1,2 +1,3 @@ DIST gnome-getting-started-docs-3.24.1.tar.xz 119137908 BLAKE2B 628dab2c9a938f3b265855443e794c1575586d0579692e1a21bae77dd497989cd061cff4dd97090f11719916f24742eedfc81bacb4fdf31536eca78cdd221d6f SHA512 7d44ac4030c3459014f391d10699b48f9be789c196900e29a56574e98698ffe494d3344a7c99f04291c49093827385093877b9047549cc5ff4d352d39297387d DIST gnome-getting-started-docs-3.26.2.tar.xz 119168700 BLAKE2B 2b694dcc01e0a75c6c412f056b330b22232de540ac6c8f2cfe7927270479383e8255e996c15b86693e5cde5822703217aafbf7c3c1aaea1ea73c172fe479afb3 SHA512 9a8447d18f54efa23041f9d28ca8cfcbb18a7917de29f0c7806eb7384f98c23bdd501ef07ab7556e4b74796df2c8a8b531041c9b6eafe71f6e03102ba47e2b00 +DIST gnome-getting-started-docs-3.30.0.tar.xz 110244480 BLAKE2B 91acfa8731a60bb98c88ffb23bf46ba5bc83feee51ed8a6ae7ffff5d5e7c7c5695db9fe715d54ffaa7b1cbe2fbc9c0dcae86b577f81deec6acb7bb57d92f788f SHA512 15d7db0aba5c4ce056700ff6f1d5c23ad5cad5c113ed9c83aa0e569262d6c489bb48eedc697d25e25d3cfae7df3b8da039b84c612b9eba9346b4b4c2b4494952 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 new file mode 100644 index 000000000000..6eaff71d29e9 --- /dev/null +++ b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.30.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Help a new user get started in GNOME" +HOMEPAGE="https://help.gnome.org/" + +LICENSE="CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND="gnome-extra/gnome-user-docs" +DEPEND="dev-util/itstool" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip" |