aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 15:37:19 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-19 15:37:19 +0100
commite263da94af529b631abf24bf5d89fa507eb8dc1f (patch)
treebe2c8eba2e0abaa0593bd933dfb6248b3f83057b /sci-biology/clover/clover-2011.10.24.ebuild
parentsci-biology/cnrun: fix fetch, EAPI bump (diff)
downloadsci-e263da94af529b631abf24bf5d89fa507eb8dc1f.tar.gz
sci-e263da94af529b631abf24bf5d89fa507eb8dc1f.tar.bz2
sci-e263da94af529b631abf24bf5d89fa507eb8dc1f.zip
sci-biology/clover: remove pack, upstream gone
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology/clover/clover-2011.10.24.ebuild')
-rw-r--r--sci-biology/clover/clover-2011.10.24.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/sci-biology/clover/clover-2011.10.24.ebuild b/sci-biology/clover/clover-2011.10.24.ebuild
deleted file mode 100644
index b8d395801..000000000
--- a/sci-biology/clover/clover-2011.10.24.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs versionator
-
-MY_PV=$(replace_all_version_separators '-')
-
-DESCRIPTION="Cis-eLement OVERrepresentation: Detection of functional DNA motifs"
-HOMEPAGE="http://zlab.bu.edu/clover/"
-SRC_URI="
- http://zlab.bu.edu/~mfrith/downloads/${PN}-${MY_PV}.tar.gz
- http://zlab.bu.edu/clover/jaspar2009core"
-
-LICENSE="freedist"
-SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
-
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-src_prepare() {
- sed \
- -e "s:g++:$(tc-getCXX) \$(LDFLAGS):; s:-Wall -O3:${CFLAGS}:" \
- -i Makefile || die "sed failed"
-}
-
-src_install() {
- dobin clover
- insinto /usr/share/${PN}
- doins "${DISTDIR}/jaspar2009core"
-}
-
-pkg_postinst() {
- einfo "The motif library jaspar2009core has been installed in"
- einfo " /usr/share/clover/jaspar2009core"
- einfo "You can pass this library to clover for motif search, or use your own library."
-}