--- a/dev-util/reviewboard/reviewboard-1.7.6.ebuild Wed Apr 10 11:43:37 2013 +0200
+++ b/dev-util/reviewboard/reviewboard-1.7.6.ebuild Wed Apr 10 11:55:00 2013 +0200
@@ -2,13 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
-PYTHON_DEPEND="2"
+PYTHON_COMPAT=( python2_6 python2_7 )
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
-inherit distutils python versionator
+inherit distutils-r1 versionator
MY_PN=ReviewBoard
MY_PV=$(replace_version_separator '_' '') # only needed for beta release
@@ -31,7 +31,7 @@
dev-python/pytz
dev-python/recaptcha-client
dev-python/docutils
- dev-python/pytz
+ >=dev-python/pytz-2012h
dev-python/python-memcached
dev-python/python-dateutil:python-2
dev-python/feedparser
@@ -49,7 +49,6 @@
S=${WORKDIR}/${MY_P}
pkg_postinst() {
- distutils_pkg_postinst
elog "You must install any VCS tool you wish ${PN} to support."
elog "dev-util/cvs, dev-vcs/git, dev-vcs/mercurial or dev-util/subversion."
elog