Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/genfit/
Date: Sun, 23 Mar 2014 13:58:23
Message-Id: 1395529150.fe418d2a22adb262aaa7f4b4aa136fe5200e8240.ottxor@gentoo
1 commit: fe418d2a22adb262aaa7f4b4aa136fe5200e8240
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sat Mar 22 22:59:10 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 22 22:59:10 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=fe418d2a
7
8 Fix incorrect working directory (adapt to zipped file).
9
10 ---
11 sci-physics/genfit/ChangeLog | 6 +++---
12 sci-physics/genfit/genfit-02.00.00.ebuild | 6 +++++-
13 2 files changed, 8 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-physics/genfit/ChangeLog b/sci-physics/genfit/ChangeLog
16 index 2dc2ddf..f074dc7 100644
17 --- a/sci-physics/genfit/ChangeLog
18 +++ b/sci-physics/genfit/ChangeLog
19 @@ -2,10 +2,10 @@
20 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 - 22 Mar 2014; <olifre@g.o> genfit-02.00.00.ebuild:
24 - Use zip'ed snapshot instead of tag from repository.
25 + 22 Mar 2014; <o.freyermuth@××××××××××.com> genfit-02.00.00.ebuild:
26 + Fix incorrect working directory (adapt to zipped file)
27
28 - 22 Mar 2014; <olifre@g.o> genfit-02.00.00.ebuild:
29 + 22 Mar 2014; <o.freyermuth@××××××××××.com> genfit-02.00.00.ebuild:
30 Use zip'ed snapshot instead of tag from repository.
31
32 22 Mar 2014; <o.freyermuth@××××××××××.com> genfit-02.00.00.ebuild, metadata.xml:
33
34 diff --git a/sci-physics/genfit/genfit-02.00.00.ebuild b/sci-physics/genfit/genfit-02.00.00.ebuild
35 index 46993c7..596f3e9 100644
36 --- a/sci-physics/genfit/genfit-02.00.00.ebuild
37 +++ b/sci-physics/genfit/genfit-02.00.00.ebuild
38 @@ -9,9 +9,11 @@ inherit cmake-utils versionator
39 #ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/tags/v$(replace_all_version_separators '-')"
40 #ESVN_PROJECT="${PN}.${PV}"
41
42 +TAG_VER=${PN}-code-1688-tags-v$(replace_all_version_separators '-')
43 +
44 DESCRIPTION="a generic toolkit for track reconstruction for experiments in particle and nuclear physics"
45 HOMEPAGE="http://genfit.sourceforge.net/Main.html"
46 -SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/genfit-code-1688-tags-v$(replace_all_version_separators '-').zip"
47 +SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/${TAG_VER}.zip"
48
49 LICENSE="LGPL-3"
50 SLOT="0"
51 @@ -24,6 +26,8 @@ RDEPEND="
52 DEPEND="${RDEPEND}
53 doc? ( app-doc/doxygen[dot] )"
54
55 +S=${WORKDIR}/${TAG_VER}
56 +
57 src_compile() {
58 cmake-utils_src_compile
59 use doc && cmake-utils_src_compile doc