You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-vcs/git-remote-hg/git-remote-hg-0.2.ebuild

25 lines
533 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=(python2_7)
DESCRIPTION="Semi-official Mercurial bridge from Git project"
HOMEPAGE="https://github.com/felipec/git-remote-hg"
SRC_URI="https://github.com/felipec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-vcs/git
dev-vcs/mercurial"
RDEPEND="${DEPEND}"
# Most (21/25) tests fail:
RESTRICT="test"
src_install() {
dobin git-remote-hg
}