Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-dicts/goldendict/
Date: Sat, 04 Feb 2012 13:38:20
Message-Id: 0f8e091a8a5f7d440bc2e11d7b6edc155dfab8c2.johu@gentoo
1 commit: 0f8e091a8a5f7d440bc2e11d7b6edc155dfab8c2
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 12:48:46 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 12:49:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0f8e091a
7
8 [app-dicts/goldendict] EAPI 4, qt-2 eclass
9
10 (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 app-dicts/goldendict/goldendict-9999.ebuild | 14 +++++---------
14 1 files changed, 5 insertions(+), 9 deletions(-)
15
16 diff --git a/app-dicts/goldendict/goldendict-9999.ebuild b/app-dicts/goldendict/goldendict-9999.ebuild
17 index 3b8437a..b6ac18f 100644
18 --- a/app-dicts/goldendict/goldendict-9999.ebuild
19 +++ b/app-dicts/goldendict/goldendict-9999.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2010 Gentoo Foundation
22 +# Copyright 1999-2012 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Header: $
25
26 -EAPI="2"
27 -EGIT_REPO_URI="git://gitorious.org/goldendict/goldendict.git"
28 +EAPI=4
29 +EGIT_REPO_URI="git://gitorious.org/goldendict/goldendict"
30 LANGSLONG="ar_SA bg_BG cs_CZ de_DE el_GR lt_LT ru_RU zh_CN"
31
32 -inherit git qt4-r2
33 +inherit qt4-r2 git-2
34
35 DESCRIPTION="Feature-rich dictionary lookup program"
36 HOMEPAGE="http://goldendict.berlios.de/"
37 @@ -32,10 +32,6 @@ RDEPEND=">=app-text/hunspell-1.2
38 DEPEND="${RDEPEND}
39 dev-util/pkgconfig"
40
41 -src_unpack() {
42 - S=${WORKDIR}/${P} git_src_unpack
43 -}
44 -
45 src_prepare() {
46 qt4-r2_src_prepare
47
48 @@ -57,7 +53,7 @@ src_install() {
49 insinto /usr/share/apps/${PN}/locale
50 for lang in ${LANGSLONG}; do
51 if use linguas_${lang%_*}; then
52 - doins locale/${lang}.qm || die
53 + doins locale/${lang}.qm
54 fi
55 done
56 }