From ccacf8ebb835e729b8060fe66e5bb53dd8d9b9aa Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Wed, 21 Oct 2009 09:35:41 +0200 Subject: [PATCH] Remove version allready in portage. --- dev-python/dulwich/Manifest | 2 -- dev-python/dulwich/dulwich-0.4.0.ebuild | 22 ---------------------- 2 files changed, 24 deletions(-) delete mode 100644 dev-python/dulwich/Manifest delete mode 100644 dev-python/dulwich/dulwich-0.4.0.ebuild diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest deleted file mode 100644 index f9672e2..0000000 --- a/dev-python/dulwich/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST dulwich-0.4.0.tar.gz 73140 RMD160 d8e1bc1fd4d0ae924becbf9c8047a81f419eed1a SHA1 c8b2dcd11284a5eb80646c8705fd070ea981acb9 SHA256 03c082349f934c332df98072d711874953e1134f17504dc51c16084cf0a81565 -EBUILD dulwich-0.4.0.ebuild 392 RMD160 3b84265786ab0eaf3c544367f7c7e8c55f1fad27 SHA1 0e6d12850d8fcee9d85b4f4ef290066a21c0d31e SHA256 7461f24d889f784e136eb80749ec4535c71462e3a437e045bc01d524578d0f59 diff --git a/dev-python/dulwich/dulwich-0.4.0.ebuild b/dev-python/dulwich/dulwich-0.4.0.ebuild deleted file mode 100644 index e585f0c..0000000 --- a/dev-python/dulwich/dulwich-0.4.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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="" - -