summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-10-27 08:04:06 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-10-27 08:04:06 +0000
commitdb9676f6cb5c6ce8cb56e00237152fe669248fda (patch)
treeda4be2622a88f569f975544da2e8564ced4bdc6b /dev-util/pkgcore-checks
parentFix dep for x11-wm/xmonad-contrib, it needed dev-haskell/utf8-string (diff)
downloadgentoo-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')
-rw-r--r--dev-util/pkgcore-checks/ChangeLog10
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.2.ebuild44
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.3.ebuild44
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.5.ebuild44
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.7.ebuild (renamed from dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild)4
5 files changed, 11 insertions, 135 deletions
diff --git a/dev-util/pkgcore-checks/ChangeLog b/dev-util/pkgcore-checks/ChangeLog
index 3e9a9cfaa3ee..2313df5bc90c 100644
--- a/dev-util/pkgcore-checks/ChangeLog
+++ b/dev-util/pkgcore-checks/ChangeLog
@@ -1,6 +1,14 @@
# 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.37 2009/10/22 10:37:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.38 2009/10/27 08:04:06 patrick Exp $
+
+*pkgcore-checks-0.4.7 (27 Oct 2009)
+
+ 27 Oct 2009; Patrick Lauer <patrick@gentoo.org>
+ -pkgcore-checks-0.4.2.ebuild, -pkgcore-checks-0.4.3.ebuild,
+ -pkgcore-checks-0.4.4.ebuild, -pkgcore-checks-0.4.5.ebuild,
+ +pkgcore-checks-0.4.7.ebuild:
+ Bump, remove old
*pkgcore-checks-0.4.6 (22 Oct 2009)
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.2.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.2.ebuild
deleted file mode 100644
index 55da6adceee9..000000000000
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 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.2.ebuild,v 1.1 2007/12/15 22:06:00 jokey 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.3
- 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
-}
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.3.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.3.ebuild
deleted file mode 100644
index dfa4dc470482..000000000000
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.3.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.3.ebuild,v 1.1 2008/03/20 16:01:04 jokey 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.3
- 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
-}
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.5.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.5.ebuild
deleted file mode 100644
index 8607e20ebd11..000000000000
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.5.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.5.ebuild,v 1.1 2008/11/21 02:17:46 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
-}
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.7.ebuild
index 60c4266f398e..5f239269f416 100644
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.4.ebuild
+++ b/dev-util/pkgcore-checks/pkgcore-checks-0.4.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.4.ebuild,v 1.1 2008/10/23 01:33:03 jmbsvicetto Exp $
+# $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