summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-26 15:40:43 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-26 15:40:43 +0000
commit101bf2ddcadf271fa9e982b3ea26178d7c2df62f (patch)
tree8a01ee43ee572a98e6c1674d2450a836479119b1 /dev-python
parentdepend virtual/jpeg (diff)
downloadgentoo-2-101bf2ddcadf271fa9e982b3ea26178d7c2df62f.tar.gz
gentoo-2-101bf2ddcadf271fa9e982b3ea26178d7c2df62f.tar.bz2
gentoo-2-101bf2ddcadf271fa9e982b3ea26178d7c2df62f.zip
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/mozrunner/mozrunner-2.5.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/mozrunner/mozrunner-2.5.2.ebuild b/dev-python/mozrunner/mozrunner-2.5.2.ebuild
deleted file mode 100644
index 0944968489ec..000000000000
--- a/dev-python/mozrunner/mozrunner-2.5.2.ebuild
+++ /dev/null
@@ -1,23 +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.5.2.ebuild,v 1.1 2010/11/15 14:06:25 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-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="mirror://pypi/${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.7 dev-lang/python:2.6 dev-python/simplejson )"
-DEPEND="${RDEPEND}
- dev-python/setuptools"