Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397746 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 positron ebuilds
positron.patch (text/plain), 1.52 KB, created by
Ian Delaney (RETIRED)
on 2015-03-01 08:18:30 UTC
(
hide
)
Description:
diff -u patch of positron ebuilds
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2015-03-01 08:18:30 UTC
Size:
1.52 KB
patch
obsolete
>--- positron-1.1.ebuild 2014-09-24 15:42:22.014912720 +0800 >+++ positron-1.1-r1.ebuild 2015-03-01 12:38:17.041044059 +0800 >@@ -1,11 +1,13 @@ >-# Copyright 1999-2014 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/positron/positron-1.1.ebuild,v 1.15 2014/08/10 21:09:59 slyfox Exp $ > >-EAPI="3" >-PYTHON_DEPEND="2" >+EAPI=5 > >-inherit distutils >+PYTHON_COMPAT=( python2_7 ) >+DISTUTILS_SINGLE_IMPL=1 >+ >+inherit distutils-r1 > > DESCRIPTION="Synchronization manager for the Neuros Audio Computer (www.neurosaudio.com) portable music player" > HOMEPAGE="http://www.xiph.org/positron" >@@ -13,19 +15,23 @@ > > LICENSE="BSD" > SLOT="0" >-KEYWORDS="x86 ppc sparc amd64" >+KEYWORDS="~x86 ~ppc ~sparc ~amd64" > IUSE="vorbis" > >-DEPEND="vorbis? ( dev-python/pyvorbis )" >-RDEPEND="${DEPEND}" >+DEPEND="vorbis? ( dev-python/pyvorbis[${PYTHON_USEDEP}] )" >+RDEPEND="" > > pkg_setup() { >- python_set_active_version 2 >- python_pkg_setup >+ python-single-r1_pkg_setup > } > >-src_prepare() { >- distutils_src_prepare >+python_prepare_all() { > # install docs in /usr/share/doc/${PF}, bug #241290 > sed -i -e "s:share/doc/positron:share/doc/${PF}:" setup.py >+ mv doc/examples ./ || die >+ >+ distutils-r1_python_prepare_all > } >+# examples are hard coded in setup.py to be installed as data files >+# Too much hacking req'd to undo what they decided, but what is installed there >+# is quite atypical for a gentoo package. It was left untouched on the initial ebuild
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