diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-03-14 13:57:36 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-03-14 13:57:36 +0000 |
commit | 5170966a5cdb43a7c93995e9169537e3b095ac3d (patch) | |
tree | 17e1c75859ee979b0396b8e8021c23f4a89d9bb9 /x11-libs/lesstif | |
parent | Added gif USE default, more in line with the spar64 profile. (diff) | |
download | gentoo-2-5170966a5cdb43a7c93995e9169537e3b095ac3d.tar.gz gentoo-2-5170966a5cdb43a7c93995e9169537e3b095ac3d.tar.bz2 gentoo-2-5170966a5cdb43a7c93995e9169537e3b095ac3d.zip |
don't build against already installed motif versions
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs/lesstif')
-rw-r--r-- | x11-libs/lesstif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.94-r2.ebuild | 9 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.94.0-r5.ebuild | 11 |
3 files changed, 20 insertions, 6 deletions
diff --git a/x11-libs/lesstif/ChangeLog b/x11-libs/lesstif/ChangeLog index 5331918241ab..88ad9a8f1133 100644 --- a/x11-libs/lesstif/ChangeLog +++ b/x11-libs/lesstif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/lesstif # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.57 2005/03/10 14:26:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.58 2005/03/14 13:57:36 lanius Exp $ + + 14 Mar 2005; Heinrich Wendel <lanius@gentoo.org> lesstif-0.93.94-r2.ebuild, + lesstif-0.94.0-r5.ebuild: + don't build against already installed motif-versions *lesstif-0.94.0-r5 (10 Mar 2005) diff --git a/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild b/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild index fce1f8c1e477..c0abe3b75d7c 100644 --- a/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild,v 1.3 2005/03/10 14:26:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r2.ebuild,v 1.4 2005/03/14 13:57:36 lanius Exp $ inherit libtool flag-o-matic multilib @@ -16,7 +16,7 @@ IUSE="static" DEPEND="virtual/libc virtual/x11 - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" PROVIDE="virtual/motif" @@ -90,7 +90,12 @@ src_install() { } # Profile stuff +pkg_setup() { + motif-config --start-install +} + pkg_postinst() { + motif-config --finish-install motif-config --install lesstif-1.2 } diff --git a/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild b/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild index 26c03c62d65b..72f4e3885d47 100644 --- a/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild +++ b/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild,v 1.3 2005/03/10 14:26:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r5.ebuild,v 1.4 2005/03/14 13:57:36 lanius Exp $ inherit libtool flag-o-matic multilib @@ -15,7 +15,7 @@ IUSE="static" DEPEND="virtual/libc virtual/x11 - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" PROVIDE="virtual/motif" @@ -26,7 +26,7 @@ src_unpack() { } src_compile() { - use ppc-macos || elibtoolize + use ppc-macos || libtoolize --force --copy if use ppc-macos; then append-ldflags -L/usr/X11R6/lib -lX11 -lXt @@ -86,7 +86,12 @@ src_install() { } # Profile stuff +pkg_setup() { + motif-config --start-install +} + pkg_postinst() { + motif-config --finish-install motif-config --install lesstif-2.1 } |