Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 426464 Details for
Bug 493916
app-cdr/dvdisaster-0.79.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild diff dvdisaster-0.72.4 -> dvdisaster-0.79.5
dvdisaster-0.79.5.patch (text/plain), 1.77 KB, created by
Daniel Kenzelmann
on 2016-02-24 19:29:46 UTC
(
hide
)
Description:
ebuild diff dvdisaster-0.72.4 -> dvdisaster-0.79.5
Filename:
MIME Type:
Creator:
Daniel Kenzelmann
Created:
2016-02-24 19:29:46 UTC
Size:
1.77 KB
patch
obsolete
>--- dvdisaster-0.72.4.ebuild 2015-08-09 22:34:49.000000000 +0200 >+++ dvdisaster-0.79.5.ebuild 2016-02-24 18:54:06.326075581 +0100 >@@ -1,17 +1,17 @@ >-# Copyright 1999-2012 Gentoo Foundation >+# Copyright 1999-2016 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Id$ > >-EAPI=4 >+EAPI=5 > inherit eutils gnome2-utils toolchain-funcs > >-DESCRIPTION="Data-protection and recovery tool for DVDs" >-HOMEPAGE="http://dvdisaster.sourceforge.net/" >-SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.bz2" >+DESCRIPTION="Tool for creating error correction data (ecc) for optical media (DVD, CD, BD)" >+HOMEPAGE="http://dvdisaster.net/" >+SRC_URI="http://dvdisaster.net/downloads/${PN}-${PV}.tar.bz2" > >-LICENSE="GPL-2" >+LICENSE="GPL-3+" > SLOT="0" >-KEYWORDS="amd64 ppc x86" >+KEYWORDS="~amd64 ~ppc ~x86" > IUSE="debug nls" > > dvdi_langs="cs de it pt_BR ru sv" >@@ -20,12 +20,12 @@ > done > unset dvdi_lang > >-RDEPEND="app-arch/bzip2 >- >=dev-libs/glib-2.20 >- media-libs/libpng:0 >- sys-libs/zlib >- >=x11-libs/gtk+-2.14:2" >+RDEPEND=">=dev-libs/glib-2.32 >+ >=x11-libs/gtk+-2.6:2" > DEPEND="${RDEPEND} >+ nls? ( >+ sys-devel/gettext >+ virtual/libintl ) > virtual/os-headers > virtual/pkgconfig" > >@@ -48,9 +48,6 @@ > > src_install() { > emake install >- dobin tools/pngpack >- >- newdoc tools/README README.pngpack > dodoc CHANGELOG CREDITS.en README* TODO *HOWTO > > newicon contrib/${PN}48.png ${PN}.png >@@ -61,7 +58,7 @@ > newicon -s ${res} contrib/${PN}${res}.png ${PN}.png > done > >- local dest="${ED}"/usr/share >+ local dest="${D}"usr/share > > local dvdi_lang > for dvdi_lang in ${dvdi_langs}; do >@@ -71,7 +68,7 @@ > ${dest}/man/${dvdi_lang} > done > >- rm -f "${ED}"/usr/bin/*-uninstall.sh >+ rm -f "${D}"usr/bin/*-uninstall.sh > } > > pkg_preinst() { gnome2_icon_savelist; }
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 493916
:
426022
|
426094
|
426264
|
426464
|
426686
|
426688