Skip to content

Commit

Permalink
app-cdr/dvdisaster: stabilize 0.79.5
Browse files Browse the repository at this point in the history
stabilization and cleanup of version 0.79.5
fix license for 0.72.4

Closes: https://bugs.gentoo.org/653788
Closes: https://bugs.gentoo.org/653772
  • Loading branch information
Daniel Kenzelmann committed May 3, 2018
1 parent df1ed35 commit 997a242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app-cdr/dvdisaster/dvdisaster-0.72.4.ebuild
Expand Up @@ -8,7 +8,7 @@ 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"

LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="debug nls"
Expand Down
11 changes: 5 additions & 6 deletions app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit eutils gnome2-utils toolchain-funcs
EAPI=6
inherit gnome2-utils toolchain-funcs

DESCRIPTION="Tool for creating error correction data (ecc) for optical media (DVD, CD, BD)"
HOMEPAGE="http://dvdisaster.net/"
Expand Down Expand Up @@ -64,12 +64,11 @@ src_install() {
use l10n_${dvdi_lang} || rm -rf \
${dest}/doc/${PF}/${dvdi_lang/-/_} \
${dest}/doc/${PF}/CREDITS.${dvdi_lang/-/_} \
${dest}/man/${dvdi_lang/-/_}
${dest}/man/${dvdi_lang/-/_} || die
done

rm -f "${D}"usr/bin/*-uninstall.sh
rm -f "${D}"usr/bin/*-uninstall.sh || die
}

pkg_preinst() { gnome2_icon_savelist; }
pkg_postinst() { gnome2_icon_cache_update; }
pkg_postrm() { gnome2_icon_cache_update; }

0 comments on commit 997a242

Please sign in to comment.