On Mon, 27 Jun 2022, Mike Gilbert wrote:
if [[ ${SINGLE_PATCH} == "yes" ]] ; then
if [[ -n ${EPATCH_SINGLE_MSG} ]] ; then
- einfo "${EPATCH_SINGLE_MSG}"
+ ebegin "${EPATCH_SINGLE_MSG}"
else
- einfo "Applying ${patchname} ..."
+ ebegin "Applying ${patchname}"
fi
else
- einfo " ${patchname} ..."
+ ebegin " ${patchname}"
fi
On Mon, 27 Jun 2022, Mike Gilbert wrote:
if [[ ${SINGLE_PATCH} == "yes" ]] ; then
if [[ -n ${EPATCH_SINGLE_MSG} ]] ; then
- einfo "${EPATCH_SINGLE_MSG}"
+ ebegin "${EPATCH_SINGLE_MSG}"
else
- einfo "Applying ${patchname} ..."
+ ebegin "Applying ${patchname}"
fi
EPATCH_SINGLE_MSG isn't used in the tree, so this could be simplified to
have the "else" part only, and delete the eclass variable. (Strange idea
to make this message configurable, in the first place.)
else
- einfo " ${patchname} ..."
+ ebegin " ${patchname}"
fi
Maybe drop support for EAPIs 0 to 4 while at it?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 475 |
Nodes: | 16 (3 / 13) |
Uptime: | 20:53:20 |
Calls: | 9,488 |
Calls today: | 7 |
Files: | 13,617 |
Messages: | 6,121,093 |