commit: 4b4d380aac531487db5f2070b159a7b162ca6a20 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 14:24:08 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 14:24:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4b4d380a
sci-biology/dawg: remove pack, upstream gone Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 1 - sci-biology/dawg/dawg-1.1.2.ebuild | 21 --------------------- sci-biology/dawg/files/dawg-1.1.2-gcc43.patch | 11 ----------- sci-biology/dawg/metadata.xml | 8 -------- 4 files changed, 41 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 7df1d2cf3..d44731505 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -52,4 +52,3 @@ sci-biology/cnrun sci-biology/conrad sci-biology/cortex_var sci-biology/cross_genome -sci-biology/dawg diff --git a/sci-biology/dawg/dawg-1.1.2.ebuild b/sci-biology/dawg/dawg-1.1.2.ebuild deleted file mode 100644 index 920f3c1d8..000000000 --- a/sci-biology/dawg/dawg-1.1.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="DNA Assembly With Gaps: Phylogenetic aligner for sequence evolution simulation" -HOMEPAGE="http://scit.us/projects/dawg/" -SRC_URI="http://scit.us/projects/files/dawg/Releases/${P}-release.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}"/${P}-RELEASE - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch -} diff --git a/sci-biology/dawg/files/dawg-1.1.2-gcc43.patch b/sci-biology/dawg/files/dawg-1.1.2-gcc43.patch deleted file mode 100644 index b9dda495d..000000000 --- a/sci-biology/dawg/files/dawg-1.1.2-gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dawg.h.orig 2008-06-24 10:30:30.000000000 -0400 -+++ src/dawg.h 2008-06-24 10:30:41.000000000 -0400 -@@ -77,7 +77,7 @@ - - - #include <vector> --#include <string> -+#include <string.h> - #include <fstream> - #include <iostream> - #include <algorithm> diff --git a/sci-biology/dawg/metadata.xml b/sci-biology/dawg/metadata.xml deleted file mode 100644 index 8417d1580..000000000 --- a/sci-biology/dawg/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>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> -</pkgmetadata>
