diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2009-10-23 16:39:55 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2009-10-23 16:39:55 +0200 |
commit | eda035948a6b35edadfbb8ac8e810d6ee6886469 (patch) | |
tree | c34debaa80be251a8f0977f35eda935a105261ee /net-zope/z3c-recipe-sphinxdoc | |
parent | Set repo_name (diff) | |
download | turbogears2-eda035948a6b35edadfbb8ac8e810d6ee6886469.tar.gz turbogears2-eda035948a6b35edadfbb8ac8e810d6ee6886469.tar.bz2 turbogears2-eda035948a6b35edadfbb8ac8e810d6ee6886469.zip |
Add ebuilds from sping overlay
Diffstat (limited to 'net-zope/z3c-recipe-sphinxdoc')
-rw-r--r-- | net-zope/z3c-recipe-sphinxdoc/Manifest | 2 | ||||
-rw-r--r-- | net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild | 25 |
2 files changed, 27 insertions, 0 deletions
diff --git a/net-zope/z3c-recipe-sphinxdoc/Manifest b/net-zope/z3c-recipe-sphinxdoc/Manifest new file mode 100644 index 0000000..3de6b6e --- /dev/null +++ b/net-zope/z3c-recipe-sphinxdoc/Manifest @@ -0,0 +1,2 @@ +DIST z3c.recipe.sphinxdoc-0.0.8.tar.gz 12642 RMD160 0d6ff3a20ef43c3a1315f093e932b3202b1fcc90 SHA1 239d8fc0c4311c3fccf3dc69e33e7e16efedd483 SHA256 abd66c69fc91877a4b7616985b15b0e8dd6e213efda8c2ae71bfa59e1129422a +EBUILD z3c-recipe-sphinxdoc-0.0.8.ebuild 631 RMD160 a87b50782d345903cacdbd2e1309238bfefe5fe7 SHA1 ca71ab675cbe392fbff9d6d7c2142bef1a9aa151 SHA256 40574f61b9505e954b72afb58203c4c001da3dda3d9ae03e8e324f897edf691c diff --git a/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild b/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild new file mode 100644 index 0000000..debe41c --- /dev/null +++ b/net-zope/z3c-recipe-sphinxdoc/z3c-recipe-sphinxdoc-0.0.8.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +# Ebuild generated by g-pypi 0.2.2 (rev. 214) + +inherit distutils + +MY_PN="z3c.recipe.sphinxdoc" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Use Sphinx to build documentation for zope.org." +HOMEPAGE="http://pypi.python.org/pypi/z3c.recipe.sphinxdoc/" +SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz" +LICENSE="ZPL" +KEYWORDS="" +SLOT="0" +IUSE="" + +RDEPEND="net-zope/zcbuildout + dev-python/zc-recipe-egg + dev-python/sphinx" +DEPEND="dev-python/setuptools + dev-python/docutils" + +S="${WORKDIR}/${MY_P}" |