summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2006-11-20 20:58:15 +0000
committerSimon Stelling <blubb@gentoo.org>2006-11-20 20:58:15 +0000
commita562d6764a43590741cfcd704f990ffcf7ff1dd4 (patch)
treed77f0548f4c5337c5ea9f6b9dc180088806db9cf /sci-biology
parentreplace-flags -O3 -O2 thanks to Andrew de Quincey <adq_dvb@lidskialf.net> in ... (diff)
downloadhistorical-a562d6764a43590741cfcd704f990ffcf7ff1dd4.tar.gz
historical-a562d6764a43590741cfcd704f990ffcf7ff1dd4.tar.bz2
historical-a562d6764a43590741cfcd704f990ffcf7ff1dd4.zip
stable on amd64
Package-Manager: portage-2.1.2_rc1-r5
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/aaindex/ChangeLog5
-rw-r--r--sci-biology/aaindex/aaindex-9.1.ebuild4
-rw-r--r--sci-biology/cutg/ChangeLog5
-rw-r--r--sci-biology/cutg/cutg-151.ebuild4
-rw-r--r--sci-biology/emboss/ChangeLog5
-rw-r--r--sci-biology/emboss/emboss-4.0.0.ebuild4
-rw-r--r--sci-biology/prosite/ChangeLog5
-rw-r--r--sci-biology/prosite/prosite-19.36.ebuild4
-rw-r--r--sci-biology/rebase/ChangeLog5
-rw-r--r--sci-biology/rebase/rebase-610.ebuild4
10 files changed, 30 insertions, 15 deletions
diff --git a/sci-biology/aaindex/ChangeLog b/sci-biology/aaindex/ChangeLog
index 0da1e8ab3bbf..c9b2345ee077 100644
--- a/sci-biology/aaindex/ChangeLog
+++ b/sci-biology/aaindex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/aaindex
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/aaindex/ChangeLog,v 1.21 2006/11/15 13:03:58 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/aaindex/ChangeLog,v 1.22 2006/11/20 20:57:06 blubb Exp $
+
+ 20 Nov 2006; <blubb@gentoo.org> aaindex-9.1.ebuild:
+ stable on amd64
15 Nov 2006; Markus Rothe <corsair@gentoo.org> aaindex-9.1.ebuild:
Stable on ppc64; bug #153766
diff --git a/sci-biology/aaindex/aaindex-9.1.ebuild b/sci-biology/aaindex/aaindex-9.1.ebuild
index a07b0d4197f2..ff7a2162e06c 100644
--- a/sci-biology/aaindex/aaindex-9.1.ebuild
+++ b/sci-biology/aaindex/aaindex-9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/aaindex/aaindex-9.1.ebuild,v 1.5 2006/11/15 13:03:58 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/aaindex/aaindex-9.1.ebuild,v 1.6 2006/11/20 20:57:06 blubb Exp $
DESCRIPTION="Amino acid indices and similarity matrices"
LICENSE="public-domain"
@@ -11,7 +11,7 @@ SLOT="0"
# Minimal build keeps only the indexed files (if applicable) and the
# documentation. The non-indexed database is not installed.
IUSE="emboss minimal"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
DEPEND="emboss? ( sci-biology/emboss )"
diff --git a/sci-biology/cutg/ChangeLog b/sci-biology/cutg/ChangeLog
index 5a79cd60b7c6..8a5f0bfc0ec4 100644
--- a/sci-biology/cutg/ChangeLog
+++ b/sci-biology/cutg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/cutg
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.47 2006/11/15 13:04:27 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/ChangeLog,v 1.48 2006/11/20 20:58:15 blubb Exp $
+
+ 20 Nov 2006; <blubb@gentoo.org> cutg-151.ebuild:
+ stable on amd64
15 Nov 2006; Markus Rothe <corsair@gentoo.org> cutg-151.ebuild:
Stable on ppc64; bug #153766
diff --git a/sci-biology/cutg/cutg-151.ebuild b/sci-biology/cutg/cutg-151.ebuild
index 76310f1baac8..7141d76de261 100644
--- a/sci-biology/cutg/cutg-151.ebuild
+++ b/sci-biology/cutg/cutg-151.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-151.ebuild,v 1.6 2006/11/15 13:04:27 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-151.ebuild,v 1.7 2006/11/20 20:58:15 blubb Exp $
DESCRIPTION="Codon usage tables calculated from GenBank"
LICENSE="public-domain"
@@ -11,7 +11,7 @@ SLOT="0"
# Minimal build keeps only the indexed files (if applicable) and the
# documentation. The non-indexed database is not installed.
IUSE="emboss minimal"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
DEPEND="emboss? ( sci-biology/emboss )"
diff --git a/sci-biology/emboss/ChangeLog b/sci-biology/emboss/ChangeLog
index c1ea7fc45efc..03c73bf18bc9 100644
--- a/sci-biology/emboss/ChangeLog
+++ b/sci-biology/emboss/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/emboss
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.39 2006/11/15 13:04:59 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.40 2006/11/20 20:57:29 blubb Exp $
+
+ 20 Nov 2006; <blubb@gentoo.org> emboss-4.0.0.ebuild:
+ stable on amd64
15 Nov 2006; Markus Rothe <corsair@gentoo.org> emboss-4.0.0.ebuild:
Stable on ppc64; bug #153766
diff --git a/sci-biology/emboss/emboss-4.0.0.ebuild b/sci-biology/emboss/emboss-4.0.0.ebuild
index 2fea3cc0cb70..c6aee6972206 100644
--- a/sci-biology/emboss/emboss-4.0.0.ebuild
+++ b/sci-biology/emboss/emboss-4.0.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-4.0.0.ebuild,v 1.5 2006/11/15 13:04:59 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-4.0.0.ebuild,v 1.6 2006/11/20 20:57:29 blubb Exp $
DESCRIPTION="The European Molecular Biology Open Software Suite - A sequence analysis package"
HOMEPAGE="http://emboss.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="ftp://${PN}.open-bio.org/pub/EMBOSS/EMBOSS-${PV}.tar.gz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc-macos ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc-macos ppc64 ~sparc x86"
IUSE="X png minimal"
DEPEND="X? ( || ( x11-libs/libXt virtual/x11 ) )
diff --git a/sci-biology/prosite/ChangeLog b/sci-biology/prosite/ChangeLog
index d28a7c05e300..cb83559c7e4b 100644
--- a/sci-biology/prosite/ChangeLog
+++ b/sci-biology/prosite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/prosite
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.91 2006/11/15 13:02:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/ChangeLog,v 1.92 2006/11/20 20:56:17 blubb Exp $
+
+ 20 Nov 2006; <blubb@gentoo.org> prosite-19.36.ebuild:
+ stable on amd64
15 Nov 2006; Markus Rothe <corsair@gentoo.org> prosite-19.36.ebuild:
Stable on ppc64; bug #153766
diff --git a/sci-biology/prosite/prosite-19.36.ebuild b/sci-biology/prosite/prosite-19.36.ebuild
index ffd6065dce68..4b4d5b41f53c 100644
--- a/sci-biology/prosite/prosite-19.36.ebuild
+++ b/sci-biology/prosite/prosite-19.36.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-19.36.ebuild,v 1.5 2006/11/15 13:02:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/prosite/prosite-19.36.ebuild,v 1.6 2006/11/20 20:56:17 blubb Exp $
DESCRIPTION="A protein families and domains database"
LICENSE="swiss-prot"
@@ -11,7 +11,7 @@ SLOT="0"
# Minimal build keeps only the indexed files (if applicable) and the
# documentation. The non-indexed database is not installed.
IUSE="emboss minimal"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
DEPEND="emboss? ( >=sci-biology/emboss-3.0.0 )"
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog
index 606cbd8f3640..bcb6534c125d 100644
--- a/sci-biology/rebase/ChangeLog
+++ b/sci-biology/rebase/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/rebase
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.78 2006/11/15 13:03:28 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.79 2006/11/20 20:56:47 blubb Exp $
+
+ 20 Nov 2006; <blubb@gentoo.org> rebase-610.ebuild:
+ stable on amd64
15 Nov 2006; Markus Rothe <corsair@gentoo.org> rebase-610.ebuild:
Stable on ppc64; bug #153766
diff --git a/sci-biology/rebase/rebase-610.ebuild b/sci-biology/rebase/rebase-610.ebuild
index c8326a3c0f80..60b7a34e480d 100644
--- a/sci-biology/rebase/rebase-610.ebuild
+++ b/sci-biology/rebase/rebase-610.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-610.ebuild,v 1.5 2006/11/15 13:03:28 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-610.ebuild,v 1.6 2006/11/20 20:56:47 blubb Exp $
DESCRIPTION="A restriction enzyme database"
LICENSE="public-domain"
@@ -11,7 +11,7 @@ SLOT="0"
# Minimal build keeps only the indexed files (if applicable) and the
# documentation. The non-indexed database is not installed.
IUSE="emboss minimal"
-KEYWORDS="~amd64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ppc64 ~sparc x86"
DEPEND="emboss? ( >=sci-biology/emboss-3.0.0-r1 )"