aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <della5@iinet.com.au>2012-04-15 03:50:52 +0800
committerIan Delaney <della5@iinet.com.au>2012-04-15 03:50:52 +0800
commitae54bbb01e889e96e0e122b7a33916198d6ce2e3 (patch)
treea995094b5d174a64e39d47af6b7a3e51a54711cd /dev-python/manuel
parentAdd sets.conf so I can use the sets directly with portage (diff)
downloadimprovise-ae54bbb01e889e96e0e122b7a33916198d6ce2e3.tar.gz
improvise-ae54bbb01e889e96e0e122b7a33916198d6ce2e3.tar.bz2
improvise-ae54bbb01e889e96e0e122b7a33916198d6ce2e3.zip
[kde-misc/google-tasks] Added, manuel-1.5.0.ebuild , updated kdev-ruby-9999
Diffstat (limited to 'dev-python/manuel')
-rw-r--r--dev-python/manuel/Manifest1
-rw-r--r--dev-python/manuel/manuel-1.5.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
new file mode 100644
index 0000000..cda233d
--- /dev/null
+++ b/dev-python/manuel/Manifest
@@ -0,0 +1 @@
+DIST manuel-1.5.0.tar.gz 31125 SHA256 ad301e1185c5d14f9dbc871f081f58f5ab3e7ef08bd4f5d84c713fbc31e6f070 SHA512 dba6a983c1cfb8239c560b580ed4fd298ed9429e6949e772bdb1ae4e9b3ac1af3ee32347e46297f6cc0ad3a4a2149bba0b97a9a7875ad08b134e1dbf7b7aa50c WHIRLPOOL 35689ddf8aa5f15bd78c808c16fb8123e4d325349045e8b84467e0216a15ff12f99c3bd34a776c94bcee5c8ba1166b0aa188208f90ce8eb9ef5c1c67726fc08d
diff --git a/dev-python/manuel/manuel-1.5.0.ebuild b/dev-python/manuel/manuel-1.5.0.ebuild
new file mode 100644
index 0000000..1be0e68
--- /dev/null
+++ b/dev-python/manuel/manuel-1.5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright owners: 1999-2012 Gentoo Foundation, Arfrever Frehtes Taifersar Arahesis
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+PYTHON_DEPEND="2:2.6"
+SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="2.[4] 3.*"
+DISTUTILS_SRC_TEST="setup.py"
+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="test"
+
+DEPEND="dev-python/setuptools
+ test? ( net-zope/zope-testing )"
+RDEPEND=""
+
+DOCS="CHANGES.txt"