Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/matc/files/, sci-libs/matc/, sci-misc/elmer-elmergrid/
Date: Tue, 03 Dec 2013 14:53:25
Message-Id: 1386064084.e8dd1dbc67151f09574a355fafe3fd0cca451797.jlec@gentoo
1 commit: e8dd1dbc67151f09574a355fafe3fd0cca451797
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 3 09:46:35 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 3 09:48:04 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e8dd1dbc
7
8 sci-libs/matc: Fix version; force execution of all phases; Fix LICENSE
9
10 Package-Manager: portage-2.2.7
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 ---
14 sci-libs/matc/ChangeLog | 5 +++++
15 .../files/{matc-5.4.1-shared.patch => matc-6.0_p4651-shared.patch} | 0
16 sci-libs/matc/{matc-5.4.1.ebuild => matc-6.0_p4651.ebuild} | 4 ++--
17 sci-libs/matc/matc-9999.ebuild | 4 ++--
18 ...{elmer-elmergrid-5.4.1-r1.ebuild => elmer-elmergrid-5.4.1.ebuild} | 0
19 5 files changed, 9 insertions(+), 4 deletions(-)
20
21 diff --git a/sci-libs/matc/ChangeLog b/sci-libs/matc/ChangeLog
22 index 57a9966..37a9725 100644
23 --- a/sci-libs/matc/ChangeLog
24 +++ b/sci-libs/matc/ChangeLog
25 @@ -2,6 +2,11 @@
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 + 03 Dec 2013; Justin Lecher <jlec@g.o> -matc-5.4.1.ebuild,
30 + +matc-6.0_p4651.ebuild, matc-9999.ebuild, -files/matc-5.4.1-shared.patch,
31 + +files/matc-6.0_p4651-shared.patch:
32 + Fix version; force execution of all phases; Fix LICENSE
33 +
34 *matc-5.4.1 (03 Dec 2013)
35
36 03 Dec 2013; Justin Lecher <jlec@g.o> +matc-5.4.1.ebuild,
37
38 diff --git a/sci-libs/matc/files/matc-5.4.1-shared.patch b/sci-libs/matc/files/matc-6.0_p4651-shared.patch
39 similarity index 100%
40 rename from sci-libs/matc/files/matc-5.4.1-shared.patch
41 rename to sci-libs/matc/files/matc-6.0_p4651-shared.patch
42
43 diff --git a/sci-libs/matc/matc-5.4.1.ebuild b/sci-libs/matc/matc-6.0_p4651.ebuild
44 similarity index 92%
45 rename from sci-libs/matc/matc-5.4.1.ebuild
46 rename to sci-libs/matc/matc-6.0_p4651.ebuild
47 index 077ea63..4297137 100644
48 --- a/sci-libs/matc/matc-5.4.1.ebuild
49 +++ b/sci-libs/matc/matc-6.0_p4651.ebuild
50 @@ -14,10 +14,10 @@ MY_PN=${PN/elmer-/}
51 DESCRIPTION="Finite element programs, libraries, and visualization tools - math C library"
52 HOMEPAGE="http://www.csc.fi/english/pages/elmer"
53 SRC_URI="
54 - http://elmerfem.svn.sourceforge.net/viewvc/${ELMER_ROOT}/release/${PV}/${MY_PN}/?view=tar -> ${P}.tar.gz
55 + http://elmerfem.svn.sourceforge.net/viewvc/${ELMER_ROOT}/release/${PV%_p*}/${MY_PN}/?view=tar&pathrev=4651 -> ${P}.tar.gz
56 doc? ( http://www.nic.funet.fi/pub/sci/physics/elmer/doc/MATCManual.pdf )"
57
58 -LICENSE="LGPL-2.1"
59 +LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="doc debug static-libs"
63
64 diff --git a/sci-libs/matc/matc-9999.ebuild b/sci-libs/matc/matc-9999.ebuild
65 index 265e19a..b3a34ab 100644
66 --- a/sci-libs/matc/matc-9999.ebuild
67 +++ b/sci-libs/matc/matc-9999.ebuild
68 @@ -17,7 +17,7 @@ SRC_URI="doc? ( http://www.nic.funet.fi/pub/sci/physics/elmer/doc/MATCManual.pdf
69 ESVN_REPO_URI="https://elmerfem.svn.sourceforge.net/svnroot/elmerfem/trunk/${MY_PN}"
70 ESVN_PROJECT="${MY_PN}"
71
72 -LICENSE="LGPL-2.1"
73 +LICENSE="GPL-2"
74 SLOT="0"
75 KEYWORDS=""
76 IUSE="doc debug static-libs"
77 @@ -29,7 +29,7 @@ DEPEND="${RDEPEND}"
78
79 S="${WORKDIR}"/${PN}
80
81 -PATCHES=( "${FILESDIR}"/${PN}-5.4.1-shared.patch )
82 +PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
83
84 src_prepare() {
85 subversion_src_prepare
86
87 diff --git a/sci-misc/elmer-elmergrid/elmer-elmergrid-5.4.1-r1.ebuild b/sci-misc/elmer-elmergrid/elmer-elmergrid-5.4.1.ebuild
88 similarity index 100%
89 rename from sci-misc/elmer-elmergrid/elmer-elmergrid-5.4.1-r1.ebuild
90 rename to sci-misc/elmer-elmergrid/elmer-elmergrid-5.4.1.ebuild