diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-01-01 13:05:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-01-01 13:05:19 +0000 |
commit | ae2f3439420dd5661690b365b275af741c6c61ce (patch) | |
tree | 0cbeec56be0d0510ee179686543deba70251ce29 | |
parent | Updated Copyright dates to 2005. (Manifest recommit) (diff) | |
download | gentoo-2-ae2f3439420dd5661690b365b275af741c6c61ce.tar.gz gentoo-2-ae2f3439420dd5661690b365b275af741c6c61ce.tar.bz2 gentoo-2-ae2f3439420dd5661690b365b275af741c6c61ce.zip |
Added ~ppc64 to KEYWORDS
-rw-r--r-- | sci-biology/cutg/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-143.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-144.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog index 261ab1ebf678..24df6c8176ee 100644 --- a/sci-biology/cutg/ChangeLog +++ b/sci-biology/cutg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/cutg -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.3 2005/01/01 07:29:26 j4rg0n Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.4 2005/01/01 13:05:19 corsair Exp $ + + 01 Jan 2005; Markus Rothe <corsair@gentoo.org> cutg-144.ebuild: + Added ~ppc64 to KEYWORDS 01 Jan 2005; Lina Pezzella <j4rg0n@gentoo.org> cutg-144.ebuild: Unstable ppc-macos. diff --git a/sci-biology/cutg/cutg-143.ebuild b/sci-biology/cutg/cutg-143.ebuild index 8dbbe5af181a..77a02d91a74a 100644 --- a/sci-biology/cutg/cutg-143.ebuild +++ b/sci-biology/cutg/cutg-143.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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-143.ebuild,v 1.1 2004/12/23 21:19:57 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-143.ebuild,v 1.2 2005/01/01 13:05:19 corsair Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" HOMEPAGE="http://www.kazusa.or.jp/codon/" diff --git a/sci-biology/cutg/cutg-144.ebuild b/sci-biology/cutg/cutg-144.ebuild index f19e51ec69c7..1431b3cfe810 100644 --- a/sci-biology/cutg/cutg-144.ebuild +++ b/sci-biology/cutg/cutg-144.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.2 2005/01/01 07:29:26 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-144.ebuild,v 1.3 2005/01/01 13:05:19 corsair 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" +KEYWORDS="~x86 ~ppc ~ppc-macos ~ppc64" IUSE="no-emboss no-rawdb" S=${WORKDIR} |