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 7064B139BC7 for ; Sun, 13 Sep 2015 17:44:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2873DE0886; Sun, 13 Sep 2015 17:44:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACB9DE0887 for ; Sun, 13 Sep 2015 17:44:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70E70340973 for ; Sun, 13 Sep 2015 17:44:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC8571F1 for ; Sun, 13 Sep 2015 17:44:48 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1442166271.02d0a92542d82c006d1633d7a8d124ea17b4fb64.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/poxml/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/poxml/poxml-9999.ebuild X-VCS-Directories: kde-apps/poxml/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 02d0a92542d82c006d1633d7a8d124ea17b4fb64 X-VCS-Branch: master Date: Sun, 13 Sep 2015 17:44:48 +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: d61d7fa9-bd66-464f-b437-f8094f956b8c X-Archives-Hash: 5b64899efa9cf0389f9dcadb16eaa36c commit: 02d0a92542d82c006d1633d7a8d124ea17b4fb64 Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 13 17:44:31 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 13 17:44:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=02d0a925 kde-apps/poxml: master is now KF5-based. Package-Manager: portage-2.2.20.1 kde-apps/poxml/poxml-9999.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kde-apps/poxml/poxml-9999.ebuild b/kde-apps/poxml/poxml-9999.ebuild index be9c590..e0f056b 100644 --- a/kde-apps/poxml/poxml-9999.ebuild +++ b/kde-apps/poxml/poxml-9999.ebuild @@ -4,11 +4,16 @@ EAPI=5 -inherit kde4-base +KDE_HANDBOOK="true" +KDE_PUNT_BOGUS_DEPS="true" +inherit kde5 DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" KEYWORDS="" -IUSE="debug" +IUSE="" -DEPEND="sys-devel/gettext" +DEPEND=" + dev-qt/qtxml:5 + sys-devel/gettext +" RDEPEND="${DEPEND}"