summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-22 23:25:32 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-04-22 23:25:32 +0000
commita5846079ad27f47cc580596be0f658b3e82f8b60 (patch)
tree67c925f9b27f699a7fe847a443abf8eedfdd0eec /dev-python/dulwich
parentCall python_pkg_setup() in pkg_setup(). (diff)
downloadgentoo-2-a5846079ad27f47cc580596be0f658b3e82f8b60.tar.gz
gentoo-2-a5846079ad27f47cc580596be0f658b3e82f8b60.tar.bz2
gentoo-2-a5846079ad27f47cc580596be0f658b3e82f8b60.zip
Delete older ebuilds.
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r--dev-python/dulwich/Manifest14
-rw-r--r--dev-python/dulwich/dulwich-0.4.0.ebuild28
-rw-r--r--dev-python/dulwich/dulwich-0.4.1.ebuild28
3 files changed, 0 insertions, 70 deletions
diff --git a/dev-python/dulwich/Manifest b/dev-python/dulwich/Manifest
index 06198d3982f8..2873e2e3fd9f 100644
--- a/dev-python/dulwich/Manifest
+++ b/dev-python/dulwich/Manifest
@@ -1,18 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST dulwich-0.4.0.tar.gz 73140 RMD160 d8e1bc1fd4d0ae924becbf9c8047a81f419eed1a SHA1 c8b2dcd11284a5eb80646c8705fd070ea981acb9 SHA256 03c082349f934c332df98072d711874953e1134f17504dc51c16084cf0a81565
-DIST dulwich-0.4.1.tar.gz 75577 RMD160 f6a62acd0f7e91fbb03a115443975e3095f3854e SHA1 2c19314ff010579102d55d82326aa4e399ac6dfa SHA256 002e6731b8dd12de92d5059efbeb6f4881cb0345236e98bd7e50f1ff0141c452
DIST dulwich-0.5.0.tar.gz 94101 RMD160 8ce9df15a47eedbaf43b6e06b61d26249002fe64 SHA1 730979f17e871a9d5f881b5cbcaff2ce85818317 SHA256 f12fd2f5fc10365247115e940f82d467492967e3f745a4d1ecc011118cea2cc7
-EBUILD dulwich-0.4.0.ebuild 765 RMD160 31230ac85c198f6dfce25415cf6502f7b14b67f5 SHA1 a8459e474063dd319b9037fe624ea6bef882015a SHA256 61a412a0c4690d873c265dd6969f4233301c2788a3465b9c002e6856915519a8
-EBUILD dulwich-0.4.1.ebuild 762 RMD160 44f09d1b08c28a20ec30fce49b6dd2f261f87422 SHA1 bd069b67ea1f17bb718328424f52cc09744d2685 SHA256 f16e56b5ae6c5e60fceec91b0012638f4c6b2a4ae7682f9703caed7f0a517876
EBUILD dulwich-0.5.0.ebuild 667 RMD160 04a114b2e9cd1ce9ec93a1cf4eb1cffc05a30a62 SHA1 a5916902383788a6260b1ffc663396184c7059f7 SHA256 b062e60ad4b64e5c559d84c3dc3e165171451963feabf3d45080f1305522070f
MISC ChangeLog 1341 RMD160 e88ffe15dde5b6f5517e14de4f4ffea76c91f41f SHA1 78579e541f4d28bc938a8c8820db8d33a6a75bdb SHA256 743ccfb5c33c63a410d7c3e067dc4930230147d9672d1d7bd879c557011c4486
MISC metadata.xml 259 RMD160 4b781a038008fac445e4154045f964b64ad59e75 SHA1 9809d89f3360f9f7537c2bb480d6bcbe942c6ea0 SHA256 0fb1da675767b69b5bd240d135effe2fc500e8b997a5f4eed212e5b26d027972
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.14 (GNU/Linux)
-
-iEYEARECAAYFAkvPP4wACgkQNQqtfCuFneMdsACeJK0o8PJ1p44RUGgff1xaVG9n
-LA8An0YGFvkbyIxJUG1VIIOIKYo0fjaX
-=+lrP
------END PGP SIGNATURE-----
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 f8e7a735c291..000000000000
--- a/dev-python/dulwich/dulwich-0.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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.3 2009/12/01 10:16:32 maekke Exp $
-
-EAPI="2"
-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/ http://pypi.python.org/pypi/dulwich"
-SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/nose )"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" nosetests-${PYTHON_ABI}
- }
- python_execute_function testing
-}
diff --git a/dev-python/dulwich/dulwich-0.4.1.ebuild b/dev-python/dulwich/dulwich-0.4.1.ebuild
deleted file mode 100644
index aad9dd977692..000000000000
--- a/dev-python/dulwich/dulwich-0.4.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.4.1.ebuild,v 1.3 2010/03/16 09:25:22 djc Exp $
-
-EAPI="2"
-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/ http://pypi.python.org/pypi/dulwich"
-SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/nose )"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" nosetests-${PYTHON_ABI}
- }
- python_execute_function testing
-}