public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-biology/infernal: infernal-1.0.ebuild metadata.xml ChangeLog
@ 2009-07-09 14:33 Andrey Kislyuk (weaver)
  0 siblings, 0 replies; only message in thread
From: Andrey Kislyuk (weaver) @ 2009-07-09 14:33 UTC (permalink / raw
  To: gentoo-commits

weaver      09/07/09 14:33:31

  Added:                infernal-1.0.ebuild metadata.xml ChangeLog
  Log:
  Import from Science overlay
  (Portage version: 2.2_rc30/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-biology/infernal/infernal-1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/infernal/infernal-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/infernal/infernal-1.0.ebuild?rev=1.1&content-type=text/plain

Index: infernal-1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/infernal-1.0.ebuild,v 1.1 2009/07/09 14:33:31 weaver Exp $

EAPI="2"

DESCRIPTION="Inference of RNA alignments"
HOMEPAGE="http://infernal.janelia.org/"
SRC_URI="ftp://selab.janelia.org/pub/software/infernal/infernal.tar.gz"

LICENSE="GPL-3"
SLOT="0"
IUSE="mpi"
KEYWORDS="~amd64 ~x86"

DEPEND="mpi? ( virtual/mpi )"
RDEPEND="${DEPEND}"

src_configure() {
	econf --prefix="${D}/usr" \
		$(use_enable mpi) || die
}

src_install() {
	emake install || die
	(cd documentation/manpages; for i in *; do newman ${i} ${i/.man/.1}; done)
	insinto /usr/share/${PN}
	doins -r benchmarks tutorial intro matrices
	dodoc 00README* Userguide.pdf documentation/release-notes/*
}



1.1                  sci-biology/infernal/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/infernal/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/infernal/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer>
		<email>weaver@gentoo.org</email>
		<name>Andrey Kislyuk</name>
	</maintainer>
	<herd>sci-biology</herd>
</pkgmetadata>



1.1                  sci-biology/infernal/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/infernal/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/infernal/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-biology/infernal
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v 1.1 2009/07/09 14:33:31 weaver Exp $

*infernal-1.0 (09 Jul 2009)

  09 Jul 2009; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml,
  +infernal-1.0.ebuild:
  Import from Science overlay

  08 Mar 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog:
  New package, ebuild written by me







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-09 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09 14:33 [gentoo-commits] gentoo-x86 commit in sci-biology/infernal: infernal-1.0.ebuild metadata.xml ChangeLog Andrey Kislyuk (weaver)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox