diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-10 18:35:56 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-10 18:35:56 +0000 |
commit | e18d1a69356d3f2d97a11c566b7d3f95a86cc5c9 (patch) | |
tree | c5d20fe068d77fc9ddd7ea3013343b22a3da6792 /dev-python/pyasn1 | |
parent | Add virtual for Emacs 24. (diff) | |
download | historical-e18d1a69356d3f2d97a11c566b7d3f95a86cc5c9.tar.gz historical-e18d1a69356d3f2d97a11c566b7d3f95a86cc5c9.tar.bz2 historical-e18d1a69356d3f2d97a11c566b7d3f95a86cc5c9.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/pyasn1')
-rw-r--r-- | dev-python/pyasn1/pyasn1-0.0.8a.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/pyasn1/pyasn1-0.0.8a.ebuild b/dev-python/pyasn1/pyasn1-0.0.8a.ebuild deleted file mode 100644 index 9b5da0a242ec..000000000000 --- a/dev-python/pyasn1/pyasn1-0.0.8a.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/pyasn1-0.0.8a.ebuild,v 1.1 2008/06/23 06:30:39 dev-zero Exp $ - -inherit distutils - -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" - -DESCRIPTION="ASN.1 types and codecs (BER, CER, DER) implementation." -HOMEPAGE="http://pyasn1.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_install() { - DOCS="CHANGES" - distutils_src_install - dohtml doc/* - insinto /usr/share/doc/${PF} - doins -r examples -} - -src_test() { - export PYTHONPATH="${PYTHONPATH}:${S}/build/lib" - python_version - "${python}" test/suite.py || die "tests failed" -} |