commit:     738ff19fb6e9df787b3f8f1da41409904b358066
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun May 31 14:16:13 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun May 31 14:16:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=738ff19f

sci-libs/matc: Source moved from sf.net to github; Fix LICENSE

Package-Manager: portage-2.2.18

 sci-libs/matc/ChangeLog        |  6 ++++--
 sci-libs/matc/matc-9999.ebuild | 20 +++++++-------------
 2 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/sci-libs/matc/ChangeLog b/sci-libs/matc/ChangeLog
index 37a9725..60cdf89 100644
--- a/sci-libs/matc/ChangeLog
+++ b/sci-libs/matc/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-libs/matc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  31 May 2015; Marius Brehler <[email protected]> matc-9999.ebuild:
+  Source moved from sf.net to github; Fix LICENSE
+
   03 Dec 2013; Justin Lecher <[email protected]> -matc-5.4.1.ebuild,
   +matc-6.0_p4651.ebuild, matc-9999.ebuild, -files/matc-5.4.1-shared.patch,
   +files/matc-6.0_p4651-shared.patch:
@@ -14,4 +17,3 @@
   +metadata.xml:
   Bump EAPI; fix license; fix DESCRIPTION; drop keywords from live ebuild; use
   correct phase functions; simplify configure; build shared libraries
-

diff --git a/sci-libs/matc/matc-9999.ebuild b/sci-libs/matc/matc-9999.ebuild
index b787716..2b8aa00 100644
--- a/sci-libs/matc/matc-9999.ebuild
+++ b/sci-libs/matc/matc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,7 +6,7 @@ EAPI=5
 
 AUTOTOOLS_AUTORECONF=true
 
-inherit autotools-utils subversion
+inherit autotools-utils git-r3
 
 ELMER_ROOT="elmerfem"
 MY_PN=${PN/elmer-/}
@@ -14,27 +14,21 @@ MY_PN=${PN/elmer-/}
 DESCRIPTION="Finite element programs, libraries, and visualization tools - 
math C library"
 HOMEPAGE="http://www.csc.fi/english/pages/elmer";
 SRC_URI="doc? ( 
http://www.nic.funet.fi/pub/sci/physics/elmer/doc/MATCManual.pdf )"
-ESVN_REPO_URI="https://elmerfem.svn.sourceforge.net/svnroot/elmerfem/trunk/${MY_PN}";
-ESVN_PROJECT="${MY_PN}"
+EGIT_REPO_URI="https://github.com/ElmerCSC/elmerfem.git 
git://github.com/ElmerCSC/elmerfem.git"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS=""
 IUSE="doc debug static-libs"
 
 RDEPEND="
        sys-libs/ncurses
-       sys-libs/readline"
+       sys-libs/readline:0"
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}"/${PN}
+S="${WORKDIR}/${P}/${PN}"
 
-PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
-
-src_prepare() {
-       subversion_src_prepare
-       autotools-utils_src_prepare
-}
+#PATCHES=( "${FILESDIR}"/${PN}-6.0_p4651-shared.patch )
 
 src_configure() {
        local myeconfargs=(

Reply via email to