dev-vcs/tortoisehg: Bumped live ebuild to EAPI-6.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 7 Apr 2016 12:50:48 +0000 (14:50 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 7 Apr 2016 12:51:08 +0000 (14:51 +0200)
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
dev-vcs/tortoisehg/tortoisehg-9999.ebuild

index d96e04d73c740ffcd43911ae0c268f271bf86b6f..3b0a0c0fca0cfa85efca4d92794dbb1053deaa97 100644 (file)
@@ -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() {