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 781CE1384B4 for ; Thu, 10 Dec 2015 06:45:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F187421C049; Thu, 10 Dec 2015 06:45:19 +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 8D04521C046 for ; Thu, 10 Dec 2015 06:45:19 +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 3017F3403A3 for ; Thu, 10 Dec 2015 06:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 203A0E5B for ; Thu, 10 Dec 2015 06:45:15 +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: <1449729902.afe98f3b0ce2b6b038e031819a80d3dc749c215e.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/okular/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/okular/okular-15.08.3.ebuild X-VCS-Directories: kde-apps/okular/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: afe98f3b0ce2b6b038e031819a80d3dc749c215e X-VCS-Branch: master Date: Thu, 10 Dec 2015 06:45:15 +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: 4138b87b-dae6-4575-9396-5cbd241b6b47 X-Archives-Hash: 8f5925c21f2bca5d1a22ed4d6f33a17b commit: afe98f3b0ce2b6b038e031819a80d3dc749c215e Author: Andreas Sturmlechner gmail com> AuthorDate: Wed Dec 9 23:05:23 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 10 06:45:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe98f3b kde-apps/okular: Drop old Package-Manager: portage-2.2.24 kde-apps/okular/okular-15.08.3.ebuild | 57 ----------------------------------- 1 file changed, 57 deletions(-) diff --git a/kde-apps/okular/okular-15.08.3.ebuild b/kde-apps/okular/okular-15.08.3.ebuild deleted file mode 100644 index 2c9651b..0000000 --- a/kde-apps/okular/okular-15.08.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" - -#VIRTUALX_REQUIRED=test -RESTRICT=test -# test 2: parttest hangs - -inherit kde4-base - -DESCRIPTION="Okular is a universal document viewer based on KPDF for KDE 4" -HOMEPAGE="https://okular.kde.org https://www.kde.org/applications/graphics/okular" -KEYWORDS=" ~amd64 ~x86" -IUSE="chm crypt debug djvu dpi ebook +jpeg mobi +postscript +pdf +tiff" - -DEPEND=" - media-libs/freetype - media-libs/qimageblitz - sys-libs/zlib - chm? ( dev-libs/chmlib ) - crypt? ( app-crypt/qca:2[qt4] ) - djvu? ( app-text/djvu ) - dpi? ( x11-libs/libkscreen:4 ) - ebook? ( app-text/ebook-tools ) - jpeg? ( - $(add_kdeapps_dep libkexiv2) - virtual/jpeg:0 - ) - mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) - pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) - postscript? ( app-text/libspectre ) - tiff? ( media-libs/tiff:0 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with chm) - $(cmake-utils_use_with crypt QCA2) - $(cmake-utils_use_with djvu DjVuLibre) - $(cmake-utils_use_with dpi LibKScreen) - $(cmake-utils_use_with ebook EPub) - $(cmake-utils_use_with jpeg) - $(cmake-utils_use_with jpeg Kexiv2) - $(cmake-utils_use_with mobi QMobiPocket) - $(cmake-utils_use_with postscript LibSpectre) - $(cmake-utils_use_with pdf PopplerQt4) - $(cmake-utils_use_with pdf Poppler) - $(cmake-utils_use_with tiff) - ) - - kde4-base_src_configure -}