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:26
Message-Id: 1395528353.884a553ae40bf0c504c7fd7995840ed80a1ed8c5.ottxor@gentoo
1 commit: 884a553ae40bf0c504c7fd7995840ed80a1ed8c5
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Sat Mar 22 22:45:53 2014 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 22 22:45:53 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=884a553a
7
8 Use zip'ed code snapshot instead of checking out tag from repository.
9
10 ---
11 sci-physics/genfit/ChangeLog | 6 ++++++
12 sci-physics/genfit/genfit-02.00.00.ebuild | 8 ++++----
13 2 files changed, 10 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-physics/genfit/ChangeLog b/sci-physics/genfit/ChangeLog
16 index c31bd35..2dc2ddf 100644
17 --- a/sci-physics/genfit/ChangeLog
18 +++ b/sci-physics/genfit/ChangeLog
19 @@ -2,6 +2,12 @@
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 +
26 + 22 Mar 2014; <olifre@g.o> genfit-02.00.00.ebuild:
27 + Use zip'ed snapshot instead of tag from repository.
28 +
29 22 Mar 2014; <o.freyermuth@××××××××××.com> genfit-02.00.00.ebuild, metadata.xml:
30 Address ebuild issues found in review (indentation, missing and superfluous
31 die's).
32
33 diff --git a/sci-physics/genfit/genfit-02.00.00.ebuild b/sci-physics/genfit/genfit-02.00.00.ebuild
34 index f86c7b3..46993c7 100644
35 --- a/sci-physics/genfit/genfit-02.00.00.ebuild
36 +++ b/sci-physics/genfit/genfit-02.00.00.ebuild
37 @@ -4,14 +4,14 @@
38
39 EAPI=5
40
41 -inherit cmake-utils versionator subversion
42 +inherit cmake-utils versionator
43
44 -ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/tags/v$(replace_all_version_separators '-')"
45 -ESVN_PROJECT="${PN}.${PV}"
46 +#ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/tags/v$(replace_all_version_separators '-')"
47 +#ESVN_PROJECT="${PN}.${PV}"
48
49 DESCRIPTION="a generic toolkit for track reconstruction for experiments in particle and nuclear physics"
50 HOMEPAGE="http://genfit.sourceforge.net/Main.html"
51 -SRC_URI=""
52 +SRC_URI="http://sourceforge.net/code-snapshots/svn/g/ge/genfit/code/genfit-code-1688-tags-v$(replace_all_version_separators '-').zip"
53
54 LICENSE="LGPL-3"
55 SLOT="0"