diff options
-rw-r--r-- | dev-util/pkgcore-checks/pkgcore-checks-0.4.11.ebuild | 44 | ||||
-rw-r--r-- | dev-util/pkgcore-checks/pkgcore-checks-0.4.12.ebuild | 44 |
2 files changed, 0 insertions, 88 deletions
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.11.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.11.ebuild deleted file mode 100644 index 492cf35bbe6b..000000000000 --- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.11.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 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.11.ebuild,v 1.1 2009/12/21 07:15:49 mr_bones_ 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.5.5 - >=dev-python/snakeoil-0.3.3 - >=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 -} diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.12.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.12.ebuild deleted file mode 100644 index 862a9bb66f90..000000000000 --- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.12.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 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.12.ebuild,v 1.2 2009/12/28 15:17:37 patrick 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.5.8 - >=dev-python/snakeoil-0.3.5 - >=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 -} |