summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pychecker/pychecker-0.8.11.ebuild')
-rw-r--r--dev-python/pychecker/pychecker-0.8.11.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pychecker/pychecker-0.8.11.ebuild b/dev-python/pychecker/pychecker-0.8.11.ebuild
deleted file mode 100644
index 80dfd1d6d1e2..000000000000
--- a/dev-python/pychecker/pychecker-0.8.11.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.11.ebuild,v 1.12 2004/06/25 01:37:56 agriffis Exp $
-
-inherit distutils
-
-DESCRIPTION="tool for finding common bugs in python source code"
-SRC_URI="mirror://sourceforge/pychecker/${P}.tar.gz"
-HOMEPAGE="http://pychecker.sourceforge.net/"
-
-SLOT="0"
-KEYWORDS="x86 sparc alpha"
-LICENSE="BSD"
-IUSE=""
-
-DEPEND="virtual/python"
-
-src_install() {
- mydoc="pycheckrc TODO"
- distutils_src_install
-}