equal
deleted
inserted
replaced
|
1 # Copyright 1999-2012 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI="5" |
|
6 |
|
7 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
|
8 |
|
9 inherit distutils-r1 subversion |
|
10 |
|
11 ESVN_REPO_URI="http://wsgi-proxy.googlecode.com/svn/trunk" |
|
12 |
|
13 MY_PN="${PN/-/_}" |
|
14 |
|
15 DESCRIPTION="Python module that emits CEF logs" |
|
16 HOMEPAGE="http://pypi.python.org/pypi/${PN}" |
|
17 SRC_URI="" |
|
18 |
|
19 LICENSE="MPL-2.0" |
|
20 SLOT="0" |
|
21 KEYWORDS="~amd64" |
|
22 IUSE="" |
|
23 |
|
24 |
|
25 DEPEND="" |
|
26 RDEPEND="${DEPEND}" |
|
27 |
|
28 S="${WORKDIR}/${MY_PN}-${PV}" |