ottxor      14/04/17 21:21:56

  Modified:             ChangeLog
  Added:                hg-fast-export-20140328.ebuild
  Removed:              hg-fast-export-20140316.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.2                  dev-vcs/hg-fast-export/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   21 Mar 2014 22:34:00 -0000      1.1
+++ ChangeLog   17 Apr 2014 21:21:56 -0000      1.2
@@ -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.1 
2014/03/21 22:34:00 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-fast-export/ChangeLog,v 1.2 
2014/04/17 21:21:56 ottxor Exp $
+
+*hg-fast-export-20140328 (17 Apr 2014)
+
+  17 Apr 2014; Christoph Junghans <[email protected]>
+  +hg-fast-export-20140328.ebuild, -hg-fast-export-20140316.ebuild:
+  version bump
 
 *hg-fast-export-20140316 (21 Mar 2014)
 



1.1                  dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/hg-fast-export/hg-fast-export-20140328.ebuild?rev=1.1&content-type=text/plain

Index: hg-fast-export-20140328.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-20140328.ebuild,v 
1.1 2014/04/17 21:21:56 ottxor Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit python-r1 vcs-snapshot

COMMIT="779e2f6da887729fc513f5efceaa3a3083858c9b"
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"
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}"
        python_foreach_impl python_doexe "${PN}".py
        python_foreach_impl python_domodule hg2git.py
}




Reply via email to