diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-23 23:04:28 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-23 23:04:28 +0000 |
commit | f57b2c0f66fa083e895c4d39321a143026820238 (patch) | |
tree | 4b12ec51694d5560b123109c9d0bc73130614c73 /sci-biology/embassy-mse | |
parent | Moving to sci-biology/embassy-mse (diff) | |
download | gentoo-2-f57b2c0f66fa083e895c4d39321a143026820238.tar.gz gentoo-2-f57b2c0f66fa083e895c4d39321a143026820238.tar.bz2 gentoo-2-f57b2c0f66fa083e895c4d39321a143026820238.zip |
Moved from app-sci/embassy-mse to sci-biology/embassy-mse.
Diffstat (limited to 'sci-biology/embassy-mse')
-rw-r--r-- | sci-biology/embassy-mse/ChangeLog | 21 | ||||
-rw-r--r-- | sci-biology/embassy-mse/Manifest | 4 | ||||
-rw-r--r-- | sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild | 15 | ||||
-rw-r--r-- | sci-biology/embassy-mse/files/digest-embassy-mse-1.0.0 | 2 | ||||
-rw-r--r-- | sci-biology/embassy-mse/metadata.xml | 9 |
5 files changed, 51 insertions, 0 deletions
diff --git a/sci-biology/embassy-mse/ChangeLog b/sci-biology/embassy-mse/ChangeLog new file mode 100644 index 000000000000..28c8e86ddfa4 --- /dev/null +++ b/sci-biology/embassy-mse/ChangeLog @@ -0,0 +1,21 @@ +# ChangeLog for app-sci/embassy-mse +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-mse/ChangeLog,v 1.1 2004/12/23 23:04:28 ribosome Exp $ + +*embassy-mse-1.0.0 (23 Dec 2004) + + 23 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, + +embassy-mse-1.0.0.ebuild: + Moved from app-sci/embassy-mse to sci-biology/embassy-mse. + + 31 Oct 2004; Olivier Fisette <ribosome@gentoo.org> embassy-mse-1.0.0.ebuild: + Added to x86. + + 21 Jul 2004; David Holm <dholm@gentoo.org> embassy-mse-1.0.0.ebuild: + Added to ~ppc. + +* embassy-mse-1.0.0 (19 Jul 2004) + + 19 Jul 2004; Olivier Fisette <ribosome@gentoo.org> + embassy-mse-1.0.0.ebuild, metadata.xml, ChangeLog + Initial import. diff --git a/sci-biology/embassy-mse/Manifest b/sci-biology/embassy-mse/Manifest new file mode 100644 index 000000000000..53639f742ea2 --- /dev/null +++ b/sci-biology/embassy-mse/Manifest @@ -0,0 +1,4 @@ +MD5 045438d9c8feaa528a8bd37824486c7e embassy-mse-1.0.0.ebuild 427 +MD5 22d4cbe8274011e80743f07e7c7ad20f ChangeLog 556 +MD5 f189a3c4ff5ae55bcee4f8ed0ace5d20 metadata.xml 254 +MD5 8aaa31651efb9c373a4966e8b14b1624 files/digest-embassy-mse-1.0.0 127 diff --git a/sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild b/sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild new file mode 100644 index 000000000000..a539ca41644d --- /dev/null +++ b/sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-mse/embassy-mse-1.0.0.ebuild,v 1.1 2004/12/23 23:04:28 ribosome Exp $ + +inherit embassy + +DESCRIPTION="EMBOSS integrated version of MSE - Multiple Sequence Editor" + +KEYWORDS="x86 ~ppc" + +src_install() { + embassy_src_install + insinto /usr/include/emboss/mse + doins h/*.h +} diff --git a/sci-biology/embassy-mse/files/digest-embassy-mse-1.0.0 b/sci-biology/embassy-mse/files/digest-embassy-mse-1.0.0 new file mode 100644 index 000000000000..76bdeea7288d --- /dev/null +++ b/sci-biology/embassy-mse/files/digest-embassy-mse-1.0.0 @@ -0,0 +1,2 @@ +MD5 c6facfd1750e88a0c8b7bb7ac826d472 EMBOSS-2.9.0.tar.gz 14479274 +MD5 c599e848a44d6353e42fb59578417e41 MSE-1.0.0.tar.gz 405440 diff --git a/sci-biology/embassy-mse/metadata.xml b/sci-biology/embassy-mse/metadata.xml new file mode 100644 index 000000000000..e9391a41a838 --- /dev/null +++ b/sci-biology/embassy-mse/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>ribosome@gentoo.org</email> + <name>Olivier Fisette</name> + </maintainer> + <herd>sci</herd> +</pkgmetadata> |