Gentoo Archives: gentoo-dev

From: "Michael Sterrett -Mr. Bones.-" <msterret@××××.com>
To: Gentoo Dev <gentoo-dev@l.g.o>
Cc: Doug Goldstein <cardoe@g.o>
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/evms: ChangeLog evms-2.5.5-r8.ebuild
Date: Thu, 11 Oct 2007 16:32:30
Message-Id: Pine.LNX.4.64.0710111219000.17498@rutrow.coat.com
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/evms: ChangeLog evms-2.5.5-r8.ebuild by "Tiziano Müller"
1 On Thu, 11 Oct 2007, Tiziano Mller wrote:
2
3 > Am Dienstag, 9. Oktober 2007 14.56:24 schrieb Doug Goldstein:
4 >> Donnie Berkholz wrote:
5 >>> On 22:01 Mon 08 Oct , Doug Goldstein (cardoe) wrote:
6 >>>> 1.1 sys-fs/evms/evms-2.5.5-r8.ebuild
7 >>>>
8 >>>> file :
9 >>>> http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/evms-2.5.5-r
10 >>>> 8.ebuild?rev=1.1&view=markup plain:
11 >>>> http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/evms/evms-2.5.5-r
12 >>>> 8.ebuild?rev=1.1&content-type=text/plain
13 >>>>
14 >>>> epatch "${FILESDIR}/${PV}/md_super_fix.patch"
15 >>>> epatch "${FILESDIR}/${PV}/ntfs_unmkfs.patch"
16 >>>> epatch "${FILESDIR}/${PV}/raid5_degrade_fix_v2.patch"
17 >>>> epatch "${FILESDIR}/${PV}/raid5_remove_spare_fix.patch"
18 >>>> epatch "${FILESDIR}/${PV}/raid5_remove_spare_fix_2.patch"
19 >>>> epatch "${FILESDIR}/${PV}/raid5_algorithm.patch"
20 >>>> epatch "${FILESDIR}/${PV}/cli_reload_options.patch"
21 >>>> epatch "${FILESDIR}/${PV}/cli_query_segfault.patch"
22 >>>> epatch "${FILESDIR}/${PV}/get_geometry.patch"
23 >>>> epatch "${FILESDIR}/${PV}/BaseName.patch"
24 >>>> epatch "${FILESDIR}/${PV}/disk_cache.patch"
25 >>>>
26 >>>> epatch "${FILESDIR}/${P}-as-needed.patch"
27 >>>> epatch "${FILESDIR}/${P}-glib_dep.patch"
28 >>>> epatch "${FILESDIR}/${P}-ocfs2.patch"
29 >>>> epatch "${FILESDIR}/${P}-use_disk_group.patch"
30 >>>> epatch "${FILESDIR}/${P}-pagesize.patch"
31 >>>
32 >>> This would be another good candidate for using epatch's bulk patching,
33 >>> particularly if you moved the last group of patches into the PV
34 >>> directory.
35 >>
36 >> dev-zero?
37 > Nope. The stuff in ${PV} are the patches upstream has on their servers, while
38 > the others are mostly Gentoo-specific or something else. So I want them to be
39 > separated.
40 > And I don't see any reason to start renaming now.
41
42 Still no good reason not to just call epatch once:
43
44 epatch \
45 list \
46 of \
47 patches \
48 here
49
50 Michael Sterrett
51 -Mr. Bones.-
52 mr_bones_@g.o