ottxor 14/09/09 00:00:38 Modified: ChangeLog Added: hg-fast-export-20140706.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.4 dev-vcs/hg-fast-export/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 8 Sep 2014 23:55:11 -0000 1.3 +++ ChangeLog 9 Sep 2014 00:00:38 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/hg-fast-export # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v 1.3 2014/09/08 23:55:11 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v 1.4 2014/09/09 00:00:38 ottxor Exp $ + +*hg-fast-export-20140706 (09 Sep 2014) + + 09 Sep 2014; Christoph Junghans <[email protected]> + +hg-fast-export-20140706.ebuild: + version bump 08 Sep 2014; Christoph Junghans <[email protected]> hg-fast-export-20140328.ebuild: 1.1 dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/hg-fast-export-20140706.ebuild?rev=1.1&content-type=text/plain Index: hg-fast-export-20140706.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-fast-export/hg-fast-export-20140706.ebuild,v 1.1 2014/09/09 00:00:38 ottxor Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-r1 vcs-snapshot COMMIT="2c21922ad1795e1d305dac6bdb977f2e50eb809e" DESCRIPTION="mercurial to git converter using git-fast-import" HOMEPAGE="https://github.com/frej/fast-export" SRC_URI="${HOMEPAGE}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm" IUSE="" DEPEND="" RDEPEND="dev-vcs/git dev-vcs/mercurial ${PYTHON_DEPS}" src_prepare() { sed -e '/^PYTHON/s/python/&2/' \ -e 's/PYTHON/E&/g' \ -i "${PN}".sh || die rm Makefile || die #don't compile old svn2git code } src_install() { newbin "${PN}".sh "${PN}" dodoc README python_foreach_impl python_doexe "${PN}".py python_foreach_impl python_domodule hg2git.py }
