Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144753 Details for
Bug 211541
portage-2.1.4.4 - nvidia.eclass ewarns not logged by elog
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/portage/profile/profile.bashrc
profile.bashrc (text/plain), 811 bytes, created by
DEMAINE Benoît-Pierre, aka DoubleHP
on 2008-02-27 16:56:39 UTC
(
hide
)
Description:
/etc/portage/profile/profile.bashrc
Filename:
MIME Type:
Creator:
DEMAINE Benoît-Pierre, aka DoubleHP
Created:
2008-02-27 16:56:39 UTC
Size:
811 bytes
patch
obsolete
>if [ "$EBUILD_PHASE" != "depend" ]; then > if [ ! -z "${PORT_ENOTICE_DIR}" ]; then > export SANDBOX_WRITE="$SANDBOX_WRITE:${PORT_ENOTICE_DIR}" > install -d "${PORT_ENOTICE_DIR}" &>/dev/null > chown root:portage "${PORT_ENOTICE_DIR}" &>/dev/null > chmod g+rwxs "${PORT_ENOTICE_DIR}" &>/dev/null > if [ "$EBUILD_PHASE" == "unpack" ]; then > rm -f ${PORT_ENOTICE_DIR}/${PF} > fi > fi >fi > >einfo() { > enotice info "${*}" >} > >ewarn() { > enotice warn "${*}" >} > >eerror() >{ > enotice error "${*}" >} > >enotice() >{ > local color > local type > > type="${1}" > > case "${type}" in > "info") > color="${GOOD}" > ;; > "warn") > color="${WARN}" > ;; > "error") > color="${BAD}" > ;; > esac > > shift > > if [ ! -z "${PORT_ENOTICE_DIR}" ]; then > echo "${type}:${*}" >> ${PORT_ENOTICE_DIR}/${PF} > fi > echo " ${color}*${NORMAL} ${*}" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 211541
:
144686
| 144753