diff options
author | 2007-06-23 13:08:04 +0000 | |
---|---|---|
committer | 2007-06-23 13:08:04 +0000 | |
commit | 285e1cf0a2f295e49824e79ac360e23a099490f2 (patch) | |
tree | 9850d4535baa3e18d6889a6cac41a78b73abfd78 /dev-util/hgsvn/hgsvn-0.1.3.ebuild | |
parent | Marked stable on amd64. (diff) | |
download | gentoo-2-285e1cf0a2f295e49824e79ac360e23a099490f2.tar.gz gentoo-2-285e1cf0a2f295e49824e79ac360e23a099490f2.tar.bz2 gentoo-2-285e1cf0a2f295e49824e79ac360e23a099490f2.zip |
New ebuild
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/hgsvn/hgsvn-0.1.3.ebuild')
-rw-r--r-- | dev-util/hgsvn/hgsvn-0.1.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/hgsvn/hgsvn-0.1.3.ebuild b/dev-util/hgsvn/hgsvn-0.1.3.ebuild new file mode 100644 index 000000000000..cc6315652e0f --- /dev/null +++ b/dev-util/hgsvn/hgsvn-0.1.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.3.ebuild,v 1.1 2007/06/23 13:08:04 cedk Exp $ + +DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial" +HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn/0.1.3" +SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz" + +inherit distutils + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="dev-util/subversion + dev-python/elementtree" + |