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 91A28138247 for ; Wed, 25 Dec 2013 21:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF07DE0946; Wed, 25 Dec 2013 21:06:00 +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 0224EE0946 for ; Wed, 25 Dec 2013 21:05:59 +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 E878433F23A for ; Wed, 25 Dec 2013 21:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7D21FE54C1 for ; Wed, 25 Dec 2013 21:05:57 +0000 (UTC) From: "Chris Reffett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chris Reffett" Message-ID: <1388004577.648a9aeb690db4e0f9d84df9c31af2cb1a1dbd33.creffett@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/okular/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/okular/metadata.xml kde-base/okular/okular-4.12.49.9999.ebuild kde-base/okular/okular-9999.ebuild X-VCS-Directories: kde-base/okular/ X-VCS-Committer: creffett X-VCS-Committer-Name: Chris Reffett X-VCS-Revision: 648a9aeb690db4e0f9d84df9c31af2cb1a1dbd33 X-VCS-Branch: master Date: Wed, 25 Dec 2013 21:05:57 +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: cdcd9ad7-383a-4502-ace0-0bd002293e15 X-Archives-Hash: 7cb4cf37c7e23576f9e5f4010678b51a commit: 648a9aeb690db4e0f9d84df9c31af2cb1a1dbd33 Author: Chris Reffett gentoo org> AuthorDate: Wed Dec 25 20:49:37 2013 +0000 Commit: Chris Reffett gentoo org> CommitDate: Wed Dec 25 20:49:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=648a9aeb [kde-base/okular] Add mobi USE flag wrt bug 495986 Package-Manager: portage-2.2.7 --- kde-base/okular/metadata.xml | 1 + kde-base/okular/okular-4.12.49.9999.ebuild | 4 +++- kde-base/okular/okular-9999.ebuild | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kde-base/okular/metadata.xml b/kde-base/okular/metadata.xml index 0f8e969..ae7d250 100644 --- a/kde-base/okular/metadata.xml +++ b/kde-base/okular/metadata.xml @@ -4,6 +4,7 @@ Enable support for Microsoft Compiled HTML Help files Add E-Book suppport + Add mobipocket support kde diff --git a/kde-base/okular/okular-4.12.49.9999.ebuild b/kde-base/okular/okular-4.12.49.9999.ebuild index f661ddf..3b50f71 100644 --- a/kde-base/okular/okular-4.12.49.9999.ebuild +++ b/kde-base/okular/okular-4.12.49.9999.ebuild @@ -15,7 +15,7 @@ inherit kde4-base DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular" KEYWORDS="" -IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff" +IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff" DEPEND=" media-libs/freetype @@ -26,6 +26,7 @@ DEPEND=" djvu? ( app-text/djvu ) ebook? ( app-text/ebook-tools ) jpeg? ( virtual/jpeg:0 ) + mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) ) pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) postscript? ( app-text/libspectre ) tiff? ( media-libs/tiff ) @@ -39,6 +40,7 @@ src_configure() { $(cmake-utils_use_with djvu DjVuLibre) $(cmake-utils_use_with ebook EPub) $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with mobi QMobiPocket) $(cmake-utils_use_with postscript LibSpectre) $(cmake-utils_use_with pdf PopplerQt4) $(cmake-utils_use_with pdf Poppler) diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild index f661ddf..3b50f71 100644 --- a/kde-base/okular/okular-9999.ebuild +++ b/kde-base/okular/okular-9999.ebuild @@ -15,7 +15,7 @@ inherit kde4-base DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." HOMEPAGE="http://okular.kde.org http://www.kde.org/applications/graphics/okular" KEYWORDS="" -IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff" +IUSE="chm crypt debug djvu ebook +jpeg mobi +postscript +pdf +tiff" DEPEND=" media-libs/freetype @@ -26,6 +26,7 @@ DEPEND=" djvu? ( app-text/djvu ) ebook? ( app-text/ebook-tools ) jpeg? ( virtual/jpeg:0 ) + mobi? ( $(add_kdebase_dep kdegraphics-mobipocket) ) pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) postscript? ( app-text/libspectre ) tiff? ( media-libs/tiff ) @@ -39,6 +40,7 @@ src_configure() { $(cmake-utils_use_with djvu DjVuLibre) $(cmake-utils_use_with ebook EPub) $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with mobi QMobiPocket) $(cmake-utils_use_with postscript LibSpectre) $(cmake-utils_use_with pdf PopplerQt4) $(cmake-utils_use_with pdf Poppler)