dev-python/cef/cef-0.5.ebuild
changeset 53 360d1842aff2
equal deleted inserted replaced
52:9ef756d8e5c6 53:360d1842aff2
       
     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
       
    10 
       
    11 DESCRIPTION="Python module that emits CEF logs"
       
    12 HOMEPAGE="http://pypi.python.org/pypi/cef"
       
    13 SRC_URI="mirror://pypi/c/${PN}/${PN}-${PV}.tar.gz"
       
    14 
       
    15 LICENSE="MPL-2.0"
       
    16 SLOT="0"
       
    17 KEYWORDS="~amd64"
       
    18 IUSE=""
       
    19 
       
    20 
       
    21 DEPEND=""
       
    22 RDEPEND="${DEPEND}"
       
    23 
       
    24 S="${WORKDIR}/${PN}-${PV}"