Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 140383 - app-emacs/auctex-11.14 - bad grep usage
Summary: app-emacs/auctex-11.14 - bad grep usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-14 09:55 UTC by Jakub Moc (RETIRED)
Modified: 2006-08-07 21:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2006-07-14 09:55:54 UTC
auctex-11.14.ebuild

<snip>
 if ! grep ' Xaw3d' /var/db/pkg/app-editors/emacs*/USE >/dev/null 2>&1 ; then
                ewarn
                ewarn "Emacs needs to be compiled with Xaw3d support to use the command menu."
                ewarn
        fi
</snip>

This ain't ${ROOT} aware, and anyway that's what built_with_use from eutils.eclass is for. Either fix or drop the broken version, it's definitely not needed keyword-wise. (Also 11.54 and 11.81 seem redundant).
Comment 1 Alexandre Buisse (RETIRED) gentoo-dev 2006-07-15 08:32:03 UTC
I'd like to drop 11.14.

@emacs: are you ok with that?
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2006-08-07 21:37:16 UTC
Thanks for the note, removed the redundant ebuilds.