author | Da Risk <da_risk@geekorum.com> |
Sat, 01 Aug 2015 15:57:20 +0200 | |
changeset 167 | 4f161a71038e |
parent 57 | 96e45fce341d |
permissions | -rw-r--r-- |
57
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
1 |
# Copyright 1999-2012 Gentoo Foundation |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
3 |
# $Header: $ |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
4 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
5 |
EAPI="5" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
6 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
7 |
PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
8 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
9 |
inherit distutils-r1 subversion |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
10 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
11 |
ESVN_REPO_URI="http://wsgi-proxy.googlecode.com/svn/trunk" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
12 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
13 |
MY_PN="${PN/-/_}" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
14 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
15 |
DESCRIPTION="Python module that emits CEF logs" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
16 |
HOMEPAGE="http://pypi.python.org/pypi/${PN}" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
17 |
SRC_URI="" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
18 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
19 |
LICENSE="MPL-2.0" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
20 |
SLOT="0" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
21 |
KEYWORDS="~amd64" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
22 |
IUSE="" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
23 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
24 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
25 |
DEPEND="" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
26 |
RDEPEND="${DEPEND}" |
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
27 |
|
96e45fce341d
Add wsgi-proxy need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
28 |
S="${WORKDIR}/${MY_PN}-${PV}" |