diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-29 20:34:03 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-06-29 20:34:03 +0000 |
commit | f82b179aaab76db8c6303f5603471988325e47c3 (patch) | |
tree | 9b485ed7d31fd890c9f87f5f9a5025fec9187b95 /dev-python | |
parent | Fix building with -Wl,--as-needed wrt #246729 by Diego E. Pettenò. (diff) | |
download | historical-f82b179aaab76db8c6303f5603471988325e47c3.tar.gz historical-f82b179aaab76db8c6303f5603471988325e47c3.tar.bz2 historical-f82b179aaab76db8c6303f5603471988325e47c3.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyprotocols/pyprotocols-0.9.3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild b/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild deleted file mode 100644 index 7f24714ac829..000000000000 --- a/dev-python/pyprotocols/pyprotocols-0.9.3.ebuild +++ /dev/null @@ -1,21 +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-0.9.3.ebuild,v 1.6 2007/12/31 16:30:53 josejx Exp $ - -inherit distutils multilib - -MY_P="${P/pypro/PyPro}" -SRC_URI="http://peak.telecommunity.com/dist/${MY_P}.tar.gz" -DESCRIPTION="Adapter/protocol framework for Python" -HOMEPAGE="http://peak.telecommunity.com/PyProtocols.html" -LICENSE="ZPL" - -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~ia64 ppc x86" -S="${WORKDIR}/${MY_P}" - -src_test() { - PYTHONPATH="${T}/test/$(get_libdir)/python" "${python}" setup.py \ - install --home="${T}/test" test || die "Unit tests failed!" -} |