diff options
author | 2011-03-09 21:51:04 +0000 | |
---|---|---|
committer | 2011-03-09 21:51:04 +0000 | |
commit | b90fa0f22c4b9f81d0bb1bfdf9dd65cfda9aac82 (patch) | |
tree | 141413a3688fe6f9b445b9ab8569b86462191b9b /dev-python/manuel | |
parent | Version bump. (diff) | |
download | historical-b90fa0f22c4b9f81d0bb1bfdf9dd65cfda9aac82.tar.gz historical-b90fa0f22c4b9f81d0bb1bfdf9dd65cfda9aac82.tar.bz2 historical-b90fa0f22c4b9f81d0bb1bfdf9dd65cfda9aac82.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" |