diff options
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-144.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index ab4d55e549f2..abd14fc0ed05 100644 --- a/sci-biology/cutg/ChangeLog +++ b/sci-biology/cutg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/cutg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.5 2005/01/19 00:21:59 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.6 2005/02/02 21:24:46 j4rg0n Exp $ + + 02 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> cutg-144.ebuild: + Stable ppc-macos 18 Jan 2005; Olivier Fisette <ribosome@gentoo.org> cutg-144.ebuild: Added to x86. diff --git a/sci-biology/cutg/cutg-144.ebuild b/sci-biology/cutg/cutg-144.ebuild index e4a8d59195a6..a7402d0b784a 100644 --- a/sci-biology/cutg/cutg-144.ebuild +++ b/sci-biology/cutg/cutg-144.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-144.ebuild,v 1.4 2005/01/19 00:21:59 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-144.ebuild,v 1.5 2005/02/02 21:24:46 j4rg0n Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" HOMEPAGE="http://www.kazusa.or.jp/codon/" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.kazusa.or.jp/pub/codon/current/compressed/CUTG.${PV}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ~ppc ~ppc-macos ~ppc64" +KEYWORDS="x86 ~ppc ppc-macos ~ppc64" IUSE="no-emboss no-rawdb" S=${WORKDIR} |