Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288361 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +11 lines)
Line  Link Here
0
-- python-updater-0.7.ebuild
0
++ python-updater-0.7-r1.ebuild
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.7.ebuild,v 1.8 2009/10/17 19:22:40 arfrever Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.7.ebuild,v 1.8 2009/10/17 19:22:40 arfrever Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="Script used to remerge python packages when changing Python version."
7
DESCRIPTION="Script used to remerge python packages when changing Python version."
6
HOMEPAGE="http://www.gentoo.org/proj/en/Python"
8
HOMEPAGE="http://www.gentoo.org/proj/en/Python"
7
SRC_URI="mirror://gentoo/${P}.tar.bz2"
9
SRC_URI="mirror://gentoo/${P}.tar.bz2"
Lines 15-20 Link Here
15
RDEPEND="!<dev-lang/python-2.3.6-r2
17
RDEPEND="!<dev-lang/python-2.3.6-r2
16
	>=sys-apps/portage-2.1.2"
18
	>=sys-apps/portage-2.1.2"
17
19
20
src_unpack() {
21
	unpack ${A}
22
	cd "${S}"
23
24
	# Delete vulnerable code.
25
	epatch "${FILESDIR}/${P}-fix_import.patch"
26
}
27
18
src_install()
28
src_install()
19
{
29
{
20
	dosbin ${PN} || die "dosbin failed"
30
	dosbin ${PN} || die "dosbin failed"

Return to bug 288361