summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/okular/okular-4.3.2.ebuild')
-rw-r--r--kde-base/okular/okular-4.3.2.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/kde-base/okular/okular-4.3.2.ebuild b/kde-base/okular/okular-4.3.2.ebuild
deleted file mode 100644
index 71e60a19329f..000000000000
--- a/kde-base/okular/okular-4.3.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.2.ebuild,v 1.3 2009/10/22 09:03:40 wired Exp $
-
-EAPI="2"
-
-KMNAME="kdegraphics"
-inherit kde4-meta
-
-DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="chm crypt debug djvu ebook +handbook +jpeg +ps +pdf +tiff"
-
-DEPEND="
- media-libs/freetype
- sys-libs/zlib
- chm? ( dev-libs/chmlib )
- crypt? ( app-crypt/qca:2 )
- djvu? ( app-text/djvu )
- ebook? ( app-text/ebook-tools )
- jpeg? ( media-libs/jpeg )
- pdf? (
- || ( >=virtual/poppler-0.12.0[lcms] <virtual/poppler-0.12.0 )
- >=virtual/poppler-qt4-0.8.5
- )
- ps? ( app-text/libspectre )
- tiff? ( media-libs/tiff )
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="libs/mobipocket"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with chm)
- $(cmake-utils_use_with crypt QCA2)
- $(cmake-utils_use_with djvu DjVuLibre)
- $(cmake-utils_use_with ebook EPub)
- $(cmake-utils_use_with jpeg)
- $(cmake-utils_use_with ps LibSpectre)
- $(cmake-utils_use_with pdf PopplerQt4)
- $(cmake-utils_use_with pdf Poppler)
- $(cmake-utils_use_with tiff)"
-
- kde4-meta_src_configure
-}