diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-04-15 19:42:58 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-04-15 19:42:58 +0000 |
commit | 58142b1ecae27b04cf6a5b83178f50ec46b059f4 (patch) | |
tree | c566f5ccf975a3d226b6c1457577558664379308 /x11-base | |
parent | Fixed broken Manifest. (diff) | |
download | gentoo-2-58142b1ecae27b04cf6a5b83178f50ec46b059f4.tar.gz gentoo-2-58142b1ecae27b04cf6a5b83178f50ec46b059f4.tar.bz2 gentoo-2-58142b1ecae27b04cf6a5b83178f50ec46b059f4.zip |
(#89182) Don't always call the build Gentoo Linux, since we can build for other OS's.
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 7 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index d0ff87d537a2..0bba7bcf1a64 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,11 @@ # 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.364 2005/04/14 23:40:13 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.365 2005/04/15 19:42:58 spyderous Exp $ + + 15 Apr 2005; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.8.2-r1.ebuild, xorg-x11-6.8.2-r2.ebuild: + (#89182) Don't always call the build Gentoo Linux, since we can build for + other OS's. *xorg-x11-6.8.2-r2 (14 Apr 2005) diff --git a/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild index 263c4c36fff0..00eb608ca47d 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.2-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.2-r1.ebuild,v 1.16 2005/04/09 17:27:52 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r1.ebuild,v 1.17 2005/04/15 19:42:58 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -504,7 +504,7 @@ host_def_setup() { ebegin "Setting up ${HOSTCONF}" cd ${S}; cp ${FILES_DIR}/site.def ${HOSTCONF} \ || die "host.def copy failed" - echo "#define XVendorString \"Gentoo Linux (The X.Org Foundation ${PV}, revision ${PR}-${PATCH_VER})\"" \ + echo "#define XVendorString \"Gentoo (The X.Org Foundation ${PV}, revision ${PR}-${PATCH_VER})\"" \ >> ${HOSTCONF} # Pending http://bugs.gentoo.org/show_bug.cgi?id=49038 and 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 bb584f41c702..d746d538b4cd 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.1 2005/04/14 23:38:16 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.2-r2.ebuild,v 1.2 2005/04/15 19:42:58 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -504,7 +504,7 @@ host_def_setup() { ebegin "Setting up ${HOSTCONF}" cd ${S}; cp ${FILES_DIR}/site.def ${HOSTCONF} \ || die "host.def copy failed" - echo "#define XVendorString \"Gentoo Linux (The X.Org Foundation ${PV}, revision ${PR}-${PATCH_VER})\"" \ + echo "#define XVendorString \"Gentoo (The X.Org Foundation ${PV}, revision ${PR}-${PATCH_VER})\"" \ >> ${HOSTCONF} # Pending http://bugs.gentoo.org/show_bug.cgi?id=49038 and |