summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 19:18:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 19:18:35 +0000
commit6ac305a4a3efb9be218c55f45fb585aec0ffd061 (patch)
tree3ca505bd954944333b6d6cada5fb936e500cbf12 /app-misc/xplore
parentAdded SLOT, KEYWORDS, LICENSE, and RDEPEND. (diff)
downloadgentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.gz
gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.tar.bz2
gentoo-2-6ac305a4a3efb9be218c55f45fb585aec0ffd061.zip
repoman'd
Diffstat (limited to 'app-misc/xplore')
-rw-r--r--app-misc/xplore/files/digest-xplore-1.11
-rw-r--r--app-misc/xplore/xplore-1.1-r1.ebuild19
-rw-r--r--app-misc/xplore/xplore-1.1.ebuild27
-rw-r--r--app-misc/xplore/xplore-1.1e.ebuild23
4 files changed, 20 insertions, 50 deletions
diff --git a/app-misc/xplore/files/digest-xplore-1.1 b/app-misc/xplore/files/digest-xplore-1.1
deleted file mode 100644
index 7d0f95cc76b0..000000000000
--- a/app-misc/xplore/files/digest-xplore-1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b3219824ad93279302ce890ac5038389 xplore-1.1.tar.bz2 361862
diff --git a/app-misc/xplore/xplore-1.1-r1.ebuild b/app-misc/xplore/xplore-1.1-r1.ebuild
index 8db4adc9159d..550779c7e830 100644
--- a/app-misc/xplore/xplore-1.1-r1.ebuild
+++ b/app-misc/xplore/xplore-1.1-r1.ebuild
@@ -1,15 +1,19 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1-r1.ebuild,v 1.2 2002/07/11 06:30:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1-r1.ebuild,v 1.3 2002/07/25 19:18:35 seemant Exp $
S=${WORKDIR}/${P}
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"
+
DEPEND="virtual/x11
- >=x11-libs/openmotif-2.1.30-r1"
+ >=x11-libs/openmotif-2.1.30-r1"
-#RDEPEND=""
src_compile() {
@@ -28,9 +32,6 @@ src_compile() {
src_install () {
- # try make prefix=${D}/usr install
-
- make DESTDIR=${D} install || die "Installation failed"
- dodoc COPYING ChangeLog INSTALL README TODO
+ make DESTDIR=${D} install || die "Installation failed"
+ dodoc COPYING ChangeLog INSTALL README TODO
}
-
diff --git a/app-misc/xplore/xplore-1.1.ebuild b/app-misc/xplore/xplore-1.1.ebuild
deleted file mode 100644
index 3cf94b332ecb..000000000000
--- a/app-misc/xplore/xplore-1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1.ebuild,v 1.2 2002/07/11 06:30:17 drobbins Exp $
-
-S=${WORKDIR}/${P}
-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/"
-DEPEND="virtual/x11"
-
-#RDEPEND=""
-
-src_compile() {
-
- xmkmf -a || die
- make || die
-
-}
-
-src_install () {
-
- # try make prefix=${D}/usr install
-
- try make DESTDIR=${D} install
- dodoc README INSTALL ChangeLog
-}
-
diff --git a/app-misc/xplore/xplore-1.1e.ebuild b/app-misc/xplore/xplore-1.1e.ebuild
index 03fae462769f..c2263a93c7cc 100644
--- a/app-misc/xplore/xplore-1.1e.ebuild
+++ b/app-misc/xplore/xplore-1.1e.ebuild
@@ -1,18 +1,20 @@
-# Copyright 1999-2001 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1e.ebuild,v 1.2 2002/07/11 06:30:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/xplore/xplore-1.1e.ebuild,v 1.3 2002/07/25 19:18:35 seemant Exp $
S=${WORKDIR}/${P}
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/"
-DEPEND="virtual/x11
- >=x11-libs/openmotif-2.1.30-r1"
-#RDEPEND=""
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
-src_compile() {
+DEPEND="virtual/x11
+ >=x11-libs/openmotif-2.1.30-r1"
+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
@@ -23,14 +25,9 @@ src_compile() {
xmkmf -a || die "xmkmf Makefile creation failed"
emake || die "Parallel make failed."
-
}
src_install () {
-
- # try make prefix=${D}/usr install
-
- make DESTDIR=${D} install || die "Installation failed"
- dodoc COPYING ChangeLog INSTALL README TODO
+ make DESTDIR=${D} install || die "Installation failed"
+ dodoc COPYING ChangeLog INSTALL README TODO
}
-