-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop epatch command and rework eapply explanation #331
Conversation
Update references throughout. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once backup file is removed.
PATCHES=( | ||
"${FILESDIR}/${P}-destdir.patch" | ||
"${FILESDIR}/${P}-parallel_build.patch" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps add some example comments and upstream patch links, to make it clear that we really want people documenting why they apply patches, and where they get them from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a reference to the Patches chapter where all these things are explained. IMHO it doesn't make much sense to repeat it here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but let's add some example comments nevertheless, for good measure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better now?
PATCHES=( | ||
"${FILESDIR}/${P}-destdir.patch" | ||
"${FILESDIR}/${P}-parallel_build.patch" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but let's add some example comments nevertheless, for good measure.
Drop explanation of epatch. Rework the eapply sections and add additional examples. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Take 2, completely reworked (instead of #329 which was too simplistic).