Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Migrating man page to asciidoc?
Date: Sun, 26 Jun 2011 02:13:04
Message-Id: BANLkTimJSLxA8wRU0HPemibB0ObscFqmHQ@mail.gmail.com
In Reply to: Re: [gentoo-catalyst] Migrating man page to asciidoc? by Sebastian Pipping
1 On Sat, Jun 25, 2011 at 1:50 PM, Sebastian Pipping <sping@g.o> wrote:
2 > On 06/25/2011 07:30 PM, Matt Turner wrote:
3 >> I see that you've committed these changes to only the catalyst_2
4 >> branch, and not master. Will you commit them to master as well?
5 >
6 > Yes, in a minute.
7
8 I get this when trying to do `EGIT_BRANCH="catalyst_2" emerge
9 =catalyst-9999` I suppose because asciidoc isn't listed as a
10 dependency.
11
12 ./doc/make_subarch_table_guidexml.py
13 a2x --conf-file=doc/asciidoc.conf --attribute="catalystversion=`fgrep
14 '__version__=' catalyst | sed 's|^__version__="\(.*\)"$|\1|'`" \
15 --format=manpage -D files "doc/catalyst.1.txt"
16 /bin/sh: a2x: command not found
17 make: *** [files/catalyst.1] Error 127
18 emake failed
19
20 but I see that asciidoc has quite a number of dependencies.
21
22 [ebuild N ] media-libs/jpeg-8c USE="-static-libs"
23 [ebuild N ] app-text/build-docbook-catalog-1.6
24 [ebuild N ] media-libs/libpng-1.4.7 USE="-apng -static-libs"
25 [ebuild N ] virtual/jpeg-0 USE="-static-libs"
26 [ebuild N ] dev-libs/libgpg-error-1.10 USE="nls -common-lisp
27 -static-libs"
28 [ebuild N ] app-text/sgml-common-0.6.3-r5
29 [ebuild N ] dev-lang/swig-2.0.4 USE="pcre -ccache -doc"
30 [ebuild N ] dev-util/gtk-doc-am-1.17
31 [ebuild N ] app-text/docbook-xsl-stylesheets-1.76.1
32 [ebuild N ] dev-libs/libgcrypt-1.5.0_beta1-r2 USE="-static-libs"
33 [ebuild N ] media-libs/gd-2.0.35-r3 USE="fontconfig jpeg png
34 truetype zlib -static-libs -xpm"
35 [ebuild N ] dev-libs/glib-2.28.8 USE="static-libs -debug -doc
36 -fam (-introspection) (-selinux) -test -xattr"
37 [ebuild N ] media-gfx/graphviz-2.26.3-r3 USE="nls perl python
38 -cairo -doc -examples -gtk (-java) -lasi -ruby -static-libs -tcl"
39 [ebuild N ] app-text/docbook-xml-dtd-4.5-r1
40 [ebuild N ] dev-libs/libxslt-1.1.26-r1 USE="crypt python -debug"
41 [ebuild N ] app-text/asciidoc-8.6.5 USE="-examples -highlight
42 -test -vim-syntax"
43
44 Is there some way we can slim this down? Presumably asciidoc isn't
45 going to be using any image-related programs for generating a man
46 page.
47
48 Matt

Replies

Subject Author
Re: [gentoo-catalyst] Migrating man page to asciidoc? Sebastian Pipping <sping@g.o>
Re: [gentoo-catalyst] Migrating man page to asciidoc? Sebastian Pipping <sping@g.o>