summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/boto/ChangeLog5
-rw-r--r--dev-python/boto/boto-1.7a.ebuild16
-rw-r--r--dev-python/bpython/ChangeLog5
-rw-r--r--dev-python/bpython/bpython-0.9.3.ebuild19
4 files changed, 8 insertions, 37 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog
index 387383e8b63f..282a7e75a404 100644
--- a/dev-python/boto/ChangeLog
+++ b/dev-python/boto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/boto
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.14 2009/07/25 11:18:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.15 2009/09/05 13:17:19 patrick Exp $
+
+ 05 Sep 2009; Patrick Lauer <patrick@gentoo.org> -boto-1.7a.ebuild:
+ Remove old
*boto-1.8d (25 Jul 2009)
diff --git a/dev-python/boto/boto-1.7a.ebuild b/dev-python/boto/boto-1.7a.ebuild
deleted file mode 100644
index d7a2ccf562f6..000000000000
--- a/dev-python/boto/boto-1.7a.ebuild
+++ /dev/null
@@ -1,16 +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/boto/boto-1.7a.ebuild,v 1.1 2009/04/24 14:54:03 patrick Exp $
-
-inherit distutils
-
-IUSE=""
-DESCRIPTION="Amazon Web Services API"
-HOMEPAGE="http://code.google.com/p/boto/"
-SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND=">=dev-lang/python-2.3"
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"