dev-util/reviewboard/reviewboard-1.7.6.ebuild
changeset 82 daeb8fa81015
parent 81 92f599985aea
child 83 0f0a8a3c7276
equal deleted inserted replaced
81:92f599985aea 82:daeb8fa81015
     1 # Copyright 1999-2012 Gentoo Foundation
     1 # Copyright 1999-2012 Gentoo Foundation
     2 # Distributed under the terms of the GNU General Public License v2
     2 # Distributed under the terms of the GNU General Public License v2
     3 # $Header: $
     3 # $Header: $
     4 
     4 
     5 EAPI=3
     5 EAPI=5
     6 
     6 
     7 PYTHON_DEPEND="2"
     7 PYTHON_COMPAT=( python2_6 python2_7 )
     8 SUPPORT_PYTHON_ABIS="1"
     8 SUPPORT_PYTHON_ABIS="1"
     9 RESTRICT_PYTHON_ABIS="3.*"
     9 RESTRICT_PYTHON_ABIS="3.*"
    10 
    10 
    11 inherit distutils python versionator
    11 inherit distutils-r1 versionator
    12 
    12 
    13 MY_PN=ReviewBoard
    13 MY_PN=ReviewBoard
    14 MY_PV=$(replace_version_separator '_' '') # only needed for beta release
    14 MY_PV=$(replace_version_separator '_' '') # only needed for beta release
    15 MY_P=${MY_PN}-${MY_PV}
    15 MY_P=${MY_PN}-${MY_PV}
    16 
    16 
    29 	dev-python/paramiko
    29 	dev-python/paramiko
    30 	dev-python/pygments
    30 	dev-python/pygments
    31 	dev-python/pytz
    31 	dev-python/pytz
    32 	dev-python/recaptcha-client
    32 	dev-python/recaptcha-client
    33 	dev-python/docutils
    33 	dev-python/docutils
    34 	dev-python/pytz
    34 	>=dev-python/pytz-2012h
    35 	dev-python/python-memcached
    35 	dev-python/python-memcached
    36 	dev-python/python-dateutil:python-2
    36 	dev-python/python-dateutil:python-2
    37 	dev-python/feedparser
    37 	dev-python/feedparser
    38 	=dev-python/django-pipeline-1.2.24
    38 	=dev-python/django-pipeline-1.2.24
    39 	dev-python/django-extensions
    39 	dev-python/django-extensions
    47 	|| ( ( www-apache/mod_wsgi www-servers/apache ) virtual/httpd-fastcgi )"
    47 	|| ( ( www-apache/mod_wsgi www-servers/apache ) virtual/httpd-fastcgi )"
    48 
    48 
    49 S=${WORKDIR}/${MY_P}
    49 S=${WORKDIR}/${MY_P}
    50 
    50 
    51 pkg_postinst() {
    51 pkg_postinst() {
    52 	distutils_pkg_postinst
       
    53 	elog "You must install any VCS tool you wish ${PN} to support."
    52 	elog "You must install any VCS tool you wish ${PN} to support."
    54 	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
    53 	elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
    55 	elog
    54 	elog
    56 	elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django"
    55 	elog "Enable the mysql, postgres or sqlite USEflag on dev-python/django"
    57 	elog "to use the corresponding database backend."
    56 	elog "to use the corresponding database backend."