djc 15/02/02 10:10:54 Modified: ChangeLog Added: hg-git-0.8.0.ebuild Log: Version bump hg-git to 0.8.0 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.62 dev-vcs/hg-git/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 2 Feb 2015 10:07:57 -0000 1.61 +++ ChangeLog 2 Feb 2015 10:10:54 -0000 1.62 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/hg-git # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.61 2015/02/02 10:07:57 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.62 2015/02/02 10:10:54 djc Exp $ + +*hg-git-0.8.0 (02 Feb 2015) + + 02 Feb 2015; Dirkjan Ochtman <[email protected]> +hg-git-0.8.0.ebuild: + Version bump hg-git to 0.8.0 02 Feb 2015; Dirkjan Ochtman <[email protected]> -hg-git-0.5.0-r1.ebuild, -hg-git-0.6.0.ebuild, -hg-git-0.6.1.ebuild: 1.1 dev-vcs/hg-git/hg-git-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-git/hg-git-0.8.0.ebuild?rev=1.1&content-type=text/plain Index: hg-git-0.8.0.ebuild =================================================================== # Copyright 1999-2015 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.8.0.ebuild,v 1.1 2015/02/02 10:10:54 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}] "
