diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-05-24 07:46:52 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-05-24 07:46:52 +0000 |
commit | fd08e333a14189b253a78e378c729e9c8f830607 (patch) | |
tree | dce63a74ed6c9af402bc70bff72a37faf27310c7 /x11-base | |
parent | Add einfo on the binary driver breakage. (diff) | |
download | historical-fd08e333a14189b253a78e378c729e9c8f830607.tar.gz historical-fd08e333a14189b253a78e378c729e9c8f830607.tar.bz2 historical-fd08e333a14189b253a78e378c729e9c8f830607.zip |
Backports from 6.8.99.x. 1) Fix find syntax. 2) Stop setting BuildLinuxDocText.
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/xorg-x11/Manifest | 4 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild | 9 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 7b46e4ca5dbf..b9249fe548c8 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.392 2005/05/24 07:34:24 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.393 2005/05/24 07:46:52 spyderous Exp $ + + 24 May 2005; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.8.2-r2.ebuild: + Backports from 6.8.99.x. 1) Fix find syntax. 2) Stop setting BuildLinuxDocText. 24 May 2005; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.8.99.8.ebuild: diff --git a/x11-base/xorg-x11/Manifest b/x11-base/xorg-x11/Manifest index 13cc23c8771d..1d0a0f22e5a1 100644 --- a/x11-base/xorg-x11/Manifest +++ b/x11-base/xorg-x11/Manifest @@ -1,7 +1,7 @@ MD5 ac1137a20503dcb8f9ba2939a2a766f6 metadata.xml 230 MD5 2a9834518373d30105bf3deba9f2624e xorg-x11-6.8.99.3.ebuild 60101 -MD5 a5124aa4b24709380c6a24cc9b7a2c82 xorg-x11-6.8.2-r2.ebuild 60231 -MD5 e33f4a4bc8cc2eaade5ef8a6d17d71d2 ChangeLog 92790 +MD5 73488a9217d059e3232d709de5a8f34b xorg-x11-6.8.2-r2.ebuild 60197 +MD5 39a8804fbe13f6d99773c9237049fb81 ChangeLog 92956 MD5 0c888a243b7ab0116ef83ae5b4266499 xorg-x11-6.8.99.8.ebuild 60422 MD5 fb5fe55f00e3567aeb6ea6d4465fc62b xorg-x11-6.8.2-r1.ebuild 59275 MD5 8b76b2dd6d719ed8a204fddccc3d3481 xorg-x11-6.8.99.5.ebuild 60280 diff --git a/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild index 1cb1e1df279d..c8df66634b5f 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.2-r2.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.2-r2.ebuild,v 1.14 2005/05/24 03:29:52 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild,v 1.15 2005/05/24 07:46:52 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -768,7 +768,6 @@ host_def_setup() { # with USE="X doc' circular dep w/ virtual/ghostscript # echo "#define HasGhostScript ${DOC}" >> ${HOSTCONF} # Caused issues, basic docs aren't installed - use_build doc BuildLinuxDocText use_build doc BuildLinuxDocPS use_build doc BuildSpecsDocs use_build doc BuildHtmlManPages @@ -1834,7 +1833,7 @@ font_setup() { if [ -x ${ROOT}/usr/bin/ttmkfdir ]; then ebegin "Creating fonts.scale files" local x - for x in $(find ${ROOT}/usr/share/fonts/* -type d -maxdepth 1); do + for x in $(find ${ROOT}/usr/share/fonts/* -maxdepth 1 -type d); do [ -z "$(ls ${x}/)" ] && continue [ "$(ls ${x}/)" = "fonts.cache-1" ] && continue @@ -1874,7 +1873,7 @@ font_setup() { fi ebegin "Generating fonts.dir files" - for x in $(find ${ROOT}/usr/share/fonts/* -type d -maxdepth 1); do + for x in $(find ${ROOT}/usr/share/fonts/* -maxdepth 1 -type d); do [ -z "$(ls ${x}/)" ] && continue [ "$(ls ${x}/)" = "fonts.cache-1" ] && continue @@ -1889,7 +1888,7 @@ font_setup() { eend 0 ebegin "Generating Xft cache" - for x in $(find ${ROOT}/usr/share/fonts/* -type d -maxdepth 1); do + for x in $(find ${ROOT}/usr/share/fonts/* -maxdepth 1 -type d); do [ -z "$(ls ${x}/)" ] && continue [ "$(ls ${x}/)" = "fonts.cache-1" ] && continue |