summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-05-08 09:54:24 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-05-08 09:54:24 +0000
commitf27ffcf8ecf6e45bd59120a94de4826990f3b1f1 (patch)
treee7eb2feecc244a444101528637522a6eff2ef6d4 /dev-vcs
parentVersion bump (diff)
downloadgentoo-2-f27ffcf8ecf6e45bd59120a94de4826990f3b1f1.tar.gz
gentoo-2-f27ffcf8ecf6e45bd59120a94de4826990f3b1f1.tar.bz2
gentoo-2-f27ffcf8ecf6e45bd59120a94de4826990f3b1f1.zip
Version bump. Removed old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/tortoisehg/ChangeLog8
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-3.0.ebuild (renamed from dev-vcs/tortoisehg/tortoisehg-2.11.1.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog
index 34320d36374f..8f7ea48e0123 100644
--- a/dev-vcs/tortoisehg/ChangeLog
+++ b/dev-vcs/tortoisehg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/tortoisehg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.55 2014/04/02 14:44:29 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.56 2014/05/08 09:54:24 polynomial-c Exp $
+
+*tortoisehg-3.0 (08 May 2014)
+
+ 08 May 2014; Lars Wendler <polynomial-c@gentoo.org>
+ -tortoisehg-2.11.1.ebuild, +tortoisehg-3.0.ebuild:
+ Version bump. Removed old.
*tortoisehg-2.11.2 (02 Apr 2014)
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.11.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-3.0.ebuild
index 0edcc8348508..bf25d5e08b8a 100644
--- a/dev-vcs/tortoisehg/tortoisehg-2.11.1.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.11.1.ebuild,v 1.1 2014/03/05 07:44:56 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.ebuild,v 1.1 2014/05/08 09:54:24 polynomial-c Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -10,7 +10,7 @@ inherit distutils-r1 eutils
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz"
- HG_DEPEND=">=dev-vcs/mercurial-2.8 <dev-vcs/mercurial-2.10"
+ HG_DEPEND=">=dev-vcs/mercurial-2.6 <dev-vcs/mercurial-3.1"
else
inherit mercurial
EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"