summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-20 20:58:53 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-20 20:58:53 +0000
commitb58edac6f3ae3741e7a8c21bc3e68451cc44850e (patch)
tree7809e576c9fd2e316ff2cf937befc8d3951c555a
parentremoved old version (diff)
downloadgentoo-2-b58edac6f3ae3741e7a8c21bc3e68451cc44850e.tar.gz
gentoo-2-b58edac6f3ae3741e7a8c21bc3e68451cc44850e.tar.bz2
gentoo-2-b58edac6f3ae3741e7a8c21bc3e68451cc44850e.zip
Delete older ebuild.
-rw-r--r--dev-python/bpython/bpython-0.9.5.2-r1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/bpython/bpython-0.9.5.2-r1.ebuild b/dev-python/bpython/bpython-0.9.5.2-r1.ebuild
deleted file mode 100644
index e26a184bcb62..000000000000
--- a/dev-python/bpython/bpython-0.9.5.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.9.5.2-r1.ebuild,v 1.5 2009/12/28 23:38:59 maekke Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_USE_WITH="ncurses"
-
-inherit distutils eutils
-
-DESCRIPTION="Syntax highlighting and autocompletion for the Python interpreter"
-HOMEPAGE="http://www.bpython-interpreter.org/ http://pypi.python.org/pypi/bpython"
-SRC_URI="http://www.bpython-interpreter.org/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/pygments
- dev-python/setuptools"
-RDEPEND="${DEPEND}"
-
-DOCS="sample-config sample.theme light.theme"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-python-3.patch"
-}