Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 236977 Details for
Bug 326115
dev-util/rootstrap: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rootstrap-0.3.24_p5.ebuild.diff
rootstrap-0.3.24_p5.ebuild.diff (text/plain), 1.18 KB, created by
David Abbott (RETIRED)
on 2010-06-29 22:30:10 UTC
(
hide
)
Description:
rootstrap-0.3.24_p5.ebuild.diff
Filename:
MIME Type:
Creator:
David Abbott (RETIRED)
Created:
2010-06-29 22:30:10 UTC
Size:
1.18 KB
patch
obsolete
>diff -u /usr/portage/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild rootstrap-0.3.24_p5-r1.ebuild --- /usr/portage/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild 2010-03-29 20:15:04.000000000 -0400 >+++ rootstrap-0.3.24_p5-r1.ebuild 2010-06-29 18:27:58.000000000 -0400 >@@ -2,7 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/rootstrap/rootstrap-0.3.24_p5.ebuild,v 1.1 2010/03/30 00:15:04 jer Exp $ > >-inherit eutils >+EAPI=3 >+PYTHON_DEPEND="2" >+inherit eutils python > > DESCRIPTION="A tool for building complete Linux filesystem images" > HOMEPAGE="http://packages.qa.debian.org/rootstrap" >@@ -15,7 +17,6 @@ > IUSE="" > > RDEPEND="dev-util/debootstrap >- dev-lang/python > app-arch/dpkg" > DEPEND="${RDEPEND} > app-text/docbook-sgml-utils" >@@ -24,13 +25,16 @@ > > S="${WORKDIR}"/${PN} > >-src_unpack() { >- unpack ${A} >- cd "${S}" >+src_prepare() { >+ python_convert_shebangs -r 2 . > epatch "${WORKDIR}"/${PN}_${PV/_p/-}.diff > sed -i -e 's:docbook-to-man:docbook2man:' Makefile > } > >+pkg_setup() { >+ python_set_active_version 2 >+} >+ > src_install() { > emake DESTDIR="${D}" install || die "emake install failed." > newdoc debian/changelog ChangeLog >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 326115
:
236977
|
293739