commit: 10db43d1ab1a7a6a9c8ce216a7fccdc97a5be740 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sat May 2 17:49:46 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sat May 2 18:09:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=10db43d1
gnome-extra/gnome-getting-started-docs: 3.14.1 → 3.16.1 .../gnome-getting-started-docs-3.16.1.ebuild | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.16.1.ebuild b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.16.1.ebuild new file mode 100644 index 0000000..7bc551b --- /dev/null +++ b/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.16.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +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=" + app-text/yelp-tools + dev-util/itstool + sys-devel/gettext + virtual/pkgconfig +" + +# This ebuild does not install any binaries +RESTRICT="binchecks strip"
