summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-29 00:13:38 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-29 00:13:38 +0000
commitb36dcb1cb52de1348bbc3f45b3883e23884d28c3 (patch)
tree86ab260da4b2b7b83fedc7513f2c00b2dc615fc6 /dev-python/manuel
parenteapi=3 (diff)
downloadhistorical-b36dcb1cb52de1348bbc3f45b3883e23884d28c3.tar.gz
historical-b36dcb1cb52de1348bbc3f45b3883e23884d28c3.tar.bz2
historical-b36dcb1cb52de1348bbc3f45b3883e23884d28c3.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/manuel')
-rw-r--r--dev-python/manuel/manuel-1.3.0.ebuild25
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"