summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2014-11-09 19:04:55 +0100
committerUltrabug <ultrabug@gentoo.org>2014-11-09 19:04:55 +0100
commit02704217dac5111fe26d2ddea88164170c10095a (patch)
treedc93fcafbfc230f412a0e7a4c3924f7ea20dc0b3 /www-apps
parentmove dev-python/circus to app-admin (diff)
downloadultrabug-02704217dac5111fe26d2ddea88164170c10095a.tar.gz
ultrabug-02704217dac5111fe26d2ddea88164170c10095a.tar.bz2
ultrabug-02704217dac5111fe26d2ddea88164170c10095a.zip
new www-apps/circus-web ebuild by @Lujeni
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/circus-web/Manifest2
-rw-r--r--www-apps/circus-web/circus-web-0.5.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/www-apps/circus-web/Manifest b/www-apps/circus-web/Manifest
new file mode 100644
index 0000000..8beb4fa
--- /dev/null
+++ b/www-apps/circus-web/Manifest
@@ -0,0 +1,2 @@
+DIST circus-web-0.5.tar.gz 188598 SHA256 df54c79ee737ad56fa3270ff1e27f1cec55f4bcdf07eca9aeba77a0470cf2786 SHA512 198f72e5aeb50c99819f52afdae327627a6e06fb52de290c0b53e085ec474f5ae6c1b723c6953beafc4f4759e1297ca4839fc0837cdf57e730dfd992bb24b24d WHIRLPOOL f1f377f8dddba8ef08016233159f2e8158c233724705cf96f7018a17107587236f80412051a2476107651de38c4f03500b68bb95cd4550fcf18c17f6c858b21a
+EBUILD circus-web-0.5.ebuild 447 SHA256 05fd0bfee57d0adaa7b349566382c39441719493b39576dfae550b01a338eba7 SHA512 b4bfa007a5213680f9183c0540be61ecd6b7a146c375ab75c0462117ec314d5333430f9653ce4d8c6fd3ec2463d0bef4731e5c642f7c1160a1f58e8157631307 WHIRLPOOL 408e0af7fd9fd7e5ce9dc9152609bedd0aa49094ce381d4bebec32e724079f98bb13d3aecde807d0b2319d7580200610dc595957858aa978aa658b7325e20774
diff --git a/www-apps/circus-web/circus-web-0.5.ebuild b/www-apps/circus-web/circus-web-0.5.ebuild
new file mode 100644
index 0000000..8ba5583
--- /dev/null
+++ b/www-apps/circus-web/circus-web-0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils
+
+DESCRIPTION="Circus Web Dashboard"
+HOMEPAGE="http://circus.readthedocs.org/en/latest/for-ops/circusweb/#circushttpd"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-admin/circus"
+RDEPEND="${DEPEND}"