Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292589 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]
revised ebuild patch
burn-cd.patch (text/plain), 1.75 KB, created by
Ian Delaney (RETIRED)
on 2011-11-15 06:03:02 UTC
(
hide
)
Description:
revised ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-15 06:03:02 UTC
Size:
1.75 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-14 16:02:28.285930118 +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" >+ >+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,11 @@ > KEYWORDS="amd64 x86" > IUSE="" > >-RDEPEND="dev-lang/python >- virtual/cdrtools >+RDEPEND="virtual/cdrtools > app-cdr/dvd+rw-tools" > DEPEND="" > > 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-14 16:01:36.069929882 +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" >+ >+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,11 @@ > KEYWORDS="~amd64 ~x86" > IUSE="" > >-RDEPEND="dev-lang/python >- virtual/cdrtools >+RDEPEND="virtual/cdrtools > app-cdr/dvd+rw-tools" > DEPEND="" > > src_install() { > newbin ${P} ${PN} || die "newbin failed." >+ python_convert_shebangs -r 2 "${ED}" > }
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