diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-08-25 09:56:28 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-08-25 09:56:28 +0000 |
commit | c9ff67198ea4e2ac224fb36bb1afcfa09bcd53e4 (patch) | |
tree | 9256602d5ca72db18f3eb63e61f90b364b5d73e9 /app-admin/python-updater | |
parent | app-text/libwpd: doxygen is a build-time dep (fixes bug #221643) (diff) | |
download | gentoo-2-c9ff67198ea4e2ac224fb36bb1afcfa09bcd53e4.tar.gz gentoo-2-c9ff67198ea4e2ac224fb36bb1afcfa09bcd53e4.tar.bz2 gentoo-2-c9ff67198ea4e2ac224fb36bb1afcfa09bcd53e4.zip |
Version bump. Fixes bugs, #232467, #232761, #232860. Drop old.
(Portage version: -svn.wrabbit)
Diffstat (limited to 'app-admin/python-updater')
-rw-r--r-- | app-admin/python-updater/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/python-updater/python-updater-0.3.ebuild | 22 | ||||
-rw-r--r-- | app-admin/python-updater/python-updater-0.6.ebuild (renamed from app-admin/python-updater/python-updater-0.4.ebuild) | 7 |
3 files changed, 11 insertions, 26 deletions
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 <hawking@gentoo.org> -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 <tester@gentoo.org> 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="!<dev-lang/python-2.3.6-r2 - || ( >=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.6.ebuild index 5f184d46c27d..d1e632cfc6d7 100644 --- a/app-admin/python-updater/python-updater-0.4.ebuild +++ b/app-admin/python-updater/python-updater-0.6.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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" @@ -17,6 +17,7 @@ RDEPEND="!<dev-lang/python-2.3.6-r2 src_install() { - dosbin ${PN} - dodoc AUTHORS ChangeLog + dosbin ${PN} || die "dosbin failed" + doman ${PN}.1 || die "doman failed" + dodoc AUTHORS ChangeLog || die "dodoc failed" } |