From 72dce3e38967ec4f353708f81dba13db525cafab Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 13 Nov 2017 19:39:12 +0100 Subject: dev-vcs/hg-git: version bump Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-vcs/hg-git/Manifest | 2 +- dev-vcs/hg-git/hg-git-0.8.10.ebuild | 24 ++++++++++++++++++++++++ dev-vcs/hg-git/hg-git-0.8.9.ebuild | 24 ------------------------ 3 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 dev-vcs/hg-git/hg-git-0.8.10.ebuild delete mode 100644 dev-vcs/hg-git/hg-git-0.8.9.ebuild (limited to 'dev-vcs') diff --git a/dev-vcs/hg-git/Manifest b/dev-vcs/hg-git/Manifest index fcd06a16b6c6..2de06867f97f 100644 --- a/dev-vcs/hg-git/Manifest +++ b/dev-vcs/hg-git/Manifest @@ -1,3 +1,3 @@ +DIST hg-git-0.8.10.tar.gz 116019 SHA256 e366ecc3429867641ca0d277264ff3ae9311ebebcf42f9742af8c3438966bf0d SHA512 ea6de91114005d38568eae1fa5f38aafe73c472c480496ea05b4472c1d8fbc89e76c9bb34eef2641b89e6d0c3f2a9a187d844687214f5599d0b4d0f6b7928c32 WHIRLPOOL 01710fe188009bcfd06474f7b10881342d5095cb7f7075c3d1c426617f7055a8a38b6c4d477e4ae8c0f02b725867d97680ba52857c0dc67c6e165d90116595f9 DIST hg-git-0.8.5.tar.gz 96675 SHA256 f5cab3cc610926458733a2321ad3df5a7c56870bbf0c6d962dfa742e6ea04782 SHA512 f03c118b58c1ba4cb34ba8c953c7b1d57207548cd613d1f9f716691cbd131008b802ef21baee484881c72318f46c78b946c2d3fa77ebf5efb3ab0b7e1b9d4ca2 WHIRLPOOL cf5c2e8b69b2489aa459b9c25a51dae67bc044075f2271b1ae1006113651a0053d748a1c8801fecf7d8e8d57f219a1d04ad7cd5256acfc96feecbb7d62bae264 DIST hg-git-0.8.8.tar.gz 98508 SHA256 5fad5f1997d82938aca68ea966e3d150c40ac5f302d905970f34b7b3cc6b7687 SHA512 c3b28273024f2429ed526354048f0e37d0af6be591020fa3b1e8d1321247d72129f7c8fbcef73e69d60e243a6f86380dc4d89f0e8f913b786ef4497421237aac WHIRLPOOL a67e171d90189bf82d9cd45b49db93403db3576362931895735665f689f6e5910897a6b1484e586c6c6eccdcae7c261ef6fcedb6d06fc187ff7e641517cbc247 -DIST hg-git-0.8.9.tar.gz 99493 SHA256 274e27435ee549b2d6899f3ae02d8af518d0956e0a81203f4b0c2bae8f5d7987 SHA512 6b889dc652d671ef62340117103b7f4e568cb0bf3f1e2c840c584b15e76bab4f5ea6564ee67e64c8e9d0148cabf423572df1e5643bd84b5b2093437b7acb348a WHIRLPOOL 5233c8331a49b0660a19c7523087e3a32d4d9c2134aaf448d201d39092254cb86e209a94c6424ae196e556b7fda0bdfae3c3f5cc182428994cb91cd4c58c6d28 diff --git a/dev-vcs/hg-git/hg-git-0.8.10.ebuild b/dev-vcs/hg-git/hg-git-0.8.10.ebuild new file mode 100644 index 000000000000..cc4e760224e7 --- /dev/null +++ b/dev-vcs/hg-git/hg-git-0.8.10.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}] +" diff --git a/dev-vcs/hg-git/hg-git-0.8.9.ebuild b/dev-vcs/hg-git/hg-git-0.8.9.ebuild deleted file mode 100644 index cc4e760224e7..000000000000 --- a/dev-vcs/hg-git/hg-git-0.8.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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}] -" -- cgit v1.2.3-65-gdbad