public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-git/
Date: Sat, 19 Sep 2015 09:48:26 +0000 (UTC)	[thread overview]
Message-ID: <1442656089.d7df36ce9f961e62de22777607fc9a74630a0223.djc@gentoo> (raw)

commit:     d7df36ce9f961e62de22777607fc9a74630a0223
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 18:01:21 2015 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 09:48:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7df36ce

Version bump hg-git to 0.8.2

Package-Manager: portage-2.2.20.1

 dev-vcs/hg-git/Manifest            |  1 +
 dev-vcs/hg-git/hg-git-0.8.2.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest
index 7538c5a..da0b601 100644
--- a/dev-vcs/hg-git/Manifest
+++ b/dev-vcs/hg-git/Manifest
@@ -1,3 +1,4 @@
 DIST hg-git-0.7.0.tar.gz 42956 SHA256 9db9cd87b9b173c192b29336b4029122a4fe2858c369dc8c5a59228515bc61a9 SHA512 732dbd12184a5346310b6d14bb0b24c2255ff607ef54d064387b7cadd64aa84dd2d6909e6dde36f9fa8ac8131c1adc315c2bae2e068066864c086b239524d5d4 WHIRLPOOL 0c8216da9fdaebc2fcb56d7bec12e9a087570cf032d253e77833cbf8f31a2d581d85b820c51e37cd519ce720bd49fec5be27211b58b64fb9c18b1fff1c24d26e
 DIST hg-git-0.8.0.tar.gz 46004 SHA256 91a16e34612595eca8c4e23d847c6ab697267b68008594926123c6c0064298dc SHA512 6281ef070b110d0449f5667888f9f97c3c310a840890283d14f7b0d35a397bdc995af0726acc28737aa35ff99631406b575dad141a1bd16dab88eac7fb855199 WHIRLPOOL 99dac4e75cb322b68a3b7990f0130acb0ef8245583e612432f0f4af06d8ce411d7f211291683bb1adcd1866d2125796c64b37d690738bb5f4a3efd2e114934fe
 DIST hg-git-0.8.1.tar.gz 46817 SHA256 ceeddfb48dc160e4c6be8c15a722a44b8554b7f68e1838f6af1018ed78b9451d SHA512 58ed927bf843f2d9ce25b17b43866bc1cfeba0361ebba3a276967a82b7f1a0fbc9e5eed673248f1812f97c8924176a54b5df5e4a349d6f58faaaf4d28df61f57 WHIRLPOOL 8082755ad1889059071b821019bd695be920f3b3361cdde02f74e2d099fa4e5f6b36ee410956b205b7ffd1b971c366c9374e810a984f91cc6d8bb56f60b5c897
+DIST hg-git-0.8.2.tar.gz 48461 SHA256 fea6f48da28cef3fc30a51b1cfec0a52df405b35c85b2d92607158f6b089e043 SHA512 7315e60d494b73862e6c3a90624f5ba0698c885f9b66e4bfe636bb74cd178a0d5a23614c647b6d16db7f78c06516e9a8415c443effb6cc1a102cf87ac76aa041 WHIRLPOOL 1437bfa6a0ccf2e15cc3eef195a6b176606f2be74d2b1381524a1fef3431e1f8b8e0c537325daa5a11d1b709630cc282acebdffddbf602144f115e76aea61270

diff --git a/dev-vcs/hg-git/hg-git-0.8.2.ebuild b/dev-vcs/hg-git/hg-git-0.8.2.ebuild
new file mode 100644
index 0000000..e2c3fb3
--- /dev/null
+++ b/dev-vcs/hg-git/hg-git-0.8.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="push to and pull from a Git repository using Mercurial"
+HOMEPAGE="http://hg-git.github.io https://pypi.python.org/pypi/hg-git"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+	>=dev-vcs/mercurial-1.9.3[${PYTHON_USEDEP}]
+	>=dev-python/dulwich-0.9.4[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"


             reply	other threads:[~2015-09-19  9:48 UTC|newest]

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

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=1442656089.d7df36ce9f961e62de22777607fc9a74630a0223.djc@gentoo \
    --to=djc@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