diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-01-04 13:18:45 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-01-04 13:18:45 +0000 |
commit | 70cbacaa5d2ebd671dcbb0b36d7fe610a34eadf9 (patch) | |
tree | 1f703dbbf009bb480be78ebd7736e516a89d28e1 /app-admin | |
parent | Version bump from project overlay (diff) | |
download | gentoo-2-70cbacaa5d2ebd671dcbb0b36d7fe610a34eadf9.tar.gz gentoo-2-70cbacaa5d2ebd671dcbb0b36d7fe610a34eadf9.tar.bz2 gentoo-2-70cbacaa5d2ebd671dcbb0b36d7fe610a34eadf9.zip |
Version bump, handle missing SLOT bug 201848.
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/python-updater/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/python-updater/files/digest-python-updater-0.4 | 3 | ||||
-rw-r--r-- | app-admin/python-updater/python-updater-0.4.ebuild | 22 |
3 files changed, 32 insertions, 2 deletions
diff --git a/app-admin/python-updater/ChangeLog b/app-admin/python-updater/ChangeLog index 16e4864d2ca3..d062f16075fc 100644 --- a/app-admin/python-updater/ChangeLog +++ b/app-admin/python-updater/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/python-updater -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.21 2007/10/29 17:48:32 hawking Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.22 2008/01/04 13:18:44 hawking Exp $ + +*python-updater-0.4 (04 Jan 2008) + + 04 Jan 2008; Ali Polatel <hawking@gentoo.org> +python-updater-0.4.ebuild: + Version bump, handle missing SLOT bug 201848. *python-updater-0.3 (29 Oct 2007) diff --git a/app-admin/python-updater/files/digest-python-updater-0.4 b/app-admin/python-updater/files/digest-python-updater-0.4 new file mode 100644 index 000000000000..ca1c163a3245 --- /dev/null +++ b/app-admin/python-updater/files/digest-python-updater-0.4 @@ -0,0 +1,3 @@ +MD5 e573815c5f130df3e1dc3524ebbbf183 python-updater-0.4.tar.bz2 3114 +RMD160 e7008e600a7c701d1effb1c95ec64f27d2d18dee python-updater-0.4.tar.bz2 3114 +SHA256 44c0ce3ca886e76f88037646fcf40c8bed713c1fbcf4b1e6cee08b3984894999 python-updater-0.4.tar.bz2 3114 diff --git a/app-admin/python-updater/python-updater-0.4.ebuild b/app-admin/python-updater/python-updater-0.4.ebuild new file mode 100644 index 000000000000..5f184d46c27d --- /dev/null +++ b/app-admin/python-updater/python-updater-0.4.ebuild @@ -0,0 +1,22 @@ +# 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="!<dev-lang/python-2.3.6-r2 + || ( >=sys-apps/portage-2.1.2 sys-apps/pkgcore sys-apps/paludis )" + +src_install() +{ + dosbin ${PN} + dodoc AUTHORS ChangeLog +} |