Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151704 - <=sys-apps/qingy-0.9.1 installs emacs session setting even if USE="-emacs"
Summary: <=sys-apps/qingy-0.9.1 installs emacs session setting even if USE="-emacs"
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 07:41 UTC by hiyuh
Modified: 2006-10-24 00:07 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 hiyuh 2006-10-17 07:41:48 UTC
"emerge -ptv sys-apps/qingy" said,
[ebuild   R   ] sys-apps/qingy-0.9.1  USE="X crypto_openssl directfb gpm pam -crypto_libgcrypt -emacs -static" 0 kB 

"equery files =sys-apps/qingy-0.9.1" said,
/etc
/etc/pam.d
/etc/pam.d/qingy
/etc/qingy
/etc/qingy/post_GUI.sh
/etc/qingy/pre_GUI.sh
/etc/qingy/sessions
/etc/qingy/sessions/emacs <--- STUBBORN
/etc/qingy/settings
/etc/qingy/welcomes
[SNIP]

So, official Qingy ebuilds install /etc/qingy/sessions/emacs stub,
even if USE="-emacs".
I guess it needs to do "use emacs || rm ${D}/etc/qingy/sessions/emacs"
in src_install().
Comment 1 Michele Noberasco (RETIRED) gentoo-dev 2006-10-24 00:07:00 UTC
Just added qingy 0.9.2 ebuild which fixed the issue upstream. I won't fix 0.7.4 ebuild, as it is a minor issue and I want to remove version 0.7.4 from Portage as soon as possible.