From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5C3511381F3 for ; Thu, 17 Oct 2013 18:51:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47C66E096C; Thu, 17 Oct 2013 18:51:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC4DCE096C for ; Thu, 17 Oct 2013 18:51:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 035B633F092 for ; Thu, 17 Oct 2013 18:51:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E90FDE5308 for ; Thu, 17 Oct 2013 18:51:39 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1382035872.584616f124fd29d08e1c621b64c08be714342cb6.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/kmymoney/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/kmymoney/kmymoney-9999.ebuild X-VCS-Directories: app-office/kmymoney/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 584616f124fd29d08e1c621b64c08be714342cb6 X-VCS-Branch: master Date: Thu, 17 Oct 2013 18:51:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a394270c-17f9-4250-88b5-cfe1d7281574 X-Archives-Hash: beb00d725e802bbdafb002e00b2e0577 commit: 584616f124fd29d08e1c621b64c08be714342cb6 Author: Johannes Huber gentoo org> AuthorDate: Thu Oct 17 18:51:12 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Oct 17 18:51:12 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=584616f1 [app-office/kmymoney] Sync with tree, use non deprecated BUILD_DIR var. Package-Manager: portage-2.2.7 --- app-office/kmymoney/kmymoney-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-office/kmymoney/kmymoney-9999.ebuild b/app-office/kmymoney/kmymoney-9999.ebuild index 4616e79..b3fbd24 100644 --- a/app-office/kmymoney/kmymoney-9999.ebuild +++ b/app-office/kmymoney/kmymoney-9999.ebuild @@ -4,18 +4,19 @@ EAPI=5 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga gl -hu it ja kk lt ms nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW" +hu it ja kk lt mr ms nds nl pl pt pt_BR ro ru sk sv tr ug uk zh_CN zh_TW" KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}" KDE_HANDBOOK="optional" CPPUNIT_REQUIRED="test" VIRTUALX_REQUIRED="test" VIRTUALDBUS_TEST="true" + inherit kde4-base DESCRIPTION="Personal finance manager for KDE" HOMEPAGE="http://kmymoney2.sourceforge.net/" if [[ ${KDE_BUILD_TYPE} = release ]]; then - SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2" + SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.xz" fi LICENSE="GPL-2" @@ -68,6 +69,6 @@ src_compile() { } src_install() { - use doc && HTML_DOCS=("${CMAKE_BUILD_DIR}/apidocs/html/") + use doc && HTML_DOCS=("${BUILD_DIR}/apidocs/html/") kde4-base_src_install }