summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-01-05 00:23:50 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-01-05 00:23:50 +0100
commit83f584caca7358fb182924ba91267bf17cb2bce5 (patch)
tree364e5cebffcecb6aba9db2c75c089ddc3e09cb84 /dev-python
parentd2ed2c376323e00ea2767e9928e3e8bd243cba8c (diff)
downloadoverlay-83f584caca7358fb182924ba91267bf17cb2bce5.tar.gz
overlay-83f584caca7358fb182924ba91267bf17cb2bce5.tar.bz2
overlay-83f584caca7358fb182924ba91267bf17cb2bce5.zip
Removed bpython
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bpython/Manifest1
-rw-r--r--dev-python/bpython/bpython-9999.ebuild32
2 files changed, 0 insertions, 33 deletions
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
-}