summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/offtrac/offtrac-0.0.3.ebuild')
-rw-r--r--dev-python/offtrac/offtrac-0.0.3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/offtrac/offtrac-0.0.3.ebuild b/dev-python/offtrac/offtrac-0.0.3.ebuild
new file mode 100644
index 0000000..aecf6eb
--- /dev/null
+++ b/dev-python/offtrac/offtrac-0.0.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_{6,7} )
+
+# no source releases, grab from git
+SRC_URI="https://git.fedorahosted.org/cgit/offtrac.git/snapshot/${P}.tar.bz2"
+
+inherit distutils-r1
+
+DESCRIPTION="Xmlrpc client library for www-apps/trac instances"
+HOMEPAGE="http://fedorahosted.org/offtrac"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND=""