summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-22 16:39:02 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-22 16:39:02 +0000
commit993e49854b3f80e5886d9497cb182bc74590c5b8 (patch)
tree18fdde1436ead65031df68365b46f012c4045251 /dev-python/numdisplay
parentarm stable, bug #319723 (diff)
downloadgentoo-2-993e49854b3f80e5886d9497cb182bc74590c5b8.tar.gz
gentoo-2-993e49854b3f80e5886d9497cb182bc74590c5b8.tar.bz2
gentoo-2-993e49854b3f80e5886d9497cb182bc74590c5b8.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/numdisplay')
-rw-r--r--dev-python/numdisplay/numdisplay-1.5.4.ebuild25
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
-}