dev-python/cef/cef-0.5.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 12 Apr 2020 00:43:54 -0400
changeset 233 77c1bcd0ef5d
parent 53 360d1842aff2
permissions -rw-r--r--
sys-cluster/nomad: update go requirement
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
# Copyright 1999-2012 Gentoo Foundation
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
# Distributed under the terms of the GNU General Public License v2
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
# $Header: $
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
EAPI="5"
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
inherit distutils-r1
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
DESCRIPTION="Python module that emits CEF logs"
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
HOMEPAGE="http://pypi.python.org/pypi/cef"
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
SRC_URI="mirror://pypi/c/${PN}/${PN}-${PV}.tar.gz"
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
LICENSE="MPL-2.0"
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
SLOT="0"
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
KEYWORDS="~amd64"
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
IUSE=""
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
DEPEND=""
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
RDEPEND="${DEPEND}"
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
360d1842aff2 Add dev-python/cef needed for mozilla sync
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
S="${WORKDIR}/${PN}-${PV}"