summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-02-06 19:24:15 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-02-06 19:24:15 +0000
commite6b60deb520cb6329c408d29405a7dc18fe4cb9b (patch)
treea953fe30243319f219e88ff2abc5a729e6f917b3 /x11-misc/xorg-cf-files
parentstable amd64 (diff)
downloadgentoo-2-e6b60deb520cb6329c408d29405a7dc18fe4cb9b.tar.gz
gentoo-2-e6b60deb520cb6329c408d29405a7dc18fe4cb9b.tar.bz2
gentoo-2-e6b60deb520cb6329c408d29405a7dc18fe4cb9b.zip
Set ProjectRoot to /usr so things like Xaw3d don't install to /usr/X11R6, reported by genstef.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc/xorg-cf-files')
-rw-r--r--x11-misc/xorg-cf-files/ChangeLog9
-rw-r--r--x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r1 (renamed from x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1)0
-rw-r--r--x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r1.ebuild (renamed from x11-misc/xorg-cf-files/xorg-cf-files-1.0.1.ebuild)8
3 files changed, 15 insertions, 2 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog
index 3c930275281c..74aafffa4db3 100644
--- a/x11-misc/xorg-cf-files/ChangeLog
+++ b/x11-misc/xorg-cf-files/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/xorg-cf-files
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.13 2006/01/08 19:52:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.14 2006/02/06 19:24:15 spyderous Exp $
+
+*xorg-cf-files-1.0.1-r1 (06 Feb 2006)
+
+ 06 Feb 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ -xorg-cf-files-1.0.1.ebuild, +xorg-cf-files-1.0.1-r1.ebuild:
+ Set ProjectRoot to /usr so things like Xaw3d don't install to /usr/X11R6,
+ reported by genstef.
08 Jan 2006; <nixnut@gentoo.org> xorg-cf-files-1.0.1.ebuild:
Add ~ppc keyword
diff --git a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1 b/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r1
index 797be9d20764..797be9d20764 100644
--- a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1
+++ b/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r1
diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r1.ebuild
index 2d961332a921..da776015e630 100644
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1.ebuild
+++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1.ebuild,v 1.4 2006/01/08 19:52:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r1.ebuild,v 1.1 2006/02/06 19:24:15 spyderous Exp $
# Must be before x-modular eclass is inherited
# SNAPSHOT="yes"
@@ -11,3 +11,9 @@ DESCRIPTION="Old Imake-related build files"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86"
RDEPEND=""
DEPEND="${RDEPEND}"
+
+src_install() {
+ x-modular_src_install
+
+ echo "#define ProjectRoot /usr" > ${D}/usr/$(get_libdir)/X11/config/host.def
+}