djc 14/05/28 06:59:45 Modified: ChangeLog Added: hg-git-0.6.0.ebuild Log: Version bump hg-git to 0.6.0 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.52 dev-vcs/hg-git/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 21 Jan 2014 16:09:57 -0000 1.51 +++ ChangeLog 28 May 2014 06:59:45 -0000 1.52 @@ -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.51 2014/01/21 16:09:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.52 2014/05/28 06:59:45 djc Exp $ + +*hg-git-0.6.0 (28 May 2014) + + 28 May 2014; Dirkjan Ochtman <[email protected]> +hg-git-0.6.0.ebuild: + Version bump hg-git to 0.6.0 *hg-git-0.5.0-r1 (21 Jan 2014) 1.1 dev-vcs/hg-git/hg-git-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: hg-git-0.6.0.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.0.ebuild,v 1.1 2014/05/28 06:59:45 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}] "
