summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 16:55:21 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 16:55:21 +0000
commit6d1a53ac4b063cdfe80c12710686795a8395f6df (patch)
treefe1f0c5e58c063e11b598c29e5acc6931df0c3e6 /app-misc/emelfm
parentadded kermit license (diff)
downloadgentoo-2-6d1a53ac4b063cdfe80c12710686795a8395f6df.tar.gz
gentoo-2-6d1a53ac4b063cdfe80c12710686795a8395f6df.tar.bz2
gentoo-2-6d1a53ac4b063cdfe80c12710686795a8395f6df.zip
repoman'd
Diffstat (limited to 'app-misc/emelfm')
-rw-r--r--app-misc/emelfm/emelfm-0.9.2.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/app-misc/emelfm/emelfm-0.9.2.ebuild b/app-misc/emelfm/emelfm-0.9.2.ebuild
index bb9b9d47e6fb..2011d0cb6d3d 100644
--- a/app-misc/emelfm/emelfm-0.9.2.ebuild
+++ b/app-misc/emelfm/emelfm-0.9.2.ebuild
@@ -1,20 +1,22 @@
# 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/emelfm/emelfm-0.9.2.ebuild,v 1.2 2002/07/11 06:30:16 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm/emelfm-0.9.2.ebuild,v 1.3 2002/07/25 16:55:21 seemant Exp $
S=${WORKDIR}/${P}
-
DESCRIPTION="A file manager that implements the popular two-pane design."
SRC_URI="http://emelfm.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://emelfm.sourceforge.net/"
-DEPEND="virtual/glibc
- =x11-libs/gtk+-1.2*"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+DEPEND="=x11-libs/gtk+-1.2*"
src_unpack() {
unpack ${A}
- patch -p0 <${FILESDIR}/po-cs-po-gentoo.patch
- patch -p0 <${FILESDIR}/makefile-nls-gentoo.patch
+ patch -p0 <${FILESDIR}/po-cs-po-gentoo.patch || die
+ patch -p0 <${FILESDIR}/makefile-nls-gentoo.patch || die
}
src_compile() {