aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Goncalves Martins (rafaelmartins) <rafael@rafaelmartins.eng.br>2010-07-31 22:19:01 -0300
committerRafael Goncalves Martins (rafaelmartins) <rafael@rafaelmartins.eng.br>2010-07-31 22:19:01 -0300
commitdaed0b3478e24d66f1bead7d9701c6289b2c124c (patch)
tree5e6ab1ee1073c45194b09e047503808ff832be4a /app-portage/g-octave/g-octave-9999.ebuild
parent[sci-chemistry/gromacs] version bump (diff)
downloadsci-daed0b3478e24d66f1bead7d9701c6289b2c124c.tar.gz
sci-daed0b3478e24d66f1bead7d9701c6289b2c124c.tar.bz2
sci-daed0b3478e24d66f1bead7d9701c6289b2c124c.zip
[app-portage/g-octave] Removed the PySVN dependency from the live ebuild
(Portage version: 2.2_rc67/git/Linux x86_64) (Unsigned Manifest commit)
Diffstat (limited to 'app-portage/g-octave/g-octave-9999.ebuild')
-rw-r--r--app-portage/g-octave/g-octave-9999.ebuild16
1 files changed, 3 insertions, 13 deletions
diff --git a/app-portage/g-octave/g-octave-9999.ebuild b/app-portage/g-octave/g-octave-9999.ebuild
index 4b0e35b3f..17c39939f 100644
--- a/app-portage/g-octave/g-octave-9999.ebuild
+++ b/app-portage/g-octave/g-octave-9999.ebuild
@@ -10,31 +10,21 @@ PYTHON_DEPEND="*:2.6"
inherit distutils git
DESCRIPTION="A tool that generates and installs ebuilds for Octave-Forge"
-HOMEPAGE="http://g-octave.rafaelmartins.eng.br/"
+HOMEPAGE="http://www.g-octave.org/"
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/g-octave.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="svn test"
+IUSE="test"
DEPEND=">=dev-python/docutils-0.6"
-RDEPEND="sys-apps/portage
- svn? ( dev-python/pysvn )"
+RDEPEND="sys-apps/portage"
S="${WORKDIR}/${PN}"
PYTHON_MODNAME="g_octave"
-src_prepare() {
- if ! use svn; then
- rm -rf g_octave/svn/ || die 'failed to remove the Subversion stuff.'
- sed -i -e '/g_octave.svn/d' -e '/pysvn/d' setup.py \
- || die 'failed to remove the SVN stuff from setup.py'
- fi
- distutils_src_prepare
-}
-
src_install() {
distutils_src_install
dohtml ${PN}.html