From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C4889138825 for ; Sun, 9 Nov 2014 18:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B1EEE0A9C; Sun, 9 Nov 2014 18:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD1AAE0A9C for ; Sun, 9 Nov 2014 18:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39FF53404DC for ; Sun, 9 Nov 2014 18:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9DF59C77 for ; Sun, 9 Nov 2014 18:05:00 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1415556295.02704217dac5111fe26d2ddea88164170c10095a.ultrabug@gentoo> Subject: [gentoo-commits] dev/ultrabug:master commit in: www-apps/circus-web/ X-VCS-Repository: dev/ultrabug X-VCS-Files: www-apps/circus-web/Manifest www-apps/circus-web/circus-web-0.5.ebuild X-VCS-Directories: www-apps/circus-web/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 02704217dac5111fe26d2ddea88164170c10095a X-VCS-Branch: master Date: Sun, 9 Nov 2014 18:05:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf4c23b2-2d54-4253-a26e-1f34395d5f8f X-Archives-Hash: 4086800c2ae94ae0d7cc5dbe52b0f78d commit: 02704217dac5111fe26d2ddea88164170c10095a Author: Ultrabug gentoo org> AuthorDate: Sun Nov 9 18:04:55 2014 +0000 Commit: Alexys Jacob gentoo 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}"