diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-25 18:05:32 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-25 18:05:32 +0000 |
commit | 30e986d963a1553b7b9eadc1cd9d1095ccc25574 (patch) | |
tree | fa04099d7f146efa0ebb634137f6e74fc6e44250 /x11-libs | |
parent | Masked limewire in favor of frostwire. (diff) | |
download | gentoo-2-30e986d963a1553b7b9eadc1cd9d1095ccc25574.tar.gz gentoo-2-30e986d963a1553b7b9eadc1cd9d1095ccc25574.tar.bz2 gentoo-2-30e986d963a1553b7b9eadc1cd9d1095ccc25574.zip |
Add a note about the openmotif-compat package.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/openmotif/files/motif-config-2.3 | 2 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.0-r1.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index 99eb3c11076d..0998d02212cd 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.168 2008/03/07 22:19:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.169 2008/03/25 18:05:32 ulm Exp $ + + 25 Mar 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild: + Add a note about the openmotif-compat package. 07 Mar 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild: Fix syntax in pkg_setup, so that it works also with older bash versions. diff --git a/x11-libs/openmotif/files/motif-config-2.3 b/x11-libs/openmotif/files/motif-config-2.3 index 5481c6a75475..c003e4bcd781 100644 --- a/x11-libs/openmotif/files/motif-config-2.3 +++ b/x11-libs/openmotif/files/motif-config-2.3 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# based on gcc-config by Martin Schlemmer <azarah@gentoo.org +# based on gcc-config by Martin Schlemmer <azarah@gentoo.org> # Author: Heinrich Wendel <lanius@gentoo.org> # Stripped down minimal version for backwards compatibility only. diff --git a/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild b/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild index 46b5238d765d..915875499802 100644 --- a/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.16 2008/03/07 22:19:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r1.ebuild,v 1.17 2008/03/25 18:05:32 ulm Exp $ inherit eutils flag-o-matic multilib autotools @@ -134,5 +134,7 @@ pkg_postinst() { If you have binary-only applications requiring libXm.so.3, you may therefore create a symlink from libXm.so.3 to libXm.so.4. Please note, however, that there will be no Gentoo support for this. + Alternatively, you may install x11-libs/openmotif-compat-2.2* for + the Open Motif 2.2 libraries. EOF } |