commit:     7b5f1838ec07132a348dbec811411f769359446b
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Nov 29 13:36:16 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 13:36:16 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7b5f1838

sci-misc/mendeleydesktop: fix missing die, EAPI and QA flags

---
 sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild 
b/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild
index f79a0df..690672d 100644
--- a/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild
+++ b/sci-misc/mendeleydesktop/mendeleydesktop-1.12.3.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 
 inherit eutils multilib
 
@@ -30,7 +30,7 @@ RDEPEND=">=dev-qt/qtcore-4.6:4
        >=dev-qt/qtwebkit-4.6:4
        >=dev-qt/qtxmlpatterns-4.6:4"
 
-QA_FLAGS_IGNORED="
+QA_PREBUILT="
        /opt/mendeleydesktop/lib64/libMendeley.so.${PV}
        /opt/mendeleydesktop/lib64/libPDFNetC.so
        /opt/mendeleydesktop/lib64/mendeleydesktop/libexec/Updater
@@ -56,12 +56,12 @@ pkg_nofetch() {
 src_unpack() {
        unpack ${A}
 
-       cd "${WORKDIR}"
+       cd "${WORKDIR}" || die
 
        if use amd64 || use amd64-linux ; then
-               mv -f "${MY_P_AMD64}" "${P}"
+               mv -f "${MY_P_AMD64}" "${P}" || die
        else
-               mv -f "${MY_P_X86}" "${P}"
+               mv -f "${MY_P_X86}" "${P}" || die
        fi
 }
 

Reply via email to