diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-12-07 14:26:07 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-12-07 14:26:07 +0200 |
commit | fcbfa36bca98d854fb57a89153dee5a7af52370f (patch) | |
tree | f9e01a8ae3528354cbfcc05ce121b1cfb527cd22 /gnome-extra | |
parent | sys-apps/gnome-disk-utility: bump to 3.30.2, add longdesc (diff) | |
download | gentoo-fcbfa36bca98d854fb57a89153dee5a7af52370f.tar.gz gentoo-fcbfa36bca98d854fb57a89153dee5a7af52370f.tar.bz2 gentoo-fcbfa36bca98d854fb57a89153dee5a7af52370f.zip |
gnome-extra/gnome-getting-started-docs: bump to 3.26.2
Also downgrade yelp-tools dep to just itstool, as the former could
only be required with a full eautoreconf, if even then.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
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.26.2.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 ac8b535c4e2b..e3ecd6401c00 100644 --- a/gnome-extra/gnome-getting-started-docs/Manifest +++ b/gnome-extra/gnome-getting-started-docs/Manifest @@ -1 +1,2 @@ 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 diff --git a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.26.2.ebuild b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.26.2.ebuild new file mode 100644 index 000000000000..6eaff71d29e9 --- /dev/null +++ b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.26.2.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" |