aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 20:11:27 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 20:11:27 +0100
commit5ca223e0bb43b638243928b7a30d51df5b147f60 (patch)
tree08355db6ce35fe1182f1865e0a1c9699a4425e0f /dev-lang
parentdev-lang/ispc: Switch from git-2 to git-r3 (diff)
downloadsci-5ca223e0bb43b638243928b7a30d51df5b147f60.tar.gz
sci-5ca223e0bb43b638243928b7a30d51df5b147f60.tar.bz2
sci-5ca223e0bb43b638243928b7a30d51df5b147f60.zip
dev-lang/julia: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/julia/ChangeLog5
-rw-r--r--dev-lang/julia/julia-9999.ebuild9
-rw-r--r--dev-lang/julia/metadata.xml4
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-lang/julia/ChangeLog b/dev-lang/julia/ChangeLog
index 623d31aa9..839011b94 100644
--- a/dev-lang/julia/ChangeLog
+++ b/dev-lang/julia/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-lang/julia
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> julia-9999.ebuild, metadata.xml:
+ Switch from git-2 to git-r3
+
17 Jul 2013; Sébastien Fabbro <bicatali@gentoo.org> julia-9999.ebuild,
metadata.xml:
dev-lang/julia: Small fixes and cleanup, use system patchelf
diff --git a/dev-lang/julia/julia-9999.ebuild b/dev-lang/julia/julia-9999.ebuild
index ca85ef1a7..b21066832 100644
--- a/dev-lang/julia/julia-9999.ebuild
+++ b/dev-lang/julia/julia-9999.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
-EGIT_REPO_URI="git://github.com/JuliaLang/julia.git"
-EGIT_HAS_SUBMODULES=yes
-
-inherit git-2 elisp-common eutils multilib
+inherit git-r3 elisp-common eutils multilib
DESCRIPTION="High-performance programming language for technical computing"
HOMEPAGE="http://julialang.org/"
SRC_URI=""
+EGIT_REPO_URI="git://github.com/JuliaLang/julia.git"
LICENSE="MIT"
SLOT="0"
@@ -35,7 +33,6 @@ RDEPEND="
virtual/blas
virtual/lapack
emacs? ( !app-emacs/ess )"
-
DEPEND="${RDEPEND}
virtual/pkgconfig"
diff --git a/dev-lang/julia/metadata.xml b/dev-lang/julia/metadata.xml
index 523edd596..1cc4211b9 100644
--- a/dev-lang/julia/metadata.xml
+++ b/dev-lang/julia/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription>
+ <herd>sci</herd>
+ <longdescription>
Julia is a high-level, high-performance dynamic programming language for
technical computing, with syntax that is familiar to users of other
technical computing environments. It provides a sophisticated compiler,