commit:     d7e3914f171598e3039180ab817de7ac15ac2e6d
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 15:20:53 2014 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 15:20:53 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d7e3914f

[media-video/xvideoservicethief] EAPI=5

Package-Manager: portage-2.2.11-r1

---
 .../xvideoservicethief/xvideoservicethief-9999.ebuild      | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild 
b/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
index d7f2bb2..3129b90 100644
--- a/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
+++ b/media-video/xvideoservicethief/xvideoservicethief-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=5
 
 LANGS="br ca cs da de es fr gl hu it ja ko nl pl ro ru sv"
 
@@ -28,10 +28,11 @@ RDEPEND="dev-qt/qtgui:4
        media-video/flvstreamer"
 
 S=${WORKDIR}
-TRANSLATIONSDIR="${S}/resources"
+TRANSLATIONSDIR=${S}/resources
 
 src_prepare() {
        subversion_src_prepare
+
        # fix translations
        mv "${S}"/resources/translations/${MY_PN}_cz.ts \
                "${S}"/resources/translations/${MY_PN}_cs.ts || die
@@ -59,11 +60,10 @@ src_compile() {
 }
 
 src_install() {
-       dobin bin/xvst || die "dobin failed"
-       insinto /usr/share/pixmaps/
-       newins resources/images/InformationLogo.png xvst.png || die "newins 
failed"
-       make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 
'Qt;AudioVideo;Video' \
-               || die "make_desktop_entry failed"
+       dobin bin/xvst
+       insinto /usr/share/pixmaps
+       newins resources/images/InformationLogo.png xvst.png
+       make_desktop_entry /usr/bin/xvst xVideoServiceThief xvst 
'Qt;AudioVideo;Video'
 
        # install plugins
        local dest=/usr/share/${PN}/plugins

Reply via email to