new release of hgsvn.
This commit is contained in:
parent
f04f0b84d7
commit
5df8819b91
2
dev-util/hgsvn/Manifest
Normal file
2
dev-util/hgsvn/Manifest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DIST hgsvn-0.1.7.tar.gz 48576 RMD160 840f3c14461dbddf4ecbe4ac27053c18e2a56579 SHA1 e53a631786a011569d7cfd6677d0bb7f681a9b15 SHA256 45bde2bae7164ec511bdcb78d7ec48b8794fc0d6805017c657cd2c0a999db900
|
||||||
|
EBUILD hgsvn-0.1.7.ebuild 655 RMD160 613919c858ee12ca17b38b5819203fed1029bedc SHA1 1ea201338af290bbe46e74bc722ef0b4f9fbb931 SHA256 6458b216dc3423feb0244c0a01dc11462734d0da58ca9fffa603ce026a780252
|
21
dev-util/hgsvn/hgsvn-0.1.7.ebuild
Normal file
21
dev-util/hgsvn/hgsvn-0.1.7.ebuild
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Copyright 1999-2008 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/dev-util/hgsvn/hgsvn-0.1.6.ebuild,v 1.2 2008/11/11 00:14:08 darkside Exp $
|
||||||
|
|
||||||
|
NEED_PYTHON=2.4
|
||||||
|
|
||||||
|
inherit distutils
|
||||||
|
|
||||||
|
DESCRIPTION="A set of scripts to work locally on Subversion checkouts using Mercurial"
|
||||||
|
HOMEPAGE="http://cheeseshop.python.org/pypi/hgsvn"
|
||||||
|
SRC_URI="http://cheeseshop.python.org/packages/source/h/hgsvn/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~ppc ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-python/setuptools"
|
||||||
|
RDEPEND="${DEPEND}
|
||||||
|
dev-util/subversion
|
||||||
|
|| ( >=dev-lang/python-2.5 dev-python/elementtree )"
|
Loading…
Reference in New Issue
Block a user