aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-01-29 18:37:16 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-01-29 18:37:16 -0200
commit89c6f97ef034b20d720d3ee9057e0e6c08c16914 (patch)
treec5849819bebeb7711725deb7606c440f4dde51a0 /ebuilds
parentAdded tag 0.1_rc2 for changeset 3c8fd063bc16 (diff)
downloadg-octave-89c6f97ef034b20d720d3ee9057e0e6c08c16914.tar.gz
g-octave-89c6f97ef034b20d720d3ee9057e0e6c08c16914.tar.bz2
g-octave-89c6f97ef034b20d720d3ee9057e0e6c08c16914.zip
removed old ebuild (0.1_rc1)
Diffstat (limited to 'ebuilds')
-rw-r--r--ebuilds/g-octave-0.1_rc1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/ebuilds/g-octave-0.1_rc1.ebuild b/ebuilds/g-octave-0.1_rc1.ebuild
deleted file mode 100644
index e11824e..0000000
--- a/ebuilds/g-octave-0.1_rc1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit distutils
-
-MY_PV=${PV/_rc/b}
-MY_P=${PN}-${MY_PV}
-
-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/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="colors"
-
-DEPEND="<dev-lang/python-3"
-RDEPEND="${DEPEND}
- sys-apps/portage
- dev-python/simplejson
- colors? ( dev-python/pycolors )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- if ! use colors; then
- sed -i -e 's/from colors .*/raise/' scripts/g-octave \
- || die 'sed failed.'
- fi
-}