alpha-quadrant/dev-python/dulwich/dulwich-0.4.0.ebuild
2009-10-12 22:08:46 +02:00

23 lines
392 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit distutils python
DESCRIPTION="Python-based git replacement"
HOMEPAGE="http://samba.org/~jelmer/dulwich/"
SRC_URI="http://samba.org/~jelmer/dulwich/dulwich-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=""
RDEPEND=""