summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2009-10-20 08:55:33 +0000
committerDirkjan Ochtman <djc@gentoo.org>2009-10-20 08:55:33 +0000
commitdb1c4fdddb2a535485f7fc66bb649e989c6977d3 (patch)
treef81b088def67e071463800aeae00a829d4cfd42f /dev-python/dulwich
parentAdd an xinetd conf file. (diff)
downloadgentoo-2-db1c4fdddb2a535485f7fc66bb649e989c6977d3.tar.gz
gentoo-2-db1c4fdddb2a535485f7fc66bb649e989c6977d3.tar.bz2
gentoo-2-db1c4fdddb2a535485f7fc66bb649e989c6977d3.zip
Initial version of dev-python/dulwich (0.4.0).
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r--dev-python/dulwich/ChangeLog9
-rw-r--r--dev-python/dulwich/dulwich-0.4.0.ebuild20
-rw-r--r--dev-python/dulwich/metadata.xml9
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog
new file mode 100644
index 000000000000..823495230abd
--- /dev/null
+++ b/dev-python/dulwich/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-python/dulwich
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.1 2009/10/20 08:55:33 djc Exp $
+
+*dulwich-0.4.0 (20 Oct 2009)
+
+ 20 Oct 2009; <djc@gentoo.org> +dulwich-0.4.0.ebuild, +metadata.xml:
+ Initial version for the portage tree.
+
diff --git a/dev-python/dulwich/dulwich-0.4.0.ebuild b/dev-python/dulwich/dulwich-0.4.0.ebuild
new file mode 100644
index 000000000000..3d5b5cb9878f
--- /dev/null
+++ b/dev-python/dulwich/dulwich-0.4.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.0.ebuild,v 1.1 2009/10/20 08:55:33 djc Exp $
+
+SUPPORT_PYTHON_ABIS="1"
+
+inherit distutils
+
+DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols."
+HOMEPAGE="http://samba.org/~jelmer/dulwich/"
+SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
diff --git a/dev-python/dulwich/metadata.xml b/dev-python/dulwich/metadata.xml
new file mode 100644
index 000000000000..0b4a8d1ce384
--- /dev/null
+++ b/dev-python/dulwich/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+ <maintainer>
+ <email>djc@gentoo.org</email>
+ <name>Dirkjan Ochtman</name>
+ </maintainer>
+</pkgmetadata>