# ChangeLog for x11-base/xorg-x11 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.96 2004/08/25 07:35:51 spyderous Exp $ 25 Aug 2004; Donnie Berkholz ; xorg-x11-6.7.99.902.ebuild: Delete encodings that make ttmkfdir segfault: large/cns11643-1.enc large/cns11643-2.enc large/cns11643-3.enc suneu-greek.enc (#60470). 25 Aug 2004; Donnie Berkholz ; xorg-x11-6.7.99.902.ebuild: Add some more debugging support. Add '-gstabs+ -gstabs -ggdb' to ALLOWED_FLAGS. Also, cause USE=debug to prevent stripping of binaries and libraries. 22 Aug 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0-r2.ebuild, xorg-x11-6.7.99.2.ebuild, xorg-x11-6.7.99.902.ebuild: replace-cpu-flags had args in the wrong order, resulting in p3's being compiled with p4 badness (#60597). 21 Aug 2004; Seemant Kulleen xorg-x11-6.7.99.902.ebuild: OK, this is the real ebuild. I'm calling this the Latexer-isnt-made-from-rubber release. Test away, and look for xcompmgr in x11-misc *xorg-x11-6.7.99.902 (21 Aug 2004) 21 Aug 2004; Seemant Kulleen +xorg-x11-6.7.99.902.ebuild: Version bump to rc2, but this is an identical ebuild to 99.2 just so we can easily make diffs of the changes. Real ebuild to follow momentarily 20 Aug 2004; Seemant Kulleen xorg-x11-6.7.99.2.ebuild: fix sed properly, thanks to ciaranm and swegener 14 Aug 2004; Seemant Kulleen xorg-x11-6.7.99.2.ebuild: nothing separate to unpack for USE=doc, since we're using one tarball 13 Aug 2004; Brandon Hale xorg-x11-6.7.99.2.ebuild: Minor adjustment to einfo for USE=dlloader, rework sed to replace keyboard with kbd driver, move that bit into setup_config_files and clean up that function a bit. *xorg-x11-6.7.99.2 (13 Aug 2004) 13 Aug 2004; Seemant Kulleen +xorg-x11-6.7.99.2.ebuild: New snapshot: FOR TESTING ONLY. I'm calling this the "Use Ajax for everything" release in portage. 02 Aug 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0-r2.ebuild: fc-cache -f breaks the font eclass, according to foser. 02 Aug 2004; Donnie Berkholz ; : Note that the last commit was FILES_VER 0.3. 02 Aug 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0-r2.ebuild: Fix font setup (#53753). Previously we trashed fonts.scale for all scalable fonts, even though we only regenerated it for TrueType fonts. ttmkfdir can't regenerate fonts.scale for Type1 or OpenType fonts, so we start using mkfontscale for that. We trashed any other fonts.scale files that happened to be around, such as Speedo/CID. We stop doing that. Also fixed the regexps in the ebuild and the xfs init script to use ttmkfdir for TrueType only and mkfontscale for Type1 and OpenType. Change INFODIR to INFOPATH also (#54275). Also update Gentoo copyright and licensing info in files tarball to be consistent with everything else. 28 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0-r2.ebuild: Add more info on pam-X circular dep (#54378, #35468). 26 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0-r2.ebuild: Add ${ROOT} to absolute path references that need it. 24 Jul 2004; Stephen P. Becker xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0-r2.ebuild: -r1 stable, -r2 testing on mips 20 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r2.ebuild: Remove commented-out 'HasMotif YES' #define (#57271). Part of what patch 9385 was intended to fix was actually committed post-6.7.0, so it wasn't here to start with. If anyone requests motif support, we'll look into some sort of conditional enabling, probably similar to pam's, to avoid circular dependencies. 19 Jul 2004; Martin Schlemmer xorg-x11-6.7.0-r2.ebuild: Enabling Motif by default is is bogus, as XFree86/XOrg-X11 have never been built against Motif, and 9385_all_6.7.0-motif-allow-fhs-and-default-off.patch do not enable/disable it, but just addsome more bits _if_ and _only_if_ its enabled in host.def, which it never was ... http://bugs.gentoo.org/show_bug.cgi?id=57271#c21 17 Jul 2004; David Holm xorg-x11-6.7.0-r2.ebuild: Added to ~ppc. 17 Jul 2004; Andrew Bevitt ; xorg-x11-6.7.0-r2.ebuild: Adding ~amd64 keyword, tested and inline for opengl-update commits 16 Jul 2004; Tom Gall xorg-x11-6.7.0-r2.ebuild: stable on ppc64 baby! 16 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0-r2.ebuild: Update TODOs. *xorg-x11-6.7.0-r2 (16 Jul 2004) 16 Jul 2004; Donnie Berkholz ; +xorg-x11-6.7.0-r2.ebuild: PATCH_VER 1.2. Add 9395_all_6.7.0-savage-disable-xrandr-for-shadowfb-rotate.patch, given to Tim Roberts by anonymous user, posted to devel@xfree86.org mailing list. Without this patch, an attempt to use Xrandr with shadowFB-based rotation will result in an unusable display. Add 9390_all_6.7.0-add-french-belgian-azerty-ppc-keyboard.patch, which adds a keymap new in G4/G5 macs (#49155). Add 9385_all_6.7.0-motif-allow-fhs-and-default-off.patch, which looks outside of /usr/X11R6 for motif and defaults it to OFF on Linux and BSD. Add 9375_all_6.7.0-radeon-resume-from-S3-suspend.patch (#48095), which allows the ACPI S3 suspend state to work for at least some Radeons. Add 9000_all_4.3.0-lnx-evdev-core.patch, 9001_all_4.3.0-lnx-evdev-keyboard.patch and 9002_all_6.7.0-lnx-evdev-mouse.patch from xfree-4.3.0-r7 to add event interface device support (#29953, #56159). Add 9010_all_4.3.0-logitech-ps2-plusplus.patch from xfree-4.3.0-r7 to add support for the PS/2++ protocol used by some of the newer Logitech mice (#29953, #56159). Add 9365_all_6.7.0-fix-render-cplastbit-def.patch to correct the definition of CPLastBit to account for ComponentAlpha, which may fix behavior of the server's SetPictureToDefaults. Add 9370_all_6.7.0-install-xrender-pkgconfig-file.patch to install xrender.pc in a cleaner way than former manual hack. OTHER CHANGES: Install glext.h to /usr/lib/opengl/xorg-x11 like the other GL includes (#54984) and set up a symlink manually to avoid an opengl-update circular dependency. Pull out the external drop-in driver code entirely to clean up the ebuild. Enable the i810 driver on x86_64 (RH #126687). Set HasMotif to YES in the ebuild to counteract 9385_all_6.7.0-motif-allow-fhs-and-default-off.patch. 16 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: USE flag pie renamed to dlloader. Remove USE flag hardened, because it did nothing. 16 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: Build dlloader things for ppc64 and relink them properly (#56248). 10 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: Bump opengl-update requirement from >=1.7 to >=1.7.2 to make sure people don't get caught up. 10 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: x86 06 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: Allow pie+sdk builds, now that we added patch for it. 06 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: PATCH_VER 1.1.1. Move ppc64 patch over from its formerly bad placement as a separate file into the patchball as 9360_all_6.7.0-ppc64-support-updates.patch. Add 4152_all_4.3.0-allow-xdm-server-quotes.patch from xfree-4.3.0-r7 (#38232). This allows quoted expressions in /etc/X11/xdm/Xservers to be used properly. Add 0425_all_6.7.0-sun-type6-keyboard.patch from xfree-4.3.0-r7 (#21120), ported by reporter. Add 9855_all_6.7.0-fix-SDK-pie-build.patch to fix a module naming problem on pie builds, which resulted in the SDK install breaking (#50562). Add 9355_all_6.7.0-xorgconfig-fontdir-fixes.patch, which stops the tool from adding /usr/X11R6 font paths when fonts are installed elsewhere (#54132). Also update TODO and add a little more warning for the auto-PAM stuff. This should be ready to go stable on x86 if nothing huge comes up. 05 Jul 2004; Donnie Berkholz ; -xorg-x11-6.7.0.ebuild: Pull old version, vulnerable to security hole. 05 Jul 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: Update TODO to more realistically reflect time to stable for x86. 30 Jun 2004; Aron Griffis xorg-x11-6.7.0-r1.ebuild: stable on ia64 #53226 24 Jun 2004; Aron Griffis xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0.ebuild: QA - fix use invocation 23 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild, xorg-x11-6.7.0.ebuild: Update TODOs. 21 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: Forgot to stop building xterm, somehow (#54051). 19 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: Move how font directories are defined into a host.def setting. 16 Jun 2004; Luca Barbato xorg-x11-6.7.0-r1.ebuild: Marked ppc for security reason, see Bug #53226 16 Jun 2004; Ciaran McCreesh : Digest fix, looks like tgall forgot FEATURES=cvs 16 Jun 2004; Jeremy Huddleston xorg-x11-6.7.0-r1.ebuild: Added ~amd64. 15 Jun 2004; David Holm xorg-x11-6.7.0-r1.ebuild: Added to ~ppc. 14 Jun 2004; Tom Gall xorg-x11-6.7.0-r1.ebuild: ~ppc64 initial x support #53763 14 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: Major refactoring of code. No end-user difference, so no bump. 14 Jun 2004; Ferris McCormick xorg-x11-6.7.0-r1.ebuild: Marked stable for sparc (Bug 53226). 13 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0-r1.ebuild: Workaround for #50562 -- disallow pie+sdk build. 13 Jun 2004; Stephen P. Becker xorg-x11-6.7.0-r1.ebuild: Added ~mips keyword -- bug 53226 12 Jun 2004; Bryan Østergaard xorg-x11-6.7.0-r1.ebuild: ~alpha keyword, bug #53226. 11 Jun 2004; Ferris McCormick xorg-x11-6.7.0-r1.ebuild: Add ~sparc keyword. (Bug 53226) *xorg-x11-6.7.0-r1 (11 Jun 2004) 11 Jun 2004; Donnie Berkholz ; +xorg-x11-6.7.0-r1.ebuild: PATCH_VER 1.1. Add 9920_all_6.7.0-xdm-open-chooserfd-CAN-2004-0419.patch to stop xdm from ignoring its "DisplayManager.requestPort" setting. xdm opens its "chooserFd" TCP socket on all network interfaces without this patch (xf86 #1376). Update 9840_all_4.3.0-SDK-add-missing-includes-for-gatos-v2.patch for new gatos -- another include needed (battousai@gentoo.org). Update 0120_all_4.3.99-parallel-make-v2.patch to remove a patched-in .rej and some patched-in .orig's (#49455). Update 0126_all_4.2.99.3-startx-v2.patch to remove pointless dependency on xvt (#49455). Big chunk of backports from CVS: 9305_all_6.7.0-chips-segfault-on-mode-switch-and-video-overlay.patch to fix a segfault on video mode switching when pScrn->currentMode does not contain a valid mode. Also fix video overlays for double scan modes; Add 9310_all_6.7.0-config-cf-cleanup.patch to clean up xorg.cf by factoring out many common defines. Make the fbdev driver only build on Linux (fbdevhw is just stubs on other OSes). Add AFB to AMD64 build, and include XF86OSCardDrivers. I continue adding things that aren't supported under Gentoo (BSD-related, or other archs) because I want to pre-emptively have work done for any ports. Also, it makes other backports easier. (fd.o #448, 449); Add 9315_all_6.7.0-fb-render-fixes.patch to fix problems in render fb implementation found by rendercheck; Add 9320_all_6.7.0-getconfig-xorg-name.patch to fix problem with getconfig where file '/usr/X11R6/lib/X11/getconfig/xorg.cfg' has bad signature (Change "Xorg Project" to "Xorg Foundation" to match getconfig script) (fd.o #678); Add 9325_all_6.7.0-improve-xdm-auth-1-cookie.patch to improve 'uniqueness' of authorization cookie sent by client for XDM-AUTHORIZATION-1. Old 'uniqueness' consisted of the PID of the client, a time stamp (in seconds) and a number obtained by starting to count down from 0xffff. When a client did an XOpenDisplay() then execv'ed a child and did XOpenDisplay() again within the same second, the cookie was identical to the previous one (as the PID did not change but the static 'count down' variable was reinitialized) and thus refused by the server; Add 9330_all_6.7.0-link-with-pam-on-pam-builds.patch to link with PamLibraries if building with PAM support; Add 9335_all_6.7.0-modular-imake-build.patch to fix build glitches when building modules independently using Imake; Add 9340_all_6.7.0-remove-xmu-dep-on-xaw-header.patch to remove Xaw header dependency from Xmu library build (fd.o #634); Add 9345_all_6.7.0-unlock-xauthority-on-sigpipe.patch to make xauth unlock .Xauthority on SIGPIPE (fd.o #550); Add 9350_all_6.7.0-xrender-xorgconfig-xdmcp-msgs.patch to muffle compiler warnings in lib/Xrender/Xrender.c, fix an option name in a log message of programs/Xserver/hw/xfree86/common/xf86Configure.c and improve debugging messages in programs/xdm/xdmcp.c. 03 Jun 2004; Donnie Berkholz ; : Add credit for netwinder.org ARM patch. 03 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: PATCH_VER 1.0. This patchset should get xorg-x11-6.7.0 ready to go stable on all archs that have tested it. Many of them have already stabled it, so I'm holding some non-crucial patches out for 6.7.0-r1. -Add 9210_all_XFree86-4.3.0-arm32-compiler.h.patch (#52707) from netwinder.org. This fixes compiles for the ARM architecture. Patch from PhilB, according to netwinder's RPM spec file. -Add 9215_all_xorg-x11-6.7.0-char-bit-and-ia64-asm-page.patch to remove a compiler-intrinsic define since it dies on makedepend otherwise (fd.o #601), and fix the IA64 build (broken because it includes kernel header asm/page.h, which doesn't work with -ansi) (fd.o #605). -Add 9220_all_xorg-x11-6.7.0-install-vera-italic.patch to install VeraIt.ttf. It was getting left out. Patch from xorg CVS by Eric Anholt. -Add 9225_all_xorg-x11-6.7.0-install-xfree86-lst.patch (fd.o #531) to install xfree86.lst. This should fix some XKB problems. -Add 9230_all_xorg-x11-6.7.0-try-tcp-without-local-and-fix-ipv6-xdmauth- segfault.patch to make XOpenDisplay try tcp connection if local fails (fd.o #546), and fix Xlib segfaults with IPv6 if compiled with HASXDMAUTH (NetBSD #25098). -Add 9235_all_xorg-x11-6.7.0-libxf86config-monitor-freq-fix.patch from RH. This prevents writing out the HorizSync/VertRefresh lines commented out, which forces all default X config files written out by this library to rely on DDC. Poor assumption that DDC is always available. Patch by Mike Harris. -Add 9240_all_xorgconfig-naming-xkb-font-path-fixes.patch to do a few things: - Clean up server name changes from TM branch - Set default XKB rules file name correctly - Use default font path from Imake configuration for the default font path in generated xorg.conf files. - Use path variables from Imake configuration for paths to files, in case vendor has configured them to install somewhere other than the defaults. Patch from xorg CVS by Alan Coopersmith. 03 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Fix typo in xrender.pc generation, includ to include. 02 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Fix generation of xrender.pc so version is resolved (#52843). 03 Jun 2004; Pieter Van den Abeele xorg-x11-6.7.0.ebuild: Masked stable on ppc 02 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Work around upgrade problem where people have Option "XkbRules" "xfree86" in their config file. 01 Jun 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Prevent -fomit-frame-pointer and k6 flags from being used together (#49310). 29 May 2004; Ferris McCormick xorg-x11-6.7.0.ebuild: Marked stable for sparc. 29 May 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Force opengl-update to change to xorg-x11 if xfree is currently selected, else default to old behavior. 28 May 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: PATCH_VER 0.7. Add 9860_all_xorg-xkb_winkeys.patch to fix broken windows keys (#48307). 12 May 2004; Alexander Gabert xorg-x11-6.7.0.ebuild: removed hardened-gcc checks 05 May 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Remove our custom SharedLibraryLoadFlags as a workaround until #49038 (fd.o #600) is fixed. 25 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Update so gcc-3.4 is respected (#48933). 21 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add a couple of missing definitions for USE=sse -- HasSSESupport and MesaUseSSE, from eikke on Freenode. 19 Apr 2004; Aron Griffis xorg-x11-6.7.0.ebuild: Add ~alpha and ~ia64 19 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: PATCH_VER 0.6. Add 9200_all_6.7.0-fix-zh-cn-utf8-crashes.patch, which fixes crashes when using core fonts in the zh_CN.UTF-8 locale. See fd.o bug #368. 19 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add them to IUSE. 19 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Don't autodetect MMX/SSE/3DNOW, it breaks cross-compilation. 19 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Don't remove fonts.* or encodings.dir in dirs not provided by this package (#30698). 18 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add more backwards compatibility things -- symlinks for all former font, doc and man dirs as well as autogeneration of new config files. Fix generation of xrender.pc. 18 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add explicit xfree to blockers. 18 Apr 2004; Travis Tilley xorg-x11-6.7.0.ebuild: marking stable on amd64 with the full realisation that the normal time period for waiting to mark things stable has yet to be met. A security vulnerability, outlined in bug 48107, forced me to mark the new xine-lib stable on amd64, where it will not compile with any unmasked version of xfree due to -fPIC errors (see bugs 48261, 44274, and 40646). Xorg-x11 is the only truly stable and fully functional option on amd64! Xfree 4.3.0, in general, is simply not amd64-friendly. Please CC me for any bugs relating to xorg-x11. 14 Apr 2004; Stephen P. Becker xorg-x11-6.7.0.ebuild: Added ~mips keyword. 12 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: ~hppa at gmsoft's request. 12 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: PATCH_VER 0.5. Add 9500_all_6.7.0-hppa-fixes.patch so it builds on HPPA. Add HPPA fixes to 5900_all_6.7.0-acecad-v2.patch. Thanks to Guy Martin for these. 12 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: PATCH_VER 0.4. Add 9300_all_4.3.0-ncurses-xf86cfg-bool-conflict.patch to avoid conflict of bool between ncurses-5.4 and xf86cfg (#43491). 11 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add some arch-specific CFLAGS mangling. 11 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Added -g to ALLOWED_FLAGS at request of ajax on Freenode #xorg. 10 Apr 2004; Jason Wever xorg-x11-6.7.0.ebuild: Added ~sparc keyword. 10 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add sys-apps/util-linux to DEPEND, reported by IceD^ in Freenode #gentoo. 09 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: PATCH_VER 0.3. Add 9110_all_xorg-6.7.0-pci-domains.patch to close #43630. This makes 2.6 kernels, sparc and X work together. 09 Apr 2004; Luca Barbato xorg-x11-6.7.0.ebuild: Marked ~ppc 08 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Drop extra quote in OptimizedCplusplusDebugFlags. 08 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add PATCH_VER to XVendorString. It could come in handy. 08 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Change XVendorString to be compatible with upstream so people can strstr for The X.Org Foundation. 08 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add GccAliasingArgs to the optimized CFLAGS and CXXFLAGS setup, so we get -fno-strict-aliasing. This avoids broken code, pending a patch from Luca to fix. 08 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Remove xterm from DEPEND, it's still in PDEPEND. I accidentally copied instead of pasted earlier. 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Drop BuildLinuxDocText. It caused a bunch of docs to NOT be installed on USE=doc. 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Use gcc-getCC instead of manual hack. 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: PATCH_VER 0.2. Added 9400_all_4.3.0-mkcfm-FHS-install.patch to fix hard-coded path. Rework 9113_all_4.3.0-xterm-make-optional.patch to apply to xorg.cf instead of xfree86.cf and rename it 9113_all_6.7.0-xterm-make-optional-v2.patch (#47100). 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Add x11-terms/xterm to PDEPEND. 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Change blocker on xfree to blocker on other virtual/x11. 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: FILES_VER 0.2. Fix libGL.la path -- #47100. 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Drop references to xterm since we're going external now. 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Change homepage to wiki. 07 Apr 2004; Donnie Berkholz ; xorg-x11-6.7.0.ebuild: Change a couple of XF86Config references to xorg.conf. 07 Apr 2004; Donnie Berkholz ; : Looks like repoman doesn't auto-add Manifests. *xorg-x11-6.7.0 (07 Apr 2004) 07 Apr 2004; Donnie Berkholz ; metadata.xml, xorg-x11-6.7.0.ebuild: Initial commit.