diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-03-25 07:09:52 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-03-25 07:09:52 +0000 |
commit | 36c4c4a9bc4cfab55574745a5966d88b55736fbe (patch) | |
tree | b08bdf9ce6d4d69985e176414584f6137e17e1df /x11-libs/lesstif | |
parent | arm/hppa stable for security (diff) | |
download | historical-36c4c4a9bc4cfab55574745a5966d88b55736fbe.tar.gz historical-36c4c4a9bc4cfab55574745a5966d88b55736fbe.tar.bz2 historical-36c4c4a9bc4cfab55574745a5966d88b55736fbe.zip |
fix
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-libs/lesstif')
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.94-r3.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/lesstif/lesstif-0.94.0-r6.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild b/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild index 7924bb49694c..58781e952b01 100644 --- a/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.94-r3.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-r3.ebuild,v 1.2 2005/03/24 17:23:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r3.ebuild,v 1.3 2005/03/25 07:09:52 lanius Exp $ # disable sandbox, needed for motif-config SANDBOX_DISABLED="1" @@ -24,6 +24,9 @@ DEPEND="virtual/libc PROVIDE="virtual/motif" src_unpack() { + # profile stuff + motif-config --start-install + unpack ${A} cd ${S} epatch ${DISTDIR}/lesstif1-1_0.93.94-11.1.diff.gz @@ -96,7 +99,6 @@ src_install() { # Profile stuff pkg_setup() { - motif-config --start-install if has_version =x11-libs/lesstif-0.93.94*; then touch $T/upgrade; fi } diff --git a/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild b/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild index 7e9621664b1b..3dbe68657038 100644 --- a/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild +++ b/x11-libs/lesstif/lesstif-0.94.0-r6.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-r6.ebuild,v 1.2 2005/03/24 17:23:52 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r6.ebuild,v 1.3 2005/03/25 07:09:52 lanius Exp $ # disable sandbox, needed for motif-config SANDBOX_DISABLED="1" @@ -23,6 +23,9 @@ DEPEND="virtual/libc PROVIDE="virtual/motif" src_unpack() { + # profile stuff + motif-config --start-install + unpack ${A} cd ${S} epatch ${FILESDIR}/CAN-2005-0605.patch @@ -92,7 +95,6 @@ src_install() { # Profile stuff pkg_setup() { - motif-config --start-install if has_version ">=x11-libs/lesstif-0.94.0"; then touch $T/upgrade; fi } |