diff options
author | 2009-12-11 00:09:25 +0000 | |
---|---|---|
committer | 2009-12-11 00:09:25 +0000 | |
commit | 3fa1a373971d2da458f461485639bc6344a720c0 (patch) | |
tree | 1a9230b256e9b25f65d5d5390517b0e199f26105 /kde-base/okular/okular-4.3.1.ebuild | |
parent | Version bump, remove old. (diff) | |
download | historical-3fa1a373971d2da458f461485639bc6344a720c0.tar.gz historical-3fa1a373971d2da458f461485639bc6344a720c0.tar.bz2 historical-3fa1a373971d2da458f461485639bc6344a720c0.zip |
Drop KDE SC-4.3.1.
Package-Manager: portage-2.2_rc58/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'kde-base/okular/okular-4.3.1.ebuild')
-rw-r--r-- | kde-base/okular/okular-4.3.1.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/kde-base/okular/okular-4.3.1.ebuild b/kde-base/okular/okular-4.3.1.ebuild deleted file mode 100644 index df44c702d892..000000000000 --- a/kde-base/okular/okular-4.3.1.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.1.ebuild,v 1.6 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 -} |