commit: 63e07182fc735c97bd7c3de058401985a3de96c0 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Sep 16 02:59:28 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Sep 16 02:59:28 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=63e07182
mapview-bin: upstream dead --- sci-biology/mapview-bin/ChangeLog | 10 ------- sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild | 34 ------------------------ sci-biology/mapview-bin/metadata.xml | 5 ---- 3 files changed, 49 deletions(-) diff --git a/sci-biology/mapview-bin/ChangeLog b/sci-biology/mapview-bin/ChangeLog deleted file mode 100644 index 4b05d03..0000000 --- a/sci-biology/mapview-bin/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for sci-biology/mapview-bin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*mapview-bin-3.4.1 (24 Mar 2014) - - 24 Mar 2014; Martin Mokrejs <[email protected]> - +mapview-bin-3.4.1.ebuild, +metadata.xml: - initial ebuild, missing LICENSE, upstream website is down - diff --git a/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild b/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild deleted file mode 100644 index 3433c39..0000000 --- a/sci-biology/mapview-bin/mapview-bin-3.4.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -DESCRIPTION="Display single-end and pair-end short reads (faster than consed, hawkeye, eagleview)" -HOMEPAGE="http://evolution.sysu.edu.cn/mapview/" -SRC_URI="http://evolution.sysu.edu.cn/software/mapview.rar - http://evolution.sysu.edu.cn/mapview/MVF.pdf" - -# example datasets -# http://evolution.sysu.edu.cn/mapview/small_exam.tar.gz -# http://evolution.sysu.edu.cn/mapview/pair_exam.tar.gz -# http://bioinformatics.oxfordjournals.org/content/25/12/1554.full - -# snapshots of the website -# http://archive.is/evolution.sysu.edu.cn - -LICENSE="" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-lang/mono" - -src_install(){ - echo "#! /bin/sh" > MapView - echo "mono `which MapView.exe` $*" >> MapView - dobin MapView MapView.exe - dodoc MVFmaker_NewFormat.txt readme.txt "${DISTDIR}"/MVF.pdf -} diff --git a/sci-biology/mapview-bin/metadata.xml b/sci-biology/mapview-bin/metadata.xml deleted file mode 100644 index d464821..0000000 --- a/sci-biology/mapview-bin/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>sci-biology</herd> -</pkgmetadata>
