diff options
author | 2005-03-14 13:57:36 +0000 | |
---|---|---|
committer | 2005-03-14 13:57:36 +0000 | |
commit | 5170966a5cdb43a7c93995e9169537e3b095ac3d (patch) | |
tree | 17e1c75859ee979b0396b8e8021c23f4a89d9bb9 /x11-libs/openmotif | |
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/openmotif')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r11.ebuild | 9 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r5.ebuild | 11 |
3 files changed, 20 insertions, 6 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index fa350936a60e..a7a96e0d64b9 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.101 2005/03/14 01:08:00 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.102 2005/03/14 13:57:30 lanius Exp $ + + 14 Mar 2005; Heinrich Wendel <lanius@gentoo.org> + openmotif-2.1.30-r11.ebuild, openmotif-2.2.3-r5.ebuild: + don't build against already installed motif versions 13 Mar 2005; Hardave Riar <hardave@gentoo.org> openmotif-2.1.30-r9.ebuild, openmotif-2.2.3-r3.ebuild: diff --git a/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild index 084165682bcd..03719a0ab8a6 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r11.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/openmotif/openmotif-2.1.30-r11.ebuild,v 1.4 2005/03/10 14:26:55 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r11.ebuild,v 1.5 2005/03/14 13:57:30 lanius Exp $ inherit eutils flag-o-matic multilib @@ -18,7 +18,7 @@ PROVIDE="virtual/motif" RDEPEND="virtual/libc virtual/x11 - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" DEPEND="${RDEPEND} >=sys-apps/sed-4" @@ -156,7 +156,12 @@ src_install() { } # Profile stuff +pkg_setup() { + motif-config --start-install +} + pkg_postinst() { + motif-config --finish-install motif-config --install openmotif-2.1 } diff --git a/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild index 7d5c2e6dbcfa..fd1e98ad284a 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-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/openmotif/openmotif-2.2.3-r5.ebuild,v 1.4 2005/03/10 14:26:55 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r5.ebuild,v 1.5 2005/03/14 13:57:30 lanius Exp $ inherit eutils libtool flag-o-matic multilib @@ -19,10 +19,10 @@ DEPEND="virtual/libc >=sys-apps/sed-4 !ppc-macos? ( =sys-devel/automake-1.4* ) =sys-devel/autoconf-2.5* - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" RDEPEND="virtual/libc virtual/x11 - >=x11-libs/motif-config-0.4" + >=x11-libs/motif-config-0.5" PROVIDE="virtual/motif" SLOT="2.2" @@ -129,7 +129,12 @@ src_install() { } # Profile stuff +pkg_setup() { + motif-config --start-install +} + pkg_postinst() { + motif-config --finish-install motif-config --install openmotif-2.2 } |