diff options
author | 2010-01-23 20:33:04 +0000 | |
---|---|---|
committer | 2010-01-23 20:33:04 +0000 | |
commit | ead58be9fb620d048009ec2e7373bb79d9b21689 (patch) | |
tree | 4f2054db32655e8d57bf4fd3bbb8b63af5212647 /dev-python/mozrunner | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | historical-ead58be9fb620d048009ec2e7373bb79d9b21689.tar.gz historical-ead58be9fb620d048009ec2e7373bb79d9b21689.tar.bz2 historical-ead58be9fb620d048009ec2e7373bb79d9b21689.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/mozrunner')
-rw-r--r-- | dev-python/mozrunner/mozrunner-2.3.1.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/mozrunner/mozrunner-2.3.1.ebuild b/dev-python/mozrunner/mozrunner-2.3.1.ebuild deleted file mode 100644 index 48977c1137c8..000000000000 --- a/dev-python/mozrunner/mozrunner-2.3.1.ebuild +++ /dev/null @@ -1,22 +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/mozrunner/mozrunner-2.3.1.ebuild,v 1.1 2009/10/30 20:26:23 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)" -HOMEPAGE="http://pypi.python.org/pypi/mozrunner http://mikeal.github.com/mozrunner/" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="|| ( >=dev-lang/python-2.6 dev-python/simplejson )" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" |