From 830b6e7d67d1b53b9277b8dfb2cc136fc61e0533 Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Thu, 27 Oct 2011 08:23:03 +0000 Subject: 0.4.15; remove old versions, update for api changes (Portage version: 2.1.10.19/cvs/Linux x86_64) --- dev-util/pkgcore-checks/ChangeLog | 8 +++- .../pkgcore-checks/pkgcore-checks-0.4.13.ebuild | 45 ---------------------- .../pkgcore-checks/pkgcore-checks-0.4.15.ebuild | 45 ++++++++++++++++++++++ 3 files changed, 52 insertions(+), 46 deletions(-) delete mode 100644 dev-util/pkgcore-checks/pkgcore-checks-0.4.13.ebuild create mode 100644 dev-util/pkgcore-checks/pkgcore-checks-0.4.15.ebuild (limited to 'dev-util/pkgcore-checks') diff --git a/dev-util/pkgcore-checks/ChangeLog b/dev-util/pkgcore-checks/ChangeLog index 8318d97bc860..a5aa6b2cb0f8 100644 --- a/dev-util/pkgcore-checks/ChangeLog +++ b/dev-util/pkgcore-checks/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/pkgcore-checks # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.49 2011/08/06 21:31:34 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.50 2011/10/27 08:23:03 ferringb Exp $ + +*pkgcore-checks-0.4.15 (27 Oct 2011) + + 27 Oct 2011; Brian Harring + -pkgcore-checks-0.4.13.ebuild, +pkgcore-checks-0.4.15.ebuild: + update for recent api changes 06 Aug 2011; Brian Harring pkgcore-checks-9999.ebuild: use a more canonical url for checkout diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.13.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.13.ebuild deleted file mode 100644 index 58d83cf94be8..000000000000 --- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.13.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 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.13.ebuild,v 1.4 2011/08/06 09:06:39 ferringb Exp $ - -EAPI="3" -DISTUTILS_SRC_TEST="setup.py" - -inherit distutils - -DESCRIPTION="pkgcore developmental repoman replacement" -HOMEPAGE="http://pkgcore-checks.googlecode.com/" -SRC_URI="http://pkgcore-checks.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=sys-apps/pkgcore-0.5.9 - >=dev-python/snakeoil-0.3.6" -DEPEND="${RDEPEND}" - -DOCS="AUTHORS NEWS" -PYTHON_MODNAME="pkgcore_checks" - -pkg_setup() { - # disable snakeoil 2to3 caching... - unset PY2TO3_CACHEDIR - python_pkg_setup -} - -pkg_postinst() { - einfo "updating pkgcore plugin cache" - pplugincache pkgcore_checks.plugins pkgcore.plugins - distutils_pkg_postinst -} - -pkg_postrm() { - # Careful not to remove this on up/downgrades. - local sitep="${ROOT}$(python_get_sitedir)" - 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.15.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.15.ebuild new file mode 100644 index 000000000000..fa92b25ce12b --- /dev/null +++ b/dev-util/pkgcore-checks/pkgcore-checks-0.4.15.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2011 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.15.ebuild,v 1.1 2011/10/27 08:23:03 ferringb Exp $ + +EAPI="3" +DISTUTILS_SRC_TEST="setup.py" + +inherit distutils + +DESCRIPTION="pkgcore developmental repoman replacement" +HOMEPAGE="http://pkgcore-checks.googlecode.com/" +SRC_URI="http://pkgcore-checks.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=sys-apps/pkgcore-0.7.3 + >=dev-python/snakeoil-0.4.4" +DEPEND="${RDEPEND}" + +DOCS="AUTHORS NEWS" +PYTHON_MODNAME="pkgcore_checks" + +pkg_setup() { + # disable snakeoil 2to3 caching... + unset PY2TO3_CACHEDIR + python_pkg_setup +} + +pkg_postinst() { + einfo "updating pkgcore plugin cache" + pplugincache pkgcore_checks.plugins pkgcore.plugins + distutils_pkg_postinst +} + +pkg_postrm() { + # Careful not to remove this on up/downgrades. + local sitep="${ROOT}$(python_get_sitedir)" + if [[ -e "${sitep}/pkgcore_checks/plugins/plugincache2" && ! -e "${sitep}/pkgcore_checks/base.py" ]]; then + rm "${sitep}/pkgcore_checks/plugins/plugincache2" + fi + distutils_pkg_postrm +} -- cgit v1.2.3-65-gdbad