diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-25 13:56:01 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-10-25 13:56:01 +0000 |
commit | 838f9547e1e5bb5dcef47700ddb2e216c2483e06 (patch) | |
tree | 39d55bded8fdf4629aba41e06d08d248e57c3670 /dev-python/pychecker | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-838f9547e1e5bb5dcef47700ddb2e216c2483e06.tar.gz gentoo-2-838f9547e1e5bb5dcef47700ddb2e216c2483e06.tar.bz2 gentoo-2-838f9547e1e5bb5dcef47700ddb2e216c2483e06.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/pychecker')
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.17-r1.ebuild | 25 | ||||
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.17.ebuild | 25 |
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/pychecker/pychecker-0.8.17-r1.ebuild b/dev-python/pychecker/pychecker-0.8.17-r1.ebuild deleted file mode 100644 index ecbd9c6bc6fd..000000000000 --- a/dev-python/pychecker/pychecker-0.8.17-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.17-r1.ebuild,v 1.1 2008/09/01 22:03:58 hawking Exp $ - -inherit distutils eutils - -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" - -src_unpack() { - distutils_src_unpack - epatch "${FILESDIR}"/${P}-no-data-files.patch -} - -src_install() { - distutils_src_install - sed -i -e "s|${D}|/|" "${D}/usr/bin/pychecker" -} diff --git a/dev-python/pychecker/pychecker-0.8.17.ebuild b/dev-python/pychecker/pychecker-0.8.17.ebuild deleted file mode 100644 index ee494e5bdf9c..000000000000 --- a/dev-python/pychecker/pychecker-0.8.17.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.17.ebuild,v 1.6 2008/02/17 15:49:15 coldwind 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" - - distutils_python_version - local destdir="${D}/usr/lib/python${PYVER}/site-packages/${PN}" - rm ${destdir}/{COPYRIGHT,README,VERSION,CHANGELOG} - rm ${destdir}/{KNOWN_BUGS,MAINTAINERS,TODO} -} |