commit: ace8f330e70acfda64ed06bbb62a18010c7fbb15 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Thu Apr 3 10:00:34 2014 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Thu Apr 3 10:00:34 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ace8f330
Use zip-snapshot mirrored by jlec, sourceforge cannot automatically recreate them and changes CRC each time Package-Manager: portage-2.2.8-r1 --- sci-physics/genfit/ChangeLog | 6 +++++- sci-physics/genfit/genfit-02.00.00.ebuild | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sci-physics/genfit/ChangeLog b/sci-physics/genfit/ChangeLog index deeb279..589ad48 100644 --- a/sci-physics/genfit/ChangeLog +++ b/sci-physics/genfit/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Apr 2014; Oliver Freyermuth <[email protected]> + genfit-02.00.00.ebuild: + Use zip-snapshot mirrored by jlec, sourceforge cannot automatically recreate + them and changes CRC each time + 28 Mar 2014; Oliver Freyermuth <[email protected]> genfit-02.00.00.ebuild, genfit-9999.ebuild: Unify the specialties between live and non-live ebuild so only one if-clause @@ -28,4 +33,3 @@ 22 Mar 2014; <[email protected]> +genfit-02.00.00.ebuild, +metadata.xml: Initial ebuild. - diff --git a/sci-physics/genfit/genfit-02.00.00.ebuild b/sci-physics/genfit/genfit-02.00.00.ebuild index 963de55..5e095a5 100644 --- a/sci-physics/genfit/genfit-02.00.00.ebuild +++ b/sci-physics/genfit/genfit-02.00.00.ebuild @@ -11,8 +11,11 @@ if [[ ${PV} == *9999* ]]; then ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/trunk" ESVN_PROJECT="${PN}.${PV}" else + # .zip-snapshot can be recreated by visiting + # http://sourceforge.net/p/${PN}/code/${COMMIT}/tarball?path=/tags/v$(replace_all_version_separators '-') TAG_VER=${PN}-code-1688-tags-v$(replace_all_version_separators '-') - SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/${TAG_VER}.zip" + #SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/${TAG_VER}.zip" + SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${TAG_VER}.zip" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" S=${WORKDIR}/${TAG_VER} fi
