Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292263 Details for
Bug 308317
app-cdr/burn-cd: 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
burn-cd.patch (text/plain), 1.86 KB, created by
Ian Delaney (RETIRED)
on 2011-11-12 09:11:14 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-12 09:11:14 UTC
Size:
1.86 KB
patch
obsolete
>diff -ur burn-cd.orig/burn-cd-1.7.4.ebuild burn-cd/burn-cd-1.7.4.ebuild >--- burn-cd.orig/burn-cd-1.7.4.ebuild 2009-02-01 21:11:55.000000000 +0900 >+++ burn-cd/burn-cd-1.7.4.ebuild 2011-11-12 17:02:43.235803094 +0800 >@@ -2,6 +2,12 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-cdr/burn-cd/burn-cd-1.7.4.ebuild,v 1.2 2009/02/01 12:11:55 maekke Exp $ > >+EAPI="3" >+ >+PYTHON_DEPEND="*:2.6" >+ >+inherit python >+ > DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools" > HOMEPAGE="http://burn-cd.sourceforge.net" > SRC_URI="mirror://sourceforge/${PN}/${P}.gz" >@@ -11,11 +17,15 @@ > KEYWORDS="amd64 x86" > IUSE="" > >-RDEPEND="dev-lang/python >- virtual/cdrtools >+RDEPEND="virtual/cdrtools > app-cdr/dvd+rw-tools" > DEPEND="" > >+pkg_setup() { >+ python_pkg_setup >+} >+ > src_install() { > newbin ${P} ${PN} || die "newbin failed." >+ python_convert_shebangs -r 2 "${ED}" > } >diff -ur burn-cd.orig/burn-cd-1.8.0.ebuild burn-cd/burn-cd-1.8.0.ebuild >--- burn-cd.orig/burn-cd-1.8.0.ebuild 2009-11-24 22:55:12.000000000 +0800 >+++ burn-cd/burn-cd-1.8.0.ebuild 2011-11-12 17:02:43.235803094 +0800 >@@ -2,6 +2,12 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-cdr/burn-cd/burn-cd-1.8.0.ebuild,v 1.1 2009/11/24 14:55:12 beandog Exp $ > >+EAPI="3" >+ >+PYTHON_DEPEND="*:2.6" >+ >+inherit python >+ > DESCRIPTION="Smart console frontend for virtual/cdrtools and dvd+rw-tools" > HOMEPAGE="http://burn-cd.sourceforge.net" > SRC_URI="mirror://sourceforge/${PN}/${P}.gz" >@@ -11,11 +17,15 @@ > KEYWORDS="~amd64 ~x86" > IUSE="" > >-RDEPEND="dev-lang/python >- virtual/cdrtools >+RDEPEND="virtual/cdrtools > app-cdr/dvd+rw-tools" > DEPEND="" > >+pkg_setup() { >+ python_pkg_setup >+} >+ > src_install() { > newbin ${P} ${PN} || die "newbin failed." >+ python_convert_shebangs -r 2 "${ED}" || die > }
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 308317
: 292263 |
292481
|
292589