Add wsgi-proxy need for mozilla sync
authorDa Risk <da_risk@geekorum.com>
Sat, 29 Dec 2012 02:22:42 +0100
changeset 57 96e45fce341d
parent 56 1ee485242af4
child 58 98cddfca5dd0
Add wsgi-proxy need for mozilla sync
dev-python/wsgi-proxy/Manifest
dev-python/wsgi-proxy/wsgi-proxy-9999.ebuild
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/wsgi-proxy/Manifest	Sat Dec 29 02:22:42 2012 +0100
@@ -0,0 +1,1 @@
+EBUILD wsgi-proxy-9999.ebuild 513 SHA256 f019f4a140e26daf4167adbc96f6f90df0cffa5acef47963881b1cbfb1b9c79a SHA512 62fad9f7976f58aecf09cfe7577624bd04dd82edaefe8a7b52680f68b5819074b5d2ba84ec2589d1e1852288a6c1a0c8c8c1fde9dd834b7332156c3bef355d4d WHIRLPOOL 762040f0c22705ff0e507af5380e89e4bbe9f787a14e45ed9b67a361c4d9721b8712b82f46083597756cca371c749eda8100286b588ecd7aade2ce4c548e4a4e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-python/wsgi-proxy/wsgi-proxy-9999.ebuild	Sat Dec 29 02:22:42 2012 +0100
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
+
+inherit distutils-r1 subversion
+
+ESVN_REPO_URI="http://wsgi-proxy.googlecode.com/svn/trunk"
+
+MY_PN="${PN/-/_}"
+
+DESCRIPTION="Python module that emits CEF logs"
+HOMEPAGE="http://pypi.python.org/pypi/${PN}"
+SRC_URI=""
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"