commit:     fc229c83dc217788590fb1faa3341bc2182f5154
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 13:41:24 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 13:41:24 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=fc229c83

prfoiles/package.mask: remove mask of removed pack

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 79f840453..e6382d12a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -61,4 +61,3 @@ sci-biology/eval
 sci-biology/FLASH
 sci-biology/fsa
 sci-biology/GAL
-sci-biology/gap2caf

diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild 
b/sci-biology/GAL/GAL-0.2.2_p20200508.ebuild
similarity index 75%
rename from sci-biology/GAL/GAL-0.2.2.ebuild
rename to sci-biology/GAL/GAL-0.2.2_p20200508.ebuild
index ac019eded..445b9eaa3 100644
--- a/sci-biology/GAL/GAL-0.2.2.ebuild
+++ b/sci-biology/GAL/GAL-0.2.2_p20200508.ebuild
@@ -1,18 +1,19 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-inherit eutils perl-module
+inherit perl-module
+
+COMMIT="94af39622aab5ba48eb693f2327f6e90f1d202ed"
 
 DESCRIPTION="Genome Annotation Library (incl. fasta_tool)"
-HOMEPAGE="http://www.sequenceontology.org/software/GAL.html";
-SRC_URI="http://www.sequenceontology.org/software/GAL_Code/${PN}_${PV}.tar.gz";
+HOMEPAGE="https://github.com/The-Sequence-Ontology/GAL";
+SRC_URI="https://github.com/The-Sequence-Ontology/GAL/archive/${COMMIT}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="( GPL-1+ Artistic )"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~amd64"
 
 DEPEND="
        >=dev-lang/perl-5.6.1
@@ -39,5 +40,6 @@ RDEPEND="${DEPEND}"
 S="${WORKDIR}/${PN}_${PV}"
 
 src_prepare(){
+       default
        epatch "${FILESDIR}"/Build.PL.patch
 }

Reply via email to