summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/seqdiag/seqdiag-0.9.4.ebuild')
-rw-r--r--app-office/seqdiag/seqdiag-0.9.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-office/seqdiag/seqdiag-0.9.4.ebuild b/app-office/seqdiag/seqdiag-0.9.4.ebuild
new file mode 100644
index 0000000..3660229
--- /dev/null
+++ b/app-office/seqdiag/seqdiag-0.9.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit python distutils
+
+DESCRIPTION="Generate sequence-diagram image file from spec-text file"
+HOMEPAGE="http://blockdiag.com/"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="virtual/python-imaging
+ >=app-office/blockdiag-1.4.4
+ dev-python/webcolors
+ dev-python/funcparserlib"
+RDEPEND="${DEPEND}"