commit: fe418d2a22adb262aaa7f4b4aa136fe5200e8240 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com> AuthorDate: Sat Mar 22 22:59:10 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Sat Mar 22 22:59:10 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fe418d2a
Fix incorrect working directory (adapt to zipped file). --- sci-physics/genfit/ChangeLog | 6 +++--- sci-physics/genfit/genfit-02.00.00.ebuild | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-physics/genfit/ChangeLog b/sci-physics/genfit/ChangeLog index 2dc2ddf..f074dc7 100644 --- a/sci-physics/genfit/ChangeLog +++ b/sci-physics/genfit/ChangeLog @@ -2,10 +2,10 @@ # 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; <o.freyerm...@googlemail.com> genfit-02.00.00.ebuild: + Fix incorrect working directory (adapt to zipped file) - 22 Mar 2014; <oli...@gentoo.org> genfit-02.00.00.ebuild: + 22 Mar 2014; <o.freyerm...@googlemail.com> 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: diff --git a/sci-physics/genfit/genfit-02.00.00.ebuild b/sci-physics/genfit/genfit-02.00.00.ebuild index 46993c7..596f3e9 100644 --- a/sci-physics/genfit/genfit-02.00.00.ebuild +++ b/sci-physics/genfit/genfit-02.00.00.ebuild @@ -9,9 +9,11 @@ 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}" +TAG_VER=${PN}-code-1688-tags-v$(replace_all_version_separators '-') + DESCRIPTION="a generic toolkit for track reconstruction for experiments in particle and nuclear physics" HOMEPAGE="http://genfit.sourceforge.net/Main.html" -SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/genfit-code-1688-tags-v$(replace_all_version_separators '-').zip" +SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/${TAG_VER}.zip" LICENSE="LGPL-3" SLOT="0" @@ -24,6 +26,8 @@ RDEPEND=" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] )" +S=${WORKDIR}/${TAG_VER} + src_compile() { cmake-utils_src_compile use doc && cmake-utils_src_compile doc