diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-28 20:05:34 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-08-28 20:05:34 +0000 |
commit | 1cc96b2155aa6242f94f23aa46ae223c288db624 (patch) | |
tree | 8da40a79be8a90c60fc7f16d4d039c63027ae7f2 /dev-python/pexpect | |
parent | Version bump, old didn't work with new telepathy-python (diff) | |
download | gentoo-2-1cc96b2155aa6242f94f23aa46ae223c288db624.tar.gz gentoo-2-1cc96b2155aa6242f94f23aa46ae223c288db624.tar.bz2 gentoo-2-1cc96b2155aa6242f94f23aa46ae223c288db624.zip |
Remove older ebuilds.
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r-- | dev-python/pexpect/pexpect-0.999.ebuild | 16 | ||||
-rw-r--r-- | dev-python/pexpect/pexpect-2.1.ebuild | 18 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/pexpect/pexpect-0.999.ebuild b/dev-python/pexpect/pexpect-0.999.ebuild deleted file mode 100644 index f2b599560f42..000000000000 --- a/dev-python/pexpect/pexpect-0.999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.999.ebuild,v 1.13 2008/01/17 18:13:59 grobian Exp $ - -inherit distutils - -DESCRIPTION="Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output" -HOMEPAGE="http://pexpect.sourceforge.net/" -SRC_URI="mirror://sourceforge/pexpect/${P}.tgz" - -LICENSE="PYTHON" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc s390 sparc x86" -IUSE="" - -DEPEND="dev-lang/python" diff --git a/dev-python/pexpect/pexpect-2.1.ebuild b/dev-python/pexpect/pexpect-2.1.ebuild deleted file mode 100644 index 9c2160830a50..000000000000 --- a/dev-python/pexpect/pexpect-2.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.1.ebuild,v 1.9 2008/11/09 11:58:51 vapier Exp $ - -inherit distutils - -DESCRIPTION="Python module for spawning child applications and responding to expected patterns" -HOMEPAGE="http://pexpect.sourceforge.net/" -SRC_URI="mirror://sourceforge/pexpect/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ~ppc64 s390 sparc x86" -IUSE="" - -DEPEND="dev-lang/python" - -DOCS="README.txt" |