summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2004-09-02 01:28:22 +0000
committerBryan Stine <battousai@gentoo.org>2004-09-02 01:28:22 +0000
commit18e3654518dc8d6c5c63ddbb876a3d2ef6209d20 (patch)
tree78c5c928458f6c797d6cd631ca69ae85bb347093 /x11-base/x11-drm
parentclean older ebuild (Manifest recommit) (diff)
downloadgentoo-2-18e3654518dc8d6c5c63ddbb876a3d2ef6209d20.tar.gz
gentoo-2-18e3654518dc8d6c5c63ddbb876a3d2ef6209d20.tar.bz2
gentoo-2-18e3654518dc8d6c5c63ddbb876a3d2ef6209d20.zip
Add sed to fix Makefile install location again. Closes 62188.
Diffstat (limited to 'x11-base/x11-drm')
-rw-r--r--x11-base/x11-drm/ChangeLog6
-rw-r--r--x11-base/x11-drm/x11-drm-20040827.ebuild3
-rw-r--r--x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/x11-base/x11-drm/ChangeLog b/x11-base/x11-drm/ChangeLog
index d0a05895a7a4..f25b7311879d 100644
--- a/x11-base/x11-drm/ChangeLog
+++ b/x11-base/x11-drm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-base/x11-drm
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.2 2004/08/31 05:23:51 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.3 2004/09/02 01:28:22 battousai Exp $
+
+ 01 Sep 2004; Bryan Stine <battousai@gentoo.org>; x11-drm-20040827.ebuild,
+ x11-drm-4.3.0-r7.ebuild:
+ Add sed to fix Makefile install location again. Closes 62188.
31 Aug 2004; Donnie Berkholz <spyderous@gentoo.org>;
x11-drm-20040827.ebuild:
diff --git a/x11-base/x11-drm/x11-drm-20040827.ebuild b/x11-base/x11-drm/x11-drm-20040827.ebuild
index 215e587b7b53..834c214f2c6e 100644
--- a/x11-base/x11-drm/x11-drm-20040827.ebuild
+++ b/x11-base/x11-drm/x11-drm-20040827.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827.ebuild,v 1.2 2004/08/31 05:23:51 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20040827.ebuild,v 1.3 2004/09/02 01:28:22 battousai Exp $
inherit eutils xfree kmod
@@ -87,6 +87,7 @@ src_unpack() {
# Substitute new directory under /lib/modules/${KV}
sed -ie "s:/kernel/drivers/char/drm:/${PN}:g" Makefile
+ sed -ie "s:xfree-drm:${PN}:g" Makefile
}
src_compile() {
diff --git a/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild b/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild
index 3e19a84eeadc..60d828999625 100644
--- a/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild
+++ b/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild,v 1.1 2004/08/29 08:11:06 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-4.3.0-r7.ebuild,v 1.2 2004/09/02 01:28:22 battousai Exp $
IUSE="gatos"
IUSE_VIDEO_CARDS="3dfx gamma i810 i830 matrox rage128 radeon sis mach64"
@@ -109,6 +109,7 @@ src_unpack() {
# Change the install location for the modules.d stuff
sed -ie "s:/kernel/drivers/char/drm:/${PN}:g" Makefile.linux
+ sed -ie "s:xfree-drm:${PN}:g" Makefile
}
src_compile() {