Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 103304

Summary: eclasses contain "virtual/x11" *DEPEND, will need to be updated to Modular X-style *DEPENDS
Product: Gentoo Linux Reporter: Doug Goldstein (RETIRED) <cardoe>
Component: New packagesAssignee: Doug Goldstein (RETIRED) <cardoe>
Status: RESOLVED FIXED    
Severity: normal CC: x11
Priority: High    
Version: 2005.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 112004    

Description Doug Goldstein (RETIRED) gentoo-dev 2005-08-21 22:45:11 UTC
# grep -r 'virtual/x11' .
./embassy.eclass:       X? ( virtual/x11 )
./font.eclass:DEPEND="X? ( virtual/x11 )
./games-q3mod.eclass:   X? ( virtual/x11 )"
./gtk-engines.eclass:DEPEND="virtual/x11"
./matrox.eclass:RDEPEND="virtual/x11
./matrox.eclass:        X11_IMPLEM_P="$(best_version virtual/x11)"
./mozconfig.eclass:RDEPEND="virtual/x11
./mozilla.eclass:RDEPEND="virtual/x11
./nxserver-1.3.2.eclass:        virtual/x11
./nxserver-1.4.eclass:  virtual/x11
./nxserver.eclass:      virtual/x11
./php-sapi.eclass:      X? ( virtual/x11 )
./php5-sapi.eclass:     xpm? ( virtual/x11 )
./tetex.eclass: X? ( virtual/x11 )
./vim.eclass:           DEPEND="$DEPEND vim-with-x? ( virtual/x11 )"
./vim.eclass:           RDEPEND="$RDEPEND vim-with-x? ( virtual/x11 )"
./virtualx.eclass:DEPEND="X? ( virtual/x11 )"
./xfce4.eclass:RDEPEND="virtual/x11
./embassy-2.10.eclass:  X? ( virtual/x11 )
./embassy-2.9.eclass:   X? ( virtual/x11 )
./php5-sapi-r1.eclass:  xpm? ( virtual/x11 )
./php5-sapi-r2.eclass:  xpm? ( virtual/x11 )
./php5-sapi-r3.eclass:  xpm? ( virtual/x11 )
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-08-21 22:46:41 UTC
Eclasses are going to suck, because in most cases, the inheriting apps will not
share common modular dependencies. I think it's going to rule out inheriting X
at all in most eclasses.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2006-04-04 15:25:32 UTC
Think these are pretty much fixed now, or the replacements for the older ones. Please file individual bugs for any remaining.