commit: fe49b5f42dc6c2f46bb894709dae18b55bc96c21 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Thu Apr 3 10:01:01 2014 +0000 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org> CommitDate: Thu Apr 3 10:01:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fe49b5f4
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/vgm/ChangeLog | 5 ++++- sci-physics/vgm/vgm-3.06.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sci-physics/vgm/ChangeLog b/sci-physics/vgm/ChangeLog index 239f62b..78f7e21 100644 --- a/sci-physics/vgm/ChangeLog +++ b/sci-physics/vgm/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Apr 2014; Oliver Freyermuth <o.freyerm...@googlemail.com> vgm-3.06.ebuild: + Use zip-snapshot mirrored by jlec, sourceforge cannot automatically recreate + them and changes CRC each time + 27 Mar 2014; Oliver Freyermuth <o.freyerm...@googlemail.com> vgm-3.06.ebuild: Add subslot-dependency on sci-physics/root, rebuilding is needed on each ROOT version string change. For more details c.f. #505358 . @@ -18,4 +22,3 @@ 18 Jan 2013; Sébastien Fabbro <bicat...@gentoo.org> +vgm-3.06.ebuild, +metadata.xml: Initial import - diff --git a/sci-physics/vgm/vgm-3.06.ebuild b/sci-physics/vgm/vgm-3.06.ebuild index d6fe3fd..ccdc5a3 100644 --- a/sci-physics/vgm/vgm-3.06.ebuild +++ b/sci-physics/vgm/vgm-3.06.ebuild @@ -9,11 +9,14 @@ inherit cmake-utils versionator #ESVN_REPO_URI="https://vgm.svn.sourceforge.net/svnroot/${PN}/tags/v$(replace_all_version_separators '-')/${PN}" #ESVN_PROJECT="${PN}.${PV}" +# .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-731-tags-v$(replace_all_version_separators '-')" DESCRIPTION="Virtual Geometry Model for High Energy Physics Experiments" HOMEPAGE="http://ivana.home.cern.ch/ivana/VGM.html" -SRC_URI="http://sourceforge.net/code-snapshots/svn/v/vg/vgm/code/${TAG_VER}.zip" +#SRC_URI="http://sourceforge.net/code-snapshots/svn/v/vg/vgm/code/${TAG_VER}.zip" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${TAG_VER}.zip" LICENSE="GPL-2" SLOT="0"