From c9ff67198ea4e2ac224fb36bb1afcfa09bcd53e4 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Mon, 25 Aug 2008 09:56:28 +0000 Subject: Version bump. Fixes bugs, #232467, #232761, #232860. Drop old. (Portage version: -svn.wrabbit) --- app-admin/python-updater/ChangeLog | 8 +++++++- app-admin/python-updater/python-updater-0.3.ebuild | 22 --------------------- app-admin/python-updater/python-updater-0.4.ebuild | 22 --------------------- app-admin/python-updater/python-updater-0.6.ebuild | 23 ++++++++++++++++++++++ 4 files changed, 30 insertions(+), 45 deletions(-) delete mode 100644 app-admin/python-updater/python-updater-0.3.ebuild delete mode 100644 app-admin/python-updater/python-updater-0.4.ebuild create mode 100644 app-admin/python-updater/python-updater-0.6.ebuild (limited to 'app-admin/python-updater') diff --git a/app-admin/python-updater/ChangeLog b/app-admin/python-updater/ChangeLog index e054c550b2b9..bb3862f967bd 100644 --- a/app-admin/python-updater/ChangeLog +++ b/app-admin/python-updater/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/python-updater # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.31 2008/07/18 13:23:17 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.32 2008/08/25 09:56:28 hawking Exp $ + +*python-updater-0.6 (25 Aug 2008) + + 25 Aug 2008; Ali Polatel -python-updater-0.3.ebuild, + -python-updater-0.4.ebuild, +python-updater-0.6.ebuild: + Version bump. Fixes bugs, #232467, #232761, #232860. Drop old. 18 Jul 2008; Olivier CrĂȘte python-updater-0.5.ebuild: Stable on amd64, bug #208902 diff --git a/app-admin/python-updater/python-updater-0.3.ebuild b/app-admin/python-updater/python-updater-0.3.ebuild deleted file mode 100644 index 2830e9aa19f0..000000000000 --- a/app-admin/python-updater/python-updater-0.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.3.ebuild,v 1.1 2007/10/29 17:48:32 hawking Exp $ - -DESCRIPTION="Script used to remerge python packages when changing Python version." -HOMEPAGE="http://www.gentoo.org/proj/en/Python" -SRC_URI="mirror://gentoo/${P}.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="!=sys-apps/portage-2.1.2 sys-apps/pkgcore sys-apps/paludis )" - -src_install() -{ - cd "${WORKDIR}" - newsbin ${P} ${PN} -} diff --git a/app-admin/python-updater/python-updater-0.4.ebuild b/app-admin/python-updater/python-updater-0.4.ebuild deleted file mode 100644 index 5f184d46c27d..000000000000 --- a/app-admin/python-updater/python-updater-0.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.4.ebuild,v 1.1 2008/01/04 13:18:44 hawking Exp $ - -DESCRIPTION="Script used to remerge python packages when changing Python version." -HOMEPAGE="http://www.gentoo.org/proj/en/Python" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="!=sys-apps/portage-2.1.2 sys-apps/pkgcore sys-apps/paludis )" - -src_install() -{ - dosbin ${PN} - dodoc AUTHORS ChangeLog -} diff --git a/app-admin/python-updater/python-updater-0.6.ebuild b/app-admin/python-updater/python-updater-0.6.ebuild new file mode 100644 index 000000000000..d1e632cfc6d7 --- /dev/null +++ b/app-admin/python-updater/python-updater-0.6.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.6.ebuild,v 1.1 2008/08/25 09:56:28 hawking Exp $ + +DESCRIPTION="Script used to remerge python packages when changing Python version." +HOMEPAGE="http://www.gentoo.org/proj/en/Python" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="!=sys-apps/portage-2.1.2 sys-apps/pkgcore sys-apps/paludis )" + +src_install() +{ + dosbin ${PN} || die "dosbin failed" + doman ${PN}.1 || die "doman failed" + dodoc AUTHORS ChangeLog || die "dodoc failed" +} -- cgit v1.2.3-65-gdbad