summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-01 14:55:17 +0000
committerJustin Lecher <jlec@gentoo.org>2013-02-01 14:55:17 +0000
commit36c00ac3c1426b9ef4542a213675103a3f47fcd6 (patch)
treef40b015f89a171355e5164a27885e6ad63a00448 /sci-biology/readseq/readseq-19930201.ebuild
parentVersion bump (diff)
downloadgentoo-2-36c00ac3c1426b9ef4542a213675103a3f47fcd6.tar.gz
gentoo-2-36c00ac3c1426b9ef4542a213675103a3f47fcd6.tar.bz2
gentoo-2-36c00ac3c1426b9ef4542a213675103a3f47fcd6.zip
sci-biology/readseq: Drop old; Resolve file collision sci-biology/meme, #455010
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-biology/readseq/readseq-19930201.ebuild')
-rw-r--r--sci-biology/readseq/readseq-19930201.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/sci-biology/readseq/readseq-19930201.ebuild b/sci-biology/readseq/readseq-19930201.ebuild
deleted file mode 100644
index 45251beb271b..000000000000
--- a/sci-biology/readseq/readseq-19930201.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/readseq-19930201.ebuild,v 1.4 2006/08/17 22:20:51 weeve Exp $
-
-DESCRIPTION="Reads and writes nucleic/protein sequences in various formats."
-SRC_URI="mirror://debian/pool/main/r/readseq/readseq_1.orig.tar.gz"
-HOMEPAGE="http://iubio.bio.indiana.edu/soft/molbio/readseq/"
-LICENSE="public-domain"
-
-KEYWORDS="~amd64 ~sparc x86"
-SLOT="0"
-IUSE=""
-
-S="${WORKDIR}/readseq-1"
-
-src_compile() {
- make -e || die
-}
-
-src_install() {
- dobin readseq || die
- dodoc Readme Readseq.help || die
-}