From: Jeremy Olexa <darkside@gentoo.org>
To: <gentoo-dev@lists.gentoo.org>, <fordfrog@gentoo.org>
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-util/netbeans: ChangeLog netbeans-6.9-r3.ebuild
Date: Wed, 21 Jul 2010 09:35:53 -0500 [thread overview]
Message-ID: <feb07ff1599ed9f61202d6dc95acbe71@localhost> (raw)
In-Reply-To: <20100719202440.76AB22CF39@corvid.gentoo.org>
On Mon, 19 Jul 2010 20:24:40 +0000 (UTC), "Miroslav Sulc (fordfrog)"
<fordfrog@gentoo.org> wrote:
> fordfrog 10/07/19 20:24:40
>
> Modified: ChangeLog netbeans-6.9-r3.ebuild
> Log:
> netbeans-6.9-r3: added support for including custom patches when
> building netbeans
> + # Support for custom patches
> + if [ -n "{NETBEANS_PATCHES_DIR}" -a -d "${NETBEANS_PATCHES_DIR}" ] ; then
> + local files=`find "${NETBEANS_PATCHES_DIR}" -type f`
> +
> + if [ -n "${files}" ] ; then
> + einfo "Applying custom patches:"
> +
> + for file in ${files} ; do
> + epatch "${file}"
> + done
> + fi
> + fi
> +
Miroslav, You just reinvented the wheel :) Any reason why epatch_user()
from euitls.eclass doesn't work here?
-Jeremy
next parent reply other threads:[~2010-07-21 14:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20100719202440.76AB22CF39@corvid.gentoo.org>
2010-07-21 14:35 ` Jeremy Olexa [this message]
2010-07-21 15:18 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-util/netbeans: ChangeLog netbeans-6.9-r3.ebuild "Miroslav Šulc (fordfrog)"
2010-07-22 8:44 ` [gentoo-dev] " Peter Volkov
2010-07-22 12:32 ` "Miroslav Šulc (fordfrog)"
2010-07-22 13:19 ` Peter Volkov
2010-07-22 17:14 ` Mike Frysinger
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=feb07ff1599ed9f61202d6dc95acbe71@localhost \
--to=darkside@gentoo.org \
--cc=fordfrog@gentoo.org \
--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