public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/dvdisaster/
Date: Sun, 30 Sep 2018 10:30:58 +0000 (UTC)	[thread overview]
Message-ID: <1538303433.7825bb59cdfcc6f2c7209fb39b078a64bf37ba7e.pacho@gentoo> (raw)

commit:     7825bb59cdfcc6f2c7209fb39b078a64bf37ba7e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 10:30:33 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 30 10:30:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7825bb59

app-cdr/dvdisaster: Cleanup ebuild (#653788 by Daniel Kenzelmann)

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild b/app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild
index dbc782d73d2..072635d91b4 100644
--- a/app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild
+++ b/app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils gnome2-utils toolchain-funcs
+EAPI=6
+inherit desktop gnome2-utils toolchain-funcs
 
 DESCRIPTION="Tool for creating error correction data (ecc) for optical media (DVD, CD, BD)"
 HOMEPAGE="http://dvdisaster.net/"
@@ -19,14 +19,17 @@ for dvdi_lang in ${dvdi_langs}; do
 done
 unset dvdi_lang
 
-RDEPEND=">=dev-libs/glib-2.32
+RDEPEND="
+	>=dev-libs/glib-2.32:2
 	nls? ( virtual/libintl )
 	>=x11-libs/gtk+-2.6:2
-	x11-libs/gdk-pixbuf"
+	x11-libs/gdk-pixbuf
+"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )
 	virtual/os-headers
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 src_configure() {
 	./configure \
@@ -46,8 +49,7 @@ src_compile() {
 }
 
 src_install() {
-	emake install
-	dodoc CHANGELOG CREDITS.en README* TODO *HOWTO
+	DOCS="CHANGELOG CREDITS.en README* TODO *HOWTO" default
 
 	newicon contrib/${PN}48.png ${PN}.png
 	make_desktop_entry ${PN} ${PN} ${PN} 'System;Utility'
@@ -64,12 +66,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; }


             reply	other threads:[~2018-09-30 10:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-30 10:30 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-30 11:22 [gentoo-commits] repo/gentoo:master commit in: app-cdr/dvdisaster/ David Seifert
2019-11-24  2:47 Aaron Bauman
2018-10-20 17:58 Mikle Kolyada
2018-10-14  8:59 Sergei Trofimovich
2018-02-11 10:01 Michał Górny
2016-07-03 16:39 Ulrich Müller
2016-02-26 20:48 Amy Winston
2016-02-26 20:48 Amy Winston
2016-01-02 21:26 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1538303433.7825bb59cdfcc6f2c7209fb39b078a64bf37ba7e.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox