polynomial-c 14/08/02 02:02:04 Modified: ChangeLog tortoisehg-3.0.2.ebuild Removed: tortoisehg-3.0.1.ebuild Log: Fixed dependency on mercurial versions. Removed old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.60 dev-vcs/tortoisehg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 22 Jul 2014 10:59:24 -0000 1.59 +++ ChangeLog 2 Aug 2014 02:02:03 -0000 1.60 @@ -1,6 +1,10 @@ # 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.59 2014/07/22 10:59:24 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.60 2014/08/02 02:02:03 polynomial-c Exp $ + + 02 Aug 2014; Lars Wendler <[email protected]> -tortoisehg-3.0.1.ebuild, + tortoisehg-3.0.2.ebuild: + Fixed dependency on mercurial versions. Removed old. *tortoisehg-3.0.2 (22 Jul 2014) 1.2 dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild?r1=1.1&r2=1.2 Index: tortoisehg-3.0.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tortoisehg-3.0.2.ebuild 22 Jul 2014 10:59:24 -0000 1.1 +++ tortoisehg-3.0.2.ebuild 2 Aug 2014 02:02:03 -0000 1.2 @@ -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-3.0.2.ebuild,v 1.1 2014/07/22 10:59:24 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.0.2.ebuild,v 1.2 2014/08/02 02:02:03 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -10,7 +10,7 @@ if [[ ${PV} != *9999* ]]; then KEYWORDS="~amd64 ~x86" SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" - HG_DEPEND=">=dev-vcs/mercurial-2.6 <dev-vcs/mercurial-3.1" + HG_DEPEND=">=dev-vcs/mercurial-2.9 <dev-vcs/mercurial-3.1" else inherit mercurial EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
