commit: 884a553ae40bf0c504c7fd7995840ed80a1ed8c5 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Sat Mar 22 22:45:53 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 22:45:53 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=884a553a
Use zip'ed code snapshot instead of checking out tag from repository. --- sci-physics/genfit/ChangeLog | 6 ++++++ sci-physics/genfit/genfit-02.00.00.ebuild | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sci-physics/genfit/ChangeLog b/sci-physics/genfit/ChangeLog index c31bd35..2dc2ddf 100644 --- a/sci-physics/genfit/ChangeLog +++ b/sci-physics/genfit/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Mar 2014; <oli...@gentoo.org> genfit-02.00.00.ebuild: + Use zip'ed snapshot instead of tag from repository. + + 22 Mar 2014; <oli...@gentoo.org> genfit-02.00.00.ebuild: + Use zip'ed snapshot instead of tag from repository. + 22 Mar 2014; <o.freyerm...@googlemail.com> genfit-02.00.00.ebuild, metadata.xml: Address ebuild issues found in review (indentation, missing and superfluous die's). diff --git a/sci-physics/genfit/genfit-02.00.00.ebuild b/sci-physics/genfit/genfit-02.00.00.ebuild index f86c7b3..46993c7 100644 --- a/sci-physics/genfit/genfit-02.00.00.ebuild +++ b/sci-physics/genfit/genfit-02.00.00.ebuild @@ -4,14 +4,14 @@ EAPI=5 -inherit cmake-utils versionator subversion +inherit cmake-utils versionator -ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/tags/v$(replace_all_version_separators '-')" -ESVN_PROJECT="${PN}.${PV}" +#ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/tags/v$(replace_all_version_separators '-')" +#ESVN_PROJECT="${PN}.${PV}" DESCRIPTION="a generic toolkit for track reconstruction for experiments in particle and nuclear physics" HOMEPAGE="http://genfit.sourceforge.net/Main.html" -SRC_URI="" +SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/genfit-code-1688-tags-v$(replace_all_version_separators '-').zip" LICENSE="LGPL-3" SLOT="0"