diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-21 15:53:54 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-06-21 15:53:54 +0000 |
commit | ad0923563c98a039f39749ac48d242625d8a256e (patch) | |
tree | 02b11ac42d36c3074f519c736457135d2aa4f0e2 /kde-base/okular/okular-4.3.3.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | historical-ad0923563c98a039f39749ac48d242625d8a256e.tar.gz historical-ad0923563c98a039f39749ac48d242625d8a256e.tar.bz2 historical-ad0923563c98a039f39749ac48d242625d8a256e.zip |
Drop 4.3.3. Drop hppa keywords per bug #304363.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'kde-base/okular/okular-4.3.3.ebuild')
-rw-r--r-- | kde-base/okular/okular-4.3.3.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/kde-base/okular/okular-4.3.3.ebuild b/kde-base/okular/okular-4.3.3.ebuild deleted file mode 100644 index 2ac968dfffe0..000000000000 --- a/kde-base/okular/okular-4.3.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.3.ebuild,v 1.8 2010/02/10 19:21:38 ssuominen 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 ~sparc 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:0 ) - pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4] ) - 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 -} - -src_install() { - insinto "${KDEDIR}"/share/apps/cmake/modules - doins "${S}"/cmake/modules/FindOkular.cmake - - kde4-meta_src_install -} |