summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2011-09-14 07:28:26 +0000
committerDirkjan Ochtman <djc@gentoo.org>2011-09-14 07:28:26 +0000
commitc7eb29a936f3c3ed3e0317fff4237f21f7499925 (patch)
tree4df7cb003676c94583cae7341f10dd59d6ef8263 /dev-vcs/hg-git
parentVersion bump. (diff)
downloadgentoo-2-c7eb29a936f3c3ed3e0317fff4237f21f7499925.tar.gz
gentoo-2-c7eb29a936f3c3ed3e0317fff4237f21f7499925.tar.bz2
gentoo-2-c7eb29a936f3c3ed3e0317fff4237f21f7499925.zip
Version bump hg-git to 0.3.1.
(Portage version: 2.1.10.15/cvs/Linux x86_64)
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.1.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog
index d9f204960862..fc303a5a680b 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.28 2011/09/01 12:16:50 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.29 2011/09/14 07:28:25 djc Exp $
+
+*hg-git-0.3.1 (14 Sep 2011)
+
+ 14 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +hg-git-0.3.1.ebuild:
+ Version bump to 0.3.1.
01 Sep 2011; Fabian Groffen <grobian@gentoo.org> hg-git-0.2.6-r1.ebuild:
Marked ~amd64-linux hg-git-0.2.6-r1.ebuild
diff --git a/dev-vcs/hg-git/hg-git-0.3.1.ebuild b/dev-vcs/hg-git/hg-git-0.3.1.ebuild
new file mode 100644
index 000000000000..53dc87a7fd64
--- /dev/null
+++ b/dev-vcs/hg-git/hg-git-0.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 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.1.ebuild,v 1.1 2011/09/14 07:28:26 djc Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+
+inherit distutils eutils
+
+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 ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-vcs/mercurial-1.9
+ >=dev-python/dulwich-0.8"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"
+
+PYTHON_MODNAME="hggit"