diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-08-11 21:35:32 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-08-11 21:35:32 +0000 |
commit | 0d3941d2e972f8f969be775a448869627de38a26 (patch) | |
tree | c74729751d1f66f3fc38aeedcef3283cc85ed58b /dev-vcs | |
parent | Version bump (bug #480500). Removed old (diff) | |
download | gentoo-2-0d3941d2e972f8f969be775a448869627de38a26.tar.gz gentoo-2-0d3941d2e972f8f969be775a448869627de38a26.tar.bz2 gentoo-2-0d3941d2e972f8f969be775a448869627de38a26.zip |
Version bump. Removed old
(Portage version: 2.2.0_alpha196/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.9.ebuild (renamed from dev-vcs/tortoisehg/tortoisehg-2.8.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index 2eb5d03e616b..ec4784180330 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.42 2013/07/15 06:54:09 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.43 2013/08/11 21:35:32 polynomial-c Exp $ + +*tortoisehg-2.9 (11 Aug 2013) + + 11 Aug 2013; Lars Wendler <polynomial-c@gentoo.org> -tortoisehg-2.8.1.ebuild, + +tortoisehg-2.9.ebuild: + Version bump. Removed old. *tortoisehg-2.8.2 (15 Jul 2013) diff --git a/dev-vcs/tortoisehg/tortoisehg-2.8.1.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild index 963b6716c1da..8c4135a11c3f 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.8.1.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.9.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.8.1.ebuild,v 1.1 2013/06/07 13:46:17 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild,v 1.1 2013/08/11 21:35:32 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,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.7" + HG_DEPEND=">=dev-vcs/mercurial-2.5 <dev-vcs/mercurial-2.8" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" |