commit:     ed4d7d9e22ea678e76922ebc035dfc59e60aefb4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 18 15:10:55 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jan 18 15:11:14 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=ed4d7d9e

sci-biology/swissknife: version bump, fix fetch

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

 profiles/package.mask                                      |  1 -
 .../{swissknife-1.73.ebuild => swissknife-1.80.ebuild}     | 14 +++++++-------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 6b2dffda9..f727ddc7a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -108,4 +108,3 @@ sci-biology/SPAdes
 sci-biology/sra_sdk
 sci-biology/staden_doc
 sci-biology/subread
-sci-biology/swissknife

diff --git a/sci-biology/swissknife/swissknife-1.73.ebuild 
b/sci-biology/swissknife/swissknife-1.80.ebuild
similarity index 65%
rename from sci-biology/swissknife/swissknife-1.73.ebuild
rename to sci-biology/swissknife/swissknife-1.80.ebuild
index be1a921a5..46c3a32d2 100644
--- a/sci-biology/swissknife/swissknife-1.73.ebuild
+++ b/sci-biology/swissknife/swissknife-1.80.ebuild
@@ -1,17 +1,19 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit perl-module
 
 DESCRIPTION="Perl library of modules to manipulate SwissProt flatfiles"
 HOMEPAGE="http://swissknife.sourceforge.net/";
-SRC_URI="ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife/Swissknife_${PV}.tar.gz";
+SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${PN}_${PV}.tar.gz";
 
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
+
+RESTRICT="test"
 
 DEPEND="dev-perl/Module-Build"
 RDEPEND="${DEPEND}
@@ -20,6 +22,4 @@ RDEPEND="${DEPEND}
        #dev-perl/Data-Dumper
        #dev-perl/Exporter"
 
-SRC_TEST=no
-
-S="${WORKDIR}"/Swissknife_${PV}
+S="${WORKDIR}"/swissknife_${PV}

Reply via email to