diff options
author | 2010-03-06 13:18:15 +0000 | |
---|---|---|
committer | 2010-03-06 13:18:15 +0000 | |
commit | 5a0cb58bedb02e4e9e45929ee0e81eef51560455 (patch) | |
tree | c8c5d8b78e071fe9018e782e0bcf108516511719 /dev-vcs | |
parent | dev-util/hgsubversion: remove (renamed to dev-vcs/hgsubversion) (diff) | |
download | gentoo-2-5a0cb58bedb02e4e9e45929ee0e81eef51560455.tar.gz gentoo-2-5a0cb58bedb02e4e9e45929ee0e81eef51560455.tar.bz2 gentoo-2-5a0cb58bedb02e4e9e45929ee0e81eef51560455.zip |
Moved dev-util/hg-git to dev-vcs.
(Portage version: 2.1.7.16/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-git/ChangeLog | 26 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.1.0.ebuild | 22 | ||||
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.2.1.ebuild | 22 | ||||
-rw-r--r-- | dev-vcs/hg-git/metadata.xml | 9 |
4 files changed, 79 insertions, 0 deletions
diff --git a/dev-vcs/hg-git/ChangeLog b/dev-vcs/hg-git/ChangeLog new file mode 100644 index 000000000000..e444d4754b7d --- /dev/null +++ b/dev-vcs/hg-git/ChangeLog @@ -0,0 +1,26 @@ +# ChangeLog for dev-util/hg-git +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/ChangeLog,v 1.1 2010/03/06 13:18:15 djc Exp $ + + 02 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> hg-git-0.2.1.ebuild: + x86 stable wrt bug #307277 + +*hg-git-0.2.1 (27 Dec 2009) + + 27 Dec 2009; Dirkjan Ochtman <djc@gentoo.org> +hg-git-0.2.1.ebuild: + Version bump to 0.2.1. + + 07 Dec 2009; Dirkjan Ochtman <djc@gentoo.org> hg-git-0.1.0.ebuild: + Add PyPI homepage. + + 07 Dec 2009; Dirkjan Ochtman <djc@gentoo.org> metadata.xml: + Add python herd to metadata. + + 01 Dec 2009; Markus Meier <maekke@gentoo.org> hg-git-0.1.0.ebuild: + amd64/x86 stable, bug #295213 + +*hg-git-0.1.0 (20 Oct 2009) + + 20 Oct 2009; <djc@gentoo.org> +hg-git-0.1.0.ebuild, +metadata.xml: + Initial version of hg-git for the Portage tree (0.1.0). + diff --git a/dev-vcs/hg-git/hg-git-0.1.0.ebuild b/dev-vcs/hg-git/hg-git-0.1.0.ebuild new file mode 100644 index 000000000000..6bc753cd2203 --- /dev/null +++ b/dev-vcs/hg-git/hg-git-0.1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.1.0.ebuild,v 1.1 2010/03/06 13:18:15 djc Exp $ + +SUPPORT_PYTHON_ABIS="1" + +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="http://pypi.python.org/packages/source/h/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="doc" + +DEPEND="" +RDEPEND=">=dev-vcs/mercurial-1.1 + >=dev-python/dulwich-0.4" + +RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-vcs/hg-git/hg-git-0.2.1.ebuild b/dev-vcs/hg-git/hg-git-0.2.1.ebuild new file mode 100644 index 000000000000..4ef6b8b2c6a2 --- /dev/null +++ b/dev-vcs/hg-git/hg-git-0.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 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.2.1.ebuild,v 1.1 2010/03/06 13:18:15 djc Exp $ + +SUPPORT_PYTHON_ABIS="1" + +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="http://pypi.python.org/packages/source/h/${PN}/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 x86" +IUSE="doc" + +DEPEND="" +RDEPEND=">=dev-vcs/mercurial-1.1 + >=dev-python/dulwich-0.4" + +RESTRICT_PYTHON_ABIS="3.*" diff --git a/dev-vcs/hg-git/metadata.xml b/dev-vcs/hg-git/metadata.xml new file mode 100644 index 000000000000..1be5f914d40a --- /dev/null +++ b/dev-vcs/hg-git/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>djc@gentoo.org</email> + <name>Dirkjan Ochtman</name> + </maintainer> + <herd>python</herd> +</pkgmetadata> |