diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-04-08 23:00:35 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-04-08 23:00:35 +0000 |
commit | 28f615f85f595c9e02724c1ccf34d9d9adcbef9e (patch) | |
tree | 4780d05d598e688732947feda0d13c732dd689a9 /x11-base | |
parent | small fix to conf.d entry (diff) | |
download | historical-28f615f85f595c9e02724c1ccf34d9d9adcbef9e.tar.gz historical-28f615f85f595c9e02724c1ccf34d9d9adcbef9e.tar.bz2 historical-28f615f85f595c9e02724c1ccf34d9d9adcbef9e.zip |
Change XVendorString to be compatible with upstream so people can strstr for The X.Org Foundation.
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.7.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index c31aec340117..0ab06142fcdd 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.13 2004/04/08 16:25:40 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.14 2004/04/08 23:00:35 spyderous Exp $ + + 08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; 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 <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: Add GccAliasingArgs to the optimized CFLAGS and CXXFLAGS setup, so we get diff --git a/x11-base/xorg-x11/Manifest b/x11-base/xorg-x11/Manifest index af1440345350..adf90f16f8d1 100644 --- a/x11-base/xorg-x11/Manifest +++ b/x11-base/xorg-x11/Manifest @@ -1,4 +1,4 @@ MD5 f33d86266389c80f7f24467eef8552e7 metadata.xml 232 -MD5 54298d6d3cc441e68bbc569daece89a0 ChangeLog 2261 -MD5 e2fc4419713a68a0f2ee33cd45ecda50 xorg-x11-6.7.0.ebuild 36649 +MD5 05caa6ccb2835cb3d6f14c26005e704c ChangeLog 2443 +MD5 b571d1c27db60d57801b1d9cdef7979d xorg-x11-6.7.0.ebuild 36660 MD5 87c48d45b4407270857b2cb20d063717 files/digest-xorg-x11-6.7.0 904 diff --git a/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild index 37da37572195..222060b24fa6 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.12 2004/04/08 16:25:40 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.13 2004/04/08 23:00:35 spyderous Exp $ # This is a snapshot of the XORG-RELEASE-1 branch. @@ -386,7 +386,7 @@ fi ebegin "Setting up config/cf/host.def" cd ${S}; cp ${FILES_DIR}/site.def config/cf/host.def || die - echo "#define XVendorString \"Gentoo Linux (X.Org X11 ${PV}, revision ${PR})\"" \ + echo "#define XVendorString \"Gentoo Linux (The X.Org Foundation ${PV}, revision ${PR})\"" \ >> config/cf/host.def # Makes ld bail at link time on undefined symbols |