diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2008-02-20 23:04:10 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2008-02-20 23:04:10 +0000 |
commit | 5728a6bf73acfcb85f48c167760e2dd98b4f664a (patch) | |
tree | ee03b20f4198f2f15a76f40d644fe02cc9d42593 /app-portage | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-5728a6bf73acfcb85f48c167760e2dd98b4f664a.tar.gz gentoo-2-5728a6bf73acfcb85f48c167760e2dd98b4f664a.tar.bz2 gentoo-2-5728a6bf73acfcb85f48c167760e2dd98b4f664a.zip |
gentoolkit-0.2.4_rc2 version bump. Bug #170220 tracks all fixes made for the gentoolkit-0.2.4 release.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/ChangeLog | 14 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.2.3-r1.ebuild | 10 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.2.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.2.4_pre6.ebuild | 44 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.2.4_pre7.ebuild | 10 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.2.4_pre8.ebuild | 4 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.2.4_rc2.ebuild (renamed from app-portage/gentoolkit/gentoolkit-0.2.4_rc1.ebuild) | 4 |
7 files changed, 28 insertions, 62 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog index f4df53074a85..6ed38cdcf172 100644 --- a/app-portage/gentoolkit/ChangeLog +++ b/app-portage/gentoolkit/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-portage/gentoolkit -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.124 2007/10/22 21:11:37 fuzzyray Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.125 2008/02/20 23:04:10 fuzzyray Exp $ + +*gentoolkit-0.2.4_rc2 (20 Feb 2008) + + 20 Feb 2008; Paul Varner <fuzzyray@gentoo.org> gentoolkit-0.2.3-r1.ebuild, + -gentoolkit-0.2.4_pre6.ebuild, gentoolkit-0.2.4_pre7.ebuild, + -gentoolkit-0.2.4_rc1.ebuild, +gentoolkit-0.2.4_rc2.ebuild: + gentoolkit-0.2.4_rc2 version bump. This fixes bugs #106278, #119806, + #134440, #162493, #189257, #193979, #194234, #194993, #196460, #205132, and + #205227. Bug #170220 tracks all fixes made for the gentoolkit-0.2.4 release. + Removed older ebuilds. Fixed date and quoting problems in all ebuilds. *gentoolkit-0.2.4_pre8 (22 Oct 2007) *gentoolkit-0.2.3.1 (22 Oct 2007) diff --git a/app-portage/gentoolkit/gentoolkit-0.2.3-r1.ebuild b/app-portage/gentoolkit/gentoolkit-0.2.3-r1.ebuild index 326242a7d82c..426f830a747e 100644 --- a/app-portage/gentoolkit/gentoolkit-0.2.3-r1.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.2.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.3-r1.ebuild,v 1.11 2007/11/03 16:47:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.3-r1.ebuild,v 1.12 2008/02/20 23:04:10 fuzzyray Exp $ inherit eutils python @@ -28,11 +28,11 @@ src_unpack() { } src_install() { - make DESTDIR=${D} install-gentoolkit || die + emake DESTDIR="${D}" install-gentoolkit || die "install-gentoolkit failed" } pkg_postinst() { - python_mod_optimize ${ROOT}usr/lib/gentoolkit + python_mod_optimize "${ROOT}"usr/lib/gentoolkit 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." @@ -45,5 +45,5 @@ pkg_postinst() { } pkg_postrm() { - python_mod_cleanup ${ROOT}usr/lib/gentoolkit + python_mod_cleanup "${ROOT}"usr/lib/gentoolkit } diff --git a/app-portage/gentoolkit/gentoolkit-0.2.3.1.ebuild b/app-portage/gentoolkit/gentoolkit-0.2.3.1.ebuild index d4373df2ac53..0d3985ab1244 100644 --- a/app-portage/gentoolkit/gentoolkit-0.2.3.1.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.2.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.3.1.ebuild,v 1.2 2007/11/03 16:47:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.3.1.ebuild,v 1.3 2008/02/20 23:04:10 fuzzyray Exp $ inherit eutils python diff --git a/app-portage/gentoolkit/gentoolkit-0.2.4_pre6.ebuild b/app-portage/gentoolkit/gentoolkit-0.2.4_pre6.ebuild deleted file mode 100644 index 382251c0a1a4..000000000000 --- a/app-portage/gentoolkit/gentoolkit-0.2.4_pre6.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/app-portage/gentoolkit/gentoolkit-0.2.4_pre6.ebuild,v 1.5 2007/11/03 16:47:20 grobian Exp $ - -inherit eutils python - -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="userland_GNU" - -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" - -DEPEND=">=sys-apps/portage-2.1.1_pre1 - >=dev-lang/python-2.0 - >=dev-lang/perl-5.6 - >=sys-apps/grep-2.4 - userland_GNU? ( sys-apps/debianutils )" - -src_install() { - make DESTDIR=${D} install-gentoolkit || die -} - -pkg_postinst() { - python_mod_optimize ${ROOT}usr/lib/gentoolkit - echo - ewarn "This version of gentoolkit contains a rewritten version of" - ewarn "revdep-rebuild. If you encounter issues with the new version," - ewarn "The previous version can be found at:" - ewarn "/usr/lib/gentoolkit/bin/revdep-rebuild" - ewarn - elog "Another alternative to equery is app-portage/portage-utils" - elog - elog "For further information on gentoolkit, please read the gentoolkit" - elog "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" - elog -} - -pkg_postrm() { - python_mod_cleanup ${ROOT}usr/lib/gentoolkit -} diff --git a/app-portage/gentoolkit/gentoolkit-0.2.4_pre7.ebuild b/app-portage/gentoolkit/gentoolkit-0.2.4_pre7.ebuild index 6b7b516c734d..933c8fa67e44 100644 --- a/app-portage/gentoolkit/gentoolkit-0.2.4_pre7.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.2.4_pre7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4_pre7.ebuild,v 1.2 2007/11/03 16:47:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4_pre7.ebuild,v 1.3 2008/02/20 23:04:10 fuzzyray Exp $ inherit eutils python @@ -21,11 +21,11 @@ DEPEND=">=sys-apps/portage-2.1.1_pre1 userland_GNU? ( sys-apps/debianutils )" src_install() { - make DESTDIR=${D} install-gentoolkit || die + emake DESTDIR="${D}" install-gentoolkit || die "install-gentoolkit failed" } pkg_postinst() { - python_mod_optimize ${ROOT}usr/lib/gentoolkit + python_mod_optimize "${ROOT}"usr/lib/gentoolkit echo ewarn "This version of gentoolkit contains a rewritten version of" ewarn "revdep-rebuild. If you encounter issues with the new version," @@ -40,5 +40,5 @@ pkg_postinst() { } pkg_postrm() { - python_mod_cleanup ${ROOT}usr/lib/gentoolkit + python_mod_cleanup "${ROOT}"usr/lib/gentoolkit } diff --git a/app-portage/gentoolkit/gentoolkit-0.2.4_pre8.ebuild b/app-portage/gentoolkit/gentoolkit-0.2.4_pre8.ebuild index d9a37fd5d3cb..50536cf81c2c 100644 --- a/app-portage/gentoolkit/gentoolkit-0.2.4_pre8.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.2.4_pre8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4_pre8.ebuild,v 1.2 2007/11/03 16:47:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4_pre8.ebuild,v 1.3 2008/02/20 23:04:10 fuzzyray Exp $ inherit eutils python diff --git a/app-portage/gentoolkit/gentoolkit-0.2.4_rc1.ebuild b/app-portage/gentoolkit/gentoolkit-0.2.4_rc2.ebuild index 1324a61f4c08..3b476f31d234 100644 --- a/app-portage/gentoolkit/gentoolkit-0.2.4_rc1.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.2.4_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4_rc1.ebuild,v 1.2 2007/11/03 16:47:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.2.4_rc2.ebuild,v 1.1 2008/02/20 23:04:10 fuzzyray Exp $ inherit eutils python |