diff options
author | 2005-12-08 20:17:57 +0000 | |
---|---|---|
committer | 2005-12-08 20:17:57 +0000 | |
commit | 1381ab54f382962aa522278ea7a98bf75e253a8f (patch) | |
tree | 7acf7aabbff82d83f16d9f98d36f80fb2abf9f38 /sci-biology/rebase | |
parent | Pruned obsolete versions. Added 19.13 to x86. New version. (diff) | |
download | historical-1381ab54f382962aa522278ea7a98bf75e253a8f.tar.gz historical-1381ab54f382962aa522278ea7a98bf75e253a8f.tar.bz2 historical-1381ab54f382962aa522278ea7a98bf75e253a8f.zip |
Pruned old version. Added 511 to x86. New version.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-biology/rebase')
-rw-r--r-- | sci-biology/rebase/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/rebase/files/digest-rebase-510 | 1 | ||||
-rw-r--r-- | sci-biology/rebase/files/digest-rebase-512 | 1 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-511.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-512.ebuild (renamed from sci-biology/rebase/rebase-510.ebuild) | 4 |
5 files changed, 12 insertions, 6 deletions
diff --git a/sci-biology/rebase/ChangeLog b/sci-biology/rebase/ChangeLog index 496dda088b36..d559482033b3 100644 --- a/sci-biology/rebase/ChangeLog +++ b/sci-biology/rebase/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-biology/rebase # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.41 2005/11/19 18:22:16 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/ChangeLog,v 1.42 2005/12/08 20:17:57 ribosome Exp $ + +*rebase-512 (08 Dec 2005) + + 08 Dec 2005; Olivier Fisette <ribosome@gentoo.org> -rebase-510.ebuild, + rebase-511.ebuild, +rebase-512.ebuild: + Pruned old version. Added 511 to x86. New version. 19 Nov 2005; Simon Stelling <blubb@gentoo.org> rebase-509.ebuild: stable on amd64 diff --git a/sci-biology/rebase/files/digest-rebase-510 b/sci-biology/rebase/files/digest-rebase-510 deleted file mode 100644 index b25cfa3272c5..000000000000 --- a/sci-biology/rebase/files/digest-rebase-510 +++ /dev/null @@ -1 +0,0 @@ -MD5 6df9a2fc56366b99ba27072bc3c19254 rebase-510.tar.bz2 180773 diff --git a/sci-biology/rebase/files/digest-rebase-512 b/sci-biology/rebase/files/digest-rebase-512 new file mode 100644 index 000000000000..bba693251f6b --- /dev/null +++ b/sci-biology/rebase/files/digest-rebase-512 @@ -0,0 +1 @@ +MD5 873b7b7b95843e6263c9742fd2b7f4df rebase-512.tar.bz2 181660 diff --git a/sci-biology/rebase/rebase-511.ebuild b/sci-biology/rebase/rebase-511.ebuild index b9f47140eb25..9ea729d9fc31 100644 --- a/sci-biology/rebase/rebase-511.ebuild +++ b/sci-biology/rebase/rebase-511.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/rebase/rebase-511.ebuild,v 1.1 2005/11/07 19:53:36 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-511.ebuild,v 1.2 2005/12/08 20:17:57 ribosome 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="~x86 ~ppc ~amd64 ~ppc-macos ~ppc64" +KEYWORDS="x86 ~ppc ~amd64 ~ppc-macos ~ppc64" DEPEND="emboss? ( sci-biology/emboss )" diff --git a/sci-biology/rebase/rebase-510.ebuild b/sci-biology/rebase/rebase-512.ebuild index 9802c104e868..b6ebaa589105 100644 --- a/sci-biology/rebase/rebase-510.ebuild +++ b/sci-biology/rebase/rebase-512.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/rebase/rebase-510.ebuild,v 1.4 2005/10/18 01:13:07 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-512.ebuild,v 1.1 2005/12/08 20:17:57 ribosome Exp $ DESCRIPTION="A restriction enzyme database" LICENSE="public-domain" @@ -32,7 +32,7 @@ src_install() { doins withrefm.${PV} proto.${PV} || die \ "Failed to install raw database." fi - newdoc REBASE.DOC README + newdoc REBASE.DOC README || die "Failed to install documentation." if use emboss; then insinto /usr/share/EMBOSS/data/REBASE doins REBASE/{embossre.enz,embossre.ref,embossre.sup} || die \ |