aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Goncalves Martins (rafaelmartins) <rafael@rafaelmartins.eng.br>2010-07-05 19:43:10 -0300
committerRafael Goncalves Martins (rafaelmartins) <rafael@rafaelmartins.eng.br>2010-07-05 19:43:10 -0300
commitd5e03625bebea51bd1c8faef89683fa301634751 (patch)
treeeb81179cd5a8944e2c3a0d3234a081fa77029bb2 /app-portage/g-octave/g-octave-9999.ebuild
parent[sci-libs/omalloc]: Cleanup (diff)
downloadsci-d5e03625bebea51bd1c8faef89683fa301634751.tar.gz
sci-d5e03625bebea51bd1c8faef89683fa301634751.tar.bz2
sci-d5e03625bebea51bd1c8faef89683fa301634751.zip
[app-portage/g-octave] live ebuild now using the git repository
(Portage version: 2.2_rc67/git/Linux i686) (Signed Manifest commit)
Diffstat (limited to 'app-portage/g-octave/g-octave-9999.ebuild')
-rw-r--r--app-portage/g-octave/g-octave-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/g-octave/g-octave-9999.ebuild b/app-portage/g-octave/g-octave-9999.ebuild
index ebab60f83..6fd4be656 100644
--- a/app-portage/g-octave/g-octave-9999.ebuild
+++ b/app-portage/g-octave/g-octave-9999.ebuild
@@ -4,11 +4,11 @@
EAPI="2"
-inherit distutils mercurial
+inherit distutils git
DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge"
HOMEPAGE="http://g-octave.rafaelmartins.eng.br/"
-EHG_REPO_URI="http://g-octave.rafaelmartins.eng.br/hg/"
+EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/g-octave.git"
LICENSE="GPL-2"
SLOT="0"
@@ -22,7 +22,7 @@ RDEPEND="${CDEPEND}
svn? ( dev-python/pysvn )
|| ( >=sys-apps/portage-2.1.7[-python3] <sys-apps/portage-2.1.7 )"
-S="${WORKDIR}/hg"
+S="${WORKDIR}/${PN}"
PYTHON_MODNAME="g_octave"