Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397918 Details for
Bug 541964
=media-video/{tovid-0.34_p20120123,winki-0.4.5} request conversion to distutils-r1 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 tovid ebuilds
tovid.patch (text/plain), 1.47 KB, created by
Ian Delaney (RETIRED)
on 2015-03-03 07:49:02 UTC
(
hide
)
Description:
diff -u patch of tovid ebuilds
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2015-03-03 07:49:02 UTC
Size:
1.47 KB
patch
obsolete
>--- tovid-0.34_p20120123.ebuild 2013-10-04 23:23:22.747840181 +0800 >+++ tovid-0.34_p20120123-r1.ebuild 2015-03-03 14:34:15.302967296 +0800 >@@ -5,19 +5,16 @@ > # svn checkout http://tovid.googlecode.com/svn/trunk/tovid tovid-${PV} > # note: see quickrelease file in the top source directory > >-EAPI=3 >+EAPI=5 >+PYTHON_COMPAT=( python2_7 ) >+PYTHON_REQ_USE="tk" >+DISTUTILS_SINGLE_IMPL=1 > >-PYTHON_DEPEND="2:2.7" >-PYTHON_USE_WITH="tk" >-SUPPORT_PYTHON_ABIS="1" >-RESTRICT_PYTHON_ABIS="3.*" >- >-inherit distutils gnome2-utils >+inherit distutils-r1 gnome2-utils > > DESCRIPTION="A collection of DVD authoring tools" > HOMEPAGE="http://tovid.wikia.com/wiki/Tovid_Wiki" > SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.gz" >-#SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" >@@ -26,7 +23,7 @@ > > RDEPEND="app-cdr/cdrdao > app-cdr/dvd+rw-tools >- dev-python/pycairo >+ dev-python/pycairo[${PYTHON_USEDEP}] > dev-tcltk/tix > || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] ) > media-sound/normalize >@@ -40,10 +37,12 @@ > virtual/ffmpeg" > DEPEND="app-text/txt2tags" > >-DOCS="AUTHORS ChangeLog README" >+pkg_setup() { >+ python-single-r1_pkg_setup >+} > > src_install() { >- distutils_src_install >+ distutils-r1_src_install > > # punt at least .install.log > find "${ED}" -name '*.log' -exec rm -f {} + >@@ -54,11 +53,9 @@ > } > > pkg_postinst() { >- distutils_pkg_postinst > gnome2_icon_cache_update > } > > pkg_postrm() { >- distutils_pkg_postrm > gnome2_icon_cache_update > }
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 541964
: 397918 |
397920
|
400502
|
400506
|
404522
|
404662