diff options
author | David Seifert <soap@gentoo.org> | 2016-09-20 21:38:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-20 23:06:13 +0200 |
commit | 5c8391f1744f5867e17a8b5d8806c01c243315c7 (patch) | |
tree | 86f37a4b9436f315e7a92ec1d6c8c5c0d7d49a5d /sci-libs | |
parent | sci-libs/libgenome: Allow for compiling with GCC 6 (diff) | |
download | gentoo-5c8391f1744f5867e17a8b5d8806c01c243315c7.tar.gz gentoo-5c8391f1744f5867e17a8b5d8806c01c243315c7.tar.bz2 gentoo-5c8391f1744f5867e17a8b5d8806c01c243315c7.zip |
sci-libs/libgenome: Remove broken live ebuild
Package-Manager: portage-2.3.1
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/libgenome/libgenome-9999.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/sci-libs/libgenome/libgenome-9999.ebuild b/sci-libs/libgenome/libgenome-9999.ebuild deleted file mode 100644 index 943a8fe331fc..000000000000 --- a/sci-libs/libgenome/libgenome-9999.ebuild +++ /dev/null @@ -1,31 +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/libGenome/trunk" - -inherit subversion autotools - -DESCRIPTION="Library for sci-biology/mauve" -HOMEPAGE="http://gel.ahabs.wisc.edu/mauve/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -IUSE="doc" -KEYWORDS="" - -DEPEND="doc? ( app-doc/doxygen )" -RDEPEND="" - -S="${WORKDIR}" - -src_prepare() { - eautoreconf -} - -src_install() { - emake install DESTDIR="${D}" || die -} |