author | Da Risk <da_risk@geekorum.com> |
Tue, 25 Mar 2014 18:24:03 +0100 | |
changeset 124 | c74e2496e910 |
parent 54 | ae1ef9dfb470 |
permissions | -rw-r--r-- |
54
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
1 |
# Copyright 1999-2012 Gentoo Foundation |
ae1ef9dfb470
Add py-metlog 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 |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
3 |
# $Header: $ |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
4 |
|
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
5 |
EAPI="5" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
6 |
|
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
7 |
PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
8 |
|
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
9 |
inherit distutils-r1 |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
10 |
|
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
11 |
DESCRIPTION="Library for mozilla services metrics logging" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
12 |
HOMEPAGE="http://pypi.python.org/pypi/${PN}" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
13 |
SRC_URI="mirror://pypi/m/${PN}/${PN}-${PV}.tar.gz" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
14 |
|
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
15 |
LICENSE="MPL-2.0" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
16 |
SLOT="0" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
17 |
KEYWORDS="~amd64" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
18 |
IUSE="" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
19 |
|
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
20 |
|
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
21 |
DEPEND="" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
22 |
RDEPEND="${DEPEND}" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
23 |
|
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
24 |
S="${WORKDIR}/${PN}-${PV}" |
ae1ef9dfb470
Add py-metlog need for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
25 |