summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-09-28 15:41:50 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-09-28 15:41:50 +0000
commite063a3d74bfb07b58a3996159dc926e3a7ded8a0 (patch)
treedd99ba6f640dac9e163994dfffae987c062f0f2c /sci-visualization
parentremove old (diff)
downloadgentoo-2-e063a3d74bfb07b58a3996159dc926e3a7ded8a0.tar.gz
gentoo-2-e063a3d74bfb07b58a3996159dc926e3a7ded8a0.tar.bz2
gentoo-2-e063a3d74bfb07b58a3996159dc926e3a7ded8a0.zip
whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/epix/epix-1.2.0.2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-visualization/epix/epix-1.2.0.2.ebuild b/sci-visualization/epix/epix-1.2.0.2.ebuild
index 75cebf3c160e..e26b0fe35a3d 100644
--- a/sci-visualization/epix/epix-1.2.0.2.ebuild
+++ b/sci-visualization/epix/epix-1.2.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.0.2.ebuild,v 1.1 2007/09/28 13:34:37 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.0.2.ebuild,v 1.2 2007/09/28 15:41:50 mr_bones_ Exp $
inherit elisp-common flag-o-matic toolchain-funcs bash-completion
@@ -30,14 +30,12 @@ src_unpack() {
-i configure || die "sed on configure failed"
}
-
src_compile() {
cd "${S}"
econf --with-nolisp || die "configure failed"
emake || die "compile failed"
}
-
src_install() {
emake DESTDIR="${D}" install || die "install failed"
if use emacs; then