From: Mark Bateman <couldbe@soon.com>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] Re: [RFC] base.eclass
Date: Sun, 3 Jan 2010 00:56:25 +0000 (UTC) [thread overview]
Message-ID: <loom.20100103T015234-344@post.gmane.org> (raw)
In-Reply-To: 4B3F6BB5.1030703@gentoo.org
Tomáš Chvátal <scarabeus <at> gentoo.org> writes:
>
> Hola,
> I have incorporated all fixes to base.eclass that has been itching me
> for a while (closes both open bugs).
>
> Whats new:
> * base_src_install docs
> this thingie install docs and html_docs from bash array defined in
> global scope (or anywhere else indeed :P)
>
> * all bash variable arrays including the PATCHES one have support for
> folders
>
> * using same codestyle everywhere...
>
> * using pushd/popd instead of cd
>
> Diff and full eclass attached.
>
> Living link:
> http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob;f=eclass/base.eclass
>
There seems to be alot of unquoted variables
65 base_src_util $@
90 case $1 in
95 [[ ! -z "${A}" ]] && unpack ${A}
117 oldval=${EPATCH_SOURCE}
118 EPATCH_SOURCE=${x}
120 EPATCH_SOURCE=${oldval}
Also a typo: an "n" slipped in
130 popd > n/dev/null
next prev parent reply other threads:[~2010-01-03 1:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-02 15:52 [gentoo-dev] [RFC] base.eclass Tomáš Chvátal
2010-01-02 16:12 ` Ben de Groot
2010-01-02 16:31 ` Tomáš Chvátal
2010-01-03 0:56 ` Mark Bateman [this message]
2010-01-03 1:56 ` [gentoo-dev] " Tomáš Chvátal
2010-01-03 6:23 ` Harald van Dijk
2010-01-03 10:28 ` Ulrich Mueller
2010-01-03 11:00 ` Harald van Dijk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20100103T015234-344@post.gmane.org \
--to=couldbe@soon.com \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox