summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-12-01 15:25:08 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-12-01 15:25:08 +0000
commit0d01381d7234cc69402f472c75105312fa937710 (patch)
tree6a7aa4bf3869b73db2e56f2bc8c2ede32a1ab7ba /x11-libs/openmotif
parentanother small fix (diff)
downloadgentoo-2-0d01381d7234cc69402f472c75105312fa937710.tar.gz
gentoo-2-0d01381d7234cc69402f472c75105312fa937710.tar.bz2
gentoo-2-0d01381d7234cc69402f472c75105312fa937710.zip
fixed includes
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r--x11-libs/openmotif/ChangeLog6
-rw-r--r--x11-libs/openmotif/Manifest6
-rw-r--r--x11-libs/openmotif/openmotif-2.1.30-r3.ebuild3
-rw-r--r--x11-libs/openmotif/openmotif-2.2.2-r3.ebuild5
4 files changed, 15 insertions, 5 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog
index 3cc837a27782..ad358fbf3052 100644
--- a/x11-libs/openmotif/ChangeLog
+++ b/x11-libs/openmotif/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.22 2003/11/30 12:17:51 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.23 2003/12/01 15:25:03 lanius Exp $
+
+ 01 Dec 2003; Heinrich Wendel <lanius@gentoo.org> openmotif-2.1.30-r3.ebuild,
+ openmotif-2.2.2-r3.ebuild:
+ fixed includes
30 Nov 2003; Heinrich Wendel <lanius@gentoo.org> openmotif-2.1.30-r3.ebuild,
openmotif-2.2.2-r3.ebuild:
diff --git a/x11-libs/openmotif/Manifest b/x11-libs/openmotif/Manifest
index 04dfdd72a0ad..92cccf9cea5d 100644
--- a/x11-libs/openmotif/Manifest
+++ b/x11-libs/openmotif/Manifest
@@ -1,10 +1,10 @@
MD5 e07f6b89edd5ffa4a803816b7ce33336 openmotif-2.1.30-r1.ebuild 864
MD5 55e52e621e48d9824ff551f2c48f8d82 openmotif-2.2.2-r1.ebuild 1051
-MD5 05532bb247d1a82d701eb92d5e36fc67 openmotif-2.1.30-r3.ebuild 4077
-MD5 e060c9f27424a6cd3ff890088ae49a5c openmotif-2.2.2-r3.ebuild 4529
+MD5 baed9c2f4422afa91ec45b3c34ff1911 openmotif-2.1.30-r3.ebuild 4122
+MD5 92bec273515cc92f2b9ea0e17cd955c8 openmotif-2.2.2-r3.ebuild 4574
MD5 d9ee153704ba81a8d4f9b50224f47f37 openmotif-2.1.30-r2.ebuild 2633
MD5 2de6a2239e5ddfff902676aedaefb56c openmotif-2.2.2-r2.ebuild 4804
-MD5 a812cabb2065d2185f37f6bea1676749 ChangeLog 3825
+MD5 fb039533dd551fbb0ee5989209e7ad52 ChangeLog 3951
MD5 216193f922fae0747195fd851696b580 files/mwm-configdir.patch 1549
MD5 009fd49058dd31057e2cbdc0c5cbb6a5 files/digest-openmotif-2.2.2-r1 136
MD5 e0b6cf2385221247e7204f63a199c6c3 files/digest-openmotif-2.2.2-r2 68
diff --git a/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild
index 7e916dafd719..45ac011cce62 100644
--- a/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild
+++ b/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild
@@ -86,6 +86,9 @@ src_install() {
mv ${D}/usr/X11R6/include/Xm/*.h ${D}/usr/include/Xm/2.1/Xm
mv ${D}/usr/X11R6/include/uil/*.h ${D}/usr/include/uil/2.1/uil
+ cd ${D}/usr/include
+ motif_fix_headers 2.1
+
# bin
dodir /usr/bin
for file in `ls ${D}/usr/X11R6/bin`
diff --git a/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild b/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild
index 517350e6a101..1c55f63afc95 100644
--- a/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild
+++ b/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild,v 1.3 2003/11/30 12:17:51 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.2-r3.ebuild,v 1.4 2003/12/01 15:25:03 lanius Exp $
inherit libtool
@@ -113,6 +113,9 @@ src_install() {
mv ${D}/usr/X11R6/include/Xm/*.h ${D}/usr/include/Xm/2.2/Xm
mv ${D}/usr/X11R6/include/uil/*.h ${D}/usr/include/uil/2.2/uil
+ cd ${D}/usr/include
+ motif_fix_headers 2.2
+
# bin
dodir /usr/bin
for file in `ls ${D}/usr/X11R6/bin`