From 83f584caca7358fb182924ba91267bf17cb2bce5 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 5 Jan 2010 00:23:50 +0100 Subject: Removed bpython --- dev-python/bpython/bpython-9999.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-python/bpython/bpython-9999.ebuild (limited to 'dev-python/bpython/bpython-9999.ebuild') diff --git a/dev-python/bpython/bpython-9999.ebuild b/dev-python/bpython/bpython-9999.ebuild deleted file mode 100644 index 19d0906..0000000 --- a/dev-python/bpython/bpython-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit distutils git - -EGIT_REPO_URI="git://github.com/bobf/bpython.git" - -DESCRIPTION="A fancy interface to the Python interpreter for Unix-like operating systems." -HOMEPAGE="http://www.noiseforfree.com/bpython/" -SRC_URI="" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/pygments - >=dev-python/pyparsing-1.4.11" - -DOCS="sample-rc" - -pkg_setup() -{ - if ! built_with_use dev-lang/python ncurses; then - echo - eerror "dev-lang/python needs to be built with ncurses support." - eerror "Please re-emerge python with the ncurses use flag set." - die "Missing ncurses flag for dev-lang/python" - fi -} -- cgit v1.2.3-54-g00ecf