summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2004-01-13 14:38:31 +0000
committerHeinrich Wendel <lanius@gentoo.org>2004-01-13 14:38:31 +0000
commit081e764f4bf444f0f62891067b8d0e0b145bd803 (patch)
tree9c9b362b658f8a062bb8120388d07d1af6b11a3f /x11-libs/openmotif
parentfixed font path (diff)
downloadgentoo-2-081e764f4bf444f0f62891067b8d0e0b145bd803.tar.gz
gentoo-2-081e764f4bf444f0f62891067b8d0e0b145bd803.tar.bz2
gentoo-2-081e764f4bf444f0f62891067b8d0e0b145bd803.zip
added warning about libXm.so.3
Diffstat (limited to 'x11-libs/openmotif')
-rw-r--r--x11-libs/openmotif/ChangeLog5
-rw-r--r--x11-libs/openmotif/Manifest4
-rw-r--r--x11-libs/openmotif/openmotif-2.1.30-r3.ebuild7
3 files changed, 12 insertions, 4 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog
index ef295324c150..07b69a6caf37 100644
--- a/x11-libs/openmotif/ChangeLog
+++ b/x11-libs/openmotif/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/openmotif
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.31 2004/01/12 11:13:01 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.32 2004/01/13 14:38:11 lanius Exp $
+
+ 13 Jan 2004; Heinrich Wendel <lanius@gentoo.org> openmotif-2.1.30-r3.ebuild:
+ added warning about libXm.so.3
11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> openmotif-2.1.30-r3.ebuild,
openmotif-2.2.2-r1.ebuild, openmotif-2.2.2-r2.ebuild,
diff --git a/x11-libs/openmotif/Manifest b/x11-libs/openmotif/Manifest
index 2212a9d5179d..eb1dcc40f29c 100644
--- a/x11-libs/openmotif/Manifest
+++ b/x11-libs/openmotif/Manifest
@@ -1,7 +1,7 @@
MD5 9939ef9e24d2968ac1467e6f8e0119a1 openmotif-2.1.30-r1.ebuild 867
-MD5 02d5e3e76feaf389193b5f276b625eec openmotif-2.1.30-r3.ebuild 2663
+MD5 f43566dd1f989cce0e6fd3abc58a9cc2 openmotif-2.1.30-r3.ebuild 2791
MD5 b766188f8d5455c19fd57875392b2e23 openmotif-2.1.30-r2.ebuild 2743
-MD5 f6482fa6d174b7ec174f27f9ec64fde1 ChangeLog 4668
+MD5 6251634fb5bd3844c308849c540435a8 ChangeLog 4781
MD5 216193f922fae0747195fd851696b580 files/mwm-configdir.patch 1549
MD5 818d2d673fe5ee323f93b5a66fb1baca files/digest-openmotif-2.1.30-r1 79
MD5 818d2d673fe5ee323f93b5a66fb1baca files/digest-openmotif-2.1.30-r2 79
diff --git a/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild
index 3591823b7866..a730cb23324a 100644
--- a/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild
+++ b/x11-libs/openmotif/openmotif-2.1.30-r3.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-libs/openmotif/openmotif-2.1.30-r3.ebuild,v 1.9 2004/01/11 13:54:23 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild,v 1.10 2004/01/13 14:38:11 lanius Exp $
MY_P=${P}-4_MLI.src
S=${WORKDIR}/motif
@@ -82,3 +82,8 @@ src_install() {
dodoc README COPYRIGHT.MOTIF RELEASE RELNOTES
dodoc BUGREPORT OPENBUGS CLOSEDBUGS
}
+
+pkg_postinst() {
+ ewarn "This might break applications linked against libXm.so.3"
+ ewarn "Just rebuild these applications."
+}