summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycrash/pycrash-0.4_pre2.ebuild')
-rw-r--r--dev-python/pycrash/pycrash-0.4_pre2.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/pycrash/pycrash-0.4_pre2.ebuild b/dev-python/pycrash/pycrash-0.4_pre2.ebuild
deleted file mode 100644
index 7353a4ffeb59..000000000000
--- a/dev-python/pycrash/pycrash-0.4_pre2.ebuild
+++ /dev/null
@@ -1,19 +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/pycrash/pycrash-0.4_pre2.ebuild,v 1.7 2007/10/23 17:58:40 welp Exp $
-
-NEED_PYTHON=2.3
-
-inherit distutils
-
-S="${WORKDIR}/${MY_P}"
-
-MY_P="PyCrash-${PV/_/-}"
-DESCRIPTION="PyCrash: a Run-Time Exception Dumper for Python programs"
-HOMEPAGE="http://pycrash.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-KEYWORDS="~ppc x86"
-DOCS="NEWS TODO"