diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-29 00:14:05 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-01-29 00:14:05 +0000 |
commit | d3ddd339e5d101b860af52e969f67b4dc9e647a4 (patch) | |
tree | 4f045058f9205f422f0e6b1301f59a902683575d /dev-python/manuel | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-d3ddd339e5d101b860af52e969f67b4dc9e647a4.tar.gz gentoo-2-d3ddd339e5d101b860af52e969f67b4dc9e647a4.tar.bz2 gentoo-2-d3ddd339e5d101b860af52e969f67b4dc9e647a4.zip |
Version bump.
(Portage version: 2.2.0_alpha19_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/manuel')
-rw-r--r-- | dev-python/manuel/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/manuel/manuel-1.4.1.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-python/manuel/ChangeLog b/dev-python/manuel/ChangeLog index 5fe1afd480c5..2825d98319dc 100644 --- a/dev-python/manuel/ChangeLog +++ b/dev-python/manuel/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/manuel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.3 2011/01/06 19:21:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/manuel/ChangeLog,v 1.4 2011/01/29 00:14:05 arfrever Exp $ + +*manuel-1.4.1 (29 Jan 2011) + + 29 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -manuel-1.3.0.ebuild, +manuel-1.4.1.ebuild: + Version bump. 06 Jan 2011; Brent Baude <ranger@gentoo.org> manuel-1.3.0.ebuild: Marking manuel-1.3.0 ~ppc for bug 341499 diff --git a/dev-python/manuel/manuel-1.4.1.ebuild b/dev-python/manuel/manuel-1.4.1.ebuild new file mode 100644 index 000000000000..f117f76f1208 --- /dev/null +++ b/dev-python/manuel/manuel-1.4.1.ebuild @@ -0,0 +1,25 @@ +# 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" |