From 98845edc8979b402058882311b7a30de02afca94 Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Wed, 30 Sep 2009 13:55:52 +0200 Subject: [PATCH] Introducing dulwich, a git replacement written in python. --- dev-python/dulwich/Manifest | 2 ++ dev-python/dulwich/dulwich-0.3.3.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-python/dulwich/Manifest create mode 100644 dev-python/dulwich/dulwich-0.3.3.ebuild diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest new file mode 100644 index 0000000..a47d6be --- /dev/null +++ b/dev-python/dulwich/Manifest @@ -0,0 +1,2 @@ +DIST dulwich-0.3.3.tar.gz 66707 RMD160 07bdcb9e89a6992b07973acdf4a638dd6a62a312 SHA1 649d39ccd8ba7b00352f029a33b1b7cfde447ab6 SHA256 449fe6bc4b1010fd5f5e7809ba64339b086399a12853b23468eef9a17d4754c7 +EBUILD dulwich-0.3.3.ebuild 392 RMD160 3b84265786ab0eaf3c544367f7c7e8c55f1fad27 SHA1 0e6d12850d8fcee9d85b4f4ef290066a21c0d31e SHA256 7461f24d889f784e136eb80749ec4535c71462e3a437e045bc01d524578d0f59 diff --git a/dev-python/dulwich/dulwich-0.3.3.ebuild b/dev-python/dulwich/dulwich-0.3.3.ebuild new file mode 100644 index 0000000..e585f0c --- /dev/null +++ b/dev-python/dulwich/dulwich-0.3.3.ebuild @@ -0,0 +1,22 @@ +# 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="" + +