commit:     716876a2c96656ae74a3694152cca46abfa7190f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 13:36:16 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 13:36:16 2022 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=716876a2

sci-biology/arachne: drop dead package

unfetchable

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-biology/arachne/arachne-46233.ebuild | 39 --------------------------------
 sci-biology/arachne/metadata.xml         | 12 ----------
 2 files changed, 51 deletions(-)

diff --git a/sci-biology/arachne/arachne-46233.ebuild 
b/sci-biology/arachne/arachne-46233.ebuild
deleted file mode 100644
index b34d00134..000000000
--- a/sci-biology/arachne/arachne-46233.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Whole genome shotgun OLC assembler for Sanger reads 
(overlap-layout-contig)"
-HOMEPAGE="https://genome.cshlp.org/content/12/1/177.abstract";
-SRC_URI="ftp://ftp.broadinstitute.org/pub/crd/ARACHNE/latest_source_code/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc openmp"
-
-DEPEND="dev-libs/xerces-c
-       doc? ( virtual/latex-base app-text/dvipsk )"
-RDEPEND="${DEPEND}"
-
-# needs >=g++-4.7 but does not compile with 5.3.0
-
-# --disable-openmp to disable requirement for OpenMP-capable compiler
-src_configure() {
-       local myconf=()
-       use openmp || myconf+=( --disable-openmp )
-       econf ${myconf[@]}
-}
-
-# set the following environment variables
-# http://www.broadinstitute.org/crd/wiki/index.php/Setup
-#
-# ARACHNE_PRE
-# ARACHNE_BIN_DIR
-# ARACHNE_PRETTY_HELP
-
-pkg_postinst(){
-       einfo "Please add these to your ~/.bashrc"
-       einfo "limit stacksize 100000"
-       einfo "limit datasize unlimited"
-}

diff --git a/sci-biology/arachne/metadata.xml b/sci-biology/arachne/metadata.xml
deleted file mode 100644
index 138cb7705..000000000
--- a/sci-biology/arachne/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Martin Mokrejs</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo Biology Project</name>
-       </maintainer>
-</pkgmetadata>

Reply via email to