diff options
author | 2003-03-29 23:19:12 +0000 | |
---|---|---|
committer | 2003-03-29 23:19:12 +0000 | |
commit | 24692169631a9bf8500f0ee3b756440ac594fca7 (patch) | |
tree | 3acfc3837a5d6daaa67dad3af2ac4bd00337b70f /app-misc/xplore | |
parent | virtual/motif fix and compile fix (diff) | |
download | historical-24692169631a9bf8500f0ee3b756440ac594fca7.tar.gz historical-24692169631a9bf8500f0ee3b756440ac594fca7.tar.bz2 historical-24692169631a9bf8500f0ee3b756440ac594fca7.zip |
virtual/motif migration and parallel build fix
Diffstat (limited to 'app-misc/xplore')
-rw-r--r-- | app-misc/xplore/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/xplore/xplore-1.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-misc/xplore/xplore-1.1e.ebuild | 7 |
3 files changed, 12 insertions, 7 deletions
diff --git a/app-misc/xplore/ChangeLog b/app-misc/xplore/ChangeLog index 5ab4df810f54..04829cfe161a 100644 --- a/app-misc/xplore/ChangeLog +++ b/app-misc/xplore/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-misc/xplore # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/ChangeLog,v 1.3 2003/02/12 05:11:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/ChangeLog,v 1.4 2003/03/29 23:19:12 liquidx Exp $ *xplore-1.1e (5 Mar 2002) + 29 Mar 2003; Alastair Tse <liquidx@gentoo.org> xplore-1.1-r1.ebuild, + xplore-1.1e.ebuild: + virtual/motif dep and parallel make fix + 5 Mar 2002; T.Neidt <tod@gentoo.org> ChangeLog, xplore-1.1e.ebuild : Updated to latest bugfix version. diff --git a/app-misc/xplore/xplore-1.1-r1.ebuild b/app-misc/xplore/xplore-1.1-r1.ebuild index 05347bbc1628..7de22c8ec025 100644 --- a/app-misc/xplore/xplore-1.1-r1.ebuild +++ b/app-misc/xplore/xplore-1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1-r1.ebuild,v 1.7 2003/02/13 09:13:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1-r1.ebuild,v 1.8 2003/03/29 23:19:12 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="motif file manager for X." @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/x11 - >=x11-libs/openmotif-2.1.30-r1" + virtual/motif" src_compile() { #Fix Xplore.tmpl so installation is to /usr instead of /usr/X11R6 @@ -24,7 +24,7 @@ src_compile() { Xplore.tmpl.orig > Xplore.tmpl xmkmf -a || die "xmkmf Makefile creation failed" - emake || die "Parallel make failed." + make || die "Parallel make failed." } src_install() { diff --git a/app-misc/xplore/xplore-1.1e.ebuild b/app-misc/xplore/xplore-1.1e.ebuild index 964e770be215..fdb58a7eaeb4 100644 --- a/app-misc/xplore/xplore-1.1e.ebuild +++ b/app-misc/xplore/xplore-1.1e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1e.ebuild,v 1.7 2003/02/13 09:13:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1e.ebuild,v 1.8 2003/03/29 23:19:12 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="motif file manager for X." @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/x11 - >=x11-libs/openmotif-2.1.30-r1" + virtual/motif" src_compile() { #Fix Xplore.tmpl so installation is to /usr instead of /usr/X11R6 @@ -24,7 +24,8 @@ src_compile() { Xplore.tmpl.orig > Xplore.tmpl xmkmf -a || die "xmkmf Makefile creation failed" - emake || die "Parallel make failed." + # parallel make fails + make || die "make failed" } src_install() { |