Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: media-video/qemplayer/
Date: Sun, 01 Jul 2012 15:40:06
Message-Id: 1341157160.2fc168d3c1d112e1e3a79043259f25c4bc750120.pesa@gentoo
1 commit: 2fc168d3c1d112e1e3a79043259f25c4bc750120
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 1 15:39:20 2012 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 1 15:39:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2fc168d3
7
8 [media-video/qemplayer] Cleanup inherits, re-add needed dodir.
9
10 (Portage version: 2.2.0_alpha114/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 media-video/qemplayer/qemplayer-12.4.ebuild | 6 +++---
14 1 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-video/qemplayer/qemplayer-12.4.ebuild b/media-video/qemplayer/qemplayer-12.4.ebuild
17 index 101c7c6..aaa1af3 100644
18 --- a/media-video/qemplayer/qemplayer-12.4.ebuild
19 +++ b/media-video/qemplayer/qemplayer-12.4.ebuild
20 @@ -5,7 +5,7 @@
21 EAPI=4
22 SCONS_MIN_VERSION="2.1"
23
24 -inherit flag-o-matic eutils scons-utils
25 +inherit scons-utils toolchain-funcs
26
27 DESCRIPTION="File-manager-like Qt4 GUI front-end to MPlayer"
28 HOMEPAGE="http://sourceforge.net/projects/qemplayer/"
29 @@ -41,9 +41,9 @@ pkg_setup() {
30
31 src_configure() {
32 myesconsargs=(
33 + -j1
34 env=1
35 final=1
36 - -j1
37 $(use_scons debug)
38 )
39 }
40 @@ -53,6 +53,6 @@ src_compile() {
41 }
42
43 src_install() {
44 + dodir /usr
45 escons install prefix="${D}"usr
46 - dodoc CHANGES README
47 }