diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-29 00:13:38 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-29 00:13:38 +0000 |
commit | 47fbb1ad045dbdc226a0eefe6d447c1add060676 (patch) | |
tree | a2f8a9352a854c025d0cf4db30110a9173ddb7e0 /dev-python/manuel | |
parent | eapi=3 (diff) | |
download | gentoo-2-47fbb1ad045dbdc226a0eefe6d447c1add060676.tar.gz gentoo-2-47fbb1ad045dbdc226a0eefe6d447c1add060676.tar.bz2 gentoo-2-47fbb1ad045dbdc226a0eefe6d447c1add060676.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/manuel')
-rw-r--r-- | dev-python/manuel/manuel-1.3.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/manuel/manuel-1.3.0.ebuild b/dev-python/manuel/manuel-1.3.0.ebuild deleted file mode 100644 index e7d626d241f0..000000000000 --- a/dev-python/manuel/manuel-1.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/manuel-1.3.0.ebuild,v 1.3 2011/01/06 19:21:44 ranger Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Manuel lets you build tested documentation." -HOMEPAGE="http://packages.python.org/manuel/ http://pypi.python.org/pypi/manuel" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="net-zope/zope-testrunner" -DEPEND="${RDEPEND} - dev-python/setuptools" - -DOCS="CHANGES.txt" |