summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 18:31:47 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 18:31:47 +0000
commit361b728bc5c566d974aca2a0de3a2134f819d7d7 (patch)
tree3192fe64222fbf660a13b4993dc70f78b34880c2 /x11-misc/xplore
parentAdded ppc keyword. bug 119456 (diff)
downloadhistorical-361b728bc5c566d974aca2a0de3a2134f819d7d7.tar.gz
historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.tar.bz2
historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xplore')
-rw-r--r--x11-misc/xplore/ChangeLog8
-rw-r--r--x11-misc/xplore/files/digest-xplore-1.1e1
-rw-r--r--x11-misc/xplore/xplore-1.1e.ebuild36
-rw-r--r--x11-misc/xplore/xplore-1.2a.ebuild7
4 files changed, 9 insertions, 43 deletions
diff --git a/x11-misc/xplore/ChangeLog b/x11-misc/xplore/ChangeLog
index 348798d8506c..4ecfcc72bf12 100644
--- a/x11-misc/xplore/ChangeLog
+++ b/x11-misc/xplore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xplore
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.7 2005/11/01 12:52:57 nelchael Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.8 2006/01/21 18:23:28 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xplore-1.1e.ebuild,
+ xplore-1.2a.ebuild:
+ Fixed DEPEND for modular X.
01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> -xplore-1.1-r1.ebuild,
xplore-1.1e.ebuild, xplore-1.2a.ebuild:
diff --git a/x11-misc/xplore/files/digest-xplore-1.1e b/x11-misc/xplore/files/digest-xplore-1.1e
deleted file mode 100644
index c72270249012..000000000000
--- a/x11-misc/xplore/files/digest-xplore-1.1e
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f1be9591f86452215edaecf29e3ac0ed xplore-1.1e.tar.bz2 413906
diff --git a/x11-misc/xplore/xplore-1.1e.ebuild b/x11-misc/xplore/xplore-1.1e.ebuild
deleted file mode 100644
index d95d5eed977e..000000000000
--- a/x11-misc/xplore/xplore-1.1e.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.1e.ebuild,v 1.5 2005/11/01 12:52:57 nelchael Exp $
-
-IUSE=""
-
-DESCRIPTION="motif file manager for X."
-SRC_URI="http://www.musikwissenschaft.uni-mainz.de/~ag/xplore/${P}.tar.bz2"
-HOMEPAGE="http://www.musikwissenschaft.uni-mainz.de/~ag/xplore/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-# its webpage states the lesstif does not fully work with xplore
-DEPEND="virtual/x11
- x11-libs/openmotif"
-
-src_compile() {
- #Fix Xplore.tmpl so installation is to /usr instead of /usr/X11R6
- #Note: LIBDIR is used to point to X11 tree.
- cp Xplore.tmpl Xplore.tmpl.orig
- sed -e "s:^\(XPLORELIBDIR = \).*:\1/usr/lib/xplore:" \
- -e "s:^XCOMM \(BINDIR = /usr\)/local\(/bin\):\1\2:" \
- -e "s:^XCOMM \(MANPATH = /usr\)/local\(/man\):\1/share\2:" \
- Xplore.tmpl.orig > Xplore.tmpl
-
- xmkmf -a || die "xmkmf Makefile creation failed"
- # parallel make fails
- make || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die "Installation failed"
- dodoc ChangeLog README TODO
-}
diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild
index cdec68198cb2..0b5640e7c63f 100644
--- a/x11-misc/xplore/xplore-1.2a.ebuild
+++ b/x11-misc/xplore/xplore-1.2a.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.7 2005/11/01 12:52:57 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.8 2006/01/21 18:23:28 nelchael Exp $
inherit eutils
@@ -15,8 +15,7 @@ LICENSE="GPL-2"
KEYWORDS="x86"
# its webpage states the lesstif does not fully work with xplore
-DEPEND="virtual/x11
- x11-libs/openmotif"
+DEPEND="x11-libs/openmotif"
src_unpack() {
unpack ${A}