summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-05 13:20:28 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-05 13:20:28 +0000
commit962ed790baee5a3a9b068d0edd70e9dd2aed6cee (patch)
treed1c3add5a298f2a246a681db3b9829d756ed5f2c /dev-python/bpython
parentRemove old (diff)
downloadgentoo-2-962ed790baee5a3a9b068d0edd70e9dd2aed6cee.tar.gz
gentoo-2-962ed790baee5a3a9b068d0edd70e9dd2aed6cee.tar.bz2
gentoo-2-962ed790baee5a3a9b068d0edd70e9dd2aed6cee.zip
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/ChangeLog5
-rw-r--r--dev-python/bpython/bpython-0.9.3.ebuild19
2 files changed, 4 insertions, 20 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog
index bc5c7eb76fd4..86f0c9c3cf58 100644
--- a/dev-python/bpython/ChangeLog
+++ b/dev-python/bpython/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/bpython
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.8 2009/07/27 06:06:28 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.9 2009/09/05 13:20:28 patrick Exp $
+
+ 05 Sep 2009; Patrick Lauer <patrick@gentoo.org> -bpython-0.9.3.ebuild:
+ Remove old
*bpython-0.9.4 (27 Jul 2009)
diff --git a/dev-python/bpython/bpython-0.9.3.ebuild b/dev-python/bpython/bpython-0.9.3.ebuild
deleted file mode 100644
index 36bbdb3d04e2..000000000000
--- a/dev-python/bpython/bpython-0.9.3.ebuild
+++ /dev/null
@@ -1,19 +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.3.ebuild,v 1.1 2009/06/18 20:02:13 grozin Exp $
-
-EAPI=2
-PYTHON_USE_WITH=ncurses
-inherit distutils
-DESCRIPTION="Syntax highlighting and autocompletion for the python interpreter"
-HOMEPAGE="http://www.${PN}-interpreter.org/"
-SRC_URI="${HOMEPAGE}/releases/${P}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND="dev-python/setuptools"
-# setuptools is needed at runtime for the wrapper script
-RDEPEND="${DEPEND}
- dev-python/pygments"
-DOCS="sample.ini sample.theme light.theme"