dev-util/RbCommitHook/RbCommitHook-9999.ebuild
changeset 85 487a92c4ece8
child 100 46f1d73f62f3
equal deleted inserted replaced
84:dd342434bb6e 85:487a92c4ece8
       
     1 # Copyright 1999-2013 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_6 python2_7 )
       
     8 
       
     9 inherit distutils-r1 mercurial
       
    10 
       
    11 DESCRIPTION="Mercurial hook for ReviewBoard"
       
    12 HOMEPAGE="http://hg.geekorum.com"
       
    13 SRC_URI=""
       
    14 EHG_REPO_URI="http://hg.geekorum.com/rbcommit"
       
    15 
       
    16 LICENSE="GPL-3+"
       
    17 SLOT="0"
       
    18 KEYWORDS="~amd64"
       
    19 IUSE=""
       
    20 
       
    21 DEPEND=""
       
    22 RDEPEND="${DEPEND}"