summaryrefslogtreecommitdiff
path: root/dev-vcs/hg-git
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-08-03 09:34:18 +0200
committerFabian Groffen <grobian@gentoo.org>2017-08-03 09:34:18 +0200
commitd5f4b405e58bba403e08efbc9bf0d4d384a97eab (patch)
treeaa0901b908b842672a7ef03a07214ae427c3baf1 /dev-vcs/hg-git
parente228c088d8366a6d03384fa2b38a6cc66285d701 (diff)
downloadgentoo-d5f4b405e58bba403e08efbc9bf0d4d384a97eab.tar.gz
gentoo-d5f4b405e58bba403e08efbc9bf0d4d384a97eab.tar.xz
dev-vcs/hg-git: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-vcs/hg-git')
-rw-r--r--dev-vcs/hg-git/Manifest1
-rw-r--r--dev-vcs/hg-git/hg-git-0.8.8.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest
index 7a6002ed0df..8565591041e 100644
--- a/dev-vcs/hg-git/Manifest
+++ b/dev-vcs/hg-git/Manifest
@@ -1,2 +1,3 @@
DIST hg-git-0.8.5.tar.gz 96675 SHA256 f5cab3cc610926458733a2321ad3df5a7c56870bbf0c6d962dfa742e6ea04782 SHA512 f03c118b58c1ba4cb34ba8c953c7b1d57207548cd613d1f9f716691cbd131008b802ef21baee484881c72318f46c78b946c2d3fa77ebf5efb3ab0b7e1b9d4ca2 WHIRLPOOL cf5c2e8b69b2489aa459b9c25a51dae67bc044075f2271b1ae1006113651a0053d748a1c8801fecf7d8e8d57f219a1d04ad7cd5256acfc96feecbb7d62bae264
DIST hg-git-0.8.6.tar.gz 98249 SHA256 c2a2e46b1891d4e9a991174035d9d17ab5b1416a30f6bcc3144f03807ec636d9 SHA512 46902e74b660af4080f380afc30bdc0b9af286889783fcbb3a86d5d0f4dc73e1005583c21e6e4299239948bc5e8767030cf8495e0fdd0f05529963609f8f0faf WHIRLPOOL 38ef71c21ae236c78991d31635dff8183f3ecdbc81c2c08a31f48ece8a15497d99aeb07fa35afd83dbd03de5e3875b41b323dea1761b01b592a0a8332310870f
+DIST hg-git-0.8.8.tar.gz 98508 SHA256 5fad5f1997d82938aca68ea966e3d150c40ac5f302d905970f34b7b3cc6b7687 SHA512 c3b28273024f2429ed526354048f0e37d0af6be591020fa3b1e8d1321247d72129f7c8fbcef73e69d60e243a6f86380dc4d89f0e8f913b786ef4497421237aac WHIRLPOOL a67e171d90189bf82d9cd45b49db93403db3576362931895735665f689f6e5910897a6b1484e586c6c6eccdcae7c261ef6fcedb6d06fc187ff7e641517cbc247
diff --git a/dev-vcs/hg-git/hg-git-0.8.8.ebuild b/dev-vcs/hg-git/hg-git-0.8.8.ebuild
new file mode 100644
index 00000000000..cc4e760224e
--- /dev/null
+++ b/dev-vcs/hg-git/hg-git-0.8.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+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-2.8.2[${PYTHON_USEDEP}]
+ >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"