commit:     80a9b4bc4b3b5a854bc732a9c60e46665b52ca5f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 18 13:27:44 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jan 18 13:27:44 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=80a9b4bc

sci-biology/ffindex: versio bump, fix fetching

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../ffindex/{ffindex-0.9.9.6.ebuild => ffindex-1.0.ebuild}  | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/sci-biology/ffindex/ffindex-0.9.9.6.ebuild 
b/sci-biology/ffindex/ffindex-1.0.ebuild
similarity index 75%
rename from sci-biology/ffindex/ffindex-0.9.9.6.ebuild
rename to sci-biology/ffindex/ffindex-1.0.ebuild
index 8ea8a7633..ff1807353 100644
--- a/sci-biology/ffindex/ffindex-0.9.9.6.ebuild
+++ b/sci-biology/ffindex/ffindex-1.0.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 DESCRIPTION="Simple index/database for huge amounts of small files"
-HOMEPAGE="http://www.splashground.de/~andy/programs/FFindex";
-#SRC_URI="http://downloads.sourceforge.net/project/transdecoder/TransDecoder_r20140704.tar.gz";
-SRC_URI="http://www.splashground.de/~andy/programs/FFindex/${P}.tar.gz";
+HOMEPAGE="https://github.com/ahcm/ffindex";
+SRC_URI="https://github.com/ahcm/ffindex/archive/${P}.tar.gz";
 
 LICENSE="CC-BY-3.0"
 SLOT="0"
@@ -16,7 +15,7 @@ IUSE="mpi"
 DEPEND="mpi? ( virtual/mpi )"
 RDEPEND="${DEPEND}"
 
-#S="${WORKDIR}"/TransDecoder_r20140704/3rd_party/ffindex-0.9.9.3
+S="${WORKDIR}/${PN}-${PN}-${PV}"
 
 src_compile(){
        if use mpi; then
@@ -44,7 +43,7 @@ src_install(){
        #  *  of the package in question and not [email protected].
        #  * RWX --- --- usr/lib64/libffindex.so.0.1
        #
-       dolib libffindex.so.0.1 libffindex.so
+       dolib.so libffindex.so.0.1 libffindex.so
 
        # make install INSTALL_DIR="${DESTDIR}" HAVE_MPI=1
 }

Reply via email to