You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Alexander Shorin <kx...@gmail.com> on 2013/07/26 14:57:03 UTC

Re: git commit: updated refs/heads/master to 198f936

erhm..Dirkjan,

you should know that "USE=latex emerge sphinx" is a bad style to
emerge things since this would be broken on next emerge -uDN world
why not to suggest to put this flag to /etc/portage/package.use
instead as Gentoo guides recommends to?
--
,,,^..^,,,


On Fri, Jul 26, 2013 at 4:53 PM,  <dj...@apache.org> wrote:
> Updated Branches:
>   refs/heads/master cab589943 -> 198f93657
>
>
> Add DEVELOPERS section for Gentoo systems.
>
>
> Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
> Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/198f9365
> Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/198f9365
> Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/198f9365
>
> Branch: refs/heads/master
> Commit: 198f936572b2ed04642d07e0c70df6067ed67581
> Parents: cab5899
> Author: Dirkjan Ochtman <dj...@apache.org>
> Authored: Fri Jul 26 14:49:12 2013 +0200
> Committer: Dirkjan Ochtman <dj...@apache.org>
> Committed: Fri Jul 26 14:49:12 2013 +0200
>
> ----------------------------------------------------------------------
>  DEVELOPERS | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/couchdb/blob/198f9365/DEVELOPERS
> ----------------------------------------------------------------------
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 9e48e9b..7f57fbc 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -61,8 +61,22 @@ Optional dependencies:
>      sudo apt-get install texinfo
>      sudo apt-get install gnupg
>
> +Gentoo-based Systems
> +~~~~~~~~~~~~~~~~~~~~
> +
> +    sudo emerge autoconf
> +    sudo emerge autoconf-archive
> +    sudo emerge texinfo
> +    sudo emerge gnupg
> +    sudo emerge coreutils
> +    sudo emerge pkgconfig
> +    sudo emerge help2man
> +    sudo emerge automake
> +    sudo USE=latex emerge sphinx
> +
>  RedHat-based (Fedora, Centos, RHEL) Systems
>  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> +
>      sudo yum install help2man
>      sudo yum install python-sphinx
>      sudo yum install python-docutils
>

Re: git commit: updated refs/heads/master to 198f936

Posted by Dirkjan Ochtman <di...@ochtman.nl>.
On Fri, Jul 26, 2013 at 3:09 PM, Alexander Shorin <kx...@gmail.com> wrote:
> Oh how I hope that you have to right. The first thing that they'll hit
> will be missed sudo, I'm sure (:
> Ok, I'll fix this in docs.

There's not really that many developers who'll be reading this, anyway.

Cheers,

Dirkjan

Re: git commit: updated refs/heads/master to 198f936

Posted by Alexander Shorin <kx...@gmail.com>.
On Fri, Jul 26, 2013 at 5:04 PM, Dirkjan Ochtman <di...@ochtman.nl> wrote:
> On Fri, Jul 26, 2013 at 2:57 PM, Alexander Shorin <kx...@gmail.com> wrote:
>> erhm..Dirkjan,
>>
>> you should know that "USE=latex emerge sphinx" is a bad style to
>> emerge things since this would be broken on next emerge -uDN world
>> why not to suggest to put this flag to /etc/portage/package.use
>> instead as Gentoo guides recommends to?
>
> Because I'm lazy. People reading this should be able to figure out
> that they need the USE-flag for Sphinx, and this is the shortest way
> of making that clear in this terse developer documentation thingy.
>
> Cheers,
>
> Dirkjan

Oh how I hope that you have to right. The first thing that they'll hit
will be missed sudo, I'm sure (:
Ok, I'll fix this in docs.

--
,,,^..^,,,

Re: git commit: updated refs/heads/master to 198f936

Posted by Dirkjan Ochtman <di...@ochtman.nl>.
On Fri, Jul 26, 2013 at 2:57 PM, Alexander Shorin <kx...@gmail.com> wrote:
> erhm..Dirkjan,
>
> you should know that "USE=latex emerge sphinx" is a bad style to
> emerge things since this would be broken on next emerge -uDN world
> why not to suggest to put this flag to /etc/portage/package.use
> instead as Gentoo guides recommends to?

Because I'm lazy. People reading this should be able to figure out
that they need the USE-flag for Sphinx, and this is the shortest way
of making that clear in this terse developer documentation thingy.

Cheers,

Dirkjan