From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsubversion/
Date: Fri, 13 May 2016 09:42:19 +0000 (UTC) [thread overview]
Message-ID: <1463132518.134ce903d37ef5edddda6cf494fdd3020a338d08.djc@gentoo> (raw)
commit: 134ce903d37ef5edddda6cf494fdd3020a338d08
Author: Dirkjan Ochtman <dirkjan <AT> ochtman <DOT> nl>
AuthorDate: Fri May 13 09:41:58 2016 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri May 13 09:41:58 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134ce903
dev-vcs/hgsubversion: version bump to 1.8.6
Package-Manager: portage-2.2.28
dev-vcs/hgsubversion/Manifest | 1 +
dev-vcs/hgsubversion/hgsubversion-1.8.6.ebuild | 32 ++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-vcs/hgsubversion/Manifest b/dev-vcs/hgsubversion/Manifest
index 1028e7f..f7109b0 100644
--- a/dev-vcs/hgsubversion/Manifest
+++ b/dev-vcs/hgsubversion/Manifest
@@ -2,3 +2,4 @@ DIST hgsubversion-1.4.tar.gz 133564 SHA256 e3febee217ce321d316712c4c75236dcc2f27
DIST hgsubversion-1.8.2.tar.gz 179341 SHA256 1725a02f4334eceb4930cc0aee46556e11b38515e9b742be3ac3b7dcf9fbf699 SHA512 4e94e5daaf252ecbbda331e5d022be4cc24b6c6cd7ae49eb19e0acd57aa926e0a68bb9f1ef69b43b074af6dc5764ff56a4bc018c2036c2dd8fcbd8e264d78581 WHIRLPOOL 204c0f3e3a680fce42cb4b1d6ed2f394a76197279cf42042908dcf565c04419c4958f6fc7b9eba050bab791e6a2ef28c22364ceabed99650a9011aa408414da8
DIST hgsubversion-1.8.3.tar.gz 179464 SHA256 8a64bff00146bd7e03432f802f6b555cdf502d955a7f893c2e30f6b47079998d SHA512 dd712f39b2851b2466a6776cb986eddd92e32ad3b5be22e4429ab5f7a684982c4d2b3a6752fc16ac4211c4a2237f721b8672d8943bc297f591997345975ecd65 WHIRLPOOL 57848cfd343b7c9db41b0265bd05fb1bc7c5180a1704d45e51363d9e7586fb69d210302d3d7474dcbbd5ec3a611641c9c91a870edc5332fe777ad4932596206c
DIST hgsubversion-1.8.5.tar.gz 179639 SHA256 2e2a9e5c05945ba2bd2eef444ad34cc2aeac101fa43157676d72e66869042ce5 SHA512 1d3f0824c3b83a2e00485ef3f412767bdb378a5a545f2fcf533eafebb20cbd40becf54cf9a29705200d221d6d6c0eb284fae0692354b1795feb391de2a02ca0c WHIRLPOOL 1d17810ccaa0d2860c6723ad7629676e6fc01d9fc3d251934c7b0132b1fe56dcccac8e2be8c599df88d5adfd5684242cef72faecaa48d46576d8ccf270302572
+DIST hgsubversion-1.8.6.tar.gz 180720 SHA256 23ad3d48a36639bc9bb9060b5bac8b12094100ee46f2a1290c73b100a12bae49 SHA512 8431e995a9f2c150936af004527fea6d562a34c653af6d51e69afdb10397528bbe7f230d92b18c3d04e2315c7b0078ecfc1bd619be4c2540bb564d50092566c4 WHIRLPOOL 1d34475c699e809312dad844748a34d9aa98d50058256adc28086a7202d5748292f12d30d683347fd9ea3edf8bf5b72c98689fee4616da4c0609017a8ff42b32
diff --git a/dev-vcs/hgsubversion/hgsubversion-1.8.6.ebuild b/dev-vcs/hgsubversion/hgsubversion-1.8.6.ebuild
new file mode 100644
index 0000000..4b4ce12
--- /dev/null
+++ b/dev-vcs/hgsubversion/hgsubversion-1.8.6.ebuild
@@ -0,0 +1,32 @@
+# 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="hgsubversion is a Mercurial extension for working with Subversion repositories"
+HOMEPAGE="https://bitbucket.org/durin42/hgsubversion/wiki/Home https://pypi.python.org/pypi/hgsubversion"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos ~x86-solaris"
+IUSE="test"
+
+# although any ref absent in the source, tests fail badly with >=mercurial-2.8.1
+RDEPEND=">=dev-vcs/mercurial-1.4[${PYTHON_USEDEP}]
+ dev-vcs/mercurial[${PYTHON_USEDEP}]
+ || (
+ >=dev-python/subvertpy-0.7.4[${PYTHON_USEDEP}]
+ >=dev-vcs/subversion-1.5[python] )"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+DOCS=( README )
+
+#python_test() {
+# "${PYTHON}" tests/run.py || die "Tests failed under ${EPYTHON}"
+#}
next reply other threads:[~2016-05-13 9:42 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-13 9:42 Dirkjan Ochtman [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-02-16 9:28 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hgsubversion/ Pacho Ramos
2019-02-16 9:28 Pacho Ramos
2018-10-13 16:21 Pacho Ramos
2018-10-13 16:21 Pacho Ramos
2018-06-26 2:04 Aaron Bauman
2017-11-26 11:39 David Seifert
2017-07-18 8:26 Dirkjan Ochtman
2017-01-15 10:33 Pacho Ramos
2016-05-14 20:11 Agostino Sarubbo
2016-05-13 11:07 Dirkjan Ochtman
2016-05-13 10:09 Dirkjan Ochtman
2016-05-13 9:46 Dirkjan Ochtman
2016-02-20 10:47 Dirkjan Ochtman
2015-10-11 9:13 Dirkjan Ochtman
2015-10-11 9:10 Dirkjan Ochtman
2015-09-19 13:59 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=1463132518.134ce903d37ef5edddda6cf494fdd3020a338d08.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