From: Nikos Chantziaras <realnc@gmail.com>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] Re: Making user patches globally available
Date: Fri, 27 Apr 2012 18:55:12 +0300 [thread overview]
Message-ID: <jnefhi$l2q$1@dough.gmane.org> (raw)
In-Reply-To: <pan.2012.04.27.14.15.34@cox.net>
On 27/04/12 17:15, Duncan wrote:
> Zac Medico posted on Thu, 26 Apr 2012 18:41:21 -0700 as excerpted:
>> Having the package manager interact with an eclass function like
>> epatch_user is ugly, and it's unnecessary since we can pull all of the
>> pieces into the package manager in EAPI 5. Any eclasses that currently
>> call epatch_user can have a conditional like this:
>>
>> if has $EAPI 0 1 2 3 4 ; then
>> epatch_user
>> else
>> apply_user_patches_here
>> fi
>
> But that doesn't solve the problem of making it globally available, since
> it only applies to packages/eclasses that already call epatch_user for
> EAPIs thru current EAPI-4.
>
> In ordered to make it globally available, it cannot simply be an EAPI-5
> thing, it must apply to all current ebuilds whether they (or an inherited
> eclass) call epatch_user or not. Which means that conflict with the
> existing epatch_user is unavoidable, since it will either try to run
> twice where it's already called, or it won't run at all where it's not.
According to the source, calling it twice is perfectly safe.
next prev parent reply other threads:[~2012-04-27 16:26 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-15 8:16 [gentoo-dev] Making user patches globally available Ryan Hill
2012-04-15 8:35 ` Zac Medico
2012-04-15 9:03 ` [gentoo-dev] " Ryan Hill
2012-04-15 9:12 ` Zac Medico
2012-04-15 13:46 ` Ian Stakenvicius
2012-04-23 5:04 ` Steven J Long
2012-04-23 5:56 ` Zac Medico
2012-04-28 0:28 ` [gentoo-dev] " Steven J Long
2012-04-18 16:59 ` [gentoo-dev] " Jeroen Roovers
2012-04-18 17:39 ` Mike Frysinger
2012-04-18 17:41 ` Ciaran McCreesh
2012-04-18 18:20 ` Zac Medico
2012-04-18 18:34 ` David Leverton
2012-04-18 19:41 ` Zac Medico
2012-04-18 19:47 ` Michał Górny
2012-04-18 21:41 ` David Leverton
2012-04-26 4:44 ` [gentoo-dev] " Ryan Hill
2012-04-26 5:03 ` Zac Medico
2012-04-26 6:09 ` Ryan Hill
2012-04-26 6:18 ` Duncan
2012-04-26 6:26 ` Zac Medico
2012-04-26 9:55 ` Duncan
2012-04-26 15:21 ` Zac Medico
2012-04-26 22:08 ` Duncan
2012-04-27 1:41 ` Zac Medico
2012-04-27 14:15 ` Duncan
2012-04-27 14:20 ` Michał Górny
2012-04-27 17:19 ` Zac Medico
2012-04-27 18:01 ` Ulrich Mueller
2012-04-27 18:10 ` Zac Medico
2012-04-27 18:42 ` Alec Warner
2012-04-27 18:57 ` Michał Górny
2012-04-27 19:26 ` Zac Medico
2012-04-27 19:26 ` Ciaran McCreesh
2012-04-27 19:43 ` Ulrich Mueller
2012-04-27 19:58 ` Michał Górny
2012-04-27 20:12 ` EAPI 5 (Was: Re: [gentoo-dev] Re: Making user patches globally available) Ciaran McCreesh
2012-04-28 8:40 ` Pacho Ramos
2012-04-28 8:52 ` Michał Górny
2012-04-28 9:34 ` Ciaran McCreesh
2012-04-28 10:09 ` Francesco Riosa
2012-04-28 15:16 ` Ciaran McCreesh
2012-04-27 14:27 ` [gentoo-dev] Re: Making user patches globally available Ciaran McCreesh
2012-04-27 15:41 ` Zac Medico
2012-04-27 15:45 ` Ciaran McCreesh
2012-04-27 15:55 ` Zac Medico
2012-04-27 16:00 ` Ciaran McCreesh
2012-04-27 16:08 ` Zac Medico
2012-04-27 16:11 ` Ciaran McCreesh
2012-04-27 16:19 ` Zac Medico
2012-04-27 15:55 ` Nikos Chantziaras [this message]
2012-04-28 2:29 ` Duncan
2012-04-26 18:27 ` Michał Górny
2012-04-26 18:43 ` Zac Medico
2012-04-26 18:50 ` Michał Górny
2012-04-26 18:55 ` Ciaran McCreesh
2012-04-15 8:53 ` [gentoo-dev] " Patrick Lauer
2012-04-15 9:18 ` [gentoo-dev] " Ryan Hill
2012-04-15 9:25 ` [gentoo-dev] " Sergei Trofimovich
2012-04-15 23:34 ` [gentoo-dev] " Duncan
2012-04-15 11:00 ` [gentoo-dev] " Andreas K. Huettel
2012-04-15 13:55 ` Michał Górny
2012-04-15 22:19 ` William Hubbs
2012-04-16 8:12 ` Michał Górny
2012-04-15 14:01 ` Michał Górny
2012-04-15 16:25 ` 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='jnefhi$l2q$1@dough.gmane.org' \
--to=realnc@gmail.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