diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-02-10 16:58:17 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-02-10 16:58:17 +0000 |
commit | b68d77b37d4eaefb11abf2d5f75d199b84866ac2 (patch) | |
tree | 84bd73e279e9e3e47a41978d706f2d0f50b86008 /dev-vcs/tortoisehg | |
parent | Version bump. Specify LICENSE more precisely. Remove old. (diff) | |
download | gentoo-2-b68d77b37d4eaefb11abf2d5f75d199b84866ac2.tar.gz gentoo-2-b68d77b37d4eaefb11abf2d5f75d199b84866ac2.tar.bz2 gentoo-2-b68d77b37d4eaefb11abf2d5f75d199b84866ac2.zip |
Increase the upper bound on mercurial to 2.6.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-vcs/tortoisehg')
-rw-r--r-- | dev-vcs/tortoisehg/ChangeLog | 6 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.7.ebuild | 4 | ||||
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-vcs/tortoisehg/ChangeLog b/dev-vcs/tortoisehg/ChangeLog index d247cc2886cb..71e0624b6538 100644 --- a/dev-vcs/tortoisehg/ChangeLog +++ b/dev-vcs/tortoisehg/ChangeLog @@ -1,6 +1,10 @@ # 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.31 2013/02/09 19:21:12 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.32 2013/02/10 16:58:17 floppym Exp $ + + 10 Feb 2013; Mike Gilbert <floppym@gentoo.org> tortoisehg-2.7.ebuild, + tortoisehg-9999.ebuild: + Increase the upper bound on mercurial to 2.6. *tortoisehg-2.7 (09 Feb 2013) diff --git a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild index b2d49bf2b91c..91d631a8b82e 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.7.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.7.ebuild,v 1.1 2013/02/09 19:21:12 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.7.ebuild,v 1.2 2013/02/10 16:58:17 floppym 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.4 <dev-vcs/mercurial-2.5" + HG_DEPEND=">=dev-vcs/mercurial-2.4 <dev-vcs/mercurial-2.6" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" diff --git a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild b/dev-vcs/tortoisehg/tortoisehg-9999.ebuild index 2f481734b71b..6f53c6a312f6 100644 --- a/dev-vcs/tortoisehg/tortoisehg-9999.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-9999.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-9999.ebuild,v 1.15 2013/02/09 19:21:12 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.16 2013/02/10 16:58:17 floppym 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.4 <dev-vcs/mercurial-2.5" + HG_DEPEND=">=dev-vcs/mercurial-2.4 <dev-vcs/mercurial-2.6" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg" |