patrick 15/01/15 06:22:13 Modified: tortoisehg-3.2.2.ebuild ChangeLog Removed: tortoisehg-2.10.2.ebuild Log: Stabilize for amd64 and x86 #536384, remove old (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild?r1=1.1&r2=1.2 Index: tortoisehg-3.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tortoisehg-3.2.2.ebuild 19 Dec 2014 11:33:45 -0000 1.1 +++ tortoisehg-3.2.2.ebuild 15 Jan 2015 06:22:13 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild,v 1.1 2014/12/19 11:33:45 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.2.ebuild,v 1.2 2015/01/15 06:22:13 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -8,7 +8,7 @@ inherit distutils-r1 eutils if [[ ${PV} != *9999* ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz" HG_DEPEND=">=dev-vcs/mercurial-3.0 <dev-vcs/mercurial-3.3" else 1.70 dev-vcs/tortoisehg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 12 Jan 2015 03:36:20 -0000 1.69 +++ ChangeLog 15 Jan 2015 06:22:13 -0000 1.70 @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.69 2015/01/12 03:36:20 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.70 2015/01/15 06:22:13 patrick Exp $ + + 15 Jan 2015; Patrick Lauer <[email protected]> -tortoisehg-2.10.2.ebuild, + tortoisehg-3.2.2.ebuild: + Stabilize for amd64 and x86 #536384, remove old 12 Jan 2015; Patrick Lauer <[email protected]> -tortoisehg-2.11.2.ebuild, -tortoisehg-2.7.2.ebuild, -tortoisehg-3.1.2.ebuild:
