* [gentoo-commits] gentoo-x86 commit in sci-chemistry/theseus: ChangeLog theseus-1.6.2-r1.ebuild theseus-1.6.2.ebuild
@ 2012-03-21 16:11 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-03-21 16:11 UTC (permalink / raw
To: gentoo-commits
jlec 12/03/21 16:11:49
Modified: ChangeLog
Added: theseus-1.6.2-r1.ebuild
Removed: theseus-1.6.2.ebuild
Log:
Fix Path for gentoo
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-chemistry/theseus/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/theseus/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/theseus/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/theseus/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 21 Mar 2012 13:17:03 -0000 1.1
+++ ChangeLog 21 Mar 2012 16:11:49 -0000 1.2
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/theseus
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/ChangeLog,v 1.1 2012/03/21 13:17:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/ChangeLog,v 1.2 2012/03/21 16:11:49 jlec Exp $
+
+*theseus-1.6.2-r1 (21 Mar 2012)
+
+ 21 Mar 2012; Justin Lecher <jlec@gentoo.org> -theseus-1.6.2.ebuild,
+ +theseus-1.6.2-r1.ebuild:
+ Fix Path for gentoo
*theseus-1.6.2 (21 Mar 2012)
1.1 sci-chemistry/theseus/theseus-1.6.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: theseus-1.6.2-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/theseus-1.6.2-r1.ebuild,v 1.1 2012/03/21 16:11:49 jlec Exp $
EAPI=4
inherit multilib toolchain-funcs
DESCRIPTION="maximum likelihood superpositioning and analysis of macromolecular structures"
HOMEPAGE="http://www.theseus3d.org/"
SRC_URI="http://www.theseus3d.org/src/${PN}_${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples"
RDEPEND="
sci-libs/gsl
|| (
sci-biology/probcons
sci-biology/mafft
sci-biology/t-coffee
sci-biology/kalign
sci-biology/clustalw
sci-biology/muscle
)"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}"/${PN}_src/
src_prepare() {
cat >> make.inc <<- EOF
ARCH = $(tc-getAR)
ARCHFLAGS = -rvs
RANLIB = $(tc-getRANLIB)
LOCALLIBDIR = "${EPREFIX}/usr/$(get_libdir)
SYSLIBS = $(pkg-config --libs gsl) -lpthread
LIBS = -ldistfit -lmsa -ldssplite -ldltmath -lDLTutils -ltheseus
LIBDIR = -L./lib
INSTALLDIR = "${ED}"/usr/bin
OPT =
WARN = -Wall -pedantic -std=c99 #-Wstrict-aliasing=2
CFLAGS = ${CFLAGS} \$(WARN) #-force_cpusubtype_ALL -mmacosx-version-min=10.4 -arch x86_64 -arch i386 #-DNDEBUG
CC = $(tc-getCC)
EOF
sed \
-e 's|theseus:|theseus: libs|g' \
-e '/-o theseus/s:$(CC):$(CC) ${LDFLAGS}:g' \
-i Makefile || die
sed \
-e 's:/usr/local/bin/::g' \
-e 's:/usr/bin/::g' \
-i theseus_align || die
}
src_install() {
dobin theseus theseus_align
dodoc theseus_man.pdf README AUTHORS
use examples && insinto /usr/share/${PN} && doins -r examples
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-03-21 16:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 16:11 [gentoo-commits] gentoo-x86 commit in sci-chemistry/theseus: ChangeLog theseus-1.6.2-r1.ebuild theseus-1.6.2.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox