diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2004-07-26 12:06:15 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2004-07-26 12:06:15 +0000 |
commit | 936eb57e537f13c93c03ba6da41c0a93fbf8bc29 (patch) | |
tree | 06e0998f66b204848bb8c639af4710e2263e0239 /app-sci/ecell | |
parent | fix depend (Manifest recommit) (diff) | |
download | gentoo-2-936eb57e537f13c93c03ba6da41c0a93fbf8bc29.tar.gz gentoo-2-936eb57e537f13c93c03ba6da41c0a93fbf8bc29.tar.bz2 gentoo-2-936eb57e537f13c93c03ba6da41c0a93fbf8bc29.zip |
Thanks to Chris Bainbridge and Thomas Veith for initial ebuilds
Diffstat (limited to 'app-sci/ecell')
-rw-r--r-- | app-sci/ecell/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/ecell/ecell-3.1.102.ebuild | 36 | ||||
-rw-r--r-- | app-sci/ecell/metadata.xml | 9 |
3 files changed, 55 insertions, 0 deletions
diff --git a/app-sci/ecell/ChangeLog b/app-sci/ecell/ChangeLog new file mode 100644 index 000000000000..057122616907 --- /dev/null +++ b/app-sci/ecell/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/ecell +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ecell/ChangeLog,v 1.1 2004/07/26 12:06:15 chrb Exp $ + +*ecell-3.1.102 (26 Jul 2004) + + 26 Jul 2004; Chris Bainbridge <chrb@gentoo.org> +metadata.xml, + +ecell-3.1.102.ebuild: + Thanks to Chris Bainbridge and Thomas Veith for initial ebuilds (bug #27075) + diff --git a/app-sci/ecell/ecell-3.1.102.ebuild b/app-sci/ecell/ecell-3.1.102.ebuild new file mode 100644 index 000000000000..3359d6f226ec --- /dev/null +++ b/app-sci/ecell/ecell-3.1.102.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/ecell/ecell-3.1.102.ebuild,v 1.1 2004/07/26 12:06:15 chrb Exp $ + +inherit eutils + +DESCRIPTION="Software suite for modelling biological cells" +HOMEPAGE="http://ecell.sourceforge.net/" +SRC_URI="mirror://sourceforge/ecell/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="gtk" + +DEPEND="dev-libs/boost + dev-lang/python + dev-python/numeric + dev-libs/gsl + dev-python/empy + gtk? ( gnome-base/libglade ) + doc? ( media-gfx/graphviz app-doc/doxygen )" + +src_compile() { + econf `use_enable gtk` + emake + if use doc; then + emake doc + fi +} + +src_install() { + einstall || die + if use doc; then + dohtml doc/refman/html + fi +} diff --git a/app-sci/ecell/metadata.xml b/app-sci/ecell/metadata.xml new file mode 100644 index 000000000000..6cf9654693bb --- /dev/null +++ b/app-sci/ecell/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>chrb@gentoo.org</email> + <name>Chris Bainbridge</name> + </maintainer> + <longdescription>Software suite for modelling biological cells</longdescription> +</pkgmetadata> |