* [gentoo-commits] gentoo-x86 commit in sci-biology/sim4: ChangeLog sim4-20030921-r1.ebuild
@ 2010-09-01 15:16 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2010-09-01 15:16 UTC (permalink / raw
To: gentoo-commits
xarthisius 10/09/01 15:16:59
Modified: ChangeLog
Added: sim4-20030921-r1.ebuild
Log:
Respect CC,CFLAGS,LDFLAGS wrt bug 335553. Thanks to Diego for the report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.8 sci-biology/sim4/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/sim4/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/sim4/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/sim4/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/sim4/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 25 Mar 2007 03:03:48 -0000 1.7
+++ ChangeLog 1 Sep 2010 15:16:59 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for sci-biology/sim4
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/sim4/ChangeLog,v 1.7 2007/03/25 03:03:48 kugelfang Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/sim4/ChangeLog,v 1.8 2010/09/01 15:16:59 xarthisius Exp $
+
+*sim4-20030921-r1 (01 Sep 2010)
+
+ 01 Sep 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ +sim4-20030921-r1.ebuild:
+ Respect CC,CFLAGS,LDFLAGS wrt bug 335553. Thanks to Diego for the report.
25 Mar 2007; Danny van Dyk <kugelfang@gentoo.org> sim4-20030921.ebuild:
QA: Removed redundant src_compile().
1.1 sci-biology/sim4/sim4-20030921-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/sim4/sim4-20030921-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/sim4/sim4-20030921-r1.ebuild?rev=1.1&content-type=text/plain
Index: sim4-20030921-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/sim4/sim4-20030921-r1.ebuild,v 1.1 2010/09/01 15:16:59 xarthisius Exp $
inherit toolchain-funcs
DESCRIPTION="A program to align cDNA and genomic DNA"
HOMEPAGE="http://globin.cse.psu.edu/html/docs/sim4.html"
SRC_URI="http://globin.cse.psu.edu/ftp/dist/sim4/sim4.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
S=${WORKDIR}/${PN}.2003-09-21
src_compile() {
echo "$(tc-getCC) -o ${PN} ${LDFLAGS} -I. ${CFLAGS} *.c -lm"
$(tc-getCC) -o ${PN} ${LDFLAGS} -I. ${CFLAGS} *.c -lm || die
}
src_install() {
dobin ${PN} || die
dodoc README.* VERSION || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-01 15:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 15:16 [gentoo-commits] gentoo-x86 commit in sci-biology/sim4: ChangeLog sim4-20030921-r1.ebuild Kacper Kowalik (xarthisius)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox