From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B66221382FE for ; Mon, 11 Jul 2016 17:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED8B821C080; Mon, 11 Jul 2016 17:17:15 +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 695E521C080 for ; Mon, 11 Jul 2016 17:17:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 968ED340E9C for ; Mon, 11 Jul 2016 17:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 125E92435 for ; Mon, 11 Jul 2016 17:17:10 +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: <1468257419.9da5a0e0df96481249b01f9bceb723d1803e1a7f.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.3.ebuild X-VCS-Directories: dev-vcs/git-remote-hg/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 9da5a0e0df96481249b01f9bceb723d1803e1a7f X-VCS-Branch: master Date: Mon, 11 Jul 2016 17:17:10 +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: e9f5b092-98f9-4cad-a51f-5350986c8ca9 X-Archives-Hash: cad78be6e1339c6480d97073eebeae23 commit: 9da5a0e0df96481249b01f9bceb723d1803e1a7f Author: Austin English gentoo org> AuthorDate: Mon Jul 11 17:15:41 2016 +0000 Commit: Austin English gentoo org> CommitDate: Mon Jul 11 17:16:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da5a0e0 dev-vcs/git-remote-hg: version bump - 0.3 Package-Manager: portage-2.3.0 dev-vcs/git-remote-hg/Manifest | 1 + dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-vcs/git-remote-hg/Manifest b/dev-vcs/git-remote-hg/Manifest index 7b0e5b4..20f0191 100644 --- a/dev-vcs/git-remote-hg/Manifest +++ b/dev-vcs/git-remote-hg/Manifest @@ -1 +1,2 @@ DIST git-remote-hg-0.2.tar.gz 30397 SHA256 1b122cb925e7ce90ddba6840624d8a26d309b1671bddfe1408e945176c8b9242 SHA512 eb08a90b786593602510fef6210bb381a605d6c4cfda7e0c1051162d0a9929c077081f530dcdfb95f6fd8f0114ed44ea2c8f267e0e7ac110f9445941c9dd8546 WHIRLPOOL 88f1d06771b3e662d82819af2955997e6215c5c740a70363c7fc001aeb9c823ec17d8d4cf8b87b98ad3ff30f07c4844be3a660fb8335f91a01c355d63b1a2828 +DIST git-remote-hg-0.3.tar.gz 30995 SHA256 2dc889b641d72f5a73c4c7d5df3b8ea788e75a7ce80f5884a7a8d2e099287dce SHA512 33ff1874909c0ce4d8b44d1dfd6ae706df44b36ead566e09be0f4e94e3b2a5c8603bd2f2fd50e8faa99d6aeb44a7792d7118c4413f8c9a8b8c29108b534bb4f4 WHIRLPOOL 6a7a3e3e3a3a39bb131c07e95899b05c3841e7b4f385d9635d8773823f74ecae9d9301360aa9b0c1aa7f0aa147e0acc5eff38933c459a5aef0cba04fc843da78 diff --git a/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild b/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild new file mode 100644 index 0000000..7eb355b --- /dev/null +++ b/dev-vcs/git-remote-hg/git-remote-hg-0.3.ebuild @@ -0,0 +1,25 @@ +# 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() { + dobin git-remote-hg +}