Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147820 - Some profiles cleaning-up and others
Summary: Some profiles cleaning-up and others
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-16 09:42 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2006-11-11 08:08 UTC (History)
0 users

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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-09-16 09:42:06 UTC
${PORTDIR}/profiles/base/use.mask:
(...)
# beep-media-player is in package.mask
bmp
(...)

bmp USE flag and beep-media-player had been removed. Suggested removing of these lines above from ${PORTDIR}/profiles/base/use.mask.

========================================================================
${PORTDIR}/profiles/base/use.defaults:
(...)
ethereal                        net-analyzer/ethereal
(...)

ethereal USE flag had been removed. net-analyzer/ethereal had been removed (Renamed to net-analyzer/wireshark). Suggested removing of this line above from ${PORTDIR}/profiles/base/use.defaults.

========================================================================
${PORTDIR}/profiles/base/use.defaults:
(...)
pdflib                          media-libs/pdflib
(...)

`grep pdflib /usr/portage/profiles/use.desc`:
"pdf - Adds general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags"

Suggested changing "pdflib" to "pdf" in ${PORTDIR}/profiles/base/use.defaults.
Suggested changing of description of pdf USE flag to:
"Adds general support for PDF (Portable Document Format)"

========================================================================
${PORTDIR}/profiles/base/use.defaults:
(...)
xml2                            dev-libs/libxml2
(...)

xml2 USE flag had been removed. Suggested removing of this line above from ${PORTDIR}/profiles/base/use.defaults.
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-09-16 12:45:29 UTC
${PORTDIR}/profiles/base/use.defaults:
(...)
qt3                                     x11-libs/qt
(...)

What if I haven't installed qt-3* and have installed qt-4*? Portage will enforce me to install qt-3*.

(Nothing suggested.)
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-09-16 13:01:24 UTC
$ find /usr/portage/profiles -name make.defaults -exec  grep -l cairo {} \;
/usr/portage/profiles/default-linux/alpha/2006.1/desktop/make.defaults
/usr/portage/profiles/default-linux/x86/2006.1/desktop/make.defaults
/usr/portage/profiles/default-linux/amd64/2006.1/desktop/make.defaults

$ grep udev /usr/portage/profiles/base/use.defaults
udev                            sys-fs/udev

Suggested adding
(...)
cairo                           x11-libs/cairo
(...)
to {PORTDIR}/base/use.defaults.
Suggested globalizing of cairo and udev USE flags.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-09-18 07:07:00 UTC
(In reply to comment #1)
> ${PORTDIR}/profiles/base/use.defaults:
> (...)
> qt3                                     x11-libs/qt
> (...)
> 
> What if I haven't installed qt-3* and have installed qt-4*? Portage will
> enforce me to install qt-3*.

What do you think about adding line
qt4                                     x11-libs/qt
to ${PORTDIR}/profiles/base/use.defaults?
Comment 4 SpanKY gentoo-dev 2006-09-18 09:11:54 UTC
use.defaults is dead
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-09-24 20:07:47 UTC
(In reply to comment #0)
> ${PORTDIR}/profiles/base/use.mask:
> (...)
> # beep-media-player is in package.mask
> bmp
> (...)
> 
> bmp USE flag and beep-media-player had been removed. Suggested removing of
> these lines above from ${PORTDIR}/profiles/base/use.mask.
Still unfixed.

========================================================================
(In reply to comment #2)
> $ find /usr/portage/profiles -name make.defaults -exec  grep -l cairo {} \;
> /usr/portage/profiles/default-linux/alpha/2006.1/desktop/make.defaults
> /usr/portage/profiles/default-linux/x86/2006.1/desktop/make.defaults
> /usr/portage/profiles/default-linux/amd64/2006.1/desktop/make.defaults
> (...)
> Suggested globalizing of cairo and udev USE flags.
Still unfixed.

========================================================================
Newr KOffice wersions depend unconditionally on media-libs/openexr and openexr USE flag is used by enough amount of packages, so openexr USE flag should be global.
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2006-11-11 08:08:42 UTC
This bug is resolved enough for me.