From 83f584caca7358fb182924ba91267bf17cb2bce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 5 Jan 2010 00:23:50 +0100 Subject: Removed bpython --- dev-python/bpython/Manifest | 1 - dev-python/bpython/bpython-9999.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) delete mode 100644 dev-python/bpython/Manifest delete mode 100644 dev-python/bpython/bpython-9999.ebuild (limited to 'dev-python') diff --git a/dev-python/bpython/Manifest b/dev-python/bpython/Manifest deleted file mode 100644 index 058ebc4..0000000 --- a/dev-python/bpython/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD bpython-9999.ebuild 752 RMD160 59c786986be1aa6f021a2d7350f19a145691d2d4 SHA1 a5f132b9963445cc8f30e0c3eb8b105e25e367c8 SHA256 93a45ff94f4738222b03fe0e1145fb1a96b7c97240472aa7736bc71898bae3c2 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