summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-16 02:08:43 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-16 02:08:43 +0000
commit9c13d18ddfd4b9a60aadcf6455a6fbe193efcc25 (patch)
treee86a9a732307f42e41ab4ce3a40a7c27bc80899f /dev-python/mozrunner
parentVersion bump. Set SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-9c13d18ddfd4b9a60aadcf6455a6fbe193efcc25.tar.gz
gentoo-2-9c13d18ddfd4b9a60aadcf6455a6fbe193efcc25.tar.bz2
gentoo-2-9c13d18ddfd4b9a60aadcf6455a6fbe193efcc25.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/mozrunner')
-rw-r--r--dev-python/mozrunner/mozrunner-2.4.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/mozrunner/mozrunner-2.4.ebuild b/dev-python/mozrunner/mozrunner-2.4.ebuild
deleted file mode 100644
index e718553f5fc9..000000000000
--- a/dev-python/mozrunner/mozrunner-2.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mozrunner/mozrunner-2.4.ebuild,v 1.1 2010/01/23 20:35:58 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.*"