Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaran.mccreesh@××××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-2.6.24.20080108.ebuild
Date: Sun, 30 Mar 2008 21:47:17
Message-Id: 20080330224657.543dd80f@snowcone
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-2.6.24.20080108.ebuild by Mark Loeser
1 On Sun, 30 Mar 2008 17:18:44 -0400
2 Mark Loeser <halcy0n@g.o> wrote:
3 > If it is something we want to move forward with, it should be
4 > introduced at the package manager level instead of being an in-tree
5 > package manager specific feature.
6
7 cat /etc/paludis/hooks/ebuild_unpack_post/patches.bash
8 (
9 einfo "Looking for user patches"
10 cd "${S}"
11 patchdir="/etc/paludis/autopatch/${CATEGORY}/${PN}"
12 if [[ -d $patchdir ]] ; then
13 einfo "Applying user patches"
14 for p in $patchdir/*.patch ; do
15 einfo "Applying $(basename ${p} )"
16 patch -p1 < ${p} || exit 1
17 done
18 einfo "Done"
19 fi
20 )
21
22 Not that I'd really encourage its use...
23
24 --
25 Ciaran McCreesh

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies