Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ikelos:master commit in: dev-python/dulwich/
Date: Sat, 30 Apr 2011 13:49:10
Message-Id: 09368aba38146d9cb0209438b8f466d79f261150.ikelos@gentoo
1 commit: 09368aba38146d9cb0209438b8f466d79f261150
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 13:44:46 2011 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 13:44:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=09368aba
7
8 Remove dulwich since a newer version is in the tree.
9
10 ---
11 dev-python/dulwich/Manifest | 3 ---
12 dev-python/dulwich/dulwich-0.1.0.ebuild | 18 ------------------
13 dev-python/dulwich/dulwich-9999.ebuild | 20 --------------------
14 3 files changed, 0 insertions(+), 41 deletions(-)
15
16 diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest
17 deleted file mode 100644
18 index f6d7e2d..0000000
19 --- a/dev-python/dulwich/Manifest
20 +++ /dev/null
21 @@ -1,3 +0,0 @@
22 -DIST dulwich-0.1.0.tar.gz 44614 RMD160 f0bc7afa57fc5c1fb96a0df0cc0ca0b391c86df3 SHA1 e8a9d03e47116e278829c70407aec729f3e1d006 SHA256 71dc13374d9a41eef4cf81a0153ba747f3e6e46514764365bb0daa3dc0efe7e2
23 -EBUILD dulwich-0.1.0.ebuild 413 RMD160 6792a45a11dc021f2545644c84721b3530b04773 SHA1 dd469d5edcb82894d9bad5d0f5f734b80abdd71d SHA256 5e8ae7ad743b32551abffa06a17d489e5d8367d62bf5ec0b6502b9d9838a4048
24 -EBUILD dulwich-9999.ebuild 385 RMD160 cb8643e82232bf4c3216592c93776a8aeb6727fd SHA1 58baf53811d9f3982d78bed4af963965a7505cb5 SHA256 03077e7c2fc325e098e555ca60d78e0590484aa9a0c7249b71acf1d38636563e
25
26 diff --git a/dev-python/dulwich/dulwich-0.1.0.ebuild b/dev-python/dulwich/dulwich-0.1.0.ebuild
27 deleted file mode 100644
28 index 2cf3563..0000000
29 --- a/dev-python/dulwich/dulwich-0.1.0.ebuild
30 +++ /dev/null
31 @@ -1,18 +0,0 @@
32 -# Copyright 1999-2009 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Header: $
35 -
36 -inherit distutils
37 -
38 -DESCRIPTION="A pure-Python implementation of the Git file formats and protocols"
39 -HOMEPAGE="https://launchpad.net/dulwich"
40 -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="~x86 ~amd64"
45 -IUSE=""
46 -
47 -DEPEND=""
48 -RDEPEND=""
49 -
50
51 diff --git a/dev-python/dulwich/dulwich-9999.ebuild b/dev-python/dulwich/dulwich-9999.ebuild
52 deleted file mode 100644
53 index 5c9a7b8..0000000
54 --- a/dev-python/dulwich/dulwich-9999.ebuild
55 +++ /dev/null
56 @@ -1,20 +0,0 @@
57 -# Copyright 1999-2009 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -# $Header: $
60 -
61 -inherit distutils bzr
62 -
63 -EBZR_REPO_URI="lp:dulwich"
64 -
65 -DESCRIPTION="A pure-Python implementation of the Git file formats and protocols"
66 -HOMEPAGE="https://launchpad.net/dulwich"
67 -SRC_URI=""
68 -
69 -LICENSE="GPL-2"
70 -SLOT="0"
71 -KEYWORDS="-x86 -amd64"
72 -IUSE=""
73 -
74 -DEPEND=""
75 -RDEPEND=""
76 -