summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-01-28 01:32:07 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-01-28 01:32:07 +0000
commitb17a314f8cdc974932141320871966f555b9b5a6 (patch)
tree52f04cd4f6f4aa4724bcd8a29f7c5a550dfc9b3d /sci-biology/elph
parentRevbump to fix esfq and wrr patches to work with the new version. This close... (diff)
downloadhistorical-b17a314f8cdc974932141320871966f555b9b5a6.tar.gz
historical-b17a314f8cdc974932141320871966f555b9b5a6.tar.bz2
historical-b17a314f8cdc974932141320871966f555b9b5a6.zip
Ebuild clean-up
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'sci-biology/elph')
-rw-r--r--sci-biology/elph/Manifest2
-rw-r--r--sci-biology/elph/elph-0.1.5.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/elph/Manifest b/sci-biology/elph/Manifest
index 768664fad02c..1cb4d1b2a537 100644
--- a/sci-biology/elph/Manifest
+++ b/sci-biology/elph/Manifest
@@ -1,4 +1,4 @@
-MD5 9812a60657a23d580d84bfdb1533d064 elph-0.1.5.ebuild 919
+MD5 da9a54b6629f070a675093e8ef44f19f elph-0.1.5.ebuild 926
MD5 5b3d82bbc7b343bb1438579bb8eb0854 elph-0.1.4.ebuild 940
MD5 ee7eb4e8d286cc6af7ba4ba03ba7ade5 ChangeLog 1143
MD5 13040a191bb49af836a11a1727f7841c metadata.xml 610
diff --git a/sci-biology/elph/elph-0.1.5.ebuild b/sci-biology/elph/elph-0.1.5.ebuild
index c2a099ccba0c..6b3582f1954c 100644
--- a/sci-biology/elph/elph-0.1.5.ebuild
+++ b/sci-biology/elph/elph-0.1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-0.1.5.ebuild,v 1.2 2005/01/28 01:24:36 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-0.1.5.ebuild,v 1.3 2005/01/28 01:32:07 ribosome Exp $
inherit eutils toolchain-funcs
@@ -22,7 +22,7 @@ src_unpack() {
sed -i -e "s/CC := g++/CC := $(tc-getCXX)/" \
-e "s/-fno-exceptions -fno-rtti -D_REENTRANT -g/${CXXFLAGS}/" \
-e "s/LINKER := g++/LINKER := $(tc-getCXX)/" \
- Makefile
+ Makefile || die
}
src_compile() {