diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-15 14:05:44 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-15 14:05:44 +0000 |
commit | c0f5c915411c96ac2ae83e54ceb87933cd389d2d (patch) | |
tree | 2abf8e42cbfea8158275e807b98d1ccd47ba5332 /dev-python/mozrunner | |
parent | Version bump. (diff) | |
download | gentoo-2-c0f5c915411c96ac2ae83e54ceb87933cd389d2d.tar.gz gentoo-2-c0f5c915411c96ac2ae83e54ceb87933cd389d2d.tar.bz2 gentoo-2-c0f5c915411c96ac2ae83e54ceb87933cd389d2d.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/mozrunner')
-rw-r--r-- | dev-python/mozrunner/mozrunner-2.4.3.ebuild | 23 | ||||
-rw-r--r-- | dev-python/mozrunner/mozrunner-2.5.1.ebuild | 23 |
2 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/mozrunner/mozrunner-2.4.3.ebuild b/dev-python/mozrunner/mozrunner-2.4.3.ebuild deleted file mode 100644 index ef5de54a42e9..000000000000 --- a/dev-python/mozrunner/mozrunner-2.4.3.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.4.3.ebuild,v 1.1 2010/05/28 17:12:07 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="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.*" diff --git a/dev-python/mozrunner/mozrunner-2.5.1.ebuild b/dev-python/mozrunner/mozrunner-2.5.1.ebuild deleted file mode 100644 index 5875fc653e0e..000000000000 --- a/dev-python/mozrunner/mozrunner-2.5.1.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.1.ebuild,v 1.1 2010/09/16 21:20:50 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" |