diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-09 21:51:04 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-09 21:51:04 +0000 |
commit | 3e435c662b2064e5fac586e7834b53c4800861e0 (patch) | |
tree | 5107b8f764715c5d39a409f7e5560f1c0529f235 /dev-python/manuel | |
parent | Version bump. (diff) | |
download | gentoo-2-3e435c662b2064e5fac586e7834b53c4800861e0.tar.gz gentoo-2-3e435c662b2064e5fac586e7834b53c4800861e0.tar.bz2 gentoo-2-3e435c662b2064e5fac586e7834b53c4800861e0.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/manuel')
-rw-r--r-- | dev-python/manuel/manuel-1.4.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/manuel/manuel-1.4.1.ebuild b/dev-python/manuel/manuel-1.4.1.ebuild deleted file mode 100644 index f117f76f1208..000000000000 --- a/dev-python/manuel/manuel-1.4.1.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.4.1.ebuild,v 1.1 2011/01/29 00:14:05 arfrever 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" |