public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petteri Räty" <betelgeuse@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-2.6.24.20080108.ebuild
Date: Mon, 31 Mar 2008 00:57:45 +0300	[thread overview]
Message-ID: <47F00CD9.1000608@gentoo.org> (raw)
In-Reply-To: <20080330224657.543dd80f@snowcone>

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

Ciaran McCreesh kirjoitti:
> On Sun, 30 Mar 2008 17:18:44 -0400
> Mark Loeser <halcy0n@gentoo.org> wrote:
>> If it is something we want to move forward with, it should be
>> introduced at the package manager level instead of being an in-tree
>> package manager specific feature.
> 
> cat /etc/paludis/hooks/ebuild_unpack_post/patches.bash
> (
>     einfo "Looking for user patches"
>     cd "${S}"
>     patchdir="/etc/paludis/autopatch/${CATEGORY}/${PN}"
>     if [[ -d $patchdir ]] ; then
>         einfo "Applying user patches"
>         for p in $patchdir/*.patch ; do
>             einfo "Applying $(basename ${p} )"
>             patch -p1 < ${p} || exit 1
>         done
>         einfo "Done"
>     fi
> )
> 
> Not that I'd really encourage its use...
> 

A similar hook can be rewritten (and I think solar already has) using 
Portage bashrc support so we already have the custom patching support.

Regards,
Petteri


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

  reply	other threads:[~2008-03-30 21:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1Jfeop-0005oU-6S@stork.gentoo.org>
2008-03-30  5:40 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-2.6.24.20080108.ebuild Donnie Berkholz
2008-03-30 16:13   ` Mike Frysinger
2008-03-30 19:19   ` Mark Loeser
2008-03-30 19:44     ` Mike Frysinger
2008-03-30 21:18       ` Mark Loeser
2008-03-30 21:42         ` Markus Ullmann
2008-03-30 21:46         ` Ciaran McCreesh
2008-03-30 21:57           ` Petteri Räty [this message]
2008-03-31  0:39         ` Mike Frysinger
2008-03-31  6:21           ` Duncan
2008-03-31 10:15             ` Peter Volkov
2008-03-31 18:04               ` Duncan
2008-03-31 15:37         ` User patches (Was: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-2.6.24.20080108.ebuild) Vlastimil Babka
2008-03-31 19:26           ` Thomas de Grenier de Latour

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=47F00CD9.1000608@gentoo.org \
    --to=betelgeuse@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