diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2005-09-12 14:56:30 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2005-09-12 14:56:30 +0000 |
commit | 7405de2f3217d174964a7c4ec4723bbf01bc71a6 (patch) | |
tree | 4b7a1caad1e366c91f85e1d1a1e15266c40d6596 /app-portage | |
parent | Marked stable on x86 and closing bug #105690. (diff) | |
download | gentoo-2-7405de2f3217d174964a7c4ec4723bbf01bc71a6.tar.gz gentoo-2-7405de2f3217d174964a7c4ec4723bbf01bc71a6.tar.bz2 gentoo-2-7405de2f3217d174964a7c4ec4723bbf01bc71a6.zip |
Fix eclean to be compatible with portage 2.0.52 Bug# 105382. Fix broken stat call for revdep-rebuild Bug# 105381
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/ChangeLog | 9 | ||||
-rw-r--r-- | app-portage/gentoolkit/Manifest | 4 | ||||
-rw-r--r-- | app-portage/gentoolkit/files/digest-gentoolkit-0.2.1_pre7 | 1 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.2.1_pre7.ebuild | 43 |
4 files changed, 55 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog index e6a95edd15b5..82568444d6d6 100644 --- a/app-portage/gentoolkit/ChangeLog +++ b/app-portage/gentoolkit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-portage/gentoolkit # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.51 2005/09/09 03:35:25 fuzzyray Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.52 2005/09/12 14:56:30 fuzzyray Exp $ + +*gentoolkit-0.2.1_pre7 (12 Sep 2005) + + 12 Sep 2005; Paul Varner <fuzzyray@gentoo.org> + +gentoolkit-0.2.1_pre7.ebuild: + Fix eclean to be compatible with portage 2.0.52 Bug# 105382 + Fix broken stat call for revdep-rebuild Bug# 105381 *gentoolkit-0.2.1_pre6 (09 Sep 2005) diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest index 90d8ca76bd16..5ee714195c99 100644 --- a/app-portage/gentoolkit/Manifest +++ b/app-portage/gentoolkit/Manifest @@ -1,5 +1,6 @@ -MD5 c38cdf18ee78b7c466923f731c1b5906 ChangeLog 29602 +MD5 cd4d18a9faf6373ff1b0d25cde209697 ChangeLog 29839 MD5 83de6e1010084bfb0ed83caa6c522d5d gentoolkit-0.2.0.ebuild 1007 +MD5 dca78ec59182857ea5c2e35b0c0017b1 gentoolkit-0.2.1_pre7.ebuild 1349 MD5 c36d3e9465a96d7220228d2ef5457bd3 metadata.xml 451 MD5 0d54087a68607f65941a5ee9be9431e3 gentoolkit-0.2.1_pre5.ebuild 1464 MD5 2a0ebd8858b087bec6bc3e0b2916a397 gentoolkit-0.2.1_pre6.ebuild 1464 @@ -8,3 +9,4 @@ MD5 079edd9c95037219c76461630da02ff5 files/digest-gentoolkit-0.2.1_pre6 72 MD5 c5f0ee94504ceba66944b93e3db772d3 files/glsa.py-revmatch.diff 796 MD5 2a64dd5b5e7e57ffc34102eca6b936b3 files/qpkg-security-fix-68846.diff 645 MD5 88401a1824722c13c0a5b71aef3230b8 files/digest-gentoolkit-0.2.1_pre5 72 +MD5 954e1ce7c864a7594fbbd8229658009b files/digest-gentoolkit-0.2.1_pre7 72 diff --git a/app-portage/gentoolkit/files/digest-gentoolkit-0.2.1_pre7 b/app-portage/gentoolkit/files/digest-gentoolkit-0.2.1_pre7 new file mode 100644 index 000000000000..28abf8df13e7 --- /dev/null +++ b/app-portage/gentoolkit/files/digest-gentoolkit-0.2.1_pre7 @@ -0,0 +1 @@ +MD5 d8ec6743eb953528487396e36c148490 gentoolkit-0.2.1_pre7.tar.gz 78745 diff --git a/app-portage/gentoolkit/gentoolkit-0.2.1_pre7.ebuild b/app-portage/gentoolkit/gentoolkit-0.2.1_pre7.ebuild new file mode 100644 index 000000000000..1258aed6f591 --- /dev/null +++ b/app-portage/gentoolkit/gentoolkit-0.2.1_pre7.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.1_pre7.ebuild,v 1.1 2005/09/12 14:56:30 fuzzyray Exp $ + +inherit eutils + +DESCRIPTION="Collection of administration scripts for Gentoo" +HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml" +SRC_URI="mirror://gentoo/${P}.tar.gz http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" + +DEPEND=">=sys-apps/portage-2.0.51_pre21 + >=dev-lang/python-2.0 + >=dev-util/dialog-0.7 + >=dev-lang/perl-5.6 + >=sys-apps/grep-2.4 + userland_GNU? ( sys-apps/debianutils )" + +src_install() { + make DESTDIR=${D} install-gentoolkit || die +} + +pkg_preinst() { + # FIXME: remove old python runtime files, should use python.eclass + rm -f ${ROOT}/usr/lib/gentoolkit/pym/gentoolkit.py[co] ${ROOT}/usr/lib/gentoolkit/pym/gentoolkit/*.py[co] +} + +pkg_postinst() { + echo + einfo "The following older scripts have been removed in this release:" + einfo " dep-clean, ewhich, mkebuild, pkg-clean, pkg-size" + echo + ewarn "The qpkg and etcat tools are deprecated in favor of equery and" + ewarn "are no longer installed in ${ROOT}usr/bin in this release." + ewarn "They are still available in ${ROOT}usr/share/doc/${PF}/deprecated/" + ewarn "if you *really* want to use them." + echo +} |