summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-12-15 00:21:07 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-12-15 00:21:07 +0000
commit2970a6d1aa62c7826d95b279a9baa9b930ebb5d8 (patch)
treed5faf61e738a3361ba71342e6004d2ef0457e146 /dev-util/pkgcore-checks
parentVersion bump. (diff)
downloadgentoo-2-2970a6d1aa62c7826d95b279a9baa9b930ebb5d8.tar.gz
gentoo-2-2970a6d1aa62c7826d95b279a9baa9b930ebb5d8.tar.bz2
gentoo-2-2970a6d1aa62c7826d95b279a9baa9b930ebb5d8.zip
Bump
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgcore-checks')
-rw-r--r--dev-util/pkgcore-checks/ChangeLog9
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.10.ebuild (renamed from dev-util/pkgcore-checks/pkgcore-checks-0.4.6.ebuild)6
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.7.ebuild44
3 files changed, 11 insertions, 48 deletions
diff --git a/dev-util/pkgcore-checks/ChangeLog b/dev-util/pkgcore-checks/ChangeLog
index 1d6b43987dc9..8728a0299c13 100644
--- a/dev-util/pkgcore-checks/ChangeLog
+++ b/dev-util/pkgcore-checks/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/pkgcore-checks
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.39 2009/11/26 11:13:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.40 2009/12/15 00:21:07 patrick Exp $
+
+*pkgcore-checks-0.4.10 (15 Dec 2009)
+
+ 15 Dec 2009; Patrick Lauer <patrick@gentoo.org>
+ -pkgcore-checks-0.4.6.ebuild, -pkgcore-checks-0.4.7.ebuild,
+ +pkgcore-checks-0.4.10.ebuild:
+ Bump
*pkgcore-checks-0.4.9 (26 Nov 2009)
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.6.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.10.ebuild
index 5da37d381fa9..eadb2749d89a 100644
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.6.ebuild
+++ b/dev-util/pkgcore-checks/pkgcore-checks-0.4.10.ebuild
@@ -1,6 +1,6 @@
# 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.6.ebuild,v 1.1 2009/10/22 10:37:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-0.4.10.ebuild,v 1.1 2009/12/15 00:21:07 patrick Exp $
inherit distutils
@@ -13,8 +13,8 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND=">=sys-apps/pkgcore-0.4.7.12
- dev-python/snakeoil
+RDEPEND=">=sys-apps/pkgcore-0.5.5
+ >=dev-python/snakeoil-0.3.3
>=dev-lang/python-2.4"
DEPEND="${RDEPEND}"
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.7.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.7.ebuild
deleted file mode 100644
index 5f239269f416..000000000000
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.7.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.7.ebuild,v 1.1 2009/10/27 08:04:06 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.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
-}