commit: 02704217dac5111fe26d2ddea88164170c10095a Author: Ultrabug <ultrabug <AT> gentoo <DOT> org> AuthorDate: Sun Nov 9 18:04:55 2014 +0000 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org> CommitDate: Sun Nov 9 18:04:55 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=02704217
new www-apps/circus-web ebuild by @Lujeni --- www-apps/circus-web/Manifest | 2 ++ www-apps/circus-web/circus-web-0.5.ebuild | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) 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}"
