From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-remote-hg/
Date: Fri, 7 Jun 2019 13:15:08 +0000 (UTC) [thread overview]
Message-ID: <1559913253.e4babf672c04e54e8ad2fcf39ea2f298fa492650.mgorny@gentoo> (raw)
commit: e4babf672c04e54e8ad2fcf39ea2f298fa492650
Author: Nikos Chantziaras <realnc <AT> gmail <DOT> com>
AuthorDate: Thu May 2 06:30:03 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 7 13:14:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4babf67
dev-vcs/git-remote-hg: bump version to 1.0.1
setup.py was fixed upstream. Patch no longer needed.
Closes: https://bugs.gentoo.org/684912
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Nikos Chantziaras <realnc <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/git-remote-hg/Manifest | 1 +
dev-vcs/git-remote-hg/git-remote-hg-1.0.1.ebuild | 40 ++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-vcs/git-remote-hg/Manifest b/dev-vcs/git-remote-hg/Manifest
index 16b5236e9a5..ac7f4a97ddf 100644
--- a/dev-vcs/git-remote-hg/Manifest
+++ b/dev-vcs/git-remote-hg/Manifest
@@ -1 +1,2 @@
DIST git-remote-hg-1.0.0.tar.gz 57611 BLAKE2B f46ca860bd7c46985ef53d5adfb949290208e351425a31fbfd33e6cf632c40b043397d398a5c378c653ab2b303d427c4b5bf29250fb51631f87cb2dbb0b541b5 SHA512 344349b8c64db5ad629176c664713773b4e8fe5ddf6bd13e7f3cac421f82eeb93fdd8aa59a2baab4b36b533cd6721adf8d31c69d4cc761e43c093c4d531c1a7d
+DIST git-remote-hg-1.0.1.tar.gz 57856 BLAKE2B 635073fbd0d9fe0ebbc2e9b5e49298bdb9f6b02f964219271a4bd930746e892e58fabde2afa94e998e4bd4aede91d9ac80291eef1bd3eb16cf82f6691514259b SHA512 b665cb6dc0564dc7f2cacade9000378f895b77a3186e091b841e58ddef37834e3cc87e81a76ab713997c6f837a768eff91d6b8a156c6277da0e34a2f156a5290
diff --git a/dev-vcs/git-remote-hg/git-remote-hg-1.0.1.ebuild b/dev-vcs/git-remote-hg/git-remote-hg-1.0.1.ebuild
new file mode 100644
index 00000000000..6351daeb396
--- /dev/null
+++ b/dev-vcs/git-remote-hg/git-remote-hg-1.0.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Semi-official Mercurial bridge from Git project"
+HOMEPAGE="https://github.com/mnauw/git-remote-hg"
+SRC_URI="https://github.com/mnauw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+ app-text/asciidoc
+"
+RDEPEND="
+ dev-vcs/git
+ dev-vcs/mercurial
+"
+
+# Some tests fail.
+RESTRICT="test"
+
+src_compile() {
+ distutils-r1_src_compile
+ emake doc
+}
+
+src_install() {
+ distutils-r1_src_install
+ emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install-doc
+}
+
+src_test() {
+ default
+}
next reply other threads:[~2019-06-07 13:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-07 13:15 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-04-24 6:21 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-remote-hg/ Michał Górny
2019-04-24 6:21 Michał Górny
2019-04-24 6:21 Michał Górny
2019-04-21 19:10 Lars Wendler
2019-04-09 3:14 Austin English
2017-11-26 11:39 David Seifert
2016-09-01 22:07 Austin English
2016-07-11 17:17 Austin English
2016-04-08 0:41 Austin English
2016-04-06 22:01 Austin English
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=1559913253.e4babf672c04e54e8ad2fcf39ea2f298fa492650.mgorny@gentoo \
--to=mgorny@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