# Removal in 30 days. Bug #697376.
app-text/scrollkeeper
-# Michał Górny <mgorny@gentoo.org> (2019-10-19)
-# Upstream homepage and sources are gone. The license raises doubt
-# as to whether we can redistribute it. No new releases since being
-# added in 2005.
-# Removal in 30 days. Bug #694926.
-sci-biology/ariadne
-
# Michał Górny <mgorny@gentoo.org> (2019-10-19)
# Unmaintained package with incorrect LICENSE and a failing build
# (#679204).
+++ /dev/null
-DIST ariadne-1.3.tar.Z 69427 BLAKE2B 97277e78a2f8c2fd70117f40159d1c47b6c0e2b2c2b491dcc22b50d9842da128aeb3a03ec501d97391c38b8bfcdc3a903fa07770bf1030e5a46247ea14733cc4 SHA512 6c803f945bbcf36c08407e907ad716dc7cd01c7bed555777af46a5dc626b56ca3d1de7d16cab82bfa8bd5a91e06f42c590c0489594251405999459459e9c7289
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Protein sequences and profiles comparison"
-HOMEPAGE="http://www.well.ox.ac.uk/ariadne/"
-SRC_URI="http://www.well.ox.ac.uk/${PN}/${P}.tar.Z"
-
-LICENSE="ARIADNE"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND=">=sci-biology/ncbi-tools-0.20041020-r1"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/SRC-${PV}
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc4.patch
- "${FILESDIR}"/${P}-implicits.patch
-)
-
-src_prepare() {
- default
- sed -i -e "s/\$(CFLAGS)/\$(LDFLAGS) &/" Makefile || die #359045
- sed -e "s/blosum62/BLOSUM62/" -i prospero.c || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" OPTIMISE="${CFLAGS}"
-}
-
-src_install() {
- dobin Linux/{ariadne,prospero}
-
- use static-libs && dolib.a Linux/libseq.a
-
- insinto /usr/include/${PN}
- doins Include/*.h
-
- einstalldocs
-}
+++ /dev/null
---- a/cl.c
-+++ b/cl.c
-@@ -658,6 +658,7 @@
- fclose(fp);
- if ( ! stat( filename, &buf ) )
- {
-+ char *ctime(), *t;
- sprintf( date, "%s", ctime(&buf.st_mtime) );
- t = date;
- while ( *t )
+++ /dev/null
-topalign.c:96:5: warning: implicit declaration of function ‘toupper’
-prospero.c:63:3: warning: implicit declaration of function ‘strcpy’
-
---- SRC-1.3/prospero.c
-+++ SRC-1.3/prospero.c
-@@ -26,6 +26,7 @@
- */
-
- #include<stdio.h>
-+#include<string.h>
- #include<math.h>
- #include"cl.h"
- #include"seq_util.h"
---- SRC-1.3/topalign.c
-+++ SRC-1.3/topalign.c
-@@ -26,6 +26,7 @@
- */
-
- #include<stdio.h>
-+#include<ctype.h>
- #include<math.h>
- #include"seq_util.h"
- #include"ariadne.h"
+++ /dev/null
-<?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>
- <longdescription>
- ARIADNE is a package of two programs, ariadne and prospero, that
- compare protein sequences and profiles using the Smith-Waterman
- algorithm, and assesses statistical significance using a new accurate
- formula, described in Mott, 2000, "Accurate Formula for P-values of
- gapped local sequence and profile alignments" J. Mol Biol. 300:649-659.
- The sequence/profile comparison algorithms used in ARIADNE are
- standard, and are probably not the fastest implementations available.
- The novel part is the method for determining statistical significance,
- which will give thresholds of significance that are accurate to within
- 5% 95% of the time.
- </longdescription>
-</pkgmetadata>