djc 14/11/16 14:37:33 Modified: ChangeLog Added: hgsubversion-1.7.ebuild Log: Version bump hgsubversion to 1.7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Revision Changes Path 1.36 dev-vcs/hgsubversion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 18 Aug 2014 20:07:35 -0000 1.35 +++ ChangeLog 16 Nov 2014 14:37:33 -0000 1.36 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/hgsubversion # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.35 2014/08/18 20:07:35 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/ChangeLog,v 1.36 2014/11/16 14:37:33 djc Exp $ + +*hgsubversion-1.7 (16 Nov 2014) + + 16 Nov 2014; Dirkjan Ochtman <[email protected]> +hgsubversion-1.7.ebuild: + Version bump hgsubversion to 1.7 18 Aug 2014; Dirkjan Ochtman <[email protected]> -hgsubversion-1.3.ebuild: Remove old version 1.1 dev-vcs/hgsubversion/hgsubversion-1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.7.ebuild?rev=1.1&content-type=text/plain Index: hgsubversion-1.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsubversion/hgsubversion-1.7.ebuild,v 1.1 2014/11/16 14:37:33 djc Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="hgsubversion is a Mercurial extension for working with Subversion repositories" HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home http://pypi.python.org/pypi/hgsubversion" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" # although any ref absent in the source, tests fail badly with >=mercurial-2.8.1 RDEPEND=">=dev-vcs/mercurial-1.4[${PYTHON_USEDEP}] dev-vcs/mercurial[${PYTHON_USEDEP}] || ( >=dev-python/subvertpy-0.7.4[${PYTHON_USEDEP}] >=dev-vcs/subversion-1.5[python] )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] )" DOCS=( README ) #python_test() { # "${PYTHON}" tests/run.py || die "Tests failed under ${EPYTHON}" #}
