summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/pysam/pysam-0.6.ebuild')
-rw-r--r--sci-biology/pysam/pysam-0.6.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-biology/pysam/pysam-0.6.ebuild b/sci-biology/pysam/pysam-0.6.ebuild
deleted file mode 100644
index 664245fb580c..000000000000
--- a/sci-biology/pysam/pysam-0.6.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/pysam/pysam-0.6.ebuild,v 1.2 2012/02/25 02:56:39 patrick Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.5 2.7-pypy-* *-jython"
-
-inherit distutils
-
-DESCRIPTION="Python interface for the SAM/BAM sequence alignment and mapping format"
-HOMEPAGE="http://code.google.com/p/${PN} http://pypi.python.org/pypi/${PN}"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""