x11-misc/xdialog: Housekeeping + missing die.
authorPatrice Clement <monsieurp@gentoo.org>
Wed, 18 May 2016 09:32:29 +0000 (09:32 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 18 May 2016 09:32:54 +0000 (09:32 +0000)
Package-Manager: portage-2.2.28

x11-misc/xdialog/xdialog-2.3.1.ebuild

index 967790e2b3157429a8607c4b4901a198cd06e917..a4980a700aa89d35d23c1bbc36cf99aaf1c445a2 100644 (file)
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
+
 inherit autotools eutils
 
 DESCRIPTION="drop-in replacement for cdialog using GTK"
@@ -24,10 +25,15 @@ DEPEND="
        nls? ( sys-devel/gettext )
 "
 
-S=${WORKDIR}/${P/x/X}
+S="${WORKDIR}/${P/x/X}"
+
+PATCHES=(
+       "${FILESDIR}"/${P}-{no-strip,install}.patch
+)
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-{no-strip,install}.patch
+       epatch "${PATCHES[@]}"
+
        eautoreconf
 }
 
@@ -39,14 +45,15 @@ src_configure() {
 
 src_install() {
        default
-       rm -rf "${D}"/usr/share/doc
+
+       rm -rv "${D}"/usr/share/doc || die
 
        dodoc AUTHORS BUGS ChangeLog README
 
        use doc && dohtml -r doc/
 
        if use examples; then
-               insinto /usr/share/doc/${PF}/examples
+               insinto "/usr/share/doc/${PF}/examples"
                doins samples/*
        fi
 }