diff options
author | Johannes Huber <johu@gentoo.org> | 2012-02-21 12:52:49 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-02-21 12:52:49 +0000 |
commit | 36c737c30209bb00739a246701d68e966c6a33db (patch) | |
tree | af341dac81b03b71911ad365a8e8c85b58b22c3a /kde-base/okular | |
parent | Cleanup mask to make repoman happy. (diff) | |
download | gentoo-2-36c737c30209bb00739a246701d68e966c6a33db.tar.gz gentoo-2-36c737c30209bb00739a246701d68e966c6a33db.tar.bz2 gentoo-2-36c737c30209bb00739a246701d68e966c6a33db.zip |
Remove KDE SC 4.6.3
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/okular')
-rw-r--r-- | kde-base/okular/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/okular/okular-4.6.3.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog index eb726e43e2c7..d4a4da81b275 100644 --- a/kde-base/okular/ChangeLog +++ b/kde-base/okular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/okular # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.127 2012/02/18 16:19:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.128 2012/02/21 12:52:47 johu Exp $ + + 20 Feb 2012; Johannes Huber <johu@gentoo.org> -okular-4.6.3.ebuild: + Remove KDE SC 4.6.3 18 Feb 2012; nixnut <nixnut@gentoo.org> okular-4.7.4.ebuild: ppc stable #396359 diff --git a/kde-base/okular/okular-4.6.3.ebuild b/kde-base/okular/okular-4.6.3.ebuild deleted file mode 100644 index 39ace6b0b666..000000000000 --- a/kde-base/okular/okular-4.6.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.6.3.ebuild,v 1.5 2011/09/28 22:41:10 reavertm Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KMNAME="kdegraphics" -inherit kde4-meta - -DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." -KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="chm crypt debug djvu ebook +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? ( virtual/jpeg:0 ) - pdf? ( >=app-text/poppler-0.12.3-r3[lcms,qt4,-exceptions(-)] ) - ps? ( app-text/libspectre ) - tiff? ( media-libs/tiff ) -" -RDEPEND="${DEPEND}" - -KMEXTRACTONLY="libs/mobipocket" - -src_configure() { - 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 -} |