diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-02-03 21:59:06 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-02-03 21:59:06 -0200 |
commit | dec970d8d6fe6123d51ad03be24a598b8a0df604 (patch) | |
tree | 543ec4f7a6929e8e07f14e3ea5bb443de6e00fde | |
parent | small fixes; removed the small tests that I've using. I'll write more proper ... (diff) | |
download | g-octave-0.1_rc3.tar.gz g-octave-0.1_rc3.tar.bz2 g-octave-0.1_rc3.zip |
changed urls and minor issues0.1_rc3
-rw-r--r-- | README.rst | 8 | ||||
-rw-r--r-- | ebuilds/g-octave-0.1_rc3.ebuild (renamed from ebuilds/g-octave-0.1_rc2.ebuild) | 6 | ||||
-rw-r--r-- | ebuilds/g-octave-9999.ebuild | 6 | ||||
-rw-r--r-- | g-octave.1.rst | 4 |
4 files changed, 12 insertions, 12 deletions
@@ -1,6 +1,6 @@ .. _`GNU Octave`: http://octave.org/ .. _`Octave-Forge`: http://octave.sf.net/ -.. _`g-octave`: http://bitbucket.org/rafaelmartins/g-octave/ +.. _`g-octave`: http://g-octave.rafaelmartins.eng.br/ .. _Python: http://python.org/ .. _Portage: http://www.gentoo.org/proj/en/portage/ .. _Paludis: http://paludis.pioto.org/ @@ -207,7 +207,7 @@ If you can help programming in Python_, please take a look at our missing features and at the To-Do list. :) `g-octave`_ ebuilds are available on the mercurial repository, or here: -http://gitorious.org/gentoo-br/rafaelmartins/ (overlay) +http://overlay.rafaelmartins.eng.br/ (overlay) Warning @@ -223,11 +223,11 @@ Download Page ------------- You can get the sources here: -http://bitbucket.org/rafaelmartins/g-octave/downloads/ +http://g-octave.rafaelmartins.eng.br/wiki/DownloadSources or checkout the Mercurial_ repository using: :: - $ hg clone https://bitbucket.org/rafaelmartins/g-octave/ + $ hg clone http://hg.rafaelmartins.eng.br/g-octave/ Authors diff --git a/ebuilds/g-octave-0.1_rc2.ebuild b/ebuilds/g-octave-0.1_rc3.ebuild index 1e6d746..c5c22cf 100644 --- a/ebuilds/g-octave-0.1_rc2.ebuild +++ b/ebuilds/g-octave-0.1_rc3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,8 +7,8 @@ EAPI="2" inherit distutils DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge" -HOMEPAGE="http://bitbucket.org/rafaelmartins/g-octave/" -SRC_URI="http://bitbucket.org/rafaelmartins/${PN}/downloads/${P}.tar.gz" +HOMEPAGE="http://g-octave.rafaelmartins.eng.br/" +SRC_URI="http://files.rafaelmartins.eng.br/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/ebuilds/g-octave-9999.ebuild b/ebuilds/g-octave-9999.ebuild index c0bb849..df251d7 100644 --- a/ebuilds/g-octave-9999.ebuild +++ b/ebuilds/g-octave-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -7,8 +7,8 @@ EAPI="2" inherit distutils mercurial DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge" -HOMEPAGE="http://bitbucket.org/rafaelmartins/g-octave/" -EHG_REPO_URI="https://bitbucket.org/rafaelmartins/g-octave/" +HOMEPAGE="http://g-octave.rafaelmartins.eng.br/" +EHG_REPO_URI="http://hg.rafaelmartins.eng.br/g-octave/" LICENSE="GPL-2" SLOT="0" diff --git a/g-octave.1.rst b/g-octave.1.rst index 07c91fc..0d0d6f0 100644 --- a/g-octave.1.rst +++ b/g-octave.1.rst @@ -53,11 +53,11 @@ OPTIONS SEE ALSO ======== -* http://bitbucket.org/rafaelmartins/g-octave/ +* http://g-octave.rafaelmartins.eng.br/ * http://rafaelmartins.eng.br/en-us/projects/g-octave/ BUGS ==== -* http://bitbucket.org/rafaelmartins/g-octave/issues/ +* http://g-octave.rafaelmartins.eng.br/report |