diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-30 14:06:30 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-30 14:06:30 +0000 |
commit | 9ff0d01ab1f3b39bf39526b7c8c3244bef8991c3 (patch) | |
tree | 75b1213753814233d421f2f5b1f5539da50fa6da | |
parent | Version bump. Per bug #294153. This is non-maintainer commit. (diff) | |
download | historical-9ff0d01ab1f3b39bf39526b7c8c3244bef8991c3.tar.gz historical-9ff0d01ab1f3b39bf39526b7c8c3244bef8991c3.tar.bz2 historical-9ff0d01ab1f3b39bf39526b7c8c3244bef8991c3.zip |
Delete older ebuild.
-rw-r--r-- | dev-python/pyxdg/Manifest | 10 | ||||
-rw-r--r-- | dev-python/vertex/files/vertex-0.2.0-structlike.patch | 28 | ||||
-rw-r--r-- | dev-python/vertex/vertex-0.2.0.ebuild | 35 |
3 files changed, 5 insertions, 68 deletions
diff --git a/dev-python/pyxdg/Manifest b/dev-python/pyxdg/Manifest index a4b96fd5835d..e9547df97b0e 100644 --- a/dev-python/pyxdg/Manifest +++ b/dev-python/pyxdg/Manifest @@ -5,13 +5,13 @@ AUX pyxdg-0.17-respect_XDG_MENU_PREFIX.patch 314 RMD160 03395e587135e04ebc470ca0 AUX pyxdg-subprocess.patch 1122 RMD160 1e04e6d6888017592cefc6a6a6ba774e777496a0 SHA1 36c358d943d579dd9574ca8e4e28760eacdea9c9 SHA256 fb005869a396020a1919fb43b1fc755d0f418a2d7010fcb6c71de2cdd06a1d49 DIST pyxdg-0.17.tar.gz 37372 RMD160 44e412468ff968b0d06f4546f1175ac947554578 SHA1 fa548bbbed13fb63e3e7b5fdeda86549302860a7 SHA256 fbc87711922b2dd6ceb23ee041f1f96da9b7dbb6971df03a3081b439def069ce EBUILD pyxdg-0.17-r1.ebuild 761 RMD160 663c30d1d07074ee8581f8d49307e32cec3f02ba SHA1 3fb532bb2003de89c8cc7a24cd14b8d891fa6565 SHA256 d32b735ce8f3c500fb1faea6289bcae2ac5eabf44ce8f133e3ad23376d9f60b1 -EBUILD pyxdg-0.17-r2.ebuild 889 RMD160 cb6328f4648fa1248b15ab628f878090e6938e35 SHA1 259be6b5878ae8fc4c3553aa239590e812b308e0 SHA256 f4353ea5e8d9037addd81f3f17b3a29eedeb87d5d3474c983e4224e9b8dea2b9 -MISC ChangeLog 6921 RMD160 4db0b0c3282a2019760b96e06e59daa913e9d350 SHA1 f35ced0e1470cfd3febec6ea17bbb28fb26cd7c4 SHA256 bb30130c3eaba31abe2af96720e4e91947365afee971b85d08ab057d627d3417 +EBUILD pyxdg-0.17-r2.ebuild 887 RMD160 c630757122f07e1f8f5defbea68cef7ab1b26285 SHA1 35e196459f8f8e6b4236081a2935f0d8a39f0804 SHA256 3fa9550745f605f0926dc5d59e9dc5ccf5f5c7af4aa74d514735733af62f25de +MISC ChangeLog 7035 RMD160 4609beb97fc7d263d0a7dbbd218e673662dfb413 SHA1 1e911b238ddbdf0d5a36aaea30207f615ebcfb2c SHA256 9df0fd133aba6ba54169ef9cee7acfe3e10cbc6b1e2376fd3bc32b2a5ec36c0e MISC metadata.xml 159 RMD160 900a8c55d7a7d2f6312594769aaf941bf9e99c7f SHA1 c8e604d56dae898258b5254d78cfeac0b981e288 SHA256 9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) -iEYEARECAAYFAksRVzAACgkQ/vqxibGcXqGAWgCfWVNj/m2+cQui8QoOl/Gr1vy+ -mVIAn3063MSG0WkiFzgZxMPKTmQFSyPn -=nYOw +iEYEARECAAYFAksT0g8ACgkQcsIHjyDViGS0vwCg1KOomuDxUWo6mQDiBCRYqFDf +gXYAoKNhUCIusYD6glnci2CaDa3OPLYU +=byzm -----END PGP SIGNATURE----- diff --git a/dev-python/vertex/files/vertex-0.2.0-structlike.patch b/dev-python/vertex/files/vertex-0.2.0-structlike.patch deleted file mode 100644 index d622ac342a2e..000000000000 --- a/dev-python/vertex/files/vertex-0.2.0-structlike.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- vertex/q2q.py (revision 7162) -+++ vertex/q2q.py (revision 7163) -@@ -27,10 +27,8 @@ - from epsilon.extime import Time - from epsilon import sslverify - from epsilon import juice -+from epsilon.structlike import record - --# axiom --from axiom.slotmachine import _structlike -- - # vertex - from vertex import subproducer, ptcp - from vertex import endpoint, ivertex -@@ -2060,12 +2058,7 @@ - self.toAddress, - self.namespace, command) - --class _ConnectionWaiter(_structlike): -- __names__ = ['From', -- 'to', -- 'protocolName', -- 'protocolFactory', -- 'isClient'] -+_ConnectionWaiter = record('From to protocolName protocolFactory isClient') - - class Q2QClientFactory(protocol.ClientFactory): - diff --git a/dev-python/vertex/vertex-0.2.0.ebuild b/dev-python/vertex/vertex-0.2.0.ebuild deleted file mode 100644 index 3c418551c246..000000000000 --- a/dev-python/vertex/vertex-0.2.0.ebuild +++ /dev/null @@ -1,35 +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/vertex/vertex-0.2.0.ebuild,v 1.3 2009/09/06 20:28:44 idl0r Exp $ - -inherit distutils eutils - -DESCRIPTION="An implementation of the Q2Q protocol" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex" -SRC_URI="mirror://gentoo/Vertex-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~ia64 ~x86 ~amd64" -IUSE="" - -DEPEND=">=dev-lang/python-2.4 - >=dev-python/twisted-2.4 - >=dev-python/pyopenssl-0.6 - >=dev-libs/openssl-0.9.7 - >=dev-python/epsilon-0.5.0" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/Vertex-${PV}" - -DOCS="NAME.txt" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-structlike.patch" -} - -src_test() { - PYTHONPATH="." trial vertex || die "trial failed" -} |