From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 381EB59CAF for ; Wed, 6 Apr 2016 22:01:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C2CF21C0DC; Wed, 6 Apr 2016 22:01:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32B9121C0DC for ; Wed, 6 Apr 2016 22:01:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29CAE340BBF for ; Wed, 6 Apr 2016 22:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECB3581 for ; Wed, 6 Apr 2016 22:01:08 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1459980051.e57a2d5adb16386e9ad09d59792c721b0d9b40bf.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-remote-hg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-remote-hg/Manifest dev-vcs/git-remote-hg/git-remote-hg-0.2.ebuild dev-vcs/git-remote-hg/metadata.xml X-VCS-Directories: dev-vcs/git-remote-hg/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: e57a2d5adb16386e9ad09d59792c721b0d9b40bf X-VCS-Branch: master Date: Wed, 6 Apr 2016 22:01:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8760b3c6-d9ac-4ed5-9777-ae227989e97a X-Archives-Hash: 9ba0b8846c1c1cb2ae6ff213bc24ca11 commit: e57a2d5adb16386e9ad09d59792c721b0d9b40bf Author: Austin English gentoo org> AuthorDate: Wed Apr 6 22:00:00 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed Apr 6 22:00:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57a2d5a dev-vcs/git-remote-hg: add git-remote-hg-0.2 Package-Manager: portage-2.2.26 dev-vcs/git-remote-hg/Manifest | 1 + dev-vcs/git-remote-hg/git-remote-hg-0.2.ebuild | 26 ++++++++++++++++++++++++++ dev-vcs/git-remote-hg/metadata.xml | 16 ++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-vcs/git-remote-hg/Manifest b/dev-vcs/git-remote-hg/Manifest new file mode 100644 index 0000000..7b0e5b4 --- /dev/null +++ b/dev-vcs/git-remote-hg/Manifest @@ -0,0 +1 @@ +DIST git-remote-hg-0.2.tar.gz 30397 SHA256 1b122cb925e7ce90ddba6840624d8a26d309b1671bddfe1408e945176c8b9242 SHA512 eb08a90b786593602510fef6210bb381a605d6c4cfda7e0c1051162d0a9929c077081f530dcdfb95f6fd8f0114ed44ea2c8f267e0e7ac110f9445941c9dd8546 WHIRLPOOL 88f1d06771b3e662d82819af2955997e6215c5c740a70363c7fc001aeb9c823ec17d8d4cf8b87b98ad3ff30f07c4844be3a660fb8335f91a01c355d63b1a2828 diff --git a/dev-vcs/git-remote-hg/git-remote-hg-0.2.ebuild b/dev-vcs/git-remote-hg/git-remote-hg-0.2.ebuild new file mode 100644 index 0000000..48b7df3 --- /dev/null +++ b/dev-vcs/git-remote-hg/git-remote-hg-0.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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() { + exeinto /usr/bin + doexe git-remote-hg +} diff --git a/dev-vcs/git-remote-hg/metadata.xml b/dev-vcs/git-remote-hg/metadata.xml new file mode 100644 index 0000000..5e9d5d5 --- /dev/null +++ b/dev-vcs/git-remote-hg/metadata.xml @@ -0,0 +1,16 @@ + + + + + wizardedit@gentoo.org + Austin English + + + 'git-remote-hg' is the semi-official Mercurial bridge from Git project, + once installed, it allows you to clone, fetch and push to and from + Mercurial repositories as if they were Git ones. + + + felipec/git-remote-hg + +