diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-10-15 17:26:17 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-10-15 17:26:17 +0000 |
commit | 8f389eaa75f9824ced715f67e1e2a331be7b9b10 (patch) | |
tree | 5336133a3e5458f67cc3ca1af7846dd158995b94 /kde-base/okular | |
parent | amd64 stable wrt #386957 (diff) | |
download | historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.tar.gz historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.tar.bz2 historical-8f389eaa75f9824ced715f67e1e2a331be7b9b10.zip |
Drop KDE 4.7.0
Package-Manager: portage-2.1.10.27/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.7.0.ebuild | 44 |
2 files changed, 4 insertions, 45 deletions
diff --git a/kde-base/okular/ChangeLog b/kde-base/okular/ChangeLog index 67cb0f64d778..c4c8de4cdc3b 100644 --- a/kde-base/okular/ChangeLog +++ b/kde-base/okular/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/okular # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.114 2011/10/06 18:11:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.115 2011/10/15 17:26:14 dilfridge Exp $ + + 15 Oct 2011; Andreas K. Huettel <dilfridge@gentoo.org> -okular-4.7.0.ebuild: + Drop KDE 4.7.0 *okular-4.7.2 (06 Oct 2011) diff --git a/kde-base/okular/okular-4.7.0.ebuild b/kde-base/okular/okular-4.7.0.ebuild deleted file mode 100644 index fdc31b7a11cf..000000000000 --- a/kde-base/okular/okular-4.7.0.ebuild +++ /dev/null @@ -1,44 +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.7.0.ebuild,v 1.3 2011/09/28 22:41:10 reavertm Exp $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KDE_SCM="git" -inherit kde4-base - -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 - media-libs/qimageblitz - 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}" - -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-base_src_configure -} |