dev-python/metlog-py/metlog-py-0.9.10.ebuild
author Da Risk <da_risk@geekorum.com>
Thu, 17 Sep 2015 19:49:00 +0200
changeset 175 a0edc01f9602
parent 54 ae1ef9dfb470
permissions -rw-r--r--
app-emulation/genymotion: Add simple first ebuild for genymotion the android emulator (Portage version: 2.2.20.1/hg/Linux x86_64, unsigned Manifest commit)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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