summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-11-04 09:45:12 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-11-04 09:45:12 +0000
commit09629bcfc72b4dff090912282ce807a0a72e08e5 (patch)
treec302ec899f26d3a1e8a18f563c46668c9d9f0552
parentStable on x86, bug #197067 (diff)
downloadgentoo-2-09629bcfc72b4dff090912282ce807a0a72e08e5.tar.gz
gentoo-2-09629bcfc72b4dff090912282ce807a0a72e08e5.tar.bz2
gentoo-2-09629bcfc72b4dff090912282ce807a0a72e08e5.zip
Drop older versions
(Portage version: 2.1.3.17)
-rw-r--r--dev-util/pkgcore-checks/ChangeLog6
-rw-r--r--dev-util/pkgcore-checks/files/digest-pkgcore-checks-0.3.53
-rw-r--r--dev-util/pkgcore-checks/files/digest-pkgcore-checks-0.43
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.3.5.ebuild32
-rw-r--r--dev-util/pkgcore-checks/pkgcore-checks-0.4.ebuild46
5 files changed, 5 insertions, 85 deletions
diff --git a/dev-util/pkgcore-checks/ChangeLog b/dev-util/pkgcore-checks/ChangeLog
index cb47199cb913..3d2bd2dfe1c6 100644
--- a/dev-util/pkgcore-checks/ChangeLog
+++ b/dev-util/pkgcore-checks/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/pkgcore-checks
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.30 2007/07/07 23:17:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgcore-checks/ChangeLog,v 1.31 2007/11/04 09:45:11 jokey Exp $
+
+ 04 Nov 2007; Markus Ullmann <jokey@gentoo.org>
+ -pkgcore-checks-0.3.5.ebuild, -pkgcore-checks-0.4.ebuild:
+ Drop older versions
07 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org>
-files/pkgcore-checks-0.1-missing-glsa-dir.patch,
diff --git a/dev-util/pkgcore-checks/files/digest-pkgcore-checks-0.3.5 b/dev-util/pkgcore-checks/files/digest-pkgcore-checks-0.3.5
deleted file mode 100644
index e71f32a1f81b..000000000000
--- a/dev-util/pkgcore-checks/files/digest-pkgcore-checks-0.3.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9c49d8fb57ccba17d326938371b00330 pkgcore-checks-0.3.5.tar.bz2 49126
-RMD160 cf6ea1a607af2325b1453e5cc497464c763f00e0 pkgcore-checks-0.3.5.tar.bz2 49126
-SHA256 a1a4318ecfba9b9d1572578dea44495400c1933ddbc94d2b65b5ae29cb77472b pkgcore-checks-0.3.5.tar.bz2 49126
diff --git a/dev-util/pkgcore-checks/files/digest-pkgcore-checks-0.4 b/dev-util/pkgcore-checks/files/digest-pkgcore-checks-0.4
deleted file mode 100644
index 51f73787f2a6..000000000000
--- a/dev-util/pkgcore-checks/files/digest-pkgcore-checks-0.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e8936540867686449dc2c4b0cccada3d pkgcore-checks-0.4.tar.bz2 50315
-RMD160 070cc72c4896b15a2655c07c7ec2b1e6f90e56cf pkgcore-checks-0.4.tar.bz2 50315
-SHA256 319de6080962c3e1f07677de910b51e162196a8544774202e011a0aeea467324 pkgcore-checks-0.4.tar.bz2 50315
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.3.5.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.3.5.ebuild
deleted file mode 100644
index dffecd551e0f..000000000000
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.3.5.ebuild
+++ /dev/null
@@ -1,32 +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.3.5.ebuild,v 1.3 2007/06/06 21:12:16 marienz Exp $
-
-inherit distutils eutils
-
-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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=sys-apps/pkgcore-0.2.9
- <sys-apps/pkgcore-0.3
- >=dev-lang/python-2.4"
-DEPEND=">=dev-lang/python-2.4"
-
-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
-}
diff --git a/dev-util/pkgcore-checks/pkgcore-checks-0.4.ebuild b/dev-util/pkgcore-checks/pkgcore-checks-0.4.ebuild
deleted file mode 100644
index 37b79e362f5b..000000000000
--- a/dev-util/pkgcore-checks/pkgcore-checks-0.4.ebuild
+++ /dev/null
@@ -1,46 +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.ebuild,v 1.7 2007/06/16 11:19:18 dertobi123 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
- # This is left behind by pkgcore-checks 0.3.
- rm -f "${ROOT}"usr/lib/python${PYVER}/site-packages/pkgcore_checks/plugins/plugincache
- 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
-}