Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-user-docs/
Date: Wed, 28 Sep 2011 05:41:13
Message-Id: b178d8fbcdae6942310b3b3f17c062954e7fb3bb.tetromino@gentoo
1 commit: b178d8fbcdae6942310b3b3f17c062954e7fb3bb
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 28 04:02:07 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 28 04:30:54 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b178d8fb
7
8 gnome-extra/gnome-user-docs: add 3.2.0.1
9
10 Update the license to CC-Attribution-3.0.
11 Update the dependencies (the build system now uses itstool and xmllint,
12 and scrollkeeper, mentioned in the spec file, is not actually used
13 enywhere; the documentation is now in mallard format instead of
14 docbook).
15 Drop the test USE flag since "make check" does not need any additional
16 tools besides xmllint and itstool.
17
18 ---
19 .../gnome-user-docs/gnome-user-docs-3.2.0.1.ebuild | 30 ++++++++++++++++++++
20 1 files changed, 30 insertions(+), 0 deletions(-)
21
22 diff --git a/gnome-extra/gnome-user-docs/gnome-user-docs-3.2.0.1.ebuild b/gnome-extra/gnome-user-docs/gnome-user-docs-3.2.0.1.ebuild
23 new file mode 100644
24 index 0000000..56cd5bb
25 --- /dev/null
26 +++ b/gnome-extra/gnome-user-docs/gnome-user-docs-3.2.0.1.ebuild
27 @@ -0,0 +1,30 @@
28 +# Copyright 1999-2011 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Header: $
31 +
32 +EAPI="4"
33 +GCONF_DEBUG="no"
34 +
35 +inherit gnome2
36 +
37 +DESCRIPTION="GNOME end user documentation"
38 +HOMEPAGE="http://www.gnome.org/"
39 +
40 +LICENSE="CC-Attribution-3.0"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
43 +IUSE=""
44 +
45 +# Newer gnome-doc-utils is needed for RNGs
46 +# libxml2 needed for xmllint
47 +# scrollkeeper is referenced in gnome-user-docs.spec, but is not used
48 +RDEPEND=""
49 +DEPEND=">=app-text/gnome-doc-utils-0.20.5
50 + dev-libs/libxml2
51 + dev-util/itstool
52 + sys-devel/gettext"
53 +
54 +# This ebuild does not install any binaries
55 +RESTRICT="binchecks strip"
56 +
57 +DOCS="AUTHORS ChangeLog NEWS README"