djc 14/08/18 20:09:47 Modified: ChangeLog Added: hg-git-0.6.1.ebuild Log: Version bump to 0.6.1 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.56 dev-vcs/hg-git/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.56&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.56&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?r1=1.55&r2=1.56 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ChangeLog 9 Aug 2014 10:31:59 -0000 1.55 +++ ChangeLog 18 Aug 2014 20:09:47 -0000 1.56 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/hg-git # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.55 2014/08/09 10:31:59 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.56 2014/08/18 20:09:47 djc Exp $ + +*hg-git-0.6.1 (18 Aug 2014) + + 18 Aug 2014; Dirkjan Ochtman <[email protected]> +hg-git-0.6.1.ebuild: + Version bump to 0.6.1 09 Aug 2014; Chema Alonso <[email protected]> hg-git-0.5.0-r1.ebuild: Stable for amd64 wrt bug #511666 1.1 dev-vcs/hg-git/hg-git-0.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.6.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.6.1.ebuild?rev=1.1&content-type=text/plain Index: hg-git-0.6.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.6.1.ebuild,v 1.1 2014/08/18 20:09:47 djc Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="push to and pull from a Git repository using Mercurial" HOMEPAGE="http://hg-git.github.io https://pypi.python.org/pypi/hg-git" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=" >=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}] >=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] "
