Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292683 Details for
Bug 326103
dev-util/metro: 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]
[patch]
ebuild patch
metro.patch (text/plain), 1.80 KB, created by
Ian Delaney (RETIRED)
on 2011-11-15 20:15:28 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-15 20:15:28 UTC
Size:
1.80 KB
patch
obsolete
>diff -ur metro.orig/metro-1.4.1.ebuild metro/metro-1.4.1.ebuild >--- metro.orig/metro-1.4.1.ebuild 2010-06-13 23:01:31.000000000 +0800 >+++ metro/metro-1.4.1.ebuild 2011-11-16 04:08:04.197999946 +0800 >@@ -2,7 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/metro/metro-1.4.1.ebuild,v 1.3 2010/06/13 15:01:31 armin76 Exp $ > >-EAPI="2" >+EAPI="3" >+PYTHON_DEPEND="*::3.2" >+inherit python > > DESCRIPTION="release metatool used for creating Gentoo and Funtoo releases" > HOMEPAGE="http://www.github.com/funtoo/metro" >@@ -14,12 +16,12 @@ > IUSE="+ccache +git threads" > > DEPEND="" >-RDEPEND="dev-lang/python >- threads? ( app-arch/pbzip2 ) >+RDEPEND="threads? ( app-arch/pbzip2 ) > ccache? ( dev-util/ccache ) > git? ( dev-vcs/git )" > > src_install() { >+ python_convert_shebangs -r 2 "${ED}" > insinto /usr/lib/metro > doins -r . > fperms 0755 /usr/lib/metro/metro >diff -ur metro.orig/metro-1.5.1.ebuild metro/metro-1.5.1.ebuild >--- metro.orig/metro-1.5.1.ebuild 2011-11-16 04:02:34.893000026 +0800 >+++ metro/metro-1.5.1.ebuild 2011-11-16 04:06:53.973999908 +0800 >@@ -2,7 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-util/metro/metro-1.5.1.ebuild,v 1.2 2010/06/13 15:01:31 armin76 Exp $ > >-EAPI="2" >+EAPI="3" >+PYTHON_DEPEND="*::3.2" >+inherit python > > DESCRIPTION="release metatool used for creating Gentoo and Funtoo releases" > HOMEPAGE="http://www.github.com/funtoo/metro" >@@ -14,12 +16,12 @@ > IUSE="+ccache +git threads" > > DEPEND="" >-RDEPEND="dev-lang/python >- threads? ( app-arch/pbzip2 ) >+RDEPEND="threads? ( app-arch/pbzip2 ) > ccache? ( dev-util/ccache ) > git? ( dev-vcs/git )" > > src_install() { >+ python_convert_shebangs -r 2 "${ED}" > insinto /usr/lib/metro > doins -r . > fperms 0755 /usr/lib/metro/metro
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 326103
:
292683
|
292841