Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65631 - patch eclass
Summary: patch eclass
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-27 22:29 UTC by Dmitry S. Kulyabov
Modified: 2005-04-05 01:17 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
eclass/patch.eclass (patch.eclass,4.64 KB, text/plain)
2004-09-27 22:31 UTC, Dmitry S. Kulyabov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry S. Kulyabov 2004-09-27 22:29:51 UTC
Patches arrangement

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Dmitry S. Kulyabov 2004-09-27 22:31:16 UTC
Created attachment 40579 [details]
eclass/patch.eclass
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-09-28 02:01:37 UTC
Please explain the purpose of this eclass modification.

Please also attach the differance between this file and the original as a text patch attachment.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2004-09-29 09:22:46 UTC
dimitry please see previous comment
Comment 4 SpanKY gentoo-dev 2004-09-29 11:38:21 UTC
most of this is handled by epatch in eutils.eclass while the rest i dont think needs an eclass to handle
Comment 5 Dmitry S. Kulyabov 2004-09-30 00:10:39 UTC
This isn't simple function like epatch().
This may be like UNIPATCH conception from kernel-2.ebuild.
This eclass for uniform placement and automatic applaying patches.
Comment 6 SpanKY gentoo-dev 2004-09-30 08:21:36 UTC
epatch isnt just a 'simple' function

it can be used for bulk patching ... i dont really see a need for automatic patching such as you describe; people can use epatch

if the only thing that would benefit here is the kernel, they already have their own patch system in place

in other words, this eclass needs to have a justification before it will be added