Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: app-text/yelp-tools/
Date: Thu, 29 Sep 2011 08:26:18
Message-Id: 6c2d4111e46c2b2d55e6c6d16ae52d84d6968791.tetromino@gentoo
1 commit: 6c2d4111e46c2b2d55e6c6d16ae52d84d6968791
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 29 06:02:55 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Thu Sep 29 06:31:10 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6c2d4111
7
8 app-text/yelp-tools: new package
9
10 Add the new gnome-3.2 utilities for creating documentation.
11
12 ---
13 app-text/yelp-tools/yelp-tools-3.2.0.ebuild | 33 +++++++++++++++++++++++++++
14 app-text/yelp-tools/yelp-tools-9999.ebuild | 33 +++++++++++++++++++++++++++
15 2 files changed, 66 insertions(+), 0 deletions(-)
16
17 diff --git a/app-text/yelp-tools/yelp-tools-3.2.0.ebuild b/app-text/yelp-tools/yelp-tools-3.2.0.ebuild
18 new file mode 100644
19 index 0000000..8e0c6d7
20 --- /dev/null
21 +++ b/app-text/yelp-tools/yelp-tools-3.2.0.ebuild
22 @@ -0,0 +1,33 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI="4"
28 +GCONF_DEBUG="no"
29 +
30 +inherit gnome2
31 +if [[ ${PV} = 9999 ]]; then
32 + inherit gnome2-live
33 +fi
34 +
35 +DESCRIPTION="Collection of tools for building and converting documentation"
36 +HOMEPAGE="http://www.gnome.org/"
37 +
38 +LICENSE="GPL-2 freedist" # yelp.m4 is freely distributable
39 +SLOT="0"
40 +if [[ ${PV} = 9999 ]]; then
41 + KEYWORDS=""
42 +else
43 + KEYWORDS="~amd64 ~x86"
44 +fi
45 +IUSE=""
46 +
47 +RDEPEND=">=dev-libs/libxml2-2.6.12
48 + >=dev-libs/libxslt-1.1.8
49 + dev-util/itstool
50 + gnome-extra/yelp-xsl
51 + sys-apps/gawk"
52 +DEPEND="${RDEPEND}
53 + dev-util/pkgconfig"
54 +
55 +DOCS="AUTHORS NEWS README"
56
57 diff --git a/app-text/yelp-tools/yelp-tools-9999.ebuild b/app-text/yelp-tools/yelp-tools-9999.ebuild
58 new file mode 100644
59 index 0000000..8e0c6d7
60 --- /dev/null
61 +++ b/app-text/yelp-tools/yelp-tools-9999.ebuild
62 @@ -0,0 +1,33 @@
63 +# Copyright 1999-2011 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +# $Header: $
66 +
67 +EAPI="4"
68 +GCONF_DEBUG="no"
69 +
70 +inherit gnome2
71 +if [[ ${PV} = 9999 ]]; then
72 + inherit gnome2-live
73 +fi
74 +
75 +DESCRIPTION="Collection of tools for building and converting documentation"
76 +HOMEPAGE="http://www.gnome.org/"
77 +
78 +LICENSE="GPL-2 freedist" # yelp.m4 is freely distributable
79 +SLOT="0"
80 +if [[ ${PV} = 9999 ]]; then
81 + KEYWORDS=""
82 +else
83 + KEYWORDS="~amd64 ~x86"
84 +fi
85 +IUSE=""
86 +
87 +RDEPEND=">=dev-libs/libxml2-2.6.12
88 + >=dev-libs/libxslt-1.1.8
89 + dev-util/itstool
90 + gnome-extra/yelp-xsl
91 + sys-apps/gawk"
92 +DEPEND="${RDEPEND}
93 + dev-util/pkgconfig"
94 +
95 +DOCS="AUTHORS NEWS README"