summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-10-15 17:26:17 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-10-15 17:26:17 +0000
commita1791ffdeef04d26d269c5721abc2f2df53681a3 (patch)
treedea83b6a54feb970d5983a5fc1b578418173ec11 /kde-base/okular
parentamd64 stable wrt #386957 (diff)
downloadgentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.tar.gz
gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.tar.bz2
gentoo-2-a1791ffdeef04d26d269c5721abc2f2df53681a3.zip
Drop KDE 4.7.0
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/okular')
-rw-r--r--kde-base/okular/ChangeLog5
-rw-r--r--kde-base/okular/okular-4.7.0.ebuild44
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
-}