summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-01-30 17:14:13 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-01-30 17:14:13 +0000
commitffdbe8e60ac31521e1ee818b8b28123bf8f4afa1 (patch)
tree3def7486184ff647a4b2764454830a386748355f /sci-biology/rnaview
parentnew upstream version, bumped. (diff)
downloadhistorical-ffdbe8e60ac31521e1ee818b8b28123bf8f4afa1.tar.gz
historical-ffdbe8e60ac31521e1ee818b8b28123bf8f4afa1.tar.bz2
historical-ffdbe8e60ac31521e1ee818b8b28123bf8f4afa1.zip
Ebuild cleanup
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-biology/rnaview')
-rw-r--r--sci-biology/rnaview/ChangeLog5
-rw-r--r--sci-biology/rnaview/rnaview-1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/sci-biology/rnaview/ChangeLog b/sci-biology/rnaview/ChangeLog
index 7c3dbf5542e9..f73aef0ae2e3 100644
--- a/sci-biology/rnaview/ChangeLog
+++ b/sci-biology/rnaview/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/rnaview
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rnaview/ChangeLog,v 1.3 2005/01/19 00:26:09 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rnaview/ChangeLog,v 1.4 2005/01/30 17:14:13 ribosome Exp $
+
+ 30 Jan 2005; Olivier Fisette <ribosome@gentoo.org> rnaview-1.ebuild:
+ Ebuild cleanup.
18 Jan 2005; Olivier Fisette <ribosome@gentoo.org> rnaview-1.ebuild:
Added to x86.
diff --git a/sci-biology/rnaview/rnaview-1.ebuild b/sci-biology/rnaview/rnaview-1.ebuild
index a704581a8d58..05dbf65525c7 100644
--- a/sci-biology/rnaview/rnaview-1.ebuild
+++ b/sci-biology/rnaview/rnaview-1.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/rnaview/rnaview-1.ebuild,v 1.2 2005/01/19 00:26:09 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rnaview/rnaview-1.ebuild,v 1.3 2005/01/30 17:14:13 ribosome Exp $
inherit toolchain-funcs
@@ -16,8 +16,9 @@ IUSE=""
src_unpack() {
unpack ${A}
cd ${S}
- sed -i -e "s/CC = cc/CC = $(tc-getCC)/" Makefile
- sed -i -e "s/CFLAGS =/CFLAGS = ${CFLAGS}/" Makefile
+ sed -e "s/CC = cc/CC = $(tc-getCC)/" \
+ -e "s/CFLAGS =/CFLAGS = ${CFLAGS}/" \
+ -i Makefile || die
}
src_compile() {