diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-git/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.8.6.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest index c264bbf3d6f5..7a6002ed0df3 100644 --- a/dev-vcs/hg-git/Manifest +++ b/dev-vcs/hg-git/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-vcs/hg-git/hg-git-0.8.6.ebuild b/dev-vcs/hg-git/hg-git-0.8.6.ebuild new file mode 100644 index 000000000000..76272d93cfec --- /dev/null +++ b/dev-vcs/hg-git/hg-git-0.8.6.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-1.9.3[${PYTHON_USEDEP}] + >=dev-python/dulwich-0.9.7[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" |