diff options
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.14.ebuild | 15 | ||||
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.16.ebuild | 20 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/pychecker/pychecker-0.8.14.ebuild b/dev-python/pychecker/pychecker-0.8.14.ebuild deleted file mode 100644 index 7dbf9821588f..000000000000 --- a/dev-python/pychecker/pychecker-0.8.14.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.14.ebuild,v 1.12 2009/01/04 19:46:19 patrick 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="alpha amd64 ia64 ppc sparc x86" -LICENSE="BSD" -IUSE="" -DEPEND="virtual/python" -DOCS="pycheckrc TODO" diff --git a/dev-python/pychecker/pychecker-0.8.16.ebuild b/dev-python/pychecker/pychecker-0.8.16.ebuild deleted file mode 100644 index edce753a0fbd..000000000000 --- a/dev-python/pychecker/pychecker-0.8.16.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.16.ebuild,v 1.1 2005/12/05 17:33:15 marienz 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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -LICENSE="BSD" -IUSE="" -DEPEND="virtual/python" -DOCS="pycheckrc TODO" - -src_install() { - distutils_src_install - sed -i -e "s|${D}|/|" "${D}/usr/bin/pychecker" -} |