public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-git/
Date: Sun, 10 Sep 2023 10:41:04 +0000 (UTC)	[thread overview]
Message-ID: <1694342457.e9e471bcd35a1f9db45800dfd72fb7bae20c2caf.grobian@gentoo> (raw)

commit:     e9e471bcd35a1f9db45800dfd72fb7bae20c2caf
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 10:39:21 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 10:40:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e471bc

dev-vcs/hg-git-1.0.2-r1: revbump for mercurial-6.5 compatibility

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-vcs/hg-git/Manifest               |  1 +
 dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest
index 0dc6721abb12..881a484d9500 100644
--- a/dev-vcs/hg-git/Manifest
+++ b/dev-vcs/hg-git/Manifest
@@ -1,2 +1,3 @@
+DIST 1.0.2-hg65.patch 1697 BLAKE2B a620b6624eaad4ff233e9cda97d160acc11402e668a7837385bbf3d6384b19106084054e45d0f63dbe686267e636c3bd862a45b09f52ff93bb588ed3439dc69a SHA512 3ac84637f89b97347cd01c243df9af8b37a8c694fab3e560c8e5fd8baed6e0d695c1cd2cb22580378c57afa01aeee25915ac033444e833d0719bc1defdebc305
 DIST hg-git-0.10.3.tar.bz2 146867 BLAKE2B cad4103cbb517c7126787fcfd5c6a9d20b814048e8277eddd1f398bb4e040cdf61d1a83ffb1a121ca62c9f038124049864c9d792ec500fd15614e7a1e2c70084 SHA512 61122084d89b62faaabfc93a8b3ef346c1c34ac3a4eea927f3f32a50490ce537333fb9e19452c2a02e172c216095d6a9db83f79d1f3ecb8afc7ae4cd554e0abc
 DIST hg-git-1.0.2.tar.bz2 171241 BLAKE2B fd953178daff4e283cdacfacafd64c40efff73d0e4a175faa4e032bf38ccc1ef04bd715c4f38dd5d83ab1b0f52a1f329d2a1fb95c13ea83311c47786c3738600 SHA512 8df398c059131b4a8f4ab68fde743cfd82b19b3a184ea92f53ac69ba74e0b9cb94366d4a22d595ea44667493f050bd31ee3e9d7632cdb16507c57e156cd611e9

diff --git a/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild b/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild
new file mode 100644
index 000000000000..6cff7305c62b
--- /dev/null
+++ b/dev-vcs/hg-git/hg-git-1.0.2-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{9..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_PV=${PV/_rc/a}
+DESCRIPTION="push to and pull from a Git repository using Mercurial"
+HOMEPAGE="https://hg-git.github.io https://pypi.org/project/hg-git/"
+SRC_URI="https://foss.heptapod.net/mercurial/hg-git/-/archive/${MY_PV}/${PN}-${MY_PV}.tar.bz2 https://foss.heptapod.net/mercurial/hg-git/-/commit/9a52223a95e9821b2f2b544ab5a35e06963da3f1.patch -> ${MY_PV}-hg65.patch"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE=""
+
+RDEPEND="
+	>=dev-vcs/mercurial-5.2[${PYTHON_USEDEP}]
+	>=dev-python/dulwich-0.19.3[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+src_prepare() {
+	default
+
+	eapply "${DISTDIR}"/${MY_PV}-hg65.patch
+}


             reply	other threads:[~2023-09-10 10:41 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-10 10:41 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 18:47 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-git/ Arthur Zamarin
2024-09-10 18:24 Mike Gilbert
2024-09-10 17:50 Fabian Groffen
2024-06-29 14:47 Arthur Zamarin
2024-05-12  8:59 Fabian Groffen
2023-05-01  0:19 Sam James
2023-05-01  0:12 Sam James
2023-05-01  0:09 Sam James
2023-03-08  7:48 Fabian Groffen
2023-02-25 10:18 Fabian Groffen
2022-11-15 18:17 Michał Górny
2022-07-03 10:52 Agostino Sarubbo
2022-07-03 10:49 Agostino Sarubbo
2022-07-03 10:48 Agostino Sarubbo
2022-01-07 15:25 Fabian Groffen
2021-09-22 17:05 Fabian Groffen
2021-06-07 13:16 Agostino Sarubbo
2021-06-05 20:43 Sam James
2021-06-05  6:51 Fabian Groffen
2021-06-05  6:45 Fabian Groffen
2021-01-06 22:58 Fabian Groffen
2020-09-20  9:43 Fabian Groffen
2020-09-19 21:33 Michał Górny
2020-09-19 21:33 Michał Górny
2020-09-19 17:16 Sam James
2020-05-30 20:06 Fabian Groffen
2020-04-25 18:03 Fabian Groffen
2020-02-02 13:13 Fabian Groffen
2019-11-03 12:42 Fabian Groffen
2019-11-03 10:41 Fabian Groffen
2018-10-27  7:51 Fabian Groffen
2018-10-27  7:51 Fabian Groffen
2018-05-20 19:59 Fabian Groffen
2018-03-03 21:07 Sergei Trofimovich
2018-01-25  3:07 Aaron Bauman
2017-12-19  7:51 Fabian Groffen
2017-12-16  8:20 Tobias Klausmann
2017-11-13 18:39 Fabian Groffen
2017-11-09 13:27 Thomas Deutschmann
2017-09-19  7:01 Fabian Groffen
2017-08-03  7:34 Fabian Groffen
2017-06-10 19:32 Fabian Groffen
2017-05-24 19:47 Fabian Groffen
2017-04-27 10:55 Dirkjan Ochtman
2016-05-13  8:41 Agostino Sarubbo
2016-02-20 10:44 Dirkjan Ochtman
2016-01-18  9:39 Mike Frysinger
2015-12-28 21:21 Dirkjan Ochtman
2015-12-28 21:21 Dirkjan Ochtman
2015-09-19  9:48 Dirkjan Ochtman

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=1694342457.e9e471bcd35a1f9db45800dfd72fb7bae20c2caf.grobian@gentoo \
    --to=grobian@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