summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2012-09-13 17:35:15 +0000
committerFabian Groffen <grobian@gentoo.org>2012-09-13 17:35:15 +0000
commite7e1b19cc0bc109c96d23f25a3733f1717bfa692 (patch)
tree3c418fa0b2e2209819944c5fce5b4c6e8fa2867a /dev-vcs/hg-git
parentVersion bump. (diff)
downloadgentoo-2-e7e1b19cc0bc109c96d23f25a3733f1717bfa692.tar.gz
gentoo-2-e7e1b19cc0bc109c96d23f25a3733f1717bfa692.tar.bz2
gentoo-2-e7e1b19cc0bc109c96d23f25a3733f1717bfa692.zip
Version bump to 0.3.3, this version is compatible with Mercurial 2.3. Force for 0.3.1 dependency weirdness.
(Portage version: 2.2.01.21003-prefix/cvs/Darwin i386, RepoMan options: --force)
Diffstat (limited to 'dev-vcs/hg-git')
-rw-r--r--dev-vcs/hg-git/ChangeLog7
-rw-r--r--dev-vcs/hg-git/hg-git-0.3.3.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog
index 89a3c8cf2a37..4d2d7173b85a 100644
--- a/dev-vcs/hg-git/ChangeLog
+++ b/dev-vcs/hg-git/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-vcs/hg-git
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.39 2012/06/08 11:40:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.40 2012/09/13 17:35:15 grobian Exp $
+
+*hg-git-0.3.3 (13 Sep 2012)
+
+ 13 Sep 2012; Fabian Groffen <grobian@gentoo.org> +hg-git-0.3.3.ebuild:
+ Version bump to 0.3.3, this version is compatible with Mercurial 2.3.
08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> hg-git-0.3.2.ebuild:
x86 stable wrt bug #418977
diff --git a/dev-vcs/hg-git/hg-git-0.3.3.ebuild b/dev-vcs/hg-git/hg-git-0.3.3.ebuild
new file mode 100644
index 000000000000..da70641166e8
--- /dev/null
+++ b/dev-vcs/hg-git/hg-git-0.3.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.3.3.ebuild,v 1.1 2012/09/13 17:35:15 grobian Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+
+inherit distutils
+
+DESCRIPTION="push and pull from a Git server using Mercurial"
+HOMEPAGE="http://hg-git.github.com/ http://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
+ >=dev-python/dulwich-0.8"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"
+
+PYTHON_MODNAME="hggit"