Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 292271 Details for
Bug 308291
app-arch/cfv: 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]
ebuild patch
cfv.patch (text/plain), 2.70 KB, created by
Ian Delaney (RETIRED)
on 2011-11-12 12:35:04 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2011-11-12 12:35:04 UTC
Size:
2.70 KB
patch
obsolete
>diff -ur cfv.orig/cfv-1.18.1.ebuild cfv/cfv-1.18.1.ebuild >--- cfv.orig/cfv-1.18.1.ebuild 2008-07-02 23:04:33.000000000 +0800 >+++ cfv/cfv-1.18.1.ebuild 2011-11-12 20:25:14.114797871 +0800 >@@ -2,7 +2,11 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.1.ebuild,v 1.10 2008/07/02 15:04:33 jer Exp $ > >-inherit eutils >+EAPI="3" >+ >+PYTHON_DEPEND="*:2.6" >+ >+inherit eutils python > > DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files" > HOMEPAGE="http://cfv.sourceforge.net/" >@@ -14,16 +18,16 @@ > KEYWORDS="amd64 hppa ppc ~sparc x86 ~x86-fbsd" > > DEPEND="" >-RDEPEND="dev-lang/python >- dev-python/python-fchksum" >- >-src_unpack() { >- unpack ${A} >- cd "${S}" >+RDEPEND="dev-python/python-fchksum" > >+src_prepare() { > epatch "${FILESDIR}"/${P}-modulefix.patch > } > >+pkg_setup() { >+ python_pkg_setup >+} >+ > src_compile() { > true > } >diff -ur cfv.orig/cfv-1.18.2.ebuild cfv/cfv-1.18.2.ebuild >--- cfv.orig/cfv-1.18.2.ebuild 2009-03-17 21:06:16.000000000 +0900 >+++ cfv/cfv-1.18.2.ebuild 2011-11-12 18:58:48.623800113 +0800 >@@ -2,6 +2,12 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.2.ebuild,v 1.5 2009/03/17 12:06:16 tcunha Exp $ > >+EAPI="3" >+ >+PYTHON_DEPEND="*:2.6" >+ >+inherit eutils python >+ > DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files" > HOMEPAGE="http://cfv.sourceforge.net/" > SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz" >@@ -12,8 +18,11 @@ > KEYWORDS="amd64 hppa ppc sparc x86 ~x86-fbsd" > > DEPEND="" >-RDEPEND="dev-lang/python >- dev-python/python-fchksum" >+RDEPEND="dev-python/python-fchksum" >+ >+pkg_setup() { >+ python_pkg_setup >+} > > src_compile() { > true >diff -ur cfv.orig/cfv-1.18.3.ebuild cfv/cfv-1.18.3.ebuild >--- cfv.orig/cfv-1.18.3.ebuild 2011-05-20 03:31:02.000000000 +0800 >+++ cfv/cfv-1.18.3.ebuild 2011-11-12 20:24:44.778797755 +0800 >@@ -2,6 +2,12 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-arch/cfv/cfv-1.18.3.ebuild,v 1.4 2011/05/19 19:22:51 grobian Exp $ > >+EAPI="3" >+ >+PYTHON_DEPEND="*:2.6" >+ >+inherit eutils python >+ > DESCRIPTION="Utility to test and create .sfv, .csv, .crc and md5sum files" > HOMEPAGE="http://cfv.sourceforge.net/" > SRC_URI="mirror://sourceforge/cfv/${P}.tar.gz" >@@ -12,8 +18,7 @@ > KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" > > DEPEND="" >-RDEPEND="dev-lang/python >- dev-python/python-fchksum >+RDEPEND="dev-python/python-fchksum > bittorrent? ( > || ( > net-p2p/bittorrent >@@ -21,6 +26,10 @@ > ) > )" > >+pkg_setup() { >+ python_pkg_setup >+} >+ > src_compile() { > true > }
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 308291
:
292271
|
292489
|
292593
|
292823
|
292973