diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-08-10 23:59:06 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-08-10 23:59:06 +0000 |
commit | bdd1350347944a979eb92a1405cf4d643d8cc381 (patch) | |
tree | 7da1dfc2d76bfb45f466c8a86ba49eeb1fb6f2ac /app-sci/aaindex | |
parent | remove kde 3.3 _beta1 (diff) | |
download | gentoo-2-bdd1350347944a979eb92a1405cf4d643d8cc381.tar.gz gentoo-2-bdd1350347944a979eb92a1405cf4d643d8cc381.tar.bz2 gentoo-2-bdd1350347944a979eb92a1405cf4d643d8cc381.zip |
Added to x86.
Diffstat (limited to 'app-sci/aaindex')
-rw-r--r-- | app-sci/aaindex/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/aaindex/aaindex-6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/aaindex/ChangeLog b/app-sci/aaindex/ChangeLog index 14b96c29aa37..974b974a492d 100644 --- a/app-sci/aaindex/ChangeLog +++ b/app-sci/aaindex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/aaindex # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/aaindex/ChangeLog,v 1.3 2004/07/09 21:42:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/aaindex/ChangeLog,v 1.4 2004/08/10 23:56:29 ribosome Exp $ + + 10 Aug 2004; Olivier Fisette <ribosome@gentoo.org> aaindex-6.0.ebuild: + Added to x86. 26 Jun 2004; David Holm <dholm@gentoo.org> aaindex-6.0.ebuild: Added to ~ppc. diff --git a/app-sci/aaindex/aaindex-6.0.ebuild b/app-sci/aaindex/aaindex-6.0.ebuild index 7793167b6bfb..07cd5a06cc77 100644 --- a/app-sci/aaindex/aaindex-6.0.ebuild +++ b/app-sci/aaindex/aaindex-6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/aaindex/aaindex-6.0.ebuild,v 1.3 2004/07/09 21:31:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/aaindex/aaindex-6.0.ebuild,v 1.4 2004/08/10 23:56:29 ribosome Exp $ DESCRIPTION="Amino acid indices and similarity matrices" HOMEPAGE="http://www.genome.ad.jp/${PN}/" @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.genome.ad.jp/pub/db/genomenet/${PN}/${PN}.doc ftp://ftp.genome.ad.jp/pub/db/genomenet/${PN}/list_of_indices" LICENSE="public-domain" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="no-emboss no-rawdb" S=${WORKDIR} |