Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397748 Details for
Bug 541766
media-sound/{jack,positron} request conversion to distutils eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff -u patch of shoutcast-search ebuilds
shoutcast-search.patch (text/plain), 1.38 KB, created by
Ian Delaney (RETIRED)
on 2015-03-01 08:19:46 UTC
(
hide
)
Description:
diff -u patch of shoutcast-search ebuilds
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2015-03-01 08:19:46 UTC
Size:
1.38 KB
patch
obsolete
>--- shoutcast-search-0.3.1.ebuild 2011-03-14 00:02:27.000000000 +0800 >+++ shoutcast-search-0.3.1-r1.ebuild 2015-03-01 16:09:54.510454118 +0800 >@@ -1,16 +1,13 @@ >-# Copyright 1999-2011 Gentoo Foundation >+# Copyright 1999-2015 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-search/shoutcast-search-0.3.1.ebuild,v 1.2 2011/03/13 16:02:27 hwoarang Exp $ > >-EAPI=3 >+EAPI=5 > >-PYTHON_DEPEND="2" >-SUPPORT_PYTHON_ABIS="1" >-RESTRICT_PYTHON_ABIS="3.*" >+PYTHON_COMPAT=( python2_7 ) >+DISTUTILS_SINGLE_IMPL=1 > >-PYTHON_MODNAME="shoutcast_search" >- >-inherit distutils >+inherit distutils-r1 > > DESCRIPTION="A command-line tool for searching SHOUTcast stations" > HOMEPAGE="http://www.k2h.se/code/shoutcast-search.html" >@@ -18,23 +15,23 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="amd64 ~x86" >+KEYWORDS="~amd64 ~x86" > IUSE="" > > RDEPEND="" >-DEPEND="${RDEPEND} >- dev-python/setuptools" >+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" > > S=${WORKDIR}/halhen-${PN}-fc6b3aa > >-src_prepare() { >- python_convert_shebangs 2 ${PN} >- distutils_src_prepare >+python_prepare() { >+ python_fix_shebang . >+ distutils-r1_python_prepare > } > >-src_install() { >- distutils_src_install >- dobin ${PN} || die >+python_install() { >+ distutils-r1_python_install >+ >+ python_doscript ${PN} || die > doman ${PN}.1 || die > dodoc documentation.md || 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 541766
:
397744
|
397746
| 397748