From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-catalyst+bounces-2353-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QaeqN-0005wu-QL
	for garchives@archives.gentoo.org; Sun, 26 Jun 2011 02:13:04 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B31C71C0A5;
	Sun, 26 Jun 2011 02:05:35 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id F1C931C157
	for <gentoo-catalyst@lists.gentoo.org>; Sun, 26 Jun 2011 02:02:44 +0000 (UTC)
Received: from mail-vw0-f53.google.com (mail-vw0-f53.google.com [209.85.212.53])
	(using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	(Authenticated sender: mattst88)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 47E0E2AC0F2
	for <gentoo-catalyst@lists.gentoo.org>; Sun, 26 Jun 2011 02:02:44 +0000 (UTC)
Received: by vws13 with SMTP id 13so3389789vws.40
        for <gentoo-catalyst@lists.gentoo.org>; Sat, 25 Jun 2011 19:02:42 -0700 (PDT)
Received: by 10.52.24.66 with SMTP id s2mr6371411vdf.196.1309053762097; Sat,
 25 Jun 2011 19:02:42 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-catalyst@lists.gentoo.org>
List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org>
X-BeenThere: gentoo-catalyst@lists.gentoo.org
Reply-to: gentoo-catalyst@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.52.158.168 with HTTP; Sat, 25 Jun 2011 19:02:22 -0700 (PDT)
In-Reply-To: <4E061FD0.4050009@gentoo.org>
References: <4E03DD4C.7050005@gentoo.org> <1308899274.624.67.camel@tablet>
 <4E04C66B.4010302@gentoo.org> <BANLkTinzTfe+xVPPawAG1fRM-H8pNDfEOw@mail.gmail.com>
 <4E061FD0.4050009@gentoo.org>
From: Matt Turner <mattst88@gentoo.org>
Date: Sat, 25 Jun 2011 22:02:22 -0400
Message-ID: <BANLkTimJSLxA8wRU0HPemibB0ObscFqmHQ@mail.gmail.com>
Subject: Re: [gentoo-catalyst] Migrating man page to asciidoc?
To: gentoo-catalyst@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 
X-Archives-Hash: 3123b13f8ee67230e8a228b13ecc6499

On Sat, Jun 25, 2011 at 1:50 PM, Sebastian Pipping <sping@gentoo.org> wrote:
> On 06/25/2011 07:30 PM, Matt Turner wrote:
>> I see that you've committed these changes to only the catalyst_2
>> branch, and not master. Will you commit them to master as well?
>
> Yes, in a minute.

I get this when trying to do `EGIT_BRANCH="catalyst_2" emerge
=catalyst-9999` I suppose because asciidoc isn't listed as a
dependency.

./doc/make_subarch_table_guidexml.py
a2x --conf-file=doc/asciidoc.conf --attribute="catalystversion=`fgrep
'__version__=' catalyst | sed 's|^__version__="\(.*\)"$|\1|'`" \
         --format=manpage -D files "doc/catalyst.1.txt"
/bin/sh: a2x: command not found
make: *** [files/catalyst.1] Error 127
emake failed

but I see that asciidoc has quite a number of dependencies.

[ebuild  N     ] media-libs/jpeg-8c  USE="-static-libs"
[ebuild  N     ] app-text/build-docbook-catalog-1.6
[ebuild  N     ] media-libs/libpng-1.4.7  USE="-apng -static-libs"
[ebuild  N     ] virtual/jpeg-0  USE="-static-libs"
[ebuild  N     ] dev-libs/libgpg-error-1.10  USE="nls -common-lisp
-static-libs"
[ebuild  N     ] app-text/sgml-common-0.6.3-r5
[ebuild  N     ] dev-lang/swig-2.0.4  USE="pcre -ccache -doc"
[ebuild  N     ] dev-util/gtk-doc-am-1.17
[ebuild  N     ] app-text/docbook-xsl-stylesheets-1.76.1
[ebuild  N     ] dev-libs/libgcrypt-1.5.0_beta1-r2  USE="-static-libs"
[ebuild  N     ] media-libs/gd-2.0.35-r3  USE="fontconfig jpeg png
truetype zlib -static-libs -xpm"
[ebuild  N     ] dev-libs/glib-2.28.8  USE="static-libs -debug -doc
-fam (-introspection) (-selinux) -test -xattr"
[ebuild  N     ] media-gfx/graphviz-2.26.3-r3  USE="nls perl python
-cairo -doc -examples -gtk (-java) -lasi -ruby -static-libs -tcl"
[ebuild  N     ] app-text/docbook-xml-dtd-4.5-r1
[ebuild  N     ] dev-libs/libxslt-1.1.26-r1  USE="crypt python -debug"
[ebuild  N     ] app-text/asciidoc-8.6.5  USE="-examples -highlight
-test -vim-syntax"

Is there some way we can slim this down? Presumably asciidoc isn't
going to be using any image-related programs for generating a man
page.

Matt