summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-11-04 16:18:37 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-11-04 16:18:37 +0000
commit8a8d6d3316ce7fd605d13b2bc58b97c3bfb3f096 (patch)
tree26d858c0939ab7637ef595e2c1a07c3adba7f181 /dev-vcs/tortoisehg
parentVersion bump. Removed old (diff)
downloadgentoo-2-8a8d6d3316ce7fd605d13b2bc58b97c3bfb3f096.tar.gz
gentoo-2-8a8d6d3316ce7fd605d13b2bc58b97c3bfb3f096.tar.bz2
gentoo-2-8a8d6d3316ce7fd605d13b2bc58b97c3bfb3f096.zip
Version bump. Removed old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r--dev-vcs/tortoisehg/ChangeLog8
-rw-r--r--dev-vcs/tortoisehg/tortoisehg-2.10.ebuild (renamed from dev-vcs/tortoisehg/tortoisehg-2.9.1-r1.ebuild)6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog
index 512c11d59d21..7d6c682a8256 100644
--- a/dev-vcs/tortoisehg/ChangeLog
+++ b/dev-vcs/tortoisehg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/tortoisehg
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.47 2013/10/08 08:08:21 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.48 2013/11/04 16:18:37 polynomial-c Exp $
+
+*tortoisehg-2.10 (04 Nov 2013)
+
+ 04 Nov 2013; Lars Wendler <polynomial-c@gentoo.org>
+ -tortoisehg-2.9.1-r1.ebuild, +tortoisehg-2.10.ebuild:
+ Version bump. Removed old.
*tortoisehg-2.9.2 (08 Oct 2013)
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.9.1-r1.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild
index c3aae12bf146..2d90e104a711 100644
--- a/dev-vcs/tortoisehg/tortoisehg-2.9.1-r1.ebuild
+++ b/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.1-r1.ebuild,v 1.1 2013/09/27 14:27:11 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.10.ebuild,v 1.1 2013/11/04 16:18:37 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.5 <dev-vcs/mercurial-2.8"
+ HG_DEPEND=">=dev-vcs/mercurial-2.5 <dev-vcs/mercurial-2.9"
else
inherit mercurial
EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
@@ -35,8 +35,6 @@ RDEPEND="${HG_DEPEND}
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.3 )"
-PATCHES=( "${FILESDIR}/${P}-desktop_file.patch" )
-
# Workaround race condition in build_qt
DISTUTILS_IN_SOURCE_BUILD=1