23 lines
392 B
Bash
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=""
|
|
|
|
|