commit: 2e3808167bc60baafd5873b023e2d1066a26750d Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Jan 19 15:02:24 2018 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Jan 19 15:02:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2e380816
sci-biology/graf-bin: version bump Usptream does not version release tarballs, and the zip file is actually a .tar.gz. Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../{graf-bin-20151102.ebuild => graf-bin-20171212.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sci-biology/graf-bin/graf-bin-20151102.ebuild b/sci-biology/graf-bin/graf-bin-20171212.ebuild similarity index 76% rename from sci-biology/graf-bin/graf-bin-20151102.ebuild rename to sci-biology/graf-bin/graf-bin-20171212.ebuild index 99c4b56d8..d8ddb6aa1 100644 --- a/sci-biology/graf-bin/graf-bin-20151102.ebuild +++ b/sci-biology/graf-bin/graf-bin-20171212.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,8 @@ inherit perl-module DESCRIPTION="Find closely related subjects using SNP genotype data, validate pedigree file" HOMEPAGE="http://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/Software.cgi" -SRC_URI="http://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/GetZip.cgi?zip_name=GRAF_files.zip -> ${P}.zip" +SRC_URI="http://www.ncbi.nlm.nih.gov/projects/gap/cgi-bin/GetZip.cgi?zip_name=GRAF_files.zip -> ${P}.tar.gz" +# the .zip is indeed .tar.gz LICENSE="public-domain" SLOT="0" @@ -24,10 +25,10 @@ src_prepare(){ } src_install(){ - dobin graf PlotGraf.pl - dodoc GRAF_ReadMe.docx + dobin graf graf_dups *.pl + dodoc GRAF_ReadMe_.docx GRAF-popDocumentation*.docx insinto /usr/share/"${PN}" - doins SsToRs.txt + doins *.txt *.bed *.bim *.fam } pkg_postinst(){