Posted by Matthew Schick on 6/12/2006
The Gentoo dev community is finally starting to reconsider the leadership (or lack thereof) structure that’s killing it? It’s sad really. A wonderful concept and still my overall favorite distro. However, I’ve been using it less and less due to lack of real QA, bug reports that shrivel and die on the vine and the [...]
Posted by Matthew Schick on 2/14/2006
While looking to modular-x-ify the new Metacity ebuild, I needed a way to verify the X deps and used this: for x in $(ldd /usr/bin/metacity|cut -f2 -d =|cut -f2 -d ‘ ‘|grep ^/); do equery -q belongs $x; done Enjoy!
Posted by Matthew Schick on 12/19/2005
I went ahead and hacked an ebuild to include the smbk5pwd overlay and submitted a bug to the Gentoo bugzilla. I don’t know how well it will be received since it screws with the Kerberos dependancies, but we shall see… If anyone wants a more direct download it’s in my overlay, but I’m not gonna [...]
Posted by Matthew Schick on 12/15/2005
Must-have for any true Gentoo’r Gentoo Linux LiveUSB HOWTO
Posted by Matthew Schick on 11/15/2005
Brian Harring (ferringb) has some really slick patches posted on his blog for some serious speedups in Portage. The first uses confcache to cache those pesky (and redundant) tests during ./configure. Nothing quite like watching the test fly by at warp speed… The second implements background fetching of source tarballs during an emerge. Need I [...]