diff options
author | 2014-01-06 20:13:35 +0100 | |
---|---|---|
committer | 2014-01-06 20:13:35 +0100 | |
commit | 6c1f6e8f717c4da4dc5cf42bcfffce6bbbadcc44 (patch) | |
tree | fc030e9fc7d9b2a82967c5219405ae7e75fe3745 /app-portage/g-octave | |
parent | app-vim/vim-gromacs: Switch from git-2 to git-r3 (diff) | |
download | sci-6c1f6e8f717c4da4dc5cf42bcfffce6bbbadcc44.tar.gz sci-6c1f6e8f717c4da4dc5cf42bcfffce6bbbadcc44.tar.bz2 sci-6c1f6e8f717c4da4dc5cf42bcfffce6bbbadcc44.zip |
app-portage/g-octave: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'app-portage/g-octave')
-rw-r--r-- | app-portage/g-octave/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/g-octave/g-octave-9999.ebuild | 5 |
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" |