sci-biology/iqpnni: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 8 Mar 2017 21:35:39 +0000 (22:35 +0100)
committerDavid Seifert <soap@gentoo.org>
Wed, 8 Mar 2017 22:16:02 +0000 (23:16 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4165

sci-biology/iqpnni/Manifest
sci-biology/iqpnni/files/iqpnni-3.3.1-gcc4.3.patch [deleted file]
sci-biology/iqpnni/iqpnni-3.3.1.ebuild [deleted file]

index 033d191091e7c20f9976e62d1793bdbab82ea3bb..9e80577d22ce0c6680009e6e51f23ca084e19b17 100644 (file)
@@ -1,2 +1 @@
-DIST iqpnni-3.3.1.tar.gz 650395 SHA256 bdc5873c5dd59b07b8f8c9547e86120b53fa3cd802ec7acdad61bacc4c3ac7d9 SHA512 2a6abdb0d0fd2dea71849dc1f8c8de2147422b3bf41fefa10c85ee335c5ef0e02748aaccedd31bb0c901551db4f3046bf24913da64d4dc2a9ae4be774554ece9 WHIRLPOOL 2662c67f1fa9001b1127a5286983b752d352d102acc7fd68b94e61171367d5947817b5be89a09c173d1e4eacb347874f19936fb6e3ff79e39d6cf027b447b18c
 DIST iqpnni-3.3.2.tar.gz 646603 SHA256 e4ffc783c7444bfadd40c9d55e9fb0275fcf7dca80aa3217768c9bf63c28567f SHA512 6e603117b746956ad0c3b140968abf2b3b3065a18dc78cee4975f1d2e7971334fdde15e2e8d2fd7435b9490aaaffaf17a38f72a3897c951f493d866e21d94156 WHIRLPOOL f4319e93dd7c1e6700fed54f402aea50bceaf23eb352011105e2f9ea9f225772981b880acbb14a388eb1f9a415a8e0751374769131f634459daa415928ff08f1
diff --git a/sci-biology/iqpnni/files/iqpnni-3.3.1-gcc4.3.patch b/sci-biology/iqpnni/files/iqpnni-3.3.1-gcc4.3.patch
deleted file mode 100644 (file)
index c4f4928..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -rc iqpnni-3.3.1-orig/src/constant.h iqpnni-3.3.1/src/constant.h
-*** iqpnni-3.3.1-orig/src/constant.h   2009-01-04 19:33:35.000000000 -0500
---- iqpnni-3.3.1/src/constant.h        2009-01-04 19:40:21.000000000 -0500
-***************
-*** 36,41 ****
---- 36,42 ----
-  #include <stdio.h>
-  #include <math.h>
-  #include <string>
-+ #include <string.h>
-  
-  using namespace std;
-  
diff --git a/sci-biology/iqpnni/iqpnni-3.3.1.ebuild b/sci-biology/iqpnni/iqpnni-3.3.1.ebuild
deleted file mode 100644 (file)
index c626dcd..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Important Quartet Puzzling and NNI Operation"
-HOMEPAGE="http://www.cibiv.at/software/iqpnni/"
-SRC_URI="http://www.cibiv.at/software/iqpnni/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-*.patch
-}
-
-src_install() {
-       dobin src/iqpnni
-
-       dodoc ChangeLog AUTHORS README NEWS TODO
-       if use doc ; then
-               dohtml manual/iqpnni-manual.html
-               insinto /usr/share/doc/${P}
-               doins manual/iqpnni-manual.pdf
-       fi
-}