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, 20 Feb 2016 10:44:04 +0000 (UTC) [thread overview]
Message-ID: <1455964995.dfc4c62ec52e5742875fa83be28016a4a3ef9c5f.djc@gentoo> (raw)
commit: dfc4c62ec52e5742875fa83be28016a4a3ef9c5f
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 10:43:15 2016 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 10:43:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc4c62e
dev-vcs/hg-git: version bump to 0.8.5
Package-Manager: portage-2.2.26
dev-vcs/hg-git/Manifest | 1 +
dev-vcs/hg-git/hg-git-0.8.5.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest
index 56a2b81..975d844 100644
--- a/dev-vcs/hg-git/Manifest
+++ b/dev-vcs/hg-git/Manifest
@@ -2,3 +2,4 @@ DIST hg-git-0.7.0.tar.gz 42956 SHA256 9db9cd87b9b173c192b29336b4029122a4fe2858c3
DIST hg-git-0.8.2.tar.gz 48461 SHA256 fea6f48da28cef3fc30a51b1cfec0a52df405b35c85b2d92607158f6b089e043 SHA512 7315e60d494b73862e6c3a90624f5ba0698c885f9b66e4bfe636bb74cd178a0d5a23614c647b6d16db7f78c06516e9a8415c443effb6cc1a102cf87ac76aa041 WHIRLPOOL 1437bfa6a0ccf2e15cc3eef195a6b176606f2be74d2b1381524a1fef3431e1f8b8e0c537325daa5a11d1b709630cc282acebdffddbf602144f115e76aea61270
DIST hg-git-0.8.3.tar.gz 48198 SHA256 5c624af512c969ac3628fd658670e9170812f570eb02d2a6c76c216b80341179 SHA512 857961004103ccdabb7d15d778ef7044a5f17dd0dd045f402269b5cbf8faf1a9a4f56d2d0d5b9d24a2d6c54a0d791ad079598d5f930f4d12d3290ad3f9b90207 WHIRLPOOL 657d5cb85fe003596919db44bd53eba60e88b56fd7ca6ef8f8833c37a9b5088cceea180e83e8edde9e2a8ccd3a356722d6d01d7980819aac6460ea789fdb4406
DIST hg-git-0.8.4.tar.gz 96421 SHA256 aa8f1d4ccf110480950a7de82f30c1233e20c8148a384f0a8f43779686cfd90c SHA512 9a6d01489eaf9252a09c3778ddbde562f31637a7d8d9b67f544af5aaec31426ab74f05e065405c56ad37d58ae82ef702ef5a6e1ad9a9ea5aa23af98cf42726b1 WHIRLPOOL beb6b37911f9b4cff902fa35a857eb79b6eb4adca0077c2413801b93f64b6f450df5781716c31ccc6075313ab3d08ded2ea3011f767442945f694f414bdfe0fc
+DIST hg-git-0.8.5.tar.gz 96675 SHA256 f5cab3cc610926458733a2321ad3df5a7c56870bbf0c6d962dfa742e6ea04782 SHA512 f03c118b58c1ba4cb34ba8c953c7b1d57207548cd613d1f9f716691cbd131008b802ef21baee484881c72318f46c78b946c2d3fa77ebf5efb3ab0b7e1b9d4ca2 WHIRLPOOL cf5c2e8b69b2489aa459b9c25a51dae67bc044075f2271b1ae1006113651a0053d748a1c8801fecf7d8e8d57f219a1d04ad7cd5256acfc96feecbb7d62bae264
diff --git a/dev-vcs/hg-git/hg-git-0.8.5.ebuild b/dev-vcs/hg-git/hg-git-0.8.5.ebuild
new file mode 100644
index 0000000..55574cc
--- /dev/null
+++ b/dev-vcs/hg-git/hg-git-0.8.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 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.7[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
next reply other threads:[~2016-02-20 10:44 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-20 10:44 Dirkjan Ochtman [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-09-10 10:41 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-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=1455964995.dfc4c62ec52e5742875fa83be28016a4a3ef9c5f.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