summaryrefslogtreecommitdiff
path: root/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild')
-rw-r--r--dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild b/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
deleted file mode 100644
index 60a39b304cf5..000000000000
--- a/dev-vcs/hg-fast-export/hg-fast-export-160914.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-r1 vcs-snapshot
-
-DESCRIPTION="mercurial to git converter using git-fast-import"
-HOMEPAGE="https://github.com/frej/fast-export"
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- dev-vcs/git
- dev-vcs/mercurial"
-
-src_prepare() {
- default
- sed -e '/^PYTHON/s/python/&2.7/' \
- -e '/^PYTHON/s/PYTHON:/E&/g' \
- -e "/^ROOT/s:=.*:='${EPREFIX}/usr/bin':" \
- -i "${PN}".sh hg-reset.sh || die
-}
-
-src_install() {
- default
- newbin "${PN}".sh "${PN}"
- newbin hg-reset.sh hg-reset
- python_foreach_impl python_doexe "${PN}".py
- python_foreach_impl python_doexe hg-reset.py
- python_foreach_impl python_domodule hg2git.py
-}