Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 375976 Details for
Bug 493410
media-gfx/dispcalgui-2.0.0.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dispcalgui-1.2.7.0_to_2.0.0.0.patch
dispcalgui-1.2.7.0_to_2.0.0.0.patch (text/plain), 1.92 KB, created by
Marian Kyral
on 2014-04-28 20:57:36 UTC
(
hide
)
Description:
dispcalgui-1.2.7.0_to_2.0.0.0.patch
Filename:
MIME Type:
Creator:
Marian Kyral
Created:
2014-04-28 20:57:36 UTC
Size:
1.92 KB
patch
obsolete
>--- dispcalgui-2.0.0.0.ebuild 2014-04-28 22:50:10.252448534 +0200 >+++ dispcalgui-1.2.7.0.ebuild 2014-04-28 22:46:21.182312305 +0200 >@@ -2,21 +2,23 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-1.2.7.0.ebuild,v 1.4 2014/03/04 20:10:14 ago Exp $ > >-EAPI="5" >-PYTHON_COMPAT=( python2_7 ) >+EAPI="2" >+PYTHON_DEPEND="2" >+SUPPORT_PYTHON_ABIS="1" >+RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*" > >-inherit distutils-r1 fdo-mime eutils >+inherit distutils fdo-mime eutils > > MY_PN="dispcalGUI" > MY_P="${MY_PN}-${PV}" > > DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS" > HOMEPAGE="http://dispcalgui.hoech.net/" >-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" >+SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz" > > LICENSE="GPL-3" > SLOT="0" >-KEYWORDS="~amd64 ~x86" >+KEYWORDS="amd64 x86" > IUSE="" > > DEPEND=">=media-gfx/argyllcms-1.1.0 >@@ -37,7 +39,7 @@ > ) > > src_prepare() { >- epatch "${FILESDIR}/${PN}-${PV}-wxversion-select.patch" >+ epatch "${FILESDIR}"/${P}-wxversion-select.patch > > # Prohibit setup from running xdg-* programs, resulting to sandbox violation > cd "${S}/dispcalGUI" || die "Cannot cd to source directory." >@@ -52,11 +54,11 @@ > die "removing deprecated Encoding key from .desktop files failed" > done > >- distutils-r1_src_prepare >+ distutils_src_prepare > } > > src_install() { >- distutils-r1_src_install >+ distutils_src_install > #remove udev files > rm -rf "${D}"/etc/udev/rules.d > } >@@ -65,10 +67,12 @@ > # Run xdg-* programs the Gentoo way since we removed this functionality from the original package > fdo-mime_mime_database_update > fdo-mime_desktop_database_update >+ distutils_pkg_postinst > } > > pkg_postrm() { > # Run xdg-* programs the Gentoo way since we removed this functionality from the original package > fdo-mime_mime_database_update > fdo-mime_desktop_database_update >+ distutils_pkg_postrm > }
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 493410
:
364896
|
371730
|
371732
|
372980
|
375976
|
375978
|
376462