summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-12-27 14:41:30 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-12-27 14:41:30 +0000
commit21ff6f1c1ac7e85aeecddea7266b9b47e2aaddae (patch)
treec89ea3fc899cb0d909c336fcec930a1a8e9db8cb /dev-util
parentBump, remove old (diff)
downloadgentoo-2-21ff6f1c1ac7e85aeecddea7266b9b47e2aaddae.tar.gz
gentoo-2-21ff6f1c1ac7e85aeecddea7266b9b47e2aaddae.tar.bz2
gentoo-2-21ff6f1c1ac7e85aeecddea7266b9b47e2aaddae.zip
Bump, remove old
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgcore-checks/ChangeLog9
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.12.ebuild (renamed from dev-util/pkgcore-checks/pkgcore-checks-0.4.10.ebuild)2
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.9.ebuild44
3 files changed, 9 insertions, 46 deletions
diff --git a/dev-util/pkgcore-checks/ChangeLog b/dev-util/pkgcore-checks/ChangeLog
index 223a94a20aeb..b80bc243b24c 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.41 2009/12/21 07:15:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.42 2009/12/27 14:41:30 patrick Exp $
+
+*pkgcore-checks-0.4.12 (27 Dec 2009)
+
+ 27 Dec 2009; Patrick Lauer <patrick@gentoo.org>
+ -pkgcore-checks-0.4.9.ebuild, -pkgcore-checks-0.4.10.ebuild,
+ +pkgcore-checks-0.4.12.ebuild:
+ Bump, remove old
*pkgcore-checks-0.4.11 (21 Dec 2009)
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.10.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.12.ebuild
index eadb2749d89a..29e727bda0b4 100644
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.10.ebuild
+++ b/dev-util/pkgcore-checks/pkgcore-checks-0.4.12.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.10.ebuild,v 1.1 2009/12/15 00:21:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/pkgcore-checks-0.4.12.ebuild,v 1.1 2009/12/27 14:41:30 patrick Exp $
inherit distutils
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.9.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.9.ebuild
deleted file mode 100644
index f5003d64ec15..000000000000
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.9.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.9.ebuild,v 1.1 2009/11/26 11:13:09 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.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
-}