Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397920 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 winki ebuilds
winki.patch (text/plain), 1.22 KB, created by
Ian Delaney (RETIRED)
on 2015-03-03 07:49:55 UTC
(
hide
)
Description:
diff -u patch of winki ebuilds
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2015-03-03 07:49:55 UTC
Size:
1.22 KB
patch
obsolete
>--- winki-0.4.5.ebuild 2014-09-24 15:42:27.250912274 +0800 >+++ winki-0.4.5-r1.ebuild 2015-03-03 15:34:44.833277282 +0800 >@@ -1,21 +1,23 @@ >-# 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-video/winki/winki-0.4.5.ebuild,v 1.6 2014/08/10 21:01:16 slyfox Exp $ > >-EAPI="3" >+EAPI=5 > >-inherit distutils >+PYTHON_COMPAT=( python2_7 ) >+DISTUTILS_SINGLE_IMPL=1 >+ >+inherit distutils-r1 > > DESCRIPTION="A Python frontend to many popular encoding programs" > HOMEPAGE="http://www.winki-the-ripper.de/" > SRC_URI="http://www.winki-the-ripper.de/share/dist/${P}.tar.gz" > LICENSE="GPL-3" > SLOT="0" >-KEYWORDS="amd64 ppc x86" >+KEYWORDS="~amd64 ~ppc ~x86" > IUSE="css dvd matroska mjpeg mp3 ogg vcd" >-DEPEND=">=dev-lang/python-2.3 >- >=dev-python/pygtk-2:2 >- >=dev-python/pyorbit-2" >+DEPEND=">=dev-python/pygtk-2:2[${PYTHON_USEDEP}] >+ >=dev-python/pyorbit-2[${PYTHON_USEDEP}]" > RDEPEND="${DEPEND} > media-video/mplayer[encode] > media-video/lsdvd >@@ -31,3 +33,7 @@ > css? ( media-libs/libdvdcss )" > > DOCS="winkirip/README winkirip/CHANGELOG winkirip/TODO winkirip/AUTHORS" >+ >+pkg_setup() { >+ python-single-r1_pkg_setup >+}
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