| Commit message (Expand) | Author | Age | Files | Lines |
* | kmod -> kernel-mod, deprecating koutput stuff (applied patch from bug #68453.... | Bryan Stine | 2004-11-04 | 4 | -26/+31 |
* | Add some einfo about the /usr/X11R6/libdir -> /usr/libdir move. | Donnie Berkholz | 2004-11-04 | 3 | -8/+12 |
* | Add a sed to change RgbPath to the new location in config files. Reported by ... | Donnie Berkholz | 2004-11-04 | 3 | -4/+14 |
* | Add some more debugging CFLAGS to ALLOWED_FLAGS. | Donnie Berkholz | 2004-11-04 | 3 | -6/+13 |
* | Rework gcc-version-dependent things to remove redundant calls to gcc-*-versio... | Donnie Berkholz | 2004-11-04 | 3 | -25/+43 |
* | Change SRC_URI order so the mirror://gentoo stuff is at the bottom. It should... | Donnie Berkholz | 2004-11-03 | 3 | -10/+15 |
* | Add minimum version detection, and don't run without at least xorg-x11-6.8.0-r2. | Donnie Berkholz | 2004-11-03 | 5 | -2/+448 |
* | When removing stale GL stuff, only remove libGL.*, not libGL*. The latter cat... | Donnie Berkholz | 2004-11-03 | 3 | -5/+10 |
* | Missed another spot with a bad xkb symlink. | Donnie Berkholz | 2004-11-03 | 3 | -5/+9 |
* | Fix a bug in the xkb symlink. | Donnie Berkholz | 2004-11-03 | 3 | -5/+9 |
* | Add some checking features to migrate_usr_x11r6_lib() so we don't redo things... | Donnie Berkholz | 2004-11-03 | 3 | -12/+42 |
* | Marked ~ppc64 | Markus Rothe | 2004-11-03 | 3 | -5/+8 |
* | Wrap font-server USE around things affecting /etc/X11/fs/config. | Donnie Berkholz | 2004-11-03 | 3 | -8/+16 |
* | Combine the dri USE flag into the opengl USE flag, since there's no way to co... | Donnie Berkholz | 2004-11-03 | 3 | -19/+19 |
* | PATCH_VER 0.2.6. Add 9990_x86_6.8.0-xbox-20041024.patch for the Xbox's nvidia... | Donnie Berkholz | 2004-11-03 | 4 | -9/+55 |
* | Try to fix ${ROOT} support -- it's assumed to be a chroot. To aid this, also ... | Donnie Berkholz | 2004-11-03 | 3 | -17/+22 |
* | Add a symlink "../../../lib/xkb /usr/X11R6/lib/X11/xkb" so libxklavier and ot... | Donnie Berkholz | 2004-11-03 | 3 | -4/+11 |
* | Add blocker on app-text/dgs, since they install the same libs. Need to confir... | Donnie Berkholz | 2004-11-01 | 3 | -4/+12 |
* | Restore changelog entries from when it was xfree-drm. | Donnie Berkholz | 2004-11-01 | 2 | -2/+337 |
* | Sync opengl-update deps in DEPEND and RDEPEND. | Donnie Berkholz | 2004-10-29 | 3 | -5/+9 |
* | Add migrate_usr_x11r6_lib() to aid migration from /usr/X11R6/libdir to /usr/l... | Donnie Berkholz | 2004-10-29 | 3 | -43/+61 |
* | Inherit x11, not xfree eclass. | Donnie Berkholz | 2004-10-29 | 5 | -11/+15 |
* | USE=xv wrongly requires USE=opengl, but this is a bug in the source (#67996).... | Donnie Berkholz | 2004-10-29 | 3 | -4/+15 |
* | /usr/libdir, not /usr/libdir/X11. | Donnie Berkholz | 2004-10-29 | 3 | -22/+26 |
* | Modify opengl-update dep, the token wasn't quite matching the proper versions. | Donnie Berkholz | 2004-10-28 | 3 | -5/+9 |
* | Change glx USE to opengl. | Donnie Berkholz | 2004-10-28 | 3 | -20/+24 |
* | Update opengl-update dep to >=2* for /usr/lib move. | Donnie Berkholz | 2004-10-28 | 3 | -6/+10 |
* | Add version compatible with >=xorg-x11-6.8.0-r2. It could use a little testin... | Donnie Berkholz | 2004-10-28 | 5 | -18/+419 |
* | Fix herd case. | Donnie Berkholz | 2004-10-24 | 3 | -6/+9 |
* | stable on alpha and ia64 | Aron Griffis | 2004-10-21 | 3 | -7/+10 |
* | FILES_VER 0.5. Update /etc/env.d/10xorg to reflect shift from /usr/X11R6/{lib... | Donnie Berkholz | 2004-10-21 | 4 | -7/+12 |
* | PATCH_VER 0.2.5. Add 6000_all_6.8.0-libgl-double-free.patch to stop a libGL s... | Donnie Berkholz | 2004-10-21 | 4 | -7/+12 |
* | Change xfs USE to font-server to stop duplication with xfs filesystem. | Donnie Berkholz | 2004-10-21 | 3 | -13/+17 |
* | Update inherit to toolchain-funcs instead of gcc and x11 instead of xfree. Up... | Donnie Berkholz | 2004-10-21 | 4 | -13/+19 |
* | Update inherit to toolchain-funcs instead of gcc and x11 instead of xfree. Ma... | Donnie Berkholz | 2004-10-21 | 3 | -9/+14 |
* | Update inherit to toolchain-funcs instead of gcc and x11 instead of xfree. | Donnie Berkholz | 2004-10-21 | 4 | -11/+14 |
* | USE=dri requires USE=glx. | Donnie Berkholz | 2004-10-20 | 3 | -4/+12 |
* | Coding style rework. Move logic operators to beginnings of lines rather than ... | Donnie Berkholz | 2004-10-19 | 3 | -257/+154 |
* | Tons of code cleanups, again thanks to mr_bones_. There are a few more left i... | Donnie Berkholz | 2004-10-19 | 3 | -40/+35 |
* | Add die messages. Also try emake -C instead of moving into a dir, make, then ... | Donnie Berkholz | 2004-10-19 | 3 | -15/+18 |
* | Move some variables to locals. Note that all of this cleanup is thanks to mr_... | Donnie Berkholz | 2004-10-19 | 3 | -7/+21 |
* | Change negative uses to bash style instead of portage-specific one. | Donnie Berkholz | 2004-10-19 | 3 | -9/+11 |
* | Replace all commands in backticks `` with commands in $(). | Donnie Berkholz | 2004-10-19 | 3 | -24/+28 |
* | Combine two consecutive instances of "use ! bitmap-fonts." | Donnie Berkholz | 2004-10-19 | 4 | -14/+12 |
* | stable on mips wrt bug 67326 | Stephen Becker | 2004-10-18 | 3 | -8/+12 |
* | Commit initial changes for moving /usr/X11R6/lib to /usr/lib. | Donnie Berkholz | 2004-10-18 | 3 | -78/+96 |
* | Fix problem for lib64 get_libdir users that resulted in *.la files not being ... | Donnie Berkholz | 2004-10-18 | 4 | -8/+13 |
* | Update ebuild to reflect that gcc-getCC no longer exports CC. | Donnie Berkholz | 2004-10-14 | 5 | -20/+16 |
* | repoman is a tard. that and stable on amd64. first person to yell at me for u... | Travis Tilley | 2004-10-14 | 3 | -6/+9 |
* | Bad logic on BuildXprintLib. It should've been defined only when the rest of ... | Donnie Berkholz | 2004-10-13 | 4 | -8/+14 |