From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-remote-hg/
Date: Wed, 6 Apr 2016 22:01:08 +0000 (UTC) [thread overview]
Message-ID: <1459980051.e57a2d5adb16386e9ad09d59792c721b0d9b40bf.wizardedit@gentoo> (raw)
commit: e57a2d5adb16386e9ad09d59792c721b0d9b40bf
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 6 22:00:00 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>wizardedit@gentoo.org</email>
+ <name>Austin English</name>
+ </maintainer>
+ <longdescription>
+ '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.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">felipec/git-remote-hg</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-04-06 22:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-06 22:01 Austin English [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-08 0:41 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-remote-hg/ Austin English
2016-07-11 17:17 Austin English
2016-09-01 22:07 Austin English
2017-11-26 11:39 David Seifert
2019-04-09 3:14 Austin English
2019-04-21 19:10 Lars Wendler
2019-04-24 6:21 Michał Górny
2019-04-24 6:21 Michał Górny
2019-04-24 6:21 Michał Górny
2019-06-07 13:15 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459980051.e57a2d5adb16386e9ad09d59792c721b0d9b40bf.wizardedit@gentoo \
--to=wizardedit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox