summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-07-04 21:08:52 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-07-04 21:08:52 +0000
commit8a1d88a89e01d2e22991c70f53bde07b676ed0bf (patch)
tree7f7717eabe0d0fe16a955521997593cea4800e8c /dev-python
parentuse DOCS, mydoc is deprecated (diff)
downloadgentoo-2-8a1d88a89e01d2e22991c70f53bde07b676ed0bf.tar.gz
gentoo-2-8a1d88a89e01d2e22991c70f53bde07b676ed0bf.tar.bz2
gentoo-2-8a1d88a89e01d2e22991c70f53bde07b676ed0bf.zip
Dropped old version.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyprotocols/ChangeLog6
-rw-r--r--dev-python/pyprotocols/files/digest-pyprotocols-1.0_pre20823
-rw-r--r--dev-python/pyprotocols/pyprotocols-1.0_pre2082.ebuild35
3 files changed, 5 insertions, 39 deletions
diff --git a/dev-python/pyprotocols/ChangeLog b/dev-python/pyprotocols/ChangeLog
index f88369b2feee..e0bbf0498293 100644
--- a/dev-python/pyprotocols/ChangeLog
+++ b/dev-python/pyprotocols/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyprotocols
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.13 2007/07/04 18:52:29 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/ChangeLog,v 1.14 2007/07/04 21:08:52 lucass Exp $
+
+ 04 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org>
+ -pyprotocols-1.0_pre2082.ebuild:
+ Dropped old version.
04 Jul 2007; Rob Cakebread <pythonhead@gentoo.org>
pyprotocols-1.0_pre2082.ebuild:
diff --git a/dev-python/pyprotocols/files/digest-pyprotocols-1.0_pre2082 b/dev-python/pyprotocols/files/digest-pyprotocols-1.0_pre2082
deleted file mode 100644
index a903811df4c8..000000000000
--- a/dev-python/pyprotocols/files/digest-pyprotocols-1.0_pre2082
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 11c5871560b65cf72b45845013297b94 PyProtocols-1.0a0dev_r2082.zip 124061
-RMD160 c7bb73f42d8f35bb481b1ecc9a23f85e78d10eea PyProtocols-1.0a0dev_r2082.zip 124061
-SHA256 fb8b9a3db25e0b447fbf327c26b859368cefdc14438b9752ab248b788f119016 PyProtocols-1.0a0dev_r2082.zip 124061
diff --git a/dev-python/pyprotocols/pyprotocols-1.0_pre2082.ebuild b/dev-python/pyprotocols/pyprotocols-1.0_pre2082.ebuild
deleted file mode 100644
index f1cebc26ad6b..000000000000
--- a/dev-python/pyprotocols/pyprotocols-1.0_pre2082.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyprotocols/pyprotocols-1.0_pre2082.ebuild,v 1.2 2007/07/04 18:52:29 pythonhead Exp $
-
-NEED_PYTHON=2.4
-
-inherit distutils
-
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=PyProtocols
-MY_P=${MY_PN}-${PV/_pre/a0dev_r}
-
-DESCRIPTION="Extends the PEP 246 adapt() function with a new 'declaration API' that lets you easily define your own protocols and adapters, and declare what adapters should be used to adapt what types, objects, or protocols."
-HOMEPAGE="http://peak.telecommunity.com/PyProtocols.html"
-SRC_URI="http://peak.telecommunity.com/snapshots/${MY_P}.zip"
-LICENSE="|| ( PSF-2.4 ZPL )"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-python/setuptools
- app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-PYTHON_MODNAME="protocols"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/ez_setup/d' \
- setup.py || die "sed failed"
-}