diff options
Diffstat (limited to 'dev-python/pychecker/pychecker-0.8.10.ebuild')
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.10.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pychecker/pychecker-0.8.10.ebuild b/dev-python/pychecker/pychecker-0.8.10.ebuild deleted file mode 100644 index 9201f82961e3..000000000000 --- a/dev-python/pychecker/pychecker-0.8.10.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.10.ebuild,v 1.11 2003/02/13 11:36:42 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="PyChecker is a tool for finding common bugs in python source code." -SRC_URI="mirror://sourceforge/pychecker/${P}.tar.gz" -HOMEPAGE="http://pychecker.sourceforge.net/" - -DEPEND="virtual/python" - -SLOT="0" -KEYWORDS="x86 sparc alpha" -LICENSE="BSD" - -src_install(){ - python setup.py install --prefix=${D}/usr || die - dodoc CHANGELOG COPYRIGHT KNOWN_BUGS MAINTAINERS - dodoc pycheckrc README TODO -} - |