From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Rtfoq-0001mv-8Z for garchives@archives.gentoo.org; Sat, 04 Feb 2012 13:38:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 114F0E05ED; Sat, 4 Feb 2012 13:38:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D3080E05BE for ; Sat, 4 Feb 2012 13:38:10 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 587401B400E for ; Sat, 4 Feb 2012 13:38:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9750D80042 for ; Sat, 4 Feb 2012 13:38:09 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <0f8e091a8a5f7d440bc2e11d7b6edc155dfab8c2.johu@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-dicts/goldendict/ X-VCS-Repository: proj/qt X-VCS-Files: app-dicts/goldendict/goldendict-9999.ebuild X-VCS-Directories: app-dicts/goldendict/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 0f8e091a8a5f7d440bc2e11d7b6edc155dfab8c2 Date: Sat, 4 Feb 2012 13:38:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 369e7e04-6845-47cc-8d81-f9214667e510 X-Archives-Hash: 0a556ddadf8c26a5097d71ef259965ac commit: 0f8e091a8a5f7d440bc2e11d7b6edc155dfab8c2 Author: Johannes Huber gentoo org> AuthorDate: Sat Feb 4 12:48:46 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Feb 4 12:49:03 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D0f8e091a [app-dicts/goldendict] EAPI 4, qt-2 eclass (Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit) --- app-dicts/goldendict/goldendict-9999.ebuild | 14 +++++--------- 1 files changed, 5 insertions(+), 9 deletions(-) diff --git a/app-dicts/goldendict/goldendict-9999.ebuild b/app-dicts/gold= endict/goldendict-9999.ebuild index 3b8437a..b6ac18f 100644 --- a/app-dicts/goldendict/goldendict-9999.ebuild +++ b/app-dicts/goldendict/goldendict-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -EAPI=3D"2" -EGIT_REPO_URI=3D"git://gitorious.org/goldendict/goldendict.git" +EAPI=3D4 +EGIT_REPO_URI=3D"git://gitorious.org/goldendict/goldendict" LANGSLONG=3D"ar_SA bg_BG cs_CZ de_DE el_GR lt_LT ru_RU zh_CN" =20 -inherit git qt4-r2 +inherit qt4-r2 git-2 =20 DESCRIPTION=3D"Feature-rich dictionary lookup program" HOMEPAGE=3D"http://goldendict.berlios.de/" @@ -32,10 +32,6 @@ RDEPEND=3D">=3Dapp-text/hunspell-1.2 DEPEND=3D"${RDEPEND} dev-util/pkgconfig" =20 -src_unpack() { - S=3D${WORKDIR}/${P} git_src_unpack -} - src_prepare() { qt4-r2_src_prepare =20 @@ -57,7 +53,7 @@ src_install() { insinto /usr/share/apps/${PN}/locale for lang in ${LANGSLONG}; do if use linguas_${lang%_*}; then - doins locale/${lang}.qm || die + doins locale/${lang}.qm fi done }