diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-04-08 23:03:29 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-04-08 23:03:29 +0000 |
commit | a81614ec9ff2552002d133f3c58c3cdbff86f85b (patch) | |
tree | e262a5e2a9321ec75c38b3a1d37d043e4272d06b /x11-base/xorg-x11 | |
parent | add inherit eutils (diff) | |
download | historical-a81614ec9ff2552002d133f3c58c3cdbff86f85b.tar.gz historical-a81614ec9ff2552002d133f3c58c3cdbff86f85b.tar.bz2 historical-a81614ec9ff2552002d133f3c58c3cdbff86f85b.zip |
Add PATCH_VER to XVendorString. It could come in handy.
Diffstat (limited to 'x11-base/xorg-x11')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 5 | ||||
-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, 8 insertions, 5 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 0ab06142fcdd..6ee96b435cf5 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,9 @@ # 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.14 2004/04/08 23:00:35 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.15 2004/04/08 23:03:29 spyderous Exp $ + + 08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: + Add PATCH_VER to XVendorString. It could come in handy. 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 diff --git a/x11-base/xorg-x11/Manifest b/x11-base/xorg-x11/Manifest index adf90f16f8d1..b5f8d53814ae 100644 --- a/x11-base/xorg-x11/Manifest +++ b/x11-base/xorg-x11/Manifest @@ -1,4 +1,4 @@ MD5 f33d86266389c80f7f24467eef8552e7 metadata.xml 232 -MD5 05caa6ccb2835cb3d6f14c26005e704c ChangeLog 2443 -MD5 b571d1c27db60d57801b1d9cdef7979d xorg-x11-6.7.0.ebuild 36660 +MD5 091cc4c2e3e81a1580093cccbff04d41 ChangeLog 2580 +MD5 3648481870cedf5563eed5878190aaaf xorg-x11-6.7.0.ebuild 36673 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 222060b24fa6..e353fbf74564 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.13 2004/04/08 23:00:35 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.14 2004/04/08 23:03:29 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 (The X.Org Foundation ${PV}, revision ${PR})\"" \ + echo "#define XVendorString \"Gentoo Linux (The X.Org Foundation ${PV}, revision ${PR}-${PATCH_VER})\"" \ >> config/cf/host.def # Makes ld bail at link time on undefined symbols |