Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 400502 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]
tovid diff to tovid-0.34_p20120123.ebuild
tovid.diff (text/plain), 2.02 KB, created by
grepper
on 2015-04-03 22:23:31 UTC
(
hide
)
Description:
tovid diff to tovid-0.34_p20120123.ebuild
Filename:
MIME Type:
Creator:
grepper
Created:
2015-04-03 22:23:31 UTC
Size:
2.02 KB
patch
obsolete
>--- tovid-0.34_p20120123.ebuild 2015-04-03 18:07:26.340052702 -0400 >+++ tovid-0.35.0.ebuild 2015-04-03 17:47:33.920051981 -0400 >@@ -2,49 +2,44 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.34_p20120123.ebuild,v 1.2 2013/09/09 04:43:08 floppym Exp $ > >-# 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" >+SRC_URI="https://github.com/tovid-suite/tovid/releases/download/v0.35.0/tovid-0.35.0.tar.gz" > > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 ~x86" > IUSE="" > >-RDEPEND="app-cdr/cdrdao >- app-cdr/dvd+rw-tools >- dev-python/pycairo >+RDEPEND="app-cdr/dvd+rw-tools >+ dev-lang/python > dev-tcltk/tix > || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] ) > media-sound/normalize > >=media-sound/sox-14.3.2 >- media-video/dvdauthor >+ >=media-video/dvdauthor-0.7.1 > >=media-video/mjpegtools-2.0.0 > >=media-video/mplayer-1.0_rc4_p20110101 >- >=media-video/transcode-1.1.5 >- media-video/vcdimager > sys-devel/bc >- virtual/ffmpeg" >+ virtual/ffmpeg >+ !media-video/tovid-git" > 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,12 +49,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