diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-10-27 08:04:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-10-27 08:04:06 +0000 |
commit | db9676f6cb5c6ce8cb56e00237152fe669248fda (patch) | |
tree | da4be2622a88f569f975544da2e8564ced4bdc6b /dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild | |
parent | Fix dep for x11-wm/xmonad-contrib, it needed dev-haskell/utf8-string (diff) | |
download | gentoo-2-db9676f6cb5c6ce8cb56e00237152fe669248fda.tar.gz gentoo-2-db9676f6cb5c6ce8cb56e00237152fe669248fda.tar.bz2 gentoo-2-db9676f6cb5c6ce8cb56e00237152fe669248fda.zip |
Bump, remove old
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild')
-rw-r--r-- | dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild deleted file mode 100644 index 60c4266f398e..000000000000 --- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild,v 1.1 2008/10/23 01:33:03 jmbsvicetto Exp $ - -inherit distutils - -DESCRIPTION="pkgcore developmental repoman replacement" -HOMEPAGE="http://www.pkgcore.org/" -SRC_URI="http://www.pkgcore.org/releases/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=sys-apps/pkgcore-0.4.7.12 - dev-python/snakeoil - >=dev-lang/python-2.4" -DEPEND="${RDEPEND}" - -DOCS="NEWS AUTHORS" - -PYTHON_MODNAME=pkgcore_checks - -src_test() { - "${python}" setup.py test || die "tests returned non zero" -} - -pkg_postinst() { - einfo "updating pkgcore plugin cache" - pplugincache pkgcore_checks.plugins pkgcore.plugins - distutils_pkg_postinst -} - -pkg_postrm() { - python_version - # Careful not to remove this on up/downgrades. - local sitep="${ROOT}"usr/lib/python${PYVER}/site-packages - if [[ -e "${sitep}/pkgcore_checks/plugins/plugincache2" ]] && - ! [[ -e "${sitep}/pkgcore_checks/base.py" ]]; then - rm "${sitep}/pkgcore_checks/plugins/plugincache2" - fi - distutils_pkg_postrm -} |