diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-07 14:50:48 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-07 14:51:08 +0200 |
commit | 7564aaf18c9418fb0e3aaaa564c4ff83854f5870 (patch) | |
tree | 996602c4bebef5c0a43c8385d318808d0db96715 /dev-vcs/tortoisehg | |
parent | dev-vcs/tortoisehg: Removed old. (diff) | |
download | gentoo-7564aaf18c9418fb0e3aaaa564c4ff83854f5870.tar.gz gentoo-7564aaf18c9418fb0e3aaaa564c4ff83854f5870.tar.bz2 gentoo-7564aaf18c9418fb0e3aaaa564c4ff83854f5870.zip |
dev-vcs/tortoisehg: Bumped live ebuild to EAPI-6.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index d96e04d73c74..3b0a0c0fca0c 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils @@ -10,7 +10,7 @@ inherit distutils-r1 eutils if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" - HG_DEPEND=">=dev-vcs/mercurial-2.5 <dev-vcs/mercurial-2.7" + HG_DEPEND=">=dev-vcs/mercurial-3.6 <dev-vcs/mercurial-3.8" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" @@ -67,8 +67,8 @@ python_install_all() { if use doc ; then dohtml -r doc/build/html/ fi - newicon -s scalable icons/scalable/apps/thg-logo.svg thg_logo.svg - domenu contrib/${PN}.desktop + newicon -s scalable icons/scalable/apps/thg.svg thg_logo.svg + domenu contrib/thg.desktop } pkg_postinst() { |