summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2004-12-23 19:12:37 +0000
committerOlivier Fisette <ribosome@gentoo.org>2004-12-23 19:12:37 +0000
commit3d2788c05c93845fb2392db0259b13fb01d88156 (patch)
tree8362961722f2901aacebb74527037a18cd17fa9b /app-sci/primer3
parentapply patch from #75430 (diff)
downloadhistorical-3d2788c05c93845fb2392db0259b13fb01d88156.tar.gz
historical-3d2788c05c93845fb2392db0259b13fb01d88156.tar.bz2
historical-3d2788c05c93845fb2392db0259b13fb01d88156.zip
Moving to sci-biology/primer3
Diffstat (limited to 'app-sci/primer3')
-rw-r--r--app-sci/primer3/ChangeLog26
-rw-r--r--app-sci/primer3/Manifest4
-rw-r--r--app-sci/primer3/files/digest-primer3-1.0.01
-rw-r--r--app-sci/primer3/metadata.xml17
-rw-r--r--app-sci/primer3/primer3-1.0.0.ebuild32
5 files changed, 0 insertions, 80 deletions
diff --git a/app-sci/primer3/ChangeLog b/app-sci/primer3/ChangeLog
deleted file mode 100644
index fce4ff8d59e5..000000000000
--- a/app-sci/primer3/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for app-sci/primer3
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/primer3/ChangeLog,v 1.5 2004/11/01 01:11:29 ribosome Exp $
-
- 31 Oct 2004; Olivier Fisette <ribosome@gentoo.org> -primer3-0.9.ebuild,
- primer3-1.0.0.ebuild:
- Removed old version. Added 1.0 to x86. Fixed regression test.
-
-*primer3-1.0.0 (10 Aug 2004)
-
- 10 Aug 2004; Olivier Fisette <ribosome@gentoo.org>
- primer3-0.9.ebuild:
- Added to x86.
- primer3-1.0.0.ebuild:
- Updated package. Added regression test support.
-
- 24 Jun 2004; David Holm <dholm@gentoo.org> primer3-0.9.ebuild:
- Added to ~ppc.
-
-*primer3-0.9 (23 Jun 2004)
-
- 23 Jun 2004; Olivier Fisette <ribosome@gentoo.org>
- primer3-0.9.ebuild, metadata.xml :
- Initial import. Ebuild submitted by Olivier Fisette <ribosome@gentoo.org>.
- Reference: Gentoo Bugzilla, bug #54036
-
diff --git a/app-sci/primer3/Manifest b/app-sci/primer3/Manifest
deleted file mode 100644
index 39aea177cf9f..000000000000
--- a/app-sci/primer3/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 3dfcbfa98dcdf0382e9e6657be56eab3 primer3-1.0.0.ebuild 701
-MD5 8d47023a5fd0eb0143352ba613597cd6 ChangeLog 885
-MD5 a3a36dab6877af45d7b14ec9edea31d9 metadata.xml 713
-MD5 fc13dfb772f9bdd09bc788514faa4abe files/digest-primer3-1.0.0 65
diff --git a/app-sci/primer3/files/digest-primer3-1.0.0 b/app-sci/primer3/files/digest-primer3-1.0.0
deleted file mode 100644
index e6dbc9a3f602..000000000000
--- a/app-sci/primer3/files/digest-primer3-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 58605ee607f6218a2a775345b10d15fa primer3_1.0.0.tar.gz 936696
diff --git a/app-sci/primer3/metadata.xml b/app-sci/primer3/metadata.xml
deleted file mode 100644
index c4e1042f1c19..000000000000
--- a/app-sci/primer3/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>ribosome@gentoo.org</email>
- <name>Olivier Fisette</name>
- </maintainer>
- <herd>sci</herd>
- <longdescription>
- Primer3 picks primers for PCR reactions, considering: oligonucleotide
- melting temperature, size, GC content, and primer-dimer possibilities;
- PCR product size; positional constraints within the source sequence;
- and miscellaneous other constraints. All of these criteria are
- user-specifiable as constraints, and some are specifiable as terms in
- an objective function that characterizes an optimal primer pair.
- </longdescription>
-</pkgmetadata>
diff --git a/app-sci/primer3/primer3-1.0.0.ebuild b/app-sci/primer3/primer3-1.0.0.ebuild
deleted file mode 100644
index c0b914687705..000000000000
--- a/app-sci/primer3/primer3-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/primer3/primer3-1.0.0.ebuild,v 1.2 2004/11/01 01:11:29 ribosome Exp $
-
-DESCRIPTION="Design primers for PCR reactions."
-HOMEPAGE="http://frodo.wi.mit.edu/primer3/primer3_code.html"
-SRC_URI="http://frodo.wi.mit.edu/${PN}/${PN}_${PV}.tar.gz"
-LICENSE="whitehead"
-
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-
-RDEPEND=""
-
-DEPEND="dev-lang/perl"
-
-S=${WORKDIR}/${PN}_${PV}/src
-
-src_compile() {
- emake -e || die
-}
-
-src_test () {
- cd ../test
- perl primer_test.pl primer3_core || die
-}
-
-src_install () {
- dobin primer3_core
- dodoc release_notes ../README ../example
-}