diff options
author | mudler <mudler@sabayon.org> | 2016-09-04 15:28:26 +0200 |
---|---|---|
committer | Ettore Di Giacinto <mudler@gentoo.org> | 2016-11-21 11:59:37 +0100 |
commit | a99bcaf97c85581446dfe5c87357549801057f4b (patch) | |
tree | c3f073f9fb74f4a6cdcbf5f0ca3e215dfcaa0f3b /mate-extra/mate-user-guide/mate-user-guide-1.14.0.ebuild | |
parent | mate-base/mate-desktop: Version bump to 1.14.1 (diff) | |
download | gentoo-a99bcaf97c85581446dfe5c87357549801057f4b.tar.gz gentoo-a99bcaf97c85581446dfe5c87357549801057f4b.tar.bz2 gentoo-a99bcaf97c85581446dfe5c87357549801057f4b.zip |
mate-extra/mate-user-guide: Version bump to 1.14.0
Package-Manager: portage-2.2.26
Diffstat (limited to 'mate-extra/mate-user-guide/mate-user-guide-1.14.0.ebuild')
-rw-r--r-- | mate-extra/mate-user-guide/mate-user-guide-1.14.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mate-extra/mate-user-guide/mate-user-guide-1.14.0.ebuild b/mate-extra/mate-user-guide/mate-user-guide-1.14.0.ebuild new file mode 100644 index 000000000000..bf18632eb35f --- /dev/null +++ b/mate-extra/mate-user-guide/mate-user-guide-1.14.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MATE_LA_PUNT="yes" + +inherit mate + +if [[ ${PV} != 9999 ]]; then + KEYWORDS="~amd64 ~arm ~x86" +fi + +DESCRIPTION="User documentation for MATE Desktop" +LICENSE="GPL-2 LGPL-2" +SLOT="0" + +COMMON_DEPEND="virtual/libintl:0" + +RDEPEND="${COMMON_DEPEND} + gnome-extra/yelp" + +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.40:* + app-text/yelp-tools + sys-devel/gettext:* + virtual/pkgconfig:* + !!mate-base/mate-desktop[user-guide]" |