diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-24 10:28:06 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-01-24 10:28:06 +0000 |
commit | e11a767c4bd282111e4d50d6d59f499bbf780a69 (patch) | |
tree | 5e594f92682eeb91fd3bfdccc0b0528d6e0b78ec /x11-base | |
parent | Removed ~x86 keyword. (diff) | |
download | gentoo-2-e11a767c4bd282111e4d50d6d59f499bbf780a69.tar.gz gentoo-2-e11a767c4bd282111e4d50d6d59f499bbf780a69.tar.bz2 gentoo-2-e11a767c4bd282111e4d50d6d59f499bbf780a69.zip |
Update TODO.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.1.902-r1.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index e9c2fc2d95be..01b986261025 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.302 2005/01/24 10:19:54 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.303 2005/01/24 10:28:06 spyderous Exp $ + + 24 Jan 2005; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.8.1.902-r1.ebuild: + Update TODO. 24 Jan 2005; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.8.1.902-r1.ebuild: diff --git a/x11-base/xorg-x11/xorg-x11-6.8.1.902-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.1.902-r1.ebuild index 3cb3367b6607..af96bdb1d9d6 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.1.902-r1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.1.902-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.1.902-r1.ebuild,v 1.5 2005/01/24 10:19:54 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.1.902-r1.ebuild,v 1.6 2005/01/24 10:28:06 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -22,6 +22,7 @@ # be one line of bash expansion like rm -f ${ROOT}/usr/$(get_libdir)/ # X11/locale/{ja*|ko*|zh*}/Compose # Move /usr/X11R6/include to /usr/include/X11 +# - find imake define for this # Move /usr/X11R6/bin to /usr/bin # Clean up migration function # - generalize to take arguments like: @@ -32,8 +33,9 @@ # - cpio dereferences symlinks, tar wastes time # Fix direction of lib -> libdir symlink # Functionalize ebuild more cleanly -- only call subfunctions in primary -# ebuild functions, no direct code - +# ebuild functions, no direct code, no functions of more than 60 lines +# Generalize any functions that make sense to generalize (i.e., anything +# that might realistically see use elsewhere, or repetitively here) inherit eutils flag-o-matic toolchain-funcs x11 linux-info |