diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-02-05 09:04:28 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-02-05 09:04:28 +0000 |
commit | 6379940f54a1dec9273466e9b16fe226c166413b (patch) | |
tree | fa439f9d62cdd4f2b3a8949770c7c7d05cdb4a32 /dev-vcs | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-6379940f54a1dec9273466e9b16fe226c166413b.tar.gz gentoo-2-6379940f54a1dec9273466e9b16fe226c166413b.tar.bz2 gentoo-2-6379940f54a1dec9273466e9b16fe226c166413b.zip |
Version bump. Removed old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.11.ebuild (renamed from dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index 234fce49c3ea..ca47e35ff677 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.51 2014/01/17 08:15:52 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.52 2014/02/05 09:04:28 polynomial-c Exp $ + +*tortoisehg-2.11 (05 Feb 2014) + + 05 Feb 2014; Lars Wendler <polynomial-c@gentoo.org> + -tortoisehg-2.10.1.ebuild, +tortoisehg-2.11.ebuild: + Version bump. Removed old. *tortoisehg-2.10.2 (17 Jan 2014) diff --git a/dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.11.ebuild index 75aa8d57c108..dbe500a990d3 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.10.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.10.1.ebuild,v 1.2 2013/12/06 08:20:17 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.11.ebuild,v 1.1 2014/02/05 09:04:28 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.7 <dev-vcs/mercurial-2.9" + HG_DEPEND=">=dev-vcs/mercurial-2.8 <dev-vcs/mercurial-2.10" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" |