aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/g-octave')
-rw-r--r--app-portage/g-octave/ChangeLog5
-rw-r--r--app-portage/g-octave/g-octave-9999.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-portage/g-octave/ChangeLog b/app-portage/g-octave/ChangeLog
index 94d0a710e..9a18d9f69 100644
--- a/app-portage/g-octave/ChangeLog
+++ b/app-portage/g-octave/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-portage/g-octave
-# 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> g-octave-9999.ebuild:
+ Switch from git-2 to git-r3
+
03 Mar 2013; Justin Lecher <jlec@gentoo.org> g-octave-9999.ebuild,
metadata.xml:
Migrate to new python eclasses, git2 eclass and EAPI=5
diff --git a/app-portage/g-octave/g-octave-9999.ebuild b/app-portage/g-octave/g-octave-9999.ebuild
index 2e05b3fc4..102947c82 100644
--- a/app-portage/g-octave/g-octave-9999.ebuild
+++ b/app-portage/g-octave/g-octave-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,10 +6,11 @@ EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
-inherit distutils-r1 git-2
+inherit distutils-r1 git-r3
DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge"
HOMEPAGE="http://www.g-octave.org/"
+SRC_URI=""
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/g-octave.git"
LICENSE="GPL-2"