diff options
author | 2010-07-22 16:39:02 +0000 | |
---|---|---|
committer | 2010-07-22 16:39:02 +0000 | |
commit | 688b2081b112e7350714ca3ed8ee9bebd538a520 (patch) | |
tree | 73bf8b81805dfd653fe3399990fcc71f2e436a94 /dev-python/numdisplay | |
parent | arm stable, bug #319723 (diff) | |
download | historical-688b2081b112e7350714ca3ed8ee9bebd538a520.tar.gz historical-688b2081b112e7350714ca3ed8ee9bebd538a520.tar.bz2 historical-688b2081b112e7350714ca3ed8ee9bebd538a520.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/numdisplay')
-rw-r--r-- | dev-python/numdisplay/numdisplay-1.5.4.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/numdisplay/numdisplay-1.5.4.ebuild b/dev-python/numdisplay/numdisplay-1.5.4.ebuild deleted file mode 100644 index f4cf63a283ee..000000000000 --- a/dev-python/numdisplay/numdisplay-1.5.4.ebuild +++ /dev/null @@ -1,25 +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/numdisplay/numdisplay-1.5.4.ebuild,v 1.2 2010/01/15 19:11:52 bicatali Exp $ - -inherit distutils - -DESCRIPTION="Python package for interactively displaying FITS arrays" -SRC_URI="http://stsdas.stsci.edu/${PN}/download/${P}.tar.gz" -HOMEPAGE="http://stsdas.stsci.edu/numdisplay/" - -SLOT="0" - -KEYWORDS="~amd64 ~x86" -LICENSE="BSD" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/numpy" - -S="${WORKDIR}/${PN}" - -src_install() { - distutils_src_install - rm -f "${D}"usr/$(get_libdir)/python*/site-packages/${PN}/LICENSE.txt -} |