summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-03-06 12:56:32 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-03-06 13:01:40 +0000
commit2390cc3937965100c701b5803930fbabfac413cc (patch)
treeb42d3e3cfdd92319d494b7cc48d46cab74a83e45 /sci-biology
parentsci-biology/mauve: Remove outdated unmaintained package (diff)
downloadgentoo-2390cc3937965100c701b5803930fbabfac413cc.tar.gz
gentoo-2390cc3937965100c701b5803930fbabfac413cc.tar.bz2
gentoo-2390cc3937965100c701b5803930fbabfac413cc.zip
sci-biology/mauvealigner: Remove outdated unmaintained package
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/mauvealigner/mauvealigner-9999.ebuild35
-rw-r--r--sci-biology/mauvealigner/metadata.xml8
2 files changed, 0 insertions, 43 deletions
diff --git a/sci-biology/mauvealigner/mauvealigner-9999.ebuild b/sci-biology/mauvealigner/mauvealigner-9999.ebuild
deleted file mode 100644
index cee185340513..000000000000
--- a/sci-biology/mauvealigner/mauvealigner-9999.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-ESVN_REPO_URI="https://mauve.svn.sourceforge.net/svnroot/mauve/mauveAligner/trunk"
-
-inherit subversion autotools
-
-DESCRIPTION="Multiple genome alignment with large-scale evolutionary events (aligner component)"
-HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc"
-KEYWORDS=""
-
-CDEPEND="sci-libs/libgenome
- sci-libs/libmuscle
- sci-libs/libmems"
-DEPEND="${CDEPEND}
- doc? ( app-doc/doxygen )"
-RDEPEND="${CDEPEND}"
-
-S="${WORKDIR}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
-}
diff --git a/sci-biology/mauvealigner/metadata.xml b/sci-biology/mauvealigner/metadata.xml
deleted file mode 100644
index 959160fe46b1..000000000000
--- a/sci-biology/mauvealigner/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-biology@gentoo.org</email>
- <name>Gentoo Biology Project</name>
- </maintainer>
-</pkgmetadata>